Some desktop doc.
[emacs.git] / lisp / ChangeLog
blobca8a2a979756239a4bf368211602e32564281ecb
1 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
3         * net/dbus.el (dbus--init-bus): Declare function.
4         (dbus-path-local, dbus-interface-local): New defconst.
5         (dbus-init-bus): Use them.
6         (dbus-return-values-table): Extend doc.
7         (dbus-handle-bus-disconnect): Extend error message.
9 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
11         * subr.el (y-or-n-p): Fix double space issue in message.
13 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
15         * net/tramp.el (tramp-call-process): Improve trace message.
16         (tramp-handle-insert-file-contents): Trace error case.
18         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
19         <insert-directory>: Use `tramp-handle-insert-directory'.
20         (tramp-adb-handle-insert-directory): Remove function.
21         (tramp-adb-send-command-and-check): New defun, replacing
22         `tramp-adb-command-exit-status'.  Change all callees.
23         (tramp-adb-handle-file-attributes)
24         (tramp-adb-handle-directory-files-and-attributes): Use it.
25         (tramp-adb-ls-output-name-less-p): Use
26         `directory-listing-before-filename-regexp'.
27         (tramp-adb-handle-delete-directory): Flush also file properties of
28         the truename of directory.
29         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
30         (tramp-adb-handle-file-local-copy): Make the local copy readable.
31         (tramp-adb-handle-write-region): Implement APPEND.
32         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
33         properties correctly.
34         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
35         variables.  Check for connected devices only when needed.
37 2014-02-27  Glenn Morris  <rgm@gnu.org>
39         * minibuffer.el (completion-table-dynamic)
40         (completion-table-with-cache): Doc fixes.
42         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
43         (completing-read-multiple): Doc fixes.
45 2014-02-27  Daniel Colascione  <dancol@dancol.org>
47         * minibuffer.el (completion--nth-completion): Fix indentation.
49         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
50         explicit tramp path is empty.
52 2014-02-27  Glenn Morris  <rgm@gnu.org>
54         * emacs-lisp/crm.el (completing-read-multiple):
55         Empower help-enable-auto-load.
57 2014-02-26  Glenn Morris  <rgm@gnu.org>
59         * startup.el (command-line): Don't init the tty in daemon mode.
61         Avoid calling tty-setup-hook twice, eg if a term file
62         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
63         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
64         (tty-create-frame-with-faces): Use it.
65         * startup.el (command-line): Pass run-hook argument
66         to tty-run-terminal-initialization.
68         * dired.el (dired-restore-desktop-buffer): Demote errors;
69         eg in case a glob match fails.  (Bug#16884)
71 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
73         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
74         error from `read-from-string'.  (Bug#16850)
76         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
77         result of `completing-read' in the interactive form.  (Bug#16854)
79 2014-02-25  Glenn Morris  <rgm@gnu.org>
81         * image.el (image-animate, image-animate-timeout):
82         Stop animating images in dead buffers.  (Bug#16878)
84         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
86         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
87         Doc fixes.
88         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
89         * term/sun.el (sun-raw-prefix-hooks):
90         Use tty-setup-hook instead of term-setup-hook.
91         (terminal-init-sun): Construct message from bytecomp plist.
92         * term/wyse50.el (enable-arrow-keys): Doc fix.
94 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
96         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
97         Fix docstring typos.
99 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
101         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
103 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
105         * minibuffer.el (completion--try-word-completion):
106         Fix error when completing M-x commands (bug#16808).
108 2014-02-24  Leo Liu  <sdl.web@gmail.com>
110         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
112 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
114         * apropos.el (apropos-print): Avoid formatting error when
115         apropos-do-all and apropos-compact-layout are both t.
117 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
119         * apropos.el (apropos-property, apropos-all-words-regexp)
120         (apropos-true-hit, apropos-variable, apropos-print):
121         Fix docstring typos, and remove obsolete comment.
123 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
125         * net/tramp-sh.el (tramp-sh-handle-file-truename):
126         Preserve trailing "/".  (Bug#16851)
128 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
130         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
131         after `=>' (bug#16811).
132         (ruby-smie-rules): Handle the inconsistent second element of the
133         list returned by `smie-indent--parent'.
134         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
135         method call.
137 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
139         * elec-pair.el (electric-pair-text-syntax-table)
140         (electric-pair-syntax-info, electric-pair--syntax-ppss)
141         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
142         (electric-pair--looking-at-unterminated-string-p): Doc fix.
143         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
145 2014-02-22  Glenn Morris  <rgm@gnu.org>
147         * imenu.el (imenu--generic-function): Doc fix.
149         * register.el (frame-configuration-to-register): Make obsolete.
151 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
153         * desktop.el (desktop-save-buffer-p): Do not fail when
154         desktop-files-not-to-save is nil.  Return t for true result
155         as the doc says.
157 2014-02-22  Daniel Colascione  <dancol@dancol.org>
159         * net/secrets.el (secrets-create-item,secrets-search-items): Check
160         that attribute values are strings, avoiding the construction of
161         invalid dbus messages.
163 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
165         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
166         defun-declarations-alist.
168 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
171         (bug#16829).
173 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
175         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
176         (whitespace-newline, whitespace-trailing, whitespace-line)
177         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
178         (whitespace-space-after-tab): Fix typo in docstrings.
180 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
182         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
184         * electric.el (electric-indent-functions-without-reindent):
185         Add `yaml-indent-line'.
187 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
189         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
190         It has done nothing for years; should be removed after the release.
192         * simple.el (choose-completion): Fix docstring typo.
193         (read-quoted-char-radix): Remove unneeded * in docstring.
194         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
195         Don't escape parentheses unnecessarily in docstrings.
197 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
199         Fix handling of window-min-height/-width (Bug#16738).
200         * window.el (window--dump-window, window--dump-frame):
201         New functions.
202         (window--min-size-1): Account for window dividers.
203         When window-resize-pixelwise is nil, delay rounding till after the
204         sum of the window components has been calculated.
205         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
206         nil make sure at least one text line and two text columns remain
207         fully visible.
208         (window-resize): Signal an error when window-resize-apply fails.
209         (window--resize-child-windows): Fix calculation of by how many
210         pixels a window can still be shrunk via window-new-normal.
211         (adjust-window-trailing-edge): Call window--resizable with
212         correct TRAIL argument.
214         (with-temp-buffer-window): Don't evaluate BODY within
215         with-current-buffer (Bug#16816).
217 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
219         * net/tramp.el (tramp-check-cached-permissions):
220         Call `file-attributes' with `suffix' being a symbol but a string.
222 2014-02-21  Daniel Colascione  <dancol@dancol.org>
224         * net/dbus.el (dbus-init-bus-1): Declare new subr.
225         (dbus-init-bus): New function: call into dbus-init-bus-1
226         and installs a handler for the disconnect signal.
227         (dbus-call-method): Rewrite to look for result in cons.
228         (dbus-call-method-handler): Store result in cons.
229         (dbus-check-event): Recognize events with nil sender as valid.
230         (dbus-handle-bus-disconnect): New function.  React to bus
231         disconnection signal by synthesizing dbus error for each
232         pending synchronous or asynchronous call.
233         (dbus-notice-synchronous-call-errors): New function.
234         (dbus-handle-event): Raise errors directly only when `dbus-debug'
235         is true, not all the time.
237 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
239         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
240         Remove obsolescence declarations, these variables do not exist anymore.
242         * savehist.el (savehist-save-minibuffer-history)
243         (savehist-additional-variables, savehist-file, savehist-mode-hook)
244         (savehist-save-hook, savehist-coding-system, savehist-loaded)
245         (savehist-load, savehist-install, savehist-autosave): Fix typos;
246         mostly, refer to "Savehist mode" when talking about the mode,
247         and not the function.
249         * saveplace.el (save-place): Remove redundant info in docstring.
250         (save-place-forget-unreadable-files, toggle-save-place)
251         (save-place-forget-unreadable-files, save-place-dired-hook):
252         Fix typos and remove unneeded backslashes.
254 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
256         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
257         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
259         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
260         <insert-directory>: Use `tramp-handle-insert-directory'.
261         (tramp-gvfs-handle-insert-directory): Remove function.
263         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
264         Call `tramp-handle-insert-directory'.
266 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
268         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
269         before the start of buffer/region (bug#16799).
271 2014-02-20  Glenn Morris  <rgm@gnu.org>
273         * isearch.el (search-invisible): Doc fix.
275 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
277         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
278         (bug#16657).
280 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
282         * frameset.el (frameset-restore): Delay removing an old frame's
283         duplicate id until the new frame has been correctly created.
285 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
287         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
288         (tramp-check-cached-permissions): Call `file-attributes' if the
289         cache is empty.
291         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
292         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
294         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
295         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
296         (tramp-gvfs-maybe-open-connection): Set always connection
297         properties, even if target is mounted already.
299         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
300         Set tramp-autoload cookie.
301         (tramp-get-remote-touch): New defun.
302         (tramp-sh-handle-set-file-times): Use it.
303         (tramp-sh-handle-directory-files-and-attributes):
304         Use `tramp-handle-directory-files-and-attributes' if neither stat
305         nor perl are available on the remote host.
307         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
308         "/".  Write long listing only when "l" belongs to the switches.
310         * net/trampver.el: Update release number.
312 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
314         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
316 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
318         * window.el (window-state-put): Allow WINDOW to refer to an
319         internal window (Bug#16793).
321 2014-02-19  Glenn Morris  <rgm@gnu.org>
323         * textmodes/remember.el: Move provide statement to end.
324         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
325         (remember-notes): Doc fixes.
327 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
329         * delsel.el (delete-char): Restore incorrectly erased property
330         (bug#16795).
332 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
334         * frameset.el (frameset--restore-frame): When a frame is being reused
335         and its root window is not alive, delete all the frame's windows before
336         restoring the window state.  This works around the issue in bug#16793.
338 2014-02-18  Glenn Morris  <rgm@gnu.org>
340         * textmodes/remember.el (remember-data-directory)
341         (remember-directory-file-name-format, remember-store-in-files)
342         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
343         (remember-notes-save-and-bury-buffer)
344         (remember-notes--kill-buffer-query): Doc fixes.
346         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
348 2014-02-17  Alan Mackenzie  <acm@muc.de>
350         Connect electric-indent-mode up with CC Mode.  Bug #15478.
351         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
352         to electric-indent-{,local-}-mode.
353         (c-basic-common-init): Set electric-indent-inhibit.
354         Initialise c-electric-flag from electric-indent-mode.
355         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
356         New hook functions which propagate electric-indent-mode to CC mode.
358         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
359         hit, toggle electric-indent-local-mode.
361         * electric.el (electric-indent-mode-has-been-called):
362         New variable.
364 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
366         * frameset.el (frameset-cfg-id): New function.
367         (frameset--reuse-frame, frameset-restore): Use it.
368         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
370 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * ido.el (ido-file-internal): Remove unused var `d'.
373         Use \` for to match BoS.  Fit within 80n columns.
375 2014-02-17  Daniel Colascione  <dancol@dancol.org>
377         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
378         dbus-call-method check for completion using a busy-wait loop with
379         gradual backoff.
381 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
383         Sync with Tramp 2.2.9.
385         * net/trampver.el: Update release number.
387 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
389         * ido.el (ido-file-internal): Don't add the name of an existing
390         directory twice.  (Bug#16747)
392 2014-02-16  Glenn Morris  <rgm@gnu.org>
394         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
395         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
397 2014-02-15  Michael R. Mauger  <michael@mauger.com>
399         * progmodes/sql.el: Version 3.4
400         (sql-oracle-options): New default value ("-L").
401         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
402         (sql-placeholders-filter): Correct placeholder pattern.
403         (sql-read-table-name): Bug fix. Detect absence of SQLi process.
404         (sql-login-delay): New variable.
405         (sql-product-interactive): Use it.
407 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
409         * frameset.el (frameset--jump-to-register): Check that buffer is live
410         (bug#16749).
412 2014-02-15  Glenn Morris  <rgm@gnu.org>
414         * info.el (info-initialize): Revert 2014-01-10 change.
416 2014-02-14  Glenn Morris  <rgm@gnu.org>
418         * replace.el (map-query-replace-regexp)
419         (read-regexp-defaults-function, read-regexp): Doc fixes.
421         * dired.el (dired-read-regexp):
422         * faces.el (list-faces-display):
423         * misearch.el (multi-isearch-read-matching-buffers)
424         (multi-isearch-read-matching-files):
425         * play/cookie1.el (cookie-apropos):
426         * progmodes/grep.el (grep-read-regexp): Doc fixes.
428         * textmodes/remember.el (remember): Use frameset-to-register
429         rather than frame-configuration-to-register.
431 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
433         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
434         incorrect keybinding.
436 2014-02-13  Daniel Colascione  <dancol@dancol.org>
438         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
439         when adding overlays so that line numbers from compiler match line
440         numbers we use.
442 2014-02-13  Glenn Morris  <rgm@gnu.org>
444         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
446         * jit-lock.el (jit-lock-mode): Doc fix.
448 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
450         * apropos.el (apropos-read-pattern): When the user passes an empty
451         string, give a more helpful error message than "Wrong type
452         argument: stringp, nil".
454 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
458 2014-02-13  Glenn Morris  <rgm@gnu.org>
460         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
462 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
464         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
465         shift-select commands.
467 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
469         * progmodes/js.el (js-indent-line): Don't widen.
470         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
472 2014-02-12  Glenn Morris  <rgm@gnu.org>
474         * icomplete.el (icomplete): Add info-link to defgroup.
475         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
476         (icomplete-minibuffer-map, icomplete-mode)
477         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
479         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
480         (package-menu-filter): Rename from package-menu-filter-interactive.
481         Doc fix.
483 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
485         * frameset.el (frameset--jump-to-register): Select the required
486         window and buffer before restoring position (bug#16696).
488 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
490         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
492 2014-02-10  Glenn Morris  <rgm@gnu.org>
494         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
496 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
498         * w32-common-fns.el (x-get-selection): Doc fix.
499         * select.el (x-get-selection): Doc fix.  (Bug#15109)
501         * face-remap.el (face-remap-add-relative)
502         (face-remap-remove-relative, face-remap-reset-base)
503         (face-remap-set-base): Call force-mode-line-update to redisplay
504         the current buffer due to potential change in faces.  (Bug#16709)
506 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
508         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
509         script more robustly.
511 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
513         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
515         * simple.el (choose-completion): Doc fix (bug#14160).
517         * subr.el (event-start): Say what a nil EVENT value means.
519         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
520         (bug#14197).
522         * progmodes/grep.el (find-program): Doc fix (bug#14289).
524         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
526         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
528         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
529         predicate function (bug#15455).
531 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
533         * ielm.el (inferior-emacs-lisp-mode): Instead of
534         `comment-use-global-state', set `comment-use-syntax'.
536 2014-02-10  Glenn Morris  <rgm@gnu.org>
538         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
540 2014-02-09  Alan Mackenzie  <acm@muc.de>
542         Fix c-invalidate-state-cache on narrowed buffers.
543         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
544         Widen when setting and clearing the CPP delimiter properties.
546 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
548         * help.el (describe-bindings): Doc fix (bug#9888).
550         * files.el (save-buffer): Use ARG as the parameter name for
551         consistency (bug#10346).
552         (save-buffer): Clarify the 0 argument (bug#10346).
554         * cus-edit.el (customize-apropos): Fix error string.
555         (custom-buffer-create): Doc fix (bug#11122).
556         (custom-sort-items): Doc fix (bug#11121).
558         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
560         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
561         (icomplete-simple-completing-p): Mention the previous variable.
563         * font-lock.el (font-lock-value-in-major-mode): Clarify the
564         meaning of the parameter (bug#12282).
566         * files.el (find-file-noselect): Clarify prompt when changing
567         readedness (bug#13261).
568         (locate-file): Suffixes aren't returned, so don't say that they
569         are (bug#12674).
570         (backup-inhibited): Doc clarification (bug#12525).
572         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
573         before we actually start to delete things (bug#16331).
575         * subr.el (event-start): Doc fix (bug#14228).
576         (event-end): Ditto.
578 2014-02-09  Glenn Morris  <rgm@gnu.org>
580         * emacs-lisp/warnings.el (lwarn):
581         Empower help-enable-auto-load.  (Bug#15940)
583 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
585         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
586         (Bug#16690)
588 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
590         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
591         Insert output at end of buffer.  (Bug#16120)
593 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
595         * simple.el (choose-completion-string-functions): Document new
596         calling convention (bug#14153).
597         (execute-extended-command): Clarify doc string (bug#13373).
599         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
601         * find-dired.el (find-name-dired): Doc fix (bug#14290).
602         (find-grep-dired): Doc fix (bug#14288).
604 2014-02-08  Juri Linkov  <juri@jurta.org>
606         * isearch.el (isearch-quote-char): Check character validity
607         like in `quoted-insert' (bug#16677).
609 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
611         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
613         * isearch.el (isearch-hide-immediately): Doc clarification
614         (bug#14723).
616         * simple.el (line-move): Document utility function used many
617         places in the Emacs sources (bug#14843).
619         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
620         (dired-prev-marked-file): Doc fix (bug#14855).
621         (dired-up-directory): Doc fix (bug#14848).
623         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
625         * files.el (file-relative-name): Doc fix (bug#15159).
627         * fringe.el (fringe-styles): Doc fix (bug#15239).
629         * isearch.el (isearch-filter-predicate): Documentation typo fix
630         (bug#15474).
632         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
634         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
636         * replace.el (replace-match-maybe-edit): Doc clarification
637         (bug#15632).
639         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
641         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
643 2014-02-08  Glenn Morris  <rgm@gnu.org>
645         * help-fns.el (describe-variable):
646         Check {file,dir}-local-variables-alist, and buffer-file-name,
647         in the correct buffer.
649 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
651         * help-fns.el (describe-variable): Fix the case where
652         a value is directory-local with no dir-locals file.  (Bug#16635)
654 2014-02-08  Glenn Morris  <rgm@gnu.org>
656         * abbrev.el (edit-abbrevs-mode):
657         Derive from fundamental-mode.  (Bug#16682)
659 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
661         * simple.el (quoted-insert): Check character validity (bug#16677).
663 2014-02-07  Juri Linkov  <juri@jurta.org>
665         * desktop.el (desktop-read): Claim the lock when the owner is not
666         the current process.  (Bug#16157)
668 2014-02-07  Juri Linkov  <juri@jurta.org>
670         * desktop.el (desktop-buffers-not-to-save): Change default from nil
671         to "\\` ".  (Bug#16651)
673 2014-02-07  Juri Linkov  <juri@jurta.org>
675         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
676         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
677         (desktop-auto-save-cancel-timer): New function with some code from
678         `desktop-auto-save-set-timer'.
679         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
680         Instead of setting `desktop-save-mode' to nil, call
681         `desktop-save-mode' with arg 0.  (Bug#16630)
683 2014-02-07  Glenn Morris  <rgm@gnu.org>
685         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
686         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
687         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
689         * obsolete/iswitchb.el: Move to obsolete/.
690         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
691         since obsolete/ is not scanned for autoloads.
692         * emacs-lisp/authors.el (authors-valid-file-names):
693         Add iswitchb.el.
695         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
696         Disable now non-functional find-file-hook.
698 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
700         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
701         instead of ";" in order to avoid additional prompts.  Let heredoc
702         scripts read from tty.  (Bug#16582)
703         (tramp-send-command): No special handling of heredocs, it isn't
704         necessary anymore.
706 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
709         with a space (bug#16664).  Limit the symbols considered to the ones
710         that are bound or fbound (bug#16646).
712 2014-02-06  Glenn Morris  <rgm@gnu.org>
714         * epa.el (epa-mail-aliases): Doc fix.
716 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
718         * emacs-lisp/lisp.el (lisp-completion-at-point):
719         Use `completion-table-merge' instead of `completion-table-in-turn'
720         (bug#16604).
722         * minibuffer.el (completion-table-merge): New function.
724 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
726         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
727         (tramp-sh-handle-set-file-acl)
728         (tramp-sh-handle-start-file-process)
729         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
730         (tramp-find-executable, tramp-send-command): Use it.
732 2014-02-05  Glenn Morris  <rgm@gnu.org>
734         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
736 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
738         * progmodes/python.el (python-shell-send-string):
739         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
741 2014-02-04  Anders Lindgren  <andlind@gmail.com>
743         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
744         the names (bug#16620).
746 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
748         * faces.el (window-divider): New default value.  Rewrite doc-string.
749         (window-divider-first-pixel, window-divider-last-pixel): New faces.
751 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
753         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
754         `protected' and `public' can also be called without arguments.
756 2014-02-03  Glenn Morris  <rgm@gnu.org>
758         * register.el (window-configuration-to-register)
759         (frame-configuration-to-register): Unadvertise unused argument.
760         * frameset.el (frameset-to-register): Remove unused argument.
762         * frameset.el (frameset-to-register):
763         * kmacro.el (kmacro-to-register):
764         * register.el (increment-register):
765         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
766         (calc-append-to-register, calc-prepend-to-register):
767         * play/gametree.el (gametree-layout-to-register)
768         (gametree-apply-register-layout):
769         * textmodes/picture.el (picture-clear-rectangle-to-register)
770         (picture-yank-rectangle-from-register):
771         * vc/emerge.el (emerge-combine-versions-register):
772         Use register-read-with-preview to read registers.
774 2014-02-03  João Távora  <joaotavora@gmail.com>
776         * elec-pair.el (electric-pair-backward-delete-char): Don't error
777         when at beginning of (possibly narrowed) buffer.
779 2014-02-02  Daniel Colascione  <dancol@dancol.org>
781         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
782         Also try to display local help from just before point.
784 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
786         c-parse-state.  Don't "append-lower-brace-pair" in certain
787         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
788         recognised as a comment.
790         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
791         as well as normal comment starter.
792         (c-parse-state-get-strategy): Extra return possibility
793         'back-and-forward.
794         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
795         return value list to indicate replacement of a brace-pair cons
796         with its car.
797         (c-parse-state-1): With 'back-and-forward, only call
798         c-append-lower-brace-pair-to state-cache when cons-separated.
800 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
802         * term/ns-win.el (ns-suspend-error): New function.
803         (ns-initialize-window-system): Add ns-suspend-error to
804         suspend-hook (Bug#16612).
806 2014-02-02  Daniel Colascione  <dancol@dancol.org>
808         * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
810 2014-02-02  Daniel Colascione  <dancol@dancol.org>
812         * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
814 2014-02-02  Glenn Morris  <rgm@gnu.org>
816         * register.el (register-read-with-preview, point-to-register)
817         (window-configuration-to-register, frame-configuration-to-register)
818         (jump-to-register, number-to-register, view-register, insert-register)
819         (copy-to-register, append-to-register, prepend-to-register)
820         (copy-rectangle-to-register): Doc fixes.
822 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
825         * emacs-lisp/find-func.el (find-function-C-source): Idem.
826         * emacs-lisp/nadvice.el (advice--cd*r): New function.
827         * help-fns.el (describe-function-1): Use it.
829 2014-02-02  Glenn Morris  <rgm@gnu.org>
831         * register.el (register-preview-default): New function,
832         split from register-preview.
833         (register-preview-function): Rename from register-preview-functions,
834         make it not a hook.
835         (register-preview): Use register-preview-function.
836         (register-read-with-preview): Error on non-character event.  (Bug#16595)
838 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
840         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
841         `:' before binary operators (bug#16609).  Don't check for `:'
842         before `[' and `(', or their syntax status.  A percent literal
843         can't end with either.
844         (ruby-font-lock-keywords): For built-ins that require arguments,
845         check that they're followed by something that looks like argument
846         (bug#16610).
848 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
850         * subr.el (butlast): Document what an omitted N means (bug#13437).
851         (nbutlast): Ditto.
853 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
855         * net/shr.el (shr-generic): Make into a defsubst to make the stack
856         depth shallower (bug#16587).
857         (shr-tag-svg): Respect `shr-inhibit-images'.
858         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
860 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
862         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
863         (ruby-smie-grammar): Make "." right-associative.  Make its priority
864         lower than the ternary and all binary operators.
865         (ruby-smie-rules): Indent "(" relative to the first non-"."
866         parent, or the first "." parent at indentation.
867         Use `ruby-align-chained-calls' for indentation of "." tokens.
868         (Bug#16593)
870 2014-01-31  Juri Linkov  <juri@jurta.org>
872         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
873         from `make-hash-table'.
875         * textmodes/ispell.el (ispell-init-process): Change message format
876         to be consistent with other messages.
878 2014-01-31  Glenn Morris  <rgm@gnu.org>
880         * delsel.el (delete-selection-mode): Doc fix.
882         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
883         (trace-function-background): Doc fixes.
885         * ido.el (ido-use-virtual-buffers): Doc fix.
886         Reset :version, since the default value has not changed.
888         * register.el (register-preview-delay, register-read-with-preview):
889         Doc fixes.
891         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
892         do not mess with mail-buffer position (fixes 2009-11-03 change).
893         * progmodes/cc-mode.el (c-submit-bug-report):
894         Check auto-fill-mode is bound.  (Bug#16592)
896 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
898         * startup.el (fancy-splash-image-file): New function,
899         split from fancy-splash-head.
900         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
901         so that we are both using the same image.  (Bug#16574)
903 2014-01-30  Glenn Morris  <rgm@gnu.org>
905         * simple.el (eval-expression): Doc fix.
907         * hexl.el (hexl-mode-hook):
908         * ielm.el (ielm-mode-hook):
909         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
910         (lisp-interaction-mode-hook):
911         * progmodes/cfengine.e (cfengine3-documentation-function):
912         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
914 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
917         is a symbol (bug#16584).
919 2014-01-30  Glenn Morris  <rgm@gnu.org>
921         * help.el (help-for-help-internal): Add "P" to text.
923 2014-01-29  Glenn Morris  <rgm@gnu.org>
925         * simple.el (just-one-space, cycle-spacing): Doc fixes.
927 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
929         * window.el (fit-frame-to-buffer): Fix calculations for margins and
930         height constraints.
932 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
934         * progmodes/hideif.el: Extend to full CPP expression syntax.
935         (hif-token-alist): Add missing tokens.
936         (hif-token-regexp): Add support for float/octal/hex immediates.
937         (hif-string-literal-regexp): New const.
938         (hif-tokenize): Recognize strings and float/octal/hex immediates.
939         (hif-exprlist): New function.
940         (hif-parse-if-exp): Use it.
941         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
942         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
943         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
944         (hif-logxor, hif-comma): New functions.
946 2014-01-28  Glenn Morris  <rgm@gnu.org>
948         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
950         * indent.el (tab-stop-list): Doc fix.  Add :version.
952         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
953         (cvs-append-to-ignore): Add compatibility alias.
955 2014-01-27  Glenn Morris  <rgm@gnu.org>
957         * dired.el (dired-hide-details-mode): Don't autoload it,
958         since it cannot be used outside Dired buffers anyway.
960         * emulation/cua-base.el (cua-mode): Doc fix.
962         * dired.el (dired-hide-details-hide-symlink-targets)
963         (dired-hide-details-hide-information-lines)
964         (dired-hide-details-mode): Doc fixes.
966         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
967         * strokes.el (strokes-file): Doc fix.  Bump :version.
968         (strokes-help): Doc fix.
969         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
970         * emulation/viper.el (viper): Doc fix for custom group.
971         (top-level): Remove oh-so-no-longer-relevant text about vip.
972         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
974         * ido.el (ido-save-directory-list-file):
975         * saveplace.el (save-place-file):
976         * calendar/timeclock.el (timeclock-file):
977         * net/quickurl.el (quickurl-url-file):
978         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
979         * progmodes/idlwave.el (idlwave-config-directory):
980         * textmodes/remember.el (remember-data-file):
981         Bump :version.
983 2014-01-26  Glenn Morris  <rgm@gnu.org>
985         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
986         Doc fix.  Make obsolete.
987         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
989         * sort.el (delete-duplicate-lines): Doc fix.
991 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
993         * progmodes/ada-mode.el (ada):
994         * woman.el (woman): Link to info manual and Commentary section.
996         * progmodes/flymake.el (flymake):
997         * nxml/nxml-mode.el (nxml):
998         * net/eww.el (eww):
999         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1000         * htmlfontify.el (htmlfontify):
1001         * ses.el (ses):
1002         * epa.el (epa):
1003         * ido.el (ido): Link to info manual.
1005 2014-01-25  Leo Liu  <sdl.web@gmail.com>
1007         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1009 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
1011         * net/shr.el (shr-tag-img): Prefer the title over the alt text
1012         (bug#16537).
1014 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
1016         * net/eww.el (eww-download-callback):
1017         Fix reference to eww-download-directory.
1019         * emacs-lisp/bytecomp.el (byte-compile-file):
1020         Remove unused local variable `file-name'.
1022 2014-01-24  Glenn Morris  <rgm@gnu.org>
1024         * woman.el (woman-default-faces, woman-monochrome-faces):
1025         Fix obsolescence specification.
1027         * subr.el (with-demoted-errors): Doc fix.
1029 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1031         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1032         (cl--macroexp-fboundp): New function.
1033         (cl--make-type-test): Use it.
1035 2014-01-23  Glenn Morris  <rgm@gnu.org>
1037         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1038         * simple.el (eval-expression): Doc fixes.
1040 2014-01-22  Glenn Morris  <rgm@gnu.org>
1042         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1044 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * emacs-lisp/package.el: Write files silently.
1047         (package-autoload-ensure-default-file, package--write-file-no-coding)
1048         (package-generate-description-file, package--download-one-archive)
1049         (package-install-from-archive): Tell `write-region' to stay quiet.
1050         (package-menu-mode, package-menu--print-info): Omit the Archive column
1051         if there's only one archive.
1052         (package-all-keywords, package--has-keyword-p): Remove dead code.
1054 2014-01-22  Glenn Morris  <rgm@gnu.org>
1056         * version.el (emacs-bzr-version-bzr): Fix typo.
1058         * version.el (emacs-repository-get-version):
1059         Check either .bzr or .git, but not both.
1060         Make the git case actually use the DIR argument, and return nil
1061         rather than the empty string.
1062         Avoid error if .git exists but the git executable is not found.
1064 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
1066         Fixes in window size functions around Bug#16430 and Bug#16470.
1067         * window.el (window-total-size, window-size): New argument ROUND.
1068         (window--min-delta-1, window-min-delta, window--max-delta-1):
1069         Be more conservative when calculating the numbers of lines or
1070         columns a window can shrink (Bug#16430).
1071         (fit-window-to-buffer): Simplify code.
1072         * term.el (term-window-width): Call window-body-width again.
1074 2014-01-22  Glenn Morris  <rgm@gnu.org>
1076         * image.el (image-format-suffixes): Doc fix.
1078         * international/quail.el (quail-define-package): Doc fix.
1080         * emacs-lisp/authors.el (authors-valid-file-names):
1081         (authors-renamed-files-alist): Additions.
1083         * vc/vc-git.el (vc-git-print-log): Remove --follow;
1084         reverts 2014-01-09 change.  (Bug#16422)
1086         * calc/calc-embed.el (thing-at-point-looking-at):
1087         * emacs-lisp/map-ynp.el (x-popup-dialog):
1088         * obsolete/lmenu.el (x-popup-dialog):
1089         * emacs-lisp/package.el (url-recreate-url):
1090         * mail/mailclient.el (clipboard-kill-ring-save):
1091         * subr.el (x-popup-dialog): Update declaration.
1092         * mail/rmail.el (rmail-mime-message-p):
1093         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1095 2014-01-21  Daniel Colascione  <dancol@dancol.org>
1097         * progmodes/sh-script.el (sh--inside-noncommand-expression):
1098         Correctly detect when we're inside an arithmetic expansion form
1099         containing nested parenthesis.
1100         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1101         to detect cases where we shouldn't expand "<<" to a heredoc
1102         skeleton.
1104 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1106         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1107         (eldoc--message-command-p): New function.
1108         (eldoc-display-message-p): Use it.
1109         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1110         message is not automatically erased for us.
1111         (eldoc-print-current-symbol-info): Erase previous message, if any.
1113 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
1115         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1116         specify it's an interactive function.
1118         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1119         Fix regex used for scanning for citation keys which failed for
1120         citations with optional arguments.
1122 2014-01-21  Leo Liu  <sdl.web@gmail.com>
1124         * simple.el (read--expression): Don't enable eldoc-mode.
1126 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * simple.el (move-beginning-of-line): Make sure we don't move forward
1129         (bug#16497).
1131 2014-01-20  Juri Linkov  <juri@jurta.org>
1133         * saveplace.el (toggle-save-place, save-place-to-alist)
1134         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1135         'dired-mode) before checking for dired-directory.  (Bug#16477)
1137 2014-01-20  Juri Linkov  <juri@jurta.org>
1139         * indent.el (indent-line-to): Use backward-to-indentation
1140         instead of back-to-indentation.  (Bug#16461)
1142 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1144         Revert some of the CANNOT_DUMP fix (Bug#16494).
1145         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1146         but fixing this can wait until after the next release.
1147         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1149 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
1151         * eshell/esh-mode.el (eshell-password-prompt-regexp):
1152         Use `password-word-equivalents'.
1153         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1154         to t.  (Bug#5664, Bug#13124)
1156 2014-01-19  Alan Mackenzie  <acm@muc.de>
1158         Bind open-paren-in-column-0-is-defun-start to nil at some entry
1159         points.
1160         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1161         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1162         * progmodes/cc-mode.el (c-before-change, c-after-change)
1163         (c-font-lock-fontify-region): Bind it here.
1165 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
1167         * term.el (term-window-width): Call window-text-width instead of
1168         window-width (Bug#16470).
1170 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1172         * simple.el (password-word-equivalents): Remove duplicates.
1173         Sort, to make this easier next time.
1174         Downcase.  Omit ": " after "jelszó".
1176 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
1178         * term/common-win.el (saved-region-selection): Defvar it.
1179         (x-select-text): Set saved-region-selection (Bug#16382).
1181 2014-01-18  Glenn Morris  <rgm@gnu.org>
1183         * emacs-lisp/authors.el (authors-aliases)
1184         (authors-renamed-files-alist): Add some entries.
1186 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1188         * net/tramp.el (tramp-password-prompt-regexp):
1189         Use `password-word-equivalents' if available.
1190         (tramp-action-password, tramp-process-one-action)
1191         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
1193 2014-01-17  Chong Yidong  <cyd@gnu.org>
1195         * simple.el (password-word-equivalents): New defcustom.
1196         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
1197         to 24.4.
1198         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1199         to t.  (Bug#13124)
1201 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
1203         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1204         (ruby-align-to-stmt-keywords): Change the default value.
1205         Use `ruby-alignable-keywords' to generate the possible customization
1206         choices.
1207         (ruby-smie-rules): Instead of using a hardcoded list of alignable
1208         keywords, check against the value of `ruby-alignable-keywords'
1209         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1211 2014-01-17  Glenn Morris  <rgm@gnu.org>
1213         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1215         Make M-x authors return zero *Authors Errors* from current logs.
1216         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1217         (authors-ignored-files): Add some entries, remove others.
1218         (authors-ambiguous-files, authors-valid-file-names):
1219         Add some entries.
1220         (authors-renamed-files-alist): Add, remove, and adjust entries.
1221         (authors-renamed-files-regexps): Add some entries.
1222         Remove some very broad ones.  Make some entries `lax'.
1223         (authors-lax-changelogs): New constant.
1224         (authors-disambiguate-file-name): Treat top-level specially.
1225         (authors-lax-changelog-p): New function.
1226         (authors-canonical-file-name): Check file as written against
1227         authors-valid-file-names.  Do not special-case etc/.
1228         Handle `lax' logs and authors-renamed-files-regexps elements.
1230 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
1232         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1233         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
1234         callers.
1236 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1239         Assume we're already in the proper buffer.
1240         Inspired by Anders Lindgren <andlind@gmail.com>.
1241         (follow-post-command-hook): Call it from the right buffer.
1242         (follow-comint-scroll-to-bottom): Adjust call.
1243         (follow-all-followers): Use get-buffer-window-list.
1245 2014-01-15  Daniel Colascione  <dancol@dancol.org>
1247         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1248         `buffer-file-name' in interactive-form so that we don't leave
1249         pathless file names in `file-name-history'.
1251 2014-01-15  Juri Linkov  <juri@jurta.org>
1253         * indent.el (indent-rigidly): Set deactivate-mark to nil
1254         in transient indentation mode.  (Bug#16438)
1256 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
1258         * emacs-lisp/package.el (package-desc-keywords): New function
1259         (Bug#16222).
1260         (describe-package-1, package-all-keywords)
1261         (package--has-keyword-p): Use it.
1263 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1265         * simple.el (define-alternatives): When creating the
1266         COMMAND-alternatives variable, assign COMMAND as its definition
1267         name so that `describe-variable' can relocate it.
1269 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
1271         * font-lock.el (font-lock-keywords): Fix typo in docstring
1272         (bug#16307).
1274 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1276         * ispell.el (ispell-region): Reset `in-comment' for new line
1277         instead of wrongly reset `add-coment' (bug#13577).
1279 2014-01-14  Daiki Ueno  <ueno@gnu.org>
1281         * epa-file.el (epa-file-write-region): Encode the region according
1282         to `buffer-file-format'.  Problem reported at:
1283         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1285 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1288         so it applies in the right buffer (bug#16410).
1290 2014-01-13  Daniel Colascione  <dancol@dancol.org>
1292         * textmodes/rst.el (rst-define-key): Provide deprecated
1293         keybindings through named functions instead of anonymous ones so
1294         that "??" doesn't appear in describe-mode output.
1296 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1298         * simple.el (define-alternatives): Call the selected command
1299         interactively.  When setting `COMMAND--implementation' for the
1300         first time, tell the user how to chose another implementation.
1301         Enhance the docstring.
1303 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1306         (log-edit--match-first-line): New function.
1307         (log-edit-font-lock-keywords): Use it.
1308         (log-edit-mode): Make jit-lock-defer-multiline work.
1310 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1312         * rect.el (rectangle-mark-mode): When the region is not active,
1313         display a message saying that the mark as been set and that
1314         rectangle mode is in use.
1315         (rectangle--highlight-for-redisplay): Only put an overlay with a
1316         visible vertical bar when (display-graphic-p) is non-nil.
1317         This partially fixes Bug#16403.
1319 2014-01-13  Juri Linkov  <juri@jurta.org>
1321         * info.el (Info-find-file): Go to DIR before displaying the error
1322         about a nonexistent file if no previous Info file is visited.
1323         Use `user-error' instead of `error' for "Info file %s does not exist".
1324         (Info-find-node-2): In case of a nonexistent node in unwind forms
1325         go to the Top node if there is no previous node to revert to.
1326         (Bug#16405)
1328 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
1330         fit-frame/window-to-buffer code fixes including one for Bug#14096.
1331         * window.el (fit-frame-to-buffer): Fix doc-string.
1332         Respect window-min-height/-width.  Fit pixelwise when
1333         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
1334         when avoiding that frame goes partially off-screen.
1335         (fit-window-to-buffer): Respect window-min-height/-width
1336         (Bug#14096).
1338 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1340         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1341         after an empty line.
1343 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1345         * net/shr.el (shr-render-region): Autoload.
1347 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
1349         * net/eww.el (eww-download-directory): Rename from
1350         `eww-download-path' (Bug#16419).
1352 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1354         * dired-x.el (dired-mode-map): Fix last change.
1356         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1358 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1360         Spelling fixes.
1361         * emacs-lisp/generic.el (generic--normalize-comments):
1362         Rename from generic--normalise-comments.  All uses changed.
1363         * play/bubbles.el (bubbles--neighborhood-score):
1364         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1365         (bubbles--neighborhood-available)
1366         (bubbles--update-neighborhood-score):
1367         Rename from names with 'neighbourhood'.  All uses changed.
1369 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1371         Re-implement the feature of showing eldoc info after editing.
1372         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1373         (eldoc-edit-message-commands): New function.
1374         (eldoc-print-after-edit): New variable.
1375         (eldoc-pre-command-refresh-echo-area): Emit message only by
1376         eldoc-message-commands.
1377         (eldoc-mode): Restrict eldoc-message-commands to editing commands
1378         if eldoc-print-after-edit is set.  (Bug#16346)
1379         * simple.el (read--expression): Enable eldoc-mode.
1380         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1382 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
1383             Eric S. Raymond  <esr@thyrsus.com>
1385         * version.el (emacs-repository-get-version): Enhance so the
1386         function works correctly in either a Bazaar or Git repo.
1388 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
1390         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1391         Goes with removal of the joke manpages from /etc.
1393 2014-01-10  Kenichi Handa  <handa@gnu.org>
1395         * mail/rmail.el (rmail-get-coding-system):
1396         Check rmail-get-coding-function before "funcall"ing it.
1398 2014-01-10  Glenn Morris  <rgm@gnu.org>
1400         * emacs-lisp/authors.el (authors-fixed-entries):
1401         Update for files that no longer exist.
1403 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
1405         * version.el (emacs-bzr-get-version): Restore compatibilty with
1406         24.3 (Tested).
1408 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
1410         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1411         and Podfile.
1413 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
1415         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1417 2014-01-10  Chong Yidong  <cyd@gnu.org>
1419         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1421 2014-01-10  Anders Lindgren  <andlind@gmail.com>
1423         * follow.el (follow-cache-command-list): Include right-char and
1424         left-char.
1426 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1428         Spelling fixes.
1429         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1430         * woman.el (woman-mark-horizontal-position):
1431         Rename from woman-mark-horizonal-position.  Use changed.
1433 2014-01-10  Glenn Morris  <rgm@gnu.org>
1435         * info.el (info-initialize): If running uninstalled, ensure our
1436         own info files are always found first, even if INFOPATH is set.
1438         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1440 2014-01-09  David Engster  <deng@randomsample.de>
1442         * emacs-lisp/eieio-custom.el:
1443         * emacs-lisp/eieio-opt.el: Set generated autoload file to
1444         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1445         * emacs-lisp/eieio.el: Regenerate autoloads.
1447 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
1449         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1450         following renames.  (Bug#8756)
1452 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1455         (bug#16382).
1456         (activate-mark): Add `no-tmm' argument.
1457         (set-mark, push-mark-command): Use it instead of running
1458         activate-mark-hook by hand.
1460 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
1462         In preparation for the move to git, sanitize out some
1463         Bazaar-specific names.
1465         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1467         * version.el (emacs-bzr-version): Name changed to
1468         emacs-repository-version.  Obsolete-variable alias made.
1469         * loadup.el: Follow through on this name change.
1470         * mail/emacsbug.el (report-emacs-bug): Factor out any
1471         assumption about the version control system in use.
1473 2014-01-08  David Engster  <deng@randomsample.de>
1475         * help-fns.el (help-fns-describe-function-functions):
1476         New variable to call functions for augmenting help buffers.
1477         (describe-function-1): Remove explicit calls to
1478         `help-fns--compiler-macro', `help-fns--parent-mode' and
1479         `help-fns--obsolete'.  Put them in above new variable instead, and
1480         call them through `run-hook-with-args'.
1481         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1482         `eieio-describe-class'.  Not meant for interactive use anymore,
1483         but to augment existing help buffers.  Remove optional second
1484         argument.  Create proper button for file location.
1485         Rewrite function to use `insert' instead of `princ' and `prin1' where
1486         possible.
1487         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1488         (eieio-method-def, eieio-class-def): Move further up.
1489         (describe-method, describe-generic, eieio-describe-method):
1490         Remove aliases.
1491         (eieio-help-constructor, eieio-help-generic): Rename from
1492         `eieio-describe-constructor' and `eieio-describe-generic', resp.
1493         Rewrite to use `insert' in the current buffer and use proper help
1494         buttons.
1495         (eieio-help-find-method-definition)
1496         (eieio-help-find-class-definition): Also accept symbols as
1497         arguments.
1498         (eieio-help-mode-augmentation-maybee): Remove.
1499         (eieio-describe-class-sb): Use `describe-function'.
1500         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1501         Add `eieio-help-generic' and `eieio-help-constructor'.
1503 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1505         Spelling fixes.
1506         * language/china-util.el (hz-ascii-designation):
1507         Rename from hz-ascii-designnation.
1508         (hz-ascii-designation): Rename from hz-ascii-designnation.
1509         All uses changed.
1511 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1513         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1514         package-alist.
1516 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1518         * emacs-lisp/package.el (package-delete):
1519         Correctly delete the package from package-alist.
1521 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1523         * emacs-lisp/package.el (url-recreate-url): Declare.
1524         (url-http-target-url): Declare.
1525         (package-handle-response): Include requested URL in the error message.
1526         (package--check-signature): Don't re-signal errors from
1527         package--with-work-buffer.  Suggested by Stefan Monnier.
1529 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1531         * minibuffer.el (completion--try-word-completion): When both a
1532         hyphen and a space are possible candidates for the character
1533         following a word, display both candidates.  (Bug#15980)
1535 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1537         * window.el (balance-windows-2): While rounding don't give a
1538         window more than the remainder.  Bug#16351, bug#16383.
1540 2014-01-07  Glenn Morris  <rgm@gnu.org>
1542         * menu-bar.el (menu-bar-help-extra-packages): Remove.
1543         (menu-bar-help-menu): Use view-external-packages instead.
1545 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1547         * emacs-lisp/package.el (package-delete): Also delete the package
1548         name from `package-alist', not its description only.
1550 2014-01-07  Glenn Morris  <rgm@gnu.org>
1552         * help.el (view-external-packages):
1553         * menu-bar.el (menu-bar-help-extra-packages):
1554         Visit efaq.info rather than etc/MORE.STUFF.
1556 2014-01-07  Juri Linkov  <juri@jurta.org>
1558         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1559         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
1561         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1562         that shadows RET.  (Bug#16342)
1564 2014-01-07  Chong Yidong  <cyd@gnu.org>
1566         * isearch.el (isearch-yank-char, isearch-yank-word)
1567         (isearch-yank-line): Doc fix.
1569 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1571         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1572         * emacs-lisp/elint.el (elint-find-builtins):
1573         * emacs-lisp/eldoc.el (eldoc-symbol-function):
1574         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1575         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1576         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1577         * apropos.el (apropos-safe-documentation):
1578         * subr.el (symbol-file): Remove redundant fboundp.
1579         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1581 2014-01-06  Bastien Guerry  <bzg@gnu.org>
1583         * hl-line.el (global-hl-line-overlay): Make a local variable.
1584         (global-hl-line-overlays): New variable to store all overlays.
1585         (global-hl-line-mode): Don't delete overlays from the current
1586         buffer when `global-hl-line-sticky-flag' is non-nil.
1587         (global-hl-line-highlight): Add new overlays to
1588         `global-hl-line-overlays'.
1589         (global-hl-line-unhighlight-all): New function to delete all
1590         overlays when turning off `global-hl-line-mode'.
1591         This fixes Bug#16183.
1593 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * subr.el (set-transient-map): Fix nested case and docstring.
1597 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
1599         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1600         `Texinfo' entry.
1602 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1604         Fix defun navigation in vc log view.
1606         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1607         like `beginning-of-defun'.
1608         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1609         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
1610         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1611         (log-view-extract-comment): Call `log-view-current-entry' directly
1612         instead of relying on broken `log-view-beginning-of-defun' behavior.
1614 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1616         Spelling fixes.
1617         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1618         * emacs-lisp/debug.el (cancel-debug-on-entry):
1619         * epg.el (epg-error-to-string):
1620         * files.el (recover-file):
1621         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1622         * mail/emacsbug.el (report-emacs-bug-hook):
1623         * mail/sendmail.el (mail-recover):
1624         * ses.el (ses-yank-resize):
1625         * term/ns-win.el (ns-print-buffer):
1626         Spelling fixes in diagnostics, mostly for "canceled" with one L.
1627         * epg.el (epg-key-capability-alist): Rename from misspelled version.
1628         All uses changed.
1629         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1631 2014-01-06  Leo Liu  <sdl.web@gmail.com>
1633         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1634         to avoid shadowing global key.  (Bug#16354)
1636 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1638         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1639         rst-mode.
1641 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
1643         * window.el (balance-windows): Add mising t to fix Bug#16351.
1645 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1648         (bug#16285).
1649         (shr-insert): If we have a word that's longer than `shr-width',
1650         break after it anyway.  Otherwise we'll do no breaking once we get
1651         such a long word.
1653 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1655         * net/eww.el (eww): Support single/double quote for search.
1656         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1657         (eww-history-quit): Delete and use quit-window.
1658         (eww-history-kill): Delete, because it doesn't work well and
1659         not necessary.
1660         (eww-history-mode-map): Delete some keys and add easy-menu.
1662 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1664         Fix misspelling of 'chinese' in rx (Bug#16237).
1665         * emacs-lisp/rx.el (rx-categories): Correct spelling of
1666         chinese-two-byte.
1668         Change subword regexps back to vars (Bug#16296).
1669         * progmodes/subword.el (subword-forward-regexp)
1670         (subword-backward-regexp): Change these back to variables.
1672 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1675         syntax-begin-function (bug#16247).
1677 2014-01-03  Chong Yidong  <cyd@gnu.org>
1679         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1680         (advice--docstring): Delete variable.
1681         (advice--make-1): Leave the docstring empty.
1682         (advice-add): Use function-documentation for advised docstring.
1684         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1685         Ignore function-documentation property when getting documentation.
1686         (ad-activate-advised-definition): Use function-documentation
1687         generate the docstring.
1688         (ad-make-advised-definition): Don't call
1689         ad-make-advised-definition-docstring.
1690         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1691         Delete functions.
1693         * progmodes/sql.el (sql-help): Use function-documentation instead
1694         of dynamic-docstring-function property.  No need to autoload now.
1695         (sql--help-docstring): New variable.
1696         (sql--make-help-docstring): Use it.
1698 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1700         * ielm.el (ielm-tab): Retarget.
1701         (ielm-map): Use ielm-tab for tab.
1702         (ielm-complete-filename): Use comint-filename-completion.
1703         (ielm-complete-symbol): Remove.
1704         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1705         remove ielm-tab from completion-at-point-functions (bug#16224).
1707         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1708         Beware signals raised by predicates (bug#16201).
1710 2014-01-02  Richard Stallman  <rms@gnu.org>
1712         * dired-aux.el (dired-do-print): Handle printer-name.
1714         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1715         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1716         (rmail-epa-decrypt): Turn off mime processing.
1718         * mail/rmail.el (rmail-make-in-reply-to-field):
1719         Add parens in message-id.
1721         * mail/rmail.el (rmail-get-coding-function): Variable.
1722         (rmail-get-coding-system): Use it.
1724 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
1726         * international/mule-conf.el: Unify the charset indian-is13194.
1727         (indian-is13194): Specify unify-map.
1729 2013-12-31  Leo Liu  <sdl.web@gmail.com>
1731         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
1733 2013-12-30  Daniel Colascione  <dancol@dancol.org>
1735         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1736         of printing a useless when we resume from sleep.
1738         * progmodes/sh-script.el
1739         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
1740         in indentation code.  (Bug#16233)
1742 2013-12-28  João Távora  <joaotavora@gmail.com>
1744         * elec-pair.el (electric-pair-post-self-insert-function):
1745         Don't open extra newlines at beginning of buffer.  (Bug#16272)
1747 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
1749         * frame.el (window-system-for-display): Don't allow to create a
1750         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
1752 2013-12-28  Glenn Morris  <rgm@gnu.org>
1754         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1755         Update callers.
1757         * apropos.el (apropos-match-face):
1758         * calculator.el (calculator-displayer):
1759         * dabbrev.el (dabbrev-search-these-buffers-only):
1760         * face-remap.el (buffer-face-mode-face):
1761         * simple.el (yank-handled-properties):
1762         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1763         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1764         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1765         (hashcash-double-spend-database):
1766         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1767         (ruby-deep-indent-paren-style):
1768         * textmodes/flyspell.el (flyspell-auto-correct-binding):
1769         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1770         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1771         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1772         Specify custom types.
1774         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1775         * bookmark.el (bookmark-bmenu-use-header-line):
1776         * doc-view.el (doc-view-scale-internally):
1777         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1778         * register.el (register-preview-delay):
1779         * net/shr.el (shr-bullet):
1780         * progmodes/cfengine.el (cfengine-cf-promises)
1781         (cfengine-parameters-indent):
1782         * progmodes/octave.el (inferior-octave-error-regexp-alist):
1783         * textmodes/reftex-vars.el (reftex-label-regexps):
1784         * vc/log-edit.el (log-edit-setup-add-author): Add version.
1786         * net/tls.el (tls-certtool-program): Fix default value.
1788         * desktop.el (desktop-restore-in-current-display):
1789         * newcomment.el (comment-empty-lines):
1790         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1791         (idlwave-pad-keyword):
1792         * progmodes/tcl.el (tcl-tab-always-indent):
1793         * textmodes/reftex-vars.el (reftex-index-default-tag):
1794         * elec-pair.el (electric-pair-skip-whitespace):
1795         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1797         * emacs-lisp/authors.el (authors-ignored-files)
1798         (authors-valid-file-names, authors-renamed-files-alist): Additions.
1800 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
1802         * shell.el (shell-dynamic-complete-command): Doc fix.
1803         (shell--command-completion-data): Shell completion now matches
1804         executable filenames from the current buffer's directory, on
1805         systems in which this behavior is the default (windows-nt, ms-dos).
1807 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1809         * net/shr.el (shr-insert): Don't infloop if the width is zero.
1811 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1814         (bug#16251).
1816         * electric.el: Move all electric-pair-* to elec-pair.el.
1817         * elec-pair.el: New file, split from electric.el.
1819 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1821         * net/shr.el (shr-find-fill-point): Don't try to fill if the
1822         indentation level is larger than the width, because that will
1823         infloop.
1824         (shr-insert): Fill repeatedly long texts, so that Japanese is
1825         formatted correctly (bug#16263).
1826         (shr-find-fill-point): Off by one error in comparison with the
1827         indentation.
1829 2013-12-26  João Távora  <joaotavora@gmail.com>
1831         * electric.el (electric-pair-mode): More flexible engine for skip-
1832         and inhibit predicates, new options for pairing-related functionality.
1833         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1834         if that keeps or improves their balance in buffers.
1835         (electric-pair-delete-adjacent-pairs): Delete the pair when
1836         backspacing over adjacent matched delimiters.
1837         (electric-pair-open-extra-newline): Open extra newline when
1838         inserting newlines between adjacent matched delimiters.
1839         (electric--sort-post-self-insertion-hook):
1840         Sort post-self-insert-hook according to priority values when
1841         minor-modes are activated.
1842         * simple.el (newline-and-indent): Call newline with interactive
1843         set to t.
1844         (blink-paren-post-self-insert-function): Set priority to 100.
1845         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1846         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1847         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
1848         electric-pair-open-newline-between-pairs to nil.
1850 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1852         * progmodes/python.el: Use lexical-binding.
1853         (python-nav-beginning-of-defun): Stop searching ASAP.
1855 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
1857         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1858         Fix interactive spec.  Doc fix.  (Bug#15754)
1860 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1862         * emacs-lisp/byte-run.el (eval-when-compile):
1863         * progmodes/cc-defs.el (cc-eval-when-compile):
1864         Fix edebug spec (bug#16184).
1866 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1868         * net/shr.el (shr-visit-file): Remove debugging function.
1869         (shr-insert): Don't infloop if we can't find a good place to break
1870         the line (bug#16256).
1872 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1874         * progmodes/python.el:
1875         (python-nav--lisp-forward-sexp): New function.
1876         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
1877         python-nav-lisp-forward-sexp-safe.
1878         (python-nav--forward-sexp): New argument SAFE allows switching
1879         forward sexp movement behavior for parens.
1880         (python-nav-forward-sexp): Throw errors on unterminated parens
1881         (Bug#16191).
1882         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1883         (python-nav-backward-sexp-safe): New functions.
1884         (python-shell-buffer-substring):
1885         Use `python-nav-forward-sexp-safe'.
1887 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1889         * net/shr.el (shr-find-fill-point): Don't break lines before a
1890         quotation mark.
1891         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1892         (shr-find-fill-point): Remove the special checks for the quotation
1893         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1895 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1897         * net/eww.el (eww-form-textarea): Use a different face for
1898         textareas than text input since they have different keymaps
1899         (bug#16142).
1901 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1903         * progmodes/python.el (python-nav-beginning-of-statement):
1904         Speed up (Bug#15295).
1906 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1908         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1909         the window configuration.
1911 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
1913         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1914         we run on MS-Windows or MS-DOS.
1916 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
1918         * window.el (balance-windows-area): Call window-size instead of
1919         window-height and window-width.  Bug#16241.
1921 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1923         * net/eww.el (eww-bookmark-quit): Remove.
1924         (eww-bookmark-browse): Restore the window configuration when you
1925         choose a bookmark (bug#16144).
1927 2013-12-24  Daniel Colascione  <dancol@dancol.org>
1929         * icomplete.el: Remove redundant :group arguments to `defcustom'
1930         throughout.
1931         (icomplete-show-matches-on-no-input): New customizable variable.
1932         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1933         we have something to show.
1934         (icomplete-exhibit): Compute completions even if we have no user input.
1936 2013-12-23  Daniel Colascione  <dancol@dancol.org>
1938         * icomplete.el: Move `provide' to end of file.
1940 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1942         * net/gnutls.el (gnutls-verify-error): Add version tag.
1944 2013-12-23  Chong Yidong  <cyd@gnu.org>
1946         * subr.el (set-transient-map): Rename from
1947         set-temporary-overlay-map.  Doc fix.
1949         * face-remap.el (text-scale-adjust):
1950         * indent.el (indent-rigidly):
1951         * kmacro.el (kmacro-call-macro):
1952         * minibuffer.el (minibuffer-force-complete):
1953         * repeat.el (repeat):
1954         * simple.el (universal-argument--mode):
1955         * calendar/todo-mode.el (todo-insert-item--next-param):
1956         * progmodes/f90.el (f90-abbrev-start): Callers changed.
1958         * indent.el (indent-rigidly): Use substitute-command-keys.
1960 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1962         * net/eww.el (eww-tag-select): Add text-property to jump to next
1963         select field.
1964         (eww): Add non-supported ftp error.
1966 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1968         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1969         comments.  Handle electric indent after typing `?' and `!'.
1971 2013-12-22  Chong Yidong  <cyd@gnu.org>
1973         * faces.el (face-spec-recalc): If the theme specs are not
1974         applicable to a frame, fall back on the defface spec.
1975         This prevents themes from obliterating faces on low-color terminals.
1977 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1979         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1980         after `{'.  We need it after block openers, and it doesn't seem
1981         to hurt after hash openers.
1983 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1985         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1986         extracted from `ruby-smie-rules'.
1987         (ruby--electric-indent-chars): New variable.
1988         (ruby--electric-indent-p): New function.
1989         (ruby-mode): Use `electric-indent-functions' instead of
1990         `electric-indent-chars'.
1992 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1994         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1995         docstring.
1996         (ruby-smie-rules): Indent plus one level after `=>'.
1998 2013-12-21  Richard Stallman  <rms@gnu.org>
2000         * simple.el (newline): Doc fix.
2002 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2004         * net/eww.el (eww-list-histories, eww-list-histories)
2005         (eww-history-browse, eww-history-quit, eww-history-kill)
2006         (eww-history-mode-map, eww-history-mode): New command and
2007         functions to list browser histories.
2008         (eww-form-text): Support text form with disabled
2009         and readonly attributes.
2010         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2012 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2014         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2015         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2016         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2017         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2018         Use `user-error'.
2019         (eww-bookmark-mode-map): Add menu.
2020         (eww-render, eww-mode): Use `setq-local'.
2021         (eww-tool-bar-map): New variable.
2022         (eww-mode): Set `tool-bar-map'.
2023         (eww-view-source): Check for `html-mode' with `fboundp'.
2025 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027         * net/shr.el (shr--extract-best-source): Don't bug out on audio
2028         elements with text inside.  Also remove debugging.
2030 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
2032         * cus-start.el (all): Add ns-use-srgb-colorspace.
2034 2013-12-21  Chong Yidong  <cyd@gnu.org>
2036         * custom.el (custom-theme-recalc-face): Do nothing if the face is
2037         undefined.  Thus, theme settings for undefined faces do not take
2038         effect until the faces are defined with defface, the same as with
2039         theme variables.
2041         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2042         (face-spec-reset-face): Don't assign extra properties in temacs.
2043         (face-spec-recalc): Apply X resources too.
2045 2013-12-21  Chong Yidong  <cyd@gnu.org>
2047         * faces.el (face-spec-set):
2048         * cus-face.el (custom-theme-set-faces, custom-set-faces):
2049         * custom.el (defface): Doc fixes (Bug#16203).
2051         * indent.el (indent-rigidly-map): Add docstring, and move commands
2052         into named functions.
2053         (indent-rigidly-left, indent-rigidly-right)
2054         (indent-rigidly-left-to-tab-stop)
2055         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
2056         indentation direction based on bidi direction, and accumulate
2057         sequential commands in a single undo boundary.
2058         (indent-rigidly--pop-undo): New utility function.
2060 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
2062         * faces.el (read-face-name): Require crm.el when using crm-separator.
2064 2013-12-20  Daniel Colascione  <dancol@dancol.org>
2066         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2067         so that we don't reflow comments into the shebang line.
2069 2013-12-20  Juri Linkov  <juri@jurta.org>
2071         * saveplace.el (save-place-to-alist): Add `dired-filename' as
2072         a position when `dired-directory' is non-nil.  Check integer
2073         positions with `integerp'.
2074         (toggle-save-place, save-places-to-alist): Add check for
2075         `dired-directory'.
2076         (save-place-find-file-hook): Check integer positions with
2077         `integerp'.
2078         (save-place-dired-hook): Use `dired-goto-file' when
2079         `dired-filename' is found in the assoc list.  Check integer
2080         positions with `integerp'.
2081         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2083         * dired.el (dired-initial-position-hook): Rename back from
2084         `dired-initial-point-hook'.
2085         (dired-initial-position): Rename `dired-initial-point-hook' to
2086         `dired-initial-position-hook'.
2087         (dired-file-name-at-point): Doc fix.  (Bug#15329)
2089 2013-12-20  Juri Linkov  <juri@jurta.org>
2091         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2092         (read-regexp-suggestions): New function.
2093         (read-regexp): Use `read-regexp-defaults-function' to get default values.
2094         Use `read-regexp-suggestions'.  Add non-empty default to history
2095         for empty input.
2096         (occur-read-regexp-defaults-function): Remove function.
2097         (occur-read-primary-args): Use `regexp-history-last' instead of
2098         `occur-read-regexp-defaults-function'.
2100         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2101         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2102         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2103         `hi-lock-read-regexp-defaults-function'.  Doc fix.
2104         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2105         with `find-tag-default-as-symbol-regexp'.  Doc fix.
2106         (hi-lock-read-regexp-defaults): Remove function.
2107         (hi-lock-regexp-okay): Add check for null.
2109         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2110         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
2112         * subr.el (find-tag-default-as-symbol-regexp): New function.
2113         (find-tag-default-as-regexp): Move symbol regexp formatting to
2114         `find-tag-default-as-symbol-regexp'.
2116 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
2118         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2119         (Bug#14179)
2121 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2123         * calendar/todo-mode.el: New implementation of item insertion
2124         commands and key bindings.
2125         (todo-key-prompt): New face.
2126         (todo-insert-item): New command.
2127         (todo-insert-item--parameters): New defconst, replacing defvar
2128         todo-insertion-commands-args-genlist.
2129         (todo-insert-item--param-key-alist): New defconst, replacing
2130         defvar todo-insertion-commands-arg-key-list.
2131         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2132         (todo-insert-item--argsleft, todo-insert-item--apply-args)
2133         (todo-insert-item--next-param): New functions.
2134         (todo-insert-item--args, todo-insert-item--argleft)
2135         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2136         New variables.
2137         (todo-key-bindings-t): Change binding of "i" from
2138         todo-insertion-map to todo-insert-item.
2139         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2140         (todo-insertion-command-name, todo-insertion-commands-names)
2141         (todo-define-insertion-command, todo-insertion-commands)
2142         (todo-insertion-key-bindings, todo-insertion-map): Remove.
2144 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2146         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2147         (todo-toggle-item-highlighting): Use eval-and-compile instead of
2148         eval-when-compile.
2149         (todo-move-category): Allow choosing a non-existing todo file to
2150         move the category to, and create that file.
2151         (todo-default-priority): New user option.
2152         (todo-set-item-priority): Use it.
2153         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2154         (desktop-restore-file-buffer): Declare.
2155         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2156         (todo-modes-set-2): Locally set desktop-save-buffer to
2157         todo-desktop-save-buffer.
2158         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2159         (auto-mode-alist): Add autoload cookie.
2161 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
2163         * emacs-lisp/subr-x.el: Renamed from helpers.el.
2164         helpers.el was a poor choice of name.
2165         (string-remove-prefix): New function.
2166         (string-remove-suffix): New function.
2168 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
2170         Fix assignment for new window total sizes.
2171         * window.el (window--pixel-to-size): Remove function.
2172         (window--pixel-to-total-1, window--pixel-to-total):
2173         Fix calculation of new total sizes.
2175 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
2177         * comint.el (comint-output-filter): Fix rear-nonsticky property
2178         placement (Bug#16010).
2180 2013-12-20  Chong Yidong  <cyd@gnu.org>
2182         * faces.el (read-color): Minor fix for completion function.
2184 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
2186         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2187         New option.  (Bug#16182)
2188         (ruby-smie--indent-to-stmt-p): Use it.
2189         (ruby-smie-rules): Revert the logic in the handling of `when'.
2190         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2191         (ruby-deep-arglist, ruby-deep-indent-paren)
2192         (ruby-deep-indent-paren-style): Update docstrings to note that the
2193         vars don't have any effect with SMIE.
2195 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
2197         * calc/calc.el (calc-enter, calc-pop): Use the variable
2198         `calc-context-sensitive-enter'.
2200 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2202         * net/shr.el (shr-insert): Protect against infloops in degenerate
2203         tables.
2205 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2207         * progmodes/octave.el (octave): Add link to manual and octave
2208         homepage.
2209         (octave-mode-menu): Link to octave-mode manual.
2211 2013-12-20  Leo Liu  <sdl.web@gmail.com>
2213         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2214         insertion using skeleton-end-newline.  (Bug#16138)
2216 2013-12-20  Juri Linkov  <juri@jurta.org>
2218         * replace.el (occur-engine): Use `add-face-text-property'
2219         to add the face property to matches and titles.  (Bug#14645)
2221         * hi-lock.el (hi-green): Use lighter color "light green" closer to
2222         the palette of other hi-lock colors.
2223         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2225 2013-12-19  Juri Linkov  <juri@jurta.org>
2227         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2228         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
2229         (minibuffer-history-symbol): Move variable declaration closer to
2230         its usage.
2232         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2233         (Bug#14785)
2235 2013-12-19  Juri Linkov  <juri@jurta.org>
2237         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2238         New function.
2239         (log-edit-hook): Add it to :options.  (Bug#16170)
2241 2013-12-19  Juri Linkov  <juri@jurta.org>
2243         * simple.el (eval-expression-print-format): Don't check for
2244         command names and the last command.  Always display additional
2245         formats of the integer result in the echo area, and insert them
2246         to the current buffer only with a zero prefix arg.
2247         Display character when char-displayable-p is non-nil.
2248         (eval-expression): With a zero prefix arg, set `print-length' and
2249         `print-level' to nil, and insert the integer values from
2250         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
2252         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2253         `eval-last-sexp-arg-internal'.  Doc fix.
2254         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2255         `eval-last-sexp-print-value'.  Doc fix.
2256         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2257         Set `print-length' and `print-level' to nil when arg is zero.
2258         (eval-last-sexp): Doc fix.
2259         (eval-defun-2): Print the integer values from
2260         `eval-expression-print-format' at the end.
2262         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2263         values from `eval-expression-print-format' at the end.
2265         * ielm.el (ielm-eval-input): Print the integer
2266         values from `eval-expression-print-format' at the end.
2268 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2270         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2271         2013-12-11T19:01:44Z!tzz@lifelogs.com.
2273 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2275         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
2276         (hl-line-highlight, global-hl-line-highlight): Use it.
2277         (hl-line-overlay): Use defvar-local.
2279 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
2281         * term/ns-win.el: Require dnd.
2282         (global-map): Remove drag items.
2283         (ns-insert-text, ns-set-foreground-at-mouse)
2284         (ns-set-background-at-mouse):
2285         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2286         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2287         New functions.
2289 2013-12-19  Glenn Morris  <rgm@gnu.org>
2291         * emacs-lisp/ert.el (ert-select-tests):
2292         Fix string/symbol mixup.  (Bug#16121)
2294 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2296         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2297         keywords to their parent.
2299 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2301         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2302         first arg to be a string (fixed dead code), or an operator symbol.
2303         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2304         operator symbols.
2305         (ruby-smie-rules): Remove parent token check in the `.' clause, it
2306         did nothing.  Don't respond to `(:after ".")', it will be called
2307         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
2308         change anything.  Only return indentation for binary operators
2309         when they are hanging.  De-dent opening paren when its parent is
2310         `.', otherwise it looks bad when the dot is not at bol or eol
2311         (bug#16182).
2313 2013-12-19  Juri Linkov  <juri@jurta.org>
2315         * replace.el (query-replace-read-args): Split a non-negative arg
2316         and a negative arg into separate elements.
2317         (query-replace, query-replace-regexp, replace-string)
2318         (replace-regexp): Add arg `backward'.  Doc fix.
2319         (replace-match-maybe-edit): When new arg `backward' is non-nil,
2320         move point to the beginning of the match.
2321         (replace-search, replace-highlight): Use new arg `backward'
2322         to set the value of `isearch-forward'.
2323         (perform-replace): Add arg `backward' and use it to perform
2324         replacement backward.  (Bug#14979)
2326         * isearch.el (isearch-query-replace): Use a negative prefix arg
2327         to call `perform-replace' with a non-nil arg `backward'.
2329 2013-12-18  Juri Linkov  <juri@jurta.org>
2331         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2332         to the default list.  Move `log-edit-show-files' to the end.
2333         Add more available functions to options.
2334         (log-edit): Move default specific settings to
2335         `log-edit-insert-message-template'.  Don't move point.
2336         (log-edit-insert-message-template): New function.
2337         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2338         (Bug#16170)
2340 2013-12-18  Juri Linkov  <juri@jurta.org>
2342         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2343         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
2345 2013-12-18  Leo Liu  <sdl.web@gmail.com>
2347         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2348         (Bug#16186)
2350 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
2352         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2353         formats for displaying file sizes when the -s switch is given.
2354         Instead, compute a separate format for displaying the size in
2355         blocks, which is displayed in addition to the "regular" size.
2356         When -h is given in addition to -s, produce size in blocks in
2357         human-readable form as well.  (Bug#16179)
2359 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
2361         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2362         Reference tables with ~\ref{...} instead of only \ref{...}.
2364 2013-12-18  Chong Yidong  <cyd@gnu.org>
2366         * cus-edit.el (custom-magic-alist): Fix "themed" description
2367         (Bug#14348).
2369         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2370         is non-nil, do not create a new entry in the symbol's theme-value
2371         or theme-face property; update theme-settings only (Bug#14664).
2372         (custom-available-themes): Doc fix.
2374         * cus-theme.el (custom-new-theme-mode-map): Add bindings
2375         (Bug#15674).
2377         * replace.el (occur-engine): Avoid infloop (Bug#7593).
2379 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2381         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2382         (Bug#13914).
2384 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2386         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2388 2013-12-18  Glenn Morris  <rgm@gnu.org>
2390         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2391         * cus-start.el (load-prefer-newer): New option.
2393 2013-12-18  Le Wang  <l26wang@gmail.com>
2395         * comint.el (comint-previous-matching-input-from-input):
2396         Retain point (Bug#13404).
2398 2013-12-18  Chong Yidong  <cyd@gnu.org>
2400         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2402 2013-12-18  Glenn Morris  <rgm@gnu.org>
2404         * mail/emacsbug.el (report-emacs-bug):
2405         Only mention enable-multibyte-characters if non-standard.
2407 2013-12-17  Juri Linkov  <juri@jurta.org>
2409         * arc-mode.el (archive-extract-by-file): Check if directory exists
2410         before deletion to not show irrelevant errors if it doesn't exist.
2412 2013-12-17  Juri Linkov  <juri@jurta.org>
2414         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2415         (Bug#14751)
2417         * net/eww.el (browse-web): Add alias to `eww'.
2418         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2419         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
2421         * net/browse-url.el (browse-url-browser-function): Move `eww'
2422         closer to similar functions.
2424         * startup.el (fancy-startup-screen, fancy-about-screen):
2425         Set browse-url-browser-function to eww-browse-url locally.
2426         (Bug#14751)
2428 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         * window.el (window--pixel-to-total): Remove unused `mini' var.
2431         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2432         (split-window): Remove unused `new' var.
2433         (window--display-buffer): Remove unused `frame' and `delta' vars.
2434         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2435         and display-width'.
2437 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
2439         * dired.el (dired-mark-pop-up):
2440         * register.el (register-preview): Don't bind
2441         split-height-threshold here since it's now done in
2442         display-buffer-below-selected.
2444 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
2446         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2447         xterm-rgb-convert-to-16bit.
2448         (rxvt-register-default-colors): Standardize with
2449         xterm-register-default-colors (Bug#14078).
2451 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2453         * simple.el (kill-region): Pass mark first, then point, so that
2454         kill-append works right (Bug#12819).
2455         (copy-region-as-kill, kill-ring-save): Likewise.
2457 2013-12-17  Leo Liu  <sdl.web@gmail.com>
2459         * net/rcirc.el (rcirc-add-face):
2460         * eshell/em-prompt.el (eshell-emit-prompt):
2461         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2462         (Bug#16167)
2464 2013-12-17  Chong Yidong  <cyd@gnu.org>
2466         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2467         Suggested by Xue Fuqiao.
2469 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2471         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2473 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2475         * net/shr.el (shr-insert-document): Remove unused var
2476         `shr-preliminary-table-render'.
2477         (shr-rescale-image): Remove unused arg `force'.
2478         (shr-put-image): Update calls accordingly.
2479         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2481 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2483         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2484         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2485         :close-all, to see which indentation method to use (Bug#16116).
2486         (smie-rules-function): Document the method :close-all.
2488 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2492         * net/eww.el (eww-display-html): If we can't find the anchor we're
2493         looking for, then go to point-min.
2495 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
2497         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2498         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2499         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2500         Expand dir too, in case it's relative.
2502 2013-12-16  Juri Linkov  <juri@jurta.org>
2504         * desktop.el (desktop-auto-save-timeout): Change default to
2505         `auto-save-timeout'.  Doc fix.
2506         (desktop-save): Skip the timestamp in desktop-saved-frameset
2507         when checking for auto-save changes.
2508         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2509         `desktop-auto-save' is called repeatedly by the idle timer.
2510         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2511         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2512         (Bug#15331)
2514 2013-12-16  Juri Linkov  <juri@jurta.org>
2516         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2517         (Bug#16035)
2518         (isearch-pre-command-hook): Check `this-command' for symbolp.
2520 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2524 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2526         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2527         (cfengine3--current-function): Bring in the current-function
2528         functionality from `cfengine3--current-word'.
2529         (cfengine3-completion-function): Bring in the
2530         bounds-of-current-word functionality from
2531         `cfengine3--current-word'.
2533 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2535         * window.el (display-buffer-below-selected):
2536         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2538 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2540         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2541         Remove NOMSG arg and all uses changed.
2543 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2545         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2546         (cua--deactivate-rectangle): Don't deactivate the mark.
2547         (cua-set-rectangle-mark): Don't set mark-active since
2548         cua--activate-rectangle already does it for us.
2549         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2550         non-rectangular region.
2552         * emulation/cua-base.el (cua-repeat-replace-region):
2553         Use with-current-buffer.
2555         * net/gnutls.el: Use cl-lib.
2556         (gnutls-negotiate): `mapcan' -> cl-mapcan.
2558 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2560         * emacs-lisp/package.el (package-built-in-p): Support both
2561         built-in and the package.el converted package descriptions.
2562         (package-show-package-list): Allow keywords.
2563         (package-keyword-button-action): Use it instead of
2564         `finder-list-matches'.
2565         (package-menu-filter-interactive): Interactive filtering (by
2566         keyword) function.
2567         (package-menu--generate): Support keywords and change keymappings
2568         and headers when they are given.
2569         (package--has-keyword-p): Helper function.
2570         (package-menu--refresh): Use it.
2571         (package--mapc): Helper function.
2572         (package-all-keywords): Use it.
2573         (package-menu-mode-map): Set up menu items and keybindings to
2574         provide a filtering UI.
2576 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2578         * net/gnutls.el (gnutls-verify-error): New defcustom to control
2579         the behavior when a certificate fails validation.  Defaults to
2580         old behavior: never abort, just warn.
2581         (gnutls-negotiate): Use it.
2583 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
2585         * window.el (display-buffer-below-selected): Never split window
2586         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
2588 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2590         * emacs-lisp/package.el (package--prepare-dependencies): New function.
2591         (package-buffer-info): Use it (bug#15108).
2593 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2595         * icomplete.el (icomplete-completions): Make sure the prefix is already
2596         displayed elsewhere before hiding it (bug#16219).
2598 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2600         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2601         open-paren tokens when preceded by a open-paren, too.
2602         (ruby-smie-rules): Handle virtual indentation after open-paren
2603         tokens specially.  If there is code between it and eol, return the
2604         column where is starts (Bug#16118).
2606 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2608         * progmodes/cfengine.el: Fix `add-hook' doc.
2609         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2610         (cfengine3--current-word): Fix parameters.
2611         (cfengine3-make-syntax-cache): Simplify further.
2612         (cfengine3-completion-function, cfengine3--current-function):
2613         Use `assq' for symbols.
2614         (cfengine3--current-function): Fix `cfengine3--current-word' call.
2616 2013-12-13  Glenn Morris  <rgm@gnu.org>
2618         * loadup.el (load-path): Warn if site-load or site-init changes it.
2619         No more need to reset it when bootstrapping.
2621 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2623         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2624         locations for cf-promises.
2625         (cfengine-mode-syntax-functions-regex): New caching variable.
2626         (cfengine3-fallback-syntax): Fallback syntax for cases where
2627         cf-promises doesn't run.
2628         (cfengine3--current-word): Reimplement using
2629         `cfengine-mode-syntax-functions-regex'.
2630         (cfengine3-completion-function, cfengine3--current-function):
2631         Use `cfengine3-make-syntax-cache' directly.
2632         (cfengine3-clear-syntax-cache): New function.
2633         (cfengine3-make-syntax-cache): Simplify and create
2634         `cfengine-mode-syntax-functions-regex' on demand.
2635         (cfengine3-format-function-docstring): Don't call
2636         `cfengine3-make-syntax-cache' explicitly.
2638 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
2640         Fix windmove-find-other-window broken after pixelwise resizing
2641         (Bug#16017).
2642         * windmove.el (windmove-other-window-loc): Revert change from
2643         2013-12-04.
2644         (windmove-find-other-window): Call window-in-direction.
2645         * window.el (window-in-direction): New arguments SIGN, WRAP and
2646         MINI to emulate original windmove-find-other-window behavior.
2648 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
2650         * simple.el (blink-matching--overlay): New variable.
2651         (blink-matching-open): Instead of moving point, highlight the
2652         matching paren with an overlay
2653         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2655         * faces.el (paren-showing-faces, show-paren-match)
2656         (show-paren-mismatch): Move from paren.el.
2658 2013-12-13  Leo Liu  <sdl.web@gmail.com>
2660         * indent.el (indent-region): Disable progress reporter in
2661         minibuffer.  (Bug#16108)
2663         * bindings.el (visual-order-cursor-movement): Fix version.
2665 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2667         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2668         Also match after beginning of line.
2669         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2670         files.  Thanks to Russell Sim.  (Bug#15378)
2672 2013-12-13  Juri Linkov  <juri@jurta.org>
2674         * simple.el <Keypad support>: Remove key bindings duplicated
2675         with bindings.el.  (Bug#14397)
2677 2013-12-13  Juri Linkov  <juri@jurta.org>
2679         * comint.el (comint-mode-map): Replace `delete-char' with
2680         `delete-forward-char'.  (Bug#16109)
2682 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2684         * progmodes/python.el (python-indent-calculate-indentation):
2685         Fix de-denters cornercase.  (Bug#15731)
2687 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2690         (advice--make): Pay attention to `depth'.
2691         (advice--make-1): Don't autoload commands eagerly.
2692         * emacs-lisp/elp.el (elp-instrument-function):
2693         * emacs-lisp/trace.el (trace-function-internal):
2694         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2696         * iswitchb.el (iswitchb-mode): Don't belittle ido.
2698 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
2700         * term/w32-win.el (w32-handle-dropped-file):
2701         * startup.el (normal-top-level):
2702         * net/browse-url.el (browse-url-file-url):
2703         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2704         decode file names using 'utf-8' rather than
2705         file-name-coding-system.
2707 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2709         * progmodes/python.el (python-indent-context)
2710         (python-indent-calculate-indentation): Fix auto-identation
2711         behavior for comment blocks.  (Bug#15916)
2713 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2715         * progmodes/python.el (python-indent-calculate-indentation):
2716         When determining indentation, don't treat "return", "pass", etc., as
2717         operators when they are just string constituents.  (Bug#15812)
2719 2013-12-12  Juri Linkov  <juri@jurta.org>
2721         * uniquify.el (uniquify-buffer-name-style): Change default to
2722         `post-forward-angle-brackets'.
2724         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2725         `uniquify'.  Change default to `post-forward-angle-brackets'.
2727 2013-12-11  Glenn Morris  <rgm@gnu.org>
2729         * emacs-lisp/package.el (finder-list-matches):
2730         Autoload rather than falsely declaring.
2732 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
2734         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2735         (eww-mode-map): Use them.
2737 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
2739         * window.el (display-buffer-in-side-window): Fix doc-string
2740         (Bug#16115).
2742 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
2744         * vc/vc-git.el: Silence byte-compiler warnings.
2745         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2746         (log-edit-set-header): Declare.
2748 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
2750         * Makefile.in (custom-deps, finder-data): Run output file names
2751         through unmsys--file-name.  (Bug#16099)
2753 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2755         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2756         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2758         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2759         instead of deleting the selection "by hand" (bug#16098).
2760         Rely on insert-for-yank to yank rectangles.
2761         (cua-highlight-region-shift-only): Mark obsolete.
2762         (cua-mode): Don't enable/disable transient-mark-mode,
2763         shift-select-mode (cua-mode works both with and without them), and
2764         pc-selection-mode (obsolete).
2765         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2766         (cua--deactivate-rectangle): Deactivate it.
2768         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2769         (delete-selection-helper): Make sure yank starts at the top of the
2770         deleted region.
2771         (minibuffer-keyboard-quit): Use region-active-p.
2773         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2775         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2776         to `delete' (bug#16109).
2778 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2780         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2781         info manual and show keybindings and set `:group' keyword.
2783 2013-12-11  Juri Linkov  <juri@jurta.org>
2785         * delsel.el (delete-active-region): Let-bind `this-command'
2786         to prevent `kill-region' from changing its original value.
2787         (delete-selection-helper): Handle `overwrite-mode' for the type
2788         `kill' exactly the same way as for the type `t'.
2789         (insert-char, quoted-insert, reindent-then-newline-and-indent):
2790         Support more commands.  (Bug#13312)
2792 2013-12-11  Juri Linkov  <juri@jurta.org>
2794         * bindings.el: Map kp keys to non-kp keys systematically
2795         with basic modifiers control, meta and shift.  (Bug#14397)
2797 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2799         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2800         "Close browser" menu items.  Fix wrong function of "List
2801         bookmarks".
2803 2013-12-11  Juri Linkov  <juri@jurta.org>
2805         * misearch.el (multi-isearch-buffers): Set the value of
2806         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2807         arg of isearch-forward to t.
2808         (multi-isearch-buffers-regexp): Set the value of
2809         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2810         arg of isearch-forward-regexp to t.
2811         (multi-isearch-files): Set the value of
2812         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2813         arg of isearch-forward to t.
2814         (multi-isearch-files-regexp): Set the value of
2815         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2816         arg of isearch-forward-regexp to t.  (Bug#16035)
2818         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2819         arg of isearch-forward to t.
2820         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2821         arg of isearch-forward-regexp to t.
2822         (dired-isearch-filter-filenames): Remove unnecessary check for
2823         `dired-isearch-filenames'.
2825         * comint.el (comint-history-isearch-backward):
2826         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2827         (comint-history-isearch-backward-regexp):
2828         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2830 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
2832         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2833         unmsys--file-name.  (Bug#16099)
2835 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
2837         * emacs-lisp/package.el (package-keyword-button-action):
2838         Remove finder.el require dependency.
2840 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
2842         * emacs-lisp/package.el: Require finder.el.
2843         (describe-package-1): Add keyword buttons.
2844         (package-make-button): New convenience function.
2845         (package-keyword-button-action): Keyword button action using
2846         `finder-list-matches'.
2848 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
2850         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2851         last commit.
2853 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
2855         * autorevert.el (auto-revert-notify-add-watch): Do not handle
2856         symlinked files.
2858 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2860         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2861         after the end of a percent literal.
2863 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2865         * progmodes/ruby-mode.el (ruby-forward-string): Document.
2866         Handle caret-delimited strings (Bug#16079).
2868 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2870         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2871         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2872         `ruby-parse-partial' (Bug#16078).
2874 2013-12-09  Leo Liu  <sdl.web@gmail.com>
2876         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
2878 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
2880         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2881         (js-switch-indent-offset): New option.
2882         (js--proper-indentation): Use it.  And handle the case when
2883         "default" is actually a key in an object literal.
2884         (js--same-line): New function.
2885         (js--multi-line-declaration-indentation): Use it.
2886         (js--indent-in-array-comp, js--array-comp-indentation):
2887         New functions.
2888         (js--proper-indentation): Use them, to handle array comprehension
2889         continuations.
2891 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2893         * progmodes/flymake.el (flymake-highlight-line): Re-write.
2894         (flymake-make-overlay): Remove arg MOUSE-FACE.
2895         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2897 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2899         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2900         New function.
2901         (redisplay-highlight-region-function): Use it.
2903         * emulation/cua-base.el (cua--explicit-region-start)
2904         (cua--last-region-shifted): Remove.
2905         (cua--deactivate): Use deactivate-mark.
2906         (cua--pre-command-handler-1): Don't handle shift-selection.
2907         (cua--post-command-handler-1): Don't change transient-mark-mode.
2908         (cua--select-keymaps): Use region-active-p rather than
2909         cua--explicit-region-start or cua--last-region-shifted.
2910         (cua-mode): Enable shift-select-mode.
2912 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2914         * progmodes/flymake.el (flymake-popup-current-error-menu):
2915         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
2916         (flymake-posn-at-point-as-event, flymake-popup-menu)
2917         (flymake-make-emacs-menu): Remove.  (Bug#16077)
2919 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * rect.el (rectangle-mark-mode): Activate mark even if
2922         transient-mark-mode is off (bug#16066).
2923         (rectangle--highlight-for-redisplay): Fix boundary condition when point
2924         is > mark and at bolp.
2926         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2927         (region-extract-function): Use it.
2928         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2929         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2930         Delete functions.
2931         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2932         kill-ring-save, kill-region, delete-char, delete-forward-char.
2933         Ignore self-insert-iso.
2935         * emulation/cua-gmrk.el (cua--init-global-mark):
2936         Ignore `self-insert-iso'.
2938         * emulation/cua-base.el (cua--prefix-copy-handler)
2939         (cua--prefix-cut-handler): Rely on region-extract-function rather than
2940         checking cua--rectangle.
2941         (cua-delete-region): Use region-extract-function.
2942         (cua-replace-region): Delete function.
2943         (cua-copy-region, cua-cut-region): Obey region-extract-function.
2944         (cua--pre-command-handler-1): Don't do the delete-selection thing.
2945         (cua--self-insert-char-p): Ignore `self-insert-iso'.
2946         (cua--init-keymaps): Don't remap delete-selection commands.
2947         (cua-mode): Use delete-selection-mode instead of rolling our own
2948         (bug#16085).
2950         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2951         Obey region-extract-function.
2953         Make registers and delete-selection-mode work on rectangles.
2954         * register.el (describe-register-1): Don't modify the register's value.
2955         (copy-to-register): Obey region-extract-function.
2956         * delsel.el (delete-active-region): Obey region-extract-function.
2958 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2960         * progmodes/flymake.el (flymake, flymake-error-bitmap)
2961         (flymake-warning-bitmap, flymake-fringe-indicator-position)
2962         (flymake-compilation-prevents-syntax-check)
2963         (flymake-start-syntax-check-on-newline)
2964         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2965         (flymake-start-syntax-check-on-find-file, flymake-log-level)
2966         (flymake-xml-program, flymake-master-file-dirs)
2967         (flymake-master-file-count-limit)
2968         (flymake-allowed-file-name-masks): Relocate.
2969         (flymake-makehash, flymake-float-time)
2970         (flymake-replace-regexp-in-string, flymake-split-string)
2971         (flymake-get-temp-dir): Remove.
2972         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2973         (flymake-current-row, flymake-selected-frame)
2974         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2975         related functions.  (Bug#16077)
2977 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
2979         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2981 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
2983         * help-fns.el (describe-function-1): Use new advice-* functions
2984         rather than old ad-* functions.  Fix function type description and
2985         source links for advised functions and subrs.
2987 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2991 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
2993         * progmodes/compile.el (compilation-start):
2994         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2996         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2997         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
2999 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3001         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3002         Touch up the last change.
3004 2013-12-06  Leo Liu  <sdl.web@gmail.com>
3006         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3007         (inferior-octave-startup): Always use "octave> " for prompt.
3008         (octave-goto-function-definition)
3009         (octave-sync-function-file-names)
3010         (octave-find-definition-default-filename): Remove redundant backquotes.
3012 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3014         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3015         syntax for `?'.
3016         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3017         where appropriate already.
3018         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3019         end of method names (Bug#15874).
3021 2013-12-06  Juri Linkov  <juri@jurta.org>
3023         * isearch.el (isearch--saved-overriding-local-map):
3024         New internal variable.
3025         (isearch-mode): Set it to the initial value of
3026         `overriding-terminal-local-map'.
3027         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3028         with `isearch--saved-overriding-local-map'.  (Bug#16035)
3030 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3032         * progmodes/octave.el (inferior-octave-completion-table):
3033         Turn back into function, use `completion-table-with-cache'
3034         (Bug#11906).  Update all references.
3036         * minibuffer.el (completion-table-with-cache): New function.
3038 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3040         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3042 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
3044         * net/eww.el (eww-current-source): New variable to store page
3045         source.
3046         (eww-display-html, eww-mode, eww-save-history)
3047         (eww-restore-history): Use it.
3048         (eww-view-source): New command to view page source.
3049         Opportunistically uses `html-mode' to highlight the buffer.
3050         (eww-mode-map): Install it.
3052 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
3054         * net/dbus.el (dbus-unregister-service)
3055         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3056         Fix docstring.
3057         (dbus-unregister-service): Skip :serial entries in
3058         `dbus-registered-objects-table'.
3059         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3061 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
3063         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3064         around keywords with extra `split-string' argument.
3066 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
3068         * windmove.el (windmove-other-window-loc): Handle navigation
3069         between windows (excluding the minibuffer window - Bug#16017).
3071 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
3073         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3074         in D-Bus type syntax.
3075         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3076         preserve unibyte strings.  (Bug#16048)
3078 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3080         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3081         Call force-mode-line-update is the proper buffer (bug#16042).
3083 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
3085         * vc/log-edit.el (log-edit-add-new-comment): Rename to
3086         `log-edit-remember-comment', make argument optional.  Adjust all
3087         callers.
3088         (log-edit-mode): Add `log-edit-remember-comment' to
3089         `kill-buffer-hook' locally.
3090         (log-edit-kill-buffer): Don't remember comment explicitly since
3091         the buffer is killed anyway.
3093 2013-12-04  Juri Linkov  <juri@jurta.org>
3095         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3096         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
3098 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
3100         * notifications.el (notifications-close-notification): Call the
3101         D-Bus method with ID being a `:uint32'.  (Bug#16030)
3103 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3105         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3107 2013-12-03  Juri Linkov  <juri@jurta.org>
3109         * progmodes/compile.el (compilation-start): Rename window alist
3110         entry `no-display-ok' to `allow-no-window'.
3112         * simple.el (shell-command): Add window alist entry
3113         `allow-no-window' to `display-buffer'.
3114         (async-shell-command): Doc fix.
3116         * window.el (display-buffer-no-window): New action function.
3117         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
3119 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3121         * vc/log-edit.el (log-edit-set-header): Extract from
3122         `log-edit-toggle-header'.
3123         (log-edit-extract-headers): Separate the summary, when extracted
3124         from header, from the rest of the message with an empty line.
3126         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3127         line, if present, to the Summary header.
3129 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3131         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3132         in current-buffer (bug#16029).
3134 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
3136         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3137         (debugger-mode-map): Bind it.
3138         (debugger--backtrace-base): New function.
3139         (debugger-eval-expression): Use it.
3140         (debugger-frame-number): Skip local vars when present.
3141         (debugger--locals-visible-p, debugger--insert-locals)
3142         (debugger--show-locals, debugger--hide-locals): New functions.
3144 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
3146         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3147         "LC_ALL".
3148         (tramp-get-remote-locale): New defun.
3149         (tramp-open-connection-setup-interactive-shell): Use it.
3151 2013-12-02  Leo Liu  <sdl.web@gmail.com>
3153         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
3155         * progmodes/sh-script.el (sh-shell-process):
3156         * progmodes/octave.el (inferior-octave-process-live-p):
3157         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3158         (gdb-inferior-io-sentinel):
3159         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3161 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3163         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3164         `save-selected-window' to `log-edit-hide-buf'.  This makes
3165         `log-edit-show-files' idempotent.
3166         (log-edit-show-files): Mark the new window as dedicated.
3168 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3170         * vc/log-edit.el (log-edit-mode-map): Add binding for
3171         `log-edit-kill-biffer'.
3172         (log-edit-hide-buf): Add a FIXME comment.
3173         (log-edit-add-new-comment): New function, extracted from
3174         `log-edit-done'.
3175         (log-edit-done, log-edit-add-to-changelog): Use it.
3176         (log-edit-kill-buffer): New command.
3178 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3181         instead of killing the buffer.
3183 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3185         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3187 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3189         * net/eww.el (eww-form-checkbox-selected-symbol)
3190         (eww-form-checkbox-symbol): New customizable variable.
3191         (eww-form-checkbox, eww-toggle-checkbox):
3192         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3194         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3195         (shr--get-media-pref, shr--extract-best-source): New function.
3196         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3197         no :src tag was specified.
3199         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3200         (eww-render): Handle `eww-use-external-browser-for-content-type'.
3201         Use \\` to match beginning of string instead of ^.
3202         (eww-browse-with-external-browser): Provide optional URL parameter.
3203         (eww-render): Set `eww-current-title' back to "".
3205         * net/shr.el (shr-tag-video): Display content for video if no
3206         poster is available.
3207         (shr-tag-audio): Add support for <audio> tag.
3209         * net/eww.el (eww-text-input-types): New const.
3210         (eww-process-text-input): Treat input types in
3211         `eww-text-input-types' as text.
3213         * net/shr.el (shr-tag-table): Fix comment typo.
3215 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217         * net/eww.el (eww-follow-link): New command to avoid reloading
3218         pages when we follow #target links (bug#15243).
3219         (eww-quit): Special mode buffers shouldn't query before exiting.
3221 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3223         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3224         forms.
3226 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228         * net/eww.el (eww-restore-history): Update the window title after
3229         moving in the history.
3230         (eww-current-dom): New variable used to save the current DOM.
3232 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
3234         * vc/log-edit.el (log-edit-mode-map): Add binding for
3235         `log-edit-beginning-of-line'.
3236         (log-edit-setup-add-author): New user option.
3237         (log-edit-beginning-of-line): New command.
3238         (log-edit): Move major mode call above the contents setup so that
3239         the local variable values are already applied.
3240         (log-edit): Only insert "Author: " when
3241         `log-edit-setup-add-author' is non-nil.
3242         (log-edit): When SETUP is non-nil, position point after ": "
3243         instead of point-min.
3245 2013-12-01  Glenn Morris  <rgm@gnu.org>
3247         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3249 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
3251         * startup.el (fancy-splash-frame): On MS-Windows, trigger
3252         redisplay to make sure the initial frame gets a chance to become
3253         visible.  (Bug#16014)
3255 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
3257         Support resizing frames and windows pixelwise.
3258         * cus-start.el (frame-resize-pixelwise)
3259         (window-resize-pixelwise): New entries.
3260         * emacs-lisp/debug.el (debug): Use window-total-height instead
3261         of window-total-size.
3262         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3263         * help.el (describe-bindings-internal): Call help-buffer
3264         (temp-buffer-max-width): New option.
3265         (resize-temp-buffer-window, help-window-setup)
3266         (with-help-window): Rewrite.
3267         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
3268         dragging dividers.
3269         * window.el (frame-char-size, window-min-pixel-height)
3270         (window-safe-min-pixel-height, window-safe-min-pixel-width)
3271         (window-min-pixel-width, window-safe-min-pixel-size)
3272         (window-combination-p, window-safe-min-size)
3273         (window-resizable-p, window--size-to-pixel)
3274         (window--pixel-to-size, window--resize-apply-p): New functions.
3275         (window-safe-min-height): Fix doc-string.
3276         (window-size, window-min-size, window--min-size-1)
3277         (window-sizable, window-sizable-p, window--min-delta-1)
3278         (window-min-delta, window--max-delta-1, window-max-delta)
3279         (window--resizable, window--resizable-p, window-resizable)
3280         (window-full-height-p, window-full-width-p, window-at-side-p)
3281         (window--in-direction-2, window-in-direction)
3282         (window--resize-reset-1, window--resize-mini-window)
3283         (window-resize, window-resize-no-error)
3284         (window--resize-child-windows-normal)
3285         (window--resize-child-windows, window--resize-siblings)
3286         (window--resize-this-window, window--resize-root-window)
3287         (window--resize-root-window-vertically)
3288         (adjust-window-trailing-edge, enlarge-window, shrink-window)
3289         (maximize-window, minimize-window, delete-window)
3290         (quit-restore-window, window-split-min-size, split-window)
3291         (balance-windows-2, balance-windows)
3292         (balance-windows-area-adjust, balance-windows-area)
3293         (window--state-get-1, window-state-get, window--state-put-1)
3294         (window--state-put-2, window-state-put)
3295         (display-buffer-record-window, window--display-buffer):
3296         Make functions handle pixelwise sizing of windows.
3297         (display-buffer--action-function-custom-type)
3298         (display-buffer-fallback-action):
3299         Add display-buffer-in-previous-window.
3300         (display-buffer-use-some-window): Resize window to height it had
3301         before.
3302         (fit-window-to-buffer-horizontally): New option.
3303         (fit-frame-to-buffer): Describe new values.
3304         (fit-frame-to-buffer-bottom-margin): Replace with
3305         fit-frame-to-buffer-margins.
3306         (window--sanitize-margin): New function.
3307         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3308         using window-text-pixel-size.
3310 2013-11-30  Glenn Morris  <rgm@gnu.org>
3312         * emacs-lisp/bytecomp.el (byte-compile-form):
3313         Make the `interactive-only' warning like the `obsolete' one.
3314         * comint.el (comint-run):
3315         * files.el (insert-file-literally, insert-file):
3316         * replace.el (replace-string, replace-regexp):
3317         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3318         (goto-line, insert-buffer, next-line, previous-line):
3319         Tweak `interactive-only' spec.
3321         Stop keeping (most) generated cedet grammar files in the repository.
3322         * Makefile.in (semantic): New.
3323         (compile-main): Depend on semantic.
3325 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3328         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3330         * uniquify.el (uniquify-buffer-name-style): Change default.
3332         * loadup.el: Preload "uniquify".
3334         * time.el (display-time-update): Update all mode lines (bug#15999).
3336         * electric.el (electric-indent-mode): Enable by default.
3337         * loadup.el: Preload "electric".
3339 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
3341         * emacs-lisp/helpers.el (string-empty-p): New function.
3342         (string-blank-p): New function.
3344 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
3346         * imenu.el (imenu--index-alist): Add missing dot to the docstring
3347         (Bug#14029).
3349 2013-11-29  Andreas Politz  <politza@fh-trier.de>
3350         * imenu.el (imenu--subalist-p): Don't error on non-conses and
3351         allow non-lambda lists as functions.
3352         (imenu--in-alist): Don't recurse into non-subalists.
3353         (imenu): Don't pass function itself as an argument (Bug#14029).
3355 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * progmodes/python.el (python-mode-map): Remove binding for ":".
3358         (python-indent-electric-colon): Remove command.
3359         (python-indent-post-self-insert-function): Integrate the previous code
3360         of python-indent-electric-colon.  Make it conditional on
3361         electric-indent-mode.
3362         (python-mode): Add ?: to electric-indent-chars.
3363         Move python-indent-post-self-insert-function to the end of
3364         post-self-insert-hook.
3366 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3368         * doc-view.el (doc-view-goto-page): Update mode-line.
3370         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3372 2013-11-27  Glenn Morris  <rgm@gnu.org>
3374         * international/charprop.el, international/uni-bidi.el:
3375         * international/uni-category.el, international/uni-combining.el:
3376         * international/uni-comment.el, international/uni-decimal.el:
3377         * international/uni-decomposition.el, international/uni-digit.el:
3378         * international/uni-lowercase.el, international/uni-mirrored.el:
3379         * international/uni-name.el, international/uni-numeric.el:
3380         * international/uni-old-name.el, international/uni-titlecase.el:
3381         * international/uni-uppercase.el:
3382         Remove generated files from VCS repository.
3384 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
3386         * filenotify.el (file-notify-add-watch): Don't special-case
3387         w32notify when computing the directory to watch.
3389 2013-11-27  Glenn Morris  <rgm@gnu.org>
3391         Make bootstrap without generated uni-*.el files possible again.
3392         * loadup.el: Update command-line-args checking for unidata-gen.
3393         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3394         * composite.el, international/characters.el:
3395         Handle unicode tables being undefined.
3397         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3398         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3399         (compile-main): Depend on leim rule.
3400         (leim): New rule.
3401         * loadup.el: Move leim-list.el to leim/ subdirectory.
3402         * startup.el (normal-top-level): No more leim directory.
3403         * international/ja-dic-cnv.el (skkdic-convert):
3404         Disable version-control and autoloads in output files.
3405         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3406         Disable version-control and autoloads in output files.
3407         * leim/quail: Move here from ../leim.
3408         * leim/quail/hangul.el (hangul-input-method-activate):
3409         Add autoload cookie.
3410         (generated-autoload-load-name): Set file-local value.
3411         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3412         (generated-autoload-load-name): Set file-local value.
3414 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
3416         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3417         (eww-add-bookmark): Ask confirmation when add to bookmarks.
3418         (eww-quit): Ask confirmation before quitting eww.
3420 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
3422         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3423         reading output from Diff on MS-Windows and MS-DOS.
3425 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
3427         * emacs-lisp/helpers.el (string-reverse): New function.
3429 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
3431         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3432         names on MS Windows, like "/[::1]:".
3434         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3435         SWITCHES.
3437 2013-11-26  Glenn Morris  <rgm@gnu.org>
3439         * progmodes/python.el (python-indent-guess-indent-offset):
3440         Avoid corner-case error.  (Bug#15975)
3442         Preload leim-list.el.  (Bug#4789)
3443         * loadup.el: Load leim-list.el when found.
3444         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3446 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
3448         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3450         * emacs-lisp/helpers.el (string-join): New function.
3452 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
3454         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3455         Mark as obsolete and replace it with a symbol property.
3456         (byte-compile-form): Use new 'interactive-only property.
3457         * comint.el, files.el, replace.el, simple.el:
3458         Apply new 'interactive-only properly.
3460 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
3462         * window.el (display-buffer-at-bottom): Make sure that
3463         split-window-sensibly creates the new window on bottom
3464         (Bug#15961).
3466 2013-11-23  David Kastrup  <dak@gnu.org>
3468         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3469         on the conflict markers when available.
3470         (smerge--get-marker): New function.
3471         (smerge-end-re, smerge-base-re): Add subgroup.
3473 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * frame.el (handle-focus-in, handle-focus-out): Add missing
3476         interactive spec.
3478 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
3480         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3481         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3483 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
3486         (gomoku--last-pos): New var.
3487         (gomoku--intangible-chars): New const.
3488         (gomoku--intangible): New function.
3489         (gomoku-mode): Use it.  Derive from special-mode.
3490         (gomoku-move-up): Adjust line count.
3491         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3492         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3493         Simplify accordingly.
3495         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3496         Remove blink-cursor code.
3497         (blink-cursor-timer-function, blink-cursor-suspend):
3498         Don't special-case GUIs.
3499         (blink-cursor-mode): Use focus-in/out-hook.
3501 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3503         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3504         work when annotation is invisible (Bug#13886).
3506 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3508         * json.el (json-alist-p): Only return non-nil if the alist has
3509         simple keys (Bug#13518).
3511 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3513         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3514         when control-statement is the first statement in a buffer (Bug#15956).
3516 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3518         * imenu.el (imenu-generic-skip-comments-and-strings):
3519         New option (Bug#15560).
3520         (imenu--generic-function): Use it.
3522 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3524         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3525         (Bug#13898)
3527 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3529         * emacs-lisp/helpers.el: Add some string helpers.
3530         (string-trim-left): Removes leading whitespace.
3531         (string-trim-right): Removes trailing whitespace.
3532         (string-trim): Removes leading and trailing whitespace.
3534         * subr.el (string-suffix-p): New function.
3536 2013-11-23  Glenn Morris  <rgm@gnu.org>
3538         * progmodes/python.el (python-shell-send-file):
3539         Add option to delete file when done.  (Bug#15647)
3540         (python-shell-send-string, python-shell-send-region): Use it.
3542 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
3544         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3545         to set buffer-read-only to t, never to nil.  (Bug#15938)
3547         * textmodes/tex-mode.el (latex-noindent-environments):
3548         Add safe-local-variable property.  (Bug#15936)
3550 2013-11-23  Glenn Morris  <rgm@gnu.org>
3552         * textmodes/enriched.el (enriched-mode): Doc fix.
3553         * emacs-lisp/authors.el (authors-renamed-files-alist):
3554         Add enriched.doc -> enriched.txt.
3556         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3558 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3560         * progmodes/octave.el (inferior-octave-startup): Spit out error
3561         message.
3563 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
3565         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3566         Improve docstring.
3567         Add :version.
3568         (ruby-encoding-magic-comment-style): Add :version.
3570 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3572         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3573         (Bug#15076)
3574         (octave-help-mode): Adapt to change to help-mode-finish to use
3575         derived-mode-p on 2013-09-17.
3576         (inferior-octave-prompt): Also match octave-gui.
3577         (octave-kill-process): Don't ask twice.  (Bug#10564)
3579 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3581         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3582         (inferior-octave-startup, inferior-octave-check-process)
3583         (inferior-octave-track-window-width-change)
3584         (octave-completion-at-point, octave-eldoc-function): Use it.
3585         (octave-kill-process): Provide confirmation.  (Bug#10564)
3587 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3589         * progmodes/octave.el (octave-mode, inferior-octave-mode):
3590         Fix obsolete variable comment-use-global-state.
3592 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3594         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3595         Add `octave-source-file'.
3596         (octave-source-file): New function.  (Bug#15935)
3598 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
3600         * net/eww.el (eww-local-regex): New variable.
3601         (eww): Use it to detect localhost and similar.
3603 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3605         Add completion for command `ag'.
3606         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3607         (pcomplete/ag): New function.
3608         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
3610 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3612         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3613         (bug#14646).
3614         (make-obsolete): Remove interactive spec.
3616 2013-11-21  Glenn Morris  <rgm@gnu.org>
3618         * startup.el (command-line-1): Use path-separator with -L.
3620 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3622         * emacs-lisp/package.el (describe-package-1): Add package archive
3623         to shown fields.
3625 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
3627         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3628         Change default to "# encoding: %s" to differentiate it from the
3629         default Ruby encoding comment template.
3631 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
3633         * ses.el (ses-mode): Doc fix.  (Bug#14748)
3635 2013-11-20  Leo Liu  <sdl.web@gmail.com>
3637         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
3639 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
3641         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3642         when rebase or bisect are in progress.
3644 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
3646         * filenotify.el (file-notify-add-watch): Doc fix.
3648 2013-11-19  Leo Liu  <sdl.web@gmail.com>
3650         * obsolete/rcompile.el: Mark obsolete.
3652         * progmodes/compile.el (compilation-start)
3653         (compilation-goto-locus, compilation-find-file):
3654         Pass no-display-ok and handle nil value from display-buffer.
3655         (Bug#13594)
3657         * window.el (display-buffer-alist, display-buffer): Document the
3658         new parameter no-display-ok.  Return either a window or nil
3659         but never a non-window value.
3661 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * electric.el (electric-indent-mode-map): Remove.
3664         (electric-indent-mode): Change the global-map instead (bug#15915).
3666         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3667         Use add-function.
3669 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3671         * emacs-lisp/nadvice.el (remove-function): Align with
3672         add-function's behavior.
3674         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3675         (gdb--string-regexp): New constant.
3676         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3677         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3678         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3679         submatch 1.
3680         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3681         Adjust use accordingly.
3682         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3684 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
3686         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3687         interpolation curlies (Bug#15914).
3689 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3691         * calc/calc.el (calc-context-sensitive-enter): New variable.
3692         (calc-enter): Use `calc-context-sensitive-enter'.
3694 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
3696         * progmodes/cfengine.el: Version bump.
3697         (cfengine-cf-promises): New defcustom to locate cf-promises.
3698         (cfengine3-vartypes): Add new "data" type.
3699         (cfengine3--current-word): New function to get current name-like
3700         word or its bounds.
3701         (cfengine3--current-function): New function to look up a CFEngine
3702         function's definition.
3703         (cfengine3-format-function-docstring): New function.
3704         (cfengine3-make-syntax-cache): New function.
3705         (cfengine3-documentation-function): New function: ElDoc glue.
3706         (cfengine3-completion-function): New function: completion glue.
3707         (cfengine3-mode): Set `compile-command',
3708         `eldoc-documentation-function', and add to
3709         `completion-at-point-functions'.
3711 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
3713         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3714         `tramp-current-connection'.
3716 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
3718         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3719         nil/self/true/false with "end of symbol".
3721 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
3723         * subr.el (version-regexp-alist): Fix a typo.
3725 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
3727         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3728         "en_US.utf8" and "LC_CTYPE" to "".
3729         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3730         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3732 2013-11-15  Leo Liu  <sdl.web@gmail.com>
3734         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
3736 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * progmodes/gud.el (ctl-x-map):
3739         Remove C-x SPC binding.  (Bug#12342)
3740         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3742 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
3744         * subr.el (version-regexp-alist):
3745         Recognize hg, svn and darcs versions as snapshot versions.
3747         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3748         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3749         (ruby--encoding-comment-required-p): Extract from
3750         `ruby-mode-set-encoding'.
3751         (ruby-mode-set-encoding): Add the ability to always insert an
3752         utf-8 encoding comment.  Fix and simplify coding comment update
3753         logic.
3755 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
3757         * net/tramp-gvfs.el (top): Run init code only when
3758         `tramp-gvfs-enabled' is not nil.
3759         (tramp-gvfs-enabled): Check also :system bus.
3761 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         Sync with upstream verilog-mode revision 78e66ba.
3764         * progmodes/verilog-mode.el (verilog-end-of-defun)
3765         (verilog-type-completion, verilog-get-list): Remove unused funcs.
3766         (verilog-get-end-of-defun): Remove unused argument.
3767         (verilog-comment-depth): Remove unused local `e'.
3768         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3769         Don't pass arg to verilog-get-end-of-defun.
3771 2013-11-14  Glenn Morris  <rgm@gnu.org>
3773         * obsolete/assoc.el (aget): Prefix dynamic variable.
3775         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3777 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3779         * widget.el, hfy-cmap.el: Remove bogus package version number.
3781 2013-11-13  Glenn Morris  <rgm@gnu.org>
3783         * replace.el (replace-eval-replacement):
3784         Try to give more helpful error message.  (Bug#15836)
3786         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3787         (archive-7z-update): Avoid custom type mismatches.
3789         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3791 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
3793         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3794         address can be empty.
3796         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3797         Accept nil SWITCHES.
3798         (tramp-gvfs-handle-write-region): Implement APPEND.
3800 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
3802         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3803         binary "|" operator and closing block args delimiter.
3804         Remove FIXME comment referring to Ruby 1.8-only syntax.
3805         (ruby-smie--implicit-semi-p): Not after "|" operator.
3806         (ruby-smie--closing-pipe-p): New function.
3807         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3808         (ruby-smie-rules): Indent after "|".
3810 2013-11-12  Glenn Morris  <rgm@gnu.org>
3812         * ps-print.el (ps-face-attribute-list):
3813         Handle anonymous faces.  (Bug#15827)
3815 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
3817         * window.el (display-buffer-other-frame): Fix doc-string.
3818         (Bug#15868)
3820 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * subr.el (force-mode-line-update): Delete, move to buffer.c.
3824 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
3826         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3827         (tramp-sh-handle-file-local-copy): Don't write a message when
3828         saving temporary files.
3830         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3831         both directories are remote.
3832         (tramp-smb-handle-directory-files): Do not return double entries.
3833         Do not expand full file names.
3834         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3835         (tramp-smb-handle-write-region): Implement APPEND.
3836         (tramp-smb-get-stat-capability): Fix a stupid bug.
3838 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3842 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3844         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3845         throwing error over malformed let/let* (bug#15814).
3847 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3849         * iswitchb.el (iswitchb-mode): Mark obsolete.
3851 2013-11-11  Glenn Morris  <rgm@gnu.org>
3853         * international/uni-bidi.el, international/uni-category.el:
3854         * international/uni-name.el, international/uni-numeric.el:
3855         Regenerate for Unicode 6.3.0.
3857 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
3859         * net/tramp.el (tramp-methods):
3860         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3861         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3863 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
3865         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3866         Force highlighting text after Summary keyword in doc face for rpm.
3868 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
3870         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3871         available and the word has no wildcards, append one to the grep pattern.
3872         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3873         (ispell-complete-word): Call `ispell-lookup-words' with the value
3874         independent of `ispell-look-p'.
3876 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3878         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3879         Not after "||".
3880         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3881         their parent.
3883 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3885         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
3886         (ruby-font-lock-keywords): Use backquote.
3888 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3890         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3891         (ruby-smie--backward-token): Only consider full-string matches.
3893 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
3895         * faces.el (describe-face): Add distant-foreground.
3897 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
3899         * progmodes/ruby-mode.el: Improve encoding comment handling.
3900         (ruby-encoding-magic-comment-style): New option.
3901         (ruby-custom-encoding-magic-comment-template): New option.
3902         (ruby--insert-coding-comment, ruby--detect-encoding):
3903         New functions extracted from `ruby-mode-set-encoding'.
3904         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3905         to control the style of the auto-inserted encoding comment.
3907 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3909         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3910         Use `smie-backward-sexp' with token argument.
3912 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
3914         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3915         Remove instrumentation code.
3917 2013-11-08  Glenn Morris  <rgm@gnu.org>
3919         * progmodes/autoconf.el (autoconf-mode):
3920         Tweak comment-start-skip.  (Bug#15822)
3922 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3924         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3925         at bobp (bug#15826).
3926         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3928 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
3930         * man.el (Man-start-calling): New macro, extracted from
3931         Man-getpage-in-background.
3932         (Man-getpage-in-background): Use it.
3933         (Man-update-manpage): New command.
3934         (Man-mode-map): Bind it.
3936 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3938         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3939         of "and", "or", "&&" and "||".
3940         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3941         argument.  Prohibit opening curly brace because it could only be a
3942         block opener in that position.
3943         (ruby-smie--forward-token, ruby-smie--backward-token):
3944         Separate "|" from "&" or "*" going after it.  That can happen in block
3945         arguments.
3946         (ruby-smie--indent-to-stmt): New function, seeks the end of
3947         previous statement or beginning of buffer.
3948         (ruby-smie-rules): Use it.
3949         (ruby-smie-rules): Check if there's a ":" before a curly block
3950         opener candidate; if there is, it's a hash.
3952 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3955         (cl--block-wrapper): Fix last accidental change.
3957 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
3959         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3960         Instrument, in order to hunt failure on hydra.
3962 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3964         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3965         malformed bindings form (bug#15814).
3967 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
3969         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3970         "." compared to " @ ".  This incidentally fixes some indentation
3971         examples with "do".
3972         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3973         (ruby-smie-grammar): New tokens: "and" and "or".
3974         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3975         Exclude "and" and "or".  Remove "do" in order to work around token
3976         priorities.
3977         (ruby-smie-rules): Add all infix tokens.  Handle the case of
3978         beginning-of-buffer.
3980 2013-11-06  Glenn Morris  <rgm@gnu.org>
3982         * Makefile.in (setwins_almost, setwins_for_subdirs):
3983         Avoid accidental matches.
3985 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3987         * menu-bar.el (popup-menu): Use key-binding.
3989 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
3991         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3992         menus, support also the menus produced by minor modes.
3993         (Bug#15817)
3995 2013-11-06  Leo Liu  <sdl.web@gmail.com>
3997         * thingatpt.el (thing-at-point-looking-at): Add optional arg
3998         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
4000 2013-11-06  Glenn Morris  <rgm@gnu.org>
4002         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4003         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4004         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4006 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4008         * electric.el (electric-indent-just-newline): New command.
4009         (electric-indent-mode-map): New keymap.
4010         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4011         Re-add :group which weren't redundant.
4013         * electric.el (electric-indent-local-mode): New minor mode.
4014         (electric-indent-functions-without-reindent): New var.
4015         (electric-indent-post-self-insert-function): Use it.
4016         * emacs-lisp/gv.el (buffer-local-value): Add setter.
4018 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
4020         * international/quail.el (quail-help): Be more explicit about the
4021         meaning of the labels shown on the keys.  (Bug#15800)
4023         * startup.el (normal-top-level): Load the subdirs.el files before
4024         setting the locale environment.  (Bug#15805)
4026 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4029         via arguments so as to get the right ones (bug#15418).
4031         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4033 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
4035         Fix problems found while writing a test suite.
4037         * net/tramp-compat.el (tramp-compat-load): New defun.
4038         * net/tramp.el (tramp-handle-load): Use it.
4040         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4041         "(numberp ok-if-already-exists)" correctly.
4043 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
4045         * international/characters.el (glyphless-char-display-control):
4046         Add usage note.
4048 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
4050         * progmodes/python.el (python-mode):
4051         * progmodes/scheme.el (scheme-mode):
4052         * progmodes/prolog.el (prolog-mode):
4053         * progmodes/ruby-mode.el (ruby-mode):
4054         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4055         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4057 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4059         * rect.el (rectangle--highlight-for-redisplay):
4060         * emacs-lisp/smie.el (smie--next-indent-change):
4061         Use buffer-chars-modified-tick.
4063         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4065         * electric.el (electric-indent-post-self-insert-function):
4066         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4068 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
4070         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4072 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4074         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4075         (bug#15786).
4077 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4079         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
4081         * progmodes/python.el: Fix up last change.
4082         (python-shell--save-temp-file): New function.
4083         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
4084         `string' comes from the current buffer.
4085         (python-shell-send-string-no-output): Remove `msg' arg.
4086         (python--use-fake-loc): New var.
4087         (python-shell-buffer-substring): Obey it.  Try to compensate for the
4088         extra coding line added by python-shell--save-temp-file.
4089         (python-shell-send-region): Use python-shell--save-temp-file and
4090         python-shell-send-file directly.  Add `nomain' argument.
4091         (python-shell-send-buffer): Use python-shell-send-region.
4092         (python-electric-pair-string-delimiter): New function.
4093         (python-mode): Use it.
4095 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
4097         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4098         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4099         environment and decoding all of the default-directory's to here
4100         from command-line.
4101         (command-line): Decode also argv[0].
4103         * loadup.el: Error out if default-directory is a multibyte string
4104         when we are dumping.
4106         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
4108 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
4110         * emacs-lisp/package.el (package-menu-mode)
4111         (package-menu--print-info, package-menu--archive-predicate):
4112         Add Archive column to package list.
4114 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
4116         Fix problems found while writing a test suite.
4118         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4119         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4120         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4121         to nil when running original file name handler.  Otherwise,
4122         there are problems with constructs like "$$FOO".
4124         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4125         for `localname'.
4127 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
4129         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4131         * subr.el (version<, version<=, version=):
4132         Update docstrings with information for snapshot versions.
4134         * helpers.el: New library for misc helper functions.
4135         (hash-table-keys): New function returning a list of hash keys.
4136         (hash-table-values): New function returning a list of hash values.
4138 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
4140         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4141         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4143 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
4145         * textmodes/fill.el (fill-single-char-nobreak-p): New function
4146         checking whether point is after a 1-letter word.
4148 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4150         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4151         Don't infloop when expanding region over `multiline' syntax-type that
4152         begins a line (bug#15778).
4154 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4156         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4157         Make it into a proper minor mode.
4158         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4159         (rectangle-mark-mode-map): New keymap.
4160         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4162 2013-11-04  Glenn Morris  <rgm@gnu.org>
4164         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4166 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4168         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4169         (ruby-smie-rules): Use smie-rule-parent instead.
4171         * emacs-lisp/smie.el (smie-rule-parent): Always call
4172         smie-indent-virtual rather than only for hanging tokens.
4173         (smie--next-indent-change): New helper command.
4175 2013-11-03  Glenn Morris  <rgm@gnu.org>
4177         * Makefile.in (abs_srcdir): Remove.
4178         (emacs): Unset EMACSLOADPATH.
4180 2013-11-02  Glenn Morris  <rgm@gnu.org>
4182         * Makefile.in (EMACS): Use a relative filename.
4183         (abs_top_builddir): Remove.
4184         (custom-deps, finder-data, autoloads): Use --chdir.
4186         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4188         Use relative filenames in TAGS files.
4189         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4190         (lisptagsfiles4, TAGS): Use relative file names.
4191         (TAGS-LISP): Remove.
4192         (maintainer-clean): No more TAGS-LISP file.
4194         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4195         (lisptagsfiles4): Use absolute filenames again.
4196         (TAGS, TAGS-LISP): Not everything needs to run in one line.
4197         Remove all *loaddefs files, not just the first.  Remove esh-groups.
4198         (maintainer-clean): Delete TAGS, TAGS-LISP.
4200 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4202         * emacs-lisp/package.el (package-version-join):
4203         Recognize snapshot versions.
4205 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4207         * subr.el (version-regexp-alist): Add support for snapshot versions.
4209 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4211         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4212         New function, replacement for `smie-rule-parent' for when we want to
4213         skip over our direct parent if it's an assignment token..
4214         (ruby-smie-rules): Use it.
4216 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4218         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4219         unconditionally.  Remove now unnecessary forward declarations.
4220         Remove XEmacs-specific setup.
4221         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4222         (ruby-font-lock-syntactic-keywords)
4223         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4224         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4225         (ruby-here-doc-end-syntax): Remove.
4226         (ruby-mode): Don't check whether `syntax-propertize-rules' is
4227         defined as function.
4229 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4231         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4233 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4235         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4236         table and abbrev table, `define-derived-mode' does that for us
4237         anyway.
4239 2013-11-01  Glenn Morris  <rgm@gnu.org>
4241         * Makefile.in: Remove manual mh-e dependencies (writing .elc
4242         files is atomic for some time, so no parallel compilation issues).
4244 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
4246         * faces.el (face-x-resources): Add :distant-foreground.
4247         (region): Use :distant-foreground for gtk and ns.
4249 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
4251         Allow multiple bibliographies when BibLaTeX is used rather than
4252         BibTeX.
4253         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4254         (reftex-locate-bibliography-files): Us it.
4256 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
4258         * image.el (image-type-header-regexps): Fix the 'pbm' part to
4259         allow comments in pbm files.
4261         * term/w32-win.el (dynamic-library-alist): Support newer versions
4262         of libjpeg starting with v7: look only for the DLL from the
4263         version against which Emacs was built.
4264         Support versions of libpng beyond 1.4.x.
4265         Support libtiff v4.x.
4267 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4269         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4270         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4271         Add property :safe.
4272         (ruby-deep-arglist): Add property :type.
4274 2013-10-31  Glenn Morris  <rgm@gnu.org>
4276         * Makefile.in (custom-deps, finder-data): No need to setq the target
4277         variables, we are in the right directory and the defaults work fine.
4279 2013-10-30  Glenn Morris  <rgm@gnu.org>
4281         * Makefile.in (autoloads): Do not use abs_lisp.
4283         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4284         `newline' does not respect `standard-output', so use `princ'.
4286 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
4288         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
4289         * buff-menu.el (Buffer-menu--unmark): New function.
4290         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4292 2013-10-30  Glenn Morris  <rgm@gnu.org>
4294         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4296         * emacs-lisp/package.el (lm-homepage): Declare.
4298         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4299         Fix doc typos.
4301         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4303         * Makefile.in (finder-data, autoloads, update-subdirs)
4304         (compile-main, compile-clean, compile-always, bootstrap-clean):
4305         Check return value of cd.
4306         (compile-calc): Remove.
4308 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4310         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4312         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4313         (byte-compile-and-folded): New function.
4314         (=, <, >, <=, >=): Use it.
4316         * dos-w32.el (minibuffer-history-case-insensitive-variables)
4317         (path-separator, null-device, buffer-file-coding-system)
4318         (lpr-headers-switches): Check system-type before modifying them.
4319         (find-buffer-file-type-coding-system): Mark obsolete.
4320         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4321         find-file-not-found-set-buffer-file-coding-system.
4322         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
4323         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4324         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
4325         (w32-direct-print-region-helper, w32-direct-print-region-function)
4326         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4327         * startup.el (normal-top-level-add-subdirs-to-load-path):
4328         * ps-print.el (ps-print-region-function):
4329         * lpr.el (print-region-function): Use new name.
4331         * subr.el (custom-declare-variable-early): Remove function.
4332         (custom-declare-variable-list): Remove var.
4333         (error, user-error): Remove `while' loop.
4334         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4335         (user-emacs-directory-warning, locate-user-emacs-file):
4336         Move to files.el.
4337         * simple.el (read-quoted-char-radix, read-quoted-char):
4338         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4339         Move from subr.el.
4340         * custom.el (custom-declare-variable-list): Don't process
4341         custom-declare-variable-list.
4343         * progmodes/python.el (python-shell-get-buffer): New function.
4344         (python-shell-get-process): Use it.
4345         (python-shell-send-string): Always use utf-8 and add a cookie to tell
4346         Python which encoding was used.  Don't split-string since we only care
4347         about the first line.  Return the temp-file, if applicable.
4348         (python-shell-send-region): Tell compile.el how to turn locations in
4349         the temp-file into locations in the source buffer.
4351 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * subr.el (undefined): Add missing behavior from the C code for
4354         unbound keys.
4356         * rect.el: Use lexical-binding.  Add new rectangular region support.
4357         (rectangle-mark): New command.
4358         (rectangle--region): New var.
4359         (deactivate-mark-hook): Reset rectangle--region.
4360         (rectangle--extract-region, rectangle--insert-for-yank)
4361         (rectangle--highlight-for-redisplay)
4362         (rectangle--unhighlight-for-redisplay): New functions.
4363         (region-extract-function, redisplay-unhighlight-region-function)
4364         (redisplay-highlight-region-function): Use them to handle
4365         rectangular region.
4366         * simple.el (region-extract-function): New var.
4367         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4368         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4369         (kill-region): Replace obsolete `yank-handler' arg with `region'.
4370         (copy-region-as-kill, kill-ring-save): Add `region' argument.
4371         (redisplay-unhighlight-region-function)
4372         (redisplay-highlight-region-function): New vars.
4373         (redisplay--update-region-highlight): New function.
4374         (pre-redisplay-function): Use it.
4375         (exchange-point-and-mark): Don't deactivate the mark before
4376         reactivate-it anyway.
4377         * comint.el (comint-kill-region): Remove yank-handler argument.
4378         * delsel.el (delete-backward-char, backward-delete-char-untabify)
4379         (delete-char): Remove property, since it's now part of their
4380         default behavior.
4381         (self-insert-iso): Remove property since this command doesn't exist.
4383         * emacs-lisp/package.el (package--download-one-archive)
4384         (describe-package-1): Don't query the user about final newline.
4386 2013-10-29  Daniel Colascione  <dancol@dancol.org>
4388         * net/tramp.el (tramp-methods): Document new functionality.
4389         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4390         tramp-hostname-checker if method provides one instead of scanning
4391         argument list for "%h" to decide hostname acceptability.
4393 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
4395         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4396         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4397         Handle COPY-CONTENTS.  (Bug#15737)
4399 2013-10-28  Daiki Ueno  <ueno@gnu.org>
4401         * epa-file.el
4402         (epa-file-cache-passphrase-for-symmetric-encryption):
4403         Document that this option has no effect with GnuPG 2.0 (bug#15552).
4405 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
4407         * image.el (defimage):
4408         (image-load-path): Doc fixes.
4410 2013-10-27  Alan Mackenzie  <acm@muc.de>
4412         Indent statements in macros following "##" correctly.
4413         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4414         Modify the "#" arm of a cond form to handle "#" and "##" operators.
4416 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4418         * linum.el (linum-update-window): Fix boundary test (bug#13446).
4420 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
4422         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4423         after `=' is probably a new expression.
4425 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4427         * man.el (man-imenu-title): New option.
4428         (Man-mode-map): Add menu.  (Bug#15722)
4429         (Man-mode): Add imenu to menu.
4431 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
4433         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4434         specific in what the first arg can be: a non-keyword word,
4435         string/regexp/percent literal opener, opening paren, or unary
4436         operator followed directly by word.
4438 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4440         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4441         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4442         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4443         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4444         Remove vars, they do not apply any more.
4445         (prolog-mode-abbrev-table): Remove redundant declaration.
4446         (prolog-upper-case-string, prolog-lower-case-string): Remove.
4447         (prolog-use-smie): Remove.
4448         (prolog-smie-rules): Add indentation rule for the if-then-else layout
4449         supported by prolog-electric-if-then-else-flag.
4450         (prolog-mode-variables, prolog-menu): Use setq-local.
4451         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4452         Remove binding to `Backspace' since this key doesn't exist anyway.
4453         Remove bindings for electric self-inserting keys.
4454         (prog-mode): Assume it's defined.
4455         (prolog-post-self-insert): New function.
4456         (prolog-mode): Use it.
4457         (prolog-indent-line, prolog-indent-level)
4458         (prolog-find-indent-of-matching-paren)
4459         (prolog-indentation-level-of-line, prolog-goto-comment-column)
4460         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4461         (prolog-goto-next-paren, prolog-in-string-or-comment)
4462         (prolog-tokenize, prolog-inside-mline-comment)
4463         (prolog-find-start-of-mline-comment): Remove functions.
4464         (prolog-find-unmatched-paren, prolog-clause-end)
4465         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4466         (prolog-electric--if-then-else): Rename from
4467         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4468         (prolog-tokenize-searchkey): Remove const.
4469         (prolog-clause-info): Use forward-sexp.
4470         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4471         (prolog-electric-if-then-else): Remove commands.
4472         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4473         for use in post-self-insert-hook.
4474         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4475         for use in post-self-insert-hook.
4476         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4477         for use in post-self-insert-hook.
4478         (prolog-electric--underscore): Rename from prolog-electric--underscore;
4479         adapt it for use in post-self-insert-hook.
4481 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
4483         * emacs-lisp/ert.el (ert-run-tests-interactively):
4484         Use `completing-read'.  (Bug#9756)
4486 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
4488         * simple.el (line-move): Call line-move-1 instead of
4489         line-move-visual when the current window hscroll is zero, but
4490         temporary-goal-column indicates we will need to hscroll as result
4491         of the movement.  (Bug#15712)
4493 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
4495         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4496         capitalization.  Use :visible instead of :active.
4497         Fix `ruby-indent-exp' reference.  Add menu items for the generic
4498         commands that are used with SMIE.
4499         (ruby-do-end-to-brace): Insert space after `{'.
4501 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4503         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4505         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4507 2013-10-25  Glenn Morris  <rgm@gnu.org>
4509         * vc/vc.el (vc-print-log): Don't use a working revision unless
4510         one was explicitly specified.  (Bug#15322)
4512 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * subr.el (add-to-list): Preserve return value in compiler-macro
4515         (bug#15692).
4517 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4519         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4520         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4522 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4524         * emacs-lisp/smie.el: New smie-config system.
4525         (smie-config): New defcustom.
4526         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4527         (smie-config-guess, smie-config-save): New commands.
4528         (smie-config--mode-local, smie-config--buffer-local)
4529         (smie-config--trace, smie-config--modefuns): New vars.
4530         (smie-config--advice, smie-config--mode-hook)
4531         (smie-config--setter, smie-config-local, smie-config--get-trace)
4532         (smie-config--guess-value, smie-config--guess): New functions.
4533         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4534         text properties.  Treat "string fence" syntax like string syntax.
4536         * progmodes/sh-script.el (sh-use-smie): Change default.
4537         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4538         (sh-var-value): Simplify by CSE.
4539         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4540         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4541         is used.
4542         (sh-guess-basic-offset): Use cl-incf.
4543         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4545 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
4547         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4548         (bug#15699).
4550 2013-10-24  Glenn Morris  <rgm@gnu.org>
4552         * Makefile.in (abs_top_srcdir): Remove.
4553         (update-subdirs): Use relative path to update-subdirs.
4555 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
4557         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4558         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4559         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4560         Call unmsys--file-name before expand-file-name, not after it.
4562 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
4564         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4565         (ert-test-skipped): New error.
4566         (ert-skip, ert-stats-skipped): New defuns.
4567         (ert--skip-unless): New macro.
4568         (ert-test-skipped): New struct.
4569         (ert--run-test-debugger, ert-test-result-type-p)
4570         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4571         (ert--stats-set-test-and-result, ert-char-for-test-result)
4572         (ert-string-for-test-result, ert-run-tests-batch)
4573         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4574         Handle skipped tests.  (Bug#9803)
4576 2013-10-24  Glenn Morris  <rgm@gnu.org>
4578         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4580         * Makefile.in (abs_top_srcdir): New, set by configure.
4581         (update-subdirs): Correct build-aux location.
4583 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
4585         * vc/vc.el (vc-print-root-log): Always set `default-directory'
4586         value, whether we could auto-deduce `backend', or not.
4588         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4589         with parameters" example.  Simplify the "is it block or is it
4590         hash" check, but also make it more thorough.
4592 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
4594         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
4596 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4598         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4599         { if it is hanging.
4601         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4602         :before ";".
4604 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
4606         * progmodes/compile.el (compilation-directory-matcher)
4607         (compilation-page-delimiter):
4608         Support GNU Make-4.0 directory quoting.  (Bug#15678)
4610 2013-10-23  Leo Liu  <sdl.web@gmail.com>
4612         * ido.el (ido-tidy): Handle read-only text.
4614 2013-10-23  Glenn Morris  <rgm@gnu.org>
4616         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4617         (emacs, compile, compile-always):
4618         Quote entities that might contain whitespace.
4619         (custom-deps, finder-data, autoloads): Use abs_lisp.
4620         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4621         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4622         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4624 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
4626         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4627         Use `following-char'.
4629 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4632         * progmodes/ruby-mode.el (ruby-smie-rules):
4633         Remove corresponding workaround.  Fix indentation rule of ";" so it
4634         also applies when ";" is the parent.
4636 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
4638         * frame.el (display-screens, display-pixel-height)
4639         (display-pixel-width, display-mm-width, display-backing-store)
4640         (display-save-under, display-planes, display-color-cells)
4641         (display-visual-class, display-monitor-attributes-list):
4642         Mention the optional ‘display’ argument in doc strings.
4644 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
4646         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4647         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
4649 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4651         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4652         TODO.  Add "." after " @ ".
4653         (ruby-smie--at-dot-call): New function.  Checks if point at method
4654         call with explicit target.
4655         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4656         to the method name tokens when it precedes them.
4657         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4658         (ruby-smie-rules): Add rule for indentation before and after "."
4659         token.
4661 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4663         * textmodes/remember.el (remember-diary-extract-entries):
4664         Avoid add-to-list.
4666         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4667         an instruction.
4669 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4671         * progmodes/ruby-mode.el (ruby-smie-grammar):
4672         Add (almost) all infix operators.
4673         (ruby-smie--implicit-semi-p): Add new operator chars.
4675         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4676         `smie-down-list'.
4677         (ruby-smie--args-separator-p): Check that there's no newline
4678         between method call and its arguments.
4680 2013-10-20  Alan Mackenzie  <acm@muc.de>
4682         Allow comma separated lists after Java "implements".
4684         * progmodes/cc-engine.el (c-backward-over-enum-header):
4685         Parse commas.
4686         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4687         from a "disallowed" list in enum fontification.
4689 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
4691         * startup.el (default-frame-background-mode): Remove unused defvar.
4693         * progmodes/verilog-mode.el (verilog-mode): Don't set
4694         comment-indent-function globally.
4696 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4698         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4699         Move Info menu item creation to ns-win.el.
4701         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4702         in menu bar.
4704         * menu-bar.el: Move GNUstep specific menus...
4706         * term/ns-win.el (ns-initialize-window-system): ... to here.
4708 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4710         * simple.el (newline): Only run post-self-insert-hook when
4711         called interactively.
4713 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
4715         * icomplete.el (icomplete-with-completion-tables): Add :version.
4717 2013-10-19  Alan Mackenzie  <acm@muc.de>
4719         Fix fontification bugs with constructors and const.
4721         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4722         CASE 2) Remove the check for the absence of a suffix construct
4723         after a function declaration with only types (no identifiers) in
4724         the parentheses.  Also, accept a function declaration with just a
4725         type inside the parentheses, if this type can be positively
4726         recognised as such, or if a prefix keyword like "explicit" nails
4727         down the construct as a declaration.
4729 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
4731         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4732         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
4733         the problem whereby selecting a menu item that leads to a
4734         minibuffer prompt moves the cursor out of the minibuffer window,
4735         making it hard to type at the prompt.  Suggested by Stefan Monnier
4736         <monnier@iro.umontreal.ca>.
4738 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
4740         * menu-bar.el: Don't make Services menu.
4742 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4744         * ffap.el: Handle "/usr/include/c++/<version>" directories.
4745         (ffap-alist): Use ffap-c++-mode for c++-mode.
4746         (ffap-c++-path): New variable.
4747         (ffap-c++-mode): New function.
4749 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
4751         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
4753 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
4755         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4756         introduced on 2013-09-08, which results in an infinite loop
4757         requesting a password.
4759 2013-10-18  Glenn Morris  <rgm@gnu.org>
4761         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4763 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
4765         Sync with upstream verilog-mode revision 1a6ecec7.
4766         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4767         (verilog-mode-release-date): Remove.
4768         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4769         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4770         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4771         (verilog-auto-tieoff-ignore-regexp)
4772         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4773         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4774         (verilog-signals-with, verilog-dir-cache-preserving)
4775         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4776         Doc fixes.
4777         (verilog-case-fold): New option, to control case folding in
4778         regexp searches, bug597.
4779         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4780         (verilog-string-match-fold, verilog-in-paren-count)
4781         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4782         (verilog-at-close-struct-p): New functions.
4783         (verilog-beg-block-re-ordered, verilog-extended-case-re)
4784         (verilog-forward-sexp, verilog-set-auto-endcomments):
4785         (verilog-leap-to-case-head): Handle "unique0" case.
4786         (verilog-in-constraint-re): New constant.
4787         (verilog-keywords, verilog-type-font-keywords):
4788         Add some SystemVerilog 1800-2012 keywords.
4789         (verilog-label-be): Remove unimplemented argument, bug669.
4790         (verilog-batch-execute-func): When batch expanding clear
4791         create-lockfiles to prevent spurious user locks when a file ends
4792         up not changing.
4793         (verilog-calculate-indent, verilog-calc-1)
4794         (verilog-at-close-constraint-p, verilog-at-constraint-p)
4795         (verilog-do-indent): Fix indentation of nested constraints
4796         and structures.
4797         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4798         (verilog-auto-inst-param): Use verilog-string-match-fold.
4799         (verilog-read-inst-module-matcher):
4800         Fix AUTOINST on gate primitives with #1.
4801         (verilog-read-decls): Fix double-declaring user-defined typed signals.
4802         Reads all user-defined typed variables.
4803         (verilog-read-defines): Fix reading definitions inside comments, bug647.
4804         (verilog-signals-matching-regexp)
4805         (verilog-signals-not-matching-regexp, verilog-auto):
4806         Respect verilog-case-fold.
4807         (verilog-diff-report): Fix line count.
4808         (verilog-auto-assign-modport): Remove unused local `modi'.
4809         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4810         better handle multidimensional arrays.
4811         Fix packed array ports misadding bit index in AUTOINST, bug637.
4812         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4813         to not double-declare existing outputs and inputs, respectively.
4814         (verilog-template-map): Bind U to verilog-sk-uvm-component.
4815         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4816         (verilog-sk-uvm-component): New skeleton.
4817         (verilog-submit-bug-report): Add verilog-case-fold,
4818         remove verilog-mode-release-date.
4820 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
4822         * subr.el (sit-for): Call (input-pending-p t) so as to behave
4823         as before.
4825 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
4827         * textmodes/remember.el (remember): Set buffer-offer-save in
4828         remember buffers (bug#13566).
4830 2013-10-18  Daniel Colascione  <dancol@dancol.org>
4832         When evaluating forms in ielm, direct standard output to ielm
4833         buffer.  Add new ielm-return-for-effect command.  Remove trailing
4834         whitespace throughout.
4836         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4837         (ielm-return-for-effect): New command.
4838         (ielm-send-input): Accept optional `for-effect' parameter.
4839         (ielm-eval-input): Accept optional `for-effect' parameter.
4840         Bind `standard-output' to stream we create using
4841         `ielm-standard-output-impl'.  Suppress printing result when
4842         `for-effect'.
4843         (ielm-standard-output-impl): New function.
4844         (inferior-emacs-lisp-mode): Explain new features in documentation.
4846 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
4848         Code cleanup.
4850         * net/tramp.el (tramp-debug-message): Do not check for connection
4851         buffer.
4852         (tramp-message): Use "vector" connection property.
4854         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4855         (tramp-equal-remote, tramp-eshell-directory-change)
4856         * net/tramp-adb.el (tramp-adb-handle-copy-file)
4857         (tramp-adb-handle-rename-file)
4858         * net/tramp-cmds.el (tramp-list-remote-buffers)
4859         (tramp-cleanup-connection, tramp-cleanup-this-connection)
4860         * net/tramp-compat.el (tramp-compat-process-running-p)
4861         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4862         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4863         (tramp-gvfs-handle-rename-file)
4864         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4865         (tramp-set-file-uid-gid)
4866         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4867         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4868         of `file-remote-p'.
4870         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4871         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4872         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4873         (tramp-gw-open-network-stream): Suppress unrelated traces.
4875         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4876         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4877         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4878         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4879         connection property.
4881         * net/tramp-cache.el (top): Suppress traces when reading
4882         persistency file.
4884         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4885         Refactor common code.  Improve debug message.
4886         (tramp-maybe-open-connection)
4887         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4888         connection buffer too early.
4890         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4891         from `tramp-smb-actions-with-acl'.
4892         (tramp-smb-actions-set-acl): New defconst.
4893         (tramp-smb-handle-copy-directory)
4894         (tramp-smb-action-get-acl): New defun, renamed from
4895         `tramp-smb-action-with-acl'.
4896         (tramp-smb-action-set-acl): New defun.
4897         (tramp-smb-handle-set-file-acl): Rewrite.
4899 2013-10-17  Glenn Morris  <rgm@gnu.org>
4901         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
4903 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4905         * skeleton.el (skeleton-newline): Remove.
4906         (skeleton-internal-1): Use (insert "\n") instead.
4908         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4909         let-bindings.
4911         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4912         forward-sexp-function while we redo its job (bug#15613).
4914 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
4916         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4917         represented by lists.
4919 2013-10-16  Glenn Morris  <rgm@gnu.org>
4921         * tmm.el (tmm--history): New dynamic variable.
4922         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
4924 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
4926         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4927         (tramp-smb-errors): Add error messages.
4928         (tramp-smb-actions-with-acl): New defconst.
4929         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
4930         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4931         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4932         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4933         (tramp-smb-get-stat-capability): Fix tests.
4935 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4937         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4938         (bug#15580).
4940 2013-10-16  Glenn Morris  <rgm@gnu.org>
4942         * ansi-color.el (ansi-color-drop-regexp):
4943         Add 1J, 1K, 2K.  (Bug#15617)
4945         * files.el (hack-local-variables--warned-lexical): New.
4946         (hack-local-variables):
4947         Warn about misplaced lexical-binding.  (Bug#15616)
4949         * net/eww.el (eww-render): Always set eww-current-url,
4950         and update header line.  (Bug#15622)
4951         (eww-display-html): ... Rather than just doing it here.
4953 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
4955         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4956         menu navigations commands.
4958 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4960         * progmodes/subword.el (subword-capitalize): Be careful when
4961         the search for [[:alpha:]] fails (bug#15580).
4963 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
4965         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4966         to commands that scroll the menu.
4968 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
4970         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4971         Handle methods ending with `?' and `!'.
4973 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
4975         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4976         `japanese-cp932' to `cp932' to fix the problem where saving a
4977         source file written in Shift_JIS twice would end up having
4978         `coding: japanese-cp932' which Ruby could not recognize.
4979         (ruby-mode-set-encoding): Add support for encodings mapped to nil
4980         in `ruby-encoding-map'.
4981         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4982         doesn't need to be explicitly declared in magic comment.
4983         (ruby-encoding-map): Add type declaration for better customize UI.
4985 2013-10-13  Glenn Morris  <rgm@gnu.org>
4987         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4988         Occur buffers are read-only.  http://bugs.debian.org/720775
4990         * emacs-lisp/authors.el (authors-fixed-entries):
4991         Comment out old alpha stuff.
4993 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
4995         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4996         to `after-save-hook' instead of `before-save-hook'.
4997         (ruby-mode-set-encoding): Use the value of coding system used to
4998         write the file.  Call `basic-save-buffer-1' after modifying the
4999         buffer.
5001 2013-10-13  Alan Mackenzie  <acm@muc.de>
5003         Fix indentation/fontification of Java enum with
5004         "implements"/generic.
5006         * progmodes/cc-engine.el (c-backward-over-enum-header):
5007         Extracted from the three other places and enhanced to handle generics.
5008         (c-inside-bracelist-p): Uses new function above.
5009         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5010         function above.
5011         (c-font-lock-enum-tail): Uses new function above.
5013 2013-10-13  Kenichi Handa  <handa@gnu.org>
5015         * international/mule-cmds.el (select-safe-coding-system): Remove a
5016         superfluous condition in chekcing whether a coding system is safe
5017         or not.
5019 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
5021         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
5023 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
5025         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
5027 2013-10-13  Glenn Morris  <rgm@gnu.org>
5029         * menu-bar.el (menu-bar-update-buffers):
5030         Unify Buffers menu prompt string.  (Bug#15576)
5032         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
5034         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5035         Add some entries.
5036         (authors-fixed-entries): Use accented form of name.
5038 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5040         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5041         method calls (bug#15594).
5042         (ruby-smie--args-separator-p): New function.
5043         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5044         recognize paren-free method calls.
5046         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5047         internals of universal-argument.
5049 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
5051         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5052         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5053         dropped menu on second mouse click on the menu bar.
5055 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5058         (explicit-shell-file-name): Declare.
5059         (sh--vars-before-point, sh--cmd-completion-table): New functions.
5060         (sh-completion-at-point-function): New function.
5061         (sh-mode): Use it.
5062         (sh-smie--keyword-p): Remove unused argument.
5063         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5064         vars.
5065         (sh-set-shell): Always setup SMIE, even if we use the
5066         old indentation code.
5068 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
5070         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5071         cases of ? and =.
5072         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
5073         predicate would return nil are almost non-existent.
5074         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5076         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5077         cache also after commands that modify the buffer but don't move
5078         point.
5080 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * env.el (substitute-env-in-file-name): New function.
5083         (substitute-env-vars): Extend the meaning of the optional arg.
5085 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
5087         * term/w32-win.el (dynamic-library-alist): Define separate lists
5088         of GIF DLLs for versions before and after 5.0.0 of giflib.
5089         (Bug#15531)
5091 2013-10-10  João Távora  <joaotavora@gmail.com>
5093         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5094         not locked, use last revision and current source as
5095         defaults.  (Bug#15569)
5097 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
5099         * menu-bar.el (menu-bar-open): Don't use popup-menu if
5100         menu-bar is hidden.
5102 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
5104         * window.el (pop-to-buffer-same-window): Fix doc-string.
5105         (Bug#15492)
5107 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5111 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
5113         * calendar/icalendar.el (icalendar-import-file):
5114         Fix interactive spec.  (Bug#15482)
5116 2013-10-10  Glenn Morris  <rgm@gnu.org>
5118         * desktop.el (desktop-save): Default to saving in .emacs.d,
5119         since PWD is no longer in desktop-path by default.  (Bug#15319)
5121         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5122         now that text mode has a menu with the same entry.
5123         (menu-bar-text-mode-auto-fill): Remove now unused func.
5124         * textmodes/text-mode.el (text-mode-map):
5125         Use auto-fill help text from menu-bar.el.
5127 2013-10-10  John Anthony  <john@jo.hnanthony.com>
5129         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
5131 2013-10-09  Juri Linkov  <juri@jurta.org>
5133         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5134         instead of this-command-keys.  Add universal-argument-more and
5135         universal-argument-minus to the list of prefix commands.  (Bug#15568)
5137 2013-10-09  Glenn Morris  <rgm@gnu.org>
5139         * vc/vc-svn.el (vc-svn-create-repo):
5140         Expand paths in file://... url.  (Bug#15446)
5142         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5143         Add some entries.
5144         (authors): Remove unused local variables.
5146 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5148         * profiler.el: Create a more coherent calltree from partial backtraces.
5149         (profiler-format): Hide the tail with `invisible' so that C-s can still
5150         find the hidden elements.
5151         (profiler-calltree-depth): Don't recurse so enthusiastically.
5152         (profiler-function-equal): New hash-table-test.
5153         (profiler-calltree-build-unified): New function.
5154         (profiler-calltree-build): Use it.
5155         (profiler-report-make-name-part): Indent the calltree less.
5156         (profiler-report-mode): Add visibility specs for profiler-format.
5157         (profiler-report-expand-entry, profiler-report-toggle-entry):
5158         Expand the whole subtree when provided with a prefix arg.
5160 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
5162         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5163         iuwu-mod token.
5164         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5165         hanging iuwu-mod token.
5166         (ruby-smie--forward-token): Do not include a dot after a token in
5167         that token.
5168         (ruby-smie--backward-token): Likewise.
5170 2013-10-08  Juri Linkov  <juri@jurta.org>
5172         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5173         to isearch-other-control-char.
5174         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5175         and isearch-post-command-hook to post-command-hook.
5176         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5177         and isearch-post-command-hook from post-command-hook.
5178         (isearch-unread-key-sequence)
5179         (isearch-reread-key-sequence-naturally)
5180         (isearch-lookup-scroll-key, isearch-other-control-char)
5181         (isearch-other-meta-char): Remove functions.
5182         (isearch-pre-command-hook, isearch-post-command-hook):
5183         New functions based on isearch-other-meta-char rewritten
5184         relying on the new behavior of overriding-terminal-local-map
5185         that does not replace the local keymaps any more.  (Bug#15200)
5187 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
5189         Support menus on text-mode terminals.
5190         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5191         functionality.
5193         * tooltip.el (tooltip-mode): Don't error out on TTYs.
5195         * menu-bar.el (popup-menu, popup-menu-normalize-position):
5196         Move here from mouse.el.
5197         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5198         and arrow keys.
5199         (tty-menu-navigation-map): New map for TTY menu navigation.
5201         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5203         * frame.el (display-mouse-p): Report text-mode mouse as available
5204         on w32.
5205         (display-popup-menus-p): Report availability if mouse is
5206         available; don't condition on window-system.
5208         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5209         (tty-menu-selected-face): New faces.
5211 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5213         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5214         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5215         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5216         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5217         New constants.
5218         (lisp-mode-variables): New `elisp' argument.
5219         (emacs-lisp-mode): Use it.
5220         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5221         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5223         * indent.el: Use lexical-binding.
5224         (indent-region): Add progress reporter.
5225         (tab-stop-list): Make it implicitly extend to infinity by repeating the
5226         last step.
5227         (indent--next-tab-stop): New function to implement this behavior.
5228         (tab-to-tab-stop, move-to-tab-stop): Use it.
5230 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
5232         * indent.el (indent-rigidly--current-indentation): New function.
5233         (indent-rigidly-map): New var.
5234         (indent-rigidly): Use it to provide interactive mode (bug#8196).
5236 2013-10-08  Bastien Guerry  <bzg@gnu.org>
5238         * register.el (insert-register): Fix 2013-10-07 change.
5240 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5242         * progmodes/perl-mode.el: Use lexical-binding.
5243         Remove redundant :group args.
5244         (perl-nochange): Change default to be closer to other major modes's
5245         standard behavior.
5246         (perl-indent-line): Don't consider text on current line as a
5247         valid beginning of function from which to indent.
5249         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5250         with more than one argument (bug#15538).
5252         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5254         * vc/pcvs.el: Use lexical-binding.
5255         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5256         environment of `eval'.
5257         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5258         than a list of expressions.  Adjust callers.
5259         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5261 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
5263         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5264         case of the dot in a chained method call being on the following line.
5266 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5268         * electric.el (electric-indent-inhibit): New var.
5269         (electric-indent-post-self-insert-function): Use it.
5270         * progmodes/python.el (python-mode): Set it.
5272         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5273         open braces.
5275         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5277         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5278         (css-mode): Use electric-indent-chars.
5280         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5281         (font-lock-beg, font-lock-end): Move before first use.
5282         (nxml-mode): Use syntax-propertize-function.
5283         (nxml-after-change, nxml-after-change1): Adjust accordingly.
5284         (nxml-extend-after-change-region): Remove.
5285         * nxml/xmltok.el: Use lexical-binding.
5286         (xmltok-save): Use `declare'.
5287         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5288         * nxml/nxml-util.el: Use lexical-binding.
5289         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5290         Use `declare'.
5291         * nxml/nxml-ns.el: Use lexical-binding.
5292         (nxml-ns-save): Use `declare'.
5293         (nxml-ns-prefixes-for): Avoid add-to-list.
5294         * nxml/rng-match.el: Use lexical-binding.
5295         (rng--ipattern): Use cl-defstruct.
5296         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5297         (rng-cons-group-after, rng-subst-group-after)
5298         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5299         Use closures instead of `(lambda...).
5301 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
5303         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5304         of BEG and END.
5306         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5307         Use `tramp-handle-insert-file-contents'.
5308         (tramp-gvfs-handle-insert-file-contents): Remove function.
5310         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5311         Use `save-restriction' in order to keep markers.
5313         * net/trampver.el: Update release number.
5315 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * progmodes/compile.el (compilation-parse-errors):
5318         Use compilation--put-prop.
5319         (compilation--ensure-parse): Check compilation-multiline.
5321         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5323         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5324         lexical-binding.
5326         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5328         * progmodes/ruby-mode.el: Fix recently added tests.
5329         (ruby-smie-grammar): Add - and +.
5330         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5331         (ruby-smie--backward-id): New functions.
5332         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5333         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
5334         any more.
5336 2013-10-07  Leo Liu  <sdl.web@gmail.com>
5338         * register.el (register-preview-delay)
5339         (register-preview-functions): New variables.
5340         (register-read-with-preview, register-preview)
5341         (register-describe-oneline): New functions.
5342         (point-to-register, window-configuration-to-register)
5343         (frame-configuration-to-register, jump-to-register)
5344         (number-to-register, view-register, insert-register)
5345         (copy-to-register, append-to-register, prepend-to-register)
5346         (copy-rectangle-to-register): Use register-read-with-preview to
5347         read register.  (Bug#15525)
5349 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
5351         * net/network-stream.el (network-stream-open-starttls): Don't add
5352         --insecure if it's already present, because that gnutls-cli
5353         rejects getting that parameter twice.
5355 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
5357         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5358         keyword, too.
5360 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
5362         * newcomment.el (comment-use-global-state): Change default value
5363         to t, mark obsolete (Bug#15251).
5364         (comment-beginning): In addition to `comment-to-syntax', check the
5365         value of `comment-use-global-state'.
5367 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5369         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5370         (ruby-comment-column): Follow the global default, by default.
5371         (ruby-smie-grammar): Add assignment syntax.
5372         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5373         open-paren, a comma, or a \.
5374         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5375         and line continuations.
5376         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5377         followed by implicit semi-colons.  Add rule for string concatenation
5378         and for indentation at BOB.
5379         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
5381         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5382         calling next-sexp, since next-token may have skipped chars which
5383         next-sexp doesn't know should be skipped!
5385 2013-10-05  Leo Liu  <sdl.web@gmail.com>
5387         * progmodes/octave.el (octave-send-region):
5388         Call compilation-forget-errors.
5390 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5392         * vc/vc-svn.el (vc-svn-find-admin-dir):
5393         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5394         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5395         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5396         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5398 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5402 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * subr.el (read-passwd): Hide chars even when called within a context
5405         where after-change-functions is disabled (bug#15501).
5406         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5407         until we removed ourself from overriding-terminal-local-map.
5409 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5411         * progmodes/octave.el (inferior-octave-mode):
5412         Call compilation-forget-errors.
5414 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5416         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5418 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
5420         * net/secrets.el (secrets-create-collection): Add optional
5421         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
5422         dbus-call-method argument.  (Bug#15516)
5424 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5426         * progmodes/octave.el (inferior-octave-error-regexp-alist)
5427         (inferior-octave-compilation-font-lock-keywords): New variables.
5428         (compilation-error-regexp-alist)
5429         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5430         (inferior-octave-mode): Use compilation-shell-minor-mode.
5432 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
5434         * minibuffer.el (completion--replace): Be careful that `end' might be
5435         a marker.
5437 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5439         Add support for package signature checking.
5440         * emacs-lisp/package.el (url-http-file-exists-p)
5441         (epg-make-context, epg-context-set-home-directory)
5442         (epg-verify-string, epg-context-result-for)
5443         (epg-signature-status, epg-signature-to-string)
5444         (epg-check-configuration, epg-configuration)
5445         (epg-import-keys-from-file): Declare.
5446         (package-check-signature): New user option.
5447         (package-unsigned-archives): New user option.
5448         (package-desc): Add `signed' field.
5449         (package-load-descriptor): Set `signed' field if .signed file exists.
5450         (package--archive-file-exists-p): New function.
5451         (package--check-signature): New function.
5452         (package-install-from-archive): Check package signature.
5453         (package--download-one-archive): Check archive signature.
5454         (package-delete): Remove .signed file.
5455         (package-import-keyring): New command.
5456         (package-refresh-contents): Import default keyring.
5457         (package-desc-status): Add "unsigned" status.
5458         (describe-package-1, package-menu--print-info)
5459         (package-menu-mark-delete, package-menu--find-upgrades)
5460         (package-menu--status-predicate): Support "unsigned" status.
5462 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5464         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5465         the new compilation scheme using the new byte-codes.
5467         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5468         (byte-pophandler): New byte codes.
5469         (byte-goto-ops): Adjust accordingly.
5470         (byte-compile--use-old-handlers): New var.
5471         (byte-compile-catch): Use new byte codes depending on
5472         byte-compile--use-old-handlers.
5473         (byte-compile-condition-case--old): Rename from
5474         byte-compile-condition-case.
5475         (byte-compile-condition-case--new): New function.
5476         (byte-compile-condition-case): New function that dispatches depending
5477         on byte-compile--use-old-handlers.
5478         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5479         when we can.
5481         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5482         Optimize under `condition-case' and `catch' if
5483         byte-compile--use-old-handlers is nil.
5484         (disassemble-offset): Handle new bytecodes.
5486 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * subr.el (error): Use `declare'.
5489         (decode-char, encode-char): Use advertised-calling-convention instead
5490         of the docstring to discourage use of the `restriction' arg.
5492 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5494         * epg.el (epg-verify-file): Add a comment saying that it does not
5495         notify verification error as a return value nor a signal.
5496         (epg-verify-string): Ditto.
5498 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5500         * progmodes/compile.el (compilation-start): Try globbing the arg to
5501         `cd' (bug#15417).
5503 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5505         Sync with Tramp 2.2.8.
5507         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5508         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5509         * net/trampver.el: Update release number.
5511 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5513         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5514         and default-process-coding-system for darwin only.
5516 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5518         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5520 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5522         * vc/vc-git.el (vc-git-grep): Disable pager.
5524 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5526         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5527         Use :url instead of :homepage, as per
5528         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5530         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5531         non-nil, use `syntax-ppss' (Bug#15251).
5533 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5535         * progmodes/octave.el (inferior-octave-startup-file):
5536         Prefer ~/.emacs.d/init_octave.m.
5538 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5540         * emacs-lisp/package.el (package-desc-from-define):
5541         Accept additional arguments as plist, convert them to an alist and store
5542         them in the `extras' slot.
5543         (package-generate-description-file): Convert extras alist back to
5544         plist and append to the `define-package' form arguments.
5545         (package--alist-to-plist): New function.
5546         (package--ac-desc): Add `extras' slot.
5547         (package--add-to-archive-contents): Check if the archive-contents
5548         vector is long enough, and if it is, pass its `extras' slot value
5549         to `package-desc-create'.
5550         (package-buffer-info): Call `lm-homepage', pass the returned value
5551         to `package-desc-from-define'.
5552         (describe-package-1): Render the homepage button (Bug#13291).
5554         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5555         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5557 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
5559         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5560         and default-process-coding-system to utf-8-unix (Bug#15402).
5562 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
5564         * subr.el (looking-back): Do not recommend using looking-back.
5566 2013-09-28  Alan Mackenzie  <acm@muc.de>
5568         Fix indentation/fontification of Java enum with "implements".
5570         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5571         regexp which matches "implements", etc., in Java.
5572         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5573         specifier clauses coming after "enum".
5574         * progmodes/cc-fonts.el (c-font-lock-declarations)
5575         (c-font-lock-enum-tail): Check for extra specifier clauses coming
5576         after "enum".
5578 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
5580         * faces.el (region): Change ns_selection_color to
5581         ns_selection_fg_color, add ns_selection_bg_color.
5583 2013-09-28  Leo Liu  <sdl.web@gmail.com>
5585         * progmodes/octave.el (inferior-octave-completion-table)
5586         (inferior-octave-completion-at-point): Minor tweaks.
5588         * textmodes/ispell.el (ispell-lookup-words): Rename from
5589         lookup-words.  (Bug#15460)
5590         (lookup-words): Obsolete.
5591         (ispell-complete-word, ispell-command-loop): All uses changed.
5593 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5595         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5596         (octave-mode-menu): Add octave-send-buffer.
5597         (octave-send-buffer): New function.
5599 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5601         * progmodes/octave.el (octave-mode-map): Add key binding for
5602         octave-lookfor.
5603         (octave-mode-menu): Add octave-lookfor.
5604         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5605         octave-lookfor.
5606         (octave-lookfor): New function.
5608 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * emacs-lisp/cl-macs.el:
5611         (cl--loop-destr-temps): Remove.
5612         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5613         its convention.
5614         (cl--loop-set-iterator-function): New function.
5615         (cl-loop): Adjust accordingly, so as not to use cl-subst.
5616         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5617         Bind `it' with `let' instead of substituting it with `cl-subst'.
5618         (cl--unused-var-p): New function.
5619         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5620         Eliminate some unused variable warnings (bug#15326).
5622 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
5624         * doc-view.el (doc-view-scale-reset): Rename from
5625         `doc-view-reset-zoom-level'.
5626         (doc-view-scale-adjust): New command.
5627         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5628         `doc-view-scale-adjust'.
5630 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
5632         * doc-view.el (doc-view-reset-zoom-level): New command.
5633         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5634         zoom commands (bug#15466).
5636 2013-09-26  Kenichi Handa  <handa@gnu.org>
5638         * international/quail.el (quail-help): Make it not a command.
5640 2013-09-26  Leo Liu  <sdl.web@gmail.com>
5642         * minibuffer.el (completion-all-sorted-completions): Make args
5643         optional as they are.
5645 2013-09-25  Daniel Colascione  <dancol@dancol.org>
5647         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5648         specs are and that they're not evaluated.
5650 2013-09-24  Sam Steingold  <sds@gnu.org>
5652         * midnight.el (clean-buffer-list-kill-regexps)
5653         (clean-buffer-list-kill-buffer-names): Update for the new Man
5654         buffer naming which includes the object name.
5656 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5658         * eshell/esh-cmd.el (eshell--sep-terms): New var.
5659         (eshell-parse-command, eshell-parse-pipeline): Use it since
5660         eshell-separate-commands requires a dynamic scoped var.
5661         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5663 2013-09-23  Leo Liu  <sdl.web@gmail.com>
5665         * autoinsert.el (auto-insert-alist): Make the value of
5666         lexical-binding match its file setting.
5668 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
5670         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5672         * autoarg.el (autoarg-kp-digit-argument):
5673         * electric.el (Electric-command-loop):
5674         * kmacro.el (kmacro-step-edit-insert):
5675         Do not set universal-argument-num-events.
5677 2013-09-22  Leo Liu  <sdl.web@gmail.com>
5679         * files.el (interpreter-mode-alist): Add octave.
5681 2013-09-21  Alan Mackenzie  <acm@muc.de>
5683         C++: fontify identifier in declaration following "public:" correctly.
5684         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5685         to match "public", etc.
5686         (c-decl-prefix-re): Add ":" into the C++ value.
5687         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5688         bit.  Add a check for a ":" preceded by "public", etc.
5690 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
5692         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5693         recognized by GDB 7.5 and later.
5695 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
5697         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5699 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         * subr.el (internal--call-interactively): New const.
5702         (called-interactively-p): Use it (bug#3984).
5704 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
5706         * vc/pcvs.el (cvs-mode-ignore):
5707         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5708         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5710 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5712         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
5713         (eshell-ls-orig-insert-directory): Remove.
5714         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
5715         (eshell-ls-use-in-dired): Use advice-add/remove.
5716         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5717         Add `orig-fun' arg for use in :around advice.
5718         Make it check (redundantly) eshell-ls-use-in-dired.
5720 2013-09-19  Glenn Morris  <rgm@gnu.org>
5722         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5724         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5726         * emacs-lisp/eieio.el (class-parent): Undo previous change.
5728 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
5730         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5731         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5732         (tramp-get-remote-python): New defuns.
5733         (tramp-get-remote-uid-with-perl)
5734         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
5735         contributed by yary <not.com@gmail.com> (tiny change).
5736         (tramp-get-remote-uid-with-python)
5737         (tramp-get-remote-gid-with-python): New defuns.  Python code
5738         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5739         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5741 2013-09-19  Glenn Morris  <rgm@gnu.org>
5743         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5745         * eshell/em-unix.el (eshell-remove-entries):
5746         Rename argument to avoid name-clash with global `top-level'.
5748         * eshell/esh-proc.el (eshell-kill-process-function):
5749         Remove eshell-reset-after-proc from eshell-kill-hook if present.
5750         (eshell-reset-after-proc): Remove unused arg `proc'.
5752         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5753         (directory-files-and-attributes): Mark unused arg.
5755         * eshell/em-unix.el (eshell-remove-entries):
5756         Remove unused arg `path'.  Update callers.
5758         * eshell/em-hist.el (eshell-hist-parse-arguments):
5759         Remove unused arg `silent'.  Update callers.
5761         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5762         Fix (f)boundp mix-up.
5764         * eshell/em-smart.el (eshell-smart-scroll-window)
5765         (eshell-disable-after-change):
5766         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5768 2013-09-18  Alan Mackenzie  <acm@muc.de>
5770         Fix fontification of type when followed by "const".
5771         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5772         "known" types from fontification.
5774 2013-09-18  Glenn Morris  <rgm@gnu.org>
5776         * emacs-lisp/chart.el (x-display-color-cells): Declare.
5777         (chart-face-list): Drop Emacsen without display-color-p.
5779         * net/eww.el (libxml-parse-html-region): Declare.
5780         (eww-display-html): Explicit error if no libxml2 support.
5782         * doc-view.el (doc-view-mode): Silence --without-x compilation.
5784         * image.el (image-type-from-buffer, image-multi-frame-p):
5785         Remove --without-x warning/error.
5787         * mouse.el (mouse-yank-primary):
5788         * term.el (term-mouse-paste):
5789         Reorder to silence --without-x compilation.
5791         * mpc.el (doc-view-mode): Silence --without-x compilation.
5793         * mail/rmailmm.el (rmail-mime-set-bulk-data):
5794         Silence --without-x compilation.
5796         * progmodes/gud.el (gud-find-file, gud-mode):
5797         Silence --without-x compilation.
5798         (tooltip-mode): Declare.
5800         * wdired.el (dired-backup-overwrite): Remove declaration.
5801         (wdired-mode-map): Add doc string.
5803         * custom.el (x-get-resource): Declare.
5805         * eshell/em-glob.el (ange-cache):
5806         * eshell/em-unix.el (ange-cache): Declare.
5808         * faces.el (x-display-list, x-open-connection, x-get-resource):
5809         Declare.
5811         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5812         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5813         Declare.
5815         * frame.el (x-display-grayscale-p, x-display-name): Declare.
5817         * net/gnutls.el (gnutls-log-level): Declare.
5819         * net/shr.el (image-size, image-animate): Declare.
5821         * simple.el (font-info): Declare.
5823         * subr.el (x-popup-dialog): Declare.
5825         * term/common-win.el (x-select-enable-primary)
5826         (x-last-selected-text-primary, x-last-selected-text-clipboard):
5827         Declare.
5829         * term/ns-win.el (x-handle-args): Declare.
5831         * term/x-win.el (x-select-enable-clipboard): Declare.
5833         * term/w32-win.el (create-default-fontset): Declare.
5835         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5836         Declare.
5838         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5839         (fit-frame-to-buffer): Explicit error if --without-x.
5840         (mouse-autoselect-window-select): Silence compiler.
5842         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5844         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5845         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5846         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5847         * eshell/esh-util.el (eshell-sublist):
5848         Remove unused local variables.
5850         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5852         * textmodes/two-column.el: Make 2C-split work for --without-x.
5853         (scroll-bar-columns): Autoload.
5854         (top-level): Require fringe when compiling.
5856 2013-09-18  Leo Liu  <sdl.web@gmail.com>
5858         * subr.el (add-hook): Robustify to handle closure as well.
5860 2013-09-17  Glenn Morris  <rgm@gnu.org>
5862         * simple.el (messages-buffer-mode-map): Unbind "g".
5864 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * help-mode.el (help-mode-finish): Use derived-mode-p.
5867         Remove obsolete highlighting.
5869         * play/life.el (life-mode): Use define-derived-mode.  Derive from
5870         special-mode.
5871         (life): Let-bind inhibit-read-only.
5872         (life-setup): Avoid `setq'.  Use `life-mode'.
5874         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5875         which should not be needed any more.
5876         (package-menu-refresh, package-menu-describe-package): Use user-error.
5878         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5879         (eshell-post-rewrite-command-hook): Make obsolete.
5880         (eshell-parse-command): Simplify.
5881         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5882         (eshell--cmd): Declare.
5883         (eshell-parse-pipeline): Remove unused var `final-p'.
5884         Pass a dynvar to eshell-post-rewrite-command-hook.
5885         Implement the new eshell-post-rewrite-command-function.
5886         (eshell-invoke-directly): Remove unused arg `input'.
5887         * eshell/esh-io.el (eshell-io-initialize):
5888         Use eshell-post-rewrite-command-function (bug#15399).
5889         (eshell--apply-redirections): Rename from eshell-apply-redirections;
5890         adjust to new calling convention.
5891         (eshell-create-handles): Rename args to avoid clashing with dynvar
5892         `standard-output'.
5894 2013-09-17  Glenn Morris  <rgm@gnu.org>
5896         * simple.el (messages-buffer-mode): New major mode.
5897         (messages-buffer): New function.
5898         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5899         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5900         (ert-run-test): Use `messages-buffer' function.
5901         (ert--force-message-log-buffer-truncation): Ignore read-only.
5902         * help.el (view-echo-area-messages): Use `messages-buffer' function.
5903         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5905 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5907         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5909         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5911 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * icomplete.el (icomplete-in-buffer): New var.
5914         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5915         vars and replace them with functions.
5916         (icomplete-minibuffer-setup): Adjust accordingly.
5917         (icomplete--completion-table, icomplete--completion-predicate)
5918         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5919         New functions.
5920         (icomplete-forward-completions, icomplete-backward-completions)
5921         (icomplete-simple-completing-p, icomplete-exhibit)
5922         (icomplete-completions): Use them.
5923         (icomplete--in-region-buffer): New var.
5924         (icomplete--in-region-setup): New function.
5925         (icomplete-mode): Use it.
5927         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5928         (bug#15379).
5929         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5930         return args and options.
5931         (eshell-eval-using-options): Use the new return value of
5932         eshell--do-opts to set the options's vars in their scope.
5933         (eshell--set-option): Rename from eshell-set-option.
5934         Add arg `opt-vals'.
5935         (eshell--process-option): Rename from eshell-process-option.
5936         Add arg `opt-vals'.
5937         (eshell--process-args): Use an `opt-vals' alist to store the options's
5938         values during their processing and return them additionally to the
5939         remaining args.
5941 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
5943         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5944         continuation character an operator, as far as indentation is
5945         concerned (Bug#15369).
5947 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
5949         * window.el (window--state-put-2): Don't process buffer state
5950         when buffer doesn't exist any more (Bug#15382).
5952 2013-09-15  Glenn Morris  <rgm@gnu.org>
5954         * eshell/em-unix.el (eshell/rm):
5955         Make -f ignore missing files.  (Bug#15373)
5957         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
5958         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5959         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5961 2013-09-14  Glenn Morris  <rgm@gnu.org>
5963         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5965 2013-09-13  Glenn Morris  <rgm@gnu.org>
5967         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5968         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
5970 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
5972         * frame.el (x-focus-frame): Mark as declared in frame.c.
5974 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * ls-lisp.el: Use advice-add.
5977         (original-insert-directory): Remove.
5978         (ls-lisp--insert-directory): Rename from insert-directory; add
5979         `orig-fun' argument.
5980         (insert-directory): Advise.
5982 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
5984         * term.el (term-emulate-terminal): Decode the command string
5985         before passing it to term-command-hook.  (Bug#15337)
5987 2013-09-13  Glenn Morris  <rgm@gnu.org>
5989         * eshell/esh-util.el (ange-cache): Move declaration earlier.
5991         * eshell/esh-ext.el (eshell-search-path): Declare.
5993         * eshell/em-prompt.el (eshell/pwd): Autoload it.
5994         Otherwise an error occurs if eshell-dirs module not loaded.
5996         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5998 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
6000         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6001         `tramp-check-proper-host'.  Check for a valid method name.
6003         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6004         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6005         * net/tramp-sh.el (tramp-maybe-open-connection):
6006         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6008         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6009         also for hash values.
6011 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         * term/ns-win.el (parameters): Don't declare as dynamic.
6014         (before-make-frame-hook): Don't add ineffective function.
6016         * eshell/*.el: Use lexical-binding (bug#15231).
6018 2013-09-12  Kenichi Handa  <handa@gnu.org>
6020         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6022 2013-09-12  Glenn Morris  <rgm@gnu.org>
6024         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6025         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6027         * subr.el (do-after-load-evaluation): Also give compiler warnings
6028         when obsolete files are used (except by obsolete files).
6030         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6031         in the status output, assume `filename' is the first.  (Bug#15322)
6033         * vc/vc.el (vc-deduce-fileset): Doc fix.
6035         * calc/calc-help.el (Info-goto-node):
6036         * progmodes/cperl-mode.el (Info-find-node):
6037         * vc/ediff.el (Info-goto-node): Update declarations.
6039         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6041         * vc/vc-bzr.el (vc-compilation-mode): Declare.
6042         (vc-bzr-pull): Require vc-dispatcher.
6043         * vc/vc-git.el (vc-compilation-mode): Declare.
6044         (vc-git-pull): Require vc-dispatcher.
6046         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6048         * progmodes/octave.el (help-button-action): Declare.
6050         * shell.el (shell-directory-tracker): Output error as a message
6051         rather than just returning it as a string.
6052         (shell-process-pushd): Remove useless use of message.
6054         * dframe.el (dframe-timer-fn):
6055         * files.el (dir-locals-read-from-file):
6056         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6057         (mpc-format):
6058         * reveal.el (reveal-post-command):
6059         * saveplace.el (load-save-place-alist-from-file):
6060         * shell.el (shell-resync-dirs):
6061         * w32-common-fns.el (x-get-selection-value):
6062         * emacs-lisp/copyright.el (copyright-find-copyright):
6063         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6064         * emulation/tpu-edt.el (tpu-copy-keyfile):
6065         * play/bubbles.el (bubbles--mark-neighbourhood):
6066         * progmodes/executable.el
6067         (executable-make-buffer-file-executable-if-script-p):
6068         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6070 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         Cleanup Eshell to rely less on dynamic scoping.
6073         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6074         last-value, and ext-command here.  Bind `args' closer to `body'.
6075         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6076         (eshell--args): Declare new dynamic var.
6077         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
6078         last-value, and ext-command.  Pass `args' to `body'.
6079         (eshell-process-args): Bind eshell--args.
6080         (eshell-set-option): Use eshell--args.
6081         * eshell/eshell.el (eshell): Use derived-mode-p.
6082         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6083         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6084         (eshell-glob-function): Declare.
6085         * eshell/esh-util.el: Require cl-lib.
6086         (eshell-read-hosts-file): Avoid add-to-list.
6087         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6088         `err'.
6089         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6090         Declare.
6091         (eshell/diff): Remove unused var `err'.
6092         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6093         `killflag'.
6094         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6095         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6096         first use.
6097         * eshell/em-glob.el (eshell-glob-matches, message-shown):
6098         Move declaration before first use.
6099         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6100         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6101         rely on cl-return.
6103 2013-09-12  Glenn Morris  <rgm@gnu.org>
6105         * term/ns-win.el (global-map): Remove binding for ispell-next,
6106         deleted 1999-05-29.  (Bug#15357)
6108 2013-09-11  Glenn Morris  <rgm@gnu.org>
6110         * echistory.el (electric-command-history): Remove call to deleted func.
6112         * play/landmark.el (landmark-mode): Fix typos.
6114         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6115         Check cvs-sort-ignore-file is bound.
6117         * savehist.el: No need for cl when compiling on Emacs.
6119 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6121         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6122         (bug#15338).
6123         (eshell-self-insert-command, eshell-send-invisible):
6124         Remove unused argument.
6125         (eshell-handle-control-codes): Remove unused var `orig'.
6126         Avoid delete-backward-char.
6128         * files.el (set-auto-mode): Simplify a bit further.
6130 2013-09-11  Glenn Morris  <rgm@gnu.org>
6132         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6133         (set-auto-mode): Don't regexp-quote elements.
6134         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6135         * progmodes/cc-mode.el (interpreter-mode-alist):
6136         * progmodes/ruby-mode.el (interpreter-mode-alist):
6137         Revert previous change.
6139 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6141         * play/snake.el (snake-mode):
6142         * play/mpuz.el (mpuz-mode):
6143         * play/landmark.el (lm-mode):
6144         * play/blackbox.el (blackbox-mode):
6145         * play/5x5.el (5x5-mode):
6146         * obsolete/options.el (Edit-options-mode):
6147         * net/quickurl.el (quickurl-list-mode):
6148         * net/newst-treeview.el (newsticker-treeview-mode):
6149         * mail/rmailsum.el (rmail-summary-mode):
6150         * mail/mspools.el (mspools-mode):
6151         * locate.el (locate-mode):
6152         * ibuffer.el (ibuffer-mode):
6153         * emulation/ws-mode.el (wordstar-mode):
6154         * emacs-lisp/debug.el (debugger-mode):
6155         * array.el (array-mode):
6156         * net/eudc.el (eudc-mode): Use define-derived-mode.
6157         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6158         Move initialization into declaration.
6159         (mairix-searches-mode): Use define-derived-mode.
6160         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6161         (eudc-edit-hotlist): Use dolist.
6162         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6163         (Man-mode): Use define-derived-mode.
6164         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6165         (Info-edit-mode): Use define-derived-mode.
6166         (Info-cease-edit): Use Info-mode.
6167         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6168         into declaration.
6169         (eshell-mode): Use define-derived-mode.
6170         * chistory.el (command-history-mode-map): Rename from
6171         command-history-map.
6172         (command-history-mode): Use define-derived-mode.
6173         (Command-history-setup): Remove function.
6174         * calc/calc.el (calc-trail-mode-map): New var.
6175         (calc-trail-mode): Use define-derived-mode.
6176         (calc-trail-buffer): Set calc-main-buffer manually.
6177         * bookmark.el (bookmark-insert-annotation): New function.
6178         (bookmark-edit-annotation): Use it.
6179         (bookmark-edit-annotation-mode): Make it a proper major mode.
6180         (bookmark-send-edited-annotation): Use derived-mode-p.
6181         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6182         closer to its ideal place.  Use \' to match EOS.
6184         * profiler.el (profiler-calltree-find): Use function-equal.
6186 2013-09-10  Glenn Morris  <rgm@gnu.org>
6188         * files.el (interpreter-mode-alist): Convert to regexps.
6189         (set-auto-mode): Adapt for this.  (Bug#15306)
6190         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6191         Comment out unused variable.
6192         * progmodes/cc-mode.el (interpreter-mode-alist):
6193         * progmodes/python.el (interpreter-mode-alist):
6194         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6195         * progmodes/sh-script.el (sh-set-shell):
6196         No longer use interpreter-mode-alist to get list of shells.
6198         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6200 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * simple.el: Use set-temporary-overlay-map for universal-argument.
6203         (universal-argument-map): Don't use default-bindings (bug#15317).
6204         Bind switch-frame explicitly.  Replace universal-argument-minus with
6205         a conditional binding.
6206         (universal-argument-num-events, saved-overriding-map): Remove.
6207         (restore-overriding-map): Remove.
6208         (universal-argument--mode): Rename from save&set-overriding-map,
6209         and rewrite.
6210         (universal-argument, universal-argument-more, negative-argument)
6211         (digit-argument): Adjust accordingly.
6212         (universal-argument-minus): Remove.
6213         (universal-argument-other-key): Remove.
6215         * subr.el (with-demoted-errors): Add `format' argument.
6217 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
6219         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
6220         `tramp-cleanup-connection'.
6222         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6223         parameters KEEP-DEBUG and KEEP-PASSWORD.
6225         * net/tramp.el (tramp-file-name-handler):
6226         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6227         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6228         (tramp-maybe-open-connection):
6229         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6230         Use `tramp-cleanup-connection'.
6232         * net/tramp-sh.el (tramp-maybe-open-connection):
6233         Catch 'uname-changed inside the progress reporter.
6235 2013-09-10  Glenn Morris  <rgm@gnu.org>
6237         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
6239         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6240         returns "alternate access method" in mode (eg "-rw-r--r--.").
6242 2013-09-08  Glenn Morris  <rgm@gnu.org>
6244         * saveplace.el (load-save-place-alist-from-file):
6245         Demote errors.  (Bug#15305)
6247 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
6249         Improve compatibility with older Emacsen, and XEmacs.
6251         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6252         only if it is bound.  It isn't for XEmacs.
6253         (with-tramp-progress-reporter): Do not let-bind `result'.
6254         This yields to scoping errors in XEmacs.
6255         (tramp-handle-make-auto-save-file-name): New function, moved from
6256         tramp-sh.el.
6258         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6259         for `make-auto-save-file-name'.
6260         (tramp-adb--gnu-switches-to-ash):
6261         Use `tramp-compat-replace-regexp-in-string'.
6263         * net/tramp-cache.el (tramp-cache-print): Call
6264         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
6266         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6267         bound.  It isn't for XEmacs.
6269         * net/tramp-compat.el (tramp-compat-copy-file):
6270         Catch `wrong-number-of-arguments' error.
6271         (tramp-compat-replace-regexp-in-string): New defun.
6273         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6274         for `make-auto-save-file-name'.
6275         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6276         `copy-file'.
6277         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6278         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6279         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6281         * net/tramp-gw.el (tramp-gw-open-network-stream):
6282         Use `tramp-compat-replace-regexp-in-string'.
6284         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6285         Call `tramp-handle-make-auto-save-file-name'.
6286         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6287         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6288         (tramp-sh-file-inotifywait-process-filter):
6289         Use `tramp-compat-replace-regexp-in-string'.
6290         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6292         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6293         for `make-auto-save-file-name'.
6294         (tramp-smb-handle-copy-directory):
6295         Call `tramp-compat-replace-regexp-in-string'.
6296         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6297         (tramp-smb-handle-copy-file): Improve error message.
6298         (tramp-smb-handle-rename-file): Rename directly only in case
6299         `newname' does not exist yet.  This is a restriction of smbclient.
6300         (tramp-smb-maybe-open-connection): Rerun the function only when
6301         `auth-sources' is non-nil.
6303 2013-09-08  Kenichi Handa  <handa@gnu.org>
6305         * international/characters.el: Set category "^" (Combining) for
6306         more characters.
6308 2013-09-07  Alan Mackenzie  <acm@muc.de>
6310         Correctly fontify Java class constructors.
6311         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6312         in Java Mode.
6313         (c-recognize-typeless-decls): Set the Java value to t.
6314         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6315         While handling a "(", add a check for, effectively, Java, and handle a
6316         "typeless" declaration there.
6318 2013-09-07  Roland Winkler  <winkler@gnu.org>
6320         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6321         field subtitle for entry type book.
6323 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6325         * minibuffer.el: Make minibuffer-complete call completion-in-region
6326         rather than other way around.
6327         (completion--some, completion-pcm--find-all-completions):
6328         Don't delay signals when debugging.
6329         (minibuffer-completion-contents): Beware fields within the
6330         minibuffer contents.
6331         (completion-all-sorted-completions): Use defvar-local.
6332         (completion--do-completion, completion--cache-all-sorted-completions)
6333         (completion-all-sorted-completions, minibuffer-force-complete):
6334         Add args `beg' and `end'.
6335         (completion--in-region-1): New fun, extracted from minibuffer-complete.
6336         (minibuffer-complete): Use completion-in-region.
6337         (completion-complete-and-exit): New fun, extracted from
6338         minibuffer-complete-and-exit.
6339         (minibuffer-complete-and-exit): Use it.
6340         (completion--complete-and-exit): Rename from
6341         minibuffer--complete-and-exit.
6342         (completion-in-region--single-word): New function, extracted from
6343         minibuffer-complete-word.
6344         (minibuffer-complete-word): Use it.
6345         (display-completion-list): Make `common-substring' argument obsolete.
6346         (completion--in-region): Call completion--in-region-1 instead of
6347         minibuffer-complete.
6348         (completion-help-at-point): Pass boundaries to
6349         minibuffer-completion-help as args rather than via an overlay.
6350         (completion-pcm--string->pattern): Use `any-delim'.
6351         (completion-pcm--optimize-pattern): New function.
6352         (completion-pcm--pattern->regex): Handle `any-delim'.
6353         * icomplete.el (icomplete-forward-completions)
6354         (icomplete-backward-completions, icomplete-completions):
6355         Adjust calls to completion-all-sorted-completions and
6356         completion--cache-all-sorted-completions.
6357         (icomplete-with-completion-tables): Default to t.
6358         * emacs-lisp/crm.el (crm--current-element): Rename from
6359         crm--select-current-element.  Don't put an overlay but return the
6360         boundaries instead.
6361         (crm--completion-command): Take two new args to bind to the boundaries.
6362         (crm-completion-help): Adjust accordingly.
6363         (crm-complete): Use completion-in-region.
6364         (crm-complete-word): Use completion-in-region--single-word.
6365         (crm-complete-and-exit): Use completion-complete-and-exit.
6367 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6369         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6370         than dynamically.
6372 2013-09-06  Juri Linkov  <juri@jurta.org>
6374         * info.el (Info-display-images-node): When image file doesn't exist
6375         display text version of the image if it's provided in the Info file.
6376         Otherwise, display the location of missing image from SRC attribute.
6377         Add help-echo text property from ALT attribute.  (Bug#15279)
6379 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6382         (edit-abbrevs-mode): Use define-derived-mode.
6384         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6385         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6386         that it's defined.
6387         (epa-key-list-mode, epa-key-mode, epa-info-mode):
6388         Use define-derived-mode.
6390         * epg.el (epg-start-encrypt): Minor CSE simplification.
6392 2013-09-06  William Xu  <william.xwl@gmail.com>
6394         * arc-mode.el: Add support for 7za (bug#15264).
6395         (archive-7z-program): New var.
6396         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6397         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6398         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6400 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
6402         Remove URL syntax.
6404         * net/tramp.el (tramp-syntax, tramp-prefix-format)
6405         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6406         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6407         (tramp-postfix-host-format, tramp-file-name-regexp)
6408         (tramp-completion-file-name-regexp)
6409         (tramp-completion-dissect-file-name)
6410         (tramp-handle-substitute-in-file-name): Remove 'url case.
6411         (tramp-file-name-regexp-url)
6412         (tramp-completion-file-name-regexp-url): Remove constants.
6414 2013-09-06  Glenn Morris  <rgm@gnu.org>
6416         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
6418 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
6420         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6421         keywords" below "here-doc beginnings" (Bug#15270).
6423 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6425         * subr.el (pop): Use `car-safe'.
6426         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6427         to detect unused `pop' return value.
6429         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6430         var `block-regexp'.
6431         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6432         (python-fill-string): Remove unused var `marker'.
6433         (python-skeleton-add-menu-items): Remove unused var `items'.
6435         * international/mule-cmds.el: Require CL.
6436         (find-coding-systems-for-charsets): Avoid add-to-list.
6437         (sanitize-coding-system-list): New function, extracted from
6438         select-safe-coding-system-interactively.
6439         (select-safe-coding-system-interactively): Use it.
6440         (read-input-method-name): Accept symbols for `default'.
6442         * emacs-lisp/advice.el (defadvice): Add indent rule.
6444 2013-09-05  Daniel Hackney  <dan@haxney.org>
6446         * dired-x.el:
6447         * net/ange-ftp.el:
6448         * net/browse-url.el:
6449         * net/dbus.el:
6450         * net/eudc.el:
6451         * net/eudcb-ldap.el:
6452         * net/eww.el:
6453         * net/imap.el:
6454         * printing.el:
6455         * vc/ediff-diff.el:
6456         * vc/ediff-init.el:
6457         * vc/ediff-merg.el:
6458         * vc/ediff-mult.el:
6459         * vc/ediff-util.el:
6460         * vc/ediff-wind.el:
6461         * vc/ediff.el:
6462         * vc/emerge.el:
6463         * vc/pcvs.el:
6464         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6465         byte compiler.  Remove some unused let-bound variables.
6467 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6470         a "ref-cell", since it gets better optimized (bug#14883).
6472 2013-09-05  Glenn Morris  <rgm@gnu.org>
6474         * progmodes/cc-awk.el (c-forward-sws): Declare.
6476 2013-09-04  Glenn Morris  <rgm@gnu.org>
6478         * generic-x.el [rul-generic-mode]: Require cc-mode.
6479         (c++-mode-syntax-table): Declare.
6480         (rul-generic-mode-syntax-table): Init in the defvar.
6482 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6485         (vc-do-command, vc-set-async-update):
6486         * vc/vc-mtn.el (vc-mtn-dir-status):
6487         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6488         (vc-hg-pull, vc-hg-merge-branch):
6489         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6490         (vc-git-merge-branch):
6491         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6492         (vc-cvs-dir-status-files):
6493         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6494         (vc-bzr-dir-status-files):
6495         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6496         * vc/vc-annotate.el: Use lexical-binding.
6497         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6498         (vc-sentinel-movepoint): Declare.
6499         (vc-annotate): Don't use `goto-line'.
6500         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6501         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6502         (vc-sentinel-movepoint): Declare.
6503         * vc/vc-svn.el: Use lexical-binding.
6504         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6505         * vc/vc-sccs.el:
6506         * vc/vc-rcs.el: Use lexical-binding.
6508         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6509         `deleted'.  Don't drop errors silently.
6511         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6513 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6515         * vc/vc.el (vc-ignore): Rewrite.
6516         (vc-default-ignore): New function.
6517         (vc-default-ignore-completion-table): Use find-ignore-file.
6519         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6520         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6521         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6522         Remove.  Most code moved to vc.el.
6524 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6527         * net/tramp-smb.el (tramp-smb-get-file-entries):
6528         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6529         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6531         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6532         Update call to it.
6533         (eww-change-select): Remove unused var `properties'.
6534         (eww-make-unique-file-name): Remove unused var `base'.
6536         * finder.el (finder-compile-keywords): Don't mess with windows.
6538         * calculator.el (calculator-funcall): Fix typo in last change.
6540         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6542         * emacs-lisp/package.el (package-activate-1): Don't let a missing
6543         <pkg>-autoloads.el file stop us.
6545         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6546         warnings, and factor out common code.
6548 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
6550         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6551         two-character operators and whether the character preceding them
6552         changes their meaning (Bug#15208).
6554 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6556         Format code sent to Python shell for robustness.
6557         * progmodes/python.el (python-shell-buffer-substring):
6558         New function.
6559         (python-shell-send-region, python-shell-send-buffer): Use it.
6561 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
6563         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6564         * net/tramp.el (tramp-user-error): ... here.
6565         (tramp-find-method, tramp-check-proper-host)
6566         (tramp-dissect-file-name, tramp-debug-message)
6567         (tramp-handle-shell-command):
6568         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6569         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6571         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6573 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
6575         * avoid.el (mouse-avoidance-point-position)
6576         (mouse-avoidance-too-close-p): Handle case where posn-at-point
6577         returns nil.
6579 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6581         * progmodes/python.el (python-shell-completion-get-completions):
6582         Drop use of deleted `comint-last-prompt-overlay'.
6583         (python-nav-if-name-main): New command.
6585 2013-09-01  Glenn Morris  <rgm@gnu.org>
6587         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6588         Avoid leading space in $wins.  Otherwise the sed command used by
6589         eg compile-main ends up containing "/*.el".  (Bug#15170)
6591         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
6593 2013-08-30  Glenn Morris  <rgm@gnu.org>
6595         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6596         Fix is-this-a-directory logic.  (Bug#15220)
6598 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * textmodes/css-mode.el: Use SMIE.
6601         (css-smie-grammar): New var.
6602         (css-smie--forward-token, css-smie--backward-token)
6603         (css-smie-rules): New functions.
6604         (css-mode): Use them.
6605         (css-navigation-syntax-table): Remove var.
6606         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6607         (css-indent-calculate, css-indent-line): Remove functions.
6609         Misc changes to reduce use of `(lambda...); and other cleanups.
6610         * cus-edit.el: Use lexical-binding.
6611         (customize-push-and-save, customize-apropos)
6612         (custom-buffer-create-internal): Use closures.
6613         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6614         * progmodes/ada-xref.el: Use setq.
6615         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6616         * dframe.el: Use lexical-binding.
6617         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
6618         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6619         * descr-text.el: Use lexical-binding.
6620         (describe-text-widget, describe-text-sexp, describe-property-list):
6621         Use closures.
6622         * comint.el (comint-history-isearch-push-state): Use a closure.
6623         * calculator.el: Use lexical-binding.
6624         (calculator-number-to-string): Make it work with lexical-binding.
6625         (calculator-funcall): Same and use cl-letf.
6627         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6628         (lisp--company-doc-string, lisp--company-location): New functions.
6629         (lisp-completion-at-point): Use them to improve Company support.
6631         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6632         params of lambda expressions.
6633         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6634         (ruby-smie--opening-pipe-p): New function.
6635         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6636         symbols and matched |...| for formal params.
6637         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6638         from being treated as hanging.  Handle "rescue".
6640 2013-08-29  Glenn Morris  <rgm@gnu.org>
6642         * progmodes/cc-engine.el (c-pull-open-brace):
6643         Move definition before use.
6645 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6647         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6648         are immutable.  Don't use `unsafe' any more.
6649         (cl--defsubst-expand): Don't substitute at the same time as keeping
6650         a residual unused let-binding.  Don't use `unsafe' any more.
6652 2013-08-29  Glenn Morris  <rgm@gnu.org>
6654         * calendar/cal-china.el (calendar-chinese-year-cache):
6655         Recenter on 2015.
6657         * nxml/nxml-util.el (nxml-debug-clear-inside):
6658         Use cl-loop rather than loop.
6660         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6662         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6664 2013-08-28  Glenn Morris  <rgm@gnu.org>
6666         * progmodes/antlr-mode.el: No need to require cc-mode twice.
6668         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6670         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6672 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6674         * simple.el (repeat-complex-command--called-interactively-skip):
6675         New function.
6676         (repeat-complex-command): Use it (bug#14136).
6678         * progmodes/cc-mode.el: Minor cleanup of var declarations.
6679         (c-define-abbrev-table): Add `doc' argument.
6680         (c-mode-abbrev-table, c++-mode-abbrev-table)
6681         (objc-mode-abbrev-table, java-mode-abbrev-table)
6682         (idl-mode-abbrev-table, pike-mode-abbrev-table)
6683         (awk-mode-abbrev-table): Use it.
6684         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6685         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6686         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6687         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6688         Move initialization into the declaration; and remove any
6689         autoload cookie.
6691         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6692         and dynamic let binding.
6694         * vc/smerge-mode.el: Remove redundant :group args.
6696         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6697         to load-path.
6699 2013-08-28  Juri Linkov  <juri@jurta.org>
6701         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6702         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6703         (isearch-other-meta-char): Handle an undefined shifted printing
6704         character by downshifting it.  (Bug#15200)
6706 2013-08-28  Juri Linkov  <juri@jurta.org>
6708         * isearch.el (isearch-search): Change regexp error message for
6709         non-regexp searches.  (Bug#15166)
6711 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6713         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6714         for portability to hosts where /bin/sh has problems.
6716 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6720 2013-08-27  Juri Linkov  <juri@jurta.org>
6722         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6723         in the keyboard macro.  (Bug#15126)
6725 2013-08-27  Juri Linkov  <juri@jurta.org>
6727         * isearch.el (isearch-quote-char): Comment out converting unibyte
6728         to multibyte, thus syncing with its `quoted-insert' counterpart.
6729         (Bug#15166)
6731 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
6733         * window.el (display-buffer-use-some-window): Add missing
6734         argument in call of get-largest-window (Bug#15185).
6735         Reported by Stephen Leake.
6737 2013-08-27  Glenn Morris  <rgm@gnu.org>
6739         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6741 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6743         * progmodes/python.el (python-font-lock-keywords): Don't return nil
6744         from a matcher-function unless there's no more matches (bug#15161).
6746 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6748         * minibuffer.el: Revert change from 2013-08-20.
6750         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6751         with text property `tramp-default', if appropriate.
6752         (tramp-check-proper-host): New defun.
6753         (tramp-dissect-file-name): Do not check hostname.  Revert change
6754         of 2013-03-18.
6755         (tramp-backtrace): Make VEC-OR-PROC optional.
6757         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6758         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6759         * net/tramp-sh.el (tramp-maybe-open-connection):
6760         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6761         Apply `tramp-check-proper-host'.
6763 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
6765         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6766         lambda expression in order to have `describe-variable' display it.
6768 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6770         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6771         BUF can be optional.  (Bug#15186)
6773 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
6775         * progmodes/flymake.el (flymake-get-real-file-name-function):
6776         Fix broken customization.  (Bug#15184)
6778 2013-08-25  Alan Mackenzie  <acm@muc.de>
6780         Improve indentation of bracelists defined by macros (without "=").
6782         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6783         expansion begins with "{", regard it as bracelist when it doesn't
6784         contain a ";".
6786         Parse C++ inher-intro when there's a template split over 2 lines.
6788         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6789         rigorously the search for "class" etc. followed by ":".
6791         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6792         random languages a regexp which never matches rather than nil.
6794         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6796         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6797         (c-awk-regexp-one-line-possibly-open-char-list-re)
6798         (c-awk-one-line-possibly-open-regexp-re)
6799         (c-awk-one-line-non-syn-ws*-re): Remove.
6800         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6801         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6802         (c-awk-space*-unclosed-regexp-/-re): New constants.
6803         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6804         aren't regexp delimiters.
6806         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6807         handling for a rare situation in AWK Mode involving unterminated
6808         strings/regexps.
6810 2013-08-23  Glenn Morris  <rgm@gnu.org>
6812         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6814         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6816         * files.el (create-file-buffer): If the result would begin with
6817         spaces, prepend a "|" instead of removing them.  (Bug#15162)
6819 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6821         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6822         text-properties (bug#15155).
6824         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6825         exist any more.
6826         (calc-keypad-redraw): Remove unused var `pad'.
6827         (calc-keypad-press): Remove unused var `menu'.
6829 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
6831         * window.el (display-buffer-pop-up-frame):
6832         Call pop-up-frame-function with BUFFER current so `make-frame' will
6833         use it as the new frame's buffer (Bug#15133).
6835 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6837         * calendar/timeclock.el: Minor cleanups.
6838         (timeclock-ask-before-exiting, timeclock-use-display-time):
6839         Use `symbol'.
6840         (timeclock-modeline-display): Define as alias before the
6841         actual definition.
6842         (timeclock-mode-line-display): Use define-minor-mode.
6843         (timeclock-day-list-template): Make it a function, add an argument.
6844         (timeclock-day-list-required, timeclock-day-list-length)
6845         (timeclock-day-list-debt, timeclock-day-list-span)
6846         (timeclock-day-list-break): Adjust calls accordingly.
6848 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6850         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6851         Use read--expression so that completion works again.
6853 2013-08-21  Sam Steingold  <sds@gnu.org>
6855         Add rudimentary inferior shell interaction
6856         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6857         (sh-set-shell): Reset it.
6858         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6859         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6861 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * align.el: Use lexical-binding.
6864         (align-region): Simplify accordingly.
6866 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
6868         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6870         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6871         `non-essential' up.
6873 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
6875         * net/tramp.el:
6876         * net/tramp-adb.el:
6877         * net/tramp-cmds.el:
6878         * net/tramp-ftp.el:
6879         * net/tramp-gvfs.el:
6880         * net/tramp-gw.el:
6881         * net/tramp-sh.el: Don't wrap external variable declarations by
6882         `eval-when-compile'.
6884 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6887         now that Emacs supports ImageMagick animations.
6889 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
6891         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6892         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6894 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
6896         * window.el (mouse-autoselect-window-select): Do autoselect when
6897         mouse pointer is on margin.
6899 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
6901         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
6903 2013-08-16  Glenn Morris  <rgm@gnu.org>
6905         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6906         Handle "Remote Directory" response of some clients.  (Bug#15058)
6908         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6909         Tweak warning.  (Bug#14926)
6911         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6912         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
6914         * image-mode.el (image-mode-map): Add menu items to reverse,
6915         increase, decrease, reset animation speed.
6916         (image--set-speed, image-increase-speed, image-decrease-speed)
6917         (image-reverse-speed, image-reset-speed): New functions.
6918         (image-mode-map): Add bindings for speed commands.
6920         * image.el (image-animate-get-speed, image-animate-set-speed):
6921         New functions.
6922         (image-animate-timeout): Respect image :speed property.
6924 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6927         previous line (bug#15101).
6928         (debugger-eval-expression, debugger-record-expression):
6929         Use read--expression (bug#15102).
6931 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
6933         Remove byte compiler warnings, visible when compiling with
6934         `byte-compile-force-lexical-warnings' set to t.
6936         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6937         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6938         (tramp-handle-unhandled-file-name-directory)
6939         (tramp-handle-file-notify-add-watch, tramp-action-login)
6940         (tramp-action-succeed, tramp-action-permission-denied)
6941         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6942         arguments with "_".
6944         * net/tramp-adb.el (tramp-adb-parse-device-names)
6945         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6946         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6947         (tramp-adb-handle-file-truename): Remove unused arguments.
6949         * net/tramp-cache.el (tramp-flush-directory-property)
6950         (tramp-flush-connection-property, tramp-list-connections)
6951         (tramp-parse-connection-properties): Prefix unused arguments with "_".
6953         * net/tramp-compat.el (tramp-compat-make-temp-file):
6954         Rename FILENAME to F.
6956         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6957         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6958         (tramp-zeroconf-parse-workstation-device-names)
6959         (tramp-zeroconf-parse-webdav-device-names)
6960         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6962         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6963         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6965         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6966         arguments.
6967         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6968         (tramp-sh-handle-insert-file-contents-literally)
6969         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6970         with "_".
6971         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6972         Remove unused variables.
6974         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6975         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6976         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6978         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6979         Make them a defconst.
6980         (tramp-uuencode-region): Remove unused variable.
6982 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
6984         * frameset.el (frameset--prop-setter): New function.
6985         (frameset-prop): Add gv-setter declaration.
6986         (frameset-filter-minibuffer): Deal with the case that the minibuffer
6987         parameter was already set in FILTERED.  Doc fix.
6988         (frameset--record-minibuffer-relationships): Allow saving a
6989         minibufferless frame without its corresponding minibuffer frame.
6990         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6991         frame, if the frame id matches.
6992         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6993         frames before orphaned ones.
6994         (frameset-restore): Warn about orphaned windows, instead of error out.
6996 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
6998         * window.el (window-make-atom): Don't overwrite parameter
6999         already present.
7000         (display-buffer-in-atom-window): Handle special case where we
7001         split an already atomic window.
7002         (window--major-non-side-window, display-buffer-in-side-window)
7003         (window--side-check): Ignore minibuffer window when walking
7004         window tree.
7005         (window-deletable-p): Return 'frame only if no other frame uses
7006         our minibuffer window.
7007         (record-window-buffer): Run buffer-list-update-hook.
7008         (split-window): Make sure window--check-frame won't destroy an
7009         existing atomic window in case the new window gets nested
7010         inside.
7011         (display-buffer-at-bottom): Ignore minibuffer window when
7012         walking window tree.  Don't split a side window.
7013         (pop-to-buffer): Don't set-buffer here, the select-window call
7014         should do that.
7015         (mouse-autoselect-window-select): Autoselect only if we are in the
7016         text portion of the window.
7018 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7020         * net/shr.el (shr-parse-image-data): New function to grab both the
7021         data itself and the Content-Type.
7022         (shr-put-image): Use it.
7024         * net/eww.el (eww-display-image): Ditto.
7026         * image.el (image-content-type-suffixes): New variable.
7028 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7030         * progmodes/python.el (python-imenu--build-tree)
7031         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7033 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
7035         * simple.el (backward-word): Mention the optional argument.
7037 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7039         * frameset.el (frameset--make): Rename constructor from make-frameset.
7040         (frameset-p, frameset-valid-p): Don't autoload.
7041         (frameset-valid-p): Use normal accessors.
7043 2013-08-13  Glenn Morris  <rgm@gnu.org>
7045         * progmodes/compile.el (compile-command): Tweak example in doc.
7046         * obsolete/scribe.el (scribe-mode):
7047         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
7049         * mail/feedmail.el (feedmail-confirm-outgoing)
7050         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7052         * cus-start.el (truncate-partial-width-windows): Fix type.
7054         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7056         * net/shr.el (shr-table-horizontal-line): Fix custom type.
7058 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * emacs-lisp/timer.el (timer--time-setter): New function.
7061         (timer--time): Use it as gv-setter.
7063         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7064         setter is not a symbol.
7066 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
7068         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7069         if sending fails.  This makes debugging easier.
7071 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
7073         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7074         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7075         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7077 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
7079         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7081 2013-08-12  Glenn Morris  <rgm@gnu.org>
7083         * format.el (format-annotate-function):
7084         Handle read-only text properties in the source.  (Bug#14887)
7086 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088         * net/eww.el (eww-display-html): Ignore coding system errors.
7089         One web site uses "utf-8lias" as the coding system.
7091 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
7093         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7095 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
7097         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7098         (tutorial--detailed-help): Remove unused local variables.
7099         (tutorial--save-tutorial-to): Use ignore-errors.
7100         (help-with-tutorial): Use looking-at-p.
7102         * view.el (view-buffer-other-window, view-buffer-other-frame):
7103         Mark unused arguments.
7105         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7106         (woman-select-symbol-fonts, woman, woman-find-file)
7107         (woman-insert-file-contents, woman-non-underline-faces):
7108         Use string-match-p.
7109         (woman1-unquote): Move declaration.
7111         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7112         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
7113         argument.  Remove unused local variable.
7114         (xml-parse-elem-type): Use string-match-p.
7115         (xml-substitute-numeric-entities): Use ignore-errors.
7117         * calculator.el (calculator): Mark unused argument.
7118         (calculator-paste, calculator-quit, calculator-integer-p):
7119         Use ignore-errors.
7120         (calculator-string-to-number, calculator-decimal, calculator-exp)
7121         (calculator-op-or-exp): Use string-match-p.
7123         * dired.el (dired-buffer-more-recently-used-p): Declare.
7124         (dired-insert-set-properties, dired-insert-old-subdirs):
7125         Use ignore-errors.
7127         * dired-aux.el (dired-compress): Use ignore-errors.
7128         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7129         (dired-do-async-shell-command, dired-do-shell-command)
7130         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7131         (dired-insert-subdir-validate): Use string-match-p.
7132         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7133         (dired-add-entry): Use string-match-p, looking-at-p.
7134         (dired-insert-subdir-newpos): Remove unused local variable.
7136         * filenotify.el (file-notify-callback): Remove unused local variable.
7138         * filesets.el (filesets-error): Mark unused argument.
7139         (filesets-which-command-p, filesets-filter-dir-names)
7140         (filesets-directory-files, filesets-get-external-viewer)
7141         (filesets-ingroup-get-data): Use string-match-p.
7143         * find-file.el (ff-other-file-name, ff-other-file-name)
7144         (ff-find-the-other-file, ff-cc-hh-converter):
7145         Remove unused local variables.
7146         (ff-get-file-name): Use string-match-p.
7147         (ff-all-dirs-under): Use ignore-errors.
7149         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7150         (follow-select-if-visible): Remove unused local variable.
7152         * forms.el (read-file-filter): Move declaration.
7153         (forms--make-format, forms--make-parser, forms-insert-record):
7154         Quote function with #'.
7155         (forms--update): Use string-match-p.  Quote function with #'.
7157         * help-mode.el (help-dir-local-var-def): Mark unused argument.
7158         (help-make-xrefs): Use looking-at-p.
7159         (help-xref-on-pp): Use looking-at-p, ignore-errors.
7161         * ibuffer.el (ibuffer-ext-visible-p): Declare.
7162         (ibuffer-confirm-operation-on): Use string-match-p.
7164         * msb.el (msb-item-handler, msb-dired-item-handler):
7165         Mark unused arguments.
7167         * ses.el (ses-decode-cell-symbol)
7168         (ses-kill-override): Remove unused local variable.
7169         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7170         (ses-load): Use ignore-errors, looking-at-p.
7171         (ses-jump-safe): Use ignore-errors.
7172         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7174         * tabify.el (untabify, tabify): Mark unused arguments.
7176         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7177         Mark unused argument.
7178         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7179         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7181         * emacs-lisp/timer.el (timer--time): Define setter with
7182         gv-define-setter to avoid deprecation warning.
7184         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7185         (*record-cmpl-statistics-p*): Remove (was commented out).
7186         (cmpl-statistics-block): Remove (body was commented out).
7187         All callers changed.
7188         (add-completions-from-buffer, load-completions-from-file):
7189         Remove unused variables.
7191 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7193         * filecache.el (file-cache-delete-file-list):
7194         Print message only when told so.
7195         (file-cache-files-matching): Use #' in mapconcat argument.
7197         * ffap.el (ffap-url-at-point): Fix reference to variable
7198         thing-at-point-default-mail-uri-scheme.
7200 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * subr.el (define-error): New function.
7203         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7204         error-file-not-found and define with define-error.
7205         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7206         and define with define-error.
7207         * userlock.el (file-locked, file-supersession):
7208         * simple.el (mark-inactive):
7209         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7210         * progmodes/ada-mode.el (ada-mode-errors):
7211         * play/life.el (life-extinct):
7212         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7213         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7214         * nxml/rng-util.el (rng-error):
7215         * nxml/rng-uri.el (rng-uri-error):
7216         * nxml/rng-match.el (rng-compile-error):
7217         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7218         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7219         * nxml/nxml-rap.el (nxml-scan-error):
7220         * nxml/nxml-outln.el (nxml-outline-error):
7221         * net/soap-client.el (soap-error):
7222         * net/gnutls.el (gnutls-error):
7223         * net/ange-ftp.el (ftp-error):
7224         * mpc.el (mpc-proc-error):
7225         * json.el (json-error, json-readtable-error, json-unknown-keyword)
7226         (json-number-format, json-string-escape, json-string-format)
7227         (json-key-format, json-object-format):
7228         * jka-compr.el (compression-error):
7229         * international/quail.el (quail-error):
7230         * international/kkc.el (kkc-error):
7231         * emacs-lisp/ert.el (ert-test-failed):
7232         * calc/calc.el (calc-error, inexact-result, math-overflow)
7233         (math-underflow):
7234         * bookmark.el (bookmark-error-no-filename):
7235         * epg.el (epg-error): Define with define-error.
7237         * time.el (display-time-event-handler)
7238         (display-time-next-load-average): Don't call sit-for since it seems
7239         unnecessary (bug#15045).
7241         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7242         Use #' instead of ' to quote functions.
7243         (checkdoc-output-mode): Use setq-local.
7244         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7245         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7246         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7247         (checkdoc-ispell, checkdoc-ispell-current-buffer)
7248         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7249         (checkdoc-ispell-message-text, checkdoc-ispell-start)
7250         (checkdoc-ispell-continue, checkdoc-ispell-comments)
7251         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7253         * ido.el (ido-completion-help): Fix up compiler warning.
7255 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7257         * frameset.el (frameset-p): Add autoload cookie.
7258         (frameset--jump-to-register): New function, based on code moved from
7259         register.el.
7260         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
7262         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7263         (frameset-restore, frameset-save, frameset-session-filter-alist):
7264         Remove declarations.
7265         (register-alist): Doc fix.
7266         (frameset-to-register): Move to frameset.el.
7267         (jump-to-register, describe-register-1): Remove frameset-specific code.
7269 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7271         * allout-widgets.el (allout-widgets-pre-command-business)
7272         (allout-widgets-post-command-business)
7273         (allout-widgets-after-change-handler)
7274         (allout-decorate-item-and-context, allout-set-boundary-marker)
7275         (allout-body-modification-handler)
7276         (allout-graphics-modification-handler): Mark ignored arguments.
7277         (allout-widgets-post-command-business)
7278         (allout-widgets-exposure-change-processor)
7279         (allout-widgets-exposure-undo-processor)
7280         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7281         (allout-parse-item-at-point, allout-decorate-item-guides)
7282         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7283         * allout.el (epa-passphrase-callback-function): Declare.
7284         (allout-overlay-insert-in-front-handler)
7285         (allout-overlay-interior-modification-handler)
7286         (allout-isearch-end-handler, allout-chart-siblings)
7287         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7288         (allout-yank-processing, allout-process-exposed)
7289         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7290         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7291         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7292         (lisp-indent-defform): Mark ignored arguments.
7293         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
7294         (calculate-lisp-indent): Remove unused variables.
7295         * international/characters.el (indian-2-column, arabic-2-column)
7296         (tibetan): Mark ignored arguments.
7297         (use-cjk-char-width-table): Mark ignored arguments.
7298         Remove unused variables.
7299         * international/fontset.el (build-default-fontset-data)
7300         (x-compose-font-name, create-fontset-from-fontset-spec):
7301         Mark ignored arguments.
7302         (fontset-plain-name): Remove unused variables.
7303         * international/mule.el (charset-id, charset-bytes, generic-char-p)
7304         (keyboard-coding-system): Mark ignored arguments.
7305         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
7306         * help.el (resize-temp-buffer-window):
7307         * window.el (display-buffer-in-major-side-window)
7308         (display-buffer-in-side-window, display-buffer-in-previous-window):
7309         Remove unused variables.
7310         * isearch.el (isearch-forward-symbol):
7311         * version.el (emacs-bzr-version-bzr):
7312         * international/mule-cmds.el (current-language-environment):
7313         * term/common-win.el (x-handle-iconic, x-handle-geometry)
7314         (x-handle-display):
7315         * term/pc-win.el (x-list-fonts, x-display-planes)
7316         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7317         (x-server-version, x-display-screens, x-display-mm-height)
7318         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7319         (x-selection-owner-p, x-own-selection-internal)
7320         (x-disown-selection-internal, x-get-selection-internal)
7321         (msdos-initialize-window-system):
7322         * term/tty-colors.el (tty-color-alist, tty-color-clear):
7323         * term/x-win.el (x-handle-no-bitmap-icon):
7324         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7325         (vc-default-find-file-hook, vc-default-extra-menu):
7326         Mark ignored arguments.
7328 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7330         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7331         break-condition in the context of the debugged code (bug#12685).
7333 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
7335         * comint.el:
7336         Do not use an overlay to highlight the last prompt.  (Bug#14744)
7337         (comint-mode): Make comint-last-prompt buffer local.
7338         (comint-last-prompt): New variable.
7339         (comint-last-prompt-overlay): Remove.  Superseded by
7340         comint-last-prompt.
7341         (comint-snapshot-last-prompt, comint-output-filter):
7342         Use comint-last-prompt.
7344 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7346         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
7347         (frameset-save): Check validity of the resulting frameset.
7349 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
7351         * ido.el (ido-record-command): Add doc string.
7353 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7355         * frameset.el (frameset): Do not disable creation of the default
7356         frameset-p predicate.  Doc fix.
7357         (frameset-valid-p): New function, copied from the old predicate-p.
7358         Add additional checks.
7359         (frameset-restore): Check with frameset-valid-p.
7360         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7361         (frameset-name, frameset-description, frameset-properties)
7362         (frameset-states): Add docstring.
7363         (frameset-session-filter-alist, frameset-persistent-filter-alist)
7364         (frameset-filter-alist): Doc fixes.
7366 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7368         * frameset.el (frameset-p, frameset-prop): Doc fixes.
7370 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7373         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7374         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7375         (byte-compile-normal-call): Remove obsolescence check.
7377 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7379         * frameset.el (frameset-restore): Doc fix.
7381         * register.el (frameset-frame-id, frameset-frame-with-id)
7382         (frameset-p, frameset-restore, frameset-save): Declare.
7383         (register-alist): Document framesets.
7384         (frameset-session-filter-alist): Declare.
7385         (frameset-to-register): New function.
7386         (jump-to-register): Implement jumping to framesets.  Doc fix.
7387         (describe-register-1): Describe framesets.
7389         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7391 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
7393         * desktop.el (desktop-save-frameset): Use new frameset-save args.
7394         Use lexical-binding.
7396         * frameset.el (frameset): Use type vector, not list (incompatible
7397         change).  Do not declare a new constructor, use the default one.
7398         Upgrade suggested properties `app', `name' and `desc' to slots `app',
7399         `name' and `description', respectively, and add read-only slot
7400         `timestamp'.  Doc fixes.
7401         (frameset-copy, frameset-persistent-filter-alist)
7402         (frameset-filter-alist, frameset-switch-to-gui-p)
7403         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7404         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7405         (frameset-filter-iconified, frameset-keep-original-display-p):
7406         Doc fixes.
7407         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7408         Rename from frameset-filter-(save|restore)-param.  All callers changed.
7409         Doc fix.
7410         (frameset-p): Adapt to change to vector and be more thorough.
7411         Change arg name to OBJECT.  Doc fix.
7412         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
7413         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7414         All callers changed.
7415         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7416         All callers changed.
7417         (frameset--record-minibuffer-relationships): Rename from
7418         frameset--process-minibuffer-frames.  All callers changed.
7419         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7420         Use new default constructor (again).  Doc fix.
7421         (frameset--find-frame-if): Rename from `frameset--find-frame'.
7422         All callers changed.
7423         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7424         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7425         Doc fix.
7426         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7427         PARAMETERS and WINDOW-STATE, respectively.
7428         (frameset-restore): Add new keyword argument PREDICATE.
7429         Reset frameset--target-display to nil.  Doc fix.
7431 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7434         (bat-mode): Use it.
7435         (bat-mode-syntax-table): Mark \n as end-of-comment.
7436         (bat-font-lock-keywords): Remove comment rule.
7438         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
7439         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
7441         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7442         (byte-compile-callargs-warn): Use `push'.
7443         (byte-compile-arglist-warn): Ignore higher-order "calls".
7444         (byte-compile-file-form-autoload): Use `pcase'.
7445         (byte-compile-function-form): If quoting a symbol, check that it exists.
7447 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
7449         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7450         and add a few popular commands found in batch files.
7451         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7452         (dos-mode): Doc fixes.
7454 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7457         (dos-mode): Use setq-local.  Add space after "rem".
7458         (dos-mode-syntax-table): Don't use "w" for symbol chars.
7459         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7461 2013-08-07  Arni Magnusson  <arnima@hafro.is>
7463         * progmodes/dos.el: New file.
7464         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7465         dos-mode.
7467 2013-08-06  Glenn Morris  <rgm@gnu.org>
7469         * calendar/calendar.el: Add new faces, and day-header-array.
7470         (calendar-weekday-header, calendar-weekend-header)
7471         (calendar-month-header): New faces.
7472         (calendar-day-header-construct): New function.
7473         (calendar-day-header-width): Also :set calendar-day-header-array.
7474         (calendar-american-month-header, calendar-european-month-header)
7475         (calendar-iso-month-header): Use calendar- faces.
7476         (calendar-generate-month):
7477         Use calendar-day-header-array for day headers; apply faces to them.
7478         (calendar-mode): Check calendar-font-lock-keywords non-nil.
7479         (calendar-abbrev-construct): Add optional maxlen argument.
7480         (calendar-day-name-array): Doc fix.
7481         (calendar-day-name-array, calendar-abbrev-length)
7482         (calendar-day-abbrev-array):
7483         Also :set calendar-day-header-array, and maybe redraw.
7484         (calendar-day-header-array): New option.  (Bug#15007)
7485         (calendar-font-lock-keywords): Set to nil and make obsolete.
7486         (calendar-day-name): Add option to use header array.
7488 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490         * net/shr.el (shr-render-td): Remove debugging.
7491         (shr-render-td): Make width computation consistent by defaulting
7492         all zero-width columns to 10 characters.  This may not be optimal,
7493         but it's at least consistent.
7494         (shr-make-table-1): Redo last change to fix the real problem in
7495         colspan handling.
7497 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7499         * files.el (cache-long-line-scans):
7500         Make obsolete alias to `cache-long-scans'.
7502 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7504         * frameset.el (frameset, frameset-filter-alist)
7505         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7506         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7507         (frameset-compute-pos): Rename from frameset--compute-pos,
7508         and add docstring.
7509         (frameset-move-onscreen): Use frameset-compute-pos.
7510         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7512         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7513         Fix typos in docstrings.
7515 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7517         * frame.el (get-other-frame): Tiny cleanup.
7519 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7521         * vc/vc.el (vc-default-ignore-completion-table):
7522         Silence byte-compiler warning.
7524         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7525         slot, which can indeed be nil.
7526         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7527         Move entry for `left' from persistent to live filter alist.
7528         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7529         Doc fixes.
7530         (frameset-filter-params): When restoring a frame, copy items added to
7531         `filtered', to avoid unwittingly modifying the original parameters.
7532         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7533         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7535         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7536         to use looking-at-p instead of looking-at.  (Bug#15028)
7538 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7540         Revert introduction of isearch-filter-predicates (bug#14714).
7541         Rely on add-function instead.
7542         * isearch.el (isearch-filter-predicates): Rename it back to
7543         isearch-filter-predicate.
7544         (isearch-message-prefix): Use advice-function-mapc and advice
7545         properties to get the isearch-message-prefix.
7546         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7547         instead of run-hook-with-args-until-failure.
7548         (isearch-filter-visible): Not obsolete any more.
7549         * loadup.el: Preload nadvice.
7550         * replace.el (perform-replace): Revert to funcall
7551         instead of run-hook-with-args-until-failure.
7552         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7553         * dired-aux.el (dired-isearch-filenames-mode): Rename from
7554         dired-isearch-filenames-toggle; make it into a proper minor mode.
7555         Use add/remove-function.
7556         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7557         Call the minor-mode rather than add/remove-hook.
7558         (dired-isearch-filter-filenames):
7559         Remove isearch-message-prefix property.
7560         * info.el (Info--search-loop): New function, extracted from Info-search.
7561         Funcall isearch-filter-predicate instead of
7562         run-hook-with-args-until-failure isearch-filter-predicates.
7563         (Info-search): Use it.
7564         (Info-mode): Use isearch-filter-predicate instead of
7565         isearch-filter-predicates.
7567 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7569         Do not call to `selected-window' where it is assumed by default.
7570         Affected functions are `window-minibuffer-p', `window-dedicated-p',
7571         `window-hscroll', `window-width', `window-height', `window-buffer',
7572         `window-frame', `window-start', `window-point', `next-window'
7573         and `window-display-table'.
7574         * abbrev.el (abbrev--default-expand):
7575         * bs.el (bs--show-with-configuration):
7576         * buff-menu.el (Buffer-menu-mouse-select):
7577         * calc/calc.el (calc):
7578         * calendar/calendar.el (calendar-generate-window):
7579         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7580         (diary-make-entry):
7581         * comint.el (send-invisible, comint-dynamic-complete-filename)
7582         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7583         * completion.el (complete):
7584         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7585         * disp-table.el (describe-current-display-table):
7586         * doc-view.el (doc-view-insert-image):
7587         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7588         * ehelp.el (with-electric-help):
7589         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7590         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7591         * emacs-lisp/helper.el (Helper-help-scroller):
7592         * emulation/cua-base.el (cua--post-command-handler-1):
7593         * eshell/esh-mode.el (eshell-output-filter):
7594         * ffap.el (ffap-gnus-wrapper):
7595         * help-macro.el (make-help-screen):
7596         * hilit-chg.el (highlight-compare-buffers):
7597         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7598         * hl-line.el (global-hl-line-highlight):
7599         * icomplete.el (icomplete-simple-completing-p):
7600         * isearch.el (isearch-done):
7601         * jit-lock.el (jit-lock-stealth-fontify):
7602         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7603         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7604         * mpc.el (mpc-tagbrowser, mpc):
7605         * net/rcirc.el (rcirc-any-buffer):
7606         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7607         * play/landmark.el (landmark-max-width, landmark-max-height):
7608         * play/zone.el (zone):
7609         * progmodes/compile.el (compilation-goto-locus):
7610         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7611         * progmodes/etags.el (find-tag-other-window):
7612         * progmodes/fortran.el (fortran-column-ruler):
7613         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7614         * progmodes/verilog-mode.el (verilog-point-text):
7615         * reposition.el (reposition-window):
7616         * rot13.el (toggle-rot13-mode):
7617         * server.el (server-switch-buffer):
7618         * shell.el (shell-dynamic-complete-command)
7619         (shell-dynamic-complete-environment-variable):
7620         * simple.el (insert-buffer, set-selective-display)
7621         (delete-completion-window):
7622         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7623         (speedbar-recenter):
7624         * startup.el (fancy-splash-head):
7625         * textmodes/ispell.el (ispell-command-loop):
7626         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7627         * tutorial.el (help-with-tutorial):
7628         * vc/add-log.el (add-change-log-entry):
7629         * vc/compare-w.el (compare-windows):
7630         * vc/ediff-help.el (ediff-indent-help-message):
7631         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7632         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7633         (ediff-setup-control-frame):
7634         * vc/emerge.el (emerge-position-region):
7635         * vc/pcvs-util.el (cvs-bury-buffer):
7636         * window.el (walk-windows, mouse-autoselect-window-select):
7637         * winner.el (winner-set-conf, winner-undo): Related users changed.
7639 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7641         * frameset.el (frameset--set-id): Doc fix.
7642         (frameset-frame-id, frameset-frame-id-equal-p)
7643         (frameset-locate-frame-id): New functions.
7644         (frameset--process-minibuffer-frames, frameset--reuse-frame)
7645         (frameset-restore): Use them.
7647 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7649         Do not call to `selected-frame' where it is assumed by default.
7650         Affected functions are `raise-frame', `redraw-frame',
7651         `frame-first-window', `frame-terminal' and `delete-frame'.
7652         * calendar/appt.el (appt-disp-window):
7653         * epg.el (epg-wait-for-completion):
7654         * follow.el (follow-delete-other-windows-and-split)
7655         (follow-avoid-tail-recenter):
7656         * international/mule.el (set-terminal-coding-system):
7657         * mail/rmail.el (rmail-mail-return):
7658         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7659         * progmodes/f90.el (f90-add-imenu-menu):
7660         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7661         * server.el (server-switch-buffer):
7662         * simple.el (delete-completion-window):
7663         * talk.el (talk):
7664         * term/xterm.el (terminal-init-xterm-modify-other-keys)
7665         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7666         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7667         * vc/ediff.el (ediff-documentation): Related users changed.
7668         * frame.el (selected-terminal): Remove the leftover.
7670 2013-08-05  Glenn Morris  <rgm@gnu.org>
7672         * calendar/calendar.el (calendar-generate-month):
7673         Fix for calendar-column-width != 1 + calendar-day-digit-width.
7674         (calendar-generate-month, calendar-font-lock-keywords):
7675         Fix for calendar-day-header-width > length of any day name.
7677 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7679         * desktop.el (desktop-clear): Use new name of sort predicate.
7681         * frameset.el (frameset): Add docstring.  Move :version property to its
7682         own `version' slot.
7683         (frameset-copy): Rename from copy-frameset.
7684         (frameset-p): Check more thoroughly.
7685         (frameset-prop): Do not check for :version, which is no longer a prop.
7686         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7687         Use new :never value instead of t.
7688         (frameset-filter-alist): Expand and clarify docstring.
7689         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7690         (frameset-filter-minibuffer, frameset-filter-save-param)
7691         (frameset-filter-restore-param, frameset-filter-iconified):
7692         Add pointer to docstring of frameset-filter-alist.
7693         (frameset-filter-params): Rename filter values to be more meaningful:
7694         :never instead of t, and reverse the meanings of :save and :restore.
7695         (frameset--process-minibuffer-frames): Clarify error message.
7696         (frameset-save): Avoid unnecessary and confusing call to framep.
7697         Use new BOA constructor for framesets.
7698         (frameset--reuse-list): Doc fix.
7699         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
7700         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7701         (frameset-minibufferless-first-p): Doc fix.
7702         Rename from frameset-sort-frames-for-deletion.
7703         (frameset-restore): Doc fixes.  Use new function names.
7704         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7706 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7708         * desktop.el (desktop-restore-forces-onscreen)
7709         (desktop-restore-reuses-frames): Document :keyword constant values.
7710         (desktop-filter-parameters-alist): Remove, now identical to
7711         frameset-filter-alist.
7712         (desktop--filter-tty*): Remove, moved to frameset.el.
7713         (desktop-save-frameset, desktop-restore-frameset):
7714         Do not pass :filters argument.
7716         * frameset.el (frameset-live-filter-alist)
7717         (frameset-persistent-filter-alist): New variables.
7718         (frameset-filter-alist): Use them.  Add autoload cookie.
7719         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7720         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7721         `frameset--id' (it's supposed to be internal to frameset.el).
7722         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
7723         (frameset--initial-params): New function.
7724         (frameset--get-frame): Use it.  Doc fix.
7725         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7726         Accept :all, not 'all.
7727         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7728         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
7729         with fbound symbols.  Fix frame id matching, and remove matching ids if
7730         the frame being restored is deleted.  Obey :delete.
7732 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7734         * subr.el (macrop): New function.
7735         (text-clone--maintaining): New var.
7736         (text-clone--maintain): Rename from text-clone-maintain.  Use it
7737         instead of inhibit-modification-hooks.
7739         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7740         a proxy, so as handle autoloads and redefinitions of the target.
7741         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7743         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7744         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
7745         (pcase--mutually-exclusive-p): New function.
7746         (pcase--split-consp): Use it.
7747         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
7748         mutually exclusive with the current predicate.
7750         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7751         (edebug-macrop): Remove.  Use `macrop' instead.
7752         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
7753         (ad-macro-p):
7754         * eshell/esh-cmd.el (eshell-macrop):
7755         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
7757 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7759         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7760         (advice-mapc): New function, using it.
7761         (advice-function-member-p): New function.
7762         (advice--normalize): Store the cdr in advice--saved-rewrite since
7763         that's the part that will be changed.
7764         (advice--symbol-function): New function.
7765         (advice-remove): Handle removal before the function is defined.
7766         Adjust to new advice--saved-rewrite.
7767         (advice-member-p): Use advice-function-member-p and
7768         advice--symbol-function.
7770 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7772         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7773         (frameset-filter-minibuffer): Doc fix.
7774         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
7775         (frameset--set-id, frameset--process-minibuffer-frames)
7776         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7777         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7779         * desktop.el (desktop-clear): Only delete frames when called
7780         interactively and desktop-restore-frames is non-nil.  Doc fix.
7781         (desktop-read): Set desktop-saved-frameset to nil.
7783 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
7785         * vc/vc.el (vc-ignore): Rewrite.
7786         (vc-default-ignore-completion-table):
7787         (vc--read-lines):
7788         (vc--add-line, vc--remove-regexp): New functions.
7790         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7791         (vc-svn-ignore-completion-table): New function.
7793         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7794         (vc-hg-ignore-completion-table):
7795         (vc-hg-find-ignore-file): New functions.
7797         * vc/vc-git.el (vc-git-ignore): Rewrite.
7798         (vc-git-ignore-completion-table):
7799         (vc-git-find-ignore-file): New functions.
7801         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7803         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7804         (vc-bzr-ignore-completion-table):
7805         (vc-bzr-find-ignore-file): New functions.
7807 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
7809         * frameset.el (frameset-prop): New function and setter.
7810         (frameset-save): Do not modify frame list passed by the caller.
7812 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7814         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7816 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7818         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7819         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7821         * custom.el (custom-initialize-default, custom-initialize-set)
7822         (custom-initialize-reset, custom-initialize-changed): Affect the
7823         toplevel-default-value (bug#6275, bug#14586).
7824         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7825         for bug#6275.
7827 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7829         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7830         Add cl-def* expressions.
7832         * frameset.el (frameset-filter-params): Fix order of arguments.
7834 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7836         Move code related to saving frames to frameset.el.
7837         * desktop.el: Require frameset.
7838         (desktop-restore-frames): Doc fix.
7839         (desktop-restore-reuses-frames): Rename from
7840         desktop-restoring-reuses-frames.
7841         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7842         (desktop-clear): Clear frames too.
7843         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7844         (desktop--filter-tty*, desktop-save, desktop-read):
7845         Use frameset functions.
7846         (desktop-before-saving-frames-functions, desktop--filter-*-color)
7847         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7848         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7849         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7850         (desktop--process-minibuffer-frames, desktop-save-frames)
7851         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7852         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7853         (desktop--sort-states, desktop-restoring-frames-p)
7854         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
7855         (desktop-restoring-frameset-p, desktop-restore-frameset)
7856         (desktop--check-dont-save, desktop-save-frameset): New functions.
7857         (desktop--app-id): New constant.
7858         (desktop-first-buffer, desktop-buffer-ok-count)
7859         (desktop-buffer-fail-count): Move before first use.
7860         * frameset.el: New file.
7862 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7864         * files.el: Use lexical-binding.
7865         (dir-locals-read-from-file): Remove unused `err' variable.
7866         (hack-dir-local-variables--warned-coding): New var.
7867         (hack-dir-local-variables): Use it to avoid repeated warnings.
7868         (make-backup-file-name--default-function): New function.
7869         (make-backup-file-name-function): Use it as default.
7870         (buffer-stale--default-function): New function.
7871         (buffer-stale-function): Use it as default.
7872         (revert-buffer-insert-file-contents--default-function): New function.
7873         (revert-buffer-insert-file-contents-function): Use it as default.
7874         (insert-directory): Avoid add-to-list.
7876         * autorevert.el (auto-revert-handler): Simplify.
7877         Use buffer-stale--default-function.
7879 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
7881         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7883         * whitespace.el (whitespace-ensure-local-variables): New function.
7884         (whitespace-cleanup-region): Call it.
7885         (whitespace-turn-on): Call it.
7887 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
7889         Complete file name handlers.
7891         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7892         (tramp-handle-verify-visited-file-modtime)
7893         (tramp-handle-file-notify-rm-watch): New functions.
7894         (tramp-call-process): Do not bind `default-directory'.
7896         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7897         Order alphabetically.
7898         <access-file, add-name-to-file, dired-call-process>:
7899         <dired-compress-file, file-acl, file-notify-rm-watch>:
7900         <file-ownership-preserved-p, file-selinux-context>:
7901         <make-directory-internal, make-symbolic-link, set-file-acl>:
7902         <set-file-selinux-context, set-visited-file-modtime>:
7903         <verify-visited-file-modtime>: Add handler.
7904         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7906         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7907         <file-notify-add-watch, file-notify-rm-watch>:
7908         <set-file-times, set-visited-file-modtime>:
7909         <verify-visited-file-modtime>: Add handler.
7910         (with-tramp-gvfs-error-message)
7911         (tramp-gvfs-handle-set-visited-file-modtime)
7912         (tramp-gvfs-fuse-file-name): Remove.
7913         (tramp-gvfs-handle-file-notify-add-watch)
7914         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7915         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7917         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7918         Order alphabetically.
7919         <file-notify-rm-watch>: Use default Tramp handler.
7920         <executable-find>: Remove private handler.
7921         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7922         `default-directory'.
7923         (tramp-sh-handle-executable-find)
7924         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7925         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7926         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7927         Do not use `format' in `tramp-message'.
7929         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7930         <file-notify-rm-watch, set-visited-file-modtime>:
7931         <verify-visited-file-modtime>: Add handler.
7932         (tramp-smb-call-winexe): Do not bind `default-directory'.
7934 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
7936         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7938 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
7940         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7941         use it.
7942         (log-view-diff-changeset): Same.
7943         (log-view-diff-common): Call backend command `previous-revision'
7944         to find out the previous revision, in both cases.  Swap the
7945         variables `to' and `fr', so that `fr' usually refers to the
7946         earlier revision (Bug#14989).
7948 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
7950         * ibuf-ext.el (ibuffer-filter-by-filename):
7951         Make it work with dired buffers too.
7953 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7955         * emacs-lisp/re-builder.el (reb-color-display-p):
7956         * files.el (save-buffers-kill-terminal):
7957         * net/browse-url.el (browse-url):
7958         * server.el (server-save-buffers-kill-terminal):
7959         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7960         Prefer nil to selected-frame for the first arg of frame-parameter.
7962 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
7964         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7966 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
7968         * minibuffer.el (completion--twq-all): Try and preserve each
7969         completion's case choice (bug#14907).
7971 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973         * net/network-stream.el (open-network-stream): Mention the new
7974         :nogreeting parameter.
7975         (network-stream-open-starttls): Use the :nogreeting parameter
7976         (bug#14938).
7978         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7980         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7981         more natural than popping.
7983         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7984         (shr-urlify): Highlight under mouse.
7986 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7988         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7990         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7992         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
7993         buffer for output.
7995         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
7996         point-min==1.  Fix search string.  Fix parentheses missing.
7998         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
7999         assume point-min==1.  Fix search string.  Fix parentheses missing.
8001         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8003         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
8004         buffer for output.
8006 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
8008         * frame.el (frame-notice-user-settings): Avoid inflooping when the
8009         initial frame is minibuffer-less.  (Bug#14841)
8011 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
8013         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8014         option.
8016         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8017         (tramp-maybe-open-connection): Use it.
8019 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8021         * desktop.el (desktop--make-frame): Include `minibuffer' in the
8022         minimal set of parameters passed when creating a frame, because
8023         the minibuffer status of a frame cannot be changed later.
8025 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
8027         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8028         replace-regexp-in-string and inadvertent omissions in previous change.
8029         (todo-filter-items): Ensure only file names are comma-separated in
8030         name of filtered items buffer.
8032 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8034         * desktop.el: Optionally force offscreen frames back onscreen.
8035         (desktop-restoring-reuses-frames): New option.
8036         (desktop--compute-pos, desktop--move-onscreen): New functions.
8037         (desktop--make-frame): Use desktop--move-onscreen.
8039 2013-07-27  Alan Mackenzie  <acm@muc.de>
8041         Fontify a Java generic method as a function.
8042         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8043         value to t.
8045 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
8047         * calendar/todo-mode.el: Add command to rename todo files.
8048         (todo-rename-file): New command.
8049         (todo-key-bindings-t): Add key binding for it.  Change the
8050         bindings of todo-filter-regexp-items(-multifile) to use `x'
8051         instead of `r', since the latter is better suited to the new
8052         renaming command.
8054 2013-07-27  Alan Mackenzie  <acm@muc.de>
8056         Make Java try-with-resources statement parse properly.
8057         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8058         (c-block-stmt-1-2-key): New language constants/variables.
8059         * progmodes/cc-engine.el (c-beginning-of-statement-1)
8060         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8061         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8062         with c-block-stmt-1-2-key.
8064 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
8066         * desktop.el (desktop--make-frame): Apply most frame parameters after
8067         creating the frame to force (partially or totally) offscreen frames to
8068         be restored as such.
8070 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
8072         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8073         (Bug#14948)
8075 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8078         `base' arg of backtrace-frame.
8080 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
8082         * simple.el (list-processes): Doc fix.
8084 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8086         * desktop.el (desktop--select-frame):
8087         Try harder to reuse existing frames.
8089 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8091         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8092         (edebug-eval): Use backtrace-eval.
8093         (edebug--display, edebug--recursive-edit): Don't let-bind the
8094         edebug-outer-* vars that keep track of variables we locally let-bind.
8095         (edebug-outside-excursion): Don't restore outside values of locally
8096         let-bound vars.
8097         (edebug--display): Use user-error.
8098         (cl-lexical-debug, cl-debug-env): Remove.
8100 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8102         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8103         are restored to be sure that they are visible before deleting any
8104         remaining ones.
8106 2013-07-26  Matthias Meulien  <orontee@gmail.com>
8108         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8109         vc-print-root-log.  (Bug#14948)
8111 2013-07-26  Richard Stallman  <rms@gnu.org>
8113         Add aliases for encrypting mail.
8114         * epa.el (epa-mail-aliases): New option.
8115         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8116         Bind inhibit-read-only so read-only text doesn't ruin everything.
8117         (epa-mail-default-recipients): New subroutine broken out.
8118         Handle epa-mail-aliases.
8120 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8122         Add support for lexical variables to the debugger's `e' command.
8123         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8124         vars, except for debugger-outer-match-data.
8125         (debugger-frame-number): Move check for "on a function call" from
8126         callers into it.  Add `skip-base' argument.
8127         (debugger-frame, debugger-frame-clear): Simplify accordingly.
8128         (debugger-env-macro): Only reset the state stored in non-variables,
8129         i.e. current-buffer and match-data.
8130         (debugger-eval-expression): Rewrite using backtrace-eval.
8131         * subr.el (internal--called-interactively-p--get-frame): Remove.
8132         (called-interactively-p):
8133         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8134         `base' arg of backtrace-frame instead.
8136 2013-07-26  Glenn Morris  <rgm@gnu.org>
8138         * align.el (align-regexp): Doc fix.  (Bug#14857)
8139         (align-region): Explicit error if subexpression missing/does not match.
8141         * simple.el (global-visual-line-mode):
8142         Do not duplicate the mode lighter.  (Bug#14858)
8144 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
8146         * window.el (display-buffer): In display-buffer bind
8147         split-window-keep-point to t, bug#14829.
8149 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8151         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8152         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8153         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8154         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8155         Change accordingly.
8156         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8157         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8159 2013-07-25  Glenn Morris  <rgm@gnu.org>
8161         * dired-x.el (dired-mark-extension): Convert comment to doc string.
8163 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8165         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8166         parameter to modify-frame-parameters if the value has not changed;
8167         this is a workaround for bug#14949.
8168         (desktop--make-frame): On cl-delete-if call, check parameter name,
8169         not full parameter.
8171 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8173         * vc/vc.el (vc-ignore): New function.
8175         * vc/vc-svn.el (vc-svn-ignore): New function.
8177         * vc/vc-hg.el (vc-hg-ignore): New function.
8179         * vc/vc-git.el (vc-git-ignore): New function.
8181         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8182         (vc-dir-ignore): New function.
8184         * vc/vc-cvs.el (vc-cvs-ignore): New function.
8185         (cvs-append-to-ignore): Move here from pcvs.el.
8187         * vc/vc-bzr.el (vc-bzr-ignore): New function.
8189         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8191 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
8193         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8194         (desktop-restore-frames): Warn when deleting an existing frame failed.
8196 2013-07-24  Glenn Morris  <rgm@gnu.org>
8198         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
8200 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
8202         * filenotify.el (file-notify-supported-p):
8203         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8204         Remove functions.
8206         * autorevert.el (auto-revert-use-notify):
8207         (auto-revert-notify-add-watch):
8208         * net/tramp.el (tramp-file-name-for-operation):
8209         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8210         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8211         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8212         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8213         Remove `file-notify-supported-p' entry.
8215 2013-07-24  Glenn Morris  <rgm@gnu.org>
8217         * printing.el: Replace all uses of deleted ps-windows-system,
8218         ps-lp-system, ps-flatten-list with lpr- versions.
8220 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8222         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8223         checked with memq (bug#14935).
8225         * files.el (revert-buffer-function): Use a non-nil default.
8226         (revert-buffer-preserve-modes): Declare var to
8227         provide access to the `preserve-modes' argument.
8228         (revert-buffer): Let-bind it.
8229         (revert-buffer--default): New function, extracted from revert-buffer.
8231 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8233         * lpr.el: Signal print errors more prominently.
8234         (print-region-function): Don't default to nil.
8235         (lpr-print-region): New function, extracted from print-region-1.
8236         Check lpr's return value and signal an error in case of problem.
8237         (print-region-1): Use it.
8238         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
8239         versions instead.
8240         (ps-printer-name): Default to nil.
8241         (ps-printer-name-option): Default to lpr-printer-switch.
8242         (ps-print-region-function): Don't default to nil.
8243         (ps-postscript-code-directory): Simplify default.
8244         (ps-do-despool): Use lpr-print-region to properly check the outcome.
8245         (ps-string-list, ps-eval-switch, ps-flatten-list)
8246         (ps-flatten-list-1): Remove.
8247         (ps-multibyte-buffer): Avoid setq.
8248         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8249         (print-region-function, ps-print-region-function): Don't set them here.
8251 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
8253         * ido.el (ido-fractionp):
8254         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
8255         (ido-max-file-prompt-width, ido-unc-hosts-cache)
8256         (ido-max-directory-size, ido-max-dir-file-cache)
8257         (ido-decorations): Doc fix.
8259         * ansi-color.el: Fix old URL.
8261 2013-07-23  Michael R. Mauger  <michael@mauger.com>
8263         * progmodes/sql.el: Version 3.3
8264         (sql-product-alist): Improve oracle :prompt-cont-regexp.
8265         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8266         (sql-interactive-remove-continuation-prompt): Rewrite, use
8267         functions above.  Fix continuation prompt and complete output line
8268         handling.
8269         (sql-redirect-one, sql-execute): Use `read-only-mode' on
8270         redirected output buffer.
8271         (sql-mode): Restore deleted code (Bug#13591).
8273 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8275         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8277 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
8279         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8281         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8282         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8283         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8285 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8287         * desktop.el (desktop-clear): Simplify; remove useless checks
8288         against invalid buffer names.
8289         (desktop-list*): Use cl-list*.
8290         (desktop-buffer-info, desktop-create-buffer): Simplify.
8292 2013-07-23  Leo Liu  <sdl.web@gmail.com>
8294         * bookmark.el (bookmark-make-record): Restore NAME as a default
8295         value.  (Bug#14933)
8297 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * emacs-lisp/autoload.el (autoload--setup-output): New function,
8300         extracted from autoload--insert-text.
8301         (autoload--insert-text): Remove.
8302         (autoload--print-cookie-text): New function, extracted from
8303         autoload--insert-cookie-text.
8304         (autoload--insert-cookie-text): Remove.
8305         (autoload-generate-file-autoloads): Adjust calls accordingly.
8307         * winner.el (winner-hook-installed-p): Remove.
8308         (winner-mode): Simplify accordingly.
8310         * subr.el (add-to-list): Fix compiler-macro when `append' is
8311         not constant.  Don't use `cl-member' for the base case.
8313         * progmodes/subword.el: Fix boundary case (bug#13758).
8314         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
8315         own group.
8316         (subword-backward-regexp): Make it a constant.
8317         (subword-forward-internal): Don't treat a trailing capital as the
8318         beginning of a word.
8320 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
8322         * emacs-lisp/package.el (package-menu-mode): Don't modify the
8323         global value of tabulated-list-revert-hook (bug#14930).
8325 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
8327         * desktop.el: Require 'cl-lib.
8328         (desktop-before-saving-frames-functions): New hook.
8329         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8330         for frames being saved.  Rename from desktop--save-minibuffer-frames.
8331         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8332         Do not save frames with non-nil `desktop-dont-save' parameter.
8333         Filter out deleted frames.
8334         (desktop--find-frame): Use cl-find-if.
8335         (desktop--select-frame): Use cl-(first|second|third) to access values
8336         of desktop-mini.
8337         (desktop--make-frame): Use cl-delete-if.
8338         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8339         (desktop-restore-frames): Use cl-(first|second|third) to access values
8340         of desktop-mini.  Look for visible frame at the end, not while
8341         restoring frames.
8343         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8344         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8345         Use string-match-p, looking-at-p (bug#14927).
8347 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
8349         * desktop.el (desktop-saved-frame-states):
8350         Rename from desktop--saved-states; all users changed.
8351         (desktop-save-frames): Rename from desktop--save-frames.
8352         Do not save state to desktop file.
8353         (desktop-save): Save desktop-saved-frame-states to desktop file
8354         and reset to nil.
8355         (desktop-restoring-frames-p): New function.
8356         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
8357         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
8358         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
8360         * desktop.el: Correctly restore iconified frames.
8361         (desktop--filter-iconified-position): New function.
8362         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8364 2013-07-20  Glenn Morris  <rgm@gnu.org>
8366         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8367         Let `message' do the formatting.
8368         (def-gdb-preempt-display-buffer): Add explicit format.
8370         * image-dired.el (image-dired-track-original-file):
8371         Use with-current-buffer.
8372         (image-dired-track-thumbnail): Use with-current-buffer.
8373         Avoid changing point of wrong window.
8375         * image-dired.el (image-dired-track-original-file):
8376         Avoid changing point of wrong window.  (Bug#14909)
8378 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
8380         * progmodes/gdb-mi.el (gdb-done-or-error):
8381         Guard against "%" in gdb output.  (Bug#14127)
8383 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
8385         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8386         (Bug#14826)
8388         * international/mule.el (coding-system-iso-2022-flags): Fix last
8389         change.
8391 2013-07-20  Kenichi Handa  <handa@gnu.org>
8393         * international/mule.el (coding-system-iso-2022-flags):
8394         Add `8-bit-level-4'.  (Bug#8522)
8396 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398         * net/shr.el (shr-mouse-browse-url): New command and keystroke
8399         (bug#14815).
8401         * net/eww.el (eww-process-text-input): Allow inputting when the
8402         point is at the start of the line, as the properties aren't
8403         front-sticky.
8405         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8406         degenerate widths.
8408 2013-07-19  Richard Stallman  <rms@gnu.org>
8410         * epa.el (epa-popup-info-window): Doc fix.
8412         * subr.el (split-string): New arg TRIM.
8414 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
8416         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8417         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8419 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
8421         * filenotify.el (file-notify--library): Rename from
8422         `file-notify-support'.  Do not autoload.  Adapt all uses.
8423         (file-notify-supported-p): New defun.
8425         * autorevert.el (auto-revert-use-notify):
8426         Use `file-notify-supported-p' instead of `file-notify-support'.
8427         Adapt docstring.
8428         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8430         * net/tramp.el (tramp-file-name-for-operation):
8431         Add `file-notify-supported-p'.
8433         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8434         New defun.
8435         (tramp-sh-file-name-handler-alist): Add it as handler for
8436         `file-notify-supported-p '.
8438         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8439         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8440         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8441         Add `ignore' as handler for `file-notify-*' functions.
8443 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
8445         * simple.el (line-move-partial, line-move): Don't start vscroll or
8446         scroll-up if the current line is not taller than the window.
8447         (Bug#14881)
8449 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
8451         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8452         highlight question marks in the method names as strings.
8453         (ruby-block-beg-keywords): Inline.
8454         (ruby-font-lock-keyword-beg-re): Extract from
8455         `ruby-font-lock-keywords'.
8457 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8459         * frame.el (blink-cursor-blinks): New defcustom.
8460         (blink-cursor-blinks-done): New defvar.
8461         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8462         (blink-cursor-timer-function): Check if number of blinks has been
8463         done on X and NS.
8464         (blink-cursor-suspend, blink-cursor-check): New defuns.
8466 2013-07-15  Glenn Morris  <rgm@gnu.org>
8468         * edmacro.el (edmacro-format-keys): Fix previous change.
8470 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
8472         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8473         The hack didn't work outside English locales anyway.
8475 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
8477         * simple.el (define-alternatives): Rename from alternatives-define,
8478         per RMS' suggestion.
8480 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
8482         * desktop.el (desktop-restore-frames): Change default to t.
8483         (desktop-restore-in-current-display): Now offer more options.
8484         (desktop-restoring-reuses-frames): New customization option.
8485         (desktop--saved-states): Doc fix.
8486         (desktop-filter-parameters-alist): New variable, renamed and expanded
8487         from desktop--excluded-frame-parameters.
8488         (desktop--target-display): New variable.
8489         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8490         (desktop--filter-tty*, desktop--filter-*-color)
8491         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8492         (desktop--filter-save-desktop-parm)
8493         (desktop-restore-in-original-display-p): New functions.
8494         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8495         (desktop--save-minibuffer-frames): New function, inspired by a similar
8496         function from Martin Rudalics.
8497         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8498         (desktop--restore-in-this-display-p): Remove.
8499         (desktop--find-frame): Rename from desktop--find-frame-in-display
8500         and add predicate argument.
8501         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8502         (desktop--reuse-list): New variable.
8503         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8504         New functions.
8505         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8507 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8509         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8511 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8513         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8514         Highlight conversion methods on Kernel.
8516 2013-07-13  Alan Mackenzie  <acm@muc.de>
8518         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8519         and comment it out.  This out-commenting enables certain C++
8520         declarations to be parsed correctly.
8522 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8524         * international/mule.el (define-coding-system): Doc fix.
8526         * simple.el (default-font-height): Don't call font-info if the
8527         frame's default font didn't change since the frame was created.
8528         (Bug#14838)
8530 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8532         * ido.el (ido-read-file-name): Guard against non-symbol value.
8534 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8536         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8537         in nested defuns.
8539 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8541         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8542         ido-set-matches call.  (Bug#6852)
8544 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
8546         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8547         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8548         Ruby 2.0.
8549         (ruby-font-lock-keywords): Distinguish calls to functions with
8550         module-like names from module references.  Highlight character
8551         literals.
8553 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8555         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8556         (gdb-send): Handle continued commands.  (Bug#14847)
8558 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8560         * desktop.el (desktop--v2s): Remove unused local variable.
8561         (desktop-save-buffer): Make defvar-local; adjust docstring.
8562         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8563         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8565 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8567         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8569 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
8571         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8572         (Bug#14842)
8574 2013-07-12  Glenn Morris  <rgm@gnu.org>
8576         * doc-view.el: Require cl-lib at runtime too.
8577         (doc-view-remove-if): Remove.
8578         (doc-view-search-next-match, doc-view-search-previous-match):
8579         Use cl-remove-if.
8581         * edmacro.el: Require cl-lib at runtime too.
8582         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8583         (edmacro-mismatch, edmacro-subseq): Remove.
8585         * shadowfile.el: Require cl-lib.
8586         (shadow-remove-if): Remove.
8587         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8588         Use cl-remove-if.
8590         * wid-edit.el: Require cl-lib.
8591         (widget-choose): Use cl-remove-if.
8592         (widget-remove-if): Remove.
8594         * progmodes/ebrowse.el: Require cl-lib at runtime too.
8595         (ebrowse-delete-if-not): Remove.
8596         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8597         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8598         Use cl-delete-if-not.
8600 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8602         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8603         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8605 2013-07-12  Leo Liu  <sdl.web@gmail.com>
8607         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
8609 2013-07-11  Glenn Morris  <rgm@gnu.org>
8611         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8612         (edebug-gensym-index, edebug-gensym):
8613         Remove reimplementation of cl-gensym.
8614         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8616         * thumbs.el: Require cl-lib at run-time too.
8617         (thumbs-gensym-counter, thumbs-gensym):
8618         Remove reimplementation of cl-gensym.
8619         (thumbs-temp-file): Use cl-gensym.
8621         * emacs-lisp/ert.el: Require cl-lib at runtime too.
8622         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8623         (ert--intersection, ert--set-difference, ert--set-difference-eq)
8624         (ert--union, ert--gensym-counter, ert--gensym-counter)
8625         (ert--coerce-to-vector, ert--remove*, ert--string-position)
8626         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8627         (ert-make-test-unbound, ert--expand-should-1)
8628         (ert--expand-should, ert--should-error-handle-error)
8629         (should-error, ert--explain-equal-rec)
8630         (ert--plist-difference-explanation, ert-select-tests)
8631         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8632         Use cl-lib functions rather than reimplementations.
8634 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
8636         * net/tramp.el (tramp-methods): Extend docstring.
8637         (tramp-connection-timeout): New defcustom.
8638         (tramp-error-with-buffer): Reset timestamp only when appropriate.
8639         (with-tramp-progress-reporter): Simplify.
8640         (tramp-process-actions): Improve messages.
8642         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8643         * net/tramp-sh.el (tramp-maybe-open-connection):
8644         Use `tramp-connection-timeout'.
8645         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
8646         (Bug#14808)
8648 2013-07-11  Leo Liu  <sdl.web@gmail.com>
8650         * ido.el (ido-read-file-name): Conform to the requirements of
8651         read-file-name.  (Bug#11861)
8652         (ido-read-directory-name): Conform to the requirements of
8653         read-directory-name.
8655 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
8657         * subr.el (delay-warning): New function.
8659 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
8661         * simple.el (default-line-height): New function.
8662         (line-move-partial, line-move): Use it instead of computing the
8663         line height inline.
8664         (line-move-partial): Always compute ROWH.  If the last line is
8665         partially-visible, but its text is completely visible, allow
8666         cursor to enter such a partially-visible line.
8668 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
8670         Improve error messages.  (Bug#14808)
8672         * net/tramp.el (tramp-current-connection): New defvar, moved from
8673         tramp-sh.el.
8674         (tramp-message-show-progress-reporter-message): Remove, not
8675         needed anymore.
8676         (tramp-error-with-buffer): Show message in minibuffer.
8677         Discard input before waiting.  Reset connection timestamp.
8678         (with-tramp-progress-reporter): Improve messages.
8679         (tramp-process-actions): Use progress reporter.  Delete process in
8680         case of error.  Improve messages.
8682         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8683         Call `tramp-error-with-buffer' with vector and buffer.
8684         (tramp-current-connection): Remove.
8685         (tramp-maybe-open-connection): The car of
8686         `tramp-current-connection' are the first 3 slots of the vector.
8688 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
8690         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8691         inside continued strings.
8693 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8695         Timestamp fixes for undo (Bug#14824).
8696         * files.el (clear-visited-file-modtime): Move here from fileio.c.
8698 2013-07-10  Leo Liu  <sdl.web@gmail.com>
8700         * files.el (require-final-newline): Allow safe local value.
8701         (Bug#14834)
8703 2013-07-09  Leo Liu  <sdl.web@gmail.com>
8705         * ido.el (ido-read-directory-name): Handle fallback.
8706         (ido-read-file-name): Update DIR to ido-current-directory.
8707         (Bug#1516)
8708         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
8710 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
8712         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8713         "autoload".  Remove "warn lower camel case" section, previously
8714         commented out.  Highlight negation char.  Do not highlight the
8715         target in singleton method definitions.
8717 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8719         * faces.el (tty-setup-hook): Declare the hook.
8721         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8722         and detect when a guard/pred depends on local vars (bug#14773).
8723         (pcase--u1): Adjust caller.
8725 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
8727         * simple.el (line-move-partial, line-move): Account for
8728         line-spacing.
8729         (line-move-partial): Avoid setting vscroll when the last
8730         partially-visible line in window is of default height.
8732 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8734         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8735         been used a while.
8737 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
8739         * subr.el (read-quoted-char): Remove unused local variable `char'.
8741 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8743         * ediff.el (ediff-version): Version update.
8744         (ediff-files-command, ediff3-files-command, ediff-merge-command)
8745         (ediff-merge-with-ancestor-command, ediff-directories-command)
8746         (ediff-directories3-command, ediff-merge-directories-command)
8747         (ediff-merge-directories-with-ancestor-command): New functions.
8748         All are command-line interfaces to ediff: to facilitate calling
8749         Emacs with the appropriate ediff functions invoked.
8751         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8752         (viper-save-kill-buffer): Check if buffer is modified.
8754         * viper.el (viper-version): Version update.
8755         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8757 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8759         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8760         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8761         (viper-intercept-ESC-key): Simplify.
8762         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8763         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8764         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8765         (viper-setup-ESC-to-escape): New functions.
8766         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8767         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
8769 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
8771         * simple.el (default-font-height, window-screen-lines):
8772         New functions.
8773         (line-move, line-move-partial): Use them instead of
8774         frame-char-height and window-text-height.  This makes scrolling
8775         text smoother when the buffer's default face uses a font that is
8776         different from the frame's default font.
8778 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
8780         * files.el (write-file): Do not display confirm dialog for NS,
8781         it does its own dialog, which can't be canceled (Bug#14578).
8783 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
8785         * simple.el (line-move-partial): Adjust the row returned by
8786         posn-at-point for the current window-vscroll.  (Bug#14567)
8788 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
8790         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8791         (tramp-sh-file-inotifywait-process-filter): Handle file names with
8792         spaces.
8794 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
8796         * window.el (window-state-put-stale-windows): New variable.
8797         (window--state-put-2): Save list of windows without matching buffer.
8798         (window-state-put): Remove "bufferless" windows if possible.
8800 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8802         * simple.el (alternatives-define): Remove leftover :group keyword.
8803         Tweak docstring.
8805 2013-07-06  Leo Liu  <sdl.web@gmail.com>
8807         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8808         (ido-enable-virtual-buffers): New variable.
8809         (ido-buffer-internal, ido-toggle-virtual-buffers)
8810         (ido-make-buffer-list): Use it.
8811         (ido-exhibit): Support turning on and off virtual buffers
8812         automatically.
8814 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8816         * simple.el (alternatives-define): New macro.
8818 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * subr.el (read-quoted-char): Use read-key.
8821         (sit-for): Let read-event decode tty input (bug#14782).
8823 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
8825         * calendar/todo-mode.el: Add handling of file deletion, both by
8826         mode command and externally.  Fix various related bugs.
8827         Clarify Commentary and improve some documentation strings and code.
8828         (todo-delete-file): New command.
8829         (todo-check-file): New function.
8830         (todo-show): Handle external deletion of the file we're trying to
8831         show (bug#14688).  Replace called-interactively-p by an optional
8832         prefix argument to avoid problematic interaction with catch form
8833         when byte compiled (bug#14702).
8834         (todo-quit): Handle external deletion of the archive's todo file.
8835         Make sure the buffer that was visiting the archive file is still
8836         live before trying to bury it.
8837         (todo-category-completions): Handle external deletion of any
8838         category completion files.
8839         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8840         of todo files, in case of external deletion.
8841         (todo-add-file): Replace unnecessary setq by let-binding.
8842         (todo-find-archive): Check whether there are any archives.
8843         Replace unnecessary setq by let-binding.
8844         (todo-archive-done-item): Use find-file-noselect to get the
8845         archive buffer whether or not the archive already exists.
8846         Remove superfluous code.  Use file size instead of buffer-file-name to
8847         check if the archive is new; if it is, update list of archives.
8848         (todo-default-todo-file): Allow nil to be a valid value for when
8849         there are no todo files.
8850         (todo-reevaluate-default-file-defcustom): Use corrected definition
8851         of todo-default-todo-file.
8852         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8853         (todo-delete-category, todo-show-categories-table)
8854         (todo-category-number): Clarify comment.
8855         (todo-filter-items): Clarify documentation string.
8856         (todo-show-current-file, todo-display-as-todo-file)
8857         (todo-reset-and-enable-done-separator): Tweak documentation string.
8858         (todo-done-separator): Make separator length window-width, since
8859         bug#2749 is now fixed.
8861 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
8863         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8864         Support both "gvfs-monitor-dir" and "inotifywait".
8865         (tramp-sh-file-inotifywait-process-filter): Rename from
8866         `tramp-sh-file-notify-process-filter'.
8867         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8868         (tramp-get-remote-gvfs-monitor-dir): New defuns.
8870 2013-07-05  Leo Liu  <sdl.web@gmail.com>
8872         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8874 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8876         * frame.el (display-pixel-height, display-pixel-width)
8877         (display-mm-height, display-mm-width): Mention behavior on
8878         multi-monitor setups in docstrings.
8879         (w32-display-monitor-attributes-list): Declare function.
8880         (display-monitor-attributes-list): Use it.
8882 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
8884         * filenotify.el: New package.
8886         * autorevert.el (top): Require filenotify.el.
8887         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
8888         instead.
8889         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8890         (auto-revert-notify-handler): Use `file-notify-*' functions.
8892         * subr.el (file-notify-handle-event): Move function to filenotify.el.
8894         * net/tramp.el (tramp-file-name-for-operation):
8895         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8897         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8898         for `file-notify-add-watch' and `file-notify-rm-watch'.
8899         (tramp-process-sentinel): Improve trace.
8900         (tramp-sh-handle-file-notify-add-watch)
8901         (tramp-sh-file-notify-process-filter)
8902         (tramp-sh-handle-file-notify-rm-watch)
8903         (tramp-get-remote-inotifywait): New defuns.
8905 2013-07-03  Juri Linkov  <juri@jurta.org>
8907         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8908         call of `occur-read-primary-args' to interactive spec.
8910         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8911         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
8913 2013-07-03  Matthias Meulien  <orontee@gmail.com>
8915         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8916         `Buffer-menu-multi-occur'.  Add it to the menu.
8917         (Buffer-menu-mode): Document it in docstring.
8918         (Buffer-menu-multi-occur): New command.  (Bug#14673)
8920 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8922         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8923         keywords and built-ins.
8925 2013-07-03  Glenn Morris  <rgm@gnu.org>
8927         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
8929         Make info-xref checks case-sensitive by default
8930         * info.el (Info-find-node, Info-find-in-tag-table)
8931         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8932         Add option for exact case matching of nodes.
8933         * info-xref.el (info-xref): New custom group.
8934         (info-xref-case-fold): New option.
8935         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8937 2013-07-03  Leo Liu  <sdl.web@gmail.com>
8939         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8941 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8943         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8944         middle of block statement initially, lower the depth.  Remove
8945         FIXME comment, not longer valid.  Remove middle of block statement
8946         detection, no need to do that anymore since we've been using
8947         `ruby-parse-region' here.
8949 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8951         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8953 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8955         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8957 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
8959         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8960         (desktop-restore-in-current-display): New customization option.
8961         (desktop--excluded-frame-parameters): Add `font'.
8962         (desktop--save-frames): Rename from desktop--save-windows.
8963         (desktop--restore-in-this-display-p): New function.
8964         (desktop--make-full-frame): Remove unwanted width/height from
8965         full(width|height) frames.
8966         (desktop--restore-frames): Rename from desktop--restore-windows.
8967         Obey desktop-restore-current-display.  Do not delete old frames or
8968         select a new frame unless we were able to restore at least one frame.
8970 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
8972         * files.el (find-file-noselect): Simplify conditional expression.
8974         * textmodes/remember.el (remember-append-to-file):
8975         Don't mix `find-buffer-visiting' and `get-file-buffer'.
8977         Add `remember-notes' function to store random notes across Emacs
8978         restarts.
8979         * textmodes/remember.el (remember-data-file): Add :set callback to
8980         affect notes buffer (if any).
8981         (remember-notes): New command.
8982         (remember-notes-buffer-name, bury-remember-notes-on-kill):
8983         New defcustoms for the `remember-notes' function.
8984         (remember-notes-save-and-bury-buffer): New command.
8985         (remember-notes-mode-map): New variable.
8986         (remember-mode): New minor mode.
8987         (remember-notes--kill-buffer-query): New function.
8988         * startup.el (initial-buffer-choice): Add notes to custom type.
8990 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
8992         * bindings.el (right-char, left-char): Don't call sit-for, this is
8993         no longer needed.  Use arithmetic comparison only for numerical
8994         arguments.
8996         * international/mule-cmds.el (select-safe-coding-system):
8997         Handle the case of FROM being a string correctly.  (Bug#14755)
8999 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001         * net/shr.el (shr-make-table-1): Add a sanity check that allows
9002         progression on degenerate tables.
9003         (shr-rescale-image): ImageMagick animated images currently don't work.
9005 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
9007         Some fixes and improvements for desktop frame restoration.
9008         It is still experimental and disabled by default.
9009         * desktop.el (desktop--save-windows): Put the selected frame at
9010         the head of the list.
9011         (desktop--make-full-frame): New function.
9012         (desktop--restore-windows): Try to re-select the frame that was
9013         selected upon saving.  Do not abort if some frames fail to restore,
9014         just show an error message and continue.  Set up maximized frames
9015         so they have default non-maximized dimensions.
9017 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9019         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9020         Don't start heredoc inside a string or comment.
9022 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
9024         * bindings.el (visual-order-cursor-movement): New defcustom.
9025         (right-char, left-char): Provide visual-order cursor motion by
9026         calling move-point-visually.  Update the doc strings.
9028 2013-06-28  Kenichi Handa  <handa@gnu.org>
9030         * international/mule.el (define-coding-system): New coding system
9031         properties :inhibit-null-byte-detection,
9032         :inhibit-iso-escape-detection, and :prefer-utf-8.
9033         (set-buffer-file-coding-system): If :charset-list property of
9034         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9035         appropriate for setting.
9037         * international/mule-cmds.el (select-safe-coding-system):
9038         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9039         multibyte characters, return utf-8 (or one of its siblings).
9041         * international/mule-conf.el (prefer-utf-8): New coding system.
9042         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9043         files.
9045 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
9047         * net/shr.el (shr-render-region): New function.
9049         * net/eww.el: Autoload `eww-browse-url'.
9051 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
9053         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9054         Adapt to `package-desc-version' being a list.
9055         Use `package--ac-desc-version' to retrieve version from a package
9056         archive element.
9058 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
9060         New experimental feature to save&restore window and frame setup.
9061         * desktop.el (desktop-save-windows): New defcustom.
9062         (desktop--saved-states): New var.
9063         (desktop--excluded-frame-parameters): New defconst.
9064         (desktop--filter-frame-parms, desktop--find-frame-in-display)
9065         (desktop--restore-windows, desktop--save-windows): New functions.
9066         (desktop-save): Call `desktop--save-windows'.
9067         (desktop-read): Call `desktop--restore-windows'.
9069 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071         * net/shr.el (add-face-text-property): Remove compat definition.
9073 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9075         * info.el (Info-try-follow-nearest-node): Move search for footnote
9076         above search for node name to prevent missing a footnote (bug#14717).
9078 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9080         * obsolete/otodo-mode.el: Add obsolescence info to file header.
9082 2013-06-27  Leo Liu  <sdl.web@gmail.com>
9084         * net/eww.el (eww-read-bookmarks): Check file size.
9086 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9089         advice--pending if newdef is nil or an autoload (bug#13820).
9090         (advice-mapc): New function.
9092 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9095         probably.
9096         (eww-mode-map): Add a menu bar.
9097         (eww-add-bookmark): New command.
9098         (eww-bookmark-mode): New mode and commands.
9099         (eww-add-bookmark): Remove newlines from the title.
9100         (eww-bookmark-browse): Don't bug out if it's the only window.
9102 2013-06-26  Glenn Morris  <rgm@gnu.org>
9104         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9105         (hfy-size): Handle ttys.  (Bug#14668)
9107         * info-xref.el: Update for Texinfo 5 change in *note format.
9108         (info-xref-node-re, info-xref-note-re): New constants.
9109         (info-xref-check-buffer): Use info-xref-note-re.
9111 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9113         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9115         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9116         nil terminate the loop (bug#14718).
9118 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120         * net/eww.el: Rework history traversal.  When going forward/back,
9121         put these actions into the history, too, so that they can be
9122         replayed.
9123         (eww-render): Move the history reset to the correct buffer.
9125 2013-06-25  Juri Linkov  <juri@jurta.org>
9127         * files-x.el (modify-dir-local-variable): Change the header comment
9128         in the file with directory local variables.  (Bug#14692)
9130         * files-x.el (read-file-local-variable-value): Add `default'.
9131         (Bug#14710)
9133 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9135         * net/eww.el (eww-make-unique-file-name): Create a unique file
9136         name before saving to entering `y' accidentally asynchronously.
9138 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
9140         * net/eww.el (eww-download): New command and keystroke.
9142 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144         * net/eww.el (eww-copy-page-url): Change name of command.
9146         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9147         be more consistent with Info and dired.
9149         * net/eww.el (eww-mode-map): Ditto.
9151 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9153         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
9154         packages from archives.
9155         (package-archive-contents): Change format; include obsolete packages.
9156         (package-desc): Use `dir' to mark builtin packages.
9157         (package--from-builtin): Set the `dir' field to `builtin'.
9158         (generated-autoload-file, version-control): Declare.
9159         (package-compute-transaction): Change first arg and return value to be
9160         lists of package-descs.  Adjust to new package-archive-contents format.
9161         (package--add-to-archive-contents): Adjust to new
9162         package-archive-contents format.
9163         (package-download-transaction): Arg is now a list of package-descs.
9164         (package-install): If `pkg' is a package name, pass it as
9165         a requirement, so it is subject to the usual (e.g. disabled) checks.
9166         (describe-package): Accept package-desc as well.
9167         (describe-package-1): Describe a specific package-desc.  Add links to
9168         other package-descs for the same package name.
9169         (package-menu-describe-package): Pass the actual package-desc.
9170         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9171         works correctly.
9172         (package-desc-status): New function.
9173         (package-menu--refresh): New function, extracted
9174         from package-menu--generate.
9175         (package-menu--generate): Use it.
9176         (package-delete): Update package-alist.
9177         (package-menu-execute): Don't call package-initialize.
9179         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9180         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9181         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9182         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9183         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9184         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9186 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
9188         * window.el (window--state-get-1): Workaround for bug#14527.
9189         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9191 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193         * net/eww.el (eww-back-url): Implement the history by stashing all
9194         the data into a list.
9195         (eww-forward-url): Allow going forward in the history, too.
9197 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9199         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9200         for values and use read--expression for expressions (bug#14710).
9201         (read-file-local-variable): Avoid setq.
9202         (read-file-local-variable-mode): Use minor-mode-list.
9204 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9206         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9207         for DOI URLs.
9209 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9211         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9212         Update imenu-support when dialect changes.
9214 2013-06-25  Leo Liu  <sdl.web@gmail.com>
9216         * ido.el (ido-read-internal): Allow forward slash on windows.
9218 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220         * net/eww.el (eww): Start of strings is \\`, not ^.
9222 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9224         * net/shr.el (shr-browse-url): Fix interactive spec.
9226         * net/eww.el (eww): Add a trailing slash to domain names.
9228 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
9230         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9232 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9234         * net/shr.el (shr-browse-url): Use an external browser if given a
9235         prefix.
9237         * net/eww.el (eww-external-browser): Move to shr.
9239 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9241         * net/eww.el (eww): Work more correctly for file: URLs.
9242         (eww-detect-charset): Allow quoted charsets.
9243         (eww-yank-page-url): New command and keystroke.
9245 2013-06-24  Daiki Ueno  <ueno@gnu.org>
9247         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9248         file name of gpg executable.
9249         (epg-context-program): New function.
9250         (epg-context-home-directory): New function.
9251         (epg-context-set-program): New function.
9252         (epg-context-set-home-directory): New function.
9253         (epg--start): Use `epg-context-program' instead of
9254         'epg-gpg-program'.
9255         (epg--list-keys-1): Likewise.
9257 2013-06-24  Leo Liu  <sdl.web@gmail.com>
9259         * ido.el (ido-read-internal): Fix bug#14620.
9261 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9263         * faces.el (face-documentation): Simplify.
9264         (read-face-attribute, tty-find-type, x-resolve-font-name):
9265         Use `string-match-p'.
9266         (list-faces-display): Use `string-match-p'.  Simplify.
9267         (face-spec-recalc): Check face to avoid face alias loops.
9268         (read-color): Use `string-match-p' and non-capturing parenthesis.
9270 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272         * net/shr.el (shr-rescale-image): Use the new
9273         :max-width/:max-height functionality.
9275 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
9277         * net/eww.el (eww-search-prefix): New variable.
9278         (eww): Use it.
9279         (eww-external-browser): New variable.
9280         (eww-mode-map): New keystroke.
9281         (eww-browse-with-external-browser): New command.
9283         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9285 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9287         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9288         Don't skip aligning the next header field when padding is 0;
9289         otherwise, field width is not respected unless the title is as
9290         wide as the field.
9292 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * emacs-lisp/package.el (package-el-version): Remove.
9295         (package-process-define-package): Fix inf-loop.
9296         (package-install): Allow symbols as arguments again.
9298 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9300         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9301         add some more keyword-like methods.
9302         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9304 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
9306         * bs.el (bs-buffer-show-mark): Make defvar-local.
9307         (bs-mode): Use setq-local.
9309         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9310         (emacs-lock--try-unlocking): Make defvar-local.
9312 2013-06-22  Glenn Morris  <rgm@gnu.org>
9314         * play/cookie1.el (cookie-apropos): Minor simplification.
9316         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9318 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9320         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9321         `regexp-opt', it breaks the build during dumping.
9323 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
9325         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9326         Highlight keyword-like methods on Kernel and Module with
9327         font-lock-builtin-face.
9328         (auto-mode-alist): Consolidate different entries into one regexp
9329         and add more *file-s.
9331 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
9333         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9335         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9336         (diary-entry): Use it in the action of this button type instead of
9337         diary-goto-entry.
9339         * calendar/todo-mode.el: New version.
9340         (todo-add-category): Append new category to end of file and give
9341         it the highest number, instead of putting it at the beginning and
9342         giving it 0.  Incorporate noninteractive functionality.
9343         (todo-forward-category): Adapt to 1-based category numbering.
9344         Allow skipping over archived categories.
9345         (todo-backward-category): Derive from todo-forward-category.
9346         (todo-backward-item, todo-forward-item): Make noninteractive and
9347         delegate interactive part to new commands.  Make sensitive to done items.
9348         (todo-categories): Make value an alist of category names and
9349         vectors of item counts.
9350         (todo-category-beg): Make a defconst.
9351         (todo-category-number): Use 1 instead of 0 as initial value.
9352         (todo-category-select): Make sensitive to overlays, optional item
9353         highlighting and done items.
9354         (todo-delete-item): Make sensitive to overlays and marked and done items.
9355         (todo-edit-item): Make sensitive to overlays and editing of
9356         date/time header optional.  Add format checks.
9357         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
9358         no-op if point is not on an item.  Advertise using todo-edit-quit.
9359         (todo-edit-mode): Make sensitive to new format, font-locking, and
9360         multiple todo files.
9361         (todo-insert-item, todo-insert-item-here): Derive from
9362         todo-basic-insert-item and extend functionality.
9363         (todo-item-end, todo-item-start): Make sensitive to done items.
9364         (todo-item-string): Don't return text properties.  Restore point.
9365         (todo-jump-to-category): Make sensitive to multiple todo files and
9366         todo archives.  Use extended category completion.
9367         (todo-lower-item, todo-raise-item): Rename to *-priority and
9368         derive from todo-set-item-priority.
9369         (todo-mode): Derive from special-mode.  Make sensitive to new
9370         format, font-locking and multiple todo files.  Make read-only.
9371         (todo-mode-map): Don't suppress digit keys, so they can supply
9372         prefix arguments.  Add many new key bindings.
9373         (todo-prefix): Insert as an overlay instead of file text.
9374         Change semantics from diary date expression to purely visual mark.
9375         (todo-print): Rename to todo-print-buffer.  Make buffer display
9376         features printable.  Remove option to restrict number of items
9377         printed.  Add option to print to file.
9378         (todo-print-function): Rename to todo-print-buffer-function.
9379         (todo-quit): Extend to handle exiting new todo modes.
9380         (todo-remove-item): Make sensitive to overlays.
9381         (todo-save): Extend to buffers of filtered items.
9382         (todo-show): Make sensitive to done items, multiple todo files and
9383         new todo modes.  Offer to convert legacy todo file before creating
9384         first new todo file.
9385         (todo-show-priorities): Rename to todo-top-priorities.
9386         Change semantics of value 0.
9387         (todo-top-priorities): Rename to todo-filter-top-priorities,
9388         derive from todo-filter-items and extend functionality.
9389         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9390         and extend functionality to other types of filtered items.
9391         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9392         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9393         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9394         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9395         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9396         (todo-edit-mode-hook, todo-entry-prefix-function)
9397         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9398         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9399         (todo-initials, todo-insert-threshold, todo-item-string-start)
9400         (todo-line-string, todo-menu, todo-mode-hook)
9401         (todo-more-important-p, todo-previous-answer, todo-previous-line)
9402         (todo-print-priorities, todo-remove-separator)
9403         (todo-save-top-priorities-too, todo-string-count-lines)
9404         (todo-string-multiline-p, todo-time-string-format)
9405         (todo-tmp-buffer-name): Remove.
9406         (todo-add-file, todo-archive-done-item, todo-choose-archive)
9407         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9408         (todo-edit-category-diary-inclusion)
9409         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9410         (todo-edit-file, todo-edit-item-date-day)
9411         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9412         (todo-edit-item-date-month, todo-edit-item-date-to-today)
9413         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9414         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9415         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9416         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9417         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9418         (todo-filter-top-priorities-multifile, todo-find-archive)
9419         (todo-find-filtered-items-file, todo-go-to-source-item)
9420         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9421         (todo-jump-to-archive-category, todo-lower-category)
9422         (todo-mark-category, todo-marked-item-p, todo-merge-category)
9423         (todo-move-category, todo-move-item, todo-next-button)
9424         (todo-next-item, todo-padded-string, todo-powerset)
9425         (todo-previous-button, todo-previous-item)
9426         (todo-print-buffer-to-file, todo-raise-category)
9427         (todo-rename-category, todo-repair-categories-sexp, todo-search)
9428         (todo-set-category-number, todo-set-item-priority)
9429         (todo-set-top-priorities-in-category)
9430         (todo-set-top-priorities-in-file, todo-show-categories-table)
9431         (todo-sort-categories-alphabetically-or-numerically)
9432         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9433         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9434         (todo-toggle-item-header, todo-toggle-item-highlighting)
9435         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9436         (todo-toggle-view-done-items, todo-toggle-view-done-only)
9437         (todo-unarchive-items, todo-unmark-category): New commands.
9438         (todo-absolute-file-name, todo-add-to-buffer-list)
9439         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9440         (todo-basic-insert-item, todo-category-completions)
9441         (todo-category-number, todo-category-string-matcher-1)
9442         (todo-category-string-matcher-2, todo-check-filtered-items-file)
9443         (todo-check-format, todo-clear-matches)
9444         (todo-comment-string-matcher, todo-convert-legacy-date-time)
9445         (todo-current-category, todo-date-string-matcher)
9446         (todo-define-insertion-command, todo-diary-expired-matcher)
9447         (todo-diary-goto-entry, todo-diary-item-p)
9448         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9449         (todo-display-categories, todo-display-sorted, todo-done-item-p)
9450         (todo-done-item-section-p, todo-done-separator)
9451         (todo-done-string-matcher, todo-files, todo-filter-items)
9452         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9453         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9454         (todo-insert-category-line, todo-insert-item-from-calendar)
9455         (todo-insert-sort-button, todo-insert-with-overlays)
9456         (todo-insertion-command-name, todo-insertion-key-bindings)
9457         (todo-label-to-key, todo-longest-category-name-length)
9458         (todo-make-categories-list, todo-mode-external-set)
9459         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9460         (todo-modes-set-3, todo-multiple-filter-files)
9461         (todo-nondiary-marker-matcher, todo-prefix-overlays)
9462         (todo-read-category, todo-read-date, todo-read-dayname)
9463         (todo-read-file-name, todo-read-time)
9464         (todo-reevaluate-category-completions-files-defcustom)
9465         (todo-reevaluate-default-file-defcustom)
9466         (todo-reevaluate-filelist-defcustoms)
9467         (todo-reevaluate-filter-files-defcustom)
9468         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9469         (todo-reset-done-separator, todo-reset-done-separator-string)
9470         (todo-reset-done-string, todo-reset-global-current-todo-file)
9471         (todo-reset-highlight-item, todo-reset-nondiary-marker)
9472         (todo-reset-prefix, todo-set-categories)
9473         (todo-set-date-from-calendar, todo-set-show-current-file)
9474         (todo-set-top-priorities, todo-short-file-name)
9475         (todo-show-current-file, todo-sort, todo-time-string-matcher)
9476         (todo-total-item-counts, todo-update-buffer-list)
9477         (todo-update-categories-display, todo-update-categories-sexp)
9478         (todo-update-count, todo-validate-name, todo-y-or-n-p):
9479         New functions.
9480         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9481         New major modes.
9482         (todo-categories, todo-display, todo-edit, todo-faces)
9483         (todo-filtered): New defgroups.
9484         (todo-archived-only, todo-button, todo-category-string, todo-date)
9485         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9486         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9487         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9488         (todo-add-item-if-new-category, todo-always-add-time-string)
9489         (todo-categories-align, todo-categories-archived-label)
9490         (todo-categories-category-label, todo-categories-diary-label)
9491         (todo-categories-done-label, todo-categories-number-separator)
9492         (todo-categories-todo-label, todo-categories-totals-label)
9493         (todo-category-completions-files, todo-completion-ignore-case)
9494         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9495         (todo-done-separator-string, todo-done-string)
9496         (todo-files-function, todo-filter-done-items, todo-filter-files)
9497         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9498         (todo-initial-category, todo-initial-file, todo-item-mark)
9499         (todo-legacy-date-time-regexp, todo-mode-line-function)
9500         (todo-nondiary-marker, todo-number-prefix)
9501         (todo-print-buffer-function, todo-show-current-file)
9502         (todo-show-done-only, todo-show-first, todo-show-with-done)
9503         (todo-skip-archived-categories, todo-top-priorities-overrides)
9504         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9505         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9506         New defcustoms.
9507         (todo-category-done, todo-date-pattern, todo-date-string-start)
9508         (todo-diary-items-buffer, todo-done-string-start)
9509         (todo-filtered-items-buffer, todo-item-start)
9510         (todo-month-abbrev-array, todo-month-name-array)
9511         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9512         (todo-top-priorities-buffer): New defconsts.
9513         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9514         (todo-categories-with-marks, todo-category-string-face)
9515         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9516         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9517         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9518         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9519         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9520         (todo-font-lock-keywords, todo-global-current-todo-file)
9521         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9522         (todo-insertion-commands-args)
9523         (todo-insertion-commands-args-genlist)
9524         (todo-insertion-commands-names, todo-insertion-map)
9525         (todo-key-bindings-t, todo-key-bindings-t+a)
9526         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9527         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9528         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9529         (todo-visited): New variables.
9531 2013-06-21  Glenn Morris  <rgm@gnu.org>
9533         * play/cookie1.el (cookie-apropos): Add optional display argument.
9534         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9535         (psychoanalyze-pinhead): Use cookie-doctor.
9537 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9539         * emacs-lisp/package.el (tar-get-file-descriptor)
9540         (tar--extract): Declare.
9542 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9544         Extend flymake's warning predicate to be a function (bug#14217).
9545         * progmodes/flymake.el (flymake-warning-predicate): New.
9546         (flymake-parse-line): Use it.
9547         (flymake-warning-re): Make obsolete alias to
9548         `flymake-warning-predicate'.
9550 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * emacs-lisp/package.el (package-alist): Include obsolete packages.
9553         (package-obsolete-list): Remove.
9554         (package-activate): Remove min-version argument.  Add `force' argument.
9555         Adjust to new package-alist format.
9556         (package-mark-obsolete): Remove.
9557         (package-unpack): Force reload of the package's autoloads.
9558         (package-installed-p): Check builtins if the installed package is not
9559         recent enough.
9560         (package-initialize): Don't reset package-obsolete-list.
9561         Don't specify which package version to activate.
9562         (package-process-define-package, describe-package-1)
9563         (package-menu--generate): Adjust to new package-alist format.
9565 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9567         * allout-widgets.el (allout-widgets-mode-off)
9568         (allout-widgets-mode-on, allout-widgets-pre-command-business)
9569         (allout-widgets-post-command-business)
9570         (allout-widgets-after-copy-or-kill-function)
9571         (allout-widgets-after-undo-function, allout-test-range-overlaps)
9572         (allout-decorate-item-and-context)
9573         (allout-graphics-modification-handler): Fix typos in docstrings.
9574         (allout-get-or-create-parent-widget): Use `looking-at-p'.
9576         * cmuscheme.el (scheme-start-file): Doc fix.
9577         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9578         (scheme-input-filter): Use `string-match-p'.
9580         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9582         * dired-x.el: Use Dired consistently in docstrings.
9584         * dired.el: Use Dired consistently in docstrings.
9585         (dired-readin, dired-mode): Use `setq-local'.
9586         (dired-switches-alist): Make defvar-local.
9587         (dired-buffers-for-dir): Use `zerop'.
9588         (dired-safe-switches-p, dired-switches-escape-p)
9589         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9590         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9591         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9592         (dired-goto-next-nontrivial-file): Use `string-match-p'.
9593         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9594         (dired-toggle-marks, dired-mark-files-containing-regexp)
9595         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9596         (dired-flag-auto-save-files, dired-flag-backup-files):
9597         Use `looking-at-p'.
9598         (dired-mark-files-regexp, dired-build-subdir-alist):
9599         Use `string-match-p', `looking-at-p'.
9601         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9602         (direct-print-region-helper): Use `string-match-p'.
9604 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9606         * comint.el (comint-redirect-results-list-from-process):
9607         Fix infinite loop.
9609 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611         * net/eww.el (eww-update-header-line-format): Quote % characters.
9613 2013-06-21  Glenn Morris  <rgm@gnu.org>
9615         * play/cookie1.el (cookie): New custom group.
9616         (cookie-file): New option.
9617         (cookie-check-file): New function.
9618         (cookie): Make it interactive.  Make start and end messages optional.
9619         Interactively, display the result.  Default to cookie-file.
9620         (cookie-insert): Default to cookie-file.
9621         (cookie-snarf): Make start and end messages optional.
9622         Default to cookie-file.  Use with-temp-buffer.
9623         (cookie-read): Rename from read-cookie.
9624         Make start and end messages optional.  Default to cookie-file.
9625         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
9626         Do not autoload it.
9627         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9628         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9630 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9632         * progmodes/octave.el (octave-mode): Backward compatibility fix.
9634 2013-06-21  Glenn Morris  <rgm@gnu.org>
9636         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9638 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9639             Daniel Hackney  <dan@haxney.org>
9641         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9642         Consolidate the single-file vs tarball code.
9643         (package-desc-suffix): New function.
9644         (package-desc-full-name): Don't bother inlining it.
9645         (package-load-descriptor): Return the new package-desc.
9646         (package-mark-obsolete): Remove unused arg `package'.
9647         (package-unpack): Make it work for single files as well.
9648         Make it update package-alist.
9649         (package--make-autoloads-and-stuff): Rename from
9650         package--make-autoloads-and-compile.  Don't compile any more.
9651         (package--compile): New function.
9652         (package-generate-description-file): New function, extracted from
9653         package-unpack-single.
9654         (package-unpack-single): Remove.
9655         (package--with-work-buffer): Add indentation and debugging info.
9656         (package-download-single): Remove.
9657         (package-install-from-archive): Rename from package-download-tar, make
9658         it take a pkg-desc, and make it work for single files as well.
9659         (package-download-transaction): Simplify.
9660         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
9661         external tar program.
9662         (package-install-from-buffer): Remove `pkg-desc' argument.
9663         Use package-tar-file-info for tar-mode buffers.
9664         (package-install-file): Simplify accordingly.
9665         (package-archive-base): Change to take a pkg-desc.
9666         * tar-mode.el (tar--check-descriptor): New function, extracted from
9667         tar-get-descriptor.
9668         (tar-get-descriptor): Use it.
9669         (tar-get-file-descriptor): New function.
9670         (tar--extract): New function, extracted from tar-extract.
9671         (tar--extract): Use it.
9672         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9673         case the summary uses non-ascii.  Adjust to new calling convention of
9674         package-tar-file-info.
9676 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9678         * comint.el (comint-redirect-results-list-from-process):
9679         Fix random delay.  (Bug#14681)
9681 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9683         * profiler.el (profiler-format-number): Use log, not log10.
9685 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9687         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9689 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9692         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9693         yet available.
9694         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9695         (AUTOGENEL): ... here.
9696         * emacs-lisp/cl-macs.el (cl--sublis): New function.
9697         (cl--defsubst-expand): Use it.
9699 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9701         * subr.el (log10): Move here from C code, and declare as obsolete.
9702         All uses of (log10 X) replaced with (log X 10).
9704 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9706         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9707         Declare with `defvar-local'.
9708         (tabulated-list-use-header-line, tabulated-list-entries)
9709         (tabulated-list-padding, tabulated-list-printer)
9710         (tabulated-list-sort-key): Declare with `defvar-local'.
9711         (tabulated-list-init-header, tabulated-list-print-fake-header):
9712         Use `setq-local'.
9714 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
9716         * arc-mode.el (archive-mode): Add `archive-write-file' to
9717         `write-contents-functions' also for remote files.  (Bug#14652)
9719 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9721         * cus-edit.el (custom-commands): Fix typos.
9722         (custom-display): Fix tooltip text.
9723         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9724         Fix typos in docstrings.
9725         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9726         (custom-unlispify-menu-entry, custom-magic-value-create)
9727         (custom-add-see-also, custom-group-value-create): Use ?\s.
9728         (custom-guess-type, customize-apropos, editable-field)
9729         (custom-face-value-create): Use `string-match-p'.
9730         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9732         * custom.el (custom-load-symbol): Use `string-match-p'.
9734         * ansi-color.el: Convert to lexical binding.
9735         (ansi-colors): Fix URL.
9736         (ansi-color-context, ansi-color-context-region): Use defvar-local.
9737         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9738         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9740 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9742         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9744         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9746 2013-06-19  Tom Tromey  <tromey@redhat.com>
9748         * net/eww.el (eww-top-url): Remove.
9749         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9750         (eww-render): Set new variables.  Don't set eww-top-url.
9751         (eww-handle-link): Handle "prev", "home", and "contents".
9752         Downcase the rel text.
9753         (eww-top-url): Choose best top URL.
9755 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9757         * net/eww.el: Rewrite to implement form elements "by hand" instead of
9758         relying in widget.el.  Using widget.el leads to too many
9759         user interface inconsistencies.
9760         (eww-self-insert): Implement entering commands in text fields.
9761         (eww-process-text-input): New function to make text input field editing
9762         work.
9763         (eww-submit): Rewrite to use the new-style form methods.
9764         (eww-select-display): Display the correct selected item.
9765         (eww-change-select): Implement changing the select value.
9766         (eww-toggle-checkbox): Implement radio/checkboxes.
9767         (eww-update-field): Fix compilation error.
9768         (eww-tag-textarea): Implement <textarea>.
9770         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9771         we don't shadow mode-specific bindings.
9773         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9774         nothing to push.
9776         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9778 2013-06-19  Glenn Morris  <rgm@gnu.org>
9780         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9782 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9784         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9785         not needed.
9787         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9789 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9791         * net/browse-url.el (browse-url-browser-function):
9792         `eww-browse-url' has the right calling signature, `eww' does not.
9794 2013-06-19  Glenn Morris  <rgm@gnu.org>
9796         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9797         Only eval autoloaded macros.
9798         (byte-compile-autoload): Only give the macro warning for macros.
9800         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9801         (ps-underlined-faces): Declare.
9803         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9804         (speedbar-add-supported-extension): Declare.
9806         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9807         Don't include a date stamp in the header of the generated file;
9808         it leads to needless differences between output files.
9810 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9812         * net/secrets.el (secrets-struct-secret-content-type):
9813         Replace check of introspection data by a test call of "CreateItem".
9814         Some servers do not offer introspection.
9816 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9818         * electric.el (electric-pair-mode): Improve interaction with
9819         electric-layout-mode.
9820         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9821         (electric-pair-syntax): Use text-mode-syntax-table in comments
9822         and strings.
9823         (electric-pair--insert): New function.
9824         (electric-pair-post-self-insert-function): Use it and
9825         electric--after-char-pos.
9827 2013-06-19  Leo Liu  <sdl.web@gmail.com>
9829         * progmodes/octave.el (octave-help): Fix regexp.
9831 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9834         (shr-table-horizontal-line): Allow nil as a value, and change the
9835         default.
9836         (shr-insert-table-ruler): Respect the nil value.
9838 2013-06-18  Tom Tromey  <tromey@barimba>
9840         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9841         New defvars.
9842         (eww-open-file): New defun.
9843         (eww-render): Initialize new variables.
9844         (eww-display-html): Handle "link" and "a".
9845         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9846         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
9847         (eww-back-url): Rename from eww-previous-url.
9848         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9849         New defuns.
9851 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
9853         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9854         Distinguish ternary operator tokens from slash symbol and slash
9855         char literal.
9857 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9859         Convert symbol prettification into minor mode and global minor mode.
9861         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9862         `prog-prettify-symbols', and make a local defvar instead of defcustom.
9863         (prettify-symbols--keywords): Rename from
9864         `prog-prettify-symbols-alist' and make a local defvar.
9865         (prettify-symbols--compose-symbol): Rename from
9866         `prog--prettify-font-lock-compose-symbol'.
9867         (prettify-symbols--make-keywords): Rename from
9868         `prog-prettify-font-lock-symbols-keywords' and simplify.
9869         (prog-prettify-install): Remove.
9870         (prettify-symbols-mode): New minor mode, based on
9871         `prog-prettify-install'.
9872         (turn-on-prettify-symbols-mode): New function.
9873         (global-prettify-symbols-mode): New globalized minor mode.
9875         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9876         * progmodes/cfengine.el (cfengine3-mode):
9877         * progmodes/perl-mode.el (perl-mode): Don't call
9878         `prog-prettify-install'; set `prettify-symbols-alist' instead.
9880 2013-06-18  Juri Linkov  <juri@jurta.org>
9882         * files-x.el (modify-file-local-variable-message): New function.
9883         (modify-file-local-variable)
9884         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9885         and call `modify-file-local-variable-message' when it's non-nil.
9886         (add-file-local-variable, delete-file-local-variable)
9887         (add-file-local-variable-prop-line)
9888         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9889         and use it.  (Bug#9820)
9891 2013-06-18  Juri Linkov  <juri@jurta.org>
9893         * emulation/vi.el (vi-shell-op):
9894         * emulation/vip.el (vip-execute-com, ex-command):
9895         * emulation/viper-cmd.el (viper-exec-bang):
9896         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9897         the call of `shell-command-on-region'.  (Bug#14637)
9899         * simple.el (shell-command-on-region): Doc fix.
9901 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9903         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9904         (bug#14633).
9906 2013-06-18  Glenn Morris  <rgm@gnu.org>
9908         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9910         * newcomment.el (comment-search-forward, comment-search-backward):
9911         Doc fix.  (Bug#14376)
9913 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9915         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9916         (buffer-face-mode-invoke): Doc fix.
9918 2013-06-18  Matthias Meulien  <orontee@gmail.com>
9920         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9921         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9923 2013-06-18  Glenn Morris  <rgm@gnu.org>
9925         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9926         Replace obsolete function generic-make-keywords with its expansion.
9928         * progmodes/python.el (ffap-alist): Declare.
9930         * textmodes/reftex.el (bibtex-mode-map): Declare.
9932 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9934         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9935         (package-unpack, package-unpack-single): Return the pkg-dir.
9936         (package-download-transaction): Use it to update package-alist.
9938 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9940         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9941         possible choice.
9943 2013-06-17  Juri Linkov  <juri@jurta.org>
9945         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9947 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9949         * emacs-lisp/package.el (package-load-descriptor):
9950         Remove `with-syntax-table' call, `read' doesn't need it.
9951         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9953 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9955         * startup.el (command-line): Expand package name returned by
9956         `package--description-file' (bug#14639).
9958 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9960         * emacs-lisp/package.el (package-load-descriptor): Do not call
9961         `emacs-lisp-mode', just use its syntax table.
9963 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9965         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9966         `font-lock-extra-managed-props' if any prettifying keyword is added.
9967         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9968         (prog-mode): Use `setq-local'.
9970 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * international/characters.el (standard-case-table): Set syntax of ?»
9973         and ?« to punctuation.
9975 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
9977         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9978         Save relevant match data before calling `syntax-ppss' (bug#14595).
9980 2013-06-15  Juri Linkov  <juri@jurta.org>
9982         * files-x.el (modify-file-local-variable-prop-line): Add local
9983         variables to the end of the existing comment on the first line.
9984         Use `file-auto-mode-skip' to skip interpreter magic line,
9985         and also skip XML declaration.
9987 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9989         * startup.el (package--builtin-versions): New var.
9990         (package-subdirectory-regexp): Remove.
9991         (package--description-file): Hard code its value instead.
9993         * emacs-lisp/package.el: Don't activate packages older than builtin.
9994         (package-obsolete-list): Rename from package-obsolete-alist, and make
9995         it into a simple list of package-desc.
9996         (package-strip-version): Remove.
9997         (package-built-in-p): Use package--builtin-versions.
9998         (package-mark-obsolete): Simplify.
9999         (package-process-define-package): Mark it obsolete if older than the
10000         builtin version.
10001         (package-handle-response): Use line-end-position.
10002         (package-read-archive-contents, package--download-one-archive):
10003         Simplify.
10004         (package--add-to-archive-contents): Skip if older than the builtin or
10005         installed version.
10006         (package-menu-describe-package): Fix last change.
10007         (package-list-unversioned): New var.
10008         (package-menu--generate): Use it.
10010         * emacs-lisp/autoload.el: Manage package--builtin-versions.
10011         (autoload--insert-text, autoload--insert-cookie-text): New functions.
10012         (autoload-builtin-package-versions): New variable.
10013         (autoload-generate-file-autoloads): Use them.
10014         Remove the list of autoloaded functions/macros from the
10015         (autoload...) comments.
10017         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10019 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
10021         * simple.el (line-move-partial): Don't jump to the next screen
10022         line as soon as it becomes visible.  Instead, continue enlarging
10023         the vscroll until the portion of a tall screen line that's left on
10024         display is about the height of the frame's default font.
10025         (Bug#14567)
10027 2013-06-15  Glenn Morris  <rgm@gnu.org>
10029         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10030         compilation-error-regexp-alist void, or local while let-bound.
10032         * progmodes/make-mode.el (makefile-mode-syntax-table):
10033         Treat "=" as punctuation.  (Bug#14614)
10035 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
10037         * help-fns.el (describe-variable):
10038         Add extra line for permanent-local variables.
10040 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
10042         * progmodes/scheme.el (scheme-font-lock-keywords-2):
10043         Add export, import, library.  (Bug#9164)
10044         (library): Set indent function.
10046 2013-06-14  Glenn Morris  <rgm@gnu.org>
10048         * term/xterm.el (xterm--query):
10049         Stop after first matching handler.  (Bug#14615)
10051 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
10053         Add support for dired in saveplace.
10054         * dired.el (dired-initial-position-hook): New variable.
10055         (dired-initial-position): Call hook to place cursor position.
10056         * saveplace.el (save-place-to-alist): Add dired position.
10057         (save-place-dired-hook): New function.
10059 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10062         through a symbol rather than letrec.
10064         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
10065         (package-desc): Add `dir' field.
10066         (package-desc-full-name): New function.
10067         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
10068         (package-maybe-load-descriptor): Remove.
10069         (package-load-all-descriptors): Just call package-load-descriptor.
10070         (package--disabled-p): New function.
10071         (package-desc-vers, package-desc-doc): Remove aliases.
10072         (package--dir): Remove function.
10073         (package-activate): Check if a package is disabled.
10074         (package-process-define-package): New function, extracted from
10075         define-package.
10076         (define-package): Turn into a place holder.
10077         (package-unpack-single, package-tar-file-info):
10078         Use package--description-file.
10079         (package-compute-transaction): Use package--disabled-p.
10080         (package-download-transaction): Don't call
10081         package-maybe-load-descriptor since they're all loaded anyway.
10082         (package-install): Change argument to be a pkg-desc.
10083         (package-delete): Use a single pkg-desc argument.
10084         (describe-package-1): Use package-desc-dir instead of package--dir.
10085         Use package-desc property instead of package-symbol.
10086         (package-install-button-action): Adjust accordingly.
10087         (package--push): Rewrite.
10088         (package-menu--print-info): Adjust accordingly.  Change the ID format
10089         to be a pkg-desc.
10090         (package-menu-describe-package, package-menu-get-status)
10091         (package-menu--find-upgrades, package-menu-mark-upgrades)
10092         (package-menu-execute, package-menu--name-predicate):
10093         Adjust accordingly.
10094         * startup.el (package--description-file): New function.
10095         (command-line): Use it.
10096         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10097         Use package-desc-version.
10099         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10100         (byte-compile-preprocess): Use it.
10101         (byte-compile-file-form-defalias): Try a bit harder to use macros we
10102         can't quite recognize.
10103         (byte-compile-add-to-list): Remove.
10104         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10105         (cconv-closure-convert): Add assertion.
10107         * emacs-lisp/map-ynp.el: Use lexical-binding.
10108         (map-y-or-n-p): Remove unused vars `tail' and `object'.
10109         Factor out some repeated code.
10111 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10113         * subr.el (with-eval-after-load): New macro.
10114         (eval-after-load): Allow form to be a function.
10115         take advantage of lexical-binding.
10116         (do-after-load-evaluation): Use dolist and adjust to new format.
10117         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10119 2013-06-13  Juri Linkov  <juri@jurta.org>
10121         * replace.el (perform-replace): Display "symbol " and other search
10122         modes from `isearch-message-prefix' in the *Help* buffer.
10124         * isearch.el (isearch-query-replace): Add " symbol" and other
10125         possible search modes from `isearch-message-prefix' to the prompt.
10126         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10127         when reading a regexp to collect.
10129 2013-06-13  Juri Linkov  <juri@jurta.org>
10131         * isearch.el (word-search-regexp): Match whitespace if the search
10132         string begins or ends in whitespace.  The LAX arg is applied to
10133         both ends of the search string.  Use `regexp-quote' and explicit
10134         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
10135         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10136         boundaries are replaced with symbol boundaries, and characters
10137         between symbols match non-word non-symbol syntax.  (Bug#14602)
10139 2013-06-13  Juri Linkov  <juri@jurta.org>
10141         * isearch.el (isearch-del-char): Don't exceed the length of
10142         `isearch-string' by the prefix arg.  (Bug#14563)
10144 2013-06-13  Juri Linkov  <juri@jurta.org>
10146         * isearch.el (isearch-yank-word, isearch-yank-line)
10147         (isearch-char-by-name, isearch-quote-char)
10148         (isearch-printing-char, isearch-process-search-char):
10149         Add optional count prefix arg.  (Bug#14563)
10151         * international/isearch-x.el
10152         (isearch-process-search-multibyte-characters):
10153         Add optional count prefix arg.
10155 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10157         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10158         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10159         lexical-binding.
10161 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
10163         * subr.el (set-temporary-overlay-map): Add on-exit argument.
10165 2013-06-13  Glenn Morris  <rgm@gnu.org>
10167         * startup.el (tty-handle-args):
10168         Don't just discard "--" and anything after.  (Bug#14608)
10170         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10172 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
10174         Implement changes in Secret Service API.  Make it backward compatible.
10175         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10176         (secrets-create-item): Use it.  Prefix properties with interface.
10178 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
10180         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
10181         (term-emulate-terminal): Respect term-suppress-hard-newline.
10183 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
10185         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10186         Only remove a `thumb-file' overlay.  (Bug#14548)
10188 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
10190         * mail/reporter.el (reporter-submit-bug-report):
10191         Handle missing package-name.  (Bug#14600)
10193 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10195         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10196         (reftex-citation-prompt, reftex-default-bibliography)
10197         (reftex-bib-or-thebib, reftex-get-bibfile-list)
10198         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10199         (reftex-bib-sort-author, reftex-bib-sort-year)
10200         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10201         (reftex-extract-bib-entries-from-thebibliography)
10202         (reftex-get-bibkey-default, reftex-get-bib-names)
10203         (reftex-parse-bibtex-entry, reftex-get-bib-field)
10204         (reftex-format-bib-entry, reftex-parse-bibitem)
10205         (reftex-format-bibitem, reftex-do-citation)
10206         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10207         (reftex-restrict-bib-matches, reftex-extract-bib-file)
10208         (reftex-insert-bib-matches, reftex-format-citation)
10209         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10210         (reftex-create-bibtex-file): Add docstrings, mostly by converting
10211         existing comments into docstrings.
10213 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10215         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10217 2013-06-12  Andreas Schwab  <schwab@suse.de>
10219         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10220         for auto-save files.
10222 2013-06-12  Glenn Morris  <rgm@gnu.org>
10224         * ido.el (ido-delete-ignored-files): Remove.
10225         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10226         Go back to calling ido-ignore-item-p directly.
10228 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
10230         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10232         * ido.el (ido-delete-ignored-files): New function,
10233         split from ido-make-file-list-1.
10234         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
10235         (ido-make-file-list-1): Use ido-delete-ignored-files.
10237 2013-06-12  Leo Liu  <sdl.web@gmail.com>
10239         * progmodes/octave.el (inferior-octave-startup)
10240         (inferior-octave-completion-table)
10241         (inferior-octave-track-window-width-change)
10242         (octave-eldoc-function-signatures, octave-help)
10243         (octave-find-definition): Use single quoted strings.
10244         (inferior-octave-startup-args): Change default value.
10245         (inferior-octave-startup): Do not hard code "-i" and
10246         "--no-line-editing".
10247         (inferior-octave-resync-dirs): Add optional arg NOERROR.
10248         (inferior-octave-directory-tracker): Use it.
10249         (octave-goto-function-definition): Robustify.
10250         (octave-help): Support highlighting operators in 'See also'.
10251         (octave-find-definition): Find subfunctions only in Octave mode.
10253 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10255         * help-fns.el (help-fns--compiler-macro): If the handler function is
10256         named, then put a link to it.
10257         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10258         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10259         (cl-typep): Use it.
10260         (cl-eval-when): Simplify debug spec.
10261         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
10262         compiler-macro function instead of setting `compiler-macro-file'.
10264 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10266         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10267         * vc/vc-hooks.el (vc-stay-local): Doc fix.
10269 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10270             Daniel Hackney  <dan@haxney.org>
10272         First part of Daniel Hackney's patch to package.el.
10273         * emacs-lisp/package.el: Use defstruct.
10274         (package-desc): New, main struct.
10275         (package--bi-desc, package--ac-desc): New structs, used to describe the
10276         format in external files.
10277         (package-desc-vers): Replace with package-desc-version accessor.
10278         (package-desc-doc): Replace with package-desc-summary accessor.
10279         (package-activate-1): Remove `package' arg since the pkg-vec now
10280         includes the name.
10281         (define-package): Use package-desc-from-define.
10282         (package-unpack-single): Change file-name arg to be a symbol.
10283         (package--add-to-archive-contents): Use package-desc-create and new
10284         accessor functions to package--ac-desc.
10285         (package-buffer-info, package-tar-file-info): Return a package-desc.
10286         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
10287         arg to be a package-desc.
10288         (package-install-file): Adjust accordingly.  Use \' to match EOS.
10289         (package--from-builtin): New function.
10290         (describe-package-1, package-menu--generate): Use it.
10291         (package--make-autoloads-and-compile): Change name arg to be a symbol.
10292         (package-generate-autoloads): Idem and return the name of the file.
10293         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10294         Change pkg-info arg to be a package-desc.
10295         Use package-make-ac-desc.
10296         (package-upload-file): Use \' to match EOS.
10297         * finder.el (finder-compile-keywords): Use package-make-builtin.
10299 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10301         * vc/vc.el (vc-deduce-fileset): Change error message.
10302         (vc-read-backend): New function.
10303         (vc-next-action): Use it.
10305         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10307         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10308         (prolog-font-lock-keywords): Use regexp-opt instead.
10309         Don't manually highlight strings.
10310         (prolog-mode-variables): Simplify comment-start-skip.
10311         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
10313         * emacs-lisp/generic.el (generic--normalise-comments)
10314         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10315         (generic-mode-set-comments): Use them.
10316         (generic-bracket-support): Use setq-local.
10317         (generic-make-keywords-list): Declare obsolete.
10319 2013-06-11  Glenn Morris  <rgm@gnu.org>
10321         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10322         Prettify after setting font-lock-defaults.  (Bug#14574)
10324 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
10326         * replace.el (query-replace, occur-read-regexp-defaults-function)
10327         (replace-search):
10328         * subr.el (declare-function, number-sequence, local-set-key)
10329         (substitute-key-definition, locate-user-emacs-file)
10330         (with-silent-modifications, split-string, eval-after-load):
10331         Fix typos, remove unneeded backslashes and reflow some docstrings.
10333 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10335         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10336         default for Elisp files.
10338 2013-06-11  Glenn Morris  <rgm@gnu.org>
10340         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10341         although define-derived-mode was doing this anyway.  (Bug#14583)
10343 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
10345         * allout.el (allout-encryption-plaintext-sanitization-regexps):
10346         Fix make-variable-buffer-local call to refer to the correct variable.
10348 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
10350         * eshell/em-term.el (eshell-visual-commands)
10351         (eshell-visual-subcommands, eshell-visual-options):
10352         Add summary line to docstrings.  Add cross-references.
10354 2013-06-10  Glenn Morris  <rgm@gnu.org>
10356         * epa.el (epa-read-file-name): New function.  (Bug#14510)
10357         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
10359 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10361         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10362         output redirection to be ignored with visual commands.
10364 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10366         * eshell/em-term.el (eshell-visual-command-p): New function.
10367         (eshell-term-initialize): Move long lambda to separate function
10368         eshell-visual-command-p.
10369         * eshell/em-dirs.el (eshell-dirs-initialise):
10370         * eshell/em-script.el (eshell-script-initialize):
10371         Add missing #' to lambda.
10373 2013-06-08  Leo Liu  <sdl.web@gmail.com>
10375         * progmodes/octave.el (octave-add-log-current-defun): New function.
10376         (octave-mode): Set add-log-current-defun-function.
10377         (octave-goto-function-definition): Do not move point if not found.
10378         (octave-find-definition): Enhance to try subfunctions first.
10380 2013-06-08  Glenn Morris  <rgm@gnu.org>
10382         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10383         (byte-compile-backward-char, byte-compile-backward-word):
10384         Improve previous change, to handle non-explicit nil.
10386 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10388         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10389         (smie--opener/closer-at-point): New function.
10390         (smie--matching-block-data): Use it.  Don't match from right after an
10391         opener or right before a closer.  Obey smie-blink-matching-inners.
10392         Don't signal a mismatch for repeated inners like "switch..case..case".
10394 2013-06-07  Leo Liu  <sdl.web@gmail.com>
10396         * progmodes/octave.el (octave-mode): Set comment-use-global-state
10397         to t.  (Bug#14303)
10398         (octave-function-header-regexp): Fix.  (Bug#14570)
10399         (octave-help-mode-finish-hook, octave-help-mode-finish):
10400         Remove.  Just use temp-buffer-show-hook.
10402         * newcomment.el (comment-search-backward): Revert last change.
10403         (Bug#14434)
10405         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10407 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
10409         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10410         through xargs, to avoid failure due to MS-Windows limitations on
10411         command-line length.
10413 2013-06-06  Glenn Morris  <rgm@gnu.org>
10415         * font-lock.el (lisp-font-lock-keywords-2):
10416         Treat user-error like error.
10418         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10419         (byte-compile-backward-char, byte-compile-backward-word):
10420         Handle explicit nil arguments.  (Bug#14565)
10422 2013-06-05  Alan Mackenzie  <acm@muc.de>
10424         * isearch.el (isearch-allow-prefix): New user option.
10425         (isearch-other-meta-char): Don't exit isearch when a prefix
10426         argument is typed whilst `isearch-allow-prefix' is non-nil.
10427         (Bug#9706)
10429 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * autorevert.el (auto-revert-notify-handler): Use memq.
10432         Hide assertion failure.
10434         * skeleton.el: Use cl-lib.
10435         (skeleton-further-elements): Use defvar-local.
10436         (skeleton-insert): Use cl-progv.
10438 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10440         * progmodes/prog-mode.el (prog-prettify-symbols)
10441         (prog-prettify-install): Update docstrings.
10443 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * simple.el: Move all the prog-mode code to prog-mode.el.
10446         * progmodes/prog-mode.el: New file.
10447         * loadup.el: Add prog-mode.el.
10449 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10451         * simple.el (prog-prettify-symbols): Add version.
10452         (prog-prettify-install): Add convenience function to prettify symbols.
10454         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10455         (perl--augmented-font-lock-keywords-1)
10456         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10457         variables and use it.
10459         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10460         (cfengine3-mode): Remove unneeded variable and use it.
10462         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10463         (lisp--augmented-font-lock-keywords-1)
10464         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10465         Remove unneeded variables and use it.
10467 2013-06-05  João Távora  <joaotavora@gmail.com>
10469         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10470         to point when opening the connection.  (Bug#14380)
10472 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * subr.el (load-history-regexp, load-history-filename-element)
10475         (eval-after-load, after-load-functions, do-after-load-evaluation)
10476         (eval-next-after-load, display-delayed-warnings)
10477         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10478         definition of save-match-data.
10479         (overriding-local-map): Remove accidental obsolescence declaration.
10481         * emacs-lisp/edebug.el (edebug-result): Move before first use.
10483 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10485         Generalize symbol prettify support to prog-mode and implement it
10486         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10487         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10488         (prog--prettify-font-lock-compose-symbol)
10489         (prog-prettify-font-lock-symbols-keywords): New variables and
10490         functions to support symbol prettification.
10491         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10492         (lisp--augmented-font-lock-keywords-1)
10493         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10494         (lisp--prettify-symbols-alist): Implement prettify of lambda.
10495         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10496         (cfengine3--prettify-symbols-alist, cfengine3-mode):
10497         Implement prettify of -> => :: strings.
10498         * progmodes/perl-mode.el (perl-prettify-symbols)
10499         (perl--font-lock-compose-symbol)
10500         (perl--font-lock-symbols-keywords): Move to prog-mode.
10501         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10502         (perl-font-lock-keywords-1)
10503         (perl-font-lock-keywords-2): Remove explicit prettify support.
10504         (perl--augmented-font-lock-keywords)
10505         (perl--augmented-font-lock-keywords-1)
10506         (perl--augmented-font-lock-keywords-2, perl-mode):
10507         Implement prettify support.
10509 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10511         Re-implement smie matching block highlight using
10512         show-paren-data-function.  (Bug#14395)
10513         * emacs-lisp/smie.el (smie-matching-block-highlight)
10514         (smie--highlight-matching-block-overlay)
10515         (smie--highlight-matching-block-lastpos)
10516         (smie-highlight-matching-block)
10517         (smie-highlight-matching-block-mode): Remove.
10518         (smie--matching-block-data-cache): New variable.
10519         (smie--matching-block-data): New function.
10520         (smie-setup): Use smie--matching-block-data for
10521         show-paren-data-function.
10523         * progmodes/octave.el (octave-mode-menu): Fix.
10524         (octave-find-definition): Skip garbage lines.
10526 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10528         Fix compilation error with simultaneous dynamic+lexical scoping.
10529         Add warning when a defvar appears after the first let-binding.
10530         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10531         (byte-compile-close-variables): Initialize it.
10532         (byte-compile--declare-var): New function.
10533         (byte-compile-file-form-defvar)
10534         (byte-compile-file-form-define-abbrev-table)
10535         (byte-compile-file-form-custom-declare-variable): Use it.
10536         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10537         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10538         (byte-compile-bind): Handle dynamic bindings that shadow
10539         lexical bindings.
10540         (byte-compile-unbind): Make arg non-optional.
10541         (byte-compile-let): Simplify.
10542         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10543         (cconv--analyse-function, cconv-analyse-form): Populate it.
10544         Protect byte-compile-bound-variables to limit the scope of defvars.
10545         (cconv-analyse-form): Add missing rule for (defvar <foo>).
10546         Remove unneeded rule for `declare'.
10548         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10549         so as to avoid depending on cl-adjoin at run-time.
10550         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10552         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10553         (macroexp--warn-and-return): Use it.
10555 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10557         * subr.el: Convert to lexical binding.
10558         (overriding-local-map): Make obsolete.
10559         (add-to-list): Doc fix.  Add compiler macro.
10560         (read-key): Swap values of local maps.
10562 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10564         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10566 2013-06-04  Leo Liu  <sdl.web@gmail.com>
10568         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10569         (compilation-auto-jump): Suppress the "Mark set" message to give
10570         way to exit message.
10572 2013-06-04  Alan Mackenzie  <acm@muc.de>
10574         Remove faulty optimisation from indentation calculation.
10575         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10576         search limit based on 2000 characters back from indent-point.
10578 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10580         * eshell/em-term.el (cl-lib): Require `cl-lib'.
10582 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10584         * emacs-lisp/lisp.el: Use lexical-binding.
10585         (lisp--local-variables-1, lisp--local-variables): New functions.
10586         (lisp--local-variables-completion-table): New var.
10587         (lisp-completion-at-point): Use it complete let-bound vars.
10589         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10590         eagerly (bug#14422).
10592 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
10594         * autorevert.el (auto-revert-notify-enabled)
10595         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10596         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10597         (auto-revert-notify-handler): Handle also gfilenotify.
10599         * subr.el (file-notify-handle-event): New defun.  Replacing ...
10600         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10601         Remove.
10603 2013-06-03  Juri Linkov  <juri@jurta.org>
10605         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10606         `M-s h .'.  (Bug#14427)
10608         * hi-lock.el (highlight-symbol-at-point): New alias for the new
10609         command `hi-lock-face-symbol-at-point'.
10610         (hi-lock-face-symbol-at-point): New command.
10611         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10612         (hi-lock-menu): Add `highlight-symbol-at-point'.
10613         (hi-lock-mode): Doc fix.
10615         * isearch.el (isearch-forward-symbol-at-point): New command.
10616         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10617         (isearch-highlight-regexp): Add a regexp which matches
10618         words/symbols for word/symbol mode.
10620         * subr.el (find-tag-default-bounds): New function with the body
10621         mostly moved from `find-tag-default'.
10622         (find-tag-default): Move most code to `find-tag-default-bounds',
10623         call it and apply `buffer-substring-no-properties' afterwards.
10625 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10627         * eshell/em-term.el (eshell-term-initialize):
10628         Use `cl-intersection' rather than `intersection'.
10630 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
10632         * vc/log-view.el: Doc fix.
10633         (log-view-mode-map): Copy keymap from `special-mode-map'.
10635 2013-06-02  Eric Ludlam  <zappo@gnu.org>
10637         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10638         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10639         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10640         (eieio-unbound, eieio-default-superclass)
10641         (eieio--define-field-accessors, method-static, method-before)
10642         (method-primary, method-after, method-num-lists)
10643         (method-generic-before, method-generic-primary)
10644         (method-generic-after, method-num-slots)
10645         (eieio-specialized-key-to-generic-key)
10646         (eieio--check-type, class-v, class-p)
10647         (eieio-class-name, define-obsolete-function-alias)
10648         (eieio-class-parents-fast, eieio-class-children-fast)
10649         (same-class-fast-p, class-constructor, generic-p)
10650         (generic-primary-only-p, generic-primary-only-one-p)
10651         (class-option-assoc, class-option, eieio-object-p)
10652         (class-abstract-p, class-method-invocation-order)
10653         (eieio-defclass-autoload-map, eieio-defclass-autoload)
10654         (eieio-class-un-autoload, eieio-defclass)
10655         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10656         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10657         (eieio--defgeneric-init-form, eieio-defgeneric-form)
10658         (eieio-defgeneric-reset-generic-form)
10659         (eieio-defgeneric-form-primary-only)
10660         (eieio-defgeneric-reset-generic-form-primary-only)
10661         (eieio-defgeneric-form-primary-only-one)
10662         (eieio-defgeneric-reset-generic-form-primary-only-one)
10663         (eieio-unbind-method-implementations)
10664         (eieio--defmethod, eieio--typep)
10665         (eieio-perform-slot-validation, eieio-validate-slot-value)
10666         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10667         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10668         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10669         (eieio-slot-name-index, eieio-class-slot-name-index)
10670         (eieio-set-defaults, eieio-initarg-to-attribute)
10671         (eieio-attribute-to-initarg, eieio-c3-candidate)
10672         (eieio-c3-merge-lists, eieio-class-precedence-c3)
10673         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10674         (eieio-class-precedence-list, eieio-generic-call-methodname)
10675         (eieio-generic-call-arglst, eieio-generic-call-key)
10676         (eieio-generic-call-next-method-list)
10677         (eieio-pre-method-execution-functions, eieio-generic-call)
10678         (eieio-generic-call-primary-only, eieiomt-method-list)
10679         (eieiomt-optimizing-obarray, eieiomt-install)
10680         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10681         (eieio-generic-form, eieio-defmethod, make-obsolete)
10682         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10683         (defclass): Remove `eval-and-compile' from macro.
10684         (call-next-method, shared-initialize): Instead of using
10685         `scoped-class' variable, use new eieio--scoped-class, and
10686         eieio--with-scoped-class.
10687         (initialize-instance): Rename local variable 'scoped-class' to
10688         'this-class' to remove ambiguitity from old global.
10690         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
10691         eieio.el.
10692         (eieio--scoped-class-stack): New variable.
10693         (eieio--scoped-class): New fcn.
10694         (eieio--with-scoped-class): New scoping macro.
10695         (eieio-defclass): Use pushnew instead of add-to-list.
10696         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10697         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10698         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10699         `scoped-class' variable, use new eieio--scoped-class, and
10700         eieio--with-scoped-class.
10702         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10704 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
10706         * eshell/esh-ext.el (eshell-external-command): Pass args to
10707         `eshell-find-interpreter'.
10708         (eshell-find-interpreter): Add new second parameter ARGS.
10710         * eshell/em-script.el (eshell-script-initialize): Add second arg
10711         to the function added as MATCH to `eshell-interpreter-alist'.
10713         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10714         the function added as MATCH to `eshell-interpreter-alist'.
10716         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10717         (eshell-visual-options): New defcustom.
10718         (eshell-escape-control-x): Adapt docstring.
10719         (eshell-term-initialize): Test `eshell-visual-subcommands' and
10720         `eshell-visual-options' in addition to `eshell-visual-commands'.
10721         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10723 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10725         * progmodes/python.el (python-indent-block-enders): Add break,
10726         continue and raise keywords.
10728 2013-06-01  Glenn Morris  <rgm@gnu.org>
10730         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10732         Plain (f)boundp silences compilation warnings since Emacs 22.1.
10733         * progmodes/cc-cmds.el (delete-forward-p):
10734         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10735         * progmodes/cc-engine.el (buffer-syntactic-context):
10736         * progmodes/cc-fonts.el (face-property-instance):
10737         * progmodes/cc-mode.el (set-keymap-parents):
10738         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10739         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10740         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10741         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10742         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10744         * progmodes/cc-vars.el (other): Emacs has this widget since
10745         at least 21.1, so don't (re)define it.
10747         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10748         Replace the obsolete alias pcomplete-arg-quote-list.
10750 2013-06-01  Leo Liu  <sdl.web@gmail.com>
10752         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10753         punctuation syntax.
10754         (inferior-octave-minimal-columns)
10755         (inferior-octave-last-column-width): New variables.
10756         (inferior-octave-track-window-width-change): New function.
10757         (inferior-octave-mode): Adjust column width so that Octave output,
10758         for example from 'ls', can fit into the window nicely.
10760 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10762         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10763         Highlight expansions inside regexp literals.
10765 2013-05-31  Glenn Morris  <rgm@gnu.org>
10767         * obsolete/sym-comp.el (symbol-complete):
10768         Replace obsolete completion-annotate-function.
10770         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10772 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10774         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10775         New function, checks if point is inside a literal that allows
10776         expression expansion.
10777         (ruby-syntax-propertize-expansion): Use it.
10778         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10779         around the body.
10781 2013-05-30  Juri Linkov  <juri@jurta.org>
10783         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10784         to "\M-si".
10785         (isearch-invisible): New variable.
10786         (isearch-forward): Doc fix.
10787         (isearch-mode): Set `isearch-invisible'
10788         to the value of `search-invisible'.
10789         (isearch-toggle-case-fold): Doc fix.
10790         (isearch-toggle-invisible): New command.
10791         (isearch-query-replace): Let-bind `search-invisible'
10792         to the value of `isearch-invisible'.
10793         (isearch-search): Use `isearch-invisible' instead of
10794         `search-invisible'.  Let-bind `search-invisible'
10795         to the value of `isearch-invisible'.  (Bug#11378)
10797 2013-05-30  Juri Linkov  <juri@jurta.org>
10799         * replace.el (perform-replace): Avoid `isearch-range-invisible'
10800         call when `query-flag' is nil and `search-invisible' is non-nil.
10801         (Bug#11746)
10803 2013-05-30  Glenn Morris  <rgm@gnu.org>
10805         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10807         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10808         (cc-require): Suppress spurious "noruntime" warnings.
10809         (cc-require-when-compile): Use fboundp, for sake of compiler.
10811         * progmodes/cc-mode.el: Move load of cc-vars before that of
10812         cc-langs (which in turn loads cc-vars), to quieten compiler.
10814 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10816         * paren.el: Simplify the code.
10817         (show-paren-mode): Always start the timer.
10818         (show-paren--idle-timer): Rename from show-paren-idle-timer.
10819         (show-paren--overlay, show-paren--overlay-1): Rename from
10820         show-paren-overlay and show-paren-overlay-1, and initialize to an
10821         overlay rather than to nil.
10822         (show-paren-function): Misc cleanup and simplifications.
10824 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10826         * paren.el (show-paren-data-function): New hook.
10827         (show-paren--default): New function, extracted from show-paren-function.
10828         (show-paren-function): Use show-paren-data-function.
10830 2013-05-30  Glenn Morris  <rgm@gnu.org>
10832         * ielm.el (ielm-map, ielm-complete-symbol):
10833         Use completion-at-point rather than obsolete functions.
10834         (inferior-emacs-lisp-mode): Doc fix.
10835         Set completion-at-point-functions, rather than
10836         comint-dynamic-complete-functions.
10838         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10839         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10840         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10842         * image.el (image-animated-p): Tweak definition.
10844         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10845         (rlogin-process-connection-type): Tweak default.  Add set-after.
10846         (rlogin-host): Doc fix.
10847         (rlogin): Tweak prompt.
10848         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10850         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10851         * progmodes/tcl.el (inferior-tcl-mode-map):
10852         Use completion-at-point rather than obsolete alias.
10854         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10856         * minibuffer.el (read-file-name-completion-ignore-case):
10857         Move before completion--in-region, for eager macro expansion.
10859 2013-05-29  Juri Linkov  <juri@jurta.org>
10861         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10862         for total count of matching lines.  Add `global-matches' for total
10863         count of matches.  Rename `matches' to `lines' for count of
10864         matching lines.  Add `matches' for count of matches.
10865         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
10866         to `prev-line' for line number of prev match endpt.
10867         Increment `matches' for every match.  Print the number of
10868         matching lines in the header.
10869         (occur-context-lines): Rename `lines' to `curr-line'.
10870         Rename `prev-lines' to `prev-line'.  (Bug#14017)
10872 2013-05-29  Juri Linkov  <juri@jurta.org>
10874         * replace.el (perform-replace): Add `skip-read-only-count',
10875         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10876         Increment them for corresponding conditions and report the number
10877         of skipped occurrences in the final message.  (Bug#11746)
10878         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10879         (replace-string, replace-regexp): Doc fix.
10881 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10883         * emacs-lisp/trace.el (trace--read-args): Provide a default.
10885         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10886         prog-mode-map (bug#14504).
10888 2013-05-29  Leo Liu  <sdl.web@gmail.com>
10890         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10891         (octave-help): Small simplification.
10893         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10894         off the highlight first.
10896 2013-05-29  Glenn Morris  <rgm@gnu.org>
10898         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10899         Handle idlwave-last-system-routine-info-cons-cell being nil.
10901         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10902         (idlwave-write-paths): Simplify via with-temp-buffer.
10904         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10905         * emulation/cua-rect.el: Also load cua-base at run time.
10907         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10908         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10909         (cperl-imenu-on-info): Require imenu.
10911 2013-05-28  Alan Mackenzie  <acm@muc.de>
10913         Handle "capitalised keywords" correctly.
10914         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10916 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
10918         * eshell/em-unix.el: Add -r option to cp.
10920 2013-05-28  Glenn Morris  <rgm@gnu.org>
10922         * vc/vc-arch.el (vc-exec-after): Declare.
10923         (vc-switches): Autoload.
10924         * vc/vc-bzr.el: No need to require vc when compiling.
10925         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10926         (vc-resynch-buffer, vc-dir-refresh): Declare.
10927         (vc-setup-buffer, vc-switches): Autoload.
10928         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10929         (vc-resynch-buffer): Declare.
10930         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10931         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10932         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10933         (grep-read-regexp, grep-read-files, grep-expand-template)
10934         (vc-dir-refresh): Declare.
10935         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10936         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10937         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10938         * vc/vc-mtn.el (vc-exec-after): Declare.
10939         (vc-switches): Autoload.
10940         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10941         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10942         (vc-file-tree-walk): Declare.
10943         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10944         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10945         (vc-tag-precondition, vc-rename-master): Autoload.
10946         * vc/vc-svn.el (vc-exec-after): Declare.
10947         (vc-switches, vc-setup-buffer): Autoload.
10948         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10949         Autoload.
10950         (vc-resynch-buffer): Declare.
10952         * obsolete/fast-lock.el (byte-compile-warnings):
10953         Don't warn about obsolete features in this obsolete file.
10955         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10956         Move definition before use.
10958         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10959         (dun-unix-verbs): Remove dun-zippy.
10960         (dun-zippy): Remove function.
10962         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10964 2013-05-27  Juri Linkov  <juri@jurta.org>
10966         * replace.el (replace-search): New function with code moved out
10967         from `perform-replace'.
10968         (replace-highlight, replace-dehighlight): Move function definitions
10969         up closer to `replace-search'.  (Bug#11746)
10971 2013-05-27  Juri Linkov  <juri@jurta.org>
10973         * replace.el (perform-replace): Ignore invisible matches.
10974         In addition to checking `query-replace-skip-read-only', also
10975         filter out matches by calling `run-hook-with-args-until-failure'
10976         on `isearch-filter-predicates', and also check `search-invisible'
10977         for t or call `isearch-range-invisible'.
10978         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
10980 2013-05-27  Juri Linkov  <juri@jurta.org>
10982         * isearch.el (isearch-filter-predicates): Rename from
10983         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
10984         (isearch-message-prefix): Display text from the property
10985         `isearch-message-prefix' of the currently active filters.
10986         (isearch-search): Don't compare `isearch-filter-predicate' with
10987         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
10988         on `isearch-filter-predicates'.  Also check `search-invisible' for t
10989         or call `isearch-range-invisible'.
10990         (isearch-filter-visible): Make obsolete.
10991         (isearch-lazy-highlight-search):
10992         Call `run-hook-with-args-until-failure' on
10993         `isearch-filter-predicates' and use `isearch-range-invisible'.
10995         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10996         `isearch-filter-predicates' instead of `funcall'ing
10997         `isearch-filter-predicate'.
10998         (Info-mode): Set `Info-isearch-filter' to
10999         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11001         * dired-aux.el (dired-isearch-filter-predicate-orig):
11002         Remove variable.
11003         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11004         (dired-isearch-filenames-end): Add and remove
11005         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11006         instead of changing the value of `isearch-filter-predicate'.
11007         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11008         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11009         Put property `isearch-message-prefix' to "filename " on
11010         `dired-isearch-filter-filenames'.
11012         * wdired.el (wdired-change-to-wdired-mode):
11013         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11014         locally instead of changing `isearch-filter-predicate'.
11015         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11017 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
11019         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11020         return the commit hash (Bug#14459).  Also set the
11021         `vc-git-detached' property.
11022         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11023         (vc-git-mode-line-string): Use the same help-echo format whether
11024         in detached mode or not, because we know the actual revision now.
11025         When in detached mode, shorten the revision to 7 chars.
11027 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11029         * emacs-lisp/easy-mmode.el (define-minor-mode):
11030         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11031         mode hook and provide a docstring.
11033 2013-05-27  Alan Mackenzie  <acm@muc.de>
11035         Remove spurious syntax-table text properties inserted by C-y.
11036         * progmodes/cc-mode.el (c-after-change): Also clear hard
11037         syntax-table property with value nil.
11039 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
11041         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11042         when reading the events; the buffer layout shall not be changed.
11044 2013-05-27  Leo Liu  <sdl.web@gmail.com>
11046         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11047         New variable.
11048         (inferior-octave-directory-tracker): Automatically re-sync
11049         default-directory.
11050         (octave-help): Improve handling of 'See also'.
11052 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11054         * doc-view.el: Minor naming convention tweaks.
11055         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11057         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11058         even if there's no `display' property yet (bug#14435).
11060 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
11062         * subr.el (unmsys--file-name): Rename from reveal-filename.
11064         * Makefile.in (custom-deps, finder-data, autoloads)
11065         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11066         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11067         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11069 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11071         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11072         error-completion on the first 2 args of condition-case (bug#14446).
11073         Don't burp at EOB.
11075 2013-05-25  Leo Liu  <sdl.web@gmail.com>
11077         * comint.el (comint-previous-matching-input): Do not flood the
11078         *Messages* buffer with trivial messages.
11080 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * progmodes/flymake.el (flymake-nop): Don't return a string.
11083         (flymake-set-at): Fix typo.
11085         * simple.el (read--expression): New function, extracted from
11086         eval-expression.  Set completion-at-point-functions (bug#14465).
11087         (eval-expression, eval-minibuffer): Use it.
11089 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
11091         * progmodes/flymake.el (flymake-save-buffer-in-file)
11092         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11093         (flymake-selected-frame, flymake-log, flymake-ins-after)
11094         (flymake-set-at, flymake-get-buildfile-from-cache)
11095         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11096         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11097         Refine the doc string.
11098         (flymake-get-file-name-mode-and-masks): Reformat.
11099         (flymake-get-real-file-name-function): Fix a minor bug.
11101 2013-05-24  Juri Linkov  <juri@jurta.org>
11103         * progmodes/grep.el (grep-mode-font-lock-keywords):
11104         Support =linenumber= format used by git-grep for lines with
11105         function names.  (Bug#13549)
11107 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11109         * progmodes/octave.el (octave-smie-rules): Return nil rather than
11110         0 after a semi-colon; it works better for smie-auto-fill.
11111         (octave--indent-new-comment-line): New function.
11112         (octave-indent-new-comment-line): Use it (indirectly).
11113         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
11114         modify comment-line-break-function.
11116         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11117         (smie-setup): Use add-function to set it.
11119 2013-05-24  Sam Steingold  <sds@gnu.org>
11121         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11122         argument (before the `interactive' argument).
11124 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11126         * image-mode.el (image-mode-winprops): Add winprops to
11127         image-mode-winprops-alist before running
11128         image-mode-new-window-functions.
11129         * doc-view.el (doc-view-new-window-function): Don't delay
11130         doc-view-goto-page via timers (bug#14435).
11132 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
11134         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
11135         (doc-view-desktop-save-buffer): New function.
11136         (doc-view-restore-desktop-buffer): New function.
11137         (desktop-buffer-mode-handlers):
11138         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11139         handler.
11140         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11141         `desktop-save-buffer' function.
11143 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
11145         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11146         (tramp-gvfs-file-name-handler): Raise a user error when
11147         `tramp-gvfs-enabled' is nil.
11148         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11149         Do not raise a user error when loading package.  (Bug#14447)
11151         * net/xesam.el: Move to obsolete/.
11153 2013-05-24  Glenn Morris  <rgm@gnu.org>
11155         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11157         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11159         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11160         (Info-find-node, Man-getpage-in-background): Declare.
11162         * mail/unrmail.el (unrmail):
11163         Replace obsolete detect-coding-with-priority.
11165         * net/socks.el (socks-split-string): Use this rather than split-string.
11166         (socks-nslookup-host): Update for above change.
11167         (dynamic-choice, s5-dynamic-choice-match)
11168         (s5-dynamic-choice-match-inline, s5-widget-value-create):
11169         Comment out unused code.
11171         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11172         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11173         (gud-tooltip-echo-area): Make obsolete.
11174         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11176         * progmodes/js.el (js--optimize-arglist): Declare.
11178         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11180         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11181         (ediff-window-C): Declare.
11183         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11184         Tweak requires to silence compiler.
11186         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11187         (he-search-string, he-tried-table, he-expand-list)
11188         (he-init-string, he-string-member, he-substitute-string)
11189         (he-reset-string): Declare.
11191         * obsolete/options.el (list-options): Use custom-variable-p,
11192         rather than obsolete alias.
11194 2013-05-23  Sam Steingold  <sds@gnu.org>
11196         * simple.el (shell-command-on-region): Pass the `replace' argument
11197         down to `call-process-region' to comply with the doc as reported on
11198         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11200 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * emacs-lisp/smie.el (smie-indent-forward-token)
11203         (smie-indent-backward-token): Handle string tokens (bug#14381).
11205 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11207         * ielm.el (ielm-menu): New menu.
11208         (inferior-emacs-lisp-mode): Set comment-start.
11210 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11212         * textmodes/reftex.el (reftex-ref-style-toggle):
11213         Fix deactivate action.
11215         * textmodes/reftex-vars.el (reftex-ref-style-alist):
11216         Add cleveref macros.
11218         * textmodes/reftex-parse.el
11219         (reftex-locate-bibliography-files): Accept options for
11220         bibliography commands.
11221         * textmodes/reftex-vars.el (reftex-bibliography-commands):
11222         Add addbibresource.  Basic Biblatex support.
11224 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
11226         * net/tramp-gvfs.el (top):
11227         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11228         when loading package.  (Bug#14447)
11230 2013-05-23  Glenn Morris  <rgm@gnu.org>
11232         * progmodes/js.el: No need to load comint when compiling.
11233         (ring-insert, comint-send-string, comint-send-input)
11234         (comint-last-input-end, ido-chop): Declare.
11236         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11237         * vc/ediff-mult.el: Adjust requires.
11238         (ediff-directories-internal, ediff-directory-revisions-internal)
11239         (ediff-patch-file-internal): Declare.
11240         * vc/ediff-ptch.el: Adjust requires.
11241         (ediff-use-last-dir, ediff-buffers-internal): Declare.
11242         (ediff-find-file): Autoload.
11243         * vc/ediff-util.el: No need to load ediff when compiling.
11244         (ediff-regions-internal): Declare.
11245         * vc/ediff-wind.el: Adjust requires.
11246         (ediff-compute-toolbar-width): Define when compiling.
11247         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11248         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11249         (dired-get-filename, dired-get-marked-files)
11250         (ediff-last-dir-patch, ediff-patch-default-directory)
11251         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11252         (ediff-patch-buffer-internal): Declare.
11254         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11255         (ispell-process, ispell-buffer-local-words, lm-summary)
11256         (lm-section-start, lm-section-end): Declare.
11257         (checkdoc-ispell-init): Simplify.
11259         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11260         (he-string-member, he-reset-string, he-substitute-string): Declare.
11262         * eshell/em-ls.el: Adjust requires.
11263         (eshell-glob-regexp): Declare.
11264         * eshell/em-tramp.el: Adjust requires.
11265         (eshell-parse-command): Autoload.
11266         * eshell/em-xtra.el: Adjust requires.
11267         (eshell-parse-command): Autoload.
11268         * eshell/esh-ext.el: Adjust requires.
11269         (eshell-parse-command, eshell-close-handles): Autoload.
11270         * eshell/esh-io.el: Adjust requires.
11271         (eshell-output-filter): Autoload.
11272         * eshell/esh-util.el: No need to load tramp when compiling.
11273         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11274         Declare.
11275         (eshell-parse-ange-ls): Require ange-ftp and tramp.
11276         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11277         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11278         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11279         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11280         * eshell/esh-opt.el, eshell/esh-proc.el:
11281         * eshell/esh-var.el: Adjust requires.
11282         * eshell/eshell.el: Do not require esh-util twice.
11283         (eshell-add-input-to-history): Declare.
11284         (eshell-command): Check history module is active before using it.
11286         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11288 2013-05-22  Leo Liu  <sdl.web@gmail.com>
11290         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11292 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
11294         * autorevert.el (auto-revert-notify-add-watch)
11295         (auto-revert-notify-handler): Add `attrib' for the inotify case,
11296         it indicates changes in file modification time.
11298 2013-05-22  Glenn Morris  <rgm@gnu.org>
11300         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11301         Always delete the autoloaded function from the noruntime and
11302         unresolved functions lists.
11304         * allout.el: No need to load epa, epg, overlay when compiling.
11305         (epg-context-set-passphrase-callback, epg-list-keys)
11306         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11307         (epg-key-user-id-list): Declare.
11309         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11310         (viper-set-parsing-style-toggling-macro)
11311         (viper-set-emacs-state-searchstyle-macros):
11312         Use called-interactively-p on Emacs.
11313         (viper-looking-back): Make it an obsolete alias.  Update callers.
11314         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11315         Use looking-back rather than viper-looking-back.
11316         (viper-tmp-insert-at-eob, viper-enlarge-region)
11317         (viper-read-string-with-history, viper-register-to-point)
11318         (viper-append-to-register, viper-change-state-to-vi)
11319         (viper-backward-char-carefully, viper-forward-char-carefully)
11320         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11321         (viper-change-state-to-emacs): Declare.
11322         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11323         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11324         * emulation/viper-mous.el: Do not load viper-cmd.
11325         (viper-backward-char-carefully, viper-forward-char-carefully)
11326         (viper-forward-word, viper-adjust-window): Declare.
11328         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11330         * progmodes/idlw-help.el (idlwave-help-fontify):
11331         Use called-interactively-p.
11333         * term/w32console.el (w32-get-console-codepage)
11334         (w32-get-console-output-codepage): Declare.
11336         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11337         Remove unnecessary declarations.
11338         (dframe-message): Doc fix.
11340         * info.el (dframe-select-attached-frame, dframe-current-frame):
11341         Declare.
11343         * speedbar.el (speedbar-message): Make it an obsolete alias.
11344         Update all callers.
11345         (speedbar-with-attached-buffer)
11346         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11347         (speedbar-with-writable): Use backquote.
11348         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11349         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11350         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11351         rather than speedbar- aliases.
11352         * mail/rmail.el: Load dframe rather than speedbar when compiling.
11353         (speedbar-make-specialized-keymap, speedbar-insert-button)
11354         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11355         (speedbar-do-function-pointer): Declare.
11356         (rmail-speedbar-button, rmail-speedbar-find-file)
11357         (rmail-speedbar-move-message):
11358         Use dframe-with-attached-buffer rather than speedbar- alias.
11359         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11360         (dframe-message, speedbar-make-specialized-keymap)
11361         (speedbar-add-expansion-list, speedbar-mode-functions-list)
11362         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11363         (speedbar-insert-button, dframe-select-attached-frame)
11364         (dframe-maybee-jump-to-attached-frame)
11365         (speedbar-change-initial-expansion-list)
11366         (speedbar-previously-used-expansion-list-name): Declare.
11367         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11368         Use dframe-message, dframe-with-attached-buffer rather than
11369         speedbar- aliases.
11370         (gud-sentinel): Silence compiler.
11371         * progmodes/vhdl-mode.el (speedbar-refresh)
11372         (speedbar-do-function-pointer, speedbar-add-supported-extension)
11373         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11374         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11375         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11376         (speedbar-file-lists, speedbar-make-tag-line)
11377         (speedbar-line-directory, speedbar-goto-this-file)
11378         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11379         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11380         (speedbar-make-button, speedbar-reset-scanners)
11381         (speedbar-files-item-info, speedbar-line-text)
11382         (speedbar-find-file-in-frame, speedbar-set-timer)
11383         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11384         (speedbar-with-writable): Do not (re)define it.
11385         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11386         rather than speedbar- alias.
11388 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11390         * progmodes/octave.el (octave-mode-menu): Update and re-organize
11391         menu items.
11392         (octave-mode): Tweak fill-nobreak-predicate.
11393         (inferior-octave-startup): Check process to avoid infinite loop.
11394         (inferior-octave): Pop to buffer first to show abornmal process
11395         exit information.
11397 2013-05-21  Glenn Morris  <rgm@gnu.org>
11399         * printing.el (pr-menu-bar): Define when compiling.
11401 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11403         * progmodes/octave.el (octave-auto-fill): Remove.
11404         (octave-indent-new-comment-line): Improve.
11405         (octave-mode): Use auto fill mode through
11406         comment-line-break-function and fill-nobreak-predicate.
11407         (octave-goto-function-definition): Support DEFUN_DLD.
11408         (octave-beginning-of-defun): Small tweak.
11409         (octave-help): Show parent directory.
11411 2013-05-21  Glenn Morris  <rgm@gnu.org>
11413         * files.el (dired-unmark):
11414         * progmodes/gud.el (gdb-input): Update declarations.
11416         * calculator.el (electric, ehelp): No need to load when compiling.
11417         (Electric-command-loop, electric-describe-mode): Declare.
11419         * doc-view.el (doc-view-current-converter-processes): Move before use.
11421         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11422         Move MODE-set-explicitly definition before use.
11424         * international/mule-diag.el (mule-diag):
11425         Don't use obsolete window-system-version.
11427         * mail/feedmail.el (smtpmail): No need to load when compiling.
11428         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11430         * mail/mail-utils.el (rfc822): No need to load when compiling.
11431         (rfc822-addresses): Autoload it.
11432         (mail-strip-quoted-names): Trivial simplification.
11434         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11435         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11437         * net/snmp-mode.el (tempo): Don't duplicate requires.
11439         * progmodes/prolog.el (info): No need to load when compiling.
11440         (comint): Require before shell requires it.
11441         (Info-goto-node): Autoload it.
11442         (Info-follow-nearest-node): Declare.
11443         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11445         * textmodes/artist.el (picture-mode-exit): Declare.
11447         * textmodes/reftex-parse.el (reftex-parse-from-file):
11448         Trivial rewrite so the compiler can parse it better.
11450 2013-05-20  Leo Liu  <sdl.web@gmail.com>
11452         * progmodes/octave.el (octave-help-mode-map)
11453         (octave-help-mode-finish-hook): New variables.
11454         (octave-help-mode, octave-help-mode-finish): New functions.
11455         (octave-help): Use octave-help-mode.
11457 2013-05-20  Glenn Morris  <rgm@gnu.org>
11459         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
11461 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
11463         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11464         start at point, so that expansion starting right after opening
11465         slash in a regexp is recognized.
11466         (ruby-syntax-before-regexp-re): New defvar, extracted from
11467         ruby-syntax-propertize-function.  Since the value of this regexp
11468         is looked up at runtime now, we should be able to turn
11469         `ruby-syntax-methods-before-regexp' into a defcustom later.
11470         (ruby-syntax-propertize-function): Split regexp matching into two
11471         parts, for opening and closing slashes.  That allows us to skip
11472         over string interpolations and support multiline regexps.
11473         Don't call `ruby-syntax-propertize-expansions', instead use another rule
11474         for them, which calls `ruby-syntax-propertize-expansion'.
11475         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11476         call to `ruby-syntax-propertize-function'.
11477         (ruby-syntax-propertize-expansion): Extracted from
11478         `ruby-syntax-propertize-expansions'.  Handles one expansion.
11479         (ruby-syntax-propertize-percent-literal): Leave point right after
11480         the percent symbol, so that the expression expansion rule can
11481         propertize the contents.
11482         (ruby-syntax-propertize-heredoc): Leave point at bol following the
11483         heredoc openers.
11484         (ruby-syntax-propertize-expansions): Remove.
11486 2013-05-18  Juri Linkov  <juri@jurta.org>
11488         * man.el (Man-default-man-entry): Remove `-' from the end
11489         of the default value.  (Bug#14400)
11491 2013-05-18  Glenn Morris  <rgm@gnu.org>
11493         * comint.el (comint-password-prompt-regexp):
11494         Allow "password for XXX" where XXX contains colons (eg https://...).
11496 2013-05-18  Leo Liu  <sdl.web@gmail.com>
11498         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11499         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
11500         (octave-source-directories): Don't check process.
11501         (octave-source-directories, octave-find-definition): Doc fix.
11503 2013-05-18  Glenn Morris  <rgm@gnu.org>
11505         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11506         Remove backspace/delete bindings.  (Bug#14392)
11508         * cus-dep.el (custom-make-dependencies): Sort the output.
11509         (custom-versions-load-alist): Convert comment to doc.
11511 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11513         * newcomment.el (comment-search-backward): Stricter in finding
11514         comment start.  (Bug#14303)
11516         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11517         (octave-comment-start-skip): Properly anchored.
11519 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11521         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11522         Clean up when turned off.  (Bug#14395)
11523         (smie--highlight-matching-block-overlay): No longer buffer-local.
11524         (smie-highlight-matching-block): Adjust.
11526 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11528         Doc string fix for "nanoseconds" (Bug#14406).
11529         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11530         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11532 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11534         * calc/calc-units.el (math-extract-units): Preserve powers
11535         of units.
11537 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11539         * subr.el (delete-consecutive-dups): New function.
11540         * ido.el (ido-set-matches-1): Use it.
11541         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11542         * ido.el (ido-remove-consecutive-dups): Remove.
11544 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11546         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11547         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11548         regexp-opt's `words'.
11550 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11552         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11553         (smie--highlight-matching-block-overlay)
11554         (smie--highlight-matching-block-lastpos)
11555         (smie--highlight-matching-block-timer): New variables.
11556         (smie-highlight-matching-block): New function.
11557         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
11558         (smie-setup): Conditionally enable smie-blink-matching-open.
11560 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
11562         Sync with upstream verilog-mode r840.
11563         * progmodes/verilog-mode.el (verilog-mode-version)
11564         (verilog-mode-release-date): Update.
11565         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11566         (verilog-sig-tieoff): Fix string error on
11567         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
11568         (verilog-read-decls): Fix parameters confusing
11569         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
11571 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
11573         * subr.el (reveal-filename): New function.
11575         * loadup.el: Compute Emacs executable versions on MS-Windows,
11576         where executables have the .exe extension.  Add a hard link
11577         emacs-XX.YY.ZZ.exe on MS-Windows.
11579         * Makefile.in (XARGS_LIMIT): New variable.
11580         (custom-deps, finder-data, autoloads)
11581         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11582         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11583         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11584         (compile-main): Limit xargs according to $(XARGS_LIMIT).
11586 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11588         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11589         (octave-mode-menu, octave-mode-map): Remove its uses.
11591 2013-05-16  Reto Zimmermann  <reto@gnu.org>
11593         Sync with upstream vhdl mode v3.34.2.
11594         * progmodes/vhdl-mode.el: Use `push' throughout.
11595         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11596         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11597         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
11598         (vhdl-actual-generic-name): New option to derive actual generic name.
11599         (vhdl-port-paste-signals): Replace formal by actual generics.
11600         (vhdl-beautify): New name for old group vhdl-align.  Update users.
11601         (vhdl-beautify-options): New option.
11602         (vhdl-last-input-event): New compat alias.  Use throughout.
11603         (vhdl-goto-line): Replace user level function `goto-line'.
11604         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11605         vhdl-fix-statement-buffer.
11606         (vhdl-create-mode-menu): Add some entries.
11607         (vhdl-align-region-groups): Respect vhdl-beautify-options.
11608         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11609         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11610         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11611         to force statements on one line.
11612         (vhdl-remove-trailing-spaces-region):
11613         New, split from vhdl-remove-trailing-spaces.
11614         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11615         Respect vhdl-beautify-options.
11616         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11617         (vhdl-update-sensitivity-list): Not add with index if exists without.
11618         Not include array index with signal.  Ignore keywords in comments.
11619         (vhdl-get-visible-signals): Regexp tweaks.
11620         (vhdl-template-component-inst): Handle empty library.
11621         (vhdl-template-type): Add template for 'enum' type.
11622         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11623         Use vhdl-replace-string.
11624         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11625         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11626         (vhdl-speedbar-initialize): Update for above name change.
11627         (vhdl-compose-wire-components): Fix in handling of constants.
11628         (vhdl-error-regexp-emacs-alist): New variable.
11629         (vhdl-error-regexp-add-emacs): New function;
11630         adds support for new compile.el (Emacs 22+)
11631         (vhdl-generate-makefile-1): Change target order for single lib. units.
11632         Allow use of absolute file names.
11634 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11636         * simple.el (prog-indent-sexp): Indent enclosing defun.
11638 2013-05-15  Glenn Morris  <rgm@gnu.org>
11640         * cus-start.el (show-trailing-whitespace): Move to editing basics.
11641         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11642         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11643         (whitespace-highlight): Move to whitespace group.
11645         * comint.el (comint-source):
11646         * pcmpl-linux.el (pcmpl-linux):
11647         * shell.el (shell-faces):
11648         * eshell/esh-opt.el (eshell-opt):
11649         * international/ccl.el (ccl): Remove empty custom groups.
11651         * completion.el (dynamic-completion-mode):
11652         * jit-lock.el (jit-lock-debug-mode):
11653         * minibuffer.el (completion-in-region-mode):
11654         * type-break.el (type-break-mode-line-message-mode)
11655         (type-break-query-mode):
11656         * emulation/tpu-edt.el (tpu-edt-mode):
11657         * progmodes/subword.el (global-subword-mode, global-superword-mode):
11658         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11659         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11661         * term/xterm.el (xterm): Change parent group to terminals.
11663         * master.el (master): Remove empty custom group.
11664         (master-mode): Remove unused :group argument.
11665         * textmodes/refill.el (refill): Remove empty custom group.
11666         (refill-mode): Remove unused :group argument.
11668         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11670         * cus-dep.el: Provide a feature.
11671         (custom-make-dependencies): Ignore dotfiles (dir-locals).
11672         Don't mistakenly ignore files whose basenames match a basename
11673         from preloaded-file-list (eg cedet/ede/simple.el).
11674         Add a fallback method for getting :group.
11676 2013-05-15  Juri Linkov  <juri@jurta.org>
11678         * isearch.el (isearch-char-by-name): Rename from
11679         `isearch-insert-char-by-name'.  Doc fix.
11680         (isearch-forward): Mention `isearch-char-by-name' in
11681         the docstring.  (Bug#13348)
11683         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11684         `exit-minibuffer' instead of
11685         `isearch-nonincremental-exit-minibuffer'.
11686         (isearch-edit-string): Remove mention of
11687         `isearch-nonincremental-exit-minibuffer' from docstring.
11688         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11689         (isearch-forward-exit-minibuffer)
11690         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
11692 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11694         * loadup.el: Just use unversioned DOC.
11696         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11697         literals as extending to EOB.
11698         (nxml-last-fontify-end): Remove unused variable.
11699         (nxml-after-change1): Use with-silent-modifications.
11700         (nxml-extend-after-change-region): Simplify.
11701         (nxml-extend-after-change-region1): Remove function.
11702         (nxml-after-change1): Don't adjust for dependent regions.
11703         (nxml-fontify-matcher): Simplify.
11704         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11705         (xmltok-add-dependent): Remove function.
11706         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11707         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11708         (xmltok-scan-prolog-after-processing-instruction-open): Treat
11709         unclosed <[[, <?, comment, and other literals as extending to EOB.
11710         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11711         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11712         Remove functions.
11713         (rng-do-some-validation-1): Don't mark dependent regions.
11714         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11715         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11716         (nxml-clear-dependent-regions): Remove functions.
11717         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11718         (nxml-ensure-scan-up-to-date):
11719         Don't clear&mark dependent regions.
11721 2013-05-15  Leo Liu  <sdl.web@gmail.com>
11723         * progmodes/octave.el (octave-goto-function-definition):
11724         Improve and fix callers.
11726 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11728         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11729         the setter (bug#14387).
11731         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11732         surrounding group (bug#14402).
11734 2013-05-14  Juri Linkov  <juri@jurta.org>
11736         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11737         (Bug#14390)
11739 2013-05-14  Glenn Morris  <rgm@gnu.org>
11741         * progmodes/f90.el (f90-imenu-generic-expression):
11742         Fix typo in 2013-05-08 change.  (Bug#14402)
11744 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11746         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11747         Remove signals for which replies are never received.
11749 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11751         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11752         (gdb-handler-alist, gdb-handler-number): Remove variables.
11753         (gdb-handler-list): New variable.
11754         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11755         (gdb-pending-handler-p, gdb-handle-reply)
11756         (gdb-remove-all-pending-triggers): New functions.
11757         (gdb-discard-unordered-replies): New defcustom.
11758         (gdb-handler): New defstruct.
11759         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
11760         instead of gdb-pending-triggers.  Update docstring.
11761         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
11762         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11763         (gdb-var-update-handler, def-gdb-auto-update-trigger)
11764         (def-gdb-auto-update-handler, gdb-get-changed-registers)
11765         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11766         (gdb-frame-handler): Pending triggers are now automatically managed.
11767         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11768         Remove argument.
11769         (gdb-input): Automatically handles pending triggers.  Update docstring.
11770         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11771         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11772         Update comments.
11773         (gdb-done-or-error): Now use gdb-handle-reply.
11775 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11777         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11778         gdb-debug-log.
11780 2013-05-14  Glenn Morris  <rgm@gnu.org>
11782         * subr.el (user-emacs-directory-warning): New option.
11783         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
11785 2013-05-14  Leo Liu  <sdl.web@gmail.com>
11787         * progmodes/octave.el (octave-font-lock-keywords): Fix error
11788         during redisplay.
11789         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11790         (octave-font-lock-texinfo-comment): Fix invalid search bound
11791         error: wrong side of point.
11793 2013-05-14  Glenn Morris  <rgm@gnu.org>
11795         * progmodes/flymake.el (flymake-xml-program): New option.
11796         (flymake-xml-init): Use it.
11798         * term/xterm.el: Provide a feature.
11800         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
11802 2013-05-13  Glenn Morris  <rgm@gnu.org>
11804         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11805         Add compat aliases as a hack workaround.  (Bug#14384)
11807 2013-05-13  Leo Liu  <sdl.web@gmail.com>
11809         * progmodes/octave.el (octave-indent-comment): Fix indentation for
11810         ###, and %!.
11811         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11812         C-M-q.
11813         (octave-comment-start-skip): Include %!.
11814         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11816 2013-05-12  Leo Liu  <sdl.web@gmail.com>
11818         * progmodes/octave.el (inferior-octave-startup): Store the value
11819         of __octave_srcdir__ for octave-source-directories.
11820         (inferior-octave-check-process): New function refactored out of
11821         inferior-octave-send-list-and-digest.
11822         (octave-source-directories)
11823         (octave-find-definition-filename-function): New variables.
11824         (octave-source-directories)
11825         (octave-find-definition-default-filename): New functions.
11826         (octave-find-definition): Improve to find functions implemented in C++.
11828 2013-05-12  Glenn Morris  <rgm@gnu.org>
11830         * calendar/diary-lib.el (diary-outlook-format-1):
11831         Don't include dayname in the output.  (Bug#14349)
11833 2013-05-11  Glenn Morris  <rgm@gnu.org>
11835         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11837         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11838         Treat cc-provide like provide.
11840 2013-05-11  Kevin Ryde  <user42@zip.com.au>
11842         * cus-dep.el (custom-make-dependencies):
11843         Use generated-autoload-load-name for the sake of files such
11844         such cedet/semantic/bovine/c.el, where the base file name
11845         is not in load-path.  (Bug#5277)
11847 2013-05-11  Glenn Morris  <rgm@gnu.org>
11849         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11850         Provide features.
11852 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11854         * progmodes/octave.el (octave-indent-comment): Improve.
11855         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11856         (octave-eldoc-function-signatures, octave-eldoc-function):
11857         New functions.
11858         (octave-mode, inferior-octave-mode): Add eldoc support.
11860 2013-05-11  Richard Stallman  <rms@gnu.org>
11862         * epa.el (epa-decrypt-file): Take output file name as argument
11863         and read it using `interactive'.
11865 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11867         * progmodes/octave.el (octave-beginning-of-line)
11868         (octave-end-of-line): Check before using up-list because it jumps
11869         out of more syntactic contructs since moving to smie.
11870         (octave-indent-comment): New function.
11871         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
11872         (octave-begin-keywords, octave-end-keywords)
11873         (octave-reserved-words, octave-smie-bnf-table)
11874         (octave-smie-rules): Add new keywords from Octave 3.6.4.
11876 2013-05-11  Glenn Morris  <rgm@gnu.org>
11878         * faces.el (internal-face-x-get-resource):
11879         * frame.el (ns-display-monitor-attributes-list):
11880         * calc/calc-aent.el (math-to-radians-2):
11881         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11882         Fix declarations.
11884         * calc/calc-menu.el: Make it loadable in isolation.
11886         * net/eudcb-bbdb.el: Make it loadable without bbdb.
11887         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11888         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11889         (eudc-bbdb-query-internal): Require 'bbdb.
11891         * lpr.el (lpr-headers-switches):
11892         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11894         * progmodes/sql.el (sql-login-params): Fix and improve :type.
11896         * emulation/edt-mapper.el: In batch mode, error rather than hang.
11898         * term.el (term-set-escape-char): Make it idempotent.
11900 2013-05-10  Leo Liu  <sdl.web@gmail.com>
11902         * progmodes/octave.el (inferior-octave-completion-table):
11903         No longer a function and all uses changed.  Use cache to speed up
11904         completion due to bug#11906.
11905         (octave-beginning-of-defun): Re-write to be more general.
11907 2013-05-10  Glenn Morris  <rgm@gnu.org>
11909         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11911 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * comint.el (comint-redirect-send-command-to-process): Use :around
11914         rather than :override for comint-redirect-filter.
11915         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11916         Call it instead of comint-redirect-original-filter-function (which
11917         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
11919 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
11921         * frame.el (display-monitor-attributes-list): Add NS case.
11922         (ns-display-monitor-attributes-list): Declare.
11924 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
11926         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
11928 2013-05-09  Glenn Morris  <rgm@gnu.org>
11930         * international/fontset.el (vertical-centering-font-regexp):
11931         Set standard-value.
11933         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11935         * bookmark.el (bookmark-search-delay):
11936         * cus-start.el (vertical-centering-font-regexp):
11937         * ps-mule.el (ps-mule-font-info-database-default):
11938         * ps-print.el (ps-default-fg, ps-default-bg):
11939         * type-break.el (type-break-good-break-interval):
11940         * whitespace.el (whitespace-indentation-regexp)
11941         (whitespace-space-after-tab-regexp):
11942         * emacs-lisp/testcover.el (testcover-1value-functions)
11943         (testcover-noreturn-functions, testcover-progn-functions)
11944         (testcover-prog1-functions):
11945         * emulation/viper-init.el (viper-emacs-state-cursor-color):
11946         * eshell/em-glob.el (eshell-glob-translate-alist):
11947         * play/tetris.el (tetris-tty-colors):
11948         * progmodes/cpp.el (cpp-face-default-list):
11949         * progmodes/flymake.el (flymake-allowed-file-name-masks):
11950         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11951         (idlwave-help-browser-generic-args):
11952         * progmodes/make-mode.el (makefile-special-targets-list):
11953         * progmodes/python.el (python-shell-virtualenv-path):
11954         * progmodes/verilog-mode.el (verilog-active-low-regexp)
11955         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11956         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11957         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11958         * textmodes/reftex-vars.el (reftex-format-label-function):
11959         * textmodes/remember.el (remember-diary-file): Fix custom types.
11961         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11962         Add :version.
11964 2013-05-09  Leo Liu  <sdl.web@gmail.com>
11966         * progmodes/octave.el (inferior-octave-completion-at-point):
11967         Restore file completion.  (Bug#14300)
11968         (inferior-octave-startup): Fix incorrect highlighting for the
11969         first prompt.
11971 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11973         * progmodes/ruby-mode.el: First cut at SMIE support.
11974         (ruby-use-smie): New var.
11975         (ruby-smie-grammar): New constant.
11976         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11977         (ruby-smie--forward-token, ruby-smie--backward-token)
11978         (ruby-smie-rules): New functions.
11979         (ruby-mode-variables): Setup SMIE if applicable.
11981 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
11983         * simple.el (line-move-visual): Signal beginning/end of buffer
11984         only if vertical-motion moved less than it was requested.  Avoids
11985         silly incorrect error messages when there are display strings with
11986         multiple newlines at EOL.
11988 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11991         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11992         (prolog-char-quote-workaround):
11993         * progmodes/cperl-mode.el (cperl-under-as-char):
11994         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11995         Mark as obsolete.
11996         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11997         their declaration.
11998         (vhdl-mode-syntax-table-init): Remove.
12000         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12001         last change.
12003         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12004         syntax for "_".
12005         (ld-script-font-lock-keywords):
12006         Change regexps to use things like \_< and \_>.
12008         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12009         Change all regexps to use things like \_< and \_>.
12011         * progmodes/autoconf.el (autoconf-definition-regexp)
12012         (autoconf-font-lock-keywords, autoconf-current-defun-function):
12013         Handle a _ with symbol syntax.
12014         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12016         * progmodes/ada-mode.el (ada-mode-abbrev-table):
12017         Consolidate declaration.
12018         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12019         the declaration.
12020         (ada-create-syntax-table): Remove.
12021         (ada-capitalize-word): Don't mess with the syntax of "_" since it
12022         already has the right syntax nowadays.
12023         (ada-goto-next-word): Don't change the syntax of "_".
12025         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12026         with-wrapper-hook.
12028 2013-05-08  Sam Steingold  <sds@gnu.org>
12030         * thingatpt.el (thing-at-point): Accept optional second argument
12031         NO-PROPERTIES to strip the text properties from the return value.
12032         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12033         to `thing-at-point' instead of stripping the properties ourselves.
12034         Also, when `thing-at-point' fails to find a url, prepend "http://"
12035         to the filename at point on the assumption that the user is
12036         pointing at something like gnu.org/gnu.
12038 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
12040         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12041         * faces.el (crm-separator):
12042         Silence byte-compiler.
12044         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12045         (tool-bar-map): Remove unneeded defvars.
12047 2013-05-08  Leo Liu  <sdl.web@gmail.com>
12049         Re-work a fix for bug#10994 based on Le Wang's patch.
12050         * ido.el (ido-remove-consecutive-dups): New helper.
12051         (ido-completing-read): Use it.
12052         (ido-chop): Revert fix for bug#10994.
12054 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
12056         * cus-edit.el (custom-save-variables):
12057         Pretty-print long values.  (Bug#14187)
12059 2013-05-08  Glenn Morris  <rgm@gnu.org>
12061         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12062         (m4-mode-syntax-table): Init in the defvar.
12063         (m4-mode-abbrev-table): Let define-derived-mode define it.
12065 2013-05-08  Tom Tromey  <tromey@redhat.com>
12067         * progmodes/m4-mode.el (m4-mode-syntax-table):
12068         Do not treat "_" as word constituent.  (Bug#14167)
12070 2013-05-07  Glenn Morris  <rgm@gnu.org>
12072         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12073         Remove explicit eshell-isearch-cancel-map.
12075         * progmodes/f90.el (f90-smart-end-names): New option.
12076         (f90-smart-end): Doc fix.
12077         (f90-end-block-optional-name): New constant.
12078         (f90-block-match): Respect f90-smart-end-names.
12080 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * progmodes/octave.el (octave-smie-forward-token): Be more careful
12083         about implicit semi-colons (bug#14218).
12085 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12087         * frame.el (display-monitor-attributes-list)
12088         (frame-monitor-attributes): New functions.
12090 2013-05-06  Leo Liu  <sdl.web@gmail.com>
12092         * progmodes/octave.el (octave-syntax-propertize-function): Change
12093         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
12094         (octave-font-lock-keywords): Use octave-operator-regexp.
12095         (octave-completion-at-point): Rename from
12096         octave-completion-at-point-function.
12097         (inferior-octave-directory-tracker): Robustify.
12098         (octave-text-functions): Remove and fix its uses.  No such things
12099         any more.
12101 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * emacs-lisp/trace.el (trace--display-buffer): New function.
12104         (trace-make-advice): Use it.
12106 2013-05-06  Juri Linkov  <juri@jurta.org>
12108         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
12109         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12110         Doc fix.
12111         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12112         in the help string.  (Bug#12985)
12114 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
12116         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
12118 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12120         * progmodes/perl-mode.el: Add support for here documents.
12121         (perl-syntax-propertize-function): Match here-doc markers.
12122         (perl-syntax-propertize-special-constructs): Find their end.
12123         (perl-imenu-generic-expression): Use [:alnum:].
12125         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12126         (advice--add-function): Refresh the advice if already present
12127         (bug#14317).
12129 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
12131         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
12133 2013-05-06  Glenn Morris  <rgm@gnu.org>
12135         * w32-fns.el (w32-charset-info-alist): Declare.
12137         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12138         of its defcustom properties.
12139         (eshell-cmpl-initialize): No need to load pcomplete.
12141         * generic-x.el: No need to require comint when compiling.
12143         * net/eudc-export.el: Make it loadable without bbdb.
12144         (top-level): Use require rather than load-library.
12145         (eudc-create-bbdb-record, eudc-bbdbify-phone)
12146         (eudc-batch-export-records-to-bbdb)
12147         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12148         Require bbdb.
12150 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12152         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12153         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12154         some tweaks, instead.
12156 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12158         * progmodes/octave.el (octave-font-lock-keywords)
12159         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12160         (inferior-octave-send-list-and-digest): Improve error message.
12161         (octave-mode, inferior-octave-mode): Use setq-local.
12162         (octave-help): Set info-lookup-mode.
12164 2013-05-05  Richard Stallman  <rms@gnu.org>
12166         * vc/compare-w.el (compare-windows-whitespace):
12167         Treat no-break space as whitespace.
12169         * mail/rmailsum.el (rmail-summary-rmail-update):
12170         Detect empty summary and don't change selected message.
12171         (rmail-summary-goto-msg): Likewise.
12173         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12174         Doc fixes, rename args.
12176 2013-05-05  Alan Mackenzie  <acm@muc.de>
12178         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12180 2013-05-05  Juri Linkov  <juri@jurta.org>
12182         * info.el (Info-read-subfile): Use (point-min) instead of (point)
12183         to not add the length of the summary segment to the return value.
12184         (Bug#14125)
12186 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12188         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12189         (inferior-octave-output-filter): Remove.
12190         (octave-send-region, inferior-octave-startup): Fix callers.
12191         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12192         (octave-binary-file-extensions): New user variable.
12193         (octave-find-definition): Confirm if opening binary files.
12194         (octave-help-file): Use octave-find-definition to get the binary
12195         confirmation.
12196         (octave-help): Adjust for octave-help-file change.
12198 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12200         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12201         Merge the two entries that handle function definitions.
12202         (pascal--syntax-propertize): New const.
12203         (pascal-mode): Use it.  Use setq-local.
12205 2013-05-04  Glenn Morris  <rgm@gnu.org>
12207         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12208         (diary-from-outlook): Respect diary-from-outlook-function.
12210 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12212         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12213         Move the declaration from C.
12214         (read-minibuffer, eval-minibuffer): Move from C.
12215         (completion-setup-function): Avoid minibuffer-completion-contents.
12217 2013-05-03  Leo Liu  <sdl.web@gmail.com>
12219         * progmodes/octave.el (octave-font-lock-keywords): Do not
12220         dehighlight 'end' in comments or strings.
12221         (octave-completing-read, octave-goto-function-definition):
12222         New helpers.
12223         (octave-help-buffer): New user variable.
12224         (octave-help-file, octave-help-function): New button types.
12225         (octave-help): New command and bind it to C-h ;.
12226         (octave-find-definition): New command and bind it to M-.
12227         (user-error): Alias to error if not defined.
12229 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12231         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12232         for \.  (bug#14332)
12233         (octave-font-lock-keywords): Include [ and {.
12235 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12237         * progmodes/octave.el (inferior-octave-startup-file): Change default.
12238         (inferior-octave): Remove calling comint-mode and return the buffer.
12239         (inferior-octave-startup): Cosmetic changes.
12241 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12243         * progmodes/octave.el (octave-syntax-propertize-function):
12244         Include the case when ' is at line beginning.  (Bug#14336)
12246 2013-05-02  Glenn Morris  <rgm@gnu.org>
12248         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12249         * desktop.el (vc-dir-mode): Just autoload it here.
12251 2013-05-02  Alan Mackenzie  <acm@muc.de>
12253         Eliminate variable c-standard-font-lock-fontify-region-function.
12254         * progmodes/cc-mode.el
12255         (c-standard-font-lock-fontify-region-function): Remove.
12256         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12258 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12260         * progmodes/octave.el: Compatible with older emacs-24 releases.
12261         (inferior-octave-has-built-in-variables): Remove.  Built-in
12262         variables were removed from Octave in 2007.
12263         (inferior-octave-startup): Fix uses.
12264         (comint-line-beginning-position): Remove compatibility code for
12265         emacs 21.
12267 2013-05-01  Juri Linkov  <juri@jurta.org>
12269         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
12271 2013-05-01  Juri Linkov  <juri@jurta.org>
12273         * comint.el (comint-previous-matching-input): Don't print message
12274         "History item: %d" when `isearch-mode' is active.
12275         (comint-history-isearch-message): Print message "History item: %d"
12276         when `comint-input-ring-index' is not empty and this function is
12277         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
12279 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12281         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12282         definitions.  Use completion-at-point to insert keywords.
12283         (octave-abbrev-start): Remove.
12284         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12286 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12288         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12289         change.
12291 2013-04-30  Alan Mackenzie  <acm@muc.de>
12293         Handle arbitrarily long C++ member initialisation lists.
12294         * progmodes/cc-engine.el (c-back-over-member-initializers):
12295         new function.
12296         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12297         (most) member init lists.
12299 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12301         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12302         variable.
12304 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12306         * progmodes/octave.el (octave-variables): Remove.  No builtin
12307         variables any more.  All converted to functions.
12308         (octave-font-lock-keywords, octave-completion-at-point-function):
12309         Fix uses.
12310         (octave-font-lock-texinfo-comment): New user variable.
12311         (octave-texinfo-font-lock-keywords): New variable for texinfo
12312         comment block.
12313         (octave-function-comment-block): New face.
12314         (octave-font-lock-texinfo-comment): New function.
12315         (octave-mode): Font lock texinfo comment block.
12317 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12319         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12320         indexing expression.
12321         (octave-continuation-string): Do not use \.
12322         (inferior-octave-complete-impossible): Remove.
12323         (inferior-octave-completion-table)
12324         (inferior-octave-completion-at-point): Remove its uses.
12325         (inferior-octave-startup): completion_matches was introduced to
12326         Octave in 1996 so safe to assume it.
12327         (octave-function-file-comment): Improve to follow how Octave does it.
12328         (octave-update-function-file-comment): Tweak.
12330 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12332         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12333         (inferior-octave-startup): Remove inferior-octave-startup-hook.
12334         (octave-function-file-comment): Fix typo.
12335         (octave-sync-function-file-names): Use read-char-choice.
12337 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
12339         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12340         to t for the less important warnings.
12342 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
12344         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
12346 2013-04-27  Glenn Morris  <rgm@gnu.org>
12348         * vc/log-view.el (log-view-current-entry):
12349         Treat "---" separator lines as part of the following rev.  (Bug#14169)
12351 2013-04-27  Juri Linkov  <juri@jurta.org>
12353         * subr.el (read-number): Doc fix about using it by interactive
12354         code letter `n'.  (Bug#14254)
12356 2013-04-27  Juri Linkov  <juri@jurta.org>
12358         * desktop.el (desktop-auto-save-timeout): New option.
12359         (desktop-file-checksum): New variable.
12360         (desktop-save): Add optional arg `auto-save' and don't auto-save
12361         if nothing changed.
12362         (desktop-auto-save-timer): New variable.
12363         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12364         (after-init-hook): Call `desktop-auto-save-set-timer'.
12365         Suggested by Reuben Thomas <rrt@sc3d.org> in
12366         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12368 2013-04-27  Leo Liu  <sdl.web@gmail.com>
12370         * progmodes/octave.el (octave-function-file-p)
12371         (octave-skip-comment-forward, octave-function-file-comment)
12372         (octave-update-function-file-comment): New functions.
12373         (octave-mode-map): Bind C-c ; to
12374         octave-update-function-file-comment.
12375         (octave-mode-menu): Add octave-update-function-file-comment.
12376         (octave-mode, inferior-octave-mode): Fix doc-string.
12377         (octave-insert-defun): Conform to Octave's coding convention.
12378         (Bug#14285)
12380         * files.el (basic-save-buffer): Don't let errors in
12381         before-save-hook prevent saving buffer.
12383 2013-04-20  Roland Winkler  <winkler@gnu.org>
12385         * faces.el (read-face-name): Use completing-read if arg multiple
12386         is nil.
12388 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
12390         * ls-lisp.el (ls-lisp-insert-directory): If no files are
12391         displayed, move point to after the totals line.
12392         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12393         for the details.
12395 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12397         * emacs-lisp/package.el (package-autoload-ensure-default-file):
12398         Add current dir to the load-path.
12399         (package-generate-autoloads): Don't rely on
12400         autoload-ensure-default-file.
12402 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
12404         * textmodes/remember.el (remember-store-in-files): Document that
12405         the file name format is passed to `format-time-string'.
12407 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12409         * progmodes/octave.el (octave-sync-function-file-names): New function.
12410         (octave-mode): Use it in before-save-hook.
12412 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12414         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12415         (bug#14274).
12417         * progmodes/octave.el (octave-smie-forward-token): Properly skip
12418         \n and comment, even if it's not an implicit ; (bug#14218).
12420 2013-04-26  Glenn Morris  <rgm@gnu.org>
12422         * subr.el (read-number): Once more use `read' rather than
12423         `string-to-number', to trap non-numeric input.  (Bug#14254)
12425 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
12427         * emacs-lisp/syntax.el (syntax-propertize-multiline):
12428         Use `syntax-multiline' text property consistently instead of
12429         `font-lock-multiline'.  (Bug#14237)
12431 2013-04-26  Glenn Morris  <rgm@gnu.org>
12433         * emacs-lisp/shadow.el (list-load-path-shadows):
12434         No longer necessary to check for duplicate simple.el, since
12435         2012-07-07 change to init_lread to not include installation lisp
12436         directories in load-path when running uninstalled.  (Bug#14270)
12438 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12440         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12441         (octave-mode, inferior-octave-mode): Use setq-local.
12442         (octave-not-in-string-or-comment-p): Rename to
12443         octave-in-string-or-comment-p.
12444         (octave-in-comment-p, octave-in-string-p)
12445         (octave-in-string-or-comment-p): Replace defsubst with defun.
12447 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12449         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12451 2013-04-25  Bastien Guerry  <bzg@gnu.org>
12453         * textmodes/remember.el (remember-data-directory)
12454         (remember-directory-file-name-format): Fix custom types.
12456 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12458         * progmodes/octave.el (octave-completion-at-point-function):
12459         Make use of inferior octave process.
12460         (octave-initialize-completions): Remove.
12461         (inferior-octave-completion-table): New function.
12462         (inferior-octave-completion-at-point): Use it.
12463         (octave-completion-alist): Remove.
12465 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12467         * progmodes/opascal.el: Use font-lock and syntax-propertize.
12468         (opascal-mode-syntax-table): New var.
12469         (opascal-literal-kind, opascal-is-literal-end)
12470         (opascal-literal-token-at): Rewrite.
12471         (opascal--literal-start-re, opascal-font-lock-keywords)
12472         (opascal--syntax-propertize): New constants.
12473         (opascal-font-lock-defaults): Adjust.
12474         (opascal-mode): Use them.  Set comment-<foo> variables as well.
12475         (delphi-comment-face, opascal-comment-face, delphi-string-face)
12476         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12477         (delphi-other-face, opascal-other-face): Remove face variables.
12478         (opascal-save-state): Remove macro.
12479         (opascal-fontifying-progress-step): Remove constant.
12480         (opascal--ignore-changes): Remove var.
12481         (opascal-set-token-property, opascal-parse-next-literal)
12482         (opascal-is-stable-literal, opascal-complete-literal)
12483         (opascal-is-literal-start, opascal-face-of)
12484         (opascal-parse-region, opascal-parse-region-until-stable)
12485         (opascal-fontify-region, opascal-after-change)
12486         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12487         (opascal-debug-parse-region, opascal-debug-parse-window)
12488         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12489         (opascal-debug-fontify-buffer): Remove.
12490         (opascal-debug-mode-map): Adjust accordingly.
12492 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12494         Merge octave-mod.el and octave-inf.el into octave.el with some
12495         cleanups.
12496         * progmodes/octave.el: New file renamed from octave-mod.el.
12497         * progmodes/octave-inf.el: Merged into octave.el.
12498         * progmodes/octave-mod.el: Renamed to octave.el.
12500 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12502         * textmodes/reftex-vars.el
12503         (reftex-label-ignored-macros-and-environments): New defcustom.
12505         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12507 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12509         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12510         (smie-indent-keyword): Improve the check to ensure that the next
12511         comment is really on the same line.
12512         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12514         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12515         semi-colons if the line is not otherwise empty (bug#14218).
12517 2013-04-25  Glenn Morris  <rgm@gnu.org>
12519         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12521 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12523         * progmodes/opascal.el (opascal-set-token-property): Rename from
12524         opascal-set-text-properties and only set `token' (bug#14134).
12525         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12526         (opascal-literal-text-properties): Remove.
12527         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12528         Adjust callers.
12530 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12532         * textmodes/remember.el (remember-handler-functions): Add an
12533         option for a new handler `remember-store-in-files'.
12534         (remember-data-directory, remember-directory-file-name-format):
12535         New options.
12536         (remember-store-in-files): New function to store remember notes
12537         as separate files within a directory.
12539 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12541         * progmodes/compile.el (compilation-next-error-function):
12542         Pass "formats" to compilation-find-file (bug#11777).
12544 2013-04-24  Glenn Morris  <rgm@gnu.org>
12546         * vc/vc-bzr.el (vc-bzr-print-log):
12547         * vc/vc-hg.el (vc-hg-print-log):
12548         * vc/vc-svn.el (vc-svn-print-log):
12549         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
12551         * vc/vc-bzr.el (vc-bzr-print-log):
12552         * vc/vc-cvs.el (vc-cvs-print-log):
12553         * vc/vc-git.el (vc-git-print-log):
12554         * vc/vc-hg.el (vc-hg-print-log):
12555         * vc/vc-mtn.el (vc-mtn-print-log):
12556         * vc/vc-rcs.el (vc-rcs-print-log):
12557         * vc/vc-sccs.el (vc-sccs-print-log):
12558         * vc/vc-svn.el (vc-svn-print-log):
12559         * vc/vc.el (vc-print-log-internal): Doc fixes.
12561 2013-04-23  Glenn Morris  <rgm@gnu.org>
12563         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12564         Remove venerable code attempting to avoid substitute-command-keys.
12566 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
12568         * textmodes/reftex-vars.el (reftex-label-regexps):
12569         Call `reftex-compile-variables' after changes to this variable.
12571 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12573         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12574         Use lexical-binding.
12575         (jit-lock-force-redisplay): Use markers, check buffer's continued
12576         existence and beware narrowed buffers.
12577         (jit-lock-fontify-now): Adjust call accordingly.
12579 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12581         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12582         to avoid misleading the user.
12584 2013-04-22  Leo Liu  <sdl.web@gmail.com>
12586         * info-look.el: Prefer latex2e.info.  (Bug#14240)
12588 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
12590         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
12592         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12593         * net/tramp.el (tramp-call-process): ... here.
12594         (tramp-set-completion-function, tramp-parse-putty):
12595         * net/tramp-adb.el (tramp-adb-execute-adb-command):
12596         * net/tramp-gvfs.el (tramp-gvfs-send-command):
12597         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12598         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12599         (tramp-call-local-coding-command): Use `tramp-call-process'
12600         instead of `tramp-compat-call-process'.
12602         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12603         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12604         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12605         (tramp-find-inline-compress): Improve traces.
12606         (tramp-maybe-send-script): Check for Perl binary.
12607         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12609 2013-04-22  Daiki Ueno  <ueno@gnu.org>
12611         * epg.el (epg-context-pinentry-mode): New function.
12612         (epg-context-set-pinentry-mode): New function.
12613         (epg--start): Pass --pinentry-mode option to gpg command.
12615 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
12617         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12618         `comint-dynamic-complete' is obsolete since 24.1, replaced by
12619         `completion-at-point'.  (Bug#13774)
12621         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12622         default key binding for `describe-distribution' has been moved to
12623         `C-h C-o'.  (Bug#13970)
12625 2013-04-21  Glenn Morris  <rgm@gnu.org>
12627         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12628         Add doc strings.
12629         (vc-print-log): Clarify interactive prompt.
12631 2013-04-20  Glenn Morris  <rgm@gnu.org>
12633         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12634         No longer include timestamp etc information.
12636 2013-04-20  Roland Winkler  <winkler@gnu.org>
12638         * faces.el (read-face-name): Bug fix, return just one face if arg
12639         multiple is nil.  (Bug#14209)
12641 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12643         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12644         (remove-function): Autoload.
12646         * comint.el (comint-redirect-original-filter-function): Remove.
12647         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12648         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12649         (vc-cvs-annotate-command):
12650         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12651         * progmodes/prolog.el (prolog-consult-compile):
12652         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12653         Use add/remove-function instead.
12654         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12655         (gud-tooltip-process-output, gud-tooltip-tips):
12656         Use add/remove-function instead.
12657         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12658         (scheme-interaction-mode, exit-scheme-interaction-mode):
12659         Use add/remove-function instead.
12661         * vc/vc-dispatcher.el: Use lexical-binding.
12662         (vc--process-sentinel): Rename from vc-process-sentinel.
12663         Change last arg to be the code to run.  Don't use vc-previous-sentinel
12664         and vc-sentinel-commands any more.
12665         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
12666         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12668 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
12670         * progmodes/sh-script.el (sh-imenu-generic-expression):
12671         Handle function names with a single character.   (Bug#14111)
12673 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
12675         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12676         for subroutines defined in an eval (bug#14182).
12678 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12680         * bookmark.el (bookmark-completing-read): Improve handling of empty
12681         string (bug#14176).
12683 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12685         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12687 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12689         New faster Imenu implementation (bug#14058).
12690         * progmodes/python.el:
12691         (python-imenu-prev-index-position):
12692         (python-imenu-format-item-label-function)
12693         (python-imenu-format-parent-item-label-function)
12694         (python-imenu-format-parent-item-jump-label-function):
12695         New vars.
12696         (python-imenu-format-item-label)
12697         (python-imenu-format-parent-item-label)
12698         (python-imenu-format-parent-item-jump-label)
12699         (python-imenu--put-parent, python-imenu--build-tree)
12700         (python-imenu-create-index, python-imenu-create-flat-index)
12701         (python-util-popn): New functions.
12702         (python-mode): Set imenu-create-index-function to
12703         python-imenu-create-index.
12705 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12707         * winner.el (winner-active-region): Use region-active-p, activate-mark
12708         and deactivate-mark (bug#14225).
12710         * simple.el (deactivate-mark): Don't inline it.
12712 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
12714         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12716 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
12718         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12719         file extensions from the archive-mode entry in order to prefer
12720         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12722 2013-04-18  Leo Liu  <sdl.web@gmail.com>
12724         * bindings.el (help-event-list): Add ?\?.
12726 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12728         * subr.el (with-wrapper-hook): Declare obsolete.
12729         * simple.el (filter-buffer-substring-function): New hook.
12730         (filter-buffer-substring): Use it.
12731         (filter-buffer-substring-functions): Mark obsolete.
12732         * minibuffer.el (completion-in-region-function): New hook.
12733         (completion-in-region): Use it.
12734         (completion-in-region-functions): Mark obsolete.
12735         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12736         * abbrev.el (abbrev-expand-function): New hook.
12737         (expand-abbrev): Use it.
12738         (abbrev-expand-functions): Mark obsolete.
12739         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12740         and :filter-return.
12742 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12744         * progmodes/python.el (python-nav--syntactically): Fix cornercases
12745         and do not care about match data.
12747 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12749         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12750         completion tables when completing error conditions and
12751         `declare' arguments.
12752         (lisp-complete-symbol, field-complete): Mark as obsolete.
12753         (check-parens): Unmatched parens are user errors.
12754         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12756 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
12758         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12759         command changed buffer (ie. `flyspell-pre-buffer' is not current
12760         buffer), which prevents making decisions based on invalid value of
12761         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
12762         cause an error when `flyspell-pre-point' was nil after switching
12763         buffers.
12764         (flyspell-post-command-hook): No longer needs to change buffers when
12765         checking pre-word.  While at it remove unnecessary progn.
12767 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
12769         * textmodes/ispell.el (ispell-add-per-file-word-list):
12770         Fix `flyspell-correct-word-before-point' error when accepting
12771         words and `coment-padding' is an integer by using
12772         `comment-normalize-vars' (Bug #14214).
12774 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12776         New defun movement commands.
12777         * progmodes/python.el (python-nav--syntactically)
12778         (python-nav--forward-defun, python-nav-backward-defun)
12779         (python-nav-forward-defun): New functions.
12781 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12783         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12784         (python-syntax-context): Use named compiler-macro for backwards
12785         compatibility with Emacs 24.x.
12787 2013-04-17  Leo Liu  <sdl.web@gmail.com>
12789         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12790         octave-hide-process-buffer.
12792 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12794         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12795         (bug#14216).
12797 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
12799         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12800         Fix adjustment of offset when receiving incomplete responses from GDB
12801         (bug#14129).
12803 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12805         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12806         python-mode-abbrev-table.
12807         (python-skeleton-define): Adjust accordingly.
12808         (python-mode-abbrev-table): New table that inherits from it so that
12809         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12811         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12812         (abbrev-symbol): Use it.
12813         (abbrev--before-point): Use it since we already handle inheritance.
12815 2013-04-16  Leo Liu  <sdl.web@gmail.com>
12817         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12818         binding to info-lookup-symbol.
12820 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
12822         * minibuffer.el (completion--twq-all):
12823         * term/ns-win.el (ns-initialize-window-system):
12824         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12826 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12828         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12829         global bindings.
12831         * doc-view.el (doc-view-start-process): Handle url-handler directories.
12833 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
12835         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12836         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12837         to nil.
12838         (ruby-end-of-defun): Remove the unused arg, change the docstring
12839         to reflect that this function is only used as the value of
12840         `end-of-defun-function'.
12841         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12842         to reflect an earlier change that beginning/end-of-defun functions
12843         jump between methods in a class definition, as well as top-level
12844         functions.
12846 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12848         * minibuffer.el (minibuffer-complete): Don't just scroll
12849         a *Completions* that's been iconified.
12850         (minibuffer-force-complete): Make sure repetitions do cycle when going
12851         through completion-in-region -> minibuffer-complete.
12853 2013-04-15  Alan Mackenzie  <acm@muc.de>
12855         Correct the placement of c-cpp-delimiters when there're #s not at
12856         col 0.
12858         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12859         place a submatch around the #.
12860         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12861         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
12862         on the #, not BOL.
12864 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12866         * emacs-lisp/nadvice.el: Properly test names when adding advice.
12867         (advice--member-p): New arg `name'.
12868         (advice--add-function, advice-member-p): Use it (bug#14202).
12870 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
12872         Reformulate java imenu-generic-expression.
12873         The old expression contained ill formed regexps.
12875         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12876         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12877         (cc-imenu-java-method-arg-regexp): New defconsts.
12878         (cc-imenu-java-build-type-args-regex): New defun.
12879         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12880         handling of spaces in the regexp.
12882 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12884         * textmodes/ispell.el (ispell-command-loop): Remove
12885         flyspell highlight of a word when ispell accepts it (bug #14178).
12887 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
12889         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12890         uses code from the previous `ange-ftp-run-real-handler'.
12891         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12892         only in case that function exist.  This is needed for proper
12893         unloading of Tramp.
12895 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
12897         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12899         * textmodes/reftex.el (reftex-compile-variables): Use it.
12901 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12903         * files.el (normal-mode): Only use default major-mode if no other mode
12904         was specified.
12906         * emacs-lisp/trace.el (trace-values): New function.
12908         * files.el: Allow : in local variables (bug#14089).
12909         (hack-local-variable-regexp): New var.
12910         (hack-local-variables-prop-line, hack-local-variables): Use it.
12912 2013-04-13  Roland Winkler  <winkler@gnu.org>
12914         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
12915         data before it gets modified by bibtex-beginning-of-entry.
12917 2013-04-13  Roland Winkler  <winkler@gnu.org>
12919         * textmodes/bibtex.el (bibtex-url): Doc fix.
12921 2013-04-13  Roland Winkler  <winkler@gnu.org>
12923         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12924         does not visit a BibTeX file, exclude it from the list of buffers
12925         returned by bibtex-initialize.
12927 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
12929         * window.el (split-window): Remove interactive form, since as a
12930         command this function is a special case of split-window-below.
12931         Correct doc string.
12933 2013-04-12  Roland Winkler  <winkler@gnu.org>
12935         * faces.el (read-face-name): Do not override value of arg default.
12936         Allow single faces and strings as default values.  Remove those
12937         elements from return value that are not faces.
12938         (describe-face): Simplify.
12939         (face-at-point): New optional args thing and multiple so that this
12940         function can provide the same functionality previously provided by
12941         read-face-name.
12942         (make-face-bold, make-face-unbold, make-face-italic)
12943         (make-face-unitalic, make-face-bold-italic, invert-face)
12944         (modify-face, read-face-and-attribute): Use face-at-point.
12946         * cus-edit.el (customize-face, customize-face-other-window)
12947         * cus-theme.el (custom-theme-add-face)
12948         * face-remap.el (buffer-face-set)
12949         * facemenu.el (facemenu-set-face): Use face-at-point.
12951 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
12953         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12955 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
12957         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12958         off leading { and trailing } from field values.
12960 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12962         * emacs-lisp/timer.el (timer--check): New function.
12963         (timer--time, timer-set-function, timer-event-handler): Use it.
12964         (timer-set-idle-time): Simplify.
12965         (timer--activate): CSE.
12966         (timer-event-handler): Give more info in error message.
12967         (internal-timer-start-idle): New function, moved from C.
12969         * mpc.el (mpc-proc): Add `restart' argument.
12970         (mpc-proc-cmd): Use it.
12971         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12972         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12973         less often.
12975 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
12977         * progmodes/sh-script.el: Implement `sh-mode' own
12978         `add-log-current-defun-function' (bug#14112).
12979         (sh-current-defun-name): New function.
12980         (sh-mode): Use the function.
12982 2013-04-09  Bastien Guerry  <bzg@gnu.org>
12984         * simple.el (choose-completion-string): Fix docstring (bug#14163).
12986 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12988         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12990         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12991         timer (bug#14156).
12993 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
12995         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12996         declaration.
12998 2013-04-07  Leo Liu  <sdl.web@gmail.com>
13000         * pcmpl-x.el: New file.
13002 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
13004         Do not set x-display-name until X connection is established.
13005         This is needed to prevent from weird situation described at
13006         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13007         * frame.el (make-frame): Set x-display-name after call to
13008         window system initialization function, not before.
13009         * term/x-win.el (x-initialize-window-system): Add optional
13010         display argument and use it.
13011         * term/w32-win.el (w32-initialize-window-system):
13012         * term/ns-win.el (ns-initialize-window-system):
13013         * term/pc-win.el (msdos-initialize-window-system):
13014         Add compatible optional display argument.
13016 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
13018         * files.el (normal-backup-enable-predicate): On MS-Windows and
13019         MS-DOS compare truenames of temporary-file-directory and of the
13020         file, so that 8+3 aliases (usually found in $TEMP on Windows)
13021         don't fail comparison by compare-strings.  Also, compare file
13022         names case-insensitively on MS-Windows and MS-DOS.
13024 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13026         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13027         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13029 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
13031         * whitespace.el (whitespace-color-on, whitespace-color-off):
13032         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13034 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
13036         * ispell.el (ispell-set-spellchecker-params):
13037         Really set `ispell-args' for all equivs.
13039 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13041         * ido.el (ido-completions): Use extra elements of ido-decorations
13042         (bug#14143).
13043         (ido-decorations): Update docstring.
13045 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
13047         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13048         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13049         nil during initialization, in order not to miss changes since the
13050         file was opened.  (Bug#14140)
13052 2013-04-05  Leo Liu  <sdl.web@gmail.com>
13054         * kmacro.el (kmacro-call-macro): Fix bug#14135.
13056 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
13058         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13060 2013-04-04  Glenn Morris  <rgm@gnu.org>
13062         * electric.el (electric-pair-inhibit-predicate): Add :version.
13064 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13066         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13067         when a package is required several times (bug#14082).
13069 2013-04-04  Roland Winkler  <winkler@gnu.org>
13071         * faces.el (read-face-name): Behave as promised by the docstring.
13072         Assume that arg default is a list of faces.
13073         (describe-face): Call read-face-name with list of default faces.
13075 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13077         * bookmark.el: Fix deletion of bookmarks (bug#13972).
13078         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13079         (bookmark-bmenu-execute-deletions): Only skip first line if it's
13080         the header.
13081         (bookmark-exit-hook-internal): Save even if list is empty.
13083 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
13085         * emacs-lisp/package.el (package-pinned-packages): New var.
13086         (package--add-to-archive-contents): Obey it (bug#14118).
13088 2013-04-03  Alan Mackenzie  <acm@muc.de>
13090         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13091         Also adapt to the new values of element 7 of a parse state.
13093         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13094         parameter `not-in-delimiter'.  Handle being inside comment opener.
13095         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13096         character in case we're typing a '*' after a '/'.
13097         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13098         instead by passing the parameter to c-state-pp-to-literal.
13100         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13101         for elt. 7 of a parse state.
13103 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
13105         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13106         * international/latin1-disp.el, international/mule-util.el:
13107         * language/cyril-util.el, language/european.el, language/ind-util.el:
13108         * language/lao-util.el, language/thai.el, language/tibet-util.el:
13109         * language/tibetan.el, language/viet-util.el:
13110         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13112 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13114         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13115         (electric-pair-post-self-insert-function): Use it.
13116         (electric-pair-default-inhibit): New function, extracted from
13117         electric-pair-post-self-insert-function.
13119 2013-03-31  Roland Winkler  <winkler@gnu.org>
13121         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13123 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13125         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13127 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
13129         Un-indent after "pass" and "return" statements (Bug#13888)
13130         * progmodes/python.el (python-indent-block-enders): New var.
13131         (python-indent-calculate-indentation): Use it.
13133 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
13135         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13136         defun.  Defining it as defalias could introduce too eager
13137         byte-compiler optimization.  (Bug#14030)
13139 2013-03-30  Chong Yidong  <cyd@gnu.org>
13141         * iswitchb.el (iswitchb-read-buffer): Fix typo.
13143 2013-03-30  Leo Liu  <sdl.web@gmail.com>
13145         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13146         (kmacro-execute-from-register): Pass the keyboard macro to
13147         kmacro-call-macro or repeating won't work correctly.
13149 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
13151         * progmodes/subword.el: Back to using `forward-symbol'.
13153         * subr.el (forward-whitespace, forward-symbol)
13154         (forward-same-syntax): Move from thingatpt.el.
13156 2013-03-29  Leo Liu  <sdl.web@gmail.com>
13158         * kmacro.el (kmacro-to-register): New command.
13159         (kmacro-execute-from-register): New function.
13160         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
13162 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13164         * mpc.el: Use defvar-local and setq-local.
13165         (mpc--proc-connect): Connection failures are not bugs.
13166         (mpc-mode-map): `follow-link' only applies to the buffer's content.
13167         (mpc-volume-map): Bind to the up-events.
13169 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13171         * progmodes/subword.el (superword-mode): Use `forward-sexp'
13172         instead of `forward-symbol'.
13174 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13177         (edebug--recursive-edit): Use it.
13178         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13179         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13181 2013-03-28  Leo Liu  <sdl.web@gmail.com>
13183         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
13185 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
13187         * facemenu.el (list-colors-callback): New defvar.
13188         (list-colors-redisplay): New function.
13189         (list-colors-display): Install list-colors-redisplay as the
13190         revert-buffer-function.  (Bug#14063)
13192 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13194         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13195         and suffixes don't overlap (bug#14061).
13197         * case-table.el: Use lexical-binding.
13198         (case-table-get-table): New function.
13199         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
13201 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13203         * progmodes/subword.el: Add `superword-mode' to do word motion
13204         over symbol_words (parallels and leverages `subword-mode' which
13205         does word motion inside MixedCaseWords).
13207 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
13209         * eshell/em-unix.el: Move su and sudo to...
13210         * eshell/em-tramp.el: ...Eshell tramp module.
13212 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13214         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13215         Change return value to be a sexp.  Delay `get-buffer' to after
13216         restoring the desktop (bug#13951).
13218 2013-03-26  Leo Liu  <sdl.web@gmail.com>
13220         * register.el: Move semantic tag handling back to
13221         cedet/semantic/senator.el.  (Bug#14052)
13223 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13225         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13226         into the prompt either (bug#13963).
13228 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13230         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13231         part of "(error-foo)".
13233 2013-03-24  Juri Linkov  <juri@jurta.org>
13235         * replace.el (list-matching-lines-prefix-face): New defcustom.
13236         (occur-1): Pass `list-matching-lines-prefix-face' to the function
13237         `occur-engine' if `face-differs-from-default-p' returns t.
13238         (occur-engine): Add `,' inside backquote construct to evaluate
13239         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
13240         Pass `prefix-face' to the functions `occur-context-lines' and
13241         `occur-engine-add-prefix'.
13242         (occur-engine-add-prefix, occur-context-lines): Add optional arg
13243         `prefix-face' and propertize the prefix with `prefix-face'.
13244         (Bug#14017)
13246 2013-03-24  Leo Liu  <sdl.web@gmail.com>
13248         * nxml/rng-valid.el (rng-validate-while-idle)
13249         (rng-validate-quick-while-idle): Guard against deleted buffer.
13250         (Bug#13999)
13252         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13253         is the last entry in kill-buffer-hook.
13255         * files.el (kill-buffer-hook): Doc fix.
13257 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
13259         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13260         Make it safe-local.
13262         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13264 2013-03-23  Leo Liu  <sdl.web@gmail.com>
13266         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13267         Remove.
13269         * nxml/rng-valid.el (rng-validate-mode)
13270         (rng-after-change-function, rng-do-some-validation):
13271         * nxml/rng-maint.el (rng-validate-buffer):
13272         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13273         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13274         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13275         (nxml-extend-after-change-region): Use with-silent-modifications.
13277         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13278         timer-idle-list.
13280         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13281         (rng-next-error-1, rng-previous-error-1): Do not let-bind
13282         timer-idle-list.  (Bug#13999)
13284 2013-03-23  Juri Linkov  <juri@jurta.org>
13286         * info.el (info-index-match): New face.
13287         (Info-index, Info-apropos-matches): Add a nested subgroup to the
13288         main pattern and add text properties with the new face to matches
13289         in index entries relative to the beginning of the index entry.
13290         (Bug#14015)
13292 2013-03-21  Eric Ludlam  <zappo@gnu.org>
13294         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13295         Inhibit read only while inserting objects.
13297 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13299         * progmodes/cfengine.el: Update docs to mention
13300         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
13301         symbol motion.  Remove "_" from the word syntax.
13303 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
13305         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13306         syntax for both `cfengine2-mode' and `cfengine3-mode'.
13308 2013-03-20  Juri Linkov  <juri@jurta.org>
13310         * info.el (Info-next-reference-or-link)
13311         (Info-prev-reference-or-link): New functions.
13312         (Info-next-reference, Info-prev-reference): Use them.
13313         (Info-try-follow-nearest-node): Handle footnote navigation.
13314         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
13316 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13318         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13319         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13321 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
13323         Suppress unnecessary non-ASCII chatter during build process.
13324         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13325         (batch-skkdic-convert): Suppress most of the chatter.
13326         It's not needed so much now that machines are faster,
13327         and its non-ASCII component was confusing; see Dmitry Gutov in
13328         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13330 2013-03-20  Leo Liu  <sdl.web@gmail.com>
13332         * ido.el (ido-chop): Fix bug#10994.
13334 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13336         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13337         Remove vars.
13338         (whitespace-color-on, whitespace-color-off):
13339         Use `font-lock-fontify-buffer' (Bug#13817).
13341 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13343         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13344         remapping in mode-line.
13345         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13347 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13349         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13350         value for `whitespace-line' face (Bug#13875).
13351         (whitespace-font-lock-keywords): Change description.
13352         (whitespace-color-on): Don't save `font-lock-keywords' value, save
13353         the constructed keywords instead.
13354         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13356 2013-03-19  Leo Liu  <sdl.web@gmail.com>
13358         * progmodes/compile.el (compilation-display-error): New command.
13359         (compilation-mode-map, compilation-minor-mode-map): Bind it to
13360         C-o.  (Bug#13992)
13362 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13364         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13366 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
13368         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13370 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
13372         * net/tramp-compat.el (tramp-compat-user-error): New defun.
13374         * net/tramp-adb.el (tramp-adb-handle-shell-command):
13375         * net/tramp-gvfs.el (top):
13376         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13377         (tramp-handle-shell-command): Use it.
13378         (tramp-dissect-file-name): Raise an error when hostname is a
13379         method name, and neither method nor user is specified.
13381         * net/trampver.el: Update release number.
13383 2013-03-18  Leo Liu  <sdl.web@gmail.com>
13385         Make sure eldoc can be turned off properly.
13386         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13387         eldoc-mode.
13388         (eldoc-display-message-p): Revert last change.
13389         (eldoc-display-message-no-interference-p)
13390         (eldoc-print-current-symbol-info): Tweak.
13392 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
13394         * doc-view.el (doc-view-new-window-function): Check the new window
13395         overlay's display property instead the char property of the
13396         buffer's first char.  Use `with-selected-window' instead of
13397         `save-window-excursion' with `select-window'.
13398         (doc-view-document->bitmap): Check the current doc-view overlay's
13399         display property instead the char property of the buffer's first char.
13401 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13403         Automate the build of ja-dic.el (Bug#13984).
13404         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13405         from the input, rather than assume that it's been done for us by the
13406         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
13407         the current date into a ja-dic.el comment, as that complicates
13408         regression testing.
13410 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13412         * whitespace.el: Fix double evaluation.
13413         (whitespace-space, whitespace-hspace, whitespace-tab)
13414         (whitespace-newline, whitespace-trailing, whitespace-line)
13415         (whitespace-space-before-tab, whitespace-indentation)
13416         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13417         obsolete defvars.
13418         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13419         (whitespace-color-on): Use a single font-lock-add-keywords call.
13420         Fix double-evaluation of face variables.
13422 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
13424         * net/tramp-adb.el (tramp-adb-parse-device-names):
13425         Use `start-process' instead of `call-process'.  Otherwise, the
13426         function might be blocked under MS Windows.  (Bug#13299)
13428 2013-03-17  Leo Liu  <sdl.web@gmail.com>
13430         Extend eldoc to display info in the mode-line.  (Bug#13978)
13431         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13432         (eldoc-mode-line-string): New variable.
13433         (eldoc-minibuffer-message): New function.
13434         (eldoc-message-function): New variable.
13435         (eldoc-message): Use it.
13436         (eldoc-display-message-p)
13437         (eldoc-display-message-no-interference-p):
13438         Support eldoc-post-insert-mode.
13440         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13441         (eval-expression): Run it.
13443 2013-03-17  Roland Winkler  <winkler@gnu.org>
13445         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13446         strings in the list of return values.
13448 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13450         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13451         radix before checking for HMS forms.
13453 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13455         * progmodes/scheme.el: Add indentation and font-locking for λ.
13456         (Bug#13975)
13458 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13460         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13461         token before point (bug#13942).
13463 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13465         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
13467 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
13469         * startup.el (command-line-normalize-file-name): Fix handling of
13470         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
13471         <xfq.free@gmail.com> in
13472         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13474 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
13476         Sync with Tramp 2.2.7.
13478         * net/trampver.el: Update release number.
13480 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
13482         * doc-view.el: Fix bug#13887.
13483         (doc-view-insert-image): Don't modify overlay associated to
13484         non-live windows, and implement horizontal centering of image in
13485         case it's smaller than the window.
13486         (doc-view-new-window-function): Force redisplay of new windows on
13487         doc-view buffers.
13489 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
13491         * saveplace.el (save-place-alist-to-file): Don't sort
13492         `save-place-alist', just pretty-print it (bug#13882).
13494 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
13496         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13497         Check whether `default-file-name-coding-system' is bound.
13498         It isn't in XEmacs.
13500 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13502         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13503         backquotes for `obsolete' (bug#13929).
13505         * international/mule.el (find-auto-coding): Include file name in
13506         obsolescence warning (bug#13922).
13508 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13510         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13511         for CFEngine 3-specific indentation.
13512         (cfengine3-indent-line): Use it.  Fix up category regex.
13513         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13515 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13517         * type-break.el (type-break-file-name):
13518         * textmodes/remember.el (remember-data-file):
13519         * strokes.el (strokes-file):
13520         * shadowfile.el (shadow-initialize):
13521         * saveplace.el (save-place-file):
13522         * ps-bdf.el (bdf-cache-file):
13523         * progmodes/idlwave.el (idlwave-config-directory):
13524         * net/quickurl.el (quickurl-url-file):
13525         * international/kkc.el (kkc-init-file-name):
13526         * ido.el (ido-save-directory-list-file):
13527         * emulation/viper.el (viper-custom-file-name):
13528         * emulation/vip.el (vip-startup-file):
13529         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13530         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13532 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13534         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13535         * language/thai-word.el: Switch to UTF-8.
13537 See ChangeLog.16 for earlier changes.
13539 ;; Local Variables:
13540 ;; coding: utf-8
13541 ;; End:
13543   Copyright (C) 2011-2014 Free Software Foundation, Inc.
13545   This file is part of GNU Emacs.
13547   GNU Emacs is free software: you can redistribute it and/or modify
13548   it under the terms of the GNU General Public License as published by
13549   the Free Software Foundation, either version 3 of the License, or
13550   (at your option) any later version.
13552   GNU Emacs is distributed in the hope that it will be useful,
13553   but WITHOUT ANY WARRANTY; without even the implied warranty of
13554   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13555   GNU General Public License for more details.
13557   You should have received a copy of the GNU General Public License
13558   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.