* dbusbind.c (Fdbus__init_bus, Qdbus__init_bus, Sdbus__init_bus):
[emacs.git] / lisp / ChangeLog
blob07781adc191cb17c7672024809aefe0b176f2294
1 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
3         * subr.el (y-or-n-p): Fix double space issue in message.
5 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7         * net/tramp.el (tramp-call-process): Improve trace message.
8         (tramp-handle-insert-file-contents): Trace error case.
10         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
11         <insert-directory>: Use `tramp-handle-insert-directory'.
12         (tramp-adb-handle-insert-directory): Remove function.
13         (tramp-adb-send-command-and-check): New defun, replacing
14         `tramp-adb-command-exit-status'.  Change all callees.
15         (tramp-adb-handle-file-attributes)
16         (tramp-adb-handle-directory-files-and-attributes): Use it.
17         (tramp-adb-ls-output-name-less-p): Use
18         `directory-listing-before-filename-regexp'.
19         (tramp-adb-handle-delete-directory): Flush also file properties of
20         the truename of directory.
21         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
22         (tramp-adb-handle-file-local-copy): Make the local copy readable.
23         (tramp-adb-handle-write-region): Implement APPEND.
24         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
25         properties correctly.
26         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
27         variables.  Check for connected devices only when needed.
29 2014-02-27  Glenn Morris  <rgm@gnu.org>
31         * minibuffer.el (completion-table-dynamic)
32         (completion-table-with-cache): Doc fixes.
34         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
35         (completing-read-multiple): Doc fixes.
37 2014-02-27  Daniel Colascione  <dancol@dancol.org>
39         * minibuffer.el (completion--nth-completion): Fix indentation.
41         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
42         explicit tramp path is empty.
44 2014-02-27  Glenn Morris  <rgm@gnu.org>
46         * emacs-lisp/crm.el (completing-read-multiple):
47         Empower help-enable-auto-load.
49 2014-02-26  Glenn Morris  <rgm@gnu.org>
51         * startup.el (command-line): Don't init the tty in daemon mode.
53         Avoid calling tty-setup-hook twice, eg if a term file
54         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
55         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
56         (tty-create-frame-with-faces): Use it.
57         * startup.el (command-line): Pass run-hook argument
58         to tty-run-terminal-initialization.
60         * dired.el (dired-restore-desktop-buffer): Demote errors;
61         eg in case a glob match fails.  (Bug#16884)
63 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
65         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
66         error from `read-from-string'.  (Bug#16850)
68         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
69         result of `completing-read' in the interactive form.  (Bug#16854)
71 2014-02-25  Glenn Morris  <rgm@gnu.org>
73         * image.el (image-animate, image-animate-timeout):
74         Stop animating images in dead buffers.  (Bug#16878)
76         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
78         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
79         Doc fixes.
80         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
81         * term/sun.el (sun-raw-prefix-hooks):
82         Use tty-setup-hook instead of term-setup-hook.
83         (terminal-init-sun): Construct message from bytecomp plist.
84         * term/wyse50.el (enable-arrow-keys): Doc fix.
86 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
88         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
89         Fix docstring typos.
91 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
93         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
95 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
97         * minibuffer.el (completion--try-word-completion):
98         Fix error when completing M-x commands (bug#16808).
100 2014-02-24  Leo Liu  <sdl.web@gmail.com>
102         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
104 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
106         * apropos.el (apropos-print): Avoid formatting error when
107         apropos-do-all and apropos-compact-layout are both t.
109 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
111         * apropos.el (apropos-property, apropos-all-words-regexp)
112         (apropos-true-hit, apropos-variable, apropos-print):
113         Fix docstring typos, and remove obsolete comment.
115 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
117         * net/tramp-sh.el (tramp-sh-handle-file-truename):
118         Preserve trailing "/".  (Bug#16851)
120 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
122         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
123         after `=>' (bug#16811).
124         (ruby-smie-rules): Handle the inconsistent second element of the
125         list returned by `smie-indent--parent'.
126         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
127         method call.
129 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
131         * elec-pair.el (electric-pair-text-syntax-table)
132         (electric-pair-syntax-info, electric-pair--syntax-ppss)
133         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
134         (electric-pair--looking-at-unterminated-string-p): Doc fix.
135         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
137 2014-02-22  Glenn Morris  <rgm@gnu.org>
139         * imenu.el (imenu--generic-function): Doc fix.
141         * register.el (frame-configuration-to-register): Make obsolete.
143 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
145         * desktop.el (desktop-save-buffer-p): Do not fail when
146         desktop-files-not-to-save is nil.  Return t for true result
147         as the doc says.
149 2014-02-22  Daniel Colascione  <dancol@dancol.org>
151         * net/secrets.el (secrets-create-item,secrets-search-items): Check
152         that attribute values are strings, avoiding the construction of
153         invalid dbus messages.
155 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
157         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
158         defun-declarations-alist.
160 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
163         (bug#16829).
165 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
167         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
168         (whitespace-newline, whitespace-trailing, whitespace-line)
169         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
170         (whitespace-space-after-tab): Fix typo in docstrings.
172 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
174         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
176         * electric.el (electric-indent-functions-without-reindent):
177         Add `yaml-indent-line'.
179 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
181         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
182         It has done nothing for years; should be removed after the release.
184         * simple.el (choose-completion): Fix docstring typo.
185         (read-quoted-char-radix): Remove unneeded * in docstring.
186         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
187         Don't escape parentheses unnecessarily in docstrings.
189 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
191         Fix handling of window-min-height/-width (Bug#16738).
192         * window.el (window--dump-window, window--dump-frame):
193         New functions.
194         (window--min-size-1): Account for window dividers.
195         When window-resize-pixelwise is nil, delay rounding till after the
196         sum of the window components has been calculated.
197         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
198         nil make sure at least one text line and two text columns remain
199         fully visible.
200         (window-resize): Signal an error when window-resize-apply fails.
201         (window--resize-child-windows): Fix calculation of by how many
202         pixels a window can still be shrunk via window-new-normal.
203         (adjust-window-trailing-edge): Call window--resizable with
204         correct TRAIL argument.
206         (with-temp-buffer-window): Don't evaluate BODY within
207         with-current-buffer (Bug#16816).
209 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
211         * net/tramp.el (tramp-check-cached-permissions):
212         Call `file-attributes' with `suffix' being a symbol but a string.
214 2014-02-21  Daniel Colascione  <dancol@dancol.org>
216         * net/dbus.el (dbus-init-bus-1): Declare new subr.
217         (dbus-init-bus): New function: call into dbus-init-bus-1
218         and installs a handler for the disconnect signal.
219         (dbus-call-method): Rewrite to look for result in cons.
220         (dbus-call-method-handler): Store result in cons.
221         (dbus-check-event): Recognize events with nil sender as valid.
222         (dbus-handle-bus-disconnect): New function.  React to bus
223         disconnection signal by synthesizing dbus error for each
224         pending synchronous or asynchronous call.
225         (dbus-notice-synchronous-call-errors): New function.
226         (dbus-handle-event): Raise errors directly only when `dbus-debug'
227         is true, not all the time.
229 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
231         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
232         Remove obsolescence declarations, these variables do not exist anymore.
234         * savehist.el (savehist-save-minibuffer-history)
235         (savehist-additional-variables, savehist-file, savehist-mode-hook)
236         (savehist-save-hook, savehist-coding-system, savehist-loaded)
237         (savehist-load, savehist-install, savehist-autosave): Fix typos;
238         mostly, refer to "Savehist mode" when talking about the mode,
239         and not the function.
241         * saveplace.el (save-place): Remove redundant info in docstring.
242         (save-place-forget-unreadable-files, toggle-save-place)
243         (save-place-forget-unreadable-files, save-place-dired-hook):
244         Fix typos and remove unneeded backslashes.
246 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
248         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
249         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
251         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
252         <insert-directory>: Use `tramp-handle-insert-directory'.
253         (tramp-gvfs-handle-insert-directory): Remove function.
255         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
256         Call `tramp-handle-insert-directory'.
258 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
260         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
261         before the start of buffer/region (bug#16799).
263 2014-02-20  Glenn Morris  <rgm@gnu.org>
265         * isearch.el (search-invisible): Doc fix.
267 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
269         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
270         (bug#16657).
272 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
274         * frameset.el (frameset-restore): Delay removing an old frame's
275         duplicate id until the new frame has been correctly created.
277 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
279         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
280         (tramp-check-cached-permissions): Call `file-attributes' if the
281         cache is empty.
283         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
284         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
286         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
287         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
288         (tramp-gvfs-maybe-open-connection): Set always connection
289         properties, even if target is mounted already.
291         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
292         Set tramp-autoload cookie.
293         (tramp-get-remote-touch): New defun.
294         (tramp-sh-handle-set-file-times): Use it.
295         (tramp-sh-handle-directory-files-and-attributes):
296         Use `tramp-handle-directory-files-and-attributes' if neither stat
297         nor perl are available on the remote host.
299         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
300         "/".  Write long listing only when "l" belongs to the switches.
302         * net/trampver.el: Update release number.
304 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
306         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
308 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
310         * window.el (window-state-put): Allow WINDOW to refer to an
311         internal window (Bug#16793).
313 2014-02-19  Glenn Morris  <rgm@gnu.org>
315         * textmodes/remember.el: Move provide statement to end.
316         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
317         (remember-notes): Doc fixes.
319 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * delsel.el (delete-char): Restore incorrectly erased property
322         (bug#16795).
324 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
326         * frameset.el (frameset--restore-frame): When a frame is being reused
327         and its root window is not alive, delete all the frame's windows before
328         restoring the window state.  This works around the issue in bug#16793.
330 2014-02-18  Glenn Morris  <rgm@gnu.org>
332         * textmodes/remember.el (remember-data-directory)
333         (remember-directory-file-name-format, remember-store-in-files)
334         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
335         (remember-notes-save-and-bury-buffer)
336         (remember-notes--kill-buffer-query): Doc fixes.
338         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
340 2014-02-17  Alan Mackenzie  <acm@muc.de>
342         Connect electric-indent-mode up with CC Mode.  Bug #15478.
343         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
344         to electric-indent-{,local-}-mode.
345         (c-basic-common-init): Set electric-indent-inhibit.
346         Initialise c-electric-flag from electric-indent-mode.
347         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
348         New hook functions which propagate electric-indent-mode to CC mode.
350         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
351         hit, toggle electric-indent-local-mode.
353         * electric.el (electric-indent-mode-has-been-called):
354         New variable.
356 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
358         * frameset.el (frameset-cfg-id): New function.
359         (frameset--reuse-frame, frameset-restore): Use it.
360         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
362 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
364         * ido.el (ido-file-internal): Remove unused var `d'.
365         Use \` for to match BoS.  Fit within 80n columns.
367 2014-02-17  Daniel Colascione  <dancol@dancol.org>
369         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
370         dbus-call-method check for completion using a busy-wait loop with
371         gradual backoff.
373 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
375         Sync with Tramp 2.2.9.
377         * net/trampver.el: Update release number.
379 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
381         * ido.el (ido-file-internal): Don't add the name of an existing
382         directory twice.  (Bug#16747)
384 2014-02-16  Glenn Morris  <rgm@gnu.org>
386         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
387         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
389 2014-02-15  Michael R. Mauger  <michael@mauger.com>
391         * progmodes/sql.el: Version 3.4
392         (sql-oracle-options): New default value ("-L").
393         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
394         (sql-placeholders-filter): Correct placeholder pattern.
395         (sql-read-table-name): Bug fix. Detect absence of SQLi process.
396         (sql-login-delay): New variable.
397         (sql-product-interactive): Use it.
399 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
401         * frameset.el (frameset--jump-to-register): Check that buffer is live
402         (bug#16749).
404 2014-02-15  Glenn Morris  <rgm@gnu.org>
406         * info.el (info-initialize): Revert 2014-01-10 change.
408 2014-02-14  Glenn Morris  <rgm@gnu.org>
410         * replace.el (map-query-replace-regexp)
411         (read-regexp-defaults-function, read-regexp): Doc fixes.
413         * dired.el (dired-read-regexp):
414         * faces.el (list-faces-display):
415         * misearch.el (multi-isearch-read-matching-buffers)
416         (multi-isearch-read-matching-files):
417         * play/cookie1.el (cookie-apropos):
418         * progmodes/grep.el (grep-read-regexp): Doc fixes.
420         * textmodes/remember.el (remember): Use frameset-to-register
421         rather than frame-configuration-to-register.
423 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
425         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
426         incorrect keybinding.
428 2014-02-13  Daniel Colascione  <dancol@dancol.org>
430         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
431         when adding overlays so that line numbers from compiler match line
432         numbers we use.
434 2014-02-13  Glenn Morris  <rgm@gnu.org>
436         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
438         * jit-lock.el (jit-lock-mode): Doc fix.
440 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
442         * apropos.el (apropos-read-pattern): When the user passes an empty
443         string, give a more helpful error message than "Wrong type
444         argument: stringp, nil".
446 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
450 2014-02-13  Glenn Morris  <rgm@gnu.org>
452         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
454 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
456         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
457         shift-select commands.
459 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
461         * progmodes/js.el (js-indent-line): Don't widen.
462         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
464 2014-02-12  Glenn Morris  <rgm@gnu.org>
466         * icomplete.el (icomplete): Add info-link to defgroup.
467         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
468         (icomplete-minibuffer-map, icomplete-mode)
469         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
471         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
472         (package-menu-filter): Rename from package-menu-filter-interactive.
473         Doc fix.
475 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
477         * frameset.el (frameset--jump-to-register): Select the required
478         window and buffer before restoring position (bug#16696).
480 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
482         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
484 2014-02-10  Glenn Morris  <rgm@gnu.org>
486         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
488 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
490         * w32-common-fns.el (x-get-selection): Doc fix.
491         * select.el (x-get-selection): Doc fix.  (Bug#15109)
493         * face-remap.el (face-remap-add-relative)
494         (face-remap-remove-relative, face-remap-reset-base)
495         (face-remap-set-base): Call force-mode-line-update to redisplay
496         the current buffer due to potential change in faces.  (Bug#16709)
498 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
500         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
501         script more robustly.
503 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
505         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
507         * simple.el (choose-completion): Doc fix (bug#14160).
509         * subr.el (event-start): Say what a nil EVENT value means.
511         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
512         (bug#14197).
514         * progmodes/grep.el (find-program): Doc fix (bug#14289).
516         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
518         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
520         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
521         predicate function (bug#15455).
523 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
525         * ielm.el (inferior-emacs-lisp-mode): Instead of
526         `comment-use-global-state', set `comment-use-syntax'.
528 2014-02-10  Glenn Morris  <rgm@gnu.org>
530         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
532 2014-02-09  Alan Mackenzie  <acm@muc.de>
534         Fix c-invalidate-state-cache on narrowed buffers.
535         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
536         Widen when setting and clearing the CPP delimiter properties.
538 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
540         * help.el (describe-bindings): Doc fix (bug#9888).
542         * files.el (save-buffer): Use ARG as the parameter name for
543         consistency (bug#10346).
544         (save-buffer): Clarify the 0 argument (bug#10346).
546         * cus-edit.el (customize-apropos): Fix error string.
547         (custom-buffer-create): Doc fix (bug#11122).
548         (custom-sort-items): Doc fix (bug#11121).
550         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
552         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
553         (icomplete-simple-completing-p): Mention the previous variable.
555         * font-lock.el (font-lock-value-in-major-mode): Clarify the
556         meaning of the parameter (bug#12282).
558         * files.el (find-file-noselect): Clarify prompt when changing
559         readedness (bug#13261).
560         (locate-file): Suffixes aren't returned, so don't say that they
561         are (bug#12674).
562         (backup-inhibited): Doc clarification (bug#12525).
564         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
565         before we actually start to delete things (bug#16331).
567         * subr.el (event-start): Doc fix (bug#14228).
568         (event-end): Ditto.
570 2014-02-09  Glenn Morris  <rgm@gnu.org>
572         * emacs-lisp/warnings.el (lwarn):
573         Empower help-enable-auto-load.  (Bug#15940)
575 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
577         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
578         (Bug#16690)
580 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
582         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
583         Insert output at end of buffer.  (Bug#16120)
585 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
587         * simple.el (choose-completion-string-functions): Document new
588         calling convention (bug#14153).
589         (execute-extended-command): Clarify doc string (bug#13373).
591         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
593         * find-dired.el (find-name-dired): Doc fix (bug#14290).
594         (find-grep-dired): Doc fix (bug#14288).
596 2014-02-08  Juri Linkov  <juri@jurta.org>
598         * isearch.el (isearch-quote-char): Check character validity
599         like in `quoted-insert' (bug#16677).
601 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
603         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
605         * isearch.el (isearch-hide-immediately): Doc clarification
606         (bug#14723).
608         * simple.el (line-move): Document utility function used many
609         places in the Emacs sources (bug#14843).
611         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
612         (dired-prev-marked-file): Doc fix (bug#14855).
613         (dired-up-directory): Doc fix (bug#14848).
615         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
617         * files.el (file-relative-name): Doc fix (bug#15159).
619         * fringe.el (fringe-styles): Doc fix (bug#15239).
621         * isearch.el (isearch-filter-predicate): Documentation typo fix
622         (bug#15474).
624         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
626         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
628         * replace.el (replace-match-maybe-edit): Doc clarification
629         (bug#15632).
631         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
633         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
635 2014-02-08  Glenn Morris  <rgm@gnu.org>
637         * help-fns.el (describe-variable):
638         Check {file,dir}-local-variables-alist, and buffer-file-name,
639         in the correct buffer.
641 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
643         * help-fns.el (describe-variable): Fix the case where
644         a value is directory-local with no dir-locals file.  (Bug#16635)
646 2014-02-08  Glenn Morris  <rgm@gnu.org>
648         * abbrev.el (edit-abbrevs-mode):
649         Derive from fundamental-mode.  (Bug#16682)
651 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
653         * simple.el (quoted-insert): Check character validity (bug#16677).
655 2014-02-07  Juri Linkov  <juri@jurta.org>
657         * desktop.el (desktop-read): Claim the lock when the owner is not
658         the current process.  (Bug#16157)
660 2014-02-07  Juri Linkov  <juri@jurta.org>
662         * desktop.el (desktop-buffers-not-to-save): Change default from nil
663         to "\\` ".  (Bug#16651)
665 2014-02-07  Juri Linkov  <juri@jurta.org>
667         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
668         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
669         (desktop-auto-save-cancel-timer): New function with some code from
670         `desktop-auto-save-set-timer'.
671         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
672         Instead of setting `desktop-save-mode' to nil, call
673         `desktop-save-mode' with arg 0.  (Bug#16630)
675 2014-02-07  Glenn Morris  <rgm@gnu.org>
677         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
678         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
679         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
681         * obsolete/iswitchb.el: Move to obsolete/.
682         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
683         since obsolete/ is not scanned for autoloads.
684         * emacs-lisp/authors.el (authors-valid-file-names):
685         Add iswitchb.el.
687         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
688         Disable now non-functional find-file-hook.
690 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
692         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
693         instead of ";" in order to avoid additional prompts.  Let heredoc
694         scripts read from tty.  (Bug#16582)
695         (tramp-send-command): No special handling of heredocs, it isn't
696         necessary anymore.
698 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
700         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
701         with a space (bug#16664).  Limit the symbols considered to the ones
702         that are bound or fbound (bug#16646).
704 2014-02-06  Glenn Morris  <rgm@gnu.org>
706         * epa.el (epa-mail-aliases): Doc fix.
708 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
710         * emacs-lisp/lisp.el (lisp-completion-at-point):
711         Use `completion-table-merge' instead of `completion-table-in-turn'
712         (bug#16604).
714         * minibuffer.el (completion-table-merge): New function.
716 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
718         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
719         (tramp-sh-handle-set-file-acl)
720         (tramp-sh-handle-start-file-process)
721         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
722         (tramp-find-executable, tramp-send-command): Use it.
724 2014-02-05  Glenn Morris  <rgm@gnu.org>
726         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
728 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
730         * progmodes/python.el (python-shell-send-string):
731         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
733 2014-02-04  Anders Lindgren  <andlind@gmail.com>
735         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
736         the names (bug#16620).
738 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
740         * faces.el (window-divider): New default value.  Rewrite doc-string.
741         (window-divider-first-pixel, window-divider-last-pixel): New faces.
743 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
745         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
746         `protected' and `public' can also be called without arguments.
748 2014-02-03  Glenn Morris  <rgm@gnu.org>
750         * register.el (window-configuration-to-register)
751         (frame-configuration-to-register): Unadvertise unused argument.
752         * frameset.el (frameset-to-register): Remove unused argument.
754         * frameset.el (frameset-to-register):
755         * kmacro.el (kmacro-to-register):
756         * register.el (increment-register):
757         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
758         (calc-append-to-register, calc-prepend-to-register):
759         * play/gametree.el (gametree-layout-to-register)
760         (gametree-apply-register-layout):
761         * textmodes/picture.el (picture-clear-rectangle-to-register)
762         (picture-yank-rectangle-from-register):
763         * vc/emerge.el (emerge-combine-versions-register):
764         Use register-read-with-preview to read registers.
766 2014-02-03  João Távora  <joaotavora@gmail.com>
768         * elec-pair.el (electric-pair-backward-delete-char): Don't error
769         when at beginning of (possibly narrowed) buffer.
771 2014-02-02  Daniel Colascione  <dancol@dancol.org>
773         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
774         Also try to display local help from just before point.
776 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
778         c-parse-state.  Don't "append-lower-brace-pair" in certain
779         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
780         recognised as a comment.
782         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
783         as well as normal comment starter.
784         (c-parse-state-get-strategy): Extra return possibility
785         'back-and-forward.
786         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
787         return value list to indicate replacement of a brace-pair cons
788         with its car.
789         (c-parse-state-1): With 'back-and-forward, only call
790         c-append-lower-brace-pair-to state-cache when cons-separated.
792 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
794         * term/ns-win.el (ns-suspend-error): New function.
795         (ns-initialize-window-system): Add ns-suspend-error to
796         suspend-hook (Bug#16612).
798 2014-02-02  Daniel Colascione  <dancol@dancol.org>
800         * progmodes/cc-defs.el (c-find-assignment-for-mode): Make loading cc-mode silent.
802 2014-02-02  Daniel Colascione  <dancol@dancol.org>
804         * comint.el (comint-prompt-read-only): Change doc to suggest remap keybinding.
806 2014-02-02  Glenn Morris  <rgm@gnu.org>
808         * register.el (register-read-with-preview, point-to-register)
809         (window-configuration-to-register, frame-configuration-to-register)
810         (jump-to-register, number-to-register, view-register, insert-register)
811         (copy-to-register, append-to-register, prepend-to-register)
812         (copy-rectangle-to-register): Doc fixes.
814 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
817         * emacs-lisp/find-func.el (find-function-C-source): Idem.
818         * emacs-lisp/nadvice.el (advice--cd*r): New function.
819         * help-fns.el (describe-function-1): Use it.
821 2014-02-02  Glenn Morris  <rgm@gnu.org>
823         * register.el (register-preview-default): New function,
824         split from register-preview.
825         (register-preview-function): Rename from register-preview-functions,
826         make it not a hook.
827         (register-preview): Use register-preview-function.
828         (register-read-with-preview): Error on non-character event.  (Bug#16595)
830 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
832         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
833         `:' before binary operators (bug#16609).  Don't check for `:'
834         before `[' and `(', or their syntax status.  A percent literal
835         can't end with either.
836         (ruby-font-lock-keywords): For built-ins that require arguments,
837         check that they're followed by something that looks like argument
838         (bug#16610).
840 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
842         * subr.el (butlast): Document what an omitted N means (bug#13437).
843         (nbutlast): Ditto.
845 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
847         * net/shr.el (shr-generic): Make into a defsubst to make the stack
848         depth shallower (bug#16587).
849         (shr-tag-svg): Respect `shr-inhibit-images'.
850         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
852 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
854         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
855         (ruby-smie-grammar): Make "." right-associative.  Make its priority
856         lower than the ternary and all binary operators.
857         (ruby-smie-rules): Indent "(" relative to the first non-"."
858         parent, or the first "." parent at indentation.
859         Use `ruby-align-chained-calls' for indentation of "." tokens.
860         (Bug#16593)
862 2014-01-31  Juri Linkov  <juri@jurta.org>
864         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
865         from `make-hash-table'.
867         * textmodes/ispell.el (ispell-init-process): Change message format
868         to be consistent with other messages.
870 2014-01-31  Glenn Morris  <rgm@gnu.org>
872         * delsel.el (delete-selection-mode): Doc fix.
874         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
875         (trace-function-background): Doc fixes.
877         * ido.el (ido-use-virtual-buffers): Doc fix.
878         Reset :version, since the default value has not changed.
880         * register.el (register-preview-delay, register-read-with-preview):
881         Doc fixes.
883         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
884         do not mess with mail-buffer position (fixes 2009-11-03 change).
885         * progmodes/cc-mode.el (c-submit-bug-report):
886         Check auto-fill-mode is bound.  (Bug#16592)
888 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
890         * startup.el (fancy-splash-image-file): New function,
891         split from fancy-splash-head.
892         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
893         so that we are both using the same image.  (Bug#16574)
895 2014-01-30  Glenn Morris  <rgm@gnu.org>
897         * simple.el (eval-expression): Doc fix.
899         * hexl.el (hexl-mode-hook):
900         * ielm.el (ielm-mode-hook):
901         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
902         (lisp-interaction-mode-hook):
903         * progmodes/cfengine.e (cfengine3-documentation-function):
904         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
906 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
909         is a symbol (bug#16584).
911 2014-01-30  Glenn Morris  <rgm@gnu.org>
913         * help.el (help-for-help-internal): Add "P" to text.
915 2014-01-29  Glenn Morris  <rgm@gnu.org>
917         * simple.el (just-one-space, cycle-spacing): Doc fixes.
919 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
921         * window.el (fit-frame-to-buffer): Fix calculations for margins and
922         height constraints.
924 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
926         * progmodes/hideif.el: Extend to full CPP expression syntax.
927         (hif-token-alist): Add missing tokens.
928         (hif-token-regexp): Add support for float/octal/hex immediates.
929         (hif-string-literal-regexp): New const.
930         (hif-tokenize): Recognize strings and float/octal/hex immediates.
931         (hif-exprlist): New function.
932         (hif-parse-if-exp): Use it.
933         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
934         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
935         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
936         (hif-logxor, hif-comma): New functions.
938 2014-01-28  Glenn Morris  <rgm@gnu.org>
940         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
942         * indent.el (tab-stop-list): Doc fix.  Add :version.
944         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
945         (cvs-append-to-ignore): Add compatibility alias.
947 2014-01-27  Glenn Morris  <rgm@gnu.org>
949         * dired.el (dired-hide-details-mode): Don't autoload it,
950         since it cannot be used outside Dired buffers anyway.
952         * emulation/cua-base.el (cua-mode): Doc fix.
954         * dired.el (dired-hide-details-hide-symlink-targets)
955         (dired-hide-details-hide-information-lines)
956         (dired-hide-details-mode): Doc fixes.
958         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
959         * strokes.el (strokes-file): Doc fix.  Bump :version.
960         (strokes-help): Doc fix.
961         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
962         * emulation/viper.el (viper): Doc fix for custom group.
963         (top-level): Remove oh-so-no-longer-relevant text about vip.
964         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
966         * ido.el (ido-save-directory-list-file):
967         * saveplace.el (save-place-file):
968         * calendar/timeclock.el (timeclock-file):
969         * net/quickurl.el (quickurl-url-file):
970         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
971         * progmodes/idlwave.el (idlwave-config-directory):
972         * textmodes/remember.el (remember-data-file):
973         Bump :version.
975 2014-01-26  Glenn Morris  <rgm@gnu.org>
977         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
978         Doc fix.  Make obsolete.
979         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
981         * sort.el (delete-duplicate-lines): Doc fix.
983 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
985         * progmodes/ada-mode.el (ada):
986         * woman.el (woman): Link to info manual and Commentary section.
988         * progmodes/flymake.el (flymake):
989         * nxml/nxml-mode.el (nxml):
990         * net/eww.el (eww):
991         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
992         * htmlfontify.el (htmlfontify):
993         * ses.el (ses):
994         * epa.el (epa):
995         * ido.el (ido): Link to info manual.
997 2014-01-25  Leo Liu  <sdl.web@gmail.com>
999         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1001 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
1003         * net/shr.el (shr-tag-img): Prefer the title over the alt text
1004         (bug#16537).
1006 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
1008         * net/eww.el (eww-download-callback):
1009         Fix reference to eww-download-directory.
1011         * emacs-lisp/bytecomp.el (byte-compile-file):
1012         Remove unused local variable `file-name'.
1014 2014-01-24  Glenn Morris  <rgm@gnu.org>
1016         * woman.el (woman-default-faces, woman-monochrome-faces):
1017         Fix obsolescence specification.
1019         * subr.el (with-demoted-errors): Doc fix.
1021 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1024         (cl--macroexp-fboundp): New function.
1025         (cl--make-type-test): Use it.
1027 2014-01-23  Glenn Morris  <rgm@gnu.org>
1029         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1030         * simple.el (eval-expression): Doc fixes.
1032 2014-01-22  Glenn Morris  <rgm@gnu.org>
1034         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1036 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * emacs-lisp/package.el: Write files silently.
1039         (package-autoload-ensure-default-file, package--write-file-no-coding)
1040         (package-generate-description-file, package--download-one-archive)
1041         (package-install-from-archive): Tell `write-region' to stay quiet.
1042         (package-menu-mode, package-menu--print-info): Omit the Archive column
1043         if there's only one archive.
1044         (package-all-keywords, package--has-keyword-p): Remove dead code.
1046 2014-01-22  Glenn Morris  <rgm@gnu.org>
1048         * version.el (emacs-bzr-version-bzr): Fix typo.
1050         * version.el (emacs-repository-get-version):
1051         Check either .bzr or .git, but not both.
1052         Make the git case actually use the DIR argument, and return nil
1053         rather than the empty string.
1054         Avoid error if .git exists but the git executable is not found.
1056 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
1058         Fixes in window size functions around Bug#16430 and Bug#16470.
1059         * window.el (window-total-size, window-size): New argument ROUND.
1060         (window--min-delta-1, window-min-delta, window--max-delta-1):
1061         Be more conservative when calculating the numbers of lines or
1062         columns a window can shrink (Bug#16430).
1063         (fit-window-to-buffer): Simplify code.
1064         * term.el (term-window-width): Call window-body-width again.
1066 2014-01-22  Glenn Morris  <rgm@gnu.org>
1068         * image.el (image-format-suffixes): Doc fix.
1070         * international/quail.el (quail-define-package): Doc fix.
1072         * emacs-lisp/authors.el (authors-valid-file-names):
1073         (authors-renamed-files-alist): Additions.
1075         * vc/vc-git.el (vc-git-print-log): Remove --follow;
1076         reverts 2014-01-09 change.  (Bug#16422)
1078         * calc/calc-embed.el (thing-at-point-looking-at):
1079         * emacs-lisp/map-ynp.el (x-popup-dialog):
1080         * obsolete/lmenu.el (x-popup-dialog):
1081         * emacs-lisp/package.el (url-recreate-url):
1082         * mail/mailclient.el (clipboard-kill-ring-save):
1083         * subr.el (x-popup-dialog): Update declaration.
1084         * mail/rmail.el (rmail-mime-message-p):
1085         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1087 2014-01-21  Daniel Colascione  <dancol@dancol.org>
1089         * progmodes/sh-script.el (sh--inside-noncommand-expression):
1090         Correctly detect when we're inside an arithmetic expansion form
1091         containing nested parenthesis.
1092         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1093         to detect cases where we shouldn't expand "<<" to a heredoc
1094         skeleton.
1096 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1098         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1099         (eldoc--message-command-p): New function.
1100         (eldoc-display-message-p): Use it.
1101         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1102         message is not automatically erased for us.
1103         (eldoc-print-current-symbol-info): Erase previous message, if any.
1105 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
1107         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1108         specify it's an interactive function.
1110         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1111         Fix regex used for scanning for citation keys which failed for
1112         citations with optional arguments.
1114 2014-01-21  Leo Liu  <sdl.web@gmail.com>
1116         * simple.el (read--expression): Don't enable eldoc-mode.
1118 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * simple.el (move-beginning-of-line): Make sure we don't move forward
1121         (bug#16497).
1123 2014-01-20  Juri Linkov  <juri@jurta.org>
1125         * saveplace.el (toggle-save-place, save-place-to-alist)
1126         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1127         'dired-mode) before checking for dired-directory.  (Bug#16477)
1129 2014-01-20  Juri Linkov  <juri@jurta.org>
1131         * indent.el (indent-line-to): Use backward-to-indentation
1132         instead of back-to-indentation.  (Bug#16461)
1134 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1136         Revert some of the CANNOT_DUMP fix (Bug#16494).
1137         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1138         but fixing this can wait until after the next release.
1139         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1141 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
1143         * eshell/esh-mode.el (eshell-password-prompt-regexp):
1144         Use `password-word-equivalents'.
1145         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1146         to t.  (Bug#5664, Bug#13124)
1148 2014-01-19  Alan Mackenzie  <acm@muc.de>
1150         Bind open-paren-in-column-0-is-defun-start to nil at some entry
1151         points.
1152         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1153         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1154         * progmodes/cc-mode.el (c-before-change, c-after-change)
1155         (c-font-lock-fontify-region): Bind it here.
1157 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
1159         * term.el (term-window-width): Call window-text-width instead of
1160         window-width (Bug#16470).
1162 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1164         * simple.el (password-word-equivalents): Remove duplicates.
1165         Sort, to make this easier next time.
1166         Downcase.  Omit ": " after "jelszó".
1168 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
1170         * term/common-win.el (saved-region-selection): Defvar it.
1171         (x-select-text): Set saved-region-selection (Bug#16382).
1173 2014-01-18  Glenn Morris  <rgm@gnu.org>
1175         * emacs-lisp/authors.el (authors-aliases)
1176         (authors-renamed-files-alist): Add some entries.
1178 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1180         * net/tramp.el (tramp-password-prompt-regexp):
1181         Use `password-word-equivalents' if available.
1182         (tramp-action-password, tramp-process-one-action)
1183         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
1185 2014-01-17  Chong Yidong  <cyd@gnu.org>
1187         * simple.el (password-word-equivalents): New defcustom.
1188         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
1189         to 24.4.
1190         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1191         to t.  (Bug#13124)
1193 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
1195         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1196         (ruby-align-to-stmt-keywords): Change the default value.
1197         Use `ruby-alignable-keywords' to generate the possible customization
1198         choices.
1199         (ruby-smie-rules): Instead of using a hardcoded list of alignable
1200         keywords, check against the value of `ruby-alignable-keywords'
1201         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1203 2014-01-17  Glenn Morris  <rgm@gnu.org>
1205         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1207         Make M-x authors return zero *Authors Errors* from current logs.
1208         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1209         (authors-ignored-files): Add some entries, remove others.
1210         (authors-ambiguous-files, authors-valid-file-names):
1211         Add some entries.
1212         (authors-renamed-files-alist): Add, remove, and adjust entries.
1213         (authors-renamed-files-regexps): Add some entries.
1214         Remove some very broad ones.  Make some entries `lax'.
1215         (authors-lax-changelogs): New constant.
1216         (authors-disambiguate-file-name): Treat top-level specially.
1217         (authors-lax-changelog-p): New function.
1218         (authors-canonical-file-name): Check file as written against
1219         authors-valid-file-names.  Do not special-case etc/.
1220         Handle `lax' logs and authors-renamed-files-regexps elements.
1222 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
1224         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1225         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
1226         callers.
1228 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1230         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1231         Assume we're already in the proper buffer.
1232         Inspired by Anders Lindgren <andlind@gmail.com>.
1233         (follow-post-command-hook): Call it from the right buffer.
1234         (follow-comint-scroll-to-bottom): Adjust call.
1235         (follow-all-followers): Use get-buffer-window-list.
1237 2014-01-15  Daniel Colascione  <dancol@dancol.org>
1239         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1240         `buffer-file-name' in interactive-form so that we don't leave
1241         pathless file names in `file-name-history'.
1243 2014-01-15  Juri Linkov  <juri@jurta.org>
1245         * indent.el (indent-rigidly): Set deactivate-mark to nil
1246         in transient indentation mode.  (Bug#16438)
1248 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
1250         * emacs-lisp/package.el (package-desc-keywords): New function
1251         (Bug#16222).
1252         (describe-package-1, package-all-keywords)
1253         (package--has-keyword-p): Use it.
1255 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1257         * simple.el (define-alternatives): When creating the
1258         COMMAND-alternatives variable, assign COMMAND as its definition
1259         name so that `describe-variable' can relocate it.
1261 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
1263         * font-lock.el (font-lock-keywords): Fix typo in docstring
1264         (bug#16307).
1266 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1268         * ispell.el (ispell-region): Reset `in-comment' for new line
1269         instead of wrongly reset `add-coment' (bug#13577).
1271 2014-01-14  Daiki Ueno  <ueno@gnu.org>
1273         * epa-file.el (epa-file-write-region): Encode the region according
1274         to `buffer-file-format'.  Problem reported at:
1275         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1277 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1279         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1280         so it applies in the right buffer (bug#16410).
1282 2014-01-13  Daniel Colascione  <dancol@dancol.org>
1284         * textmodes/rst.el (rst-define-key): Provide deprecated
1285         keybindings through named functions instead of anonymous ones so
1286         that "??" doesn't appear in describe-mode output.
1288 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1290         * simple.el (define-alternatives): Call the selected command
1291         interactively.  When setting `COMMAND--implementation' for the
1292         first time, tell the user how to chose another implementation.
1293         Enhance the docstring.
1295 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1298         (log-edit--match-first-line): New function.
1299         (log-edit-font-lock-keywords): Use it.
1300         (log-edit-mode): Make jit-lock-defer-multiline work.
1302 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1304         * rect.el (rectangle-mark-mode): When the region is not active,
1305         display a message saying that the mark as been set and that
1306         rectangle mode is in use.
1307         (rectangle--highlight-for-redisplay): Only put an overlay with a
1308         visible vertical bar when (display-graphic-p) is non-nil.
1309         This partially fixes Bug#16403.
1311 2014-01-13  Juri Linkov  <juri@jurta.org>
1313         * info.el (Info-find-file): Go to DIR before displaying the error
1314         about a nonexistent file if no previous Info file is visited.
1315         Use `user-error' instead of `error' for "Info file %s does not exist".
1316         (Info-find-node-2): In case of a nonexistent node in unwind forms
1317         go to the Top node if there is no previous node to revert to.
1318         (Bug#16405)
1320 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
1322         fit-frame/window-to-buffer code fixes including one for Bug#14096.
1323         * window.el (fit-frame-to-buffer): Fix doc-string.
1324         Respect window-min-height/-width.  Fit pixelwise when
1325         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
1326         when avoiding that frame goes partially off-screen.
1327         (fit-window-to-buffer): Respect window-min-height/-width
1328         (Bug#14096).
1330 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1332         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1333         after an empty line.
1335 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1337         * net/shr.el (shr-render-region): Autoload.
1339 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
1341         * net/eww.el (eww-download-directory): Rename from
1342         `eww-download-path' (Bug#16419).
1344 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1346         * dired-x.el (dired-mode-map): Fix last change.
1348         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1350 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1352         Spelling fixes.
1353         * emacs-lisp/generic.el (generic--normalize-comments):
1354         Rename from generic--normalise-comments.  All uses changed.
1355         * play/bubbles.el (bubbles--neighborhood-score):
1356         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1357         (bubbles--neighborhood-available)
1358         (bubbles--update-neighborhood-score):
1359         Rename from names with 'neighbourhood'.  All uses changed.
1361 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1363         Re-implement the feature of showing eldoc info after editing.
1364         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1365         (eldoc-edit-message-commands): New function.
1366         (eldoc-print-after-edit): New variable.
1367         (eldoc-pre-command-refresh-echo-area): Emit message only by
1368         eldoc-message-commands.
1369         (eldoc-mode): Restrict eldoc-message-commands to editing commands
1370         if eldoc-print-after-edit is set.  (Bug#16346)
1371         * simple.el (read--expression): Enable eldoc-mode.
1372         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1374 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
1375             Eric S. Raymond  <esr@thyrsus.com>
1377         * version.el (emacs-repository-get-version): Enhance so the
1378         function works correctly in either a Bazaar or Git repo.
1380 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
1382         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1383         Goes with removal of the joke manpages from /etc.
1385 2014-01-10  Kenichi Handa  <handa@gnu.org>
1387         * mail/rmail.el (rmail-get-coding-system):
1388         Check rmail-get-coding-function before "funcall"ing it.
1390 2014-01-10  Glenn Morris  <rgm@gnu.org>
1392         * emacs-lisp/authors.el (authors-fixed-entries):
1393         Update for files that no longer exist.
1395 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
1397         * version.el (emacs-bzr-get-version): Restore compatibilty with
1398         24.3 (Tested).
1400 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
1402         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1403         and Podfile.
1405 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
1407         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1409 2014-01-10  Chong Yidong  <cyd@gnu.org>
1411         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1413 2014-01-10  Anders Lindgren  <andlind@gmail.com>
1415         * follow.el (follow-cache-command-list): Include right-char and
1416         left-char.
1418 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1420         Spelling fixes.
1421         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1422         * woman.el (woman-mark-horizontal-position):
1423         Rename from woman-mark-horizonal-position.  Use changed.
1425 2014-01-10  Glenn Morris  <rgm@gnu.org>
1427         * info.el (info-initialize): If running uninstalled, ensure our
1428         own info files are always found first, even if INFOPATH is set.
1430         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1432 2014-01-09  David Engster  <deng@randomsample.de>
1434         * emacs-lisp/eieio-custom.el:
1435         * emacs-lisp/eieio-opt.el: Set generated autoload file to
1436         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1437         * emacs-lisp/eieio.el: Regenerate autoloads.
1439 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
1441         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1442         following renames.  (Bug#8756)
1444 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1447         (bug#16382).
1448         (activate-mark): Add `no-tmm' argument.
1449         (set-mark, push-mark-command): Use it instead of running
1450         activate-mark-hook by hand.
1452 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
1454         In preparation for the move to git, sanitize out some
1455         Bazaar-specific names.
1457         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1459         * version.el (emacs-bzr-version): Name changed to
1460         emacs-repository-version.  Obsolete-variable alias made.
1461         * loadup.el: Follow through on this name change.
1462         * mail/emacsbug.el (report-emacs-bug): Factor out any
1463         assumption about the version control system in use.
1465 2014-01-08  David Engster  <deng@randomsample.de>
1467         * help-fns.el (help-fns-describe-function-functions):
1468         New variable to call functions for augmenting help buffers.
1469         (describe-function-1): Remove explicit calls to
1470         `help-fns--compiler-macro', `help-fns--parent-mode' and
1471         `help-fns--obsolete'.  Put them in above new variable instead, and
1472         call them through `run-hook-with-args'.
1473         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1474         `eieio-describe-class'.  Not meant for interactive use anymore,
1475         but to augment existing help buffers.  Remove optional second
1476         argument.  Create proper button for file location.
1477         Rewrite function to use `insert' instead of `princ' and `prin1' where
1478         possible.
1479         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1480         (eieio-method-def, eieio-class-def): Move further up.
1481         (describe-method, describe-generic, eieio-describe-method):
1482         Remove aliases.
1483         (eieio-help-constructor, eieio-help-generic): Rename from
1484         `eieio-describe-constructor' and `eieio-describe-generic', resp.
1485         Rewrite to use `insert' in the current buffer and use proper help
1486         buttons.
1487         (eieio-help-find-method-definition)
1488         (eieio-help-find-class-definition): Also accept symbols as
1489         arguments.
1490         (eieio-help-mode-augmentation-maybee): Remove.
1491         (eieio-describe-class-sb): Use `describe-function'.
1492         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1493         Add `eieio-help-generic' and `eieio-help-constructor'.
1495 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1497         Spelling fixes.
1498         * language/china-util.el (hz-ascii-designation):
1499         Rename from hz-ascii-designnation.
1500         (hz-ascii-designation): Rename from hz-ascii-designnation.
1501         All uses changed.
1503 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1505         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1506         package-alist.
1508 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1510         * emacs-lisp/package.el (package-delete):
1511         Correctly delete the package from package-alist.
1513 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1515         * emacs-lisp/package.el (url-recreate-url): Declare.
1516         (url-http-target-url): Declare.
1517         (package-handle-response): Include requested URL in the error message.
1518         (package--check-signature): Don't re-signal errors from
1519         package--with-work-buffer.  Suggested by Stefan Monnier.
1521 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1523         * minibuffer.el (completion--try-word-completion): When both a
1524         hyphen and a space are possible candidates for the character
1525         following a word, display both candidates.  (Bug#15980)
1527 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1529         * window.el (balance-windows-2): While rounding don't give a
1530         window more than the remainder.  Bug#16351, bug#16383.
1532 2014-01-07  Glenn Morris  <rgm@gnu.org>
1534         * menu-bar.el (menu-bar-help-extra-packages): Remove.
1535         (menu-bar-help-menu): Use view-external-packages instead.
1537 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1539         * emacs-lisp/package.el (package-delete): Also delete the package
1540         name from `package-alist', not its description only.
1542 2014-01-07  Glenn Morris  <rgm@gnu.org>
1544         * help.el (view-external-packages):
1545         * menu-bar.el (menu-bar-help-extra-packages):
1546         Visit efaq.info rather than etc/MORE.STUFF.
1548 2014-01-07  Juri Linkov  <juri@jurta.org>
1550         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1551         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
1553         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1554         that shadows RET.  (Bug#16342)
1556 2014-01-07  Chong Yidong  <cyd@gnu.org>
1558         * isearch.el (isearch-yank-char, isearch-yank-word)
1559         (isearch-yank-line): Doc fix.
1561 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1563         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1564         * emacs-lisp/elint.el (elint-find-builtins):
1565         * emacs-lisp/eldoc.el (eldoc-symbol-function):
1566         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1567         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1568         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1569         * apropos.el (apropos-safe-documentation):
1570         * subr.el (symbol-file): Remove redundant fboundp.
1571         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1573 2014-01-06  Bastien Guerry  <bzg@gnu.org>
1575         * hl-line.el (global-hl-line-overlay): Make a local variable.
1576         (global-hl-line-overlays): New variable to store all overlays.
1577         (global-hl-line-mode): Don't delete overlays from the current
1578         buffer when `global-hl-line-sticky-flag' is non-nil.
1579         (global-hl-line-highlight): Add new overlays to
1580         `global-hl-line-overlays'.
1581         (global-hl-line-unhighlight-all): New function to delete all
1582         overlays when turning off `global-hl-line-mode'.
1583         This fixes Bug#16183.
1585 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * subr.el (set-transient-map): Fix nested case and docstring.
1589 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
1591         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1592         `Texinfo' entry.
1594 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1596         Fix defun navigation in vc log view.
1598         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1599         like `beginning-of-defun'.
1600         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1601         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
1602         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1603         (log-view-extract-comment): Call `log-view-current-entry' directly
1604         instead of relying on broken `log-view-beginning-of-defun' behavior.
1606 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1608         Spelling fixes.
1609         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1610         * emacs-lisp/debug.el (cancel-debug-on-entry):
1611         * epg.el (epg-error-to-string):
1612         * files.el (recover-file):
1613         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1614         * mail/emacsbug.el (report-emacs-bug-hook):
1615         * mail/sendmail.el (mail-recover):
1616         * ses.el (ses-yank-resize):
1617         * term/ns-win.el (ns-print-buffer):
1618         Spelling fixes in diagnostics, mostly for "canceled" with one L.
1619         * epg.el (epg-key-capability-alist): Rename from misspelled version.
1620         All uses changed.
1621         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1623 2014-01-06  Leo Liu  <sdl.web@gmail.com>
1625         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1626         to avoid shadowing global key.  (Bug#16354)
1628 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1630         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1631         rst-mode.
1633 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
1635         * window.el (balance-windows): Add mising t to fix Bug#16351.
1637 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1640         (bug#16285).
1641         (shr-insert): If we have a word that's longer than `shr-width',
1642         break after it anyway.  Otherwise we'll do no breaking once we get
1643         such a long word.
1645 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1647         * net/eww.el (eww): Support single/double quote for search.
1648         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1649         (eww-history-quit): Delete and use quit-window.
1650         (eww-history-kill): Delete, because it doesn't work well and
1651         not necessary.
1652         (eww-history-mode-map): Delete some keys and add easy-menu.
1654 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1656         Fix misspelling of 'chinese' in rx (Bug#16237).
1657         * emacs-lisp/rx.el (rx-categories): Correct spelling of
1658         chinese-two-byte.
1660         Change subword regexps back to vars (Bug#16296).
1661         * progmodes/subword.el (subword-forward-regexp)
1662         (subword-backward-regexp): Change these back to variables.
1664 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1666         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1667         syntax-begin-function (bug#16247).
1669 2014-01-03  Chong Yidong  <cyd@gnu.org>
1671         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1672         (advice--docstring): Delete variable.
1673         (advice--make-1): Leave the docstring empty.
1674         (advice-add): Use function-documentation for advised docstring.
1676         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1677         Ignore function-documentation property when getting documentation.
1678         (ad-activate-advised-definition): Use function-documentation
1679         generate the docstring.
1680         (ad-make-advised-definition): Don't call
1681         ad-make-advised-definition-docstring.
1682         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1683         Delete functions.
1685         * progmodes/sql.el (sql-help): Use function-documentation instead
1686         of dynamic-docstring-function property.  No need to autoload now.
1687         (sql--help-docstring): New variable.
1688         (sql--make-help-docstring): Use it.
1690 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * ielm.el (ielm-tab): Retarget.
1693         (ielm-map): Use ielm-tab for tab.
1694         (ielm-complete-filename): Use comint-filename-completion.
1695         (ielm-complete-symbol): Remove.
1696         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1697         remove ielm-tab from completion-at-point-functions (bug#16224).
1699         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1700         Beware signals raised by predicates (bug#16201).
1702 2014-01-02  Richard Stallman  <rms@gnu.org>
1704         * dired-aux.el (dired-do-print): Handle printer-name.
1706         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1707         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1708         (rmail-epa-decrypt): Turn off mime processing.
1710         * mail/rmail.el (rmail-make-in-reply-to-field):
1711         Add parens in message-id.
1713         * mail/rmail.el (rmail-get-coding-function): Variable.
1714         (rmail-get-coding-system): Use it.
1716 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
1718         * international/mule-conf.el: Unify the charset indian-is13194.
1719         (indian-is13194): Specify unify-map.
1721 2013-12-31  Leo Liu  <sdl.web@gmail.com>
1723         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
1725 2013-12-30  Daniel Colascione  <dancol@dancol.org>
1727         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
1728         of printing a useless when we resume from sleep.
1730         * progmodes/sh-script.el
1731         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
1732         in indentation code.  (Bug#16233)
1734 2013-12-28  João Távora  <joaotavora@gmail.com>
1736         * elec-pair.el (electric-pair-post-self-insert-function):
1737         Don't open extra newlines at beginning of buffer.  (Bug#16272)
1739 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
1741         * frame.el (window-system-for-display): Don't allow to create a
1742         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
1744 2013-12-28  Glenn Morris  <rgm@gnu.org>
1746         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
1747         Update callers.
1749         * apropos.el (apropos-match-face):
1750         * calculator.el (calculator-displayer):
1751         * dabbrev.el (dabbrev-search-these-buffers-only):
1752         * face-remap.el (buffer-face-mode-face):
1753         * simple.el (yank-handled-properties):
1754         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1755         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
1756         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
1757         (hashcash-double-spend-database):
1758         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
1759         (ruby-deep-indent-paren-style):
1760         * textmodes/flyspell.el (flyspell-auto-correct-binding):
1761         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
1762         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
1763         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
1764         Specify custom types.
1766         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
1767         * bookmark.el (bookmark-bmenu-use-header-line):
1768         * doc-view.el (doc-view-scale-internally):
1769         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
1770         * register.el (register-preview-delay):
1771         * net/shr.el (shr-bullet):
1772         * progmodes/cfengine.el (cfengine-cf-promises)
1773         (cfengine-parameters-indent):
1774         * progmodes/octave.el (inferior-octave-error-regexp-alist):
1775         * textmodes/reftex-vars.el (reftex-label-regexps):
1776         * vc/log-edit.el (log-edit-setup-add-author): Add version.
1778         * net/tls.el (tls-certtool-program): Fix default value.
1780         * desktop.el (desktop-restore-in-current-display):
1781         * newcomment.el (comment-empty-lines):
1782         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
1783         (idlwave-pad-keyword):
1784         * progmodes/tcl.el (tcl-tab-always-indent):
1785         * textmodes/reftex-vars.el (reftex-index-default-tag):
1786         * elec-pair.el (electric-pair-skip-whitespace):
1787         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
1789         * emacs-lisp/authors.el (authors-ignored-files)
1790         (authors-valid-file-names, authors-renamed-files-alist): Additions.
1792 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
1794         * shell.el (shell-dynamic-complete-command): Doc fix.
1795         (shell--command-completion-data): Shell completion now matches
1796         executable filenames from the current buffer's directory, on
1797         systems in which this behavior is the default (windows-nt, ms-dos).
1799 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1801         * net/shr.el (shr-insert): Don't infloop if the width is zero.
1803 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
1806         (bug#16251).
1808         * electric.el: Move all electric-pair-* to elec-pair.el.
1809         * elec-pair.el: New file, split from electric.el.
1811 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1813         * net/shr.el (shr-find-fill-point): Don't try to fill if the
1814         indentation level is larger than the width, because that will
1815         infloop.
1816         (shr-insert): Fill repeatedly long texts, so that Japanese is
1817         formatted correctly (bug#16263).
1818         (shr-find-fill-point): Off by one error in comparison with the
1819         indentation.
1821 2013-12-26  João Távora  <joaotavora@gmail.com>
1823         * electric.el (electric-pair-mode): More flexible engine for skip-
1824         and inhibit predicates, new options for pairing-related functionality.
1825         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
1826         if that keeps or improves their balance in buffers.
1827         (electric-pair-delete-adjacent-pairs): Delete the pair when
1828         backspacing over adjacent matched delimiters.
1829         (electric-pair-open-extra-newline): Open extra newline when
1830         inserting newlines between adjacent matched delimiters.
1831         (electric--sort-post-self-insertion-hook):
1832         Sort post-self-insert-hook according to priority values when
1833         minor-modes are activated.
1834         * simple.el (newline-and-indent): Call newline with interactive
1835         set to t.
1836         (blink-paren-post-self-insert-function): Set priority to 100.
1837         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1838         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
1839         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
1840         electric-pair-open-newline-between-pairs to nil.
1842 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1844         * progmodes/python.el: Use lexical-binding.
1845         (python-nav-beginning-of-defun): Stop searching ASAP.
1847 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
1849         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
1850         Fix interactive spec.  Doc fix.  (Bug#15754)
1852 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1854         * emacs-lisp/byte-run.el (eval-when-compile):
1855         * progmodes/cc-defs.el (cc-eval-when-compile):
1856         Fix edebug spec (bug#16184).
1858 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1860         * net/shr.el (shr-visit-file): Remove debugging function.
1861         (shr-insert): Don't infloop if we can't find a good place to break
1862         the line (bug#16256).
1864 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1866         * progmodes/python.el:
1867         (python-nav--lisp-forward-sexp): New function.
1868         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
1869         python-nav-lisp-forward-sexp-safe.
1870         (python-nav--forward-sexp): New argument SAFE allows switching
1871         forward sexp movement behavior for parens.
1872         (python-nav-forward-sexp): Throw errors on unterminated parens
1873         (Bug#16191).
1874         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1875         (python-nav-backward-sexp-safe): New functions.
1876         (python-shell-buffer-substring):
1877         Use `python-nav-forward-sexp-safe'.
1879 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1881         * net/shr.el (shr-find-fill-point): Don't break lines before a
1882         quotation mark.
1883         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1884         (shr-find-fill-point): Remove the special checks for the quotation
1885         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1887 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1889         * net/eww.el (eww-form-textarea): Use a different face for
1890         textareas than text input since they have different keymaps
1891         (bug#16142).
1893 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1895         * progmodes/python.el (python-nav-beginning-of-statement):
1896         Speed up (Bug#15295).
1898 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1900         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1901         the window configuration.
1903 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
1905         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1906         we run on MS-Windows or MS-DOS.
1908 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
1910         * window.el (balance-windows-area): Call window-size instead of
1911         window-height and window-width.  Bug#16241.
1913 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1915         * net/eww.el (eww-bookmark-quit): Remove.
1916         (eww-bookmark-browse): Restore the window configuration when you
1917         choose a bookmark (bug#16144).
1919 2013-12-24  Daniel Colascione  <dancol@dancol.org>
1921         * icomplete.el: Remove redundant :group arguments to `defcustom'
1922         throughout.
1923         (icomplete-show-matches-on-no-input): New customizable variable.
1924         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1925         we have something to show.
1926         (icomplete-exhibit): Compute completions even if we have no user input.
1928 2013-12-23  Daniel Colascione  <dancol@dancol.org>
1930         * icomplete.el: Move `provide' to end of file.
1932 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1934         * net/gnutls.el (gnutls-verify-error): Add version tag.
1936 2013-12-23  Chong Yidong  <cyd@gnu.org>
1938         * subr.el (set-transient-map): Rename from
1939         set-temporary-overlay-map.  Doc fix.
1941         * face-remap.el (text-scale-adjust):
1942         * indent.el (indent-rigidly):
1943         * kmacro.el (kmacro-call-macro):
1944         * minibuffer.el (minibuffer-force-complete):
1945         * repeat.el (repeat):
1946         * simple.el (universal-argument--mode):
1947         * calendar/todo-mode.el (todo-insert-item--next-param):
1948         * progmodes/f90.el (f90-abbrev-start): Callers changed.
1950         * indent.el (indent-rigidly): Use substitute-command-keys.
1952 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1954         * net/eww.el (eww-tag-select): Add text-property to jump to next
1955         select field.
1956         (eww): Add non-supported ftp error.
1958 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1960         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1961         comments.  Handle electric indent after typing `?' and `!'.
1963 2013-12-22  Chong Yidong  <cyd@gnu.org>
1965         * faces.el (face-spec-recalc): If the theme specs are not
1966         applicable to a frame, fall back on the defface spec.
1967         This prevents themes from obliterating faces on low-color terminals.
1969 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1971         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1972         after `{'.  We need it after block openers, and it doesn't seem
1973         to hurt after hash openers.
1975 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1977         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1978         extracted from `ruby-smie-rules'.
1979         (ruby--electric-indent-chars): New variable.
1980         (ruby--electric-indent-p): New function.
1981         (ruby-mode): Use `electric-indent-functions' instead of
1982         `electric-indent-chars'.
1984 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1986         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1987         docstring.
1988         (ruby-smie-rules): Indent plus one level after `=>'.
1990 2013-12-21  Richard Stallman  <rms@gnu.org>
1992         * simple.el (newline): Doc fix.
1994 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1996         * net/eww.el (eww-list-histories, eww-list-histories)
1997         (eww-history-browse, eww-history-quit, eww-history-kill)
1998         (eww-history-mode-map, eww-history-mode): New command and
1999         functions to list browser histories.
2000         (eww-form-text): Support text form with disabled
2001         and readonly attributes.
2002         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2004 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2006         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2007         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2008         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2009         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2010         Use `user-error'.
2011         (eww-bookmark-mode-map): Add menu.
2012         (eww-render, eww-mode): Use `setq-local'.
2013         (eww-tool-bar-map): New variable.
2014         (eww-mode): Set `tool-bar-map'.
2015         (eww-view-source): Check for `html-mode' with `fboundp'.
2017 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019         * net/shr.el (shr--extract-best-source): Don't bug out on audio
2020         elements with text inside.  Also remove debugging.
2022 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
2024         * cus-start.el (all): Add ns-use-srgb-colorspace.
2026 2013-12-21  Chong Yidong  <cyd@gnu.org>
2028         * custom.el (custom-theme-recalc-face): Do nothing if the face is
2029         undefined.  Thus, theme settings for undefined faces do not take
2030         effect until the faces are defined with defface, the same as with
2031         theme variables.
2033         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2034         (face-spec-reset-face): Don't assign extra properties in temacs.
2035         (face-spec-recalc): Apply X resources too.
2037 2013-12-21  Chong Yidong  <cyd@gnu.org>
2039         * faces.el (face-spec-set):
2040         * cus-face.el (custom-theme-set-faces, custom-set-faces):
2041         * custom.el (defface): Doc fixes (Bug#16203).
2043         * indent.el (indent-rigidly-map): Add docstring, and move commands
2044         into named functions.
2045         (indent-rigidly-left, indent-rigidly-right)
2046         (indent-rigidly-left-to-tab-stop)
2047         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
2048         indentation direction based on bidi direction, and accumulate
2049         sequential commands in a single undo boundary.
2050         (indent-rigidly--pop-undo): New utility function.
2052 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
2054         * faces.el (read-face-name): Require crm.el when using crm-separator.
2056 2013-12-20  Daniel Colascione  <dancol@dancol.org>
2058         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2059         so that we don't reflow comments into the shebang line.
2061 2013-12-20  Juri Linkov  <juri@jurta.org>
2063         * saveplace.el (save-place-to-alist): Add `dired-filename' as
2064         a position when `dired-directory' is non-nil.  Check integer
2065         positions with `integerp'.
2066         (toggle-save-place, save-places-to-alist): Add check for
2067         `dired-directory'.
2068         (save-place-find-file-hook): Check integer positions with
2069         `integerp'.
2070         (save-place-dired-hook): Use `dired-goto-file' when
2071         `dired-filename' is found in the assoc list.  Check integer
2072         positions with `integerp'.
2073         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2075         * dired.el (dired-initial-position-hook): Rename back from
2076         `dired-initial-point-hook'.
2077         (dired-initial-position): Rename `dired-initial-point-hook' to
2078         `dired-initial-position-hook'.
2079         (dired-file-name-at-point): Doc fix.  (Bug#15329)
2081 2013-12-20  Juri Linkov  <juri@jurta.org>
2083         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2084         (read-regexp-suggestions): New function.
2085         (read-regexp): Use `read-regexp-defaults-function' to get default values.
2086         Use `read-regexp-suggestions'.  Add non-empty default to history
2087         for empty input.
2088         (occur-read-regexp-defaults-function): Remove function.
2089         (occur-read-primary-args): Use `regexp-history-last' instead of
2090         `occur-read-regexp-defaults-function'.
2092         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2093         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2094         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2095         `hi-lock-read-regexp-defaults-function'.  Doc fix.
2096         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2097         with `find-tag-default-as-symbol-regexp'.  Doc fix.
2098         (hi-lock-read-regexp-defaults): Remove function.
2099         (hi-lock-regexp-okay): Add check for null.
2101         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2102         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
2104         * subr.el (find-tag-default-as-symbol-regexp): New function.
2105         (find-tag-default-as-regexp): Move symbol regexp formatting to
2106         `find-tag-default-as-symbol-regexp'.
2108 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
2110         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2111         (Bug#14179)
2113 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2115         * calendar/todo-mode.el: New implementation of item insertion
2116         commands and key bindings.
2117         (todo-key-prompt): New face.
2118         (todo-insert-item): New command.
2119         (todo-insert-item--parameters): New defconst, replacing defvar
2120         todo-insertion-commands-args-genlist.
2121         (todo-insert-item--param-key-alist): New defconst, replacing
2122         defvar todo-insertion-commands-arg-key-list.
2123         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2124         (todo-insert-item--argsleft, todo-insert-item--apply-args)
2125         (todo-insert-item--next-param): New functions.
2126         (todo-insert-item--args, todo-insert-item--argleft)
2127         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2128         New variables.
2129         (todo-key-bindings-t): Change binding of "i" from
2130         todo-insertion-map to todo-insert-item.
2131         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2132         (todo-insertion-command-name, todo-insertion-commands-names)
2133         (todo-define-insertion-command, todo-insertion-commands)
2134         (todo-insertion-key-bindings, todo-insertion-map): Remove.
2136 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2138         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2139         (todo-toggle-item-highlighting): Use eval-and-compile instead of
2140         eval-when-compile.
2141         (todo-move-category): Allow choosing a non-existing todo file to
2142         move the category to, and create that file.
2143         (todo-default-priority): New user option.
2144         (todo-set-item-priority): Use it.
2145         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2146         (desktop-restore-file-buffer): Declare.
2147         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2148         (todo-modes-set-2): Locally set desktop-save-buffer to
2149         todo-desktop-save-buffer.
2150         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2151         (auto-mode-alist): Add autoload cookie.
2153 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
2155         * emacs-lisp/subr-x.el: Renamed from helpers.el.
2156         helpers.el was a poor choice of name.
2157         (string-remove-prefix): New function.
2158         (string-remove-suffix): New function.
2160 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
2162         Fix assignment for new window total sizes.
2163         * window.el (window--pixel-to-size): Remove function.
2164         (window--pixel-to-total-1, window--pixel-to-total):
2165         Fix calculation of new total sizes.
2167 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
2169         * comint.el (comint-output-filter): Fix rear-nonsticky property
2170         placement (Bug#16010).
2172 2013-12-20  Chong Yidong  <cyd@gnu.org>
2174         * faces.el (read-color): Minor fix for completion function.
2176 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
2178         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2179         New option.  (Bug#16182)
2180         (ruby-smie--indent-to-stmt-p): Use it.
2181         (ruby-smie-rules): Revert the logic in the handling of `when'.
2182         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2183         (ruby-deep-arglist, ruby-deep-indent-paren)
2184         (ruby-deep-indent-paren-style): Update docstrings to note that the
2185         vars don't have any effect with SMIE.
2187 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
2189         * calc/calc.el (calc-enter, calc-pop): Use the variable
2190         `calc-context-sensitive-enter'.
2192 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194         * net/shr.el (shr-insert): Protect against infloops in degenerate
2195         tables.
2197 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2199         * progmodes/octave.el (octave): Add link to manual and octave
2200         homepage.
2201         (octave-mode-menu): Link to octave-mode manual.
2203 2013-12-20  Leo Liu  <sdl.web@gmail.com>
2205         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2206         insertion using skeleton-end-newline.  (Bug#16138)
2208 2013-12-20  Juri Linkov  <juri@jurta.org>
2210         * replace.el (occur-engine): Use `add-face-text-property'
2211         to add the face property to matches and titles.  (Bug#14645)
2213         * hi-lock.el (hi-green): Use lighter color "light green" closer to
2214         the palette of other hi-lock colors.
2215         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2217 2013-12-19  Juri Linkov  <juri@jurta.org>
2219         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2220         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
2221         (minibuffer-history-symbol): Move variable declaration closer to
2222         its usage.
2224         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2225         (Bug#14785)
2227 2013-12-19  Juri Linkov  <juri@jurta.org>
2229         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2230         New function.
2231         (log-edit-hook): Add it to :options.  (Bug#16170)
2233 2013-12-19  Juri Linkov  <juri@jurta.org>
2235         * simple.el (eval-expression-print-format): Don't check for
2236         command names and the last command.  Always display additional
2237         formats of the integer result in the echo area, and insert them
2238         to the current buffer only with a zero prefix arg.
2239         Display character when char-displayable-p is non-nil.
2240         (eval-expression): With a zero prefix arg, set `print-length' and
2241         `print-level' to nil, and insert the integer values from
2242         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
2244         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2245         `eval-last-sexp-arg-internal'.  Doc fix.
2246         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2247         `eval-last-sexp-print-value'.  Doc fix.
2248         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2249         Set `print-length' and `print-level' to nil when arg is zero.
2250         (eval-last-sexp): Doc fix.
2251         (eval-defun-2): Print the integer values from
2252         `eval-expression-print-format' at the end.
2254         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2255         values from `eval-expression-print-format' at the end.
2257         * ielm.el (ielm-eval-input): Print the integer
2258         values from `eval-expression-print-format' at the end.
2260 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2262         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2263         2013-12-11T19:01:44Z!tzz@lifelogs.com.
2265 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
2268         (hl-line-highlight, global-hl-line-highlight): Use it.
2269         (hl-line-overlay): Use defvar-local.
2271 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
2273         * term/ns-win.el: Require dnd.
2274         (global-map): Remove drag items.
2275         (ns-insert-text, ns-set-foreground-at-mouse)
2276         (ns-set-background-at-mouse):
2277         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2278         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2279         New functions.
2281 2013-12-19  Glenn Morris  <rgm@gnu.org>
2283         * emacs-lisp/ert.el (ert-select-tests):
2284         Fix string/symbol mixup.  (Bug#16121)
2286 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2288         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2289         keywords to their parent.
2291 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2293         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2294         first arg to be a string (fixed dead code), or an operator symbol.
2295         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2296         operator symbols.
2297         (ruby-smie-rules): Remove parent token check in the `.' clause, it
2298         did nothing.  Don't respond to `(:after ".")', it will be called
2299         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
2300         change anything.  Only return indentation for binary operators
2301         when they are hanging.  De-dent opening paren when its parent is
2302         `.', otherwise it looks bad when the dot is not at bol or eol
2303         (bug#16182).
2305 2013-12-19  Juri Linkov  <juri@jurta.org>
2307         * replace.el (query-replace-read-args): Split a non-negative arg
2308         and a negative arg into separate elements.
2309         (query-replace, query-replace-regexp, replace-string)
2310         (replace-regexp): Add arg `backward'.  Doc fix.
2311         (replace-match-maybe-edit): When new arg `backward' is non-nil,
2312         move point to the beginning of the match.
2313         (replace-search, replace-highlight): Use new arg `backward'
2314         to set the value of `isearch-forward'.
2315         (perform-replace): Add arg `backward' and use it to perform
2316         replacement backward.  (Bug#14979)
2318         * isearch.el (isearch-query-replace): Use a negative prefix arg
2319         to call `perform-replace' with a non-nil arg `backward'.
2321 2013-12-18  Juri Linkov  <juri@jurta.org>
2323         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2324         to the default list.  Move `log-edit-show-files' to the end.
2325         Add more available functions to options.
2326         (log-edit): Move default specific settings to
2327         `log-edit-insert-message-template'.  Don't move point.
2328         (log-edit-insert-message-template): New function.
2329         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2330         (Bug#16170)
2332 2013-12-18  Juri Linkov  <juri@jurta.org>
2334         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2335         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
2337 2013-12-18  Leo Liu  <sdl.web@gmail.com>
2339         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2340         (Bug#16186)
2342 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
2344         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2345         formats for displaying file sizes when the -s switch is given.
2346         Instead, compute a separate format for displaying the size in
2347         blocks, which is displayed in addition to the "regular" size.
2348         When -h is given in addition to -s, produce size in blocks in
2349         human-readable form as well.  (Bug#16179)
2351 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
2353         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2354         Reference tables with ~\ref{...} instead of only \ref{...}.
2356 2013-12-18  Chong Yidong  <cyd@gnu.org>
2358         * cus-edit.el (custom-magic-alist): Fix "themed" description
2359         (Bug#14348).
2361         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2362         is non-nil, do not create a new entry in the symbol's theme-value
2363         or theme-face property; update theme-settings only (Bug#14664).
2364         (custom-available-themes): Doc fix.
2366         * cus-theme.el (custom-new-theme-mode-map): Add bindings
2367         (Bug#15674).
2369         * replace.el (occur-engine): Avoid infloop (Bug#7593).
2371 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2373         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2374         (Bug#13914).
2376 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2378         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2380 2013-12-18  Glenn Morris  <rgm@gnu.org>
2382         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2383         * cus-start.el (load-prefer-newer): New option.
2385 2013-12-18  Le Wang  <l26wang@gmail.com>
2387         * comint.el (comint-previous-matching-input-from-input):
2388         Retain point (Bug#13404).
2390 2013-12-18  Chong Yidong  <cyd@gnu.org>
2392         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2394 2013-12-18  Glenn Morris  <rgm@gnu.org>
2396         * mail/emacsbug.el (report-emacs-bug):
2397         Only mention enable-multibyte-characters if non-standard.
2399 2013-12-17  Juri Linkov  <juri@jurta.org>
2401         * arc-mode.el (archive-extract-by-file): Check if directory exists
2402         before deletion to not show irrelevant errors if it doesn't exist.
2404 2013-12-17  Juri Linkov  <juri@jurta.org>
2406         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2407         (Bug#14751)
2409         * net/eww.el (browse-web): Add alias to `eww'.
2410         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2411         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
2413         * net/browse-url.el (browse-url-browser-function): Move `eww'
2414         closer to similar functions.
2416         * startup.el (fancy-startup-screen, fancy-about-screen):
2417         Set browse-url-browser-function to eww-browse-url locally.
2418         (Bug#14751)
2420 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * window.el (window--pixel-to-total): Remove unused `mini' var.
2423         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2424         (split-window): Remove unused `new' var.
2425         (window--display-buffer): Remove unused `frame' and `delta' vars.
2426         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2427         and display-width'.
2429 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
2431         * dired.el (dired-mark-pop-up):
2432         * register.el (register-preview): Don't bind
2433         split-height-threshold here since it's now done in
2434         display-buffer-below-selected.
2436 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
2438         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2439         xterm-rgb-convert-to-16bit.
2440         (rxvt-register-default-colors): Standardize with
2441         xterm-register-default-colors (Bug#14078).
2443 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2445         * simple.el (kill-region): Pass mark first, then point, so that
2446         kill-append works right (Bug#12819).
2447         (copy-region-as-kill, kill-ring-save): Likewise.
2449 2013-12-17  Leo Liu  <sdl.web@gmail.com>
2451         * net/rcirc.el (rcirc-add-face):
2452         * eshell/em-prompt.el (eshell-emit-prompt):
2453         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2454         (Bug#16167)
2456 2013-12-17  Chong Yidong  <cyd@gnu.org>
2458         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2459         Suggested by Xue Fuqiao.
2461 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2463         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2465 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2467         * net/shr.el (shr-insert-document): Remove unused var
2468         `shr-preliminary-table-render'.
2469         (shr-rescale-image): Remove unused arg `force'.
2470         (shr-put-image): Update calls accordingly.
2471         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2473 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2475         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2476         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2477         :close-all, to see which indentation method to use (Bug#16116).
2478         (smie-rules-function): Document the method :close-all.
2480 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2484         * net/eww.el (eww-display-html): If we can't find the anchor we're
2485         looking for, then go to point-min.
2487 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
2489         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2490         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2491         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2492         Expand dir too, in case it's relative.
2494 2013-12-16  Juri Linkov  <juri@jurta.org>
2496         * desktop.el (desktop-auto-save-timeout): Change default to
2497         `auto-save-timeout'.  Doc fix.
2498         (desktop-save): Skip the timestamp in desktop-saved-frameset
2499         when checking for auto-save changes.
2500         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2501         `desktop-auto-save' is called repeatedly by the idle timer.
2502         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2503         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2504         (Bug#15331)
2506 2013-12-16  Juri Linkov  <juri@jurta.org>
2508         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2509         (Bug#16035)
2510         (isearch-pre-command-hook): Check `this-command' for symbolp.
2512 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2516 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2518         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2519         (cfengine3--current-function): Bring in the current-function
2520         functionality from `cfengine3--current-word'.
2521         (cfengine3-completion-function): Bring in the
2522         bounds-of-current-word functionality from
2523         `cfengine3--current-word'.
2525 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2527         * window.el (display-buffer-below-selected):
2528         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2530 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2532         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2533         Remove NOMSG arg and all uses changed.
2535 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2537         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2538         (cua--deactivate-rectangle): Don't deactivate the mark.
2539         (cua-set-rectangle-mark): Don't set mark-active since
2540         cua--activate-rectangle already does it for us.
2541         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2542         non-rectangular region.
2544         * emulation/cua-base.el (cua-repeat-replace-region):
2545         Use with-current-buffer.
2547         * net/gnutls.el: Use cl-lib.
2548         (gnutls-negotiate): `mapcan' -> cl-mapcan.
2550 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2552         * emacs-lisp/package.el (package-built-in-p): Support both
2553         built-in and the package.el converted package descriptions.
2554         (package-show-package-list): Allow keywords.
2555         (package-keyword-button-action): Use it instead of
2556         `finder-list-matches'.
2557         (package-menu-filter-interactive): Interactive filtering (by
2558         keyword) function.
2559         (package-menu--generate): Support keywords and change keymappings
2560         and headers when they are given.
2561         (package--has-keyword-p): Helper function.
2562         (package-menu--refresh): Use it.
2563         (package--mapc): Helper function.
2564         (package-all-keywords): Use it.
2565         (package-menu-mode-map): Set up menu items and keybindings to
2566         provide a filtering UI.
2568 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2570         * net/gnutls.el (gnutls-verify-error): New defcustom to control
2571         the behavior when a certificate fails validation.  Defaults to
2572         old behavior: never abort, just warn.
2573         (gnutls-negotiate): Use it.
2575 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
2577         * window.el (display-buffer-below-selected): Never split window
2578         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
2580 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2582         * emacs-lisp/package.el (package--prepare-dependencies): New function.
2583         (package-buffer-info): Use it (bug#15108).
2585 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * icomplete.el (icomplete-completions): Make sure the prefix is already
2588         displayed elsewhere before hiding it (bug#16219).
2590 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2592         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2593         open-paren tokens when preceded by a open-paren, too.
2594         (ruby-smie-rules): Handle virtual indentation after open-paren
2595         tokens specially.  If there is code between it and eol, return the
2596         column where is starts (Bug#16118).
2598 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2600         * progmodes/cfengine.el: Fix `add-hook' doc.
2601         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2602         (cfengine3--current-word): Fix parameters.
2603         (cfengine3-make-syntax-cache): Simplify further.
2604         (cfengine3-completion-function, cfengine3--current-function):
2605         Use `assq' for symbols.
2606         (cfengine3--current-function): Fix `cfengine3--current-word' call.
2608 2013-12-13  Glenn Morris  <rgm@gnu.org>
2610         * loadup.el (load-path): Warn if site-load or site-init changes it.
2611         No more need to reset it when bootstrapping.
2613 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2615         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2616         locations for cf-promises.
2617         (cfengine-mode-syntax-functions-regex): New caching variable.
2618         (cfengine3-fallback-syntax): Fallback syntax for cases where
2619         cf-promises doesn't run.
2620         (cfengine3--current-word): Reimplement using
2621         `cfengine-mode-syntax-functions-regex'.
2622         (cfengine3-completion-function, cfengine3--current-function):
2623         Use `cfengine3-make-syntax-cache' directly.
2624         (cfengine3-clear-syntax-cache): New function.
2625         (cfengine3-make-syntax-cache): Simplify and create
2626         `cfengine-mode-syntax-functions-regex' on demand.
2627         (cfengine3-format-function-docstring): Don't call
2628         `cfengine3-make-syntax-cache' explicitly.
2630 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
2632         Fix windmove-find-other-window broken after pixelwise resizing
2633         (Bug#16017).
2634         * windmove.el (windmove-other-window-loc): Revert change from
2635         2013-12-04.
2636         (windmove-find-other-window): Call window-in-direction.
2637         * window.el (window-in-direction): New arguments SIGN, WRAP and
2638         MINI to emulate original windmove-find-other-window behavior.
2640 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
2642         * simple.el (blink-matching--overlay): New variable.
2643         (blink-matching-open): Instead of moving point, highlight the
2644         matching paren with an overlay
2645         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2647         * faces.el (paren-showing-faces, show-paren-match)
2648         (show-paren-mismatch): Move from paren.el.
2650 2013-12-13  Leo Liu  <sdl.web@gmail.com>
2652         * indent.el (indent-region): Disable progress reporter in
2653         minibuffer.  (Bug#16108)
2655         * bindings.el (visual-order-cursor-movement): Fix version.
2657 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2659         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2660         Also match after beginning of line.
2661         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2662         files.  Thanks to Russell Sim.  (Bug#15378)
2664 2013-12-13  Juri Linkov  <juri@jurta.org>
2666         * simple.el <Keypad support>: Remove key bindings duplicated
2667         with bindings.el.  (Bug#14397)
2669 2013-12-13  Juri Linkov  <juri@jurta.org>
2671         * comint.el (comint-mode-map): Replace `delete-char' with
2672         `delete-forward-char'.  (Bug#16109)
2674 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2676         * progmodes/python.el (python-indent-calculate-indentation):
2677         Fix de-denters cornercase.  (Bug#15731)
2679 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2682         (advice--make): Pay attention to `depth'.
2683         (advice--make-1): Don't autoload commands eagerly.
2684         * emacs-lisp/elp.el (elp-instrument-function):
2685         * emacs-lisp/trace.el (trace-function-internal):
2686         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2688         * iswitchb.el (iswitchb-mode): Don't belittle ido.
2690 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
2692         * term/w32-win.el (w32-handle-dropped-file):
2693         * startup.el (normal-top-level):
2694         * net/browse-url.el (browse-url-file-url):
2695         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2696         decode file names using 'utf-8' rather than
2697         file-name-coding-system.
2699 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2701         * progmodes/python.el (python-indent-context)
2702         (python-indent-calculate-indentation): Fix auto-identation
2703         behavior for comment blocks.  (Bug#15916)
2705 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2707         * progmodes/python.el (python-indent-calculate-indentation):
2708         When determining indentation, don't treat "return", "pass", etc., as
2709         operators when they are just string constituents.  (Bug#15812)
2711 2013-12-12  Juri Linkov  <juri@jurta.org>
2713         * uniquify.el (uniquify-buffer-name-style): Change default to
2714         `post-forward-angle-brackets'.
2716         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
2717         `uniquify'.  Change default to `post-forward-angle-brackets'.
2719 2013-12-11  Glenn Morris  <rgm@gnu.org>
2721         * emacs-lisp/package.el (finder-list-matches):
2722         Autoload rather than falsely declaring.
2724 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
2726         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
2727         (eww-mode-map): Use them.
2729 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
2731         * window.el (display-buffer-in-side-window): Fix doc-string
2732         (Bug#16115).
2734 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
2736         * vc/vc-git.el: Silence byte-compiler warnings.
2737         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
2738         (log-edit-set-header): Declare.
2740 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
2742         * Makefile.in (custom-deps, finder-data): Run output file names
2743         through unmsys--file-name.  (Bug#16099)
2745 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
2748         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
2750         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
2751         instead of deleting the selection "by hand" (bug#16098).
2752         Rely on insert-for-yank to yank rectangles.
2753         (cua-highlight-region-shift-only): Mark obsolete.
2754         (cua-mode): Don't enable/disable transient-mark-mode,
2755         shift-select-mode (cua-mode works both with and without them), and
2756         pc-selection-mode (obsolete).
2757         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
2758         (cua--deactivate-rectangle): Deactivate it.
2760         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
2761         (delete-selection-helper): Make sure yank starts at the top of the
2762         deleted region.
2763         (minibuffer-keyboard-quit): Use region-active-p.
2765         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
2767         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
2768         to `delete' (bug#16109).
2770 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2772         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
2773         info manual and show keybindings and set `:group' keyword.
2775 2013-12-11  Juri Linkov  <juri@jurta.org>
2777         * delsel.el (delete-active-region): Let-bind `this-command'
2778         to prevent `kill-region' from changing its original value.
2779         (delete-selection-helper): Handle `overwrite-mode' for the type
2780         `kill' exactly the same way as for the type `t'.
2781         (insert-char, quoted-insert, reindent-then-newline-and-indent):
2782         Support more commands.  (Bug#13312)
2784 2013-12-11  Juri Linkov  <juri@jurta.org>
2786         * bindings.el: Map kp keys to non-kp keys systematically
2787         with basic modifiers control, meta and shift.  (Bug#14397)
2789 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2791         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
2792         "Close browser" menu items.  Fix wrong function of "List
2793         bookmarks".
2795 2013-12-11  Juri Linkov  <juri@jurta.org>
2797         * misearch.el (multi-isearch-buffers): Set the value of
2798         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2799         arg of isearch-forward to t.
2800         (multi-isearch-buffers-regexp): Set the value of
2801         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
2802         arg of isearch-forward-regexp to t.
2803         (multi-isearch-files): Set the value of
2804         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2805         arg of isearch-forward to t.
2806         (multi-isearch-files-regexp): Set the value of
2807         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
2808         arg of isearch-forward-regexp to t.  (Bug#16035)
2810         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
2811         arg of isearch-forward to t.
2812         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
2813         arg of isearch-forward-regexp to t.
2814         (dired-isearch-filter-filenames): Remove unnecessary check for
2815         `dired-isearch-filenames'.
2817         * comint.el (comint-history-isearch-backward):
2818         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
2819         (comint-history-isearch-backward-regexp):
2820         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
2822 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
2824         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
2825         unmsys--file-name.  (Bug#16099)
2827 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
2829         * emacs-lisp/package.el (package-keyword-button-action):
2830         Remove finder.el require dependency.
2832 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
2834         * emacs-lisp/package.el: Require finder.el.
2835         (describe-package-1): Add keyword buttons.
2836         (package-make-button): New convenience function.
2837         (package-keyword-button-action): Keyword button action using
2838         `finder-list-matches'.
2840 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
2842         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
2843         last commit.
2845 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
2847         * autorevert.el (auto-revert-notify-add-watch): Do not handle
2848         symlinked files.
2850 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2852         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2853         after the end of a percent literal.
2855 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2857         * progmodes/ruby-mode.el (ruby-forward-string): Document.
2858         Handle caret-delimited strings (Bug#16079).
2860 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2862         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2863         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2864         `ruby-parse-partial' (Bug#16078).
2866 2013-12-09  Leo Liu  <sdl.web@gmail.com>
2868         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
2870 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
2872         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2873         (js-switch-indent-offset): New option.
2874         (js--proper-indentation): Use it.  And handle the case when
2875         "default" is actually a key in an object literal.
2876         (js--same-line): New function.
2877         (js--multi-line-declaration-indentation): Use it.
2878         (js--indent-in-array-comp, js--array-comp-indentation):
2879         New functions.
2880         (js--proper-indentation): Use them, to handle array comprehension
2881         continuations.
2883 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2885         * progmodes/flymake.el (flymake-highlight-line): Re-write.
2886         (flymake-make-overlay): Remove arg MOUSE-FACE.
2887         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2889 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2892         New function.
2893         (redisplay-highlight-region-function): Use it.
2895         * emulation/cua-base.el (cua--explicit-region-start)
2896         (cua--last-region-shifted): Remove.
2897         (cua--deactivate): Use deactivate-mark.
2898         (cua--pre-command-handler-1): Don't handle shift-selection.
2899         (cua--post-command-handler-1): Don't change transient-mark-mode.
2900         (cua--select-keymaps): Use region-active-p rather than
2901         cua--explicit-region-start or cua--last-region-shifted.
2902         (cua-mode): Enable shift-select-mode.
2904 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2906         * progmodes/flymake.el (flymake-popup-current-error-menu):
2907         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
2908         (flymake-posn-at-point-as-event, flymake-popup-menu)
2909         (flymake-make-emacs-menu): Remove.  (Bug#16077)
2911 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2913         * rect.el (rectangle-mark-mode): Activate mark even if
2914         transient-mark-mode is off (bug#16066).
2915         (rectangle--highlight-for-redisplay): Fix boundary condition when point
2916         is > mark and at bolp.
2918         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2919         (region-extract-function): Use it.
2920         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2921         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2922         Delete functions.
2923         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2924         kill-ring-save, kill-region, delete-char, delete-forward-char.
2925         Ignore self-insert-iso.
2927         * emulation/cua-gmrk.el (cua--init-global-mark):
2928         Ignore `self-insert-iso'.
2930         * emulation/cua-base.el (cua--prefix-copy-handler)
2931         (cua--prefix-cut-handler): Rely on region-extract-function rather than
2932         checking cua--rectangle.
2933         (cua-delete-region): Use region-extract-function.
2934         (cua-replace-region): Delete function.
2935         (cua-copy-region, cua-cut-region): Obey region-extract-function.
2936         (cua--pre-command-handler-1): Don't do the delete-selection thing.
2937         (cua--self-insert-char-p): Ignore `self-insert-iso'.
2938         (cua--init-keymaps): Don't remap delete-selection commands.
2939         (cua-mode): Use delete-selection-mode instead of rolling our own
2940         (bug#16085).
2942         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2943         Obey region-extract-function.
2945         Make registers and delete-selection-mode work on rectangles.
2946         * register.el (describe-register-1): Don't modify the register's value.
2947         (copy-to-register): Obey region-extract-function.
2948         * delsel.el (delete-active-region): Obey region-extract-function.
2950 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2952         * progmodes/flymake.el (flymake, flymake-error-bitmap)
2953         (flymake-warning-bitmap, flymake-fringe-indicator-position)
2954         (flymake-compilation-prevents-syntax-check)
2955         (flymake-start-syntax-check-on-newline)
2956         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2957         (flymake-start-syntax-check-on-find-file, flymake-log-level)
2958         (flymake-xml-program, flymake-master-file-dirs)
2959         (flymake-master-file-count-limit)
2960         (flymake-allowed-file-name-masks): Relocate.
2961         (flymake-makehash, flymake-float-time)
2962         (flymake-replace-regexp-in-string, flymake-split-string)
2963         (flymake-get-temp-dir): Remove.
2964         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2965         (flymake-current-row, flymake-selected-frame)
2966         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2967         related functions.  (Bug#16077)
2969 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
2971         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2973 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
2975         * help-fns.el (describe-function-1): Use new advice-* functions
2976         rather than old ad-* functions.  Fix function type description and
2977         source links for advised functions and subrs.
2979 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2983 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
2985         * progmodes/compile.el (compilation-start):
2986         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2988         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2989         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
2991 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2993         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2994         Touch up the last change.
2996 2013-12-06  Leo Liu  <sdl.web@gmail.com>
2998         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2999         (inferior-octave-startup): Always use "octave> " for prompt.
3000         (octave-goto-function-definition)
3001         (octave-sync-function-file-names)
3002         (octave-find-definition-default-filename): Remove redundant backquotes.
3004 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3006         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3007         syntax for `?'.
3008         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3009         where appropriate already.
3010         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3011         end of method names (Bug#15874).
3013 2013-12-06  Juri Linkov  <juri@jurta.org>
3015         * isearch.el (isearch--saved-overriding-local-map):
3016         New internal variable.
3017         (isearch-mode): Set it to the initial value of
3018         `overriding-terminal-local-map'.
3019         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3020         with `isearch--saved-overriding-local-map'.  (Bug#16035)
3022 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3024         * progmodes/octave.el (inferior-octave-completion-table):
3025         Turn back into function, use `completion-table-with-cache'
3026         (Bug#11906).  Update all references.
3028         * minibuffer.el (completion-table-with-cache): New function.
3030 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3032         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3034 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
3036         * net/eww.el (eww-current-source): New variable to store page
3037         source.
3038         (eww-display-html, eww-mode, eww-save-history)
3039         (eww-restore-history): Use it.
3040         (eww-view-source): New command to view page source.
3041         Opportunistically uses `html-mode' to highlight the buffer.
3042         (eww-mode-map): Install it.
3044 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
3046         * net/dbus.el (dbus-unregister-service)
3047         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3048         Fix docstring.
3049         (dbus-unregister-service): Skip :serial entries in
3050         `dbus-registered-objects-table'.
3051         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3053 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
3055         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3056         around keywords with extra `split-string' argument.
3058 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
3060         * windmove.el (windmove-other-window-loc): Handle navigation
3061         between windows (excluding the minibuffer window - Bug#16017).
3063 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
3065         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3066         in D-Bus type syntax.
3067         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3068         preserve unibyte strings.  (Bug#16048)
3070 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3072         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3073         Call force-mode-line-update is the proper buffer (bug#16042).
3075 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
3077         * vc/log-edit.el (log-edit-add-new-comment): Rename to
3078         `log-edit-remember-comment', make argument optional.  Adjust all
3079         callers.
3080         (log-edit-mode): Add `log-edit-remember-comment' to
3081         `kill-buffer-hook' locally.
3082         (log-edit-kill-buffer): Don't remember comment explicitly since
3083         the buffer is killed anyway.
3085 2013-12-04  Juri Linkov  <juri@jurta.org>
3087         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3088         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
3090 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
3092         * notifications.el (notifications-close-notification): Call the
3093         D-Bus method with ID being a `:uint32'.  (Bug#16030)
3095 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3097         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3099 2013-12-03  Juri Linkov  <juri@jurta.org>
3101         * progmodes/compile.el (compilation-start): Rename window alist
3102         entry `no-display-ok' to `allow-no-window'.
3104         * simple.el (shell-command): Add window alist entry
3105         `allow-no-window' to `display-buffer'.
3106         (async-shell-command): Doc fix.
3108         * window.el (display-buffer-no-window): New action function.
3109         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
3111 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3113         * vc/log-edit.el (log-edit-set-header): Extract from
3114         `log-edit-toggle-header'.
3115         (log-edit-extract-headers): Separate the summary, when extracted
3116         from header, from the rest of the message with an empty line.
3118         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3119         line, if present, to the Summary header.
3121 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3123         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3124         in current-buffer (bug#16029).
3126 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
3128         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3129         (debugger-mode-map): Bind it.
3130         (debugger--backtrace-base): New function.
3131         (debugger-eval-expression): Use it.
3132         (debugger-frame-number): Skip local vars when present.
3133         (debugger--locals-visible-p, debugger--insert-locals)
3134         (debugger--show-locals, debugger--hide-locals): New functions.
3136 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
3138         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3139         "LC_ALL".
3140         (tramp-get-remote-locale): New defun.
3141         (tramp-open-connection-setup-interactive-shell): Use it.
3143 2013-12-02  Leo Liu  <sdl.web@gmail.com>
3145         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
3147         * progmodes/sh-script.el (sh-shell-process):
3148         * progmodes/octave.el (inferior-octave-process-live-p):
3149         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3150         (gdb-inferior-io-sentinel):
3151         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3153 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3155         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3156         `save-selected-window' to `log-edit-hide-buf'.  This makes
3157         `log-edit-show-files' idempotent.
3158         (log-edit-show-files): Mark the new window as dedicated.
3160 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3162         * vc/log-edit.el (log-edit-mode-map): Add binding for
3163         `log-edit-kill-biffer'.
3164         (log-edit-hide-buf): Add a FIXME comment.
3165         (log-edit-add-new-comment): New function, extracted from
3166         `log-edit-done'.
3167         (log-edit-done, log-edit-add-to-changelog): Use it.
3168         (log-edit-kill-buffer): New command.
3170 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3173         instead of killing the buffer.
3175 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3177         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3179 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3181         * net/eww.el (eww-form-checkbox-selected-symbol)
3182         (eww-form-checkbox-symbol): New customizable variable.
3183         (eww-form-checkbox, eww-toggle-checkbox):
3184         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3186         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3187         (shr--get-media-pref, shr--extract-best-source): New function.
3188         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3189         no :src tag was specified.
3191         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3192         (eww-render): Handle `eww-use-external-browser-for-content-type'.
3193         Use \\` to match beginning of string instead of ^.
3194         (eww-browse-with-external-browser): Provide optional URL parameter.
3195         (eww-render): Set `eww-current-title' back to "".
3197         * net/shr.el (shr-tag-video): Display content for video if no
3198         poster is available.
3199         (shr-tag-audio): Add support for <audio> tag.
3201         * net/eww.el (eww-text-input-types): New const.
3202         (eww-process-text-input): Treat input types in
3203         `eww-text-input-types' as text.
3205         * net/shr.el (shr-tag-table): Fix comment typo.
3207 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3209         * net/eww.el (eww-follow-link): New command to avoid reloading
3210         pages when we follow #target links (bug#15243).
3211         (eww-quit): Special mode buffers shouldn't query before exiting.
3213 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3215         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3216         forms.
3218 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220         * net/eww.el (eww-restore-history): Update the window title after
3221         moving in the history.
3222         (eww-current-dom): New variable used to save the current DOM.
3224 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
3226         * vc/log-edit.el (log-edit-mode-map): Add binding for
3227         `log-edit-beginning-of-line'.
3228         (log-edit-setup-add-author): New user option.
3229         (log-edit-beginning-of-line): New command.
3230         (log-edit): Move major mode call above the contents setup so that
3231         the local variable values are already applied.
3232         (log-edit): Only insert "Author: " when
3233         `log-edit-setup-add-author' is non-nil.
3234         (log-edit): When SETUP is non-nil, position point after ": "
3235         instead of point-min.
3237 2013-12-01  Glenn Morris  <rgm@gnu.org>
3239         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3241 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
3243         * startup.el (fancy-splash-frame): On MS-Windows, trigger
3244         redisplay to make sure the initial frame gets a chance to become
3245         visible.  (Bug#16014)
3247 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
3249         Support resizing frames and windows pixelwise.
3250         * cus-start.el (frame-resize-pixelwise)
3251         (window-resize-pixelwise): New entries.
3252         * emacs-lisp/debug.el (debug): Use window-total-height instead
3253         of window-total-size.
3254         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3255         * help.el (describe-bindings-internal): Call help-buffer
3256         (temp-buffer-max-width): New option.
3257         (resize-temp-buffer-window, help-window-setup)
3258         (with-help-window): Rewrite.
3259         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
3260         dragging dividers.
3261         * window.el (frame-char-size, window-min-pixel-height)
3262         (window-safe-min-pixel-height, window-safe-min-pixel-width)
3263         (window-min-pixel-width, window-safe-min-pixel-size)
3264         (window-combination-p, window-safe-min-size)
3265         (window-resizable-p, window--size-to-pixel)
3266         (window--pixel-to-size, window--resize-apply-p): New functions.
3267         (window-safe-min-height): Fix doc-string.
3268         (window-size, window-min-size, window--min-size-1)
3269         (window-sizable, window-sizable-p, window--min-delta-1)
3270         (window-min-delta, window--max-delta-1, window-max-delta)
3271         (window--resizable, window--resizable-p, window-resizable)
3272         (window-full-height-p, window-full-width-p, window-at-side-p)
3273         (window--in-direction-2, window-in-direction)
3274         (window--resize-reset-1, window--resize-mini-window)
3275         (window-resize, window-resize-no-error)
3276         (window--resize-child-windows-normal)
3277         (window--resize-child-windows, window--resize-siblings)
3278         (window--resize-this-window, window--resize-root-window)
3279         (window--resize-root-window-vertically)
3280         (adjust-window-trailing-edge, enlarge-window, shrink-window)
3281         (maximize-window, minimize-window, delete-window)
3282         (quit-restore-window, window-split-min-size, split-window)
3283         (balance-windows-2, balance-windows)
3284         (balance-windows-area-adjust, balance-windows-area)
3285         (window--state-get-1, window-state-get, window--state-put-1)
3286         (window--state-put-2, window-state-put)
3287         (display-buffer-record-window, window--display-buffer):
3288         Make functions handle pixelwise sizing of windows.
3289         (display-buffer--action-function-custom-type)
3290         (display-buffer-fallback-action):
3291         Add display-buffer-in-previous-window.
3292         (display-buffer-use-some-window): Resize window to height it had
3293         before.
3294         (fit-window-to-buffer-horizontally): New option.
3295         (fit-frame-to-buffer): Describe new values.
3296         (fit-frame-to-buffer-bottom-margin): Replace with
3297         fit-frame-to-buffer-margins.
3298         (window--sanitize-margin): New function.
3299         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3300         using window-text-pixel-size.
3302 2013-11-30  Glenn Morris  <rgm@gnu.org>
3304         * emacs-lisp/bytecomp.el (byte-compile-form):
3305         Make the `interactive-only' warning like the `obsolete' one.
3306         * comint.el (comint-run):
3307         * files.el (insert-file-literally, insert-file):
3308         * replace.el (replace-string, replace-regexp):
3309         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3310         (goto-line, insert-buffer, next-line, previous-line):
3311         Tweak `interactive-only' spec.
3313         Stop keeping (most) generated cedet grammar files in the repository.
3314         * Makefile.in (semantic): New.
3315         (compile-main): Depend on semantic.
3317 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3319         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3320         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3322         * uniquify.el (uniquify-buffer-name-style): Change default.
3324         * loadup.el: Preload "uniquify".
3326         * time.el (display-time-update): Update all mode lines (bug#15999).
3328         * electric.el (electric-indent-mode): Enable by default.
3329         * loadup.el: Preload "electric".
3331 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
3333         * emacs-lisp/helpers.el (string-empty-p): New function.
3334         (string-blank-p): New function.
3336 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
3338         * imenu.el (imenu--index-alist): Add missing dot to the docstring
3339         (Bug#14029).
3341 2013-11-29  Andreas Politz  <politza@fh-trier.de>
3342         * imenu.el (imenu--subalist-p): Don't error on non-conses and
3343         allow non-lambda lists as functions.
3344         (imenu--in-alist): Don't recurse into non-subalists.
3345         (imenu): Don't pass function itself as an argument (Bug#14029).
3347 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * progmodes/python.el (python-mode-map): Remove binding for ":".
3350         (python-indent-electric-colon): Remove command.
3351         (python-indent-post-self-insert-function): Integrate the previous code
3352         of python-indent-electric-colon.  Make it conditional on
3353         electric-indent-mode.
3354         (python-mode): Add ?: to electric-indent-chars.
3355         Move python-indent-post-self-insert-function to the end of
3356         post-self-insert-hook.
3358 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3360         * doc-view.el (doc-view-goto-page): Update mode-line.
3362         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3364 2013-11-27  Glenn Morris  <rgm@gnu.org>
3366         * international/charprop.el, international/uni-bidi.el:
3367         * international/uni-category.el, international/uni-combining.el:
3368         * international/uni-comment.el, international/uni-decimal.el:
3369         * international/uni-decomposition.el, international/uni-digit.el:
3370         * international/uni-lowercase.el, international/uni-mirrored.el:
3371         * international/uni-name.el, international/uni-numeric.el:
3372         * international/uni-old-name.el, international/uni-titlecase.el:
3373         * international/uni-uppercase.el:
3374         Remove generated files from VCS repository.
3376 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
3378         * filenotify.el (file-notify-add-watch): Don't special-case
3379         w32notify when computing the directory to watch.
3381 2013-11-27  Glenn Morris  <rgm@gnu.org>
3383         Make bootstrap without generated uni-*.el files possible again.
3384         * loadup.el: Update command-line-args checking for unidata-gen.
3385         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3386         * composite.el, international/characters.el:
3387         Handle unicode tables being undefined.
3389         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3390         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3391         (compile-main): Depend on leim rule.
3392         (leim): New rule.
3393         * loadup.el: Move leim-list.el to leim/ subdirectory.
3394         * startup.el (normal-top-level): No more leim directory.
3395         * international/ja-dic-cnv.el (skkdic-convert):
3396         Disable version-control and autoloads in output files.
3397         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3398         Disable version-control and autoloads in output files.
3399         * leim/quail: Move here from ../leim.
3400         * leim/quail/hangul.el (hangul-input-method-activate):
3401         Add autoload cookie.
3402         (generated-autoload-load-name): Set file-local value.
3403         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3404         (generated-autoload-load-name): Set file-local value.
3406 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
3408         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3409         (eww-add-bookmark): Ask confirmation when add to bookmarks.
3410         (eww-quit): Ask confirmation before quitting eww.
3412 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
3414         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3415         reading output from Diff on MS-Windows and MS-DOS.
3417 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
3419         * emacs-lisp/helpers.el (string-reverse): New function.
3421 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
3423         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3424         names on MS Windows, like "/[::1]:".
3426         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3427         SWITCHES.
3429 2013-11-26  Glenn Morris  <rgm@gnu.org>
3431         * progmodes/python.el (python-indent-guess-indent-offset):
3432         Avoid corner-case error.  (Bug#15975)
3434         Preload leim-list.el.  (Bug#4789)
3435         * loadup.el: Load leim-list.el when found.
3436         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3438 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
3440         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3442         * emacs-lisp/helpers.el (string-join): New function.
3444 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
3446         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3447         Mark as obsolete and replace it with a symbol property.
3448         (byte-compile-form): Use new 'interactive-only property.
3449         * comint.el, files.el, replace.el, simple.el:
3450         Apply new 'interactive-only properly.
3452 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
3454         * window.el (display-buffer-at-bottom): Make sure that
3455         split-window-sensibly creates the new window on bottom
3456         (Bug#15961).
3458 2013-11-23  David Kastrup  <dak@gnu.org>
3460         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3461         on the conflict markers when available.
3462         (smerge--get-marker): New function.
3463         (smerge-end-re, smerge-base-re): Add subgroup.
3465 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3467         * frame.el (handle-focus-in, handle-focus-out): Add missing
3468         interactive spec.
3470 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
3472         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3473         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3475 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
3478         (gomoku--last-pos): New var.
3479         (gomoku--intangible-chars): New const.
3480         (gomoku--intangible): New function.
3481         (gomoku-mode): Use it.  Derive from special-mode.
3482         (gomoku-move-up): Adjust line count.
3483         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3484         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3485         Simplify accordingly.
3487         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3488         Remove blink-cursor code.
3489         (blink-cursor-timer-function, blink-cursor-suspend):
3490         Don't special-case GUIs.
3491         (blink-cursor-mode): Use focus-in/out-hook.
3493 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3495         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3496         work when annotation is invisible (Bug#13886).
3498 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3500         * json.el (json-alist-p): Only return non-nil if the alist has
3501         simple keys (Bug#13518).
3503 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3505         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3506         when control-statement is the first statement in a buffer (Bug#15956).
3508 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3510         * imenu.el (imenu-generic-skip-comments-and-strings):
3511         New option (Bug#15560).
3512         (imenu--generic-function): Use it.
3514 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3516         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3517         (Bug#13898)
3519 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3521         * emacs-lisp/helpers.el: Add some string helpers.
3522         (string-trim-left): Removes leading whitespace.
3523         (string-trim-right): Removes trailing whitespace.
3524         (string-trim): Removes leading and trailing whitespace.
3526         * subr.el (string-suffix-p): New function.
3528 2013-11-23  Glenn Morris  <rgm@gnu.org>
3530         * progmodes/python.el (python-shell-send-file):
3531         Add option to delete file when done.  (Bug#15647)
3532         (python-shell-send-string, python-shell-send-region): Use it.
3534 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
3536         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3537         to set buffer-read-only to t, never to nil.  (Bug#15938)
3539         * textmodes/tex-mode.el (latex-noindent-environments):
3540         Add safe-local-variable property.  (Bug#15936)
3542 2013-11-23  Glenn Morris  <rgm@gnu.org>
3544         * textmodes/enriched.el (enriched-mode): Doc fix.
3545         * emacs-lisp/authors.el (authors-renamed-files-alist):
3546         Add enriched.doc -> enriched.txt.
3548         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3550 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3552         * progmodes/octave.el (inferior-octave-startup): Spit out error
3553         message.
3555 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
3557         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3558         Improve docstring.
3559         Add :version.
3560         (ruby-encoding-magic-comment-style): Add :version.
3562 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3564         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3565         (Bug#15076)
3566         (octave-help-mode): Adapt to change to help-mode-finish to use
3567         derived-mode-p on 2013-09-17.
3568         (inferior-octave-prompt): Also match octave-gui.
3569         (octave-kill-process): Don't ask twice.  (Bug#10564)
3571 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3573         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3574         (inferior-octave-startup, inferior-octave-check-process)
3575         (inferior-octave-track-window-width-change)
3576         (octave-completion-at-point, octave-eldoc-function): Use it.
3577         (octave-kill-process): Provide confirmation.  (Bug#10564)
3579 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3581         * progmodes/octave.el (octave-mode, inferior-octave-mode):
3582         Fix obsolete variable comment-use-global-state.
3584 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3586         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3587         Add `octave-source-file'.
3588         (octave-source-file): New function.  (Bug#15935)
3590 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
3592         * net/eww.el (eww-local-regex): New variable.
3593         (eww): Use it to detect localhost and similar.
3595 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3597         Add completion for command `ag'.
3598         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3599         (pcomplete/ag): New function.
3600         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
3602 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3605         (bug#14646).
3606         (make-obsolete): Remove interactive spec.
3608 2013-11-21  Glenn Morris  <rgm@gnu.org>
3610         * startup.el (command-line-1): Use path-separator with -L.
3612 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3614         * emacs-lisp/package.el (describe-package-1): Add package archive
3615         to shown fields.
3617 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
3619         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3620         Change default to "# encoding: %s" to differentiate it from the
3621         default Ruby encoding comment template.
3623 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
3625         * ses.el (ses-mode): Doc fix.  (Bug#14748)
3627 2013-11-20  Leo Liu  <sdl.web@gmail.com>
3629         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
3631 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
3633         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3634         when rebase or bisect are in progress.
3636 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
3638         * filenotify.el (file-notify-add-watch): Doc fix.
3640 2013-11-19  Leo Liu  <sdl.web@gmail.com>
3642         * obsolete/rcompile.el: Mark obsolete.
3644         * progmodes/compile.el (compilation-start)
3645         (compilation-goto-locus, compilation-find-file):
3646         Pass no-display-ok and handle nil value from display-buffer.
3647         (Bug#13594)
3649         * window.el (display-buffer-alist, display-buffer): Document the
3650         new parameter no-display-ok.  Return either a window or nil
3651         but never a non-window value.
3653 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * electric.el (electric-indent-mode-map): Remove.
3656         (electric-indent-mode): Change the global-map instead (bug#15915).
3658         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3659         Use add-function.
3661 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * emacs-lisp/nadvice.el (remove-function): Align with
3664         add-function's behavior.
3666         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3667         (gdb--string-regexp): New constant.
3668         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3669         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3670         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3671         submatch 1.
3672         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3673         Adjust use accordingly.
3674         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3676 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
3678         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3679         interpolation curlies (Bug#15914).
3681 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3683         * calc/calc.el (calc-context-sensitive-enter): New variable.
3684         (calc-enter): Use `calc-context-sensitive-enter'.
3686 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
3688         * progmodes/cfengine.el: Version bump.
3689         (cfengine-cf-promises): New defcustom to locate cf-promises.
3690         (cfengine3-vartypes): Add new "data" type.
3691         (cfengine3--current-word): New function to get current name-like
3692         word or its bounds.
3693         (cfengine3--current-function): New function to look up a CFEngine
3694         function's definition.
3695         (cfengine3-format-function-docstring): New function.
3696         (cfengine3-make-syntax-cache): New function.
3697         (cfengine3-documentation-function): New function: ElDoc glue.
3698         (cfengine3-completion-function): New function: completion glue.
3699         (cfengine3-mode): Set `compile-command',
3700         `eldoc-documentation-function', and add to
3701         `completion-at-point-functions'.
3703 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
3705         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3706         `tramp-current-connection'.
3708 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
3710         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3711         nil/self/true/false with "end of symbol".
3713 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
3715         * subr.el (version-regexp-alist): Fix a typo.
3717 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
3719         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
3720         "en_US.utf8" and "LC_CTYPE" to "".
3721         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
3722         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
3724 2013-11-15  Leo Liu  <sdl.web@gmail.com>
3726         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
3728 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3730         * progmodes/gud.el (ctl-x-map):
3731         Remove C-x SPC binding.  (Bug#12342)
3732         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
3734 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
3736         * subr.el (version-regexp-alist):
3737         Recognize hg, svn and darcs versions as snapshot versions.
3739         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
3740         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
3741         (ruby--encoding-comment-required-p): Extract from
3742         `ruby-mode-set-encoding'.
3743         (ruby-mode-set-encoding): Add the ability to always insert an
3744         utf-8 encoding comment.  Fix and simplify coding comment update
3745         logic.
3747 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
3749         * net/tramp-gvfs.el (top): Run init code only when
3750         `tramp-gvfs-enabled' is not nil.
3751         (tramp-gvfs-enabled): Check also :system bus.
3753 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3755         Sync with upstream verilog-mode revision 78e66ba.
3756         * progmodes/verilog-mode.el (verilog-end-of-defun)
3757         (verilog-type-completion, verilog-get-list): Remove unused funcs.
3758         (verilog-get-end-of-defun): Remove unused argument.
3759         (verilog-comment-depth): Remove unused local `e'.
3760         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
3761         Don't pass arg to verilog-get-end-of-defun.
3763 2013-11-14  Glenn Morris  <rgm@gnu.org>
3765         * obsolete/assoc.el (aget): Prefix dynamic variable.
3767         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
3769 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3771         * widget.el, hfy-cmap.el: Remove bogus package version number.
3773 2013-11-13  Glenn Morris  <rgm@gnu.org>
3775         * replace.el (replace-eval-replacement):
3776         Try to give more helpful error message.  (Bug#15836)
3778         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
3779         (archive-7z-update): Avoid custom type mismatches.
3781         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
3783 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
3785         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
3786         address can be empty.
3788         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
3789         Accept nil SWITCHES.
3790         (tramp-gvfs-handle-write-region): Implement APPEND.
3792 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
3794         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
3795         binary "|" operator and closing block args delimiter.
3796         Remove FIXME comment referring to Ruby 1.8-only syntax.
3797         (ruby-smie--implicit-semi-p): Not after "|" operator.
3798         (ruby-smie--closing-pipe-p): New function.
3799         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
3800         (ruby-smie-rules): Indent after "|".
3802 2013-11-12  Glenn Morris  <rgm@gnu.org>
3804         * ps-print.el (ps-face-attribute-list):
3805         Handle anonymous faces.  (Bug#15827)
3807 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
3809         * window.el (display-buffer-other-frame): Fix doc-string.
3810         (Bug#15868)
3812 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3814         * subr.el (force-mode-line-update): Delete, move to buffer.c.
3816 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
3818         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
3819         (tramp-sh-handle-file-local-copy): Don't write a message when
3820         saving temporary files.
3822         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
3823         both directories are remote.
3824         (tramp-smb-handle-directory-files): Do not return double entries.
3825         Do not expand full file names.
3826         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
3827         (tramp-smb-handle-write-region): Implement APPEND.
3828         (tramp-smb-get-stat-capability): Fix a stupid bug.
3830 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3832         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
3834 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3836         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
3837         throwing error over malformed let/let* (bug#15814).
3839 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * iswitchb.el (iswitchb-mode): Mark obsolete.
3843 2013-11-11  Glenn Morris  <rgm@gnu.org>
3845         * international/uni-bidi.el, international/uni-category.el:
3846         * international/uni-name.el, international/uni-numeric.el:
3847         Regenerate for Unicode 6.3.0.
3849 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
3851         * net/tramp.el (tramp-methods):
3852         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
3853         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
3855 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
3857         * progmodes/sh-script.el (sh-font-lock-keywords-var):
3858         Force highlighting text after Summary keyword in doc face for rpm.
3860 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
3862         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3863         available and the word has no wildcards, append one to the grep pattern.
3864         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3865         (ispell-complete-word): Call `ispell-lookup-words' with the value
3866         independent of `ispell-look-p'.
3868 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3870         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3871         Not after "||".
3872         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3873         their parent.
3875 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3877         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
3878         (ruby-font-lock-keywords): Use backquote.
3880 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3882         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3883         (ruby-smie--backward-token): Only consider full-string matches.
3885 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
3887         * faces.el (describe-face): Add distant-foreground.
3889 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
3891         * progmodes/ruby-mode.el: Improve encoding comment handling.
3892         (ruby-encoding-magic-comment-style): New option.
3893         (ruby-custom-encoding-magic-comment-template): New option.
3894         (ruby--insert-coding-comment, ruby--detect-encoding):
3895         New functions extracted from `ruby-mode-set-encoding'.
3896         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3897         to control the style of the auto-inserted encoding comment.
3899 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3901         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3902         Use `smie-backward-sexp' with token argument.
3904 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
3906         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3907         Remove instrumentation code.
3909 2013-11-08  Glenn Morris  <rgm@gnu.org>
3911         * progmodes/autoconf.el (autoconf-mode):
3912         Tweak comment-start-skip.  (Bug#15822)
3914 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3916         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3917         at bobp (bug#15826).
3918         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3920 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
3922         * man.el (Man-start-calling): New macro, extracted from
3923         Man-getpage-in-background.
3924         (Man-getpage-in-background): Use it.
3925         (Man-update-manpage): New command.
3926         (Man-mode-map): Bind it.
3928 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3930         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3931         of "and", "or", "&&" and "||".
3932         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3933         argument.  Prohibit opening curly brace because it could only be a
3934         block opener in that position.
3935         (ruby-smie--forward-token, ruby-smie--backward-token):
3936         Separate "|" from "&" or "*" going after it.  That can happen in block
3937         arguments.
3938         (ruby-smie--indent-to-stmt): New function, seeks the end of
3939         previous statement or beginning of buffer.
3940         (ruby-smie-rules): Use it.
3941         (ruby-smie-rules): Check if there's a ":" before a curly block
3942         opener candidate; if there is, it's a hash.
3944 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3946         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3947         (cl--block-wrapper): Fix last accidental change.
3949 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
3951         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3952         Instrument, in order to hunt failure on hydra.
3954 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3956         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3957         malformed bindings form (bug#15814).
3959 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
3961         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3962         "." compared to " @ ".  This incidentally fixes some indentation
3963         examples with "do".
3964         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3965         (ruby-smie-grammar): New tokens: "and" and "or".
3966         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3967         Exclude "and" and "or".  Remove "do" in order to work around token
3968         priorities.
3969         (ruby-smie-rules): Add all infix tokens.  Handle the case of
3970         beginning-of-buffer.
3972 2013-11-06  Glenn Morris  <rgm@gnu.org>
3974         * Makefile.in (setwins_almost, setwins_for_subdirs):
3975         Avoid accidental matches.
3977 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * menu-bar.el (popup-menu): Use key-binding.
3981 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
3983         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3984         menus, support also the menus produced by minor modes.
3985         (Bug#15817)
3987 2013-11-06  Leo Liu  <sdl.web@gmail.com>
3989         * thingatpt.el (thing-at-point-looking-at): Add optional arg
3990         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
3992 2013-11-06  Glenn Morris  <rgm@gnu.org>
3994         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3995         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3996         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3998 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4000         * electric.el (electric-indent-just-newline): New command.
4001         (electric-indent-mode-map): New keymap.
4002         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4003         Re-add :group which weren't redundant.
4005         * electric.el (electric-indent-local-mode): New minor mode.
4006         (electric-indent-functions-without-reindent): New var.
4007         (electric-indent-post-self-insert-function): Use it.
4008         * emacs-lisp/gv.el (buffer-local-value): Add setter.
4010 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
4012         * international/quail.el (quail-help): Be more explicit about the
4013         meaning of the labels shown on the keys.  (Bug#15800)
4015         * startup.el (normal-top-level): Load the subdirs.el files before
4016         setting the locale environment.  (Bug#15805)
4018 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4020         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4021         via arguments so as to get the right ones (bug#15418).
4023         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4025 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
4027         Fix problems found while writing a test suite.
4029         * net/tramp-compat.el (tramp-compat-load): New defun.
4030         * net/tramp.el (tramp-handle-load): Use it.
4032         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4033         "(numberp ok-if-already-exists)" correctly.
4035 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
4037         * international/characters.el (glyphless-char-display-control):
4038         Add usage note.
4040 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
4042         * progmodes/python.el (python-mode):
4043         * progmodes/scheme.el (scheme-mode):
4044         * progmodes/prolog.el (prolog-mode):
4045         * progmodes/ruby-mode.el (ruby-mode):
4046         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4047         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4049 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4051         * rect.el (rectangle--highlight-for-redisplay):
4052         * emacs-lisp/smie.el (smie--next-indent-change):
4053         Use buffer-chars-modified-tick.
4055         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4057         * electric.el (electric-indent-post-self-insert-function):
4058         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4060 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
4062         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4064 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4066         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4067         (bug#15786).
4069 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
4073         * progmodes/python.el: Fix up last change.
4074         (python-shell--save-temp-file): New function.
4075         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
4076         `string' comes from the current buffer.
4077         (python-shell-send-string-no-output): Remove `msg' arg.
4078         (python--use-fake-loc): New var.
4079         (python-shell-buffer-substring): Obey it.  Try to compensate for the
4080         extra coding line added by python-shell--save-temp-file.
4081         (python-shell-send-region): Use python-shell--save-temp-file and
4082         python-shell-send-file directly.  Add `nomain' argument.
4083         (python-shell-send-buffer): Use python-shell-send-region.
4084         (python-electric-pair-string-delimiter): New function.
4085         (python-mode): Use it.
4087 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
4089         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4090         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4091         environment and decoding all of the default-directory's to here
4092         from command-line.
4093         (command-line): Decode also argv[0].
4095         * loadup.el: Error out if default-directory is a multibyte string
4096         when we are dumping.
4098         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
4100 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
4102         * emacs-lisp/package.el (package-menu-mode)
4103         (package-menu--print-info, package-menu--archive-predicate):
4104         Add Archive column to package list.
4106 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
4108         Fix problems found while writing a test suite.
4110         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4111         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4112         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4113         to nil when running original file name handler.  Otherwise,
4114         there are problems with constructs like "$$FOO".
4116         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4117         for `localname'.
4119 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
4121         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4123         * subr.el (version<, version<=, version=):
4124         Update docstrings with information for snapshot versions.
4126         * helpers.el: New library for misc helper functions.
4127         (hash-table-keys): New function returning a list of hash keys.
4128         (hash-table-values): New function returning a list of hash values.
4130 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
4132         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4133         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4135 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
4137         * textmodes/fill.el (fill-single-char-nobreak-p): New function
4138         checking whether point is after a 1-letter word.
4140 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4142         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4143         Don't infloop when expanding region over `multiline' syntax-type that
4144         begins a line (bug#15778).
4146 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4148         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4149         Make it into a proper minor mode.
4150         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4151         (rectangle-mark-mode-map): New keymap.
4152         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4154 2013-11-04  Glenn Morris  <rgm@gnu.org>
4156         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4158 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4160         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4161         (ruby-smie-rules): Use smie-rule-parent instead.
4163         * emacs-lisp/smie.el (smie-rule-parent): Always call
4164         smie-indent-virtual rather than only for hanging tokens.
4165         (smie--next-indent-change): New helper command.
4167 2013-11-03  Glenn Morris  <rgm@gnu.org>
4169         * Makefile.in (abs_srcdir): Remove.
4170         (emacs): Unset EMACSLOADPATH.
4172 2013-11-02  Glenn Morris  <rgm@gnu.org>
4174         * Makefile.in (EMACS): Use a relative filename.
4175         (abs_top_builddir): Remove.
4176         (custom-deps, finder-data, autoloads): Use --chdir.
4178         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4180         Use relative filenames in TAGS files.
4181         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4182         (lisptagsfiles4, TAGS): Use relative file names.
4183         (TAGS-LISP): Remove.
4184         (maintainer-clean): No more TAGS-LISP file.
4186         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4187         (lisptagsfiles4): Use absolute filenames again.
4188         (TAGS, TAGS-LISP): Not everything needs to run in one line.
4189         Remove all *loaddefs files, not just the first.  Remove esh-groups.
4190         (maintainer-clean): Delete TAGS, TAGS-LISP.
4192 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4194         * emacs-lisp/package.el (package-version-join):
4195         Recognize snapshot versions.
4197 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4199         * subr.el (version-regexp-alist): Add support for snapshot versions.
4201 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4203         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4204         New function, replacement for `smie-rule-parent' for when we want to
4205         skip over our direct parent if it's an assignment token..
4206         (ruby-smie-rules): Use it.
4208 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4210         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4211         unconditionally.  Remove now unnecessary forward declarations.
4212         Remove XEmacs-specific setup.
4213         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4214         (ruby-font-lock-syntactic-keywords)
4215         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4216         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4217         (ruby-here-doc-end-syntax): Remove.
4218         (ruby-mode): Don't check whether `syntax-propertize-rules' is
4219         defined as function.
4221 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4223         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4225 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4227         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4228         table and abbrev table, `define-derived-mode' does that for us
4229         anyway.
4231 2013-11-01  Glenn Morris  <rgm@gnu.org>
4233         * Makefile.in: Remove manual mh-e dependencies (writing .elc
4234         files is atomic for some time, so no parallel compilation issues).
4236 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
4238         * faces.el (face-x-resources): Add :distant-foreground.
4239         (region): Use :distant-foreground for gtk and ns.
4241 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
4243         Allow multiple bibliographies when BibLaTeX is used rather than
4244         BibTeX.
4245         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4246         (reftex-locate-bibliography-files): Us it.
4248 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
4250         * image.el (image-type-header-regexps): Fix the 'pbm' part to
4251         allow comments in pbm files.
4253         * term/w32-win.el (dynamic-library-alist): Support newer versions
4254         of libjpeg starting with v7: look only for the DLL from the
4255         version against which Emacs was built.
4256         Support versions of libpng beyond 1.4.x.
4257         Support libtiff v4.x.
4259 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4261         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4262         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4263         Add property :safe.
4264         (ruby-deep-arglist): Add property :type.
4266 2013-10-31  Glenn Morris  <rgm@gnu.org>
4268         * Makefile.in (custom-deps, finder-data): No need to setq the target
4269         variables, we are in the right directory and the defaults work fine.
4271 2013-10-30  Glenn Morris  <rgm@gnu.org>
4273         * Makefile.in (autoloads): Do not use abs_lisp.
4275         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4276         `newline' does not respect `standard-output', so use `princ'.
4278 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
4280         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
4281         * buff-menu.el (Buffer-menu--unmark): New function.
4282         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4284 2013-10-30  Glenn Morris  <rgm@gnu.org>
4286         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4288         * emacs-lisp/package.el (lm-homepage): Declare.
4290         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4291         Fix doc typos.
4293         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4295         * Makefile.in (finder-data, autoloads, update-subdirs)
4296         (compile-main, compile-clean, compile-always, bootstrap-clean):
4297         Check return value of cd.
4298         (compile-calc): Remove.
4300 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4302         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4304         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4305         (byte-compile-and-folded): New function.
4306         (=, <, >, <=, >=): Use it.
4308         * dos-w32.el (minibuffer-history-case-insensitive-variables)
4309         (path-separator, null-device, buffer-file-coding-system)
4310         (lpr-headers-switches): Check system-type before modifying them.
4311         (find-buffer-file-type-coding-system): Mark obsolete.
4312         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4313         find-file-not-found-set-buffer-file-coding-system.
4314         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
4315         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4316         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
4317         (w32-direct-print-region-helper, w32-direct-print-region-function)
4318         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4319         * startup.el (normal-top-level-add-subdirs-to-load-path):
4320         * ps-print.el (ps-print-region-function):
4321         * lpr.el (print-region-function): Use new name.
4323         * subr.el (custom-declare-variable-early): Remove function.
4324         (custom-declare-variable-list): Remove var.
4325         (error, user-error): Remove `while' loop.
4326         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4327         (user-emacs-directory-warning, locate-user-emacs-file):
4328         Move to files.el.
4329         * simple.el (read-quoted-char-radix, read-quoted-char):
4330         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4331         Move from subr.el.
4332         * custom.el (custom-declare-variable-list): Don't process
4333         custom-declare-variable-list.
4335         * progmodes/python.el (python-shell-get-buffer): New function.
4336         (python-shell-get-process): Use it.
4337         (python-shell-send-string): Always use utf-8 and add a cookie to tell
4338         Python which encoding was used.  Don't split-string since we only care
4339         about the first line.  Return the temp-file, if applicable.
4340         (python-shell-send-region): Tell compile.el how to turn locations in
4341         the temp-file into locations in the source buffer.
4343 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * subr.el (undefined): Add missing behavior from the C code for
4346         unbound keys.
4348         * rect.el: Use lexical-binding.  Add new rectangular region support.
4349         (rectangle-mark): New command.
4350         (rectangle--region): New var.
4351         (deactivate-mark-hook): Reset rectangle--region.
4352         (rectangle--extract-region, rectangle--insert-for-yank)
4353         (rectangle--highlight-for-redisplay)
4354         (rectangle--unhighlight-for-redisplay): New functions.
4355         (region-extract-function, redisplay-unhighlight-region-function)
4356         (redisplay-highlight-region-function): Use them to handle
4357         rectangular region.
4358         * simple.el (region-extract-function): New var.
4359         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4360         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4361         (kill-region): Replace obsolete `yank-handler' arg with `region'.
4362         (copy-region-as-kill, kill-ring-save): Add `region' argument.
4363         (redisplay-unhighlight-region-function)
4364         (redisplay-highlight-region-function): New vars.
4365         (redisplay--update-region-highlight): New function.
4366         (pre-redisplay-function): Use it.
4367         (exchange-point-and-mark): Don't deactivate the mark before
4368         reactivate-it anyway.
4369         * comint.el (comint-kill-region): Remove yank-handler argument.
4370         * delsel.el (delete-backward-char, backward-delete-char-untabify)
4371         (delete-char): Remove property, since it's now part of their
4372         default behavior.
4373         (self-insert-iso): Remove property since this command doesn't exist.
4375         * emacs-lisp/package.el (package--download-one-archive)
4376         (describe-package-1): Don't query the user about final newline.
4378 2013-10-29  Daniel Colascione  <dancol@dancol.org>
4380         * net/tramp.el (tramp-methods): Document new functionality.
4381         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4382         tramp-hostname-checker if method provides one instead of scanning
4383         argument list for "%h" to decide hostname acceptability.
4385 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
4387         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4388         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4389         Handle COPY-CONTENTS.  (Bug#15737)
4391 2013-10-28  Daiki Ueno  <ueno@gnu.org>
4393         * epa-file.el
4394         (epa-file-cache-passphrase-for-symmetric-encryption):
4395         Document that this option has no effect with GnuPG 2.0 (bug#15552).
4397 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
4399         * image.el (defimage):
4400         (image-load-path): Doc fixes.
4402 2013-10-27  Alan Mackenzie  <acm@muc.de>
4404         Indent statements in macros following "##" correctly.
4405         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4406         Modify the "#" arm of a cond form to handle "#" and "##" operators.
4408 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4410         * linum.el (linum-update-window): Fix boundary test (bug#13446).
4412 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
4414         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4415         after `=' is probably a new expression.
4417 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4419         * man.el (man-imenu-title): New option.
4420         (Man-mode-map): Add menu.  (Bug#15722)
4421         (Man-mode): Add imenu to menu.
4423 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
4425         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4426         specific in what the first arg can be: a non-keyword word,
4427         string/regexp/percent literal opener, opening paren, or unary
4428         operator followed directly by word.
4430 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4432         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4433         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4434         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4435         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4436         Remove vars, they do not apply any more.
4437         (prolog-mode-abbrev-table): Remove redundant declaration.
4438         (prolog-upper-case-string, prolog-lower-case-string): Remove.
4439         (prolog-use-smie): Remove.
4440         (prolog-smie-rules): Add indentation rule for the if-then-else layout
4441         supported by prolog-electric-if-then-else-flag.
4442         (prolog-mode-variables, prolog-menu): Use setq-local.
4443         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4444         Remove binding to `Backspace' since this key doesn't exist anyway.
4445         Remove bindings for electric self-inserting keys.
4446         (prog-mode): Assume it's defined.
4447         (prolog-post-self-insert): New function.
4448         (prolog-mode): Use it.
4449         (prolog-indent-line, prolog-indent-level)
4450         (prolog-find-indent-of-matching-paren)
4451         (prolog-indentation-level-of-line, prolog-goto-comment-column)
4452         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4453         (prolog-goto-next-paren, prolog-in-string-or-comment)
4454         (prolog-tokenize, prolog-inside-mline-comment)
4455         (prolog-find-start-of-mline-comment): Remove functions.
4456         (prolog-find-unmatched-paren, prolog-clause-end)
4457         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4458         (prolog-electric--if-then-else): Rename from
4459         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4460         (prolog-tokenize-searchkey): Remove const.
4461         (prolog-clause-info): Use forward-sexp.
4462         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4463         (prolog-electric-if-then-else): Remove commands.
4464         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4465         for use in post-self-insert-hook.
4466         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4467         for use in post-self-insert-hook.
4468         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4469         for use in post-self-insert-hook.
4470         (prolog-electric--underscore): Rename from prolog-electric--underscore;
4471         adapt it for use in post-self-insert-hook.
4473 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
4475         * emacs-lisp/ert.el (ert-run-tests-interactively):
4476         Use `completing-read'.  (Bug#9756)
4478 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
4480         * simple.el (line-move): Call line-move-1 instead of
4481         line-move-visual when the current window hscroll is zero, but
4482         temporary-goal-column indicates we will need to hscroll as result
4483         of the movement.  (Bug#15712)
4485 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
4487         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4488         capitalization.  Use :visible instead of :active.
4489         Fix `ruby-indent-exp' reference.  Add menu items for the generic
4490         commands that are used with SMIE.
4491         (ruby-do-end-to-brace): Insert space after `{'.
4493 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4495         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4497         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4499 2013-10-25  Glenn Morris  <rgm@gnu.org>
4501         * vc/vc.el (vc-print-log): Don't use a working revision unless
4502         one was explicitly specified.  (Bug#15322)
4504 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4506         * subr.el (add-to-list): Preserve return value in compiler-macro
4507         (bug#15692).
4509 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4511         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4512         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4514 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4516         * emacs-lisp/smie.el: New smie-config system.
4517         (smie-config): New defcustom.
4518         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4519         (smie-config-guess, smie-config-save): New commands.
4520         (smie-config--mode-local, smie-config--buffer-local)
4521         (smie-config--trace, smie-config--modefuns): New vars.
4522         (smie-config--advice, smie-config--mode-hook)
4523         (smie-config--setter, smie-config-local, smie-config--get-trace)
4524         (smie-config--guess-value, smie-config--guess): New functions.
4525         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4526         text properties.  Treat "string fence" syntax like string syntax.
4528         * progmodes/sh-script.el (sh-use-smie): Change default.
4529         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4530         (sh-var-value): Simplify by CSE.
4531         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4532         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4533         is used.
4534         (sh-guess-basic-offset): Use cl-incf.
4535         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4537 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
4539         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4540         (bug#15699).
4542 2013-10-24  Glenn Morris  <rgm@gnu.org>
4544         * Makefile.in (abs_top_srcdir): Remove.
4545         (update-subdirs): Use relative path to update-subdirs.
4547 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
4549         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4550         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4551         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4552         Call unmsys--file-name before expand-file-name, not after it.
4554 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
4556         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4557         (ert-test-skipped): New error.
4558         (ert-skip, ert-stats-skipped): New defuns.
4559         (ert--skip-unless): New macro.
4560         (ert-test-skipped): New struct.
4561         (ert--run-test-debugger, ert-test-result-type-p)
4562         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4563         (ert--stats-set-test-and-result, ert-char-for-test-result)
4564         (ert-string-for-test-result, ert-run-tests-batch)
4565         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4566         Handle skipped tests.  (Bug#9803)
4568 2013-10-24  Glenn Morris  <rgm@gnu.org>
4570         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4572         * Makefile.in (abs_top_srcdir): New, set by configure.
4573         (update-subdirs): Correct build-aux location.
4575 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
4577         * vc/vc.el (vc-print-root-log): Always set `default-directory'
4578         value, whether we could auto-deduce `backend', or not.
4580         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4581         with parameters" example.  Simplify the "is it block or is it
4582         hash" check, but also make it more thorough.
4584 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
4586         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
4588 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4591         { if it is hanging.
4593         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4594         :before ";".
4596 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
4598         * progmodes/compile.el (compilation-directory-matcher)
4599         (compilation-page-delimiter):
4600         Support GNU Make-4.0 directory quoting.  (Bug#15678)
4602 2013-10-23  Leo Liu  <sdl.web@gmail.com>
4604         * ido.el (ido-tidy): Handle read-only text.
4606 2013-10-23  Glenn Morris  <rgm@gnu.org>
4608         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4609         (emacs, compile, compile-always):
4610         Quote entities that might contain whitespace.
4611         (custom-deps, finder-data, autoloads): Use abs_lisp.
4612         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4613         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4614         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4616 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
4618         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4619         Use `following-char'.
4621 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4623         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4624         * progmodes/ruby-mode.el (ruby-smie-rules):
4625         Remove corresponding workaround.  Fix indentation rule of ";" so it
4626         also applies when ";" is the parent.
4628 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
4630         * frame.el (display-screens, display-pixel-height)
4631         (display-pixel-width, display-mm-width, display-backing-store)
4632         (display-save-under, display-planes, display-color-cells)
4633         (display-visual-class, display-monitor-attributes-list):
4634         Mention the optional ‘display’ argument in doc strings.
4636 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
4638         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4639         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
4641 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4643         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4644         TODO.  Add "." after " @ ".
4645         (ruby-smie--at-dot-call): New function.  Checks if point at method
4646         call with explicit target.
4647         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4648         to the method name tokens when it precedes them.
4649         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4650         (ruby-smie-rules): Add rule for indentation before and after "."
4651         token.
4653 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4655         * textmodes/remember.el (remember-diary-extract-entries):
4656         Avoid add-to-list.
4658         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4659         an instruction.
4661 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4663         * progmodes/ruby-mode.el (ruby-smie-grammar):
4664         Add (almost) all infix operators.
4665         (ruby-smie--implicit-semi-p): Add new operator chars.
4667         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4668         `smie-down-list'.
4669         (ruby-smie--args-separator-p): Check that there's no newline
4670         between method call and its arguments.
4672 2013-10-20  Alan Mackenzie  <acm@muc.de>
4674         Allow comma separated lists after Java "implements".
4676         * progmodes/cc-engine.el (c-backward-over-enum-header):
4677         Parse commas.
4678         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4679         from a "disallowed" list in enum fontification.
4681 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
4683         * startup.el (default-frame-background-mode): Remove unused defvar.
4685         * progmodes/verilog-mode.el (verilog-mode): Don't set
4686         comment-indent-function globally.
4688 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4690         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4691         Move Info menu item creation to ns-win.el.
4693         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4694         in menu bar.
4696         * menu-bar.el: Move GNUstep specific menus...
4698         * term/ns-win.el (ns-initialize-window-system): ... to here.
4700 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4702         * simple.el (newline): Only run post-self-insert-hook when
4703         called interactively.
4705 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
4707         * icomplete.el (icomplete-with-completion-tables): Add :version.
4709 2013-10-19  Alan Mackenzie  <acm@muc.de>
4711         Fix fontification bugs with constructors and const.
4713         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4714         CASE 2) Remove the check for the absence of a suffix construct
4715         after a function declaration with only types (no identifiers) in
4716         the parentheses.  Also, accept a function declaration with just a
4717         type inside the parentheses, if this type can be positively
4718         recognised as such, or if a prefix keyword like "explicit" nails
4719         down the construct as a declaration.
4721 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
4723         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
4724         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
4725         the problem whereby selecting a menu item that leads to a
4726         minibuffer prompt moves the cursor out of the minibuffer window,
4727         making it hard to type at the prompt.  Suggested by Stefan Monnier
4728         <monnier@iro.umontreal.ca>.
4730 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
4732         * menu-bar.el: Don't make Services menu.
4734 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4736         * ffap.el: Handle "/usr/include/c++/<version>" directories.
4737         (ffap-alist): Use ffap-c++-mode for c++-mode.
4738         (ffap-c++-path): New variable.
4739         (ffap-c++-mode): New function.
4741 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
4743         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
4745 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
4747         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
4748         introduced on 2013-09-08, which results in an infinite loop
4749         requesting a password.
4751 2013-10-18  Glenn Morris  <rgm@gnu.org>
4753         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
4755 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
4757         Sync with upstream verilog-mode revision 1a6ecec7.
4758         * progmodes/verilog-mode.el (verilog-mode-version): Update.
4759         (verilog-mode-release-date): Remove.
4760         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
4761         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
4762         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
4763         (verilog-auto-tieoff-ignore-regexp)
4764         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
4765         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
4766         (verilog-signals-with, verilog-dir-cache-preserving)
4767         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
4768         Doc fixes.
4769         (verilog-case-fold): New option, to control case folding in
4770         regexp searches, bug597.
4771         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
4772         (verilog-string-match-fold, verilog-in-paren-count)
4773         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
4774         (verilog-at-close-struct-p): New functions.
4775         (verilog-beg-block-re-ordered, verilog-extended-case-re)
4776         (verilog-forward-sexp, verilog-set-auto-endcomments):
4777         (verilog-leap-to-case-head): Handle "unique0" case.
4778         (verilog-in-constraint-re): New constant.
4779         (verilog-keywords, verilog-type-font-keywords):
4780         Add some SystemVerilog 1800-2012 keywords.
4781         (verilog-label-be): Remove unimplemented argument, bug669.
4782         (verilog-batch-execute-func): When batch expanding clear
4783         create-lockfiles to prevent spurious user locks when a file ends
4784         up not changing.
4785         (verilog-calculate-indent, verilog-calc-1)
4786         (verilog-at-close-constraint-p, verilog-at-constraint-p)
4787         (verilog-do-indent): Fix indentation of nested constraints
4788         and structures.
4789         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
4790         (verilog-auto-inst-param): Use verilog-string-match-fold.
4791         (verilog-read-inst-module-matcher):
4792         Fix AUTOINST on gate primitives with #1.
4793         (verilog-read-decls): Fix double-declaring user-defined typed signals.
4794         Reads all user-defined typed variables.
4795         (verilog-read-defines): Fix reading definitions inside comments, bug647.
4796         (verilog-signals-matching-regexp)
4797         (verilog-signals-not-matching-regexp, verilog-auto):
4798         Respect verilog-case-fold.
4799         (verilog-diff-report): Fix line count.
4800         (verilog-auto-assign-modport): Remove unused local `modi'.
4801         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
4802         better handle multidimensional arrays.
4803         Fix packed array ports misadding bit index in AUTOINST, bug637.
4804         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
4805         to not double-declare existing outputs and inputs, respectively.
4806         (verilog-template-map): Bind U to verilog-sk-uvm-component.
4807         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
4808         (verilog-sk-uvm-component): New skeleton.
4809         (verilog-submit-bug-report): Add verilog-case-fold,
4810         remove verilog-mode-release-date.
4812 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
4814         * subr.el (sit-for): Call (input-pending-p t) so as to behave
4815         as before.
4817 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
4819         * textmodes/remember.el (remember): Set buffer-offer-save in
4820         remember buffers (bug#13566).
4822 2013-10-18  Daniel Colascione  <dancol@dancol.org>
4824         When evaluating forms in ielm, direct standard output to ielm
4825         buffer.  Add new ielm-return-for-effect command.  Remove trailing
4826         whitespace throughout.
4828         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
4829         (ielm-return-for-effect): New command.
4830         (ielm-send-input): Accept optional `for-effect' parameter.
4831         (ielm-eval-input): Accept optional `for-effect' parameter.
4832         Bind `standard-output' to stream we create using
4833         `ielm-standard-output-impl'.  Suppress printing result when
4834         `for-effect'.
4835         (ielm-standard-output-impl): New function.
4836         (inferior-emacs-lisp-mode): Explain new features in documentation.
4838 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
4840         Code cleanup.
4842         * net/tramp.el (tramp-debug-message): Do not check for connection
4843         buffer.
4844         (tramp-message): Use "vector" connection property.
4846         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
4847         (tramp-equal-remote, tramp-eshell-directory-change)
4848         * net/tramp-adb.el (tramp-adb-handle-copy-file)
4849         (tramp-adb-handle-rename-file)
4850         * net/tramp-cmds.el (tramp-list-remote-buffers)
4851         (tramp-cleanup-connection, tramp-cleanup-this-connection)
4852         * net/tramp-compat.el (tramp-compat-process-running-p)
4853         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
4854         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
4855         (tramp-gvfs-handle-rename-file)
4856         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
4857         (tramp-set-file-uid-gid)
4858         * net/tramp-smb.el (tramp-smb-handle-copy-file)
4859         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
4860         of `file-remote-p'.
4862         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4863         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4864         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4865         (tramp-gw-open-network-stream): Suppress unrelated traces.
4867         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4868         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4869         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4870         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4871         connection property.
4873         * net/tramp-cache.el (top): Suppress traces when reading
4874         persistency file.
4876         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4877         Refactor common code.  Improve debug message.
4878         (tramp-maybe-open-connection)
4879         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4880         connection buffer too early.
4882         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4883         from `tramp-smb-actions-with-acl'.
4884         (tramp-smb-actions-set-acl): New defconst.
4885         (tramp-smb-handle-copy-directory)
4886         (tramp-smb-action-get-acl): New defun, renamed from
4887         `tramp-smb-action-with-acl'.
4888         (tramp-smb-action-set-acl): New defun.
4889         (tramp-smb-handle-set-file-acl): Rewrite.
4891 2013-10-17  Glenn Morris  <rgm@gnu.org>
4893         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
4895 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4897         * skeleton.el (skeleton-newline): Remove.
4898         (skeleton-internal-1): Use (insert "\n") instead.
4900         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4901         let-bindings.
4903         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4904         forward-sexp-function while we redo its job (bug#15613).
4906 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
4908         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4909         represented by lists.
4911 2013-10-16  Glenn Morris  <rgm@gnu.org>
4913         * tmm.el (tmm--history): New dynamic variable.
4914         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
4916 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
4918         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4919         (tramp-smb-errors): Add error messages.
4920         (tramp-smb-actions-with-acl): New defconst.
4921         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
4922         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4923         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4924         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4925         (tramp-smb-get-stat-capability): Fix tests.
4927 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4929         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4930         (bug#15580).
4932 2013-10-16  Glenn Morris  <rgm@gnu.org>
4934         * ansi-color.el (ansi-color-drop-regexp):
4935         Add 1J, 1K, 2K.  (Bug#15617)
4937         * files.el (hack-local-variables--warned-lexical): New.
4938         (hack-local-variables):
4939         Warn about misplaced lexical-binding.  (Bug#15616)
4941         * net/eww.el (eww-render): Always set eww-current-url,
4942         and update header line.  (Bug#15622)
4943         (eww-display-html): ... Rather than just doing it here.
4945 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
4947         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4948         menu navigations commands.
4950 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4952         * progmodes/subword.el (subword-capitalize): Be careful when
4953         the search for [[:alpha:]] fails (bug#15580).
4955 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
4957         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4958         to commands that scroll the menu.
4960 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
4962         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4963         Handle methods ending with `?' and `!'.
4965 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
4967         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4968         `japanese-cp932' to `cp932' to fix the problem where saving a
4969         source file written in Shift_JIS twice would end up having
4970         `coding: japanese-cp932' which Ruby could not recognize.
4971         (ruby-mode-set-encoding): Add support for encodings mapped to nil
4972         in `ruby-encoding-map'.
4973         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4974         doesn't need to be explicitly declared in magic comment.
4975         (ruby-encoding-map): Add type declaration for better customize UI.
4977 2013-10-13  Glenn Morris  <rgm@gnu.org>
4979         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4980         Occur buffers are read-only.  http://bugs.debian.org/720775
4982         * emacs-lisp/authors.el (authors-fixed-entries):
4983         Comment out old alpha stuff.
4985 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
4987         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4988         to `after-save-hook' instead of `before-save-hook'.
4989         (ruby-mode-set-encoding): Use the value of coding system used to
4990         write the file.  Call `basic-save-buffer-1' after modifying the
4991         buffer.
4993 2013-10-13  Alan Mackenzie  <acm@muc.de>
4995         Fix indentation/fontification of Java enum with
4996         "implements"/generic.
4998         * progmodes/cc-engine.el (c-backward-over-enum-header):
4999         Extracted from the three other places and enhanced to handle generics.
5000         (c-inside-bracelist-p): Uses new function above.
5001         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5002         function above.
5003         (c-font-lock-enum-tail): Uses new function above.
5005 2013-10-13  Kenichi Handa  <handa@gnu.org>
5007         * international/mule-cmds.el (select-safe-coding-system): Remove a
5008         superfluous condition in chekcing whether a coding system is safe
5009         or not.
5011 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
5013         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
5015 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
5017         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
5019 2013-10-13  Glenn Morris  <rgm@gnu.org>
5021         * menu-bar.el (menu-bar-update-buffers):
5022         Unify Buffers menu prompt string.  (Bug#15576)
5024         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
5026         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5027         Add some entries.
5028         (authors-fixed-entries): Use accented form of name.
5030 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5032         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5033         method calls (bug#15594).
5034         (ruby-smie--args-separator-p): New function.
5035         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5036         recognize paren-free method calls.
5038         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5039         internals of universal-argument.
5041 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
5043         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5044         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5045         dropped menu on second mouse click on the menu bar.
5047 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5050         (explicit-shell-file-name): Declare.
5051         (sh--vars-before-point, sh--cmd-completion-table): New functions.
5052         (sh-completion-at-point-function): New function.
5053         (sh-mode): Use it.
5054         (sh-smie--keyword-p): Remove unused argument.
5055         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5056         vars.
5057         (sh-set-shell): Always setup SMIE, even if we use the
5058         old indentation code.
5060 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
5062         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5063         cases of ? and =.
5064         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
5065         predicate would return nil are almost non-existent.
5066         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5068         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5069         cache also after commands that modify the buffer but don't move
5070         point.
5072 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5074         * env.el (substitute-env-in-file-name): New function.
5075         (substitute-env-vars): Extend the meaning of the optional arg.
5077 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
5079         * term/w32-win.el (dynamic-library-alist): Define separate lists
5080         of GIF DLLs for versions before and after 5.0.0 of giflib.
5081         (Bug#15531)
5083 2013-10-10  João Távora  <joaotavora@gmail.com>
5085         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5086         not locked, use last revision and current source as
5087         defaults.  (Bug#15569)
5089 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
5091         * menu-bar.el (menu-bar-open): Don't use popup-menu if
5092         menu-bar is hidden.
5094 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
5096         * window.el (pop-to-buffer-same-window): Fix doc-string.
5097         (Bug#15492)
5099 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5101         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5103 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
5105         * calendar/icalendar.el (icalendar-import-file):
5106         Fix interactive spec.  (Bug#15482)
5108 2013-10-10  Glenn Morris  <rgm@gnu.org>
5110         * desktop.el (desktop-save): Default to saving in .emacs.d,
5111         since PWD is no longer in desktop-path by default.  (Bug#15319)
5113         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5114         now that text mode has a menu with the same entry.
5115         (menu-bar-text-mode-auto-fill): Remove now unused func.
5116         * textmodes/text-mode.el (text-mode-map):
5117         Use auto-fill help text from menu-bar.el.
5119 2013-10-10  John Anthony  <john@jo.hnanthony.com>
5121         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
5123 2013-10-09  Juri Linkov  <juri@jurta.org>
5125         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5126         instead of this-command-keys.  Add universal-argument-more and
5127         universal-argument-minus to the list of prefix commands.  (Bug#15568)
5129 2013-10-09  Glenn Morris  <rgm@gnu.org>
5131         * vc/vc-svn.el (vc-svn-create-repo):
5132         Expand paths in file://... url.  (Bug#15446)
5134         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5135         Add some entries.
5136         (authors): Remove unused local variables.
5138 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5140         * profiler.el: Create a more coherent calltree from partial backtraces.
5141         (profiler-format): Hide the tail with `invisible' so that C-s can still
5142         find the hidden elements.
5143         (profiler-calltree-depth): Don't recurse so enthusiastically.
5144         (profiler-function-equal): New hash-table-test.
5145         (profiler-calltree-build-unified): New function.
5146         (profiler-calltree-build): Use it.
5147         (profiler-report-make-name-part): Indent the calltree less.
5148         (profiler-report-mode): Add visibility specs for profiler-format.
5149         (profiler-report-expand-entry, profiler-report-toggle-entry):
5150         Expand the whole subtree when provided with a prefix arg.
5152 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
5154         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5155         iuwu-mod token.
5156         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5157         hanging iuwu-mod token.
5158         (ruby-smie--forward-token): Do not include a dot after a token in
5159         that token.
5160         (ruby-smie--backward-token): Likewise.
5162 2013-10-08  Juri Linkov  <juri@jurta.org>
5164         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5165         to isearch-other-control-char.
5166         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5167         and isearch-post-command-hook to post-command-hook.
5168         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5169         and isearch-post-command-hook from post-command-hook.
5170         (isearch-unread-key-sequence)
5171         (isearch-reread-key-sequence-naturally)
5172         (isearch-lookup-scroll-key, isearch-other-control-char)
5173         (isearch-other-meta-char): Remove functions.
5174         (isearch-pre-command-hook, isearch-post-command-hook):
5175         New functions based on isearch-other-meta-char rewritten
5176         relying on the new behavior of overriding-terminal-local-map
5177         that does not replace the local keymaps any more.  (Bug#15200)
5179 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
5181         Support menus on text-mode terminals.
5182         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5183         functionality.
5185         * tooltip.el (tooltip-mode): Don't error out on TTYs.
5187         * menu-bar.el (popup-menu, popup-menu-normalize-position):
5188         Move here from mouse.el.
5189         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5190         and arrow keys.
5191         (tty-menu-navigation-map): New map for TTY menu navigation.
5193         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5195         * frame.el (display-mouse-p): Report text-mode mouse as available
5196         on w32.
5197         (display-popup-menus-p): Report availability if mouse is
5198         available; don't condition on window-system.
5200         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5201         (tty-menu-selected-face): New faces.
5203 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5205         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5206         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5207         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5208         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5209         New constants.
5210         (lisp-mode-variables): New `elisp' argument.
5211         (emacs-lisp-mode): Use it.
5212         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5213         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5215         * indent.el: Use lexical-binding.
5216         (indent-region): Add progress reporter.
5217         (tab-stop-list): Make it implicitly extend to infinity by repeating the
5218         last step.
5219         (indent--next-tab-stop): New function to implement this behavior.
5220         (tab-to-tab-stop, move-to-tab-stop): Use it.
5222 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
5224         * indent.el (indent-rigidly--current-indentation): New function.
5225         (indent-rigidly-map): New var.
5226         (indent-rigidly): Use it to provide interactive mode (bug#8196).
5228 2013-10-08  Bastien Guerry  <bzg@gnu.org>
5230         * register.el (insert-register): Fix 2013-10-07 change.
5232 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5234         * progmodes/perl-mode.el: Use lexical-binding.
5235         Remove redundant :group args.
5236         (perl-nochange): Change default to be closer to other major modes's
5237         standard behavior.
5238         (perl-indent-line): Don't consider text on current line as a
5239         valid beginning of function from which to indent.
5241         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5242         with more than one argument (bug#15538).
5244         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5246         * vc/pcvs.el: Use lexical-binding.
5247         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5248         environment of `eval'.
5249         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5250         than a list of expressions.  Adjust callers.
5251         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5253 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
5255         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5256         case of the dot in a chained method call being on the following line.
5258 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5260         * electric.el (electric-indent-inhibit): New var.
5261         (electric-indent-post-self-insert-function): Use it.
5262         * progmodes/python.el (python-mode): Set it.
5264         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5265         open braces.
5267         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5269         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5270         (css-mode): Use electric-indent-chars.
5272         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5273         (font-lock-beg, font-lock-end): Move before first use.
5274         (nxml-mode): Use syntax-propertize-function.
5275         (nxml-after-change, nxml-after-change1): Adjust accordingly.
5276         (nxml-extend-after-change-region): Remove.
5277         * nxml/xmltok.el: Use lexical-binding.
5278         (xmltok-save): Use `declare'.
5279         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5280         * nxml/nxml-util.el: Use lexical-binding.
5281         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5282         Use `declare'.
5283         * nxml/nxml-ns.el: Use lexical-binding.
5284         (nxml-ns-save): Use `declare'.
5285         (nxml-ns-prefixes-for): Avoid add-to-list.
5286         * nxml/rng-match.el: Use lexical-binding.
5287         (rng--ipattern): Use cl-defstruct.
5288         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5289         (rng-cons-group-after, rng-subst-group-after)
5290         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5291         Use closures instead of `(lambda...).
5293 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
5295         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5296         of BEG and END.
5298         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5299         Use `tramp-handle-insert-file-contents'.
5300         (tramp-gvfs-handle-insert-file-contents): Remove function.
5302         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5303         Use `save-restriction' in order to keep markers.
5305         * net/trampver.el: Update release number.
5307 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * progmodes/compile.el (compilation-parse-errors):
5310         Use compilation--put-prop.
5311         (compilation--ensure-parse): Check compilation-multiline.
5313         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5315         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5316         lexical-binding.
5318         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5320         * progmodes/ruby-mode.el: Fix recently added tests.
5321         (ruby-smie-grammar): Add - and +.
5322         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5323         (ruby-smie--backward-id): New functions.
5324         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5325         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
5326         any more.
5328 2013-10-07  Leo Liu  <sdl.web@gmail.com>
5330         * register.el (register-preview-delay)
5331         (register-preview-functions): New variables.
5332         (register-read-with-preview, register-preview)
5333         (register-describe-oneline): New functions.
5334         (point-to-register, window-configuration-to-register)
5335         (frame-configuration-to-register, jump-to-register)
5336         (number-to-register, view-register, insert-register)
5337         (copy-to-register, append-to-register, prepend-to-register)
5338         (copy-rectangle-to-register): Use register-read-with-preview to
5339         read register.  (Bug#15525)
5341 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
5343         * net/network-stream.el (network-stream-open-starttls): Don't add
5344         --insecure if it's already present, because that gnutls-cli
5345         rejects getting that parameter twice.
5347 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
5349         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5350         keyword, too.
5352 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
5354         * newcomment.el (comment-use-global-state): Change default value
5355         to t, mark obsolete (Bug#15251).
5356         (comment-beginning): In addition to `comment-to-syntax', check the
5357         value of `comment-use-global-state'.
5359 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5361         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5362         (ruby-comment-column): Follow the global default, by default.
5363         (ruby-smie-grammar): Add assignment syntax.
5364         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5365         open-paren, a comma, or a \.
5366         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5367         and line continuations.
5368         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5369         followed by implicit semi-colons.  Add rule for string concatenation
5370         and for indentation at BOB.
5371         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
5373         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5374         calling next-sexp, since next-token may have skipped chars which
5375         next-sexp doesn't know should be skipped!
5377 2013-10-05  Leo Liu  <sdl.web@gmail.com>
5379         * progmodes/octave.el (octave-send-region):
5380         Call compilation-forget-errors.
5382 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5384         * vc/vc-svn.el (vc-svn-find-admin-dir):
5385         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5386         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5387         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5388         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5390 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5394 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * subr.el (read-passwd): Hide chars even when called within a context
5397         where after-change-functions is disabled (bug#15501).
5398         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5399         until we removed ourself from overriding-terminal-local-map.
5401 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5403         * progmodes/octave.el (inferior-octave-mode):
5404         Call compilation-forget-errors.
5406 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5408         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5410 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
5412         * net/secrets.el (secrets-create-collection): Add optional
5413         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
5414         dbus-call-method argument.  (Bug#15516)
5416 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5418         * progmodes/octave.el (inferior-octave-error-regexp-alist)
5419         (inferior-octave-compilation-font-lock-keywords): New variables.
5420         (compilation-error-regexp-alist)
5421         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5422         (inferior-octave-mode): Use compilation-shell-minor-mode.
5424 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
5426         * minibuffer.el (completion--replace): Be careful that `end' might be
5427         a marker.
5429 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5431         Add support for package signature checking.
5432         * emacs-lisp/package.el (url-http-file-exists-p)
5433         (epg-make-context, epg-context-set-home-directory)
5434         (epg-verify-string, epg-context-result-for)
5435         (epg-signature-status, epg-signature-to-string)
5436         (epg-check-configuration, epg-configuration)
5437         (epg-import-keys-from-file): Declare.
5438         (package-check-signature): New user option.
5439         (package-unsigned-archives): New user option.
5440         (package-desc): Add `signed' field.
5441         (package-load-descriptor): Set `signed' field if .signed file exists.
5442         (package--archive-file-exists-p): New function.
5443         (package--check-signature): New function.
5444         (package-install-from-archive): Check package signature.
5445         (package--download-one-archive): Check archive signature.
5446         (package-delete): Remove .signed file.
5447         (package-import-keyring): New command.
5448         (package-refresh-contents): Import default keyring.
5449         (package-desc-status): Add "unsigned" status.
5450         (describe-package-1, package-menu--print-info)
5451         (package-menu-mark-delete, package-menu--find-upgrades)
5452         (package-menu--status-predicate): Support "unsigned" status.
5454 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5456         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5457         the new compilation scheme using the new byte-codes.
5459         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5460         (byte-pophandler): New byte codes.
5461         (byte-goto-ops): Adjust accordingly.
5462         (byte-compile--use-old-handlers): New var.
5463         (byte-compile-catch): Use new byte codes depending on
5464         byte-compile--use-old-handlers.
5465         (byte-compile-condition-case--old): Rename from
5466         byte-compile-condition-case.
5467         (byte-compile-condition-case--new): New function.
5468         (byte-compile-condition-case): New function that dispatches depending
5469         on byte-compile--use-old-handlers.
5470         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5471         when we can.
5473         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5474         Optimize under `condition-case' and `catch' if
5475         byte-compile--use-old-handlers is nil.
5476         (disassemble-offset): Handle new bytecodes.
5478 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5480         * subr.el (error): Use `declare'.
5481         (decode-char, encode-char): Use advertised-calling-convention instead
5482         of the docstring to discourage use of the `restriction' arg.
5484 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5486         * epg.el (epg-verify-file): Add a comment saying that it does not
5487         notify verification error as a return value nor a signal.
5488         (epg-verify-string): Ditto.
5490 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5492         * progmodes/compile.el (compilation-start): Try globbing the arg to
5493         `cd' (bug#15417).
5495 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5497         Sync with Tramp 2.2.8.
5499         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5500         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5501         * net/trampver.el: Update release number.
5503 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5505         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5506         and default-process-coding-system for darwin only.
5508 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5510         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5512 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5514         * vc/vc-git.el (vc-git-grep): Disable pager.
5516 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5518         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5519         Use :url instead of :homepage, as per
5520         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5522         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5523         non-nil, use `syntax-ppss' (Bug#15251).
5525 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5527         * progmodes/octave.el (inferior-octave-startup-file):
5528         Prefer ~/.emacs.d/init_octave.m.
5530 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5532         * emacs-lisp/package.el (package-desc-from-define):
5533         Accept additional arguments as plist, convert them to an alist and store
5534         them in the `extras' slot.
5535         (package-generate-description-file): Convert extras alist back to
5536         plist and append to the `define-package' form arguments.
5537         (package--alist-to-plist): New function.
5538         (package--ac-desc): Add `extras' slot.
5539         (package--add-to-archive-contents): Check if the archive-contents
5540         vector is long enough, and if it is, pass its `extras' slot value
5541         to `package-desc-create'.
5542         (package-buffer-info): Call `lm-homepage', pass the returned value
5543         to `package-desc-from-define'.
5544         (describe-package-1): Render the homepage button (Bug#13291).
5546         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5547         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5549 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
5551         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5552         and default-process-coding-system to utf-8-unix (Bug#15402).
5554 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
5556         * subr.el (looking-back): Do not recommend using looking-back.
5558 2013-09-28  Alan Mackenzie  <acm@muc.de>
5560         Fix indentation/fontification of Java enum with "implements".
5562         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5563         regexp which matches "implements", etc., in Java.
5564         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5565         specifier clauses coming after "enum".
5566         * progmodes/cc-fonts.el (c-font-lock-declarations)
5567         (c-font-lock-enum-tail): Check for extra specifier clauses coming
5568         after "enum".
5570 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
5572         * faces.el (region): Change ns_selection_color to
5573         ns_selection_fg_color, add ns_selection_bg_color.
5575 2013-09-28  Leo Liu  <sdl.web@gmail.com>
5577         * progmodes/octave.el (inferior-octave-completion-table)
5578         (inferior-octave-completion-at-point): Minor tweaks.
5580         * textmodes/ispell.el (ispell-lookup-words): Rename from
5581         lookup-words.  (Bug#15460)
5582         (lookup-words): Obsolete.
5583         (ispell-complete-word, ispell-command-loop): All uses changed.
5585 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5587         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5588         (octave-mode-menu): Add octave-send-buffer.
5589         (octave-send-buffer): New function.
5591 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5593         * progmodes/octave.el (octave-mode-map): Add key binding for
5594         octave-lookfor.
5595         (octave-mode-menu): Add octave-lookfor.
5596         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5597         octave-lookfor.
5598         (octave-lookfor): New function.
5600 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5602         * emacs-lisp/cl-macs.el:
5603         (cl--loop-destr-temps): Remove.
5604         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5605         its convention.
5606         (cl--loop-set-iterator-function): New function.
5607         (cl-loop): Adjust accordingly, so as not to use cl-subst.
5608         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5609         Bind `it' with `let' instead of substituting it with `cl-subst'.
5610         (cl--unused-var-p): New function.
5611         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5612         Eliminate some unused variable warnings (bug#15326).
5614 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
5616         * doc-view.el (doc-view-scale-reset): Rename from
5617         `doc-view-reset-zoom-level'.
5618         (doc-view-scale-adjust): New command.
5619         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5620         `doc-view-scale-adjust'.
5622 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
5624         * doc-view.el (doc-view-reset-zoom-level): New command.
5625         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5626         zoom commands (bug#15466).
5628 2013-09-26  Kenichi Handa  <handa@gnu.org>
5630         * international/quail.el (quail-help): Make it not a command.
5632 2013-09-26  Leo Liu  <sdl.web@gmail.com>
5634         * minibuffer.el (completion-all-sorted-completions): Make args
5635         optional as they are.
5637 2013-09-25  Daniel Colascione  <dancol@dancol.org>
5639         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5640         specs are and that they're not evaluated.
5642 2013-09-24  Sam Steingold  <sds@gnu.org>
5644         * midnight.el (clean-buffer-list-kill-regexps)
5645         (clean-buffer-list-kill-buffer-names): Update for the new Man
5646         buffer naming which includes the object name.
5648 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5650         * eshell/esh-cmd.el (eshell--sep-terms): New var.
5651         (eshell-parse-command, eshell-parse-pipeline): Use it since
5652         eshell-separate-commands requires a dynamic scoped var.
5653         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5655 2013-09-23  Leo Liu  <sdl.web@gmail.com>
5657         * autoinsert.el (auto-insert-alist): Make the value of
5658         lexical-binding match its file setting.
5660 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
5662         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5664         * autoarg.el (autoarg-kp-digit-argument):
5665         * electric.el (Electric-command-loop):
5666         * kmacro.el (kmacro-step-edit-insert):
5667         Do not set universal-argument-num-events.
5669 2013-09-22  Leo Liu  <sdl.web@gmail.com>
5671         * files.el (interpreter-mode-alist): Add octave.
5673 2013-09-21  Alan Mackenzie  <acm@muc.de>
5675         C++: fontify identifier in declaration following "public:" correctly.
5676         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5677         to match "public", etc.
5678         (c-decl-prefix-re): Add ":" into the C++ value.
5679         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5680         bit.  Add a check for a ":" preceded by "public", etc.
5682 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
5684         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5685         recognized by GDB 7.5 and later.
5687 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
5689         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5691 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5693         * subr.el (internal--call-interactively): New const.
5694         (called-interactively-p): Use it (bug#3984).
5696 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
5698         * vc/pcvs.el (cvs-mode-ignore):
5699         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5700         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5702 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5704         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
5705         (eshell-ls-orig-insert-directory): Remove.
5706         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
5707         (eshell-ls-use-in-dired): Use advice-add/remove.
5708         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5709         Add `orig-fun' arg for use in :around advice.
5710         Make it check (redundantly) eshell-ls-use-in-dired.
5712 2013-09-19  Glenn Morris  <rgm@gnu.org>
5714         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
5716         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
5718         * emacs-lisp/eieio.el (class-parent): Undo previous change.
5720 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
5722         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
5723         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
5724         (tramp-get-remote-python): New defuns.
5725         (tramp-get-remote-uid-with-perl)
5726         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
5727         contributed by yary <not.com@gmail.com> (tiny change).
5728         (tramp-get-remote-uid-with-python)
5729         (tramp-get-remote-gid-with-python): New defuns.  Python code
5730         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
5731         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
5733 2013-09-19  Glenn Morris  <rgm@gnu.org>
5735         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
5737         * eshell/em-unix.el (eshell-remove-entries):
5738         Rename argument to avoid name-clash with global `top-level'.
5740         * eshell/esh-proc.el (eshell-kill-process-function):
5741         Remove eshell-reset-after-proc from eshell-kill-hook if present.
5742         (eshell-reset-after-proc): Remove unused arg `proc'.
5744         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
5745         (directory-files-and-attributes): Mark unused arg.
5747         * eshell/em-unix.el (eshell-remove-entries):
5748         Remove unused arg `path'.  Update callers.
5750         * eshell/em-hist.el (eshell-hist-parse-arguments):
5751         Remove unused arg `silent'.  Update callers.
5753         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
5754         Fix (f)boundp mix-up.
5756         * eshell/em-smart.el (eshell-smart-scroll-window)
5757         (eshell-disable-after-change):
5758         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
5760 2013-09-18  Alan Mackenzie  <acm@muc.de>
5762         Fix fontification of type when followed by "const".
5763         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
5764         "known" types from fontification.
5766 2013-09-18  Glenn Morris  <rgm@gnu.org>
5768         * emacs-lisp/chart.el (x-display-color-cells): Declare.
5769         (chart-face-list): Drop Emacsen without display-color-p.
5771         * net/eww.el (libxml-parse-html-region): Declare.
5772         (eww-display-html): Explicit error if no libxml2 support.
5774         * doc-view.el (doc-view-mode): Silence --without-x compilation.
5776         * image.el (image-type-from-buffer, image-multi-frame-p):
5777         Remove --without-x warning/error.
5779         * mouse.el (mouse-yank-primary):
5780         * term.el (term-mouse-paste):
5781         Reorder to silence --without-x compilation.
5783         * mpc.el (doc-view-mode): Silence --without-x compilation.
5785         * mail/rmailmm.el (rmail-mime-set-bulk-data):
5786         Silence --without-x compilation.
5788         * progmodes/gud.el (gud-find-file, gud-mode):
5789         Silence --without-x compilation.
5790         (tooltip-mode): Declare.
5792         * wdired.el (dired-backup-overwrite): Remove declaration.
5793         (wdired-mode-map): Add doc string.
5795         * custom.el (x-get-resource): Declare.
5797         * eshell/em-glob.el (ange-cache):
5798         * eshell/em-unix.el (ange-cache): Declare.
5800         * faces.el (x-display-list, x-open-connection, x-get-resource):
5801         Declare.
5803         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
5804         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
5805         Declare.
5807         * frame.el (x-display-grayscale-p, x-display-name): Declare.
5809         * net/gnutls.el (gnutls-log-level): Declare.
5811         * net/shr.el (image-size, image-animate): Declare.
5813         * simple.el (font-info): Declare.
5815         * subr.el (x-popup-dialog): Declare.
5817         * term/common-win.el (x-select-enable-primary)
5818         (x-last-selected-text-primary, x-last-selected-text-clipboard):
5819         Declare.
5821         * term/ns-win.el (x-handle-args): Declare.
5823         * term/x-win.el (x-select-enable-clipboard): Declare.
5825         * term/w32-win.el (create-default-fontset): Declare.
5827         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
5828         Declare.
5830         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
5831         (fit-frame-to-buffer): Explicit error if --without-x.
5832         (mouse-autoselect-window-select): Silence compiler.
5834         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
5836         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
5837         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
5838         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
5839         * eshell/esh-util.el (eshell-sublist):
5840         Remove unused local variables.
5842         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
5844         * textmodes/two-column.el: Make 2C-split work for --without-x.
5845         (scroll-bar-columns): Autoload.
5846         (top-level): Require fringe when compiling.
5848 2013-09-18  Leo Liu  <sdl.web@gmail.com>
5850         * subr.el (add-hook): Robustify to handle closure as well.
5852 2013-09-17  Glenn Morris  <rgm@gnu.org>
5854         * simple.el (messages-buffer-mode-map): Unbind "g".
5856 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * help-mode.el (help-mode-finish): Use derived-mode-p.
5859         Remove obsolete highlighting.
5861         * play/life.el (life-mode): Use define-derived-mode.  Derive from
5862         special-mode.
5863         (life): Let-bind inhibit-read-only.
5864         (life-setup): Avoid `setq'.  Use `life-mode'.
5866         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5867         which should not be needed any more.
5868         (package-menu-refresh, package-menu-describe-package): Use user-error.
5870         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5871         (eshell-post-rewrite-command-hook): Make obsolete.
5872         (eshell-parse-command): Simplify.
5873         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5874         (eshell--cmd): Declare.
5875         (eshell-parse-pipeline): Remove unused var `final-p'.
5876         Pass a dynvar to eshell-post-rewrite-command-hook.
5877         Implement the new eshell-post-rewrite-command-function.
5878         (eshell-invoke-directly): Remove unused arg `input'.
5879         * eshell/esh-io.el (eshell-io-initialize):
5880         Use eshell-post-rewrite-command-function (bug#15399).
5881         (eshell--apply-redirections): Rename from eshell-apply-redirections;
5882         adjust to new calling convention.
5883         (eshell-create-handles): Rename args to avoid clashing with dynvar
5884         `standard-output'.
5886 2013-09-17  Glenn Morris  <rgm@gnu.org>
5888         * simple.el (messages-buffer-mode): New major mode.
5889         (messages-buffer): New function.
5890         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5891         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5892         (ert-run-test): Use `messages-buffer' function.
5893         (ert--force-message-log-buffer-truncation): Ignore read-only.
5894         * help.el (view-echo-area-messages): Use `messages-buffer' function.
5895         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5897 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5901         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5903 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * icomplete.el (icomplete-in-buffer): New var.
5906         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5907         vars and replace them with functions.
5908         (icomplete-minibuffer-setup): Adjust accordingly.
5909         (icomplete--completion-table, icomplete--completion-predicate)
5910         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5911         New functions.
5912         (icomplete-forward-completions, icomplete-backward-completions)
5913         (icomplete-simple-completing-p, icomplete-exhibit)
5914         (icomplete-completions): Use them.
5915         (icomplete--in-region-buffer): New var.
5916         (icomplete--in-region-setup): New function.
5917         (icomplete-mode): Use it.
5919         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5920         (bug#15379).
5921         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5922         return args and options.
5923         (eshell-eval-using-options): Use the new return value of
5924         eshell--do-opts to set the options's vars in their scope.
5925         (eshell--set-option): Rename from eshell-set-option.
5926         Add arg `opt-vals'.
5927         (eshell--process-option): Rename from eshell-process-option.
5928         Add arg `opt-vals'.
5929         (eshell--process-args): Use an `opt-vals' alist to store the options's
5930         values during their processing and return them additionally to the
5931         remaining args.
5933 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
5935         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5936         continuation character an operator, as far as indentation is
5937         concerned (Bug#15369).
5939 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
5941         * window.el (window--state-put-2): Don't process buffer state
5942         when buffer doesn't exist any more (Bug#15382).
5944 2013-09-15  Glenn Morris  <rgm@gnu.org>
5946         * eshell/em-unix.el (eshell/rm):
5947         Make -f ignore missing files.  (Bug#15373)
5949         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
5950         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5951         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5953 2013-09-14  Glenn Morris  <rgm@gnu.org>
5955         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5957 2013-09-13  Glenn Morris  <rgm@gnu.org>
5959         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5960         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
5962 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
5964         * frame.el (x-focus-frame): Mark as declared in frame.c.
5966 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5968         * ls-lisp.el: Use advice-add.
5969         (original-insert-directory): Remove.
5970         (ls-lisp--insert-directory): Rename from insert-directory; add
5971         `orig-fun' argument.
5972         (insert-directory): Advise.
5974 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
5976         * term.el (term-emulate-terminal): Decode the command string
5977         before passing it to term-command-hook.  (Bug#15337)
5979 2013-09-13  Glenn Morris  <rgm@gnu.org>
5981         * eshell/esh-util.el (ange-cache): Move declaration earlier.
5983         * eshell/esh-ext.el (eshell-search-path): Declare.
5985         * eshell/em-prompt.el (eshell/pwd): Autoload it.
5986         Otherwise an error occurs if eshell-dirs module not loaded.
5988         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5990 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
5992         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5993         `tramp-check-proper-host'.  Check for a valid method name.
5995         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5996         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5997         * net/tramp-sh.el (tramp-maybe-open-connection):
5998         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6000         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6001         also for hash values.
6003 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * term/ns-win.el (parameters): Don't declare as dynamic.
6006         (before-make-frame-hook): Don't add ineffective function.
6008         * eshell/*.el: Use lexical-binding (bug#15231).
6010 2013-09-12  Kenichi Handa  <handa@gnu.org>
6012         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6014 2013-09-12  Glenn Morris  <rgm@gnu.org>
6016         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6017         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6019         * subr.el (do-after-load-evaluation): Also give compiler warnings
6020         when obsolete files are used (except by obsolete files).
6022         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6023         in the status output, assume `filename' is the first.  (Bug#15322)
6025         * vc/vc.el (vc-deduce-fileset): Doc fix.
6027         * calc/calc-help.el (Info-goto-node):
6028         * progmodes/cperl-mode.el (Info-find-node):
6029         * vc/ediff.el (Info-goto-node): Update declarations.
6031         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6033         * vc/vc-bzr.el (vc-compilation-mode): Declare.
6034         (vc-bzr-pull): Require vc-dispatcher.
6035         * vc/vc-git.el (vc-compilation-mode): Declare.
6036         (vc-git-pull): Require vc-dispatcher.
6038         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6040         * progmodes/octave.el (help-button-action): Declare.
6042         * shell.el (shell-directory-tracker): Output error as a message
6043         rather than just returning it as a string.
6044         (shell-process-pushd): Remove useless use of message.
6046         * dframe.el (dframe-timer-fn):
6047         * files.el (dir-locals-read-from-file):
6048         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6049         (mpc-format):
6050         * reveal.el (reveal-post-command):
6051         * saveplace.el (load-save-place-alist-from-file):
6052         * shell.el (shell-resync-dirs):
6053         * w32-common-fns.el (x-get-selection-value):
6054         * emacs-lisp/copyright.el (copyright-find-copyright):
6055         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6056         * emulation/tpu-edt.el (tpu-copy-keyfile):
6057         * play/bubbles.el (bubbles--mark-neighbourhood):
6058         * progmodes/executable.el
6059         (executable-make-buffer-file-executable-if-script-p):
6060         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6062 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         Cleanup Eshell to rely less on dynamic scoping.
6065         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6066         last-value, and ext-command here.  Bind `args' closer to `body'.
6067         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6068         (eshell--args): Declare new dynamic var.
6069         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
6070         last-value, and ext-command.  Pass `args' to `body'.
6071         (eshell-process-args): Bind eshell--args.
6072         (eshell-set-option): Use eshell--args.
6073         * eshell/eshell.el (eshell): Use derived-mode-p.
6074         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6075         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6076         (eshell-glob-function): Declare.
6077         * eshell/esh-util.el: Require cl-lib.
6078         (eshell-read-hosts-file): Avoid add-to-list.
6079         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6080         `err'.
6081         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6082         Declare.
6083         (eshell/diff): Remove unused var `err'.
6084         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6085         `killflag'.
6086         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6087         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6088         first use.
6089         * eshell/em-glob.el (eshell-glob-matches, message-shown):
6090         Move declaration before first use.
6091         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6092         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6093         rely on cl-return.
6095 2013-09-12  Glenn Morris  <rgm@gnu.org>
6097         * term/ns-win.el (global-map): Remove binding for ispell-next,
6098         deleted 1999-05-29.  (Bug#15357)
6100 2013-09-11  Glenn Morris  <rgm@gnu.org>
6102         * echistory.el (electric-command-history): Remove call to deleted func.
6104         * play/landmark.el (landmark-mode): Fix typos.
6106         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6107         Check cvs-sort-ignore-file is bound.
6109         * savehist.el: No need for cl when compiling on Emacs.
6111 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6114         (bug#15338).
6115         (eshell-self-insert-command, eshell-send-invisible):
6116         Remove unused argument.
6117         (eshell-handle-control-codes): Remove unused var `orig'.
6118         Avoid delete-backward-char.
6120         * files.el (set-auto-mode): Simplify a bit further.
6122 2013-09-11  Glenn Morris  <rgm@gnu.org>
6124         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6125         (set-auto-mode): Don't regexp-quote elements.
6126         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6127         * progmodes/cc-mode.el (interpreter-mode-alist):
6128         * progmodes/ruby-mode.el (interpreter-mode-alist):
6129         Revert previous change.
6131 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * play/snake.el (snake-mode):
6134         * play/mpuz.el (mpuz-mode):
6135         * play/landmark.el (lm-mode):
6136         * play/blackbox.el (blackbox-mode):
6137         * play/5x5.el (5x5-mode):
6138         * obsolete/options.el (Edit-options-mode):
6139         * net/quickurl.el (quickurl-list-mode):
6140         * net/newst-treeview.el (newsticker-treeview-mode):
6141         * mail/rmailsum.el (rmail-summary-mode):
6142         * mail/mspools.el (mspools-mode):
6143         * locate.el (locate-mode):
6144         * ibuffer.el (ibuffer-mode):
6145         * emulation/ws-mode.el (wordstar-mode):
6146         * emacs-lisp/debug.el (debugger-mode):
6147         * array.el (array-mode):
6148         * net/eudc.el (eudc-mode): Use define-derived-mode.
6149         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6150         Move initialization into declaration.
6151         (mairix-searches-mode): Use define-derived-mode.
6152         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6153         (eudc-edit-hotlist): Use dolist.
6154         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6155         (Man-mode): Use define-derived-mode.
6156         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6157         (Info-edit-mode): Use define-derived-mode.
6158         (Info-cease-edit): Use Info-mode.
6159         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6160         into declaration.
6161         (eshell-mode): Use define-derived-mode.
6162         * chistory.el (command-history-mode-map): Rename from
6163         command-history-map.
6164         (command-history-mode): Use define-derived-mode.
6165         (Command-history-setup): Remove function.
6166         * calc/calc.el (calc-trail-mode-map): New var.
6167         (calc-trail-mode): Use define-derived-mode.
6168         (calc-trail-buffer): Set calc-main-buffer manually.
6169         * bookmark.el (bookmark-insert-annotation): New function.
6170         (bookmark-edit-annotation): Use it.
6171         (bookmark-edit-annotation-mode): Make it a proper major mode.
6172         (bookmark-send-edited-annotation): Use derived-mode-p.
6173         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6174         closer to its ideal place.  Use \' to match EOS.
6176         * profiler.el (profiler-calltree-find): Use function-equal.
6178 2013-09-10  Glenn Morris  <rgm@gnu.org>
6180         * files.el (interpreter-mode-alist): Convert to regexps.
6181         (set-auto-mode): Adapt for this.  (Bug#15306)
6182         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6183         Comment out unused variable.
6184         * progmodes/cc-mode.el (interpreter-mode-alist):
6185         * progmodes/python.el (interpreter-mode-alist):
6186         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6187         * progmodes/sh-script.el (sh-set-shell):
6188         No longer use interpreter-mode-alist to get list of shells.
6190         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6192 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6194         * simple.el: Use set-temporary-overlay-map for universal-argument.
6195         (universal-argument-map): Don't use default-bindings (bug#15317).
6196         Bind switch-frame explicitly.  Replace universal-argument-minus with
6197         a conditional binding.
6198         (universal-argument-num-events, saved-overriding-map): Remove.
6199         (restore-overriding-map): Remove.
6200         (universal-argument--mode): Rename from save&set-overriding-map,
6201         and rewrite.
6202         (universal-argument, universal-argument-more, negative-argument)
6203         (digit-argument): Adjust accordingly.
6204         (universal-argument-minus): Remove.
6205         (universal-argument-other-key): Remove.
6207         * subr.el (with-demoted-errors): Add `format' argument.
6209 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
6211         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
6212         `tramp-cleanup-connection'.
6214         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6215         parameters KEEP-DEBUG and KEEP-PASSWORD.
6217         * net/tramp.el (tramp-file-name-handler):
6218         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6219         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6220         (tramp-maybe-open-connection):
6221         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6222         Use `tramp-cleanup-connection'.
6224         * net/tramp-sh.el (tramp-maybe-open-connection):
6225         Catch 'uname-changed inside the progress reporter.
6227 2013-09-10  Glenn Morris  <rgm@gnu.org>
6229         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
6231         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6232         returns "alternate access method" in mode (eg "-rw-r--r--.").
6234 2013-09-08  Glenn Morris  <rgm@gnu.org>
6236         * saveplace.el (load-save-place-alist-from-file):
6237         Demote errors.  (Bug#15305)
6239 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
6241         Improve compatibility with older Emacsen, and XEmacs.
6243         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6244         only if it is bound.  It isn't for XEmacs.
6245         (with-tramp-progress-reporter): Do not let-bind `result'.
6246         This yields to scoping errors in XEmacs.
6247         (tramp-handle-make-auto-save-file-name): New function, moved from
6248         tramp-sh.el.
6250         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6251         for `make-auto-save-file-name'.
6252         (tramp-adb--gnu-switches-to-ash):
6253         Use `tramp-compat-replace-regexp-in-string'.
6255         * net/tramp-cache.el (tramp-cache-print): Call
6256         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
6258         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6259         bound.  It isn't for XEmacs.
6261         * net/tramp-compat.el (tramp-compat-copy-file):
6262         Catch `wrong-number-of-arguments' error.
6263         (tramp-compat-replace-regexp-in-string): New defun.
6265         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6266         for `make-auto-save-file-name'.
6267         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6268         `copy-file'.
6269         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6270         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6271         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6273         * net/tramp-gw.el (tramp-gw-open-network-stream):
6274         Use `tramp-compat-replace-regexp-in-string'.
6276         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6277         Call `tramp-handle-make-auto-save-file-name'.
6278         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6279         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6280         (tramp-sh-file-inotifywait-process-filter):
6281         Use `tramp-compat-replace-regexp-in-string'.
6282         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6284         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6285         for `make-auto-save-file-name'.
6286         (tramp-smb-handle-copy-directory):
6287         Call `tramp-compat-replace-regexp-in-string'.
6288         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6289         (tramp-smb-handle-copy-file): Improve error message.
6290         (tramp-smb-handle-rename-file): Rename directly only in case
6291         `newname' does not exist yet.  This is a restriction of smbclient.
6292         (tramp-smb-maybe-open-connection): Rerun the function only when
6293         `auth-sources' is non-nil.
6295 2013-09-08  Kenichi Handa  <handa@gnu.org>
6297         * international/characters.el: Set category "^" (Combining) for
6298         more characters.
6300 2013-09-07  Alan Mackenzie  <acm@muc.de>
6302         Correctly fontify Java class constructors.
6303         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6304         in Java Mode.
6305         (c-recognize-typeless-decls): Set the Java value to t.
6306         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6307         While handling a "(", add a check for, effectively, Java, and handle a
6308         "typeless" declaration there.
6310 2013-09-07  Roland Winkler  <winkler@gnu.org>
6312         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6313         field subtitle for entry type book.
6315 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6317         * minibuffer.el: Make minibuffer-complete call completion-in-region
6318         rather than other way around.
6319         (completion--some, completion-pcm--find-all-completions):
6320         Don't delay signals when debugging.
6321         (minibuffer-completion-contents): Beware fields within the
6322         minibuffer contents.
6323         (completion-all-sorted-completions): Use defvar-local.
6324         (completion--do-completion, completion--cache-all-sorted-completions)
6325         (completion-all-sorted-completions, minibuffer-force-complete):
6326         Add args `beg' and `end'.
6327         (completion--in-region-1): New fun, extracted from minibuffer-complete.
6328         (minibuffer-complete): Use completion-in-region.
6329         (completion-complete-and-exit): New fun, extracted from
6330         minibuffer-complete-and-exit.
6331         (minibuffer-complete-and-exit): Use it.
6332         (completion--complete-and-exit): Rename from
6333         minibuffer--complete-and-exit.
6334         (completion-in-region--single-word): New function, extracted from
6335         minibuffer-complete-word.
6336         (minibuffer-complete-word): Use it.
6337         (display-completion-list): Make `common-substring' argument obsolete.
6338         (completion--in-region): Call completion--in-region-1 instead of
6339         minibuffer-complete.
6340         (completion-help-at-point): Pass boundaries to
6341         minibuffer-completion-help as args rather than via an overlay.
6342         (completion-pcm--string->pattern): Use `any-delim'.
6343         (completion-pcm--optimize-pattern): New function.
6344         (completion-pcm--pattern->regex): Handle `any-delim'.
6345         * icomplete.el (icomplete-forward-completions)
6346         (icomplete-backward-completions, icomplete-completions):
6347         Adjust calls to completion-all-sorted-completions and
6348         completion--cache-all-sorted-completions.
6349         (icomplete-with-completion-tables): Default to t.
6350         * emacs-lisp/crm.el (crm--current-element): Rename from
6351         crm--select-current-element.  Don't put an overlay but return the
6352         boundaries instead.
6353         (crm--completion-command): Take two new args to bind to the boundaries.
6354         (crm-completion-help): Adjust accordingly.
6355         (crm-complete): Use completion-in-region.
6356         (crm-complete-word): Use completion-in-region--single-word.
6357         (crm-complete-and-exit): Use completion-complete-and-exit.
6359 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6362         than dynamically.
6364 2013-09-06  Juri Linkov  <juri@jurta.org>
6366         * info.el (Info-display-images-node): When image file doesn't exist
6367         display text version of the image if it's provided in the Info file.
6368         Otherwise, display the location of missing image from SRC attribute.
6369         Add help-echo text property from ALT attribute.  (Bug#15279)
6371 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6374         (edit-abbrevs-mode): Use define-derived-mode.
6376         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6377         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6378         that it's defined.
6379         (epa-key-list-mode, epa-key-mode, epa-info-mode):
6380         Use define-derived-mode.
6382         * epg.el (epg-start-encrypt): Minor CSE simplification.
6384 2013-09-06  William Xu  <william.xwl@gmail.com>
6386         * arc-mode.el: Add support for 7za (bug#15264).
6387         (archive-7z-program): New var.
6388         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6389         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6390         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6392 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
6394         Remove URL syntax.
6396         * net/tramp.el (tramp-syntax, tramp-prefix-format)
6397         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6398         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6399         (tramp-postfix-host-format, tramp-file-name-regexp)
6400         (tramp-completion-file-name-regexp)
6401         (tramp-completion-dissect-file-name)
6402         (tramp-handle-substitute-in-file-name): Remove 'url case.
6403         (tramp-file-name-regexp-url)
6404         (tramp-completion-file-name-regexp-url): Remove constants.
6406 2013-09-06  Glenn Morris  <rgm@gnu.org>
6408         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
6410 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
6412         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6413         keywords" below "here-doc beginnings" (Bug#15270).
6415 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * subr.el (pop): Use `car-safe'.
6418         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6419         to detect unused `pop' return value.
6421         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6422         var `block-regexp'.
6423         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6424         (python-fill-string): Remove unused var `marker'.
6425         (python-skeleton-add-menu-items): Remove unused var `items'.
6427         * international/mule-cmds.el: Require CL.
6428         (find-coding-systems-for-charsets): Avoid add-to-list.
6429         (sanitize-coding-system-list): New function, extracted from
6430         select-safe-coding-system-interactively.
6431         (select-safe-coding-system-interactively): Use it.
6432         (read-input-method-name): Accept symbols for `default'.
6434         * emacs-lisp/advice.el (defadvice): Add indent rule.
6436 2013-09-05  Daniel Hackney  <dan@haxney.org>
6438         * dired-x.el:
6439         * net/ange-ftp.el:
6440         * net/browse-url.el:
6441         * net/dbus.el:
6442         * net/eudc.el:
6443         * net/eudcb-ldap.el:
6444         * net/eww.el:
6445         * net/imap.el:
6446         * printing.el:
6447         * vc/ediff-diff.el:
6448         * vc/ediff-init.el:
6449         * vc/ediff-merg.el:
6450         * vc/ediff-mult.el:
6451         * vc/ediff-util.el:
6452         * vc/ediff-wind.el:
6453         * vc/ediff.el:
6454         * vc/emerge.el:
6455         * vc/pcvs.el:
6456         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6457         byte compiler.  Remove some unused let-bound variables.
6459 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6462         a "ref-cell", since it gets better optimized (bug#14883).
6464 2013-09-05  Glenn Morris  <rgm@gnu.org>
6466         * progmodes/cc-awk.el (c-forward-sws): Declare.
6468 2013-09-04  Glenn Morris  <rgm@gnu.org>
6470         * generic-x.el [rul-generic-mode]: Require cc-mode.
6471         (c++-mode-syntax-table): Declare.
6472         (rul-generic-mode-syntax-table): Init in the defvar.
6474 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6477         (vc-do-command, vc-set-async-update):
6478         * vc/vc-mtn.el (vc-mtn-dir-status):
6479         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6480         (vc-hg-pull, vc-hg-merge-branch):
6481         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6482         (vc-git-merge-branch):
6483         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6484         (vc-cvs-dir-status-files):
6485         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6486         (vc-bzr-dir-status-files):
6487         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6488         * vc/vc-annotate.el: Use lexical-binding.
6489         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6490         (vc-sentinel-movepoint): Declare.
6491         (vc-annotate): Don't use `goto-line'.
6492         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6493         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6494         (vc-sentinel-movepoint): Declare.
6495         * vc/vc-svn.el: Use lexical-binding.
6496         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6497         * vc/vc-sccs.el:
6498         * vc/vc-rcs.el: Use lexical-binding.
6500         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6501         `deleted'.  Don't drop errors silently.
6503         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6505 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6507         * vc/vc.el (vc-ignore): Rewrite.
6508         (vc-default-ignore): New function.
6509         (vc-default-ignore-completion-table): Use find-ignore-file.
6511         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6512         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6513         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6514         Remove.  Most code moved to vc.el.
6516 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6518         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6519         * net/tramp-smb.el (tramp-smb-get-file-entries):
6520         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6521         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6523         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6524         Update call to it.
6525         (eww-change-select): Remove unused var `properties'.
6526         (eww-make-unique-file-name): Remove unused var `base'.
6528         * finder.el (finder-compile-keywords): Don't mess with windows.
6530         * calculator.el (calculator-funcall): Fix typo in last change.
6532         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6534         * emacs-lisp/package.el (package-activate-1): Don't let a missing
6535         <pkg>-autoloads.el file stop us.
6537         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6538         warnings, and factor out common code.
6540 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
6542         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6543         two-character operators and whether the character preceding them
6544         changes their meaning (Bug#15208).
6546 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6548         Format code sent to Python shell for robustness.
6549         * progmodes/python.el (python-shell-buffer-substring):
6550         New function.
6551         (python-shell-send-region, python-shell-send-buffer): Use it.
6553 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
6555         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6556         * net/tramp.el (tramp-user-error): ... here.
6557         (tramp-find-method, tramp-check-proper-host)
6558         (tramp-dissect-file-name, tramp-debug-message)
6559         (tramp-handle-shell-command):
6560         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6561         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6563         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6565 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
6567         * avoid.el (mouse-avoidance-point-position)
6568         (mouse-avoidance-too-close-p): Handle case where posn-at-point
6569         returns nil.
6571 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6573         * progmodes/python.el (python-shell-completion-get-completions):
6574         Drop use of deleted `comint-last-prompt-overlay'.
6575         (python-nav-if-name-main): New command.
6577 2013-09-01  Glenn Morris  <rgm@gnu.org>
6579         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6580         Avoid leading space in $wins.  Otherwise the sed command used by
6581         eg compile-main ends up containing "/*.el".  (Bug#15170)
6583         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
6585 2013-08-30  Glenn Morris  <rgm@gnu.org>
6587         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6588         Fix is-this-a-directory logic.  (Bug#15220)
6590 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * textmodes/css-mode.el: Use SMIE.
6593         (css-smie-grammar): New var.
6594         (css-smie--forward-token, css-smie--backward-token)
6595         (css-smie-rules): New functions.
6596         (css-mode): Use them.
6597         (css-navigation-syntax-table): Remove var.
6598         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6599         (css-indent-calculate, css-indent-line): Remove functions.
6601         Misc changes to reduce use of `(lambda...); and other cleanups.
6602         * cus-edit.el: Use lexical-binding.
6603         (customize-push-and-save, customize-apropos)
6604         (custom-buffer-create-internal): Use closures.
6605         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6606         * progmodes/ada-xref.el: Use setq.
6607         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6608         * dframe.el: Use lexical-binding.
6609         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
6610         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6611         * descr-text.el: Use lexical-binding.
6612         (describe-text-widget, describe-text-sexp, describe-property-list):
6613         Use closures.
6614         * comint.el (comint-history-isearch-push-state): Use a closure.
6615         * calculator.el: Use lexical-binding.
6616         (calculator-number-to-string): Make it work with lexical-binding.
6617         (calculator-funcall): Same and use cl-letf.
6619         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6620         (lisp--company-doc-string, lisp--company-location): New functions.
6621         (lisp-completion-at-point): Use them to improve Company support.
6623         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6624         params of lambda expressions.
6625         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6626         (ruby-smie--opening-pipe-p): New function.
6627         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6628         symbols and matched |...| for formal params.
6629         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6630         from being treated as hanging.  Handle "rescue".
6632 2013-08-29  Glenn Morris  <rgm@gnu.org>
6634         * progmodes/cc-engine.el (c-pull-open-brace):
6635         Move definition before use.
6637 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6639         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6640         are immutable.  Don't use `unsafe' any more.
6641         (cl--defsubst-expand): Don't substitute at the same time as keeping
6642         a residual unused let-binding.  Don't use `unsafe' any more.
6644 2013-08-29  Glenn Morris  <rgm@gnu.org>
6646         * calendar/cal-china.el (calendar-chinese-year-cache):
6647         Recenter on 2015.
6649         * nxml/nxml-util.el (nxml-debug-clear-inside):
6650         Use cl-loop rather than loop.
6652         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6654         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6656 2013-08-28  Glenn Morris  <rgm@gnu.org>
6658         * progmodes/antlr-mode.el: No need to require cc-mode twice.
6660         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6662         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6664 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * simple.el (repeat-complex-command--called-interactively-skip):
6667         New function.
6668         (repeat-complex-command): Use it (bug#14136).
6670         * progmodes/cc-mode.el: Minor cleanup of var declarations.
6671         (c-define-abbrev-table): Add `doc' argument.
6672         (c-mode-abbrev-table, c++-mode-abbrev-table)
6673         (objc-mode-abbrev-table, java-mode-abbrev-table)
6674         (idl-mode-abbrev-table, pike-mode-abbrev-table)
6675         (awk-mode-abbrev-table): Use it.
6676         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6677         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6678         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6679         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6680         Move initialization into the declaration; and remove any
6681         autoload cookie.
6683         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6684         and dynamic let binding.
6686         * vc/smerge-mode.el: Remove redundant :group args.
6688         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6689         to load-path.
6691 2013-08-28  Juri Linkov  <juri@jurta.org>
6693         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6694         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6695         (isearch-other-meta-char): Handle an undefined shifted printing
6696         character by downshifting it.  (Bug#15200)
6698 2013-08-28  Juri Linkov  <juri@jurta.org>
6700         * isearch.el (isearch-search): Change regexp error message for
6701         non-regexp searches.  (Bug#15166)
6703 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6705         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6706         for portability to hosts where /bin/sh has problems.
6708 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6710         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6712 2013-08-27  Juri Linkov  <juri@jurta.org>
6714         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6715         in the keyboard macro.  (Bug#15126)
6717 2013-08-27  Juri Linkov  <juri@jurta.org>
6719         * isearch.el (isearch-quote-char): Comment out converting unibyte
6720         to multibyte, thus syncing with its `quoted-insert' counterpart.
6721         (Bug#15166)
6723 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
6725         * window.el (display-buffer-use-some-window): Add missing
6726         argument in call of get-largest-window (Bug#15185).
6727         Reported by Stephen Leake.
6729 2013-08-27  Glenn Morris  <rgm@gnu.org>
6731         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
6733 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6735         * progmodes/python.el (python-font-lock-keywords): Don't return nil
6736         from a matcher-function unless there's no more matches (bug#15161).
6738 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6740         * minibuffer.el: Revert change from 2013-08-20.
6742         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
6743         with text property `tramp-default', if appropriate.
6744         (tramp-check-proper-host): New defun.
6745         (tramp-dissect-file-name): Do not check hostname.  Revert change
6746         of 2013-03-18.
6747         (tramp-backtrace): Make VEC-OR-PROC optional.
6749         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6750         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6751         * net/tramp-sh.el (tramp-maybe-open-connection):
6752         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6753         Apply `tramp-check-proper-host'.
6755 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
6757         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
6758         lambda expression in order to have `describe-variable' display it.
6760 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
6762         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
6763         BUF can be optional.  (Bug#15186)
6765 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
6767         * progmodes/flymake.el (flymake-get-real-file-name-function):
6768         Fix broken customization.  (Bug#15184)
6770 2013-08-25  Alan Mackenzie  <acm@muc.de>
6772         Improve indentation of bracelists defined by macros (without "=").
6774         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
6775         expansion begins with "{", regard it as bracelist when it doesn't
6776         contain a ";".
6778         Parse C++ inher-intro when there's a template split over 2 lines.
6780         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
6781         rigorously the search for "class" etc. followed by ":".
6783         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
6784         random languages a regexp which never matches rather than nil.
6786         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
6788         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
6789         (c-awk-regexp-one-line-possibly-open-char-list-re)
6790         (c-awk-one-line-possibly-open-regexp-re)
6791         (c-awk-one-line-non-syn-ws*-re): Remove.
6792         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
6793         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
6794         (c-awk-space*-unclosed-regexp-/-re): New constants.
6795         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
6796         aren't regexp delimiters.
6798         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
6799         handling for a rare situation in AWK Mode involving unterminated
6800         strings/regexps.
6802 2013-08-23  Glenn Morris  <rgm@gnu.org>
6804         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
6806         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
6808         * files.el (create-file-buffer): If the result would begin with
6809         spaces, prepend a "|" instead of removing them.  (Bug#15162)
6811 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6813         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
6814         text-properties (bug#15155).
6816         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
6817         exist any more.
6818         (calc-keypad-redraw): Remove unused var `pad'.
6819         (calc-keypad-press): Remove unused var `menu'.
6821 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
6823         * window.el (display-buffer-pop-up-frame):
6824         Call pop-up-frame-function with BUFFER current so `make-frame' will
6825         use it as the new frame's buffer (Bug#15133).
6827 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6829         * calendar/timeclock.el: Minor cleanups.
6830         (timeclock-ask-before-exiting, timeclock-use-display-time):
6831         Use `symbol'.
6832         (timeclock-modeline-display): Define as alias before the
6833         actual definition.
6834         (timeclock-mode-line-display): Use define-minor-mode.
6835         (timeclock-day-list-template): Make it a function, add an argument.
6836         (timeclock-day-list-required, timeclock-day-list-length)
6837         (timeclock-day-list-debt, timeclock-day-list-span)
6838         (timeclock-day-list-break): Adjust calls accordingly.
6840 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6842         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
6843         Use read--expression so that completion works again.
6845 2013-08-21  Sam Steingold  <sds@gnu.org>
6847         Add rudimentary inferior shell interaction
6848         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
6849         (sh-set-shell): Reset it.
6850         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
6851         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6853 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         * align.el: Use lexical-binding.
6856         (align-region): Simplify accordingly.
6858 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
6860         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6862         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6863         `non-essential' up.
6865 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
6867         * net/tramp.el:
6868         * net/tramp-adb.el:
6869         * net/tramp-cmds.el:
6870         * net/tramp-ftp.el:
6871         * net/tramp-gvfs.el:
6872         * net/tramp-gw.el:
6873         * net/tramp-sh.el: Don't wrap external variable declarations by
6874         `eval-when-compile'.
6876 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6878         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6879         now that Emacs supports ImageMagick animations.
6881 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
6883         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6884         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6886 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
6888         * window.el (mouse-autoselect-window-select): Do autoselect when
6889         mouse pointer is on margin.
6891 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
6893         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
6895 2013-08-16  Glenn Morris  <rgm@gnu.org>
6897         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6898         Handle "Remote Directory" response of some clients.  (Bug#15058)
6900         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6901         Tweak warning.  (Bug#14926)
6903         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6904         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
6906         * image-mode.el (image-mode-map): Add menu items to reverse,
6907         increase, decrease, reset animation speed.
6908         (image--set-speed, image-increase-speed, image-decrease-speed)
6909         (image-reverse-speed, image-reset-speed): New functions.
6910         (image-mode-map): Add bindings for speed commands.
6912         * image.el (image-animate-get-speed, image-animate-set-speed):
6913         New functions.
6914         (image-animate-timeout): Respect image :speed property.
6916 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6919         previous line (bug#15101).
6920         (debugger-eval-expression, debugger-record-expression):
6921         Use read--expression (bug#15102).
6923 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
6925         Remove byte compiler warnings, visible when compiling with
6926         `byte-compile-force-lexical-warnings' set to t.
6928         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6929         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6930         (tramp-handle-unhandled-file-name-directory)
6931         (tramp-handle-file-notify-add-watch, tramp-action-login)
6932         (tramp-action-succeed, tramp-action-permission-denied)
6933         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6934         arguments with "_".
6936         * net/tramp-adb.el (tramp-adb-parse-device-names)
6937         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6938         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6939         (tramp-adb-handle-file-truename): Remove unused arguments.
6941         * net/tramp-cache.el (tramp-flush-directory-property)
6942         (tramp-flush-connection-property, tramp-list-connections)
6943         (tramp-parse-connection-properties): Prefix unused arguments with "_".
6945         * net/tramp-compat.el (tramp-compat-make-temp-file):
6946         Rename FILENAME to F.
6948         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6949         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6950         (tramp-zeroconf-parse-workstation-device-names)
6951         (tramp-zeroconf-parse-webdav-device-names)
6952         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6954         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6955         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6957         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6958         arguments.
6959         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6960         (tramp-sh-handle-insert-file-contents-literally)
6961         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6962         with "_".
6963         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6964         Remove unused variables.
6966         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6967         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6968         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6970         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6971         Make them a defconst.
6972         (tramp-uuencode-region): Remove unused variable.
6974 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
6976         * frameset.el (frameset--prop-setter): New function.
6977         (frameset-prop): Add gv-setter declaration.
6978         (frameset-filter-minibuffer): Deal with the case that the minibuffer
6979         parameter was already set in FILTERED.  Doc fix.
6980         (frameset--record-minibuffer-relationships): Allow saving a
6981         minibufferless frame without its corresponding minibuffer frame.
6982         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6983         frame, if the frame id matches.
6984         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6985         frames before orphaned ones.
6986         (frameset-restore): Warn about orphaned windows, instead of error out.
6988 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
6990         * window.el (window-make-atom): Don't overwrite parameter
6991         already present.
6992         (display-buffer-in-atom-window): Handle special case where we
6993         split an already atomic window.
6994         (window--major-non-side-window, display-buffer-in-side-window)
6995         (window--side-check): Ignore minibuffer window when walking
6996         window tree.
6997         (window-deletable-p): Return 'frame only if no other frame uses
6998         our minibuffer window.
6999         (record-window-buffer): Run buffer-list-update-hook.
7000         (split-window): Make sure window--check-frame won't destroy an
7001         existing atomic window in case the new window gets nested
7002         inside.
7003         (display-buffer-at-bottom): Ignore minibuffer window when
7004         walking window tree.  Don't split a side window.
7005         (pop-to-buffer): Don't set-buffer here, the select-window call
7006         should do that.
7007         (mouse-autoselect-window-select): Autoselect only if we are in the
7008         text portion of the window.
7010 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012         * net/shr.el (shr-parse-image-data): New function to grab both the
7013         data itself and the Content-Type.
7014         (shr-put-image): Use it.
7016         * net/eww.el (eww-display-image): Ditto.
7018         * image.el (image-content-type-suffixes): New variable.
7020 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7022         * progmodes/python.el (python-imenu--build-tree)
7023         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7025 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
7027         * simple.el (backward-word): Mention the optional argument.
7029 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7031         * frameset.el (frameset--make): Rename constructor from make-frameset.
7032         (frameset-p, frameset-valid-p): Don't autoload.
7033         (frameset-valid-p): Use normal accessors.
7035 2013-08-13  Glenn Morris  <rgm@gnu.org>
7037         * progmodes/compile.el (compile-command): Tweak example in doc.
7038         * obsolete/scribe.el (scribe-mode):
7039         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
7041         * mail/feedmail.el (feedmail-confirm-outgoing)
7042         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7044         * cus-start.el (truncate-partial-width-windows): Fix type.
7046         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7048         * net/shr.el (shr-table-horizontal-line): Fix custom type.
7050 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * emacs-lisp/timer.el (timer--time-setter): New function.
7053         (timer--time): Use it as gv-setter.
7055         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7056         setter is not a symbol.
7058 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
7060         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7061         if sending fails.  This makes debugging easier.
7063 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
7065         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7066         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7067         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7069 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
7071         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7073 2013-08-12  Glenn Morris  <rgm@gnu.org>
7075         * format.el (format-annotate-function):
7076         Handle read-only text properties in the source.  (Bug#14887)
7078 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7080         * net/eww.el (eww-display-html): Ignore coding system errors.
7081         One web site uses "utf-8lias" as the coding system.
7083 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
7085         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7087 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
7089         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7090         (tutorial--detailed-help): Remove unused local variables.
7091         (tutorial--save-tutorial-to): Use ignore-errors.
7092         (help-with-tutorial): Use looking-at-p.
7094         * view.el (view-buffer-other-window, view-buffer-other-frame):
7095         Mark unused arguments.
7097         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7098         (woman-select-symbol-fonts, woman, woman-find-file)
7099         (woman-insert-file-contents, woman-non-underline-faces):
7100         Use string-match-p.
7101         (woman1-unquote): Move declaration.
7103         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7104         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
7105         argument.  Remove unused local variable.
7106         (xml-parse-elem-type): Use string-match-p.
7107         (xml-substitute-numeric-entities): Use ignore-errors.
7109         * calculator.el (calculator): Mark unused argument.
7110         (calculator-paste, calculator-quit, calculator-integer-p):
7111         Use ignore-errors.
7112         (calculator-string-to-number, calculator-decimal, calculator-exp)
7113         (calculator-op-or-exp): Use string-match-p.
7115         * dired.el (dired-buffer-more-recently-used-p): Declare.
7116         (dired-insert-set-properties, dired-insert-old-subdirs):
7117         Use ignore-errors.
7119         * dired-aux.el (dired-compress): Use ignore-errors.
7120         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7121         (dired-do-async-shell-command, dired-do-shell-command)
7122         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7123         (dired-insert-subdir-validate): Use string-match-p.
7124         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7125         (dired-add-entry): Use string-match-p, looking-at-p.
7126         (dired-insert-subdir-newpos): Remove unused local variable.
7128         * filenotify.el (file-notify-callback): Remove unused local variable.
7130         * filesets.el (filesets-error): Mark unused argument.
7131         (filesets-which-command-p, filesets-filter-dir-names)
7132         (filesets-directory-files, filesets-get-external-viewer)
7133         (filesets-ingroup-get-data): Use string-match-p.
7135         * find-file.el (ff-other-file-name, ff-other-file-name)
7136         (ff-find-the-other-file, ff-cc-hh-converter):
7137         Remove unused local variables.
7138         (ff-get-file-name): Use string-match-p.
7139         (ff-all-dirs-under): Use ignore-errors.
7141         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7142         (follow-select-if-visible): Remove unused local variable.
7144         * forms.el (read-file-filter): Move declaration.
7145         (forms--make-format, forms--make-parser, forms-insert-record):
7146         Quote function with #'.
7147         (forms--update): Use string-match-p.  Quote function with #'.
7149         * help-mode.el (help-dir-local-var-def): Mark unused argument.
7150         (help-make-xrefs): Use looking-at-p.
7151         (help-xref-on-pp): Use looking-at-p, ignore-errors.
7153         * ibuffer.el (ibuffer-ext-visible-p): Declare.
7154         (ibuffer-confirm-operation-on): Use string-match-p.
7156         * msb.el (msb-item-handler, msb-dired-item-handler):
7157         Mark unused arguments.
7159         * ses.el (ses-decode-cell-symbol)
7160         (ses-kill-override): Remove unused local variable.
7161         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7162         (ses-load): Use ignore-errors, looking-at-p.
7163         (ses-jump-safe): Use ignore-errors.
7164         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7166         * tabify.el (untabify, tabify): Mark unused arguments.
7168         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7169         Mark unused argument.
7170         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7171         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7173         * emacs-lisp/timer.el (timer--time): Define setter with
7174         gv-define-setter to avoid deprecation warning.
7176         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7177         (*record-cmpl-statistics-p*): Remove (was commented out).
7178         (cmpl-statistics-block): Remove (body was commented out).
7179         All callers changed.
7180         (add-completions-from-buffer, load-completions-from-file):
7181         Remove unused variables.
7183 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7185         * filecache.el (file-cache-delete-file-list):
7186         Print message only when told so.
7187         (file-cache-files-matching): Use #' in mapconcat argument.
7189         * ffap.el (ffap-url-at-point): Fix reference to variable
7190         thing-at-point-default-mail-uri-scheme.
7192 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7194         * subr.el (define-error): New function.
7195         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7196         error-file-not-found and define with define-error.
7197         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7198         and define with define-error.
7199         * userlock.el (file-locked, file-supersession):
7200         * simple.el (mark-inactive):
7201         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7202         * progmodes/ada-mode.el (ada-mode-errors):
7203         * play/life.el (life-extinct):
7204         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7205         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7206         * nxml/rng-util.el (rng-error):
7207         * nxml/rng-uri.el (rng-uri-error):
7208         * nxml/rng-match.el (rng-compile-error):
7209         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7210         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7211         * nxml/nxml-rap.el (nxml-scan-error):
7212         * nxml/nxml-outln.el (nxml-outline-error):
7213         * net/soap-client.el (soap-error):
7214         * net/gnutls.el (gnutls-error):
7215         * net/ange-ftp.el (ftp-error):
7216         * mpc.el (mpc-proc-error):
7217         * json.el (json-error, json-readtable-error, json-unknown-keyword)
7218         (json-number-format, json-string-escape, json-string-format)
7219         (json-key-format, json-object-format):
7220         * jka-compr.el (compression-error):
7221         * international/quail.el (quail-error):
7222         * international/kkc.el (kkc-error):
7223         * emacs-lisp/ert.el (ert-test-failed):
7224         * calc/calc.el (calc-error, inexact-result, math-overflow)
7225         (math-underflow):
7226         * bookmark.el (bookmark-error-no-filename):
7227         * epg.el (epg-error): Define with define-error.
7229         * time.el (display-time-event-handler)
7230         (display-time-next-load-average): Don't call sit-for since it seems
7231         unnecessary (bug#15045).
7233         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7234         Use #' instead of ' to quote functions.
7235         (checkdoc-output-mode): Use setq-local.
7236         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7237         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7238         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7239         (checkdoc-ispell, checkdoc-ispell-current-buffer)
7240         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7241         (checkdoc-ispell-message-text, checkdoc-ispell-start)
7242         (checkdoc-ispell-continue, checkdoc-ispell-comments)
7243         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7245         * ido.el (ido-completion-help): Fix up compiler warning.
7247 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7249         * frameset.el (frameset-p): Add autoload cookie.
7250         (frameset--jump-to-register): New function, based on code moved from
7251         register.el.
7252         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
7254         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7255         (frameset-restore, frameset-save, frameset-session-filter-alist):
7256         Remove declarations.
7257         (register-alist): Doc fix.
7258         (frameset-to-register): Move to frameset.el.
7259         (jump-to-register, describe-register-1): Remove frameset-specific code.
7261 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7263         * allout-widgets.el (allout-widgets-pre-command-business)
7264         (allout-widgets-post-command-business)
7265         (allout-widgets-after-change-handler)
7266         (allout-decorate-item-and-context, allout-set-boundary-marker)
7267         (allout-body-modification-handler)
7268         (allout-graphics-modification-handler): Mark ignored arguments.
7269         (allout-widgets-post-command-business)
7270         (allout-widgets-exposure-change-processor)
7271         (allout-widgets-exposure-undo-processor)
7272         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7273         (allout-parse-item-at-point, allout-decorate-item-guides)
7274         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7275         * allout.el (epa-passphrase-callback-function): Declare.
7276         (allout-overlay-insert-in-front-handler)
7277         (allout-overlay-interior-modification-handler)
7278         (allout-isearch-end-handler, allout-chart-siblings)
7279         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7280         (allout-yank-processing, allout-process-exposed)
7281         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7282         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7283         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7284         (lisp-indent-defform): Mark ignored arguments.
7285         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
7286         (calculate-lisp-indent): Remove unused variables.
7287         * international/characters.el (indian-2-column, arabic-2-column)
7288         (tibetan): Mark ignored arguments.
7289         (use-cjk-char-width-table): Mark ignored arguments.
7290         Remove unused variables.
7291         * international/fontset.el (build-default-fontset-data)
7292         (x-compose-font-name, create-fontset-from-fontset-spec):
7293         Mark ignored arguments.
7294         (fontset-plain-name): Remove unused variables.
7295         * international/mule.el (charset-id, charset-bytes, generic-char-p)
7296         (keyboard-coding-system): Mark ignored arguments.
7297         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
7298         * help.el (resize-temp-buffer-window):
7299         * window.el (display-buffer-in-major-side-window)
7300         (display-buffer-in-side-window, display-buffer-in-previous-window):
7301         Remove unused variables.
7302         * isearch.el (isearch-forward-symbol):
7303         * version.el (emacs-bzr-version-bzr):
7304         * international/mule-cmds.el (current-language-environment):
7305         * term/common-win.el (x-handle-iconic, x-handle-geometry)
7306         (x-handle-display):
7307         * term/pc-win.el (x-list-fonts, x-display-planes)
7308         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7309         (x-server-version, x-display-screens, x-display-mm-height)
7310         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7311         (x-selection-owner-p, x-own-selection-internal)
7312         (x-disown-selection-internal, x-get-selection-internal)
7313         (msdos-initialize-window-system):
7314         * term/tty-colors.el (tty-color-alist, tty-color-clear):
7315         * term/x-win.el (x-handle-no-bitmap-icon):
7316         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7317         (vc-default-find-file-hook, vc-default-extra-menu):
7318         Mark ignored arguments.
7320 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7322         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7323         break-condition in the context of the debugged code (bug#12685).
7325 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
7327         * comint.el:
7328         Do not use an overlay to highlight the last prompt.  (Bug#14744)
7329         (comint-mode): Make comint-last-prompt buffer local.
7330         (comint-last-prompt): New variable.
7331         (comint-last-prompt-overlay): Remove.  Superseded by
7332         comint-last-prompt.
7333         (comint-snapshot-last-prompt, comint-output-filter):
7334         Use comint-last-prompt.
7336 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7338         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
7339         (frameset-save): Check validity of the resulting frameset.
7341 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
7343         * ido.el (ido-record-command): Add doc string.
7345 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7347         * frameset.el (frameset): Do not disable creation of the default
7348         frameset-p predicate.  Doc fix.
7349         (frameset-valid-p): New function, copied from the old predicate-p.
7350         Add additional checks.
7351         (frameset-restore): Check with frameset-valid-p.
7352         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7353         (frameset-name, frameset-description, frameset-properties)
7354         (frameset-states): Add docstring.
7355         (frameset-session-filter-alist, frameset-persistent-filter-alist)
7356         (frameset-filter-alist): Doc fixes.
7358 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7360         * frameset.el (frameset-p, frameset-prop): Doc fixes.
7362 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7365         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7366         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7367         (byte-compile-normal-call): Remove obsolescence check.
7369 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7371         * frameset.el (frameset-restore): Doc fix.
7373         * register.el (frameset-frame-id, frameset-frame-with-id)
7374         (frameset-p, frameset-restore, frameset-save): Declare.
7375         (register-alist): Document framesets.
7376         (frameset-session-filter-alist): Declare.
7377         (frameset-to-register): New function.
7378         (jump-to-register): Implement jumping to framesets.  Doc fix.
7379         (describe-register-1): Describe framesets.
7381         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7383 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
7385         * desktop.el (desktop-save-frameset): Use new frameset-save args.
7386         Use lexical-binding.
7388         * frameset.el (frameset): Use type vector, not list (incompatible
7389         change).  Do not declare a new constructor, use the default one.
7390         Upgrade suggested properties `app', `name' and `desc' to slots `app',
7391         `name' and `description', respectively, and add read-only slot
7392         `timestamp'.  Doc fixes.
7393         (frameset-copy, frameset-persistent-filter-alist)
7394         (frameset-filter-alist, frameset-switch-to-gui-p)
7395         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7396         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7397         (frameset-filter-iconified, frameset-keep-original-display-p):
7398         Doc fixes.
7399         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7400         Rename from frameset-filter-(save|restore)-param.  All callers changed.
7401         Doc fix.
7402         (frameset-p): Adapt to change to vector and be more thorough.
7403         Change arg name to OBJECT.  Doc fix.
7404         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
7405         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7406         All callers changed.
7407         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7408         All callers changed.
7409         (frameset--record-minibuffer-relationships): Rename from
7410         frameset--process-minibuffer-frames.  All callers changed.
7411         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7412         Use new default constructor (again).  Doc fix.
7413         (frameset--find-frame-if): Rename from `frameset--find-frame'.
7414         All callers changed.
7415         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7416         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7417         Doc fix.
7418         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7419         PARAMETERS and WINDOW-STATE, respectively.
7420         (frameset-restore): Add new keyword argument PREDICATE.
7421         Reset frameset--target-display to nil.  Doc fix.
7423 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7426         (bat-mode): Use it.
7427         (bat-mode-syntax-table): Mark \n as end-of-comment.
7428         (bat-font-lock-keywords): Remove comment rule.
7430         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
7431         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
7433         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7434         (byte-compile-callargs-warn): Use `push'.
7435         (byte-compile-arglist-warn): Ignore higher-order "calls".
7436         (byte-compile-file-form-autoload): Use `pcase'.
7437         (byte-compile-function-form): If quoting a symbol, check that it exists.
7439 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
7441         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7442         and add a few popular commands found in batch files.
7443         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7444         (dos-mode): Doc fixes.
7446 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7448         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7449         (dos-mode): Use setq-local.  Add space after "rem".
7450         (dos-mode-syntax-table): Don't use "w" for symbol chars.
7451         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7453 2013-08-07  Arni Magnusson  <arnima@hafro.is>
7455         * progmodes/dos.el: New file.
7456         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7457         dos-mode.
7459 2013-08-06  Glenn Morris  <rgm@gnu.org>
7461         * calendar/calendar.el: Add new faces, and day-header-array.
7462         (calendar-weekday-header, calendar-weekend-header)
7463         (calendar-month-header): New faces.
7464         (calendar-day-header-construct): New function.
7465         (calendar-day-header-width): Also :set calendar-day-header-array.
7466         (calendar-american-month-header, calendar-european-month-header)
7467         (calendar-iso-month-header): Use calendar- faces.
7468         (calendar-generate-month):
7469         Use calendar-day-header-array for day headers; apply faces to them.
7470         (calendar-mode): Check calendar-font-lock-keywords non-nil.
7471         (calendar-abbrev-construct): Add optional maxlen argument.
7472         (calendar-day-name-array): Doc fix.
7473         (calendar-day-name-array, calendar-abbrev-length)
7474         (calendar-day-abbrev-array):
7475         Also :set calendar-day-header-array, and maybe redraw.
7476         (calendar-day-header-array): New option.  (Bug#15007)
7477         (calendar-font-lock-keywords): Set to nil and make obsolete.
7478         (calendar-day-name): Add option to use header array.
7480 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482         * net/shr.el (shr-render-td): Remove debugging.
7483         (shr-render-td): Make width computation consistent by defaulting
7484         all zero-width columns to 10 characters.  This may not be optimal,
7485         but it's at least consistent.
7486         (shr-make-table-1): Redo last change to fix the real problem in
7487         colspan handling.
7489 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7491         * files.el (cache-long-line-scans):
7492         Make obsolete alias to `cache-long-scans'.
7494 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7496         * frameset.el (frameset, frameset-filter-alist)
7497         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7498         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7499         (frameset-compute-pos): Rename from frameset--compute-pos,
7500         and add docstring.
7501         (frameset-move-onscreen): Use frameset-compute-pos.
7502         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7504         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7505         Fix typos in docstrings.
7507 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7509         * frame.el (get-other-frame): Tiny cleanup.
7511 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7513         * vc/vc.el (vc-default-ignore-completion-table):
7514         Silence byte-compiler warning.
7516         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7517         slot, which can indeed be nil.
7518         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7519         Move entry for `left' from persistent to live filter alist.
7520         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7521         Doc fixes.
7522         (frameset-filter-params): When restoring a frame, copy items added to
7523         `filtered', to avoid unwittingly modifying the original parameters.
7524         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7525         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7527         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7528         to use looking-at-p instead of looking-at.  (Bug#15028)
7530 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         Revert introduction of isearch-filter-predicates (bug#14714).
7533         Rely on add-function instead.
7534         * isearch.el (isearch-filter-predicates): Rename it back to
7535         isearch-filter-predicate.
7536         (isearch-message-prefix): Use advice-function-mapc and advice
7537         properties to get the isearch-message-prefix.
7538         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7539         instead of run-hook-with-args-until-failure.
7540         (isearch-filter-visible): Not obsolete any more.
7541         * loadup.el: Preload nadvice.
7542         * replace.el (perform-replace): Revert to funcall
7543         instead of run-hook-with-args-until-failure.
7544         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7545         * dired-aux.el (dired-isearch-filenames-mode): Rename from
7546         dired-isearch-filenames-toggle; make it into a proper minor mode.
7547         Use add/remove-function.
7548         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7549         Call the minor-mode rather than add/remove-hook.
7550         (dired-isearch-filter-filenames):
7551         Remove isearch-message-prefix property.
7552         * info.el (Info--search-loop): New function, extracted from Info-search.
7553         Funcall isearch-filter-predicate instead of
7554         run-hook-with-args-until-failure isearch-filter-predicates.
7555         (Info-search): Use it.
7556         (Info-mode): Use isearch-filter-predicate instead of
7557         isearch-filter-predicates.
7559 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7561         Do not call to `selected-window' where it is assumed by default.
7562         Affected functions are `window-minibuffer-p', `window-dedicated-p',
7563         `window-hscroll', `window-width', `window-height', `window-buffer',
7564         `window-frame', `window-start', `window-point', `next-window'
7565         and `window-display-table'.
7566         * abbrev.el (abbrev--default-expand):
7567         * bs.el (bs--show-with-configuration):
7568         * buff-menu.el (Buffer-menu-mouse-select):
7569         * calc/calc.el (calc):
7570         * calendar/calendar.el (calendar-generate-window):
7571         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7572         (diary-make-entry):
7573         * comint.el (send-invisible, comint-dynamic-complete-filename)
7574         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7575         * completion.el (complete):
7576         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7577         * disp-table.el (describe-current-display-table):
7578         * doc-view.el (doc-view-insert-image):
7579         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7580         * ehelp.el (with-electric-help):
7581         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7582         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7583         * emacs-lisp/helper.el (Helper-help-scroller):
7584         * emulation/cua-base.el (cua--post-command-handler-1):
7585         * eshell/esh-mode.el (eshell-output-filter):
7586         * ffap.el (ffap-gnus-wrapper):
7587         * help-macro.el (make-help-screen):
7588         * hilit-chg.el (highlight-compare-buffers):
7589         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7590         * hl-line.el (global-hl-line-highlight):
7591         * icomplete.el (icomplete-simple-completing-p):
7592         * isearch.el (isearch-done):
7593         * jit-lock.el (jit-lock-stealth-fontify):
7594         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7595         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7596         * mpc.el (mpc-tagbrowser, mpc):
7597         * net/rcirc.el (rcirc-any-buffer):
7598         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7599         * play/landmark.el (landmark-max-width, landmark-max-height):
7600         * play/zone.el (zone):
7601         * progmodes/compile.el (compilation-goto-locus):
7602         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7603         * progmodes/etags.el (find-tag-other-window):
7604         * progmodes/fortran.el (fortran-column-ruler):
7605         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7606         * progmodes/verilog-mode.el (verilog-point-text):
7607         * reposition.el (reposition-window):
7608         * rot13.el (toggle-rot13-mode):
7609         * server.el (server-switch-buffer):
7610         * shell.el (shell-dynamic-complete-command)
7611         (shell-dynamic-complete-environment-variable):
7612         * simple.el (insert-buffer, set-selective-display)
7613         (delete-completion-window):
7614         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7615         (speedbar-recenter):
7616         * startup.el (fancy-splash-head):
7617         * textmodes/ispell.el (ispell-command-loop):
7618         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7619         * tutorial.el (help-with-tutorial):
7620         * vc/add-log.el (add-change-log-entry):
7621         * vc/compare-w.el (compare-windows):
7622         * vc/ediff-help.el (ediff-indent-help-message):
7623         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7624         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7625         (ediff-setup-control-frame):
7626         * vc/emerge.el (emerge-position-region):
7627         * vc/pcvs-util.el (cvs-bury-buffer):
7628         * window.el (walk-windows, mouse-autoselect-window-select):
7629         * winner.el (winner-set-conf, winner-undo): Related users changed.
7631 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7633         * frameset.el (frameset--set-id): Doc fix.
7634         (frameset-frame-id, frameset-frame-id-equal-p)
7635         (frameset-locate-frame-id): New functions.
7636         (frameset--process-minibuffer-frames, frameset--reuse-frame)
7637         (frameset-restore): Use them.
7639 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7641         Do not call to `selected-frame' where it is assumed by default.
7642         Affected functions are `raise-frame', `redraw-frame',
7643         `frame-first-window', `frame-terminal' and `delete-frame'.
7644         * calendar/appt.el (appt-disp-window):
7645         * epg.el (epg-wait-for-completion):
7646         * follow.el (follow-delete-other-windows-and-split)
7647         (follow-avoid-tail-recenter):
7648         * international/mule.el (set-terminal-coding-system):
7649         * mail/rmail.el (rmail-mail-return):
7650         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7651         * progmodes/f90.el (f90-add-imenu-menu):
7652         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7653         * server.el (server-switch-buffer):
7654         * simple.el (delete-completion-window):
7655         * talk.el (talk):
7656         * term/xterm.el (terminal-init-xterm-modify-other-keys)
7657         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7658         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7659         * vc/ediff.el (ediff-documentation): Related users changed.
7660         * frame.el (selected-terminal): Remove the leftover.
7662 2013-08-05  Glenn Morris  <rgm@gnu.org>
7664         * calendar/calendar.el (calendar-generate-month):
7665         Fix for calendar-column-width != 1 + calendar-day-digit-width.
7666         (calendar-generate-month, calendar-font-lock-keywords):
7667         Fix for calendar-day-header-width > length of any day name.
7669 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7671         * desktop.el (desktop-clear): Use new name of sort predicate.
7673         * frameset.el (frameset): Add docstring.  Move :version property to its
7674         own `version' slot.
7675         (frameset-copy): Rename from copy-frameset.
7676         (frameset-p): Check more thoroughly.
7677         (frameset-prop): Do not check for :version, which is no longer a prop.
7678         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7679         Use new :never value instead of t.
7680         (frameset-filter-alist): Expand and clarify docstring.
7681         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7682         (frameset-filter-minibuffer, frameset-filter-save-param)
7683         (frameset-filter-restore-param, frameset-filter-iconified):
7684         Add pointer to docstring of frameset-filter-alist.
7685         (frameset-filter-params): Rename filter values to be more meaningful:
7686         :never instead of t, and reverse the meanings of :save and :restore.
7687         (frameset--process-minibuffer-frames): Clarify error message.
7688         (frameset-save): Avoid unnecessary and confusing call to framep.
7689         Use new BOA constructor for framesets.
7690         (frameset--reuse-list): Doc fix.
7691         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
7692         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7693         (frameset-minibufferless-first-p): Doc fix.
7694         Rename from frameset-sort-frames-for-deletion.
7695         (frameset-restore): Doc fixes.  Use new function names.
7696         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7698 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7700         * desktop.el (desktop-restore-forces-onscreen)
7701         (desktop-restore-reuses-frames): Document :keyword constant values.
7702         (desktop-filter-parameters-alist): Remove, now identical to
7703         frameset-filter-alist.
7704         (desktop--filter-tty*): Remove, moved to frameset.el.
7705         (desktop-save-frameset, desktop-restore-frameset):
7706         Do not pass :filters argument.
7708         * frameset.el (frameset-live-filter-alist)
7709         (frameset-persistent-filter-alist): New variables.
7710         (frameset-filter-alist): Use them.  Add autoload cookie.
7711         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7712         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7713         `frameset--id' (it's supposed to be internal to frameset.el).
7714         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
7715         (frameset--initial-params): New function.
7716         (frameset--get-frame): Use it.  Doc fix.
7717         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
7718         Accept :all, not 'all.
7719         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
7720         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
7721         with fbound symbols.  Fix frame id matching, and remove matching ids if
7722         the frame being restored is deleted.  Obey :delete.
7724 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * subr.el (macrop): New function.
7727         (text-clone--maintaining): New var.
7728         (text-clone--maintain): Rename from text-clone-maintain.  Use it
7729         instead of inhibit-modification-hooks.
7731         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
7732         a proxy, so as handle autoloads and redefinitions of the target.
7733         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
7735         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
7736         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
7737         (pcase--mutually-exclusive-p): New function.
7738         (pcase--split-consp): Use it.
7739         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
7740         mutually exclusive with the current predicate.
7742         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
7743         (edebug-macrop): Remove.  Use `macrop' instead.
7744         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
7745         (ad-macro-p):
7746         * eshell/esh-cmd.el (eshell-macrop):
7747         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
7749 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7751         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
7752         (advice-mapc): New function, using it.
7753         (advice-function-member-p): New function.
7754         (advice--normalize): Store the cdr in advice--saved-rewrite since
7755         that's the part that will be changed.
7756         (advice--symbol-function): New function.
7757         (advice-remove): Handle removal before the function is defined.
7758         Adjust to new advice--saved-rewrite.
7759         (advice-member-p): Use advice-function-member-p and
7760         advice--symbol-function.
7762 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7764         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
7765         (frameset-filter-minibuffer): Doc fix.
7766         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
7767         (frameset--set-id, frameset--process-minibuffer-frames)
7768         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
7769         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
7771         * desktop.el (desktop-clear): Only delete frames when called
7772         interactively and desktop-restore-frames is non-nil.  Doc fix.
7773         (desktop-read): Set desktop-saved-frameset to nil.
7775 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
7777         * vc/vc.el (vc-ignore): Rewrite.
7778         (vc-default-ignore-completion-table):
7779         (vc--read-lines):
7780         (vc--add-line, vc--remove-regexp): New functions.
7782         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
7783         (vc-svn-ignore-completion-table): New function.
7785         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
7786         (vc-hg-ignore-completion-table):
7787         (vc-hg-find-ignore-file): New functions.
7789         * vc/vc-git.el (vc-git-ignore): Rewrite.
7790         (vc-git-ignore-completion-table):
7791         (vc-git-find-ignore-file): New functions.
7793         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
7795         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
7796         (vc-bzr-ignore-completion-table):
7797         (vc-bzr-find-ignore-file): New functions.
7799 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
7801         * frameset.el (frameset-prop): New function and setter.
7802         (frameset-save): Do not modify frame list passed by the caller.
7804 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7806         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
7808 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
7811         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
7813         * custom.el (custom-initialize-default, custom-initialize-set)
7814         (custom-initialize-reset, custom-initialize-changed): Affect the
7815         toplevel-default-value (bug#6275, bug#14586).
7816         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
7817         for bug#6275.
7819 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7821         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7822         Add cl-def* expressions.
7824         * frameset.el (frameset-filter-params): Fix order of arguments.
7826 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
7828         Move code related to saving frames to frameset.el.
7829         * desktop.el: Require frameset.
7830         (desktop-restore-frames): Doc fix.
7831         (desktop-restore-reuses-frames): Rename from
7832         desktop-restoring-reuses-frames.
7833         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
7834         (desktop-clear): Clear frames too.
7835         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
7836         (desktop--filter-tty*, desktop-save, desktop-read):
7837         Use frameset functions.
7838         (desktop-before-saving-frames-functions, desktop--filter-*-color)
7839         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7840         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
7841         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
7842         (desktop--process-minibuffer-frames, desktop-save-frames)
7843         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
7844         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
7845         (desktop--sort-states, desktop-restoring-frames-p)
7846         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
7847         (desktop-restoring-frameset-p, desktop-restore-frameset)
7848         (desktop--check-dont-save, desktop-save-frameset): New functions.
7849         (desktop--app-id): New constant.
7850         (desktop-first-buffer, desktop-buffer-ok-count)
7851         (desktop-buffer-fail-count): Move before first use.
7852         * frameset.el: New file.
7854 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7856         * files.el: Use lexical-binding.
7857         (dir-locals-read-from-file): Remove unused `err' variable.
7858         (hack-dir-local-variables--warned-coding): New var.
7859         (hack-dir-local-variables): Use it to avoid repeated warnings.
7860         (make-backup-file-name--default-function): New function.
7861         (make-backup-file-name-function): Use it as default.
7862         (buffer-stale--default-function): New function.
7863         (buffer-stale-function): Use it as default.
7864         (revert-buffer-insert-file-contents--default-function): New function.
7865         (revert-buffer-insert-file-contents-function): Use it as default.
7866         (insert-directory): Avoid add-to-list.
7868         * autorevert.el (auto-revert-handler): Simplify.
7869         Use buffer-stale--default-function.
7871 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
7873         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7875         * whitespace.el (whitespace-ensure-local-variables): New function.
7876         (whitespace-cleanup-region): Call it.
7877         (whitespace-turn-on): Call it.
7879 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
7881         Complete file name handlers.
7883         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7884         (tramp-handle-verify-visited-file-modtime)
7885         (tramp-handle-file-notify-rm-watch): New functions.
7886         (tramp-call-process): Do not bind `default-directory'.
7888         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7889         Order alphabetically.
7890         <access-file, add-name-to-file, dired-call-process>:
7891         <dired-compress-file, file-acl, file-notify-rm-watch>:
7892         <file-ownership-preserved-p, file-selinux-context>:
7893         <make-directory-internal, make-symbolic-link, set-file-acl>:
7894         <set-file-selinux-context, set-visited-file-modtime>:
7895         <verify-visited-file-modtime>: Add handler.
7896         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7898         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7899         <file-notify-add-watch, file-notify-rm-watch>:
7900         <set-file-times, set-visited-file-modtime>:
7901         <verify-visited-file-modtime>: Add handler.
7902         (with-tramp-gvfs-error-message)
7903         (tramp-gvfs-handle-set-visited-file-modtime)
7904         (tramp-gvfs-fuse-file-name): Remove.
7905         (tramp-gvfs-handle-file-notify-add-watch)
7906         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7907         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7909         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7910         Order alphabetically.
7911         <file-notify-rm-watch>: Use default Tramp handler.
7912         <executable-find>: Remove private handler.
7913         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7914         `default-directory'.
7915         (tramp-sh-handle-executable-find)
7916         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7917         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7918         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7919         Do not use `format' in `tramp-message'.
7921         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7922         <file-notify-rm-watch, set-visited-file-modtime>:
7923         <verify-visited-file-modtime>: Add handler.
7924         (tramp-smb-call-winexe): Do not bind `default-directory'.
7926 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
7928         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7930 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
7932         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7933         use it.
7934         (log-view-diff-changeset): Same.
7935         (log-view-diff-common): Call backend command `previous-revision'
7936         to find out the previous revision, in both cases.  Swap the
7937         variables `to' and `fr', so that `fr' usually refers to the
7938         earlier revision (Bug#14989).
7940 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
7942         * ibuf-ext.el (ibuffer-filter-by-filename):
7943         Make it work with dired buffers too.
7945 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7947         * emacs-lisp/re-builder.el (reb-color-display-p):
7948         * files.el (save-buffers-kill-terminal):
7949         * net/browse-url.el (browse-url):
7950         * server.el (server-save-buffers-kill-terminal):
7951         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7952         Prefer nil to selected-frame for the first arg of frame-parameter.
7954 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
7956         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7958 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
7960         * minibuffer.el (completion--twq-all): Try and preserve each
7961         completion's case choice (bug#14907).
7963 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7965         * net/network-stream.el (open-network-stream): Mention the new
7966         :nogreeting parameter.
7967         (network-stream-open-starttls): Use the :nogreeting parameter
7968         (bug#14938).
7970         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7972         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7973         more natural than popping.
7975         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7976         (shr-urlify): Highlight under mouse.
7978 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7980         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7982         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7984         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
7985         buffer for output.
7987         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
7988         point-min==1.  Fix search string.  Fix parentheses missing.
7990         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
7991         assume point-min==1.  Fix search string.  Fix parentheses missing.
7993         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7995         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
7996         buffer for output.
7998 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
8000         * frame.el (frame-notice-user-settings): Avoid inflooping when the
8001         initial frame is minibuffer-less.  (Bug#14841)
8003 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
8005         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8006         option.
8008         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8009         (tramp-maybe-open-connection): Use it.
8011 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8013         * desktop.el (desktop--make-frame): Include `minibuffer' in the
8014         minimal set of parameters passed when creating a frame, because
8015         the minibuffer status of a frame cannot be changed later.
8017 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
8019         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8020         replace-regexp-in-string and inadvertent omissions in previous change.
8021         (todo-filter-items): Ensure only file names are comma-separated in
8022         name of filtered items buffer.
8024 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8026         * desktop.el: Optionally force offscreen frames back onscreen.
8027         (desktop-restoring-reuses-frames): New option.
8028         (desktop--compute-pos, desktop--move-onscreen): New functions.
8029         (desktop--make-frame): Use desktop--move-onscreen.
8031 2013-07-27  Alan Mackenzie  <acm@muc.de>
8033         Fontify a Java generic method as a function.
8034         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8035         value to t.
8037 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
8039         * calendar/todo-mode.el: Add command to rename todo files.
8040         (todo-rename-file): New command.
8041         (todo-key-bindings-t): Add key binding for it.  Change the
8042         bindings of todo-filter-regexp-items(-multifile) to use `x'
8043         instead of `r', since the latter is better suited to the new
8044         renaming command.
8046 2013-07-27  Alan Mackenzie  <acm@muc.de>
8048         Make Java try-with-resources statement parse properly.
8049         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8050         (c-block-stmt-1-2-key): New language constants/variables.
8051         * progmodes/cc-engine.el (c-beginning-of-statement-1)
8052         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8053         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8054         with c-block-stmt-1-2-key.
8056 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
8058         * desktop.el (desktop--make-frame): Apply most frame parameters after
8059         creating the frame to force (partially or totally) offscreen frames to
8060         be restored as such.
8062 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
8064         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8065         (Bug#14948)
8067 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8069         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8070         `base' arg of backtrace-frame.
8072 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
8074         * simple.el (list-processes): Doc fix.
8076 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8078         * desktop.el (desktop--select-frame):
8079         Try harder to reuse existing frames.
8081 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8084         (edebug-eval): Use backtrace-eval.
8085         (edebug--display, edebug--recursive-edit): Don't let-bind the
8086         edebug-outer-* vars that keep track of variables we locally let-bind.
8087         (edebug-outside-excursion): Don't restore outside values of locally
8088         let-bound vars.
8089         (edebug--display): Use user-error.
8090         (cl-lexical-debug, cl-debug-env): Remove.
8092 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8094         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8095         are restored to be sure that they are visible before deleting any
8096         remaining ones.
8098 2013-07-26  Matthias Meulien  <orontee@gmail.com>
8100         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8101         vc-print-root-log.  (Bug#14948)
8103 2013-07-26  Richard Stallman  <rms@gnu.org>
8105         Add aliases for encrypting mail.
8106         * epa.el (epa-mail-aliases): New option.
8107         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8108         Bind inhibit-read-only so read-only text doesn't ruin everything.
8109         (epa-mail-default-recipients): New subroutine broken out.
8110         Handle epa-mail-aliases.
8112 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8114         Add support for lexical variables to the debugger's `e' command.
8115         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8116         vars, except for debugger-outer-match-data.
8117         (debugger-frame-number): Move check for "on a function call" from
8118         callers into it.  Add `skip-base' argument.
8119         (debugger-frame, debugger-frame-clear): Simplify accordingly.
8120         (debugger-env-macro): Only reset the state stored in non-variables,
8121         i.e. current-buffer and match-data.
8122         (debugger-eval-expression): Rewrite using backtrace-eval.
8123         * subr.el (internal--called-interactively-p--get-frame): Remove.
8124         (called-interactively-p):
8125         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8126         `base' arg of backtrace-frame instead.
8128 2013-07-26  Glenn Morris  <rgm@gnu.org>
8130         * align.el (align-regexp): Doc fix.  (Bug#14857)
8131         (align-region): Explicit error if subexpression missing/does not match.
8133         * simple.el (global-visual-line-mode):
8134         Do not duplicate the mode lighter.  (Bug#14858)
8136 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
8138         * window.el (display-buffer): In display-buffer bind
8139         split-window-keep-point to t, bug#14829.
8141 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8143         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8144         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8145         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8146         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8147         Change accordingly.
8148         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8149         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8151 2013-07-25  Glenn Morris  <rgm@gnu.org>
8153         * dired-x.el (dired-mark-extension): Convert comment to doc string.
8155 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8157         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8158         parameter to modify-frame-parameters if the value has not changed;
8159         this is a workaround for bug#14949.
8160         (desktop--make-frame): On cl-delete-if call, check parameter name,
8161         not full parameter.
8163 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8165         * vc/vc.el (vc-ignore): New function.
8167         * vc/vc-svn.el (vc-svn-ignore): New function.
8169         * vc/vc-hg.el (vc-hg-ignore): New function.
8171         * vc/vc-git.el (vc-git-ignore): New function.
8173         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8174         (vc-dir-ignore): New function.
8176         * vc/vc-cvs.el (vc-cvs-ignore): New function.
8177         (cvs-append-to-ignore): Move here from pcvs.el.
8179         * vc/vc-bzr.el (vc-bzr-ignore): New function.
8181         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8183 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
8185         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8186         (desktop-restore-frames): Warn when deleting an existing frame failed.
8188 2013-07-24  Glenn Morris  <rgm@gnu.org>
8190         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
8192 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
8194         * filenotify.el (file-notify-supported-p):
8195         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8196         Remove functions.
8198         * autorevert.el (auto-revert-use-notify):
8199         (auto-revert-notify-add-watch):
8200         * net/tramp.el (tramp-file-name-for-operation):
8201         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8202         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8203         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8204         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8205         Remove `file-notify-supported-p' entry.
8207 2013-07-24  Glenn Morris  <rgm@gnu.org>
8209         * printing.el: Replace all uses of deleted ps-windows-system,
8210         ps-lp-system, ps-flatten-list with lpr- versions.
8212 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8215         checked with memq (bug#14935).
8217         * files.el (revert-buffer-function): Use a non-nil default.
8218         (revert-buffer-preserve-modes): Declare var to
8219         provide access to the `preserve-modes' argument.
8220         (revert-buffer): Let-bind it.
8221         (revert-buffer--default): New function, extracted from revert-buffer.
8223 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8225         * lpr.el: Signal print errors more prominently.
8226         (print-region-function): Don't default to nil.
8227         (lpr-print-region): New function, extracted from print-region-1.
8228         Check lpr's return value and signal an error in case of problem.
8229         (print-region-1): Use it.
8230         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
8231         versions instead.
8232         (ps-printer-name): Default to nil.
8233         (ps-printer-name-option): Default to lpr-printer-switch.
8234         (ps-print-region-function): Don't default to nil.
8235         (ps-postscript-code-directory): Simplify default.
8236         (ps-do-despool): Use lpr-print-region to properly check the outcome.
8237         (ps-string-list, ps-eval-switch, ps-flatten-list)
8238         (ps-flatten-list-1): Remove.
8239         (ps-multibyte-buffer): Avoid setq.
8240         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8241         (print-region-function, ps-print-region-function): Don't set them here.
8243 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
8245         * ido.el (ido-fractionp):
8246         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
8247         (ido-max-file-prompt-width, ido-unc-hosts-cache)
8248         (ido-max-directory-size, ido-max-dir-file-cache)
8249         (ido-decorations): Doc fix.
8251         * ansi-color.el: Fix old URL.
8253 2013-07-23  Michael R. Mauger  <michael@mauger.com>
8255         * progmodes/sql.el: Version 3.3
8256         (sql-product-alist): Improve oracle :prompt-cont-regexp.
8257         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8258         (sql-interactive-remove-continuation-prompt): Rewrite, use
8259         functions above.  Fix continuation prompt and complete output line
8260         handling.
8261         (sql-redirect-one, sql-execute): Use `read-only-mode' on
8262         redirected output buffer.
8263         (sql-mode): Restore deleted code (Bug#13591).
8265 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8267         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8269 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
8271         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8273         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8274         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8275         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8277 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8279         * desktop.el (desktop-clear): Simplify; remove useless checks
8280         against invalid buffer names.
8281         (desktop-list*): Use cl-list*.
8282         (desktop-buffer-info, desktop-create-buffer): Simplify.
8284 2013-07-23  Leo Liu  <sdl.web@gmail.com>
8286         * bookmark.el (bookmark-make-record): Restore NAME as a default
8287         value.  (Bug#14933)
8289 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * emacs-lisp/autoload.el (autoload--setup-output): New function,
8292         extracted from autoload--insert-text.
8293         (autoload--insert-text): Remove.
8294         (autoload--print-cookie-text): New function, extracted from
8295         autoload--insert-cookie-text.
8296         (autoload--insert-cookie-text): Remove.
8297         (autoload-generate-file-autoloads): Adjust calls accordingly.
8299         * winner.el (winner-hook-installed-p): Remove.
8300         (winner-mode): Simplify accordingly.
8302         * subr.el (add-to-list): Fix compiler-macro when `append' is
8303         not constant.  Don't use `cl-member' for the base case.
8305         * progmodes/subword.el: Fix boundary case (bug#13758).
8306         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
8307         own group.
8308         (subword-backward-regexp): Make it a constant.
8309         (subword-forward-internal): Don't treat a trailing capital as the
8310         beginning of a word.
8312 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
8314         * emacs-lisp/package.el (package-menu-mode): Don't modify the
8315         global value of tabulated-list-revert-hook (bug#14930).
8317 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
8319         * desktop.el: Require 'cl-lib.
8320         (desktop-before-saving-frames-functions): New hook.
8321         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8322         for frames being saved.  Rename from desktop--save-minibuffer-frames.
8323         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8324         Do not save frames with non-nil `desktop-dont-save' parameter.
8325         Filter out deleted frames.
8326         (desktop--find-frame): Use cl-find-if.
8327         (desktop--select-frame): Use cl-(first|second|third) to access values
8328         of desktop-mini.
8329         (desktop--make-frame): Use cl-delete-if.
8330         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8331         (desktop-restore-frames): Use cl-(first|second|third) to access values
8332         of desktop-mini.  Look for visible frame at the end, not while
8333         restoring frames.
8335         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8336         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8337         Use string-match-p, looking-at-p (bug#14927).
8339 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
8341         * desktop.el (desktop-saved-frame-states):
8342         Rename from desktop--saved-states; all users changed.
8343         (desktop-save-frames): Rename from desktop--save-frames.
8344         Do not save state to desktop file.
8345         (desktop-save): Save desktop-saved-frame-states to desktop file
8346         and reset to nil.
8347         (desktop-restoring-frames-p): New function.
8348         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
8349         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
8350         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
8352         * desktop.el: Correctly restore iconified frames.
8353         (desktop--filter-iconified-position): New function.
8354         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8356 2013-07-20  Glenn Morris  <rgm@gnu.org>
8358         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8359         Let `message' do the formatting.
8360         (def-gdb-preempt-display-buffer): Add explicit format.
8362         * image-dired.el (image-dired-track-original-file):
8363         Use with-current-buffer.
8364         (image-dired-track-thumbnail): Use with-current-buffer.
8365         Avoid changing point of wrong window.
8367         * image-dired.el (image-dired-track-original-file):
8368         Avoid changing point of wrong window.  (Bug#14909)
8370 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
8372         * progmodes/gdb-mi.el (gdb-done-or-error):
8373         Guard against "%" in gdb output.  (Bug#14127)
8375 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
8377         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8378         (Bug#14826)
8380         * international/mule.el (coding-system-iso-2022-flags): Fix last
8381         change.
8383 2013-07-20  Kenichi Handa  <handa@gnu.org>
8385         * international/mule.el (coding-system-iso-2022-flags):
8386         Add `8-bit-level-4'.  (Bug#8522)
8388 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8390         * net/shr.el (shr-mouse-browse-url): New command and keystroke
8391         (bug#14815).
8393         * net/eww.el (eww-process-text-input): Allow inputting when the
8394         point is at the start of the line, as the properties aren't
8395         front-sticky.
8397         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8398         degenerate widths.
8400 2013-07-19  Richard Stallman  <rms@gnu.org>
8402         * epa.el (epa-popup-info-window): Doc fix.
8404         * subr.el (split-string): New arg TRIM.
8406 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
8408         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8409         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8411 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
8413         * filenotify.el (file-notify--library): Rename from
8414         `file-notify-support'.  Do not autoload.  Adapt all uses.
8415         (file-notify-supported-p): New defun.
8417         * autorevert.el (auto-revert-use-notify):
8418         Use `file-notify-supported-p' instead of `file-notify-support'.
8419         Adapt docstring.
8420         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8422         * net/tramp.el (tramp-file-name-for-operation):
8423         Add `file-notify-supported-p'.
8425         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8426         New defun.
8427         (tramp-sh-file-name-handler-alist): Add it as handler for
8428         `file-notify-supported-p '.
8430         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8431         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8432         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8433         Add `ignore' as handler for `file-notify-*' functions.
8435 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
8437         * simple.el (line-move-partial, line-move): Don't start vscroll or
8438         scroll-up if the current line is not taller than the window.
8439         (Bug#14881)
8441 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
8443         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8444         highlight question marks in the method names as strings.
8445         (ruby-block-beg-keywords): Inline.
8446         (ruby-font-lock-keyword-beg-re): Extract from
8447         `ruby-font-lock-keywords'.
8449 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8451         * frame.el (blink-cursor-blinks): New defcustom.
8452         (blink-cursor-blinks-done): New defvar.
8453         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8454         (blink-cursor-timer-function): Check if number of blinks has been
8455         done on X and NS.
8456         (blink-cursor-suspend, blink-cursor-check): New defuns.
8458 2013-07-15  Glenn Morris  <rgm@gnu.org>
8460         * edmacro.el (edmacro-format-keys): Fix previous change.
8462 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
8464         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8465         The hack didn't work outside English locales anyway.
8467 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
8469         * simple.el (define-alternatives): Rename from alternatives-define,
8470         per RMS' suggestion.
8472 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
8474         * desktop.el (desktop-restore-frames): Change default to t.
8475         (desktop-restore-in-current-display): Now offer more options.
8476         (desktop-restoring-reuses-frames): New customization option.
8477         (desktop--saved-states): Doc fix.
8478         (desktop-filter-parameters-alist): New variable, renamed and expanded
8479         from desktop--excluded-frame-parameters.
8480         (desktop--target-display): New variable.
8481         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8482         (desktop--filter-tty*, desktop--filter-*-color)
8483         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8484         (desktop--filter-save-desktop-parm)
8485         (desktop-restore-in-original-display-p): New functions.
8486         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8487         (desktop--save-minibuffer-frames): New function, inspired by a similar
8488         function from Martin Rudalics.
8489         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8490         (desktop--restore-in-this-display-p): Remove.
8491         (desktop--find-frame): Rename from desktop--find-frame-in-display
8492         and add predicate argument.
8493         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8494         (desktop--reuse-list): New variable.
8495         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8496         New functions.
8497         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8499 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8501         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8503 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8505         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8506         Highlight conversion methods on Kernel.
8508 2013-07-13  Alan Mackenzie  <acm@muc.de>
8510         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8511         and comment it out.  This out-commenting enables certain C++
8512         declarations to be parsed correctly.
8514 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8516         * international/mule.el (define-coding-system): Doc fix.
8518         * simple.el (default-font-height): Don't call font-info if the
8519         frame's default font didn't change since the frame was created.
8520         (Bug#14838)
8522 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8524         * ido.el (ido-read-file-name): Guard against non-symbol value.
8526 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8528         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8529         in nested defuns.
8531 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8533         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8534         ido-set-matches call.  (Bug#6852)
8536 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
8538         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
8539         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8540         Ruby 2.0.
8541         (ruby-font-lock-keywords): Distinguish calls to functions with
8542         module-like names from module references.  Highlight character
8543         literals.
8545 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8547         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8548         (gdb-send): Handle continued commands.  (Bug#14847)
8550 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8552         * desktop.el (desktop--v2s): Remove unused local variable.
8553         (desktop-save-buffer): Make defvar-local; adjust docstring.
8554         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8555         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8557 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8559         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8561 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
8563         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8564         (Bug#14842)
8566 2013-07-12  Glenn Morris  <rgm@gnu.org>
8568         * doc-view.el: Require cl-lib at runtime too.
8569         (doc-view-remove-if): Remove.
8570         (doc-view-search-next-match, doc-view-search-previous-match):
8571         Use cl-remove-if.
8573         * edmacro.el: Require cl-lib at runtime too.
8574         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8575         (edmacro-mismatch, edmacro-subseq): Remove.
8577         * shadowfile.el: Require cl-lib.
8578         (shadow-remove-if): Remove.
8579         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8580         Use cl-remove-if.
8582         * wid-edit.el: Require cl-lib.
8583         (widget-choose): Use cl-remove-if.
8584         (widget-remove-if): Remove.
8586         * progmodes/ebrowse.el: Require cl-lib at runtime too.
8587         (ebrowse-delete-if-not): Remove.
8588         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8589         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8590         Use cl-delete-if-not.
8592 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8594         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8595         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8597 2013-07-12  Leo Liu  <sdl.web@gmail.com>
8599         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
8601 2013-07-11  Glenn Morris  <rgm@gnu.org>
8603         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8604         (edebug-gensym-index, edebug-gensym):
8605         Remove reimplementation of cl-gensym.
8606         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8608         * thumbs.el: Require cl-lib at run-time too.
8609         (thumbs-gensym-counter, thumbs-gensym):
8610         Remove reimplementation of cl-gensym.
8611         (thumbs-temp-file): Use cl-gensym.
8613         * emacs-lisp/ert.el: Require cl-lib at runtime too.
8614         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8615         (ert--intersection, ert--set-difference, ert--set-difference-eq)
8616         (ert--union, ert--gensym-counter, ert--gensym-counter)
8617         (ert--coerce-to-vector, ert--remove*, ert--string-position)
8618         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8619         (ert-make-test-unbound, ert--expand-should-1)
8620         (ert--expand-should, ert--should-error-handle-error)
8621         (should-error, ert--explain-equal-rec)
8622         (ert--plist-difference-explanation, ert-select-tests)
8623         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8624         Use cl-lib functions rather than reimplementations.
8626 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
8628         * net/tramp.el (tramp-methods): Extend docstring.
8629         (tramp-connection-timeout): New defcustom.
8630         (tramp-error-with-buffer): Reset timestamp only when appropriate.
8631         (with-tramp-progress-reporter): Simplify.
8632         (tramp-process-actions): Improve messages.
8634         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8635         * net/tramp-sh.el (tramp-maybe-open-connection):
8636         Use `tramp-connection-timeout'.
8637         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
8638         (Bug#14808)
8640 2013-07-11  Leo Liu  <sdl.web@gmail.com>
8642         * ido.el (ido-read-file-name): Conform to the requirements of
8643         read-file-name.  (Bug#11861)
8644         (ido-read-directory-name): Conform to the requirements of
8645         read-directory-name.
8647 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
8649         * subr.el (delay-warning): New function.
8651 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
8653         * simple.el (default-line-height): New function.
8654         (line-move-partial, line-move): Use it instead of computing the
8655         line height inline.
8656         (line-move-partial): Always compute ROWH.  If the last line is
8657         partially-visible, but its text is completely visible, allow
8658         cursor to enter such a partially-visible line.
8660 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
8662         Improve error messages.  (Bug#14808)
8664         * net/tramp.el (tramp-current-connection): New defvar, moved from
8665         tramp-sh.el.
8666         (tramp-message-show-progress-reporter-message): Remove, not
8667         needed anymore.
8668         (tramp-error-with-buffer): Show message in minibuffer.
8669         Discard input before waiting.  Reset connection timestamp.
8670         (with-tramp-progress-reporter): Improve messages.
8671         (tramp-process-actions): Use progress reporter.  Delete process in
8672         case of error.  Improve messages.
8674         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8675         Call `tramp-error-with-buffer' with vector and buffer.
8676         (tramp-current-connection): Remove.
8677         (tramp-maybe-open-connection): The car of
8678         `tramp-current-connection' are the first 3 slots of the vector.
8680 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
8682         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8683         inside continued strings.
8685 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8687         Timestamp fixes for undo (Bug#14824).
8688         * files.el (clear-visited-file-modtime): Move here from fileio.c.
8690 2013-07-10  Leo Liu  <sdl.web@gmail.com>
8692         * files.el (require-final-newline): Allow safe local value.
8693         (Bug#14834)
8695 2013-07-09  Leo Liu  <sdl.web@gmail.com>
8697         * ido.el (ido-read-directory-name): Handle fallback.
8698         (ido-read-file-name): Update DIR to ido-current-directory.
8699         (Bug#1516)
8700         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
8702 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
8704         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8705         "autoload".  Remove "warn lower camel case" section, previously
8706         commented out.  Highlight negation char.  Do not highlight the
8707         target in singleton method definitions.
8709 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8711         * faces.el (tty-setup-hook): Declare the hook.
8713         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8714         and detect when a guard/pred depends on local vars (bug#14773).
8715         (pcase--u1): Adjust caller.
8717 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
8719         * simple.el (line-move-partial, line-move): Account for
8720         line-spacing.
8721         (line-move-partial): Avoid setting vscroll when the last
8722         partially-visible line in window is of default height.
8724 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8726         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
8727         been used a while.
8729 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
8731         * subr.el (read-quoted-char): Remove unused local variable `char'.
8733 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
8735         * ediff.el (ediff-version): Version update.
8736         (ediff-files-command, ediff3-files-command, ediff-merge-command)
8737         (ediff-merge-with-ancestor-command, ediff-directories-command)
8738         (ediff-directories3-command, ediff-merge-directories-command)
8739         (ediff-merge-directories-with-ancestor-command): New functions.
8740         All are command-line interfaces to ediff: to facilitate calling
8741         Emacs with the appropriate ediff functions invoked.
8743         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
8744         (viper-save-kill-buffer): Check if buffer is modified.
8746         * viper.el (viper-version): Version update.
8747         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
8749 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8751         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
8752         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
8753         (viper-intercept-ESC-key): Simplify.
8754         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
8755         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
8756         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
8757         (viper-setup-ESC-to-escape): New functions.
8758         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
8759         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
8761 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
8763         * simple.el (default-font-height, window-screen-lines):
8764         New functions.
8765         (line-move, line-move-partial): Use them instead of
8766         frame-char-height and window-text-height.  This makes scrolling
8767         text smoother when the buffer's default face uses a font that is
8768         different from the frame's default font.
8770 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
8772         * files.el (write-file): Do not display confirm dialog for NS,
8773         it does its own dialog, which can't be canceled (Bug#14578).
8775 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
8777         * simple.el (line-move-partial): Adjust the row returned by
8778         posn-at-point for the current window-vscroll.  (Bug#14567)
8780 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
8782         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
8783         (tramp-sh-file-inotifywait-process-filter): Handle file names with
8784         spaces.
8786 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
8788         * window.el (window-state-put-stale-windows): New variable.
8789         (window--state-put-2): Save list of windows without matching buffer.
8790         (window-state-put): Remove "bufferless" windows if possible.
8792 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8794         * simple.el (alternatives-define): Remove leftover :group keyword.
8795         Tweak docstring.
8797 2013-07-06  Leo Liu  <sdl.web@gmail.com>
8799         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
8800         (ido-enable-virtual-buffers): New variable.
8801         (ido-buffer-internal, ido-toggle-virtual-buffers)
8802         (ido-make-buffer-list): Use it.
8803         (ido-exhibit): Support turning on and off virtual buffers
8804         automatically.
8806 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
8808         * simple.el (alternatives-define): New macro.
8810 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8812         * subr.el (read-quoted-char): Use read-key.
8813         (sit-for): Let read-event decode tty input (bug#14782).
8815 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
8817         * calendar/todo-mode.el: Add handling of file deletion, both by
8818         mode command and externally.  Fix various related bugs.
8819         Clarify Commentary and improve some documentation strings and code.
8820         (todo-delete-file): New command.
8821         (todo-check-file): New function.
8822         (todo-show): Handle external deletion of the file we're trying to
8823         show (bug#14688).  Replace called-interactively-p by an optional
8824         prefix argument to avoid problematic interaction with catch form
8825         when byte compiled (bug#14702).
8826         (todo-quit): Handle external deletion of the archive's todo file.
8827         Make sure the buffer that was visiting the archive file is still
8828         live before trying to bury it.
8829         (todo-category-completions): Handle external deletion of any
8830         category completion files.
8831         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
8832         of todo files, in case of external deletion.
8833         (todo-add-file): Replace unnecessary setq by let-binding.
8834         (todo-find-archive): Check whether there are any archives.
8835         Replace unnecessary setq by let-binding.
8836         (todo-archive-done-item): Use find-file-noselect to get the
8837         archive buffer whether or not the archive already exists.
8838         Remove superfluous code.  Use file size instead of buffer-file-name to
8839         check if the archive is new; if it is, update list of archives.
8840         (todo-default-todo-file): Allow nil to be a valid value for when
8841         there are no todo files.
8842         (todo-reevaluate-default-file-defcustom): Use corrected definition
8843         of todo-default-todo-file.
8844         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
8845         (todo-delete-category, todo-show-categories-table)
8846         (todo-category-number): Clarify comment.
8847         (todo-filter-items): Clarify documentation string.
8848         (todo-show-current-file, todo-display-as-todo-file)
8849         (todo-reset-and-enable-done-separator): Tweak documentation string.
8850         (todo-done-separator): Make separator length window-width, since
8851         bug#2749 is now fixed.
8853 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
8855         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8856         Support both "gvfs-monitor-dir" and "inotifywait".
8857         (tramp-sh-file-inotifywait-process-filter): Rename from
8858         `tramp-sh-file-notify-process-filter'.
8859         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8860         (tramp-get-remote-gvfs-monitor-dir): New defuns.
8862 2013-07-05  Leo Liu  <sdl.web@gmail.com>
8864         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8866 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8868         * frame.el (display-pixel-height, display-pixel-width)
8869         (display-mm-height, display-mm-width): Mention behavior on
8870         multi-monitor setups in docstrings.
8871         (w32-display-monitor-attributes-list): Declare function.
8872         (display-monitor-attributes-list): Use it.
8874 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
8876         * filenotify.el: New package.
8878         * autorevert.el (top): Require filenotify.el.
8879         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
8880         instead.
8881         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8882         (auto-revert-notify-handler): Use `file-notify-*' functions.
8884         * subr.el (file-notify-handle-event): Move function to filenotify.el.
8886         * net/tramp.el (tramp-file-name-for-operation):
8887         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8889         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8890         for `file-notify-add-watch' and `file-notify-rm-watch'.
8891         (tramp-process-sentinel): Improve trace.
8892         (tramp-sh-handle-file-notify-add-watch)
8893         (tramp-sh-file-notify-process-filter)
8894         (tramp-sh-handle-file-notify-rm-watch)
8895         (tramp-get-remote-inotifywait): New defuns.
8897 2013-07-03  Juri Linkov  <juri@jurta.org>
8899         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8900         call of `occur-read-primary-args' to interactive spec.
8902         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8903         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
8905 2013-07-03  Matthias Meulien  <orontee@gmail.com>
8907         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8908         `Buffer-menu-multi-occur'.  Add it to the menu.
8909         (Buffer-menu-mode): Document it in docstring.
8910         (Buffer-menu-multi-occur): New command.  (Bug#14673)
8912 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8914         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8915         keywords and built-ins.
8917 2013-07-03  Glenn Morris  <rgm@gnu.org>
8919         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
8921         Make info-xref checks case-sensitive by default
8922         * info.el (Info-find-node, Info-find-in-tag-table)
8923         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8924         Add option for exact case matching of nodes.
8925         * info-xref.el (info-xref): New custom group.
8926         (info-xref-case-fold): New option.
8927         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8929 2013-07-03  Leo Liu  <sdl.web@gmail.com>
8931         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8933 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8935         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8936         middle of block statement initially, lower the depth.  Remove
8937         FIXME comment, not longer valid.  Remove middle of block statement
8938         detection, no need to do that anymore since we've been using
8939         `ruby-parse-region' here.
8941 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8943         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8945 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8947         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8949 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
8951         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8952         (desktop-restore-in-current-display): New customization option.
8953         (desktop--excluded-frame-parameters): Add `font'.
8954         (desktop--save-frames): Rename from desktop--save-windows.
8955         (desktop--restore-in-this-display-p): New function.
8956         (desktop--make-full-frame): Remove unwanted width/height from
8957         full(width|height) frames.
8958         (desktop--restore-frames): Rename from desktop--restore-windows.
8959         Obey desktop-restore-current-display.  Do not delete old frames or
8960         select a new frame unless we were able to restore at least one frame.
8962 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
8964         * files.el (find-file-noselect): Simplify conditional expression.
8966         * textmodes/remember.el (remember-append-to-file):
8967         Don't mix `find-buffer-visiting' and `get-file-buffer'.
8969         Add `remember-notes' function to store random notes across Emacs
8970         restarts.
8971         * textmodes/remember.el (remember-data-file): Add :set callback to
8972         affect notes buffer (if any).
8973         (remember-notes): New command.
8974         (remember-notes-buffer-name, bury-remember-notes-on-kill):
8975         New defcustoms for the `remember-notes' function.
8976         (remember-notes-save-and-bury-buffer): New command.
8977         (remember-notes-mode-map): New variable.
8978         (remember-mode): New minor mode.
8979         (remember-notes--kill-buffer-query): New function.
8980         * startup.el (initial-buffer-choice): Add notes to custom type.
8982 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
8984         * bindings.el (right-char, left-char): Don't call sit-for, this is
8985         no longer needed.  Use arithmetic comparison only for numerical
8986         arguments.
8988         * international/mule-cmds.el (select-safe-coding-system):
8989         Handle the case of FROM being a string correctly.  (Bug#14755)
8991 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993         * net/shr.el (shr-make-table-1): Add a sanity check that allows
8994         progression on degenerate tables.
8995         (shr-rescale-image): ImageMagick animated images currently don't work.
8997 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
8999         Some fixes and improvements for desktop frame restoration.
9000         It is still experimental and disabled by default.
9001         * desktop.el (desktop--save-windows): Put the selected frame at
9002         the head of the list.
9003         (desktop--make-full-frame): New function.
9004         (desktop--restore-windows): Try to re-select the frame that was
9005         selected upon saving.  Do not abort if some frames fail to restore,
9006         just show an error message and continue.  Set up maximized frames
9007         so they have default non-maximized dimensions.
9009 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9011         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9012         Don't start heredoc inside a string or comment.
9014 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
9016         * bindings.el (visual-order-cursor-movement): New defcustom.
9017         (right-char, left-char): Provide visual-order cursor motion by
9018         calling move-point-visually.  Update the doc strings.
9020 2013-06-28  Kenichi Handa  <handa@gnu.org>
9022         * international/mule.el (define-coding-system): New coding system
9023         properties :inhibit-null-byte-detection,
9024         :inhibit-iso-escape-detection, and :prefer-utf-8.
9025         (set-buffer-file-coding-system): If :charset-list property of
9026         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9027         appropriate for setting.
9029         * international/mule-cmds.el (select-safe-coding-system):
9030         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9031         multibyte characters, return utf-8 (or one of its siblings).
9033         * international/mule-conf.el (prefer-utf-8): New coding system.
9034         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9035         files.
9037 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
9039         * net/shr.el (shr-render-region): New function.
9041         * net/eww.el: Autoload `eww-browse-url'.
9043 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
9045         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9046         Adapt to `package-desc-version' being a list.
9047         Use `package--ac-desc-version' to retrieve version from a package
9048         archive element.
9050 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
9052         New experimental feature to save&restore window and frame setup.
9053         * desktop.el (desktop-save-windows): New defcustom.
9054         (desktop--saved-states): New var.
9055         (desktop--excluded-frame-parameters): New defconst.
9056         (desktop--filter-frame-parms, desktop--find-frame-in-display)
9057         (desktop--restore-windows, desktop--save-windows): New functions.
9058         (desktop-save): Call `desktop--save-windows'.
9059         (desktop-read): Call `desktop--restore-windows'.
9061 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063         * net/shr.el (add-face-text-property): Remove compat definition.
9065 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9067         * info.el (Info-try-follow-nearest-node): Move search for footnote
9068         above search for node name to prevent missing a footnote (bug#14717).
9070 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9072         * obsolete/otodo-mode.el: Add obsolescence info to file header.
9074 2013-06-27  Leo Liu  <sdl.web@gmail.com>
9076         * net/eww.el (eww-read-bookmarks): Check file size.
9078 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9080         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9081         advice--pending if newdef is nil or an autoload (bug#13820).
9082         (advice-mapc): New function.
9084 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9086         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9087         probably.
9088         (eww-mode-map): Add a menu bar.
9089         (eww-add-bookmark): New command.
9090         (eww-bookmark-mode): New mode and commands.
9091         (eww-add-bookmark): Remove newlines from the title.
9092         (eww-bookmark-browse): Don't bug out if it's the only window.
9094 2013-06-26  Glenn Morris  <rgm@gnu.org>
9096         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9097         (hfy-size): Handle ttys.  (Bug#14668)
9099         * info-xref.el: Update for Texinfo 5 change in *note format.
9100         (info-xref-node-re, info-xref-note-re): New constants.
9101         (info-xref-check-buffer): Use info-xref-note-re.
9103 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9107         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9108         nil terminate the loop (bug#14718).
9110 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9112         * net/eww.el: Rework history traversal.  When going forward/back,
9113         put these actions into the history, too, so that they can be
9114         replayed.
9115         (eww-render): Move the history reset to the correct buffer.
9117 2013-06-25  Juri Linkov  <juri@jurta.org>
9119         * files-x.el (modify-dir-local-variable): Change the header comment
9120         in the file with directory local variables.  (Bug#14692)
9122         * files-x.el (read-file-local-variable-value): Add `default'.
9123         (Bug#14710)
9125 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127         * net/eww.el (eww-make-unique-file-name): Create a unique file
9128         name before saving to entering `y' accidentally asynchronously.
9130 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
9132         * net/eww.el (eww-download): New command and keystroke.
9134 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136         * net/eww.el (eww-copy-page-url): Change name of command.
9138         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9139         be more consistent with Info and dired.
9141         * net/eww.el (eww-mode-map): Ditto.
9143 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9145         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
9146         packages from archives.
9147         (package-archive-contents): Change format; include obsolete packages.
9148         (package-desc): Use `dir' to mark builtin packages.
9149         (package--from-builtin): Set the `dir' field to `builtin'.
9150         (generated-autoload-file, version-control): Declare.
9151         (package-compute-transaction): Change first arg and return value to be
9152         lists of package-descs.  Adjust to new package-archive-contents format.
9153         (package--add-to-archive-contents): Adjust to new
9154         package-archive-contents format.
9155         (package-download-transaction): Arg is now a list of package-descs.
9156         (package-install): If `pkg' is a package name, pass it as
9157         a requirement, so it is subject to the usual (e.g. disabled) checks.
9158         (describe-package): Accept package-desc as well.
9159         (describe-package-1): Describe a specific package-desc.  Add links to
9160         other package-descs for the same package name.
9161         (package-menu-describe-package): Pass the actual package-desc.
9162         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9163         works correctly.
9164         (package-desc-status): New function.
9165         (package-menu--refresh): New function, extracted
9166         from package-menu--generate.
9167         (package-menu--generate): Use it.
9168         (package-delete): Update package-alist.
9169         (package-menu-execute): Don't call package-initialize.
9171         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9172         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9173         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9174         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9175         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9176         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9178 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
9180         * window.el (window--state-get-1): Workaround for bug#14527.
9181         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9183 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185         * net/eww.el (eww-back-url): Implement the history by stashing all
9186         the data into a list.
9187         (eww-forward-url): Allow going forward in the history, too.
9189 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9191         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9192         for values and use read--expression for expressions (bug#14710).
9193         (read-file-local-variable): Avoid setq.
9194         (read-file-local-variable-mode): Use minor-mode-list.
9196 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9198         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9199         for DOI URLs.
9201 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9203         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9204         Update imenu-support when dialect changes.
9206 2013-06-25  Leo Liu  <sdl.web@gmail.com>
9208         * ido.el (ido-read-internal): Allow forward slash on windows.
9210 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9212         * net/eww.el (eww): Start of strings is \\`, not ^.
9214 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9216         * net/shr.el (shr-browse-url): Fix interactive spec.
9218         * net/eww.el (eww): Add a trailing slash to domain names.
9220 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
9222         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9224 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226         * net/shr.el (shr-browse-url): Use an external browser if given a
9227         prefix.
9229         * net/eww.el (eww-external-browser): Move to shr.
9231 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9233         * net/eww.el (eww): Work more correctly for file: URLs.
9234         (eww-detect-charset): Allow quoted charsets.
9235         (eww-yank-page-url): New command and keystroke.
9237 2013-06-24  Daiki Ueno  <ueno@gnu.org>
9239         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9240         file name of gpg executable.
9241         (epg-context-program): New function.
9242         (epg-context-home-directory): New function.
9243         (epg-context-set-program): New function.
9244         (epg-context-set-home-directory): New function.
9245         (epg--start): Use `epg-context-program' instead of
9246         'epg-gpg-program'.
9247         (epg--list-keys-1): Likewise.
9249 2013-06-24  Leo Liu  <sdl.web@gmail.com>
9251         * ido.el (ido-read-internal): Fix bug#14620.
9253 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9255         * faces.el (face-documentation): Simplify.
9256         (read-face-attribute, tty-find-type, x-resolve-font-name):
9257         Use `string-match-p'.
9258         (list-faces-display): Use `string-match-p'.  Simplify.
9259         (face-spec-recalc): Check face to avoid face alias loops.
9260         (read-color): Use `string-match-p' and non-capturing parenthesis.
9262 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9264         * net/shr.el (shr-rescale-image): Use the new
9265         :max-width/:max-height functionality.
9267 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
9269         * net/eww.el (eww-search-prefix): New variable.
9270         (eww): Use it.
9271         (eww-external-browser): New variable.
9272         (eww-mode-map): New keystroke.
9273         (eww-browse-with-external-browser): New command.
9275         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9277 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9279         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9280         Don't skip aligning the next header field when padding is 0;
9281         otherwise, field width is not respected unless the title is as
9282         wide as the field.
9284 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9286         * emacs-lisp/package.el (package-el-version): Remove.
9287         (package-process-define-package): Fix inf-loop.
9288         (package-install): Allow symbols as arguments again.
9290 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9292         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9293         add some more keyword-like methods.
9294         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9296 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
9298         * bs.el (bs-buffer-show-mark): Make defvar-local.
9299         (bs-mode): Use setq-local.
9301         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9302         (emacs-lock--try-unlocking): Make defvar-local.
9304 2013-06-22  Glenn Morris  <rgm@gnu.org>
9306         * play/cookie1.el (cookie-apropos): Minor simplification.
9308         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9310 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9312         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9313         `regexp-opt', it breaks the build during dumping.
9315 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
9317         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9318         Highlight keyword-like methods on Kernel and Module with
9319         font-lock-builtin-face.
9320         (auto-mode-alist): Consolidate different entries into one regexp
9321         and add more *file-s.
9323 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
9325         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9327         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9328         (diary-entry): Use it in the action of this button type instead of
9329         diary-goto-entry.
9331         * calendar/todo-mode.el: New version.
9332         (todo-add-category): Append new category to end of file and give
9333         it the highest number, instead of putting it at the beginning and
9334         giving it 0.  Incorporate noninteractive functionality.
9335         (todo-forward-category): Adapt to 1-based category numbering.
9336         Allow skipping over archived categories.
9337         (todo-backward-category): Derive from todo-forward-category.
9338         (todo-backward-item, todo-forward-item): Make noninteractive and
9339         delegate interactive part to new commands.  Make sensitive to done items.
9340         (todo-categories): Make value an alist of category names and
9341         vectors of item counts.
9342         (todo-category-beg): Make a defconst.
9343         (todo-category-number): Use 1 instead of 0 as initial value.
9344         (todo-category-select): Make sensitive to overlays, optional item
9345         highlighting and done items.
9346         (todo-delete-item): Make sensitive to overlays and marked and done items.
9347         (todo-edit-item): Make sensitive to overlays and editing of
9348         date/time header optional.  Add format checks.
9349         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
9350         no-op if point is not on an item.  Advertise using todo-edit-quit.
9351         (todo-edit-mode): Make sensitive to new format, font-locking, and
9352         multiple todo files.
9353         (todo-insert-item, todo-insert-item-here): Derive from
9354         todo-basic-insert-item and extend functionality.
9355         (todo-item-end, todo-item-start): Make sensitive to done items.
9356         (todo-item-string): Don't return text properties.  Restore point.
9357         (todo-jump-to-category): Make sensitive to multiple todo files and
9358         todo archives.  Use extended category completion.
9359         (todo-lower-item, todo-raise-item): Rename to *-priority and
9360         derive from todo-set-item-priority.
9361         (todo-mode): Derive from special-mode.  Make sensitive to new
9362         format, font-locking and multiple todo files.  Make read-only.
9363         (todo-mode-map): Don't suppress digit keys, so they can supply
9364         prefix arguments.  Add many new key bindings.
9365         (todo-prefix): Insert as an overlay instead of file text.
9366         Change semantics from diary date expression to purely visual mark.
9367         (todo-print): Rename to todo-print-buffer.  Make buffer display
9368         features printable.  Remove option to restrict number of items
9369         printed.  Add option to print to file.
9370         (todo-print-function): Rename to todo-print-buffer-function.
9371         (todo-quit): Extend to handle exiting new todo modes.
9372         (todo-remove-item): Make sensitive to overlays.
9373         (todo-save): Extend to buffers of filtered items.
9374         (todo-show): Make sensitive to done items, multiple todo files and
9375         new todo modes.  Offer to convert legacy todo file before creating
9376         first new todo file.
9377         (todo-show-priorities): Rename to todo-top-priorities.
9378         Change semantics of value 0.
9379         (todo-top-priorities): Rename to todo-filter-top-priorities,
9380         derive from todo-filter-items and extend functionality.
9381         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9382         and extend functionality to other types of filtered items.
9383         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9384         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9385         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9386         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9387         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9388         (todo-edit-mode-hook, todo-entry-prefix-function)
9389         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9390         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9391         (todo-initials, todo-insert-threshold, todo-item-string-start)
9392         (todo-line-string, todo-menu, todo-mode-hook)
9393         (todo-more-important-p, todo-previous-answer, todo-previous-line)
9394         (todo-print-priorities, todo-remove-separator)
9395         (todo-save-top-priorities-too, todo-string-count-lines)
9396         (todo-string-multiline-p, todo-time-string-format)
9397         (todo-tmp-buffer-name): Remove.
9398         (todo-add-file, todo-archive-done-item, todo-choose-archive)
9399         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9400         (todo-edit-category-diary-inclusion)
9401         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9402         (todo-edit-file, todo-edit-item-date-day)
9403         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9404         (todo-edit-item-date-month, todo-edit-item-date-to-today)
9405         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9406         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9407         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9408         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9409         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9410         (todo-filter-top-priorities-multifile, todo-find-archive)
9411         (todo-find-filtered-items-file, todo-go-to-source-item)
9412         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9413         (todo-jump-to-archive-category, todo-lower-category)
9414         (todo-mark-category, todo-marked-item-p, todo-merge-category)
9415         (todo-move-category, todo-move-item, todo-next-button)
9416         (todo-next-item, todo-padded-string, todo-powerset)
9417         (todo-previous-button, todo-previous-item)
9418         (todo-print-buffer-to-file, todo-raise-category)
9419         (todo-rename-category, todo-repair-categories-sexp, todo-search)
9420         (todo-set-category-number, todo-set-item-priority)
9421         (todo-set-top-priorities-in-category)
9422         (todo-set-top-priorities-in-file, todo-show-categories-table)
9423         (todo-sort-categories-alphabetically-or-numerically)
9424         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9425         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9426         (todo-toggle-item-header, todo-toggle-item-highlighting)
9427         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9428         (todo-toggle-view-done-items, todo-toggle-view-done-only)
9429         (todo-unarchive-items, todo-unmark-category): New commands.
9430         (todo-absolute-file-name, todo-add-to-buffer-list)
9431         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9432         (todo-basic-insert-item, todo-category-completions)
9433         (todo-category-number, todo-category-string-matcher-1)
9434         (todo-category-string-matcher-2, todo-check-filtered-items-file)
9435         (todo-check-format, todo-clear-matches)
9436         (todo-comment-string-matcher, todo-convert-legacy-date-time)
9437         (todo-current-category, todo-date-string-matcher)
9438         (todo-define-insertion-command, todo-diary-expired-matcher)
9439         (todo-diary-goto-entry, todo-diary-item-p)
9440         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9441         (todo-display-categories, todo-display-sorted, todo-done-item-p)
9442         (todo-done-item-section-p, todo-done-separator)
9443         (todo-done-string-matcher, todo-files, todo-filter-items)
9444         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9445         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9446         (todo-insert-category-line, todo-insert-item-from-calendar)
9447         (todo-insert-sort-button, todo-insert-with-overlays)
9448         (todo-insertion-command-name, todo-insertion-key-bindings)
9449         (todo-label-to-key, todo-longest-category-name-length)
9450         (todo-make-categories-list, todo-mode-external-set)
9451         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9452         (todo-modes-set-3, todo-multiple-filter-files)
9453         (todo-nondiary-marker-matcher, todo-prefix-overlays)
9454         (todo-read-category, todo-read-date, todo-read-dayname)
9455         (todo-read-file-name, todo-read-time)
9456         (todo-reevaluate-category-completions-files-defcustom)
9457         (todo-reevaluate-default-file-defcustom)
9458         (todo-reevaluate-filelist-defcustoms)
9459         (todo-reevaluate-filter-files-defcustom)
9460         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9461         (todo-reset-done-separator, todo-reset-done-separator-string)
9462         (todo-reset-done-string, todo-reset-global-current-todo-file)
9463         (todo-reset-highlight-item, todo-reset-nondiary-marker)
9464         (todo-reset-prefix, todo-set-categories)
9465         (todo-set-date-from-calendar, todo-set-show-current-file)
9466         (todo-set-top-priorities, todo-short-file-name)
9467         (todo-show-current-file, todo-sort, todo-time-string-matcher)
9468         (todo-total-item-counts, todo-update-buffer-list)
9469         (todo-update-categories-display, todo-update-categories-sexp)
9470         (todo-update-count, todo-validate-name, todo-y-or-n-p):
9471         New functions.
9472         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9473         New major modes.
9474         (todo-categories, todo-display, todo-edit, todo-faces)
9475         (todo-filtered): New defgroups.
9476         (todo-archived-only, todo-button, todo-category-string, todo-date)
9477         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9478         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9479         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9480         (todo-add-item-if-new-category, todo-always-add-time-string)
9481         (todo-categories-align, todo-categories-archived-label)
9482         (todo-categories-category-label, todo-categories-diary-label)
9483         (todo-categories-done-label, todo-categories-number-separator)
9484         (todo-categories-todo-label, todo-categories-totals-label)
9485         (todo-category-completions-files, todo-completion-ignore-case)
9486         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9487         (todo-done-separator-string, todo-done-string)
9488         (todo-files-function, todo-filter-done-items, todo-filter-files)
9489         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9490         (todo-initial-category, todo-initial-file, todo-item-mark)
9491         (todo-legacy-date-time-regexp, todo-mode-line-function)
9492         (todo-nondiary-marker, todo-number-prefix)
9493         (todo-print-buffer-function, todo-show-current-file)
9494         (todo-show-done-only, todo-show-first, todo-show-with-done)
9495         (todo-skip-archived-categories, todo-top-priorities-overrides)
9496         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9497         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9498         New defcustoms.
9499         (todo-category-done, todo-date-pattern, todo-date-string-start)
9500         (todo-diary-items-buffer, todo-done-string-start)
9501         (todo-filtered-items-buffer, todo-item-start)
9502         (todo-month-abbrev-array, todo-month-name-array)
9503         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9504         (todo-top-priorities-buffer): New defconsts.
9505         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9506         (todo-categories-with-marks, todo-category-string-face)
9507         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9508         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9509         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9510         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9511         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9512         (todo-font-lock-keywords, todo-global-current-todo-file)
9513         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9514         (todo-insertion-commands-args)
9515         (todo-insertion-commands-args-genlist)
9516         (todo-insertion-commands-names, todo-insertion-map)
9517         (todo-key-bindings-t, todo-key-bindings-t+a)
9518         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9519         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9520         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9521         (todo-visited): New variables.
9523 2013-06-21  Glenn Morris  <rgm@gnu.org>
9525         * play/cookie1.el (cookie-apropos): Add optional display argument.
9526         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9527         (psychoanalyze-pinhead): Use cookie-doctor.
9529 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9531         * emacs-lisp/package.el (tar-get-file-descriptor)
9532         (tar--extract): Declare.
9534 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9536         Extend flymake's warning predicate to be a function (bug#14217).
9537         * progmodes/flymake.el (flymake-warning-predicate): New.
9538         (flymake-parse-line): Use it.
9539         (flymake-warning-re): Make obsolete alias to
9540         `flymake-warning-predicate'.
9542 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         * emacs-lisp/package.el (package-alist): Include obsolete packages.
9545         (package-obsolete-list): Remove.
9546         (package-activate): Remove min-version argument.  Add `force' argument.
9547         Adjust to new package-alist format.
9548         (package-mark-obsolete): Remove.
9549         (package-unpack): Force reload of the package's autoloads.
9550         (package-installed-p): Check builtins if the installed package is not
9551         recent enough.
9552         (package-initialize): Don't reset package-obsolete-list.
9553         Don't specify which package version to activate.
9554         (package-process-define-package, describe-package-1)
9555         (package-menu--generate): Adjust to new package-alist format.
9557 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9559         * allout-widgets.el (allout-widgets-mode-off)
9560         (allout-widgets-mode-on, allout-widgets-pre-command-business)
9561         (allout-widgets-post-command-business)
9562         (allout-widgets-after-copy-or-kill-function)
9563         (allout-widgets-after-undo-function, allout-test-range-overlaps)
9564         (allout-decorate-item-and-context)
9565         (allout-graphics-modification-handler): Fix typos in docstrings.
9566         (allout-get-or-create-parent-widget): Use `looking-at-p'.
9568         * cmuscheme.el (scheme-start-file): Doc fix.
9569         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9570         (scheme-input-filter): Use `string-match-p'.
9572         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9574         * dired-x.el: Use Dired consistently in docstrings.
9576         * dired.el: Use Dired consistently in docstrings.
9577         (dired-readin, dired-mode): Use `setq-local'.
9578         (dired-switches-alist): Make defvar-local.
9579         (dired-buffers-for-dir): Use `zerop'.
9580         (dired-safe-switches-p, dired-switches-escape-p)
9581         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9582         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9583         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
9584         (dired-goto-next-nontrivial-file): Use `string-match-p'.
9585         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9586         (dired-toggle-marks, dired-mark-files-containing-regexp)
9587         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9588         (dired-flag-auto-save-files, dired-flag-backup-files):
9589         Use `looking-at-p'.
9590         (dired-mark-files-regexp, dired-build-subdir-alist):
9591         Use `string-match-p', `looking-at-p'.
9593         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9594         (direct-print-region-helper): Use `string-match-p'.
9596 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9598         * comint.el (comint-redirect-results-list-from-process):
9599         Fix infinite loop.
9601 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603         * net/eww.el (eww-update-header-line-format): Quote % characters.
9605 2013-06-21  Glenn Morris  <rgm@gnu.org>
9607         * play/cookie1.el (cookie): New custom group.
9608         (cookie-file): New option.
9609         (cookie-check-file): New function.
9610         (cookie): Make it interactive.  Make start and end messages optional.
9611         Interactively, display the result.  Default to cookie-file.
9612         (cookie-insert): Default to cookie-file.
9613         (cookie-snarf): Make start and end messages optional.
9614         Default to cookie-file.  Use with-temp-buffer.
9615         (cookie-read): Rename from read-cookie.
9616         Make start and end messages optional.  Default to cookie-file.
9617         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
9618         Do not autoload it.
9619         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9620         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9622 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9624         * progmodes/octave.el (octave-mode): Backward compatibility fix.
9626 2013-06-21  Glenn Morris  <rgm@gnu.org>
9628         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9630 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9631             Daniel Hackney  <dan@haxney.org>
9633         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9634         Consolidate the single-file vs tarball code.
9635         (package-desc-suffix): New function.
9636         (package-desc-full-name): Don't bother inlining it.
9637         (package-load-descriptor): Return the new package-desc.
9638         (package-mark-obsolete): Remove unused arg `package'.
9639         (package-unpack): Make it work for single files as well.
9640         Make it update package-alist.
9641         (package--make-autoloads-and-stuff): Rename from
9642         package--make-autoloads-and-compile.  Don't compile any more.
9643         (package--compile): New function.
9644         (package-generate-description-file): New function, extracted from
9645         package-unpack-single.
9646         (package-unpack-single): Remove.
9647         (package--with-work-buffer): Add indentation and debugging info.
9648         (package-download-single): Remove.
9649         (package-install-from-archive): Rename from package-download-tar, make
9650         it take a pkg-desc, and make it work for single files as well.
9651         (package-download-transaction): Simplify.
9652         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
9653         external tar program.
9654         (package-install-from-buffer): Remove `pkg-desc' argument.
9655         Use package-tar-file-info for tar-mode buffers.
9656         (package-install-file): Simplify accordingly.
9657         (package-archive-base): Change to take a pkg-desc.
9658         * tar-mode.el (tar--check-descriptor): New function, extracted from
9659         tar-get-descriptor.
9660         (tar-get-descriptor): Use it.
9661         (tar-get-file-descriptor): New function.
9662         (tar--extract): New function, extracted from tar-extract.
9663         (tar--extract): Use it.
9664         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9665         case the summary uses non-ascii.  Adjust to new calling convention of
9666         package-tar-file-info.
9668 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9670         * comint.el (comint-redirect-results-list-from-process):
9671         Fix random delay.  (Bug#14681)
9673 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9675         * profiler.el (profiler-format-number): Use log, not log10.
9677 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9679         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9681 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9683         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9684         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9685         yet available.
9686         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9687         (AUTOGENEL): ... here.
9688         * emacs-lisp/cl-macs.el (cl--sublis): New function.
9689         (cl--defsubst-expand): Use it.
9691 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9693         * subr.el (log10): Move here from C code, and declare as obsolete.
9694         All uses of (log10 X) replaced with (log X 10).
9696 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9698         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9699         Declare with `defvar-local'.
9700         (tabulated-list-use-header-line, tabulated-list-entries)
9701         (tabulated-list-padding, tabulated-list-printer)
9702         (tabulated-list-sort-key): Declare with `defvar-local'.
9703         (tabulated-list-init-header, tabulated-list-print-fake-header):
9704         Use `setq-local'.
9706 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
9708         * arc-mode.el (archive-mode): Add `archive-write-file' to
9709         `write-contents-functions' also for remote files.  (Bug#14652)
9711 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9713         * cus-edit.el (custom-commands): Fix typos.
9714         (custom-display): Fix tooltip text.
9715         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9716         Fix typos in docstrings.
9717         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
9718         (custom-unlispify-menu-entry, custom-magic-value-create)
9719         (custom-add-see-also, custom-group-value-create): Use ?\s.
9720         (custom-guess-type, customize-apropos, editable-field)
9721         (custom-face-value-create): Use `string-match-p'.
9722         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
9724         * custom.el (custom-load-symbol): Use `string-match-p'.
9726         * ansi-color.el: Convert to lexical binding.
9727         (ansi-colors): Fix URL.
9728         (ansi-color-context, ansi-color-context-region): Use defvar-local.
9729         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
9730         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
9732 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9734         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
9736         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
9738 2013-06-19  Tom Tromey  <tromey@redhat.com>
9740         * net/eww.el (eww-top-url): Remove.
9741         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
9742         (eww-render): Set new variables.  Don't set eww-top-url.
9743         (eww-handle-link): Handle "prev", "home", and "contents".
9744         Downcase the rel text.
9745         (eww-top-url): Choose best top URL.
9747 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749         * net/eww.el: Rewrite to implement form elements "by hand" instead of
9750         relying in widget.el.  Using widget.el leads to too many
9751         user interface inconsistencies.
9752         (eww-self-insert): Implement entering commands in text fields.
9753         (eww-process-text-input): New function to make text input field editing
9754         work.
9755         (eww-submit): Rewrite to use the new-style form methods.
9756         (eww-select-display): Display the correct selected item.
9757         (eww-change-select): Implement changing the select value.
9758         (eww-toggle-checkbox): Implement radio/checkboxes.
9759         (eww-update-field): Fix compilation error.
9760         (eww-tag-textarea): Implement <textarea>.
9762         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
9763         we don't shadow mode-specific bindings.
9765         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
9766         nothing to push.
9768         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
9770 2013-06-19  Glenn Morris  <rgm@gnu.org>
9772         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
9774 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9776         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
9777         not needed.
9779         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
9781 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783         * net/browse-url.el (browse-url-browser-function):
9784         `eww-browse-url' has the right calling signature, `eww' does not.
9786 2013-06-19  Glenn Morris  <rgm@gnu.org>
9788         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9789         Only eval autoloaded macros.
9790         (byte-compile-autoload): Only give the macro warning for macros.
9792         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
9793         (ps-underlined-faces): Declare.
9795         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
9796         (speedbar-add-supported-extension): Declare.
9798         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
9799         Don't include a date stamp in the header of the generated file;
9800         it leads to needless differences between output files.
9802 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
9804         * net/secrets.el (secrets-struct-secret-content-type):
9805         Replace check of introspection data by a test call of "CreateItem".
9806         Some servers do not offer introspection.
9808 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9810         * electric.el (electric-pair-mode): Improve interaction with
9811         electric-layout-mode.
9812         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
9813         (electric-pair-syntax): Use text-mode-syntax-table in comments
9814         and strings.
9815         (electric-pair--insert): New function.
9816         (electric-pair-post-self-insert-function): Use it and
9817         electric--after-char-pos.
9819 2013-06-19  Leo Liu  <sdl.web@gmail.com>
9821         * progmodes/octave.el (octave-help): Fix regexp.
9823 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
9826         (shr-table-horizontal-line): Allow nil as a value, and change the
9827         default.
9828         (shr-insert-table-ruler): Respect the nil value.
9830 2013-06-18  Tom Tromey  <tromey@barimba>
9832         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9833         New defvars.
9834         (eww-open-file): New defun.
9835         (eww-render): Initialize new variables.
9836         (eww-display-html): Handle "link" and "a".
9837         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
9838         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
9839         (eww-back-url): Rename from eww-previous-url.
9840         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
9841         New defuns.
9843 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
9845         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
9846         Distinguish ternary operator tokens from slash symbol and slash
9847         char literal.
9849 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9851         Convert symbol prettification into minor mode and global minor mode.
9853         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
9854         `prog-prettify-symbols', and make a local defvar instead of defcustom.
9855         (prettify-symbols--keywords): Rename from
9856         `prog-prettify-symbols-alist' and make a local defvar.
9857         (prettify-symbols--compose-symbol): Rename from
9858         `prog--prettify-font-lock-compose-symbol'.
9859         (prettify-symbols--make-keywords): Rename from
9860         `prog-prettify-font-lock-symbols-keywords' and simplify.
9861         (prog-prettify-install): Remove.
9862         (prettify-symbols-mode): New minor mode, based on
9863         `prog-prettify-install'.
9864         (turn-on-prettify-symbols-mode): New function.
9865         (global-prettify-symbols-mode): New globalized minor mode.
9867         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9868         * progmodes/cfengine.el (cfengine3-mode):
9869         * progmodes/perl-mode.el (perl-mode): Don't call
9870         `prog-prettify-install'; set `prettify-symbols-alist' instead.
9872 2013-06-18  Juri Linkov  <juri@jurta.org>
9874         * files-x.el (modify-file-local-variable-message): New function.
9875         (modify-file-local-variable)
9876         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9877         and call `modify-file-local-variable-message' when it's non-nil.
9878         (add-file-local-variable, delete-file-local-variable)
9879         (add-file-local-variable-prop-line)
9880         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9881         and use it.  (Bug#9820)
9883 2013-06-18  Juri Linkov  <juri@jurta.org>
9885         * emulation/vi.el (vi-shell-op):
9886         * emulation/vip.el (vip-execute-com, ex-command):
9887         * emulation/viper-cmd.el (viper-exec-bang):
9888         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9889         the call of `shell-command-on-region'.  (Bug#14637)
9891         * simple.el (shell-command-on-region): Doc fix.
9893 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9895         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9896         (bug#14633).
9898 2013-06-18  Glenn Morris  <rgm@gnu.org>
9900         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9902         * newcomment.el (comment-search-forward, comment-search-backward):
9903         Doc fix.  (Bug#14376)
9905 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9907         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9908         (buffer-face-mode-invoke): Doc fix.
9910 2013-06-18  Matthias Meulien  <orontee@gmail.com>
9912         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9913         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9915 2013-06-18  Glenn Morris  <rgm@gnu.org>
9917         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9918         Replace obsolete function generic-make-keywords with its expansion.
9920         * progmodes/python.el (ffap-alist): Declare.
9922         * textmodes/reftex.el (bibtex-mode-map): Declare.
9924 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9926         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9927         (package-unpack, package-unpack-single): Return the pkg-dir.
9928         (package-download-transaction): Use it to update package-alist.
9930 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9932         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9933         possible choice.
9935 2013-06-17  Juri Linkov  <juri@jurta.org>
9937         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9939 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9941         * emacs-lisp/package.el (package-load-descriptor):
9942         Remove `with-syntax-table' call, `read' doesn't need it.
9943         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9945 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9947         * startup.el (command-line): Expand package name returned by
9948         `package--description-file' (bug#14639).
9950 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9952         * emacs-lisp/package.el (package-load-descriptor): Do not call
9953         `emacs-lisp-mode', just use its syntax table.
9955 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9957         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9958         `font-lock-extra-managed-props' if any prettifying keyword is added.
9959         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9960         (prog-mode): Use `setq-local'.
9962 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9964         * international/characters.el (standard-case-table): Set syntax of ?»
9965         and ?« to punctuation.
9967 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
9969         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9970         Save relevant match data before calling `syntax-ppss' (bug#14595).
9972 2013-06-15  Juri Linkov  <juri@jurta.org>
9974         * files-x.el (modify-file-local-variable-prop-line): Add local
9975         variables to the end of the existing comment on the first line.
9976         Use `file-auto-mode-skip' to skip interpreter magic line,
9977         and also skip XML declaration.
9979 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9981         * startup.el (package--builtin-versions): New var.
9982         (package-subdirectory-regexp): Remove.
9983         (package--description-file): Hard code its value instead.
9985         * emacs-lisp/package.el: Don't activate packages older than builtin.
9986         (package-obsolete-list): Rename from package-obsolete-alist, and make
9987         it into a simple list of package-desc.
9988         (package-strip-version): Remove.
9989         (package-built-in-p): Use package--builtin-versions.
9990         (package-mark-obsolete): Simplify.
9991         (package-process-define-package): Mark it obsolete if older than the
9992         builtin version.
9993         (package-handle-response): Use line-end-position.
9994         (package-read-archive-contents, package--download-one-archive):
9995         Simplify.
9996         (package--add-to-archive-contents): Skip if older than the builtin or
9997         installed version.
9998         (package-menu-describe-package): Fix last change.
9999         (package-list-unversioned): New var.
10000         (package-menu--generate): Use it.
10002         * emacs-lisp/autoload.el: Manage package--builtin-versions.
10003         (autoload--insert-text, autoload--insert-cookie-text): New functions.
10004         (autoload-builtin-package-versions): New variable.
10005         (autoload-generate-file-autoloads): Use them.
10006         Remove the list of autoloaded functions/macros from the
10007         (autoload...) comments.
10009         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10011 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
10013         * simple.el (line-move-partial): Don't jump to the next screen
10014         line as soon as it becomes visible.  Instead, continue enlarging
10015         the vscroll until the portion of a tall screen line that's left on
10016         display is about the height of the frame's default font.
10017         (Bug#14567)
10019 2013-06-15  Glenn Morris  <rgm@gnu.org>
10021         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10022         compilation-error-regexp-alist void, or local while let-bound.
10024         * progmodes/make-mode.el (makefile-mode-syntax-table):
10025         Treat "=" as punctuation.  (Bug#14614)
10027 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
10029         * help-fns.el (describe-variable):
10030         Add extra line for permanent-local variables.
10032 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
10034         * progmodes/scheme.el (scheme-font-lock-keywords-2):
10035         Add export, import, library.  (Bug#9164)
10036         (library): Set indent function.
10038 2013-06-14  Glenn Morris  <rgm@gnu.org>
10040         * term/xterm.el (xterm--query):
10041         Stop after first matching handler.  (Bug#14615)
10043 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
10045         Add support for dired in saveplace.
10046         * dired.el (dired-initial-position-hook): New variable.
10047         (dired-initial-position): Call hook to place cursor position.
10048         * saveplace.el (save-place-to-alist): Add dired position.
10049         (save-place-dired-hook): New function.
10051 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10053         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10054         through a symbol rather than letrec.
10056         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
10057         (package-desc): Add `dir' field.
10058         (package-desc-full-name): New function.
10059         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
10060         (package-maybe-load-descriptor): Remove.
10061         (package-load-all-descriptors): Just call package-load-descriptor.
10062         (package--disabled-p): New function.
10063         (package-desc-vers, package-desc-doc): Remove aliases.
10064         (package--dir): Remove function.
10065         (package-activate): Check if a package is disabled.
10066         (package-process-define-package): New function, extracted from
10067         define-package.
10068         (define-package): Turn into a place holder.
10069         (package-unpack-single, package-tar-file-info):
10070         Use package--description-file.
10071         (package-compute-transaction): Use package--disabled-p.
10072         (package-download-transaction): Don't call
10073         package-maybe-load-descriptor since they're all loaded anyway.
10074         (package-install): Change argument to be a pkg-desc.
10075         (package-delete): Use a single pkg-desc argument.
10076         (describe-package-1): Use package-desc-dir instead of package--dir.
10077         Use package-desc property instead of package-symbol.
10078         (package-install-button-action): Adjust accordingly.
10079         (package--push): Rewrite.
10080         (package-menu--print-info): Adjust accordingly.  Change the ID format
10081         to be a pkg-desc.
10082         (package-menu-describe-package, package-menu-get-status)
10083         (package-menu--find-upgrades, package-menu-mark-upgrades)
10084         (package-menu-execute, package-menu--name-predicate):
10085         Adjust accordingly.
10086         * startup.el (package--description-file): New function.
10087         (command-line): Use it.
10088         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10089         Use package-desc-version.
10091         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10092         (byte-compile-preprocess): Use it.
10093         (byte-compile-file-form-defalias): Try a bit harder to use macros we
10094         can't quite recognize.
10095         (byte-compile-add-to-list): Remove.
10096         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10097         (cconv-closure-convert): Add assertion.
10099         * emacs-lisp/map-ynp.el: Use lexical-binding.
10100         (map-y-or-n-p): Remove unused vars `tail' and `object'.
10101         Factor out some repeated code.
10103 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * subr.el (with-eval-after-load): New macro.
10106         (eval-after-load): Allow form to be a function.
10107         take advantage of lexical-binding.
10108         (do-after-load-evaluation): Use dolist and adjust to new format.
10109         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10111 2013-06-13  Juri Linkov  <juri@jurta.org>
10113         * replace.el (perform-replace): Display "symbol " and other search
10114         modes from `isearch-message-prefix' in the *Help* buffer.
10116         * isearch.el (isearch-query-replace): Add " symbol" and other
10117         possible search modes from `isearch-message-prefix' to the prompt.
10118         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10119         when reading a regexp to collect.
10121 2013-06-13  Juri Linkov  <juri@jurta.org>
10123         * isearch.el (word-search-regexp): Match whitespace if the search
10124         string begins or ends in whitespace.  The LAX arg is applied to
10125         both ends of the search string.  Use `regexp-quote' and explicit
10126         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
10127         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10128         boundaries are replaced with symbol boundaries, and characters
10129         between symbols match non-word non-symbol syntax.  (Bug#14602)
10131 2013-06-13  Juri Linkov  <juri@jurta.org>
10133         * isearch.el (isearch-del-char): Don't exceed the length of
10134         `isearch-string' by the prefix arg.  (Bug#14563)
10136 2013-06-13  Juri Linkov  <juri@jurta.org>
10138         * isearch.el (isearch-yank-word, isearch-yank-line)
10139         (isearch-char-by-name, isearch-quote-char)
10140         (isearch-printing-char, isearch-process-search-char):
10141         Add optional count prefix arg.  (Bug#14563)
10143         * international/isearch-x.el
10144         (isearch-process-search-multibyte-characters):
10145         Add optional count prefix arg.
10147 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10149         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10150         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10151         lexical-binding.
10153 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
10155         * subr.el (set-temporary-overlay-map): Add on-exit argument.
10157 2013-06-13  Glenn Morris  <rgm@gnu.org>
10159         * startup.el (tty-handle-args):
10160         Don't just discard "--" and anything after.  (Bug#14608)
10162         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10164 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
10166         Implement changes in Secret Service API.  Make it backward compatible.
10167         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10168         (secrets-create-item): Use it.  Prefix properties with interface.
10170 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
10172         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
10173         (term-emulate-terminal): Respect term-suppress-hard-newline.
10175 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
10177         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10178         Only remove a `thumb-file' overlay.  (Bug#14548)
10180 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
10182         * mail/reporter.el (reporter-submit-bug-report):
10183         Handle missing package-name.  (Bug#14600)
10185 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10187         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10188         (reftex-citation-prompt, reftex-default-bibliography)
10189         (reftex-bib-or-thebib, reftex-get-bibfile-list)
10190         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10191         (reftex-bib-sort-author, reftex-bib-sort-year)
10192         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10193         (reftex-extract-bib-entries-from-thebibliography)
10194         (reftex-get-bibkey-default, reftex-get-bib-names)
10195         (reftex-parse-bibtex-entry, reftex-get-bib-field)
10196         (reftex-format-bib-entry, reftex-parse-bibitem)
10197         (reftex-format-bibitem, reftex-do-citation)
10198         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10199         (reftex-restrict-bib-matches, reftex-extract-bib-file)
10200         (reftex-insert-bib-matches, reftex-format-citation)
10201         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10202         (reftex-create-bibtex-file): Add docstrings, mostly by converting
10203         existing comments into docstrings.
10205 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10207         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10209 2013-06-12  Andreas Schwab  <schwab@suse.de>
10211         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10212         for auto-save files.
10214 2013-06-12  Glenn Morris  <rgm@gnu.org>
10216         * ido.el (ido-delete-ignored-files): Remove.
10217         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10218         Go back to calling ido-ignore-item-p directly.
10220 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
10222         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10224         * ido.el (ido-delete-ignored-files): New function,
10225         split from ido-make-file-list-1.
10226         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
10227         (ido-make-file-list-1): Use ido-delete-ignored-files.
10229 2013-06-12  Leo Liu  <sdl.web@gmail.com>
10231         * progmodes/octave.el (inferior-octave-startup)
10232         (inferior-octave-completion-table)
10233         (inferior-octave-track-window-width-change)
10234         (octave-eldoc-function-signatures, octave-help)
10235         (octave-find-definition): Use single quoted strings.
10236         (inferior-octave-startup-args): Change default value.
10237         (inferior-octave-startup): Do not hard code "-i" and
10238         "--no-line-editing".
10239         (inferior-octave-resync-dirs): Add optional arg NOERROR.
10240         (inferior-octave-directory-tracker): Use it.
10241         (octave-goto-function-definition): Robustify.
10242         (octave-help): Support highlighting operators in 'See also'.
10243         (octave-find-definition): Find subfunctions only in Octave mode.
10245 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10247         * help-fns.el (help-fns--compiler-macro): If the handler function is
10248         named, then put a link to it.
10249         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10250         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10251         (cl-typep): Use it.
10252         (cl-eval-when): Simplify debug spec.
10253         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
10254         compiler-macro function instead of setting `compiler-macro-file'.
10256 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10258         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10259         * vc/vc-hooks.el (vc-stay-local): Doc fix.
10261 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10262             Daniel Hackney  <dan@haxney.org>
10264         First part of Daniel Hackney's patch to package.el.
10265         * emacs-lisp/package.el: Use defstruct.
10266         (package-desc): New, main struct.
10267         (package--bi-desc, package--ac-desc): New structs, used to describe the
10268         format in external files.
10269         (package-desc-vers): Replace with package-desc-version accessor.
10270         (package-desc-doc): Replace with package-desc-summary accessor.
10271         (package-activate-1): Remove `package' arg since the pkg-vec now
10272         includes the name.
10273         (define-package): Use package-desc-from-define.
10274         (package-unpack-single): Change file-name arg to be a symbol.
10275         (package--add-to-archive-contents): Use package-desc-create and new
10276         accessor functions to package--ac-desc.
10277         (package-buffer-info, package-tar-file-info): Return a package-desc.
10278         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
10279         arg to be a package-desc.
10280         (package-install-file): Adjust accordingly.  Use \' to match EOS.
10281         (package--from-builtin): New function.
10282         (describe-package-1, package-menu--generate): Use it.
10283         (package--make-autoloads-and-compile): Change name arg to be a symbol.
10284         (package-generate-autoloads): Idem and return the name of the file.
10285         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10286         Change pkg-info arg to be a package-desc.
10287         Use package-make-ac-desc.
10288         (package-upload-file): Use \' to match EOS.
10289         * finder.el (finder-compile-keywords): Use package-make-builtin.
10291 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10293         * vc/vc.el (vc-deduce-fileset): Change error message.
10294         (vc-read-backend): New function.
10295         (vc-next-action): Use it.
10297         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10299         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10300         (prolog-font-lock-keywords): Use regexp-opt instead.
10301         Don't manually highlight strings.
10302         (prolog-mode-variables): Simplify comment-start-skip.
10303         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
10305         * emacs-lisp/generic.el (generic--normalise-comments)
10306         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10307         (generic-mode-set-comments): Use them.
10308         (generic-bracket-support): Use setq-local.
10309         (generic-make-keywords-list): Declare obsolete.
10311 2013-06-11  Glenn Morris  <rgm@gnu.org>
10313         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10314         Prettify after setting font-lock-defaults.  (Bug#14574)
10316 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
10318         * replace.el (query-replace, occur-read-regexp-defaults-function)
10319         (replace-search):
10320         * subr.el (declare-function, number-sequence, local-set-key)
10321         (substitute-key-definition, locate-user-emacs-file)
10322         (with-silent-modifications, split-string, eval-after-load):
10323         Fix typos, remove unneeded backslashes and reflow some docstrings.
10325 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10327         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10328         default for Elisp files.
10330 2013-06-11  Glenn Morris  <rgm@gnu.org>
10332         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10333         although define-derived-mode was doing this anyway.  (Bug#14583)
10335 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
10337         * allout.el (allout-encryption-plaintext-sanitization-regexps):
10338         Fix make-variable-buffer-local call to refer to the correct variable.
10340 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
10342         * eshell/em-term.el (eshell-visual-commands)
10343         (eshell-visual-subcommands, eshell-visual-options):
10344         Add summary line to docstrings.  Add cross-references.
10346 2013-06-10  Glenn Morris  <rgm@gnu.org>
10348         * epa.el (epa-read-file-name): New function.  (Bug#14510)
10349         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
10351 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10353         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10354         output redirection to be ignored with visual commands.
10356 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10358         * eshell/em-term.el (eshell-visual-command-p): New function.
10359         (eshell-term-initialize): Move long lambda to separate function
10360         eshell-visual-command-p.
10361         * eshell/em-dirs.el (eshell-dirs-initialise):
10362         * eshell/em-script.el (eshell-script-initialize):
10363         Add missing #' to lambda.
10365 2013-06-08  Leo Liu  <sdl.web@gmail.com>
10367         * progmodes/octave.el (octave-add-log-current-defun): New function.
10368         (octave-mode): Set add-log-current-defun-function.
10369         (octave-goto-function-definition): Do not move point if not found.
10370         (octave-find-definition): Enhance to try subfunctions first.
10372 2013-06-08  Glenn Morris  <rgm@gnu.org>
10374         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10375         (byte-compile-backward-char, byte-compile-backward-word):
10376         Improve previous change, to handle non-explicit nil.
10378 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10381         (smie--opener/closer-at-point): New function.
10382         (smie--matching-block-data): Use it.  Don't match from right after an
10383         opener or right before a closer.  Obey smie-blink-matching-inners.
10384         Don't signal a mismatch for repeated inners like "switch..case..case".
10386 2013-06-07  Leo Liu  <sdl.web@gmail.com>
10388         * progmodes/octave.el (octave-mode): Set comment-use-global-state
10389         to t.  (Bug#14303)
10390         (octave-function-header-regexp): Fix.  (Bug#14570)
10391         (octave-help-mode-finish-hook, octave-help-mode-finish):
10392         Remove.  Just use temp-buffer-show-hook.
10394         * newcomment.el (comment-search-backward): Revert last change.
10395         (Bug#14434)
10397         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10399 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
10401         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10402         through xargs, to avoid failure due to MS-Windows limitations on
10403         command-line length.
10405 2013-06-06  Glenn Morris  <rgm@gnu.org>
10407         * font-lock.el (lisp-font-lock-keywords-2):
10408         Treat user-error like error.
10410         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10411         (byte-compile-backward-char, byte-compile-backward-word):
10412         Handle explicit nil arguments.  (Bug#14565)
10414 2013-06-05  Alan Mackenzie  <acm@muc.de>
10416         * isearch.el (isearch-allow-prefix): New user option.
10417         (isearch-other-meta-char): Don't exit isearch when a prefix
10418         argument is typed whilst `isearch-allow-prefix' is non-nil.
10419         (Bug#9706)
10421 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * autorevert.el (auto-revert-notify-handler): Use memq.
10424         Hide assertion failure.
10426         * skeleton.el: Use cl-lib.
10427         (skeleton-further-elements): Use defvar-local.
10428         (skeleton-insert): Use cl-progv.
10430 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10432         * progmodes/prog-mode.el (prog-prettify-symbols)
10433         (prog-prettify-install): Update docstrings.
10435 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10437         * simple.el: Move all the prog-mode code to prog-mode.el.
10438         * progmodes/prog-mode.el: New file.
10439         * loadup.el: Add prog-mode.el.
10441 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10443         * simple.el (prog-prettify-symbols): Add version.
10444         (prog-prettify-install): Add convenience function to prettify symbols.
10446         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10447         (perl--augmented-font-lock-keywords-1)
10448         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10449         variables and use it.
10451         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10452         (cfengine3-mode): Remove unneeded variable and use it.
10454         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10455         (lisp--augmented-font-lock-keywords-1)
10456         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10457         Remove unneeded variables and use it.
10459 2013-06-05  João Távora  <joaotavora@gmail.com>
10461         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10462         to point when opening the connection.  (Bug#14380)
10464 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10466         * subr.el (load-history-regexp, load-history-filename-element)
10467         (eval-after-load, after-load-functions, do-after-load-evaluation)
10468         (eval-next-after-load, display-delayed-warnings)
10469         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10470         definition of save-match-data.
10471         (overriding-local-map): Remove accidental obsolescence declaration.
10473         * emacs-lisp/edebug.el (edebug-result): Move before first use.
10475 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10477         Generalize symbol prettify support to prog-mode and implement it
10478         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10479         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10480         (prog--prettify-font-lock-compose-symbol)
10481         (prog-prettify-font-lock-symbols-keywords): New variables and
10482         functions to support symbol prettification.
10483         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10484         (lisp--augmented-font-lock-keywords-1)
10485         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10486         (lisp--prettify-symbols-alist): Implement prettify of lambda.
10487         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10488         (cfengine3--prettify-symbols-alist, cfengine3-mode):
10489         Implement prettify of -> => :: strings.
10490         * progmodes/perl-mode.el (perl-prettify-symbols)
10491         (perl--font-lock-compose-symbol)
10492         (perl--font-lock-symbols-keywords): Move to prog-mode.
10493         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10494         (perl-font-lock-keywords-1)
10495         (perl-font-lock-keywords-2): Remove explicit prettify support.
10496         (perl--augmented-font-lock-keywords)
10497         (perl--augmented-font-lock-keywords-1)
10498         (perl--augmented-font-lock-keywords-2, perl-mode):
10499         Implement prettify support.
10501 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10503         Re-implement smie matching block highlight using
10504         show-paren-data-function.  (Bug#14395)
10505         * emacs-lisp/smie.el (smie-matching-block-highlight)
10506         (smie--highlight-matching-block-overlay)
10507         (smie--highlight-matching-block-lastpos)
10508         (smie-highlight-matching-block)
10509         (smie-highlight-matching-block-mode): Remove.
10510         (smie--matching-block-data-cache): New variable.
10511         (smie--matching-block-data): New function.
10512         (smie-setup): Use smie--matching-block-data for
10513         show-paren-data-function.
10515         * progmodes/octave.el (octave-mode-menu): Fix.
10516         (octave-find-definition): Skip garbage lines.
10518 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         Fix compilation error with simultaneous dynamic+lexical scoping.
10521         Add warning when a defvar appears after the first let-binding.
10522         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10523         (byte-compile-close-variables): Initialize it.
10524         (byte-compile--declare-var): New function.
10525         (byte-compile-file-form-defvar)
10526         (byte-compile-file-form-define-abbrev-table)
10527         (byte-compile-file-form-custom-declare-variable): Use it.
10528         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10529         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10530         (byte-compile-bind): Handle dynamic bindings that shadow
10531         lexical bindings.
10532         (byte-compile-unbind): Make arg non-optional.
10533         (byte-compile-let): Simplify.
10534         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10535         (cconv--analyse-function, cconv-analyse-form): Populate it.
10536         Protect byte-compile-bound-variables to limit the scope of defvars.
10537         (cconv-analyse-form): Add missing rule for (defvar <foo>).
10538         Remove unneeded rule for `declare'.
10540         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10541         so as to avoid depending on cl-adjoin at run-time.
10542         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10544         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10545         (macroexp--warn-and-return): Use it.
10547 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10549         * subr.el: Convert to lexical binding.
10550         (overriding-local-map): Make obsolete.
10551         (add-to-list): Doc fix.  Add compiler macro.
10552         (read-key): Swap values of local maps.
10554 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10556         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10558 2013-06-04  Leo Liu  <sdl.web@gmail.com>
10560         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10561         (compilation-auto-jump): Suppress the "Mark set" message to give
10562         way to exit message.
10564 2013-06-04  Alan Mackenzie  <acm@muc.de>
10566         Remove faulty optimisation from indentation calculation.
10567         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10568         search limit based on 2000 characters back from indent-point.
10570 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10572         * eshell/em-term.el (cl-lib): Require `cl-lib'.
10574 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * emacs-lisp/lisp.el: Use lexical-binding.
10577         (lisp--local-variables-1, lisp--local-variables): New functions.
10578         (lisp--local-variables-completion-table): New var.
10579         (lisp-completion-at-point): Use it complete let-bound vars.
10581         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10582         eagerly (bug#14422).
10584 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
10586         * autorevert.el (auto-revert-notify-enabled)
10587         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10588         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10589         (auto-revert-notify-handler): Handle also gfilenotify.
10591         * subr.el (file-notify-handle-event): New defun.  Replacing ...
10592         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10593         Remove.
10595 2013-06-03  Juri Linkov  <juri@jurta.org>
10597         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10598         `M-s h .'.  (Bug#14427)
10600         * hi-lock.el (highlight-symbol-at-point): New alias for the new
10601         command `hi-lock-face-symbol-at-point'.
10602         (hi-lock-face-symbol-at-point): New command.
10603         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10604         (hi-lock-menu): Add `highlight-symbol-at-point'.
10605         (hi-lock-mode): Doc fix.
10607         * isearch.el (isearch-forward-symbol-at-point): New command.
10608         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10609         (isearch-highlight-regexp): Add a regexp which matches
10610         words/symbols for word/symbol mode.
10612         * subr.el (find-tag-default-bounds): New function with the body
10613         mostly moved from `find-tag-default'.
10614         (find-tag-default): Move most code to `find-tag-default-bounds',
10615         call it and apply `buffer-substring-no-properties' afterwards.
10617 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10619         * eshell/em-term.el (eshell-term-initialize):
10620         Use `cl-intersection' rather than `intersection'.
10622 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
10624         * vc/log-view.el: Doc fix.
10625         (log-view-mode-map): Copy keymap from `special-mode-map'.
10627 2013-06-02  Eric Ludlam  <zappo@gnu.org>
10629         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10630         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10631         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10632         (eieio-unbound, eieio-default-superclass)
10633         (eieio--define-field-accessors, method-static, method-before)
10634         (method-primary, method-after, method-num-lists)
10635         (method-generic-before, method-generic-primary)
10636         (method-generic-after, method-num-slots)
10637         (eieio-specialized-key-to-generic-key)
10638         (eieio--check-type, class-v, class-p)
10639         (eieio-class-name, define-obsolete-function-alias)
10640         (eieio-class-parents-fast, eieio-class-children-fast)
10641         (same-class-fast-p, class-constructor, generic-p)
10642         (generic-primary-only-p, generic-primary-only-one-p)
10643         (class-option-assoc, class-option, eieio-object-p)
10644         (class-abstract-p, class-method-invocation-order)
10645         (eieio-defclass-autoload-map, eieio-defclass-autoload)
10646         (eieio-class-un-autoload, eieio-defclass)
10647         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10648         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10649         (eieio--defgeneric-init-form, eieio-defgeneric-form)
10650         (eieio-defgeneric-reset-generic-form)
10651         (eieio-defgeneric-form-primary-only)
10652         (eieio-defgeneric-reset-generic-form-primary-only)
10653         (eieio-defgeneric-form-primary-only-one)
10654         (eieio-defgeneric-reset-generic-form-primary-only-one)
10655         (eieio-unbind-method-implementations)
10656         (eieio--defmethod, eieio--typep)
10657         (eieio-perform-slot-validation, eieio-validate-slot-value)
10658         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10659         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10660         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10661         (eieio-slot-name-index, eieio-class-slot-name-index)
10662         (eieio-set-defaults, eieio-initarg-to-attribute)
10663         (eieio-attribute-to-initarg, eieio-c3-candidate)
10664         (eieio-c3-merge-lists, eieio-class-precedence-c3)
10665         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10666         (eieio-class-precedence-list, eieio-generic-call-methodname)
10667         (eieio-generic-call-arglst, eieio-generic-call-key)
10668         (eieio-generic-call-next-method-list)
10669         (eieio-pre-method-execution-functions, eieio-generic-call)
10670         (eieio-generic-call-primary-only, eieiomt-method-list)
10671         (eieiomt-optimizing-obarray, eieiomt-install)
10672         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10673         (eieio-generic-form, eieio-defmethod, make-obsolete)
10674         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10675         (defclass): Remove `eval-and-compile' from macro.
10676         (call-next-method, shared-initialize): Instead of using
10677         `scoped-class' variable, use new eieio--scoped-class, and
10678         eieio--with-scoped-class.
10679         (initialize-instance): Rename local variable 'scoped-class' to
10680         'this-class' to remove ambiguitity from old global.
10682         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
10683         eieio.el.
10684         (eieio--scoped-class-stack): New variable.
10685         (eieio--scoped-class): New fcn.
10686         (eieio--with-scoped-class): New scoping macro.
10687         (eieio-defclass): Use pushnew instead of add-to-list.
10688         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10689         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10690         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10691         `scoped-class' variable, use new eieio--scoped-class, and
10692         eieio--with-scoped-class.
10694         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10696 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
10698         * eshell/esh-ext.el (eshell-external-command): Pass args to
10699         `eshell-find-interpreter'.
10700         (eshell-find-interpreter): Add new second parameter ARGS.
10702         * eshell/em-script.el (eshell-script-initialize): Add second arg
10703         to the function added as MATCH to `eshell-interpreter-alist'.
10705         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10706         the function added as MATCH to `eshell-interpreter-alist'.
10708         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10709         (eshell-visual-options): New defcustom.
10710         (eshell-escape-control-x): Adapt docstring.
10711         (eshell-term-initialize): Test `eshell-visual-subcommands' and
10712         `eshell-visual-options' in addition to `eshell-visual-commands'.
10713         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10715 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10717         * progmodes/python.el (python-indent-block-enders): Add break,
10718         continue and raise keywords.
10720 2013-06-01  Glenn Morris  <rgm@gnu.org>
10722         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
10724         Plain (f)boundp silences compilation warnings since Emacs 22.1.
10725         * progmodes/cc-cmds.el (delete-forward-p):
10726         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
10727         * progmodes/cc-engine.el (buffer-syntactic-context):
10728         * progmodes/cc-fonts.el (face-property-instance):
10729         * progmodes/cc-mode.el (set-keymap-parents):
10730         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
10731         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
10732         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
10733         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
10734         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
10736         * progmodes/cc-vars.el (other): Emacs has this widget since
10737         at least 21.1, so don't (re)define it.
10739         * eshell/em-cmpl.el (eshell-cmpl-initialize):
10740         Replace the obsolete alias pcomplete-arg-quote-list.
10742 2013-06-01  Leo Liu  <sdl.web@gmail.com>
10744         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
10745         punctuation syntax.
10746         (inferior-octave-minimal-columns)
10747         (inferior-octave-last-column-width): New variables.
10748         (inferior-octave-track-window-width-change): New function.
10749         (inferior-octave-mode): Adjust column width so that Octave output,
10750         for example from 'ls', can fit into the window nicely.
10752 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10754         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10755         Highlight expansions inside regexp literals.
10757 2013-05-31  Glenn Morris  <rgm@gnu.org>
10759         * obsolete/sym-comp.el (symbol-complete):
10760         Replace obsolete completion-annotate-function.
10762         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
10764 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
10766         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
10767         New function, checks if point is inside a literal that allows
10768         expression expansion.
10769         (ruby-syntax-propertize-expansion): Use it.
10770         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
10771         around the body.
10773 2013-05-30  Juri Linkov  <juri@jurta.org>
10775         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
10776         to "\M-si".
10777         (isearch-invisible): New variable.
10778         (isearch-forward): Doc fix.
10779         (isearch-mode): Set `isearch-invisible'
10780         to the value of `search-invisible'.
10781         (isearch-toggle-case-fold): Doc fix.
10782         (isearch-toggle-invisible): New command.
10783         (isearch-query-replace): Let-bind `search-invisible'
10784         to the value of `isearch-invisible'.
10785         (isearch-search): Use `isearch-invisible' instead of
10786         `search-invisible'.  Let-bind `search-invisible'
10787         to the value of `isearch-invisible'.  (Bug#11378)
10789 2013-05-30  Juri Linkov  <juri@jurta.org>
10791         * replace.el (perform-replace): Avoid `isearch-range-invisible'
10792         call when `query-flag' is nil and `search-invisible' is non-nil.
10793         (Bug#11746)
10795 2013-05-30  Glenn Morris  <rgm@gnu.org>
10797         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
10799         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
10800         (cc-require): Suppress spurious "noruntime" warnings.
10801         (cc-require-when-compile): Use fboundp, for sake of compiler.
10803         * progmodes/cc-mode.el: Move load of cc-vars before that of
10804         cc-langs (which in turn loads cc-vars), to quieten compiler.
10806 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10808         * paren.el: Simplify the code.
10809         (show-paren-mode): Always start the timer.
10810         (show-paren--idle-timer): Rename from show-paren-idle-timer.
10811         (show-paren--overlay, show-paren--overlay-1): Rename from
10812         show-paren-overlay and show-paren-overlay-1, and initialize to an
10813         overlay rather than to nil.
10814         (show-paren-function): Misc cleanup and simplifications.
10816 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10818         * paren.el (show-paren-data-function): New hook.
10819         (show-paren--default): New function, extracted from show-paren-function.
10820         (show-paren-function): Use show-paren-data-function.
10822 2013-05-30  Glenn Morris  <rgm@gnu.org>
10824         * ielm.el (ielm-map, ielm-complete-symbol):
10825         Use completion-at-point rather than obsolete functions.
10826         (inferior-emacs-lisp-mode): Doc fix.
10827         Set completion-at-point-functions, rather than
10828         comint-dynamic-complete-functions.
10830         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
10831         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
10832         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
10834         * image.el (image-animated-p): Tweak definition.
10836         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
10837         (rlogin-process-connection-type): Tweak default.  Add set-after.
10838         (rlogin-host): Doc fix.
10839         (rlogin): Tweak prompt.
10840         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
10842         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
10843         * progmodes/tcl.el (inferior-tcl-mode-map):
10844         Use completion-at-point rather than obsolete alias.
10846         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
10848         * minibuffer.el (read-file-name-completion-ignore-case):
10849         Move before completion--in-region, for eager macro expansion.
10851 2013-05-29  Juri Linkov  <juri@jurta.org>
10853         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
10854         for total count of matching lines.  Add `global-matches' for total
10855         count of matches.  Rename `matches' to `lines' for count of
10856         matching lines.  Add `matches' for count of matches.
10857         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
10858         to `prev-line' for line number of prev match endpt.
10859         Increment `matches' for every match.  Print the number of
10860         matching lines in the header.
10861         (occur-context-lines): Rename `lines' to `curr-line'.
10862         Rename `prev-lines' to `prev-line'.  (Bug#14017)
10864 2013-05-29  Juri Linkov  <juri@jurta.org>
10866         * replace.el (perform-replace): Add `skip-read-only-count',
10867         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10868         Increment them for corresponding conditions and report the number
10869         of skipped occurrences in the final message.  (Bug#11746)
10870         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10871         (replace-string, replace-regexp): Doc fix.
10873 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10875         * emacs-lisp/trace.el (trace--read-args): Provide a default.
10877         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10878         prog-mode-map (bug#14504).
10880 2013-05-29  Leo Liu  <sdl.web@gmail.com>
10882         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10883         (octave-help): Small simplification.
10885         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10886         off the highlight first.
10888 2013-05-29  Glenn Morris  <rgm@gnu.org>
10890         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10891         Handle idlwave-last-system-routine-info-cons-cell being nil.
10893         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10894         (idlwave-write-paths): Simplify via with-temp-buffer.
10896         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10897         * emulation/cua-rect.el: Also load cua-base at run time.
10899         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10900         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10901         (cperl-imenu-on-info): Require imenu.
10903 2013-05-28  Alan Mackenzie  <acm@muc.de>
10905         Handle "capitalised keywords" correctly.
10906         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10908 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
10910         * eshell/em-unix.el: Add -r option to cp.
10912 2013-05-28  Glenn Morris  <rgm@gnu.org>
10914         * vc/vc-arch.el (vc-exec-after): Declare.
10915         (vc-switches): Autoload.
10916         * vc/vc-bzr.el: No need to require vc when compiling.
10917         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10918         (vc-resynch-buffer, vc-dir-refresh): Declare.
10919         (vc-setup-buffer, vc-switches): Autoload.
10920         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10921         (vc-resynch-buffer): Declare.
10922         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10923         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10924         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10925         (grep-read-regexp, grep-read-files, grep-expand-template)
10926         (vc-dir-refresh): Declare.
10927         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10928         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10929         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10930         * vc/vc-mtn.el (vc-exec-after): Declare.
10931         (vc-switches): Autoload.
10932         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10933         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10934         (vc-file-tree-walk): Declare.
10935         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10936         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10937         (vc-tag-precondition, vc-rename-master): Autoload.
10938         * vc/vc-svn.el (vc-exec-after): Declare.
10939         (vc-switches, vc-setup-buffer): Autoload.
10940         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10941         Autoload.
10942         (vc-resynch-buffer): Declare.
10944         * obsolete/fast-lock.el (byte-compile-warnings):
10945         Don't warn about obsolete features in this obsolete file.
10947         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10948         Move definition before use.
10950         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10951         (dun-unix-verbs): Remove dun-zippy.
10952         (dun-zippy): Remove function.
10954         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10956 2013-05-27  Juri Linkov  <juri@jurta.org>
10958         * replace.el (replace-search): New function with code moved out
10959         from `perform-replace'.
10960         (replace-highlight, replace-dehighlight): Move function definitions
10961         up closer to `replace-search'.  (Bug#11746)
10963 2013-05-27  Juri Linkov  <juri@jurta.org>
10965         * replace.el (perform-replace): Ignore invisible matches.
10966         In addition to checking `query-replace-skip-read-only', also
10967         filter out matches by calling `run-hook-with-args-until-failure'
10968         on `isearch-filter-predicates', and also check `search-invisible'
10969         for t or call `isearch-range-invisible'.
10970         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
10972 2013-05-27  Juri Linkov  <juri@jurta.org>
10974         * isearch.el (isearch-filter-predicates): Rename from
10975         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
10976         (isearch-message-prefix): Display text from the property
10977         `isearch-message-prefix' of the currently active filters.
10978         (isearch-search): Don't compare `isearch-filter-predicate' with
10979         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
10980         on `isearch-filter-predicates'.  Also check `search-invisible' for t
10981         or call `isearch-range-invisible'.
10982         (isearch-filter-visible): Make obsolete.
10983         (isearch-lazy-highlight-search):
10984         Call `run-hook-with-args-until-failure' on
10985         `isearch-filter-predicates' and use `isearch-range-invisible'.
10987         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10988         `isearch-filter-predicates' instead of `funcall'ing
10989         `isearch-filter-predicate'.
10990         (Info-mode): Set `Info-isearch-filter' to
10991         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10993         * dired-aux.el (dired-isearch-filter-predicate-orig):
10994         Remove variable.
10995         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10996         (dired-isearch-filenames-end): Add and remove
10997         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10998         instead of changing the value of `isearch-filter-predicate'.
10999         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11000         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11001         Put property `isearch-message-prefix' to "filename " on
11002         `dired-isearch-filter-filenames'.
11004         * wdired.el (wdired-change-to-wdired-mode):
11005         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11006         locally instead of changing `isearch-filter-predicate'.
11007         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11009 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
11011         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11012         return the commit hash (Bug#14459).  Also set the
11013         `vc-git-detached' property.
11014         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11015         (vc-git-mode-line-string): Use the same help-echo format whether
11016         in detached mode or not, because we know the actual revision now.
11017         When in detached mode, shorten the revision to 7 chars.
11019 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11021         * emacs-lisp/easy-mmode.el (define-minor-mode):
11022         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11023         mode hook and provide a docstring.
11025 2013-05-27  Alan Mackenzie  <acm@muc.de>
11027         Remove spurious syntax-table text properties inserted by C-y.
11028         * progmodes/cc-mode.el (c-after-change): Also clear hard
11029         syntax-table property with value nil.
11031 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
11033         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11034         when reading the events; the buffer layout shall not be changed.
11036 2013-05-27  Leo Liu  <sdl.web@gmail.com>
11038         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11039         New variable.
11040         (inferior-octave-directory-tracker): Automatically re-sync
11041         default-directory.
11042         (octave-help): Improve handling of 'See also'.
11044 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11046         * doc-view.el: Minor naming convention tweaks.
11047         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11049         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11050         even if there's no `display' property yet (bug#14435).
11052 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
11054         * subr.el (unmsys--file-name): Rename from reveal-filename.
11056         * Makefile.in (custom-deps, finder-data, autoloads)
11057         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11058         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11059         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11061 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11063         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11064         error-completion on the first 2 args of condition-case (bug#14446).
11065         Don't burp at EOB.
11067 2013-05-25  Leo Liu  <sdl.web@gmail.com>
11069         * comint.el (comint-previous-matching-input): Do not flood the
11070         *Messages* buffer with trivial messages.
11072 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11074         * progmodes/flymake.el (flymake-nop): Don't return a string.
11075         (flymake-set-at): Fix typo.
11077         * simple.el (read--expression): New function, extracted from
11078         eval-expression.  Set completion-at-point-functions (bug#14465).
11079         (eval-expression, eval-minibuffer): Use it.
11081 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
11083         * progmodes/flymake.el (flymake-save-buffer-in-file)
11084         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11085         (flymake-selected-frame, flymake-log, flymake-ins-after)
11086         (flymake-set-at, flymake-get-buildfile-from-cache)
11087         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11088         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11089         Refine the doc string.
11090         (flymake-get-file-name-mode-and-masks): Reformat.
11091         (flymake-get-real-file-name-function): Fix a minor bug.
11093 2013-05-24  Juri Linkov  <juri@jurta.org>
11095         * progmodes/grep.el (grep-mode-font-lock-keywords):
11096         Support =linenumber= format used by git-grep for lines with
11097         function names.  (Bug#13549)
11099 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11101         * progmodes/octave.el (octave-smie-rules): Return nil rather than
11102         0 after a semi-colon; it works better for smie-auto-fill.
11103         (octave--indent-new-comment-line): New function.
11104         (octave-indent-new-comment-line): Use it (indirectly).
11105         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
11106         modify comment-line-break-function.
11108         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11109         (smie-setup): Use add-function to set it.
11111 2013-05-24  Sam Steingold  <sds@gnu.org>
11113         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11114         argument (before the `interactive' argument).
11116 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11118         * image-mode.el (image-mode-winprops): Add winprops to
11119         image-mode-winprops-alist before running
11120         image-mode-new-window-functions.
11121         * doc-view.el (doc-view-new-window-function): Don't delay
11122         doc-view-goto-page via timers (bug#14435).
11124 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
11126         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
11127         (doc-view-desktop-save-buffer): New function.
11128         (doc-view-restore-desktop-buffer): New function.
11129         (desktop-buffer-mode-handlers):
11130         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11131         handler.
11132         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11133         `desktop-save-buffer' function.
11135 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
11137         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11138         (tramp-gvfs-file-name-handler): Raise a user error when
11139         `tramp-gvfs-enabled' is nil.
11140         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11141         Do not raise a user error when loading package.  (Bug#14447)
11143         * net/xesam.el: Move to obsolete/.
11145 2013-05-24  Glenn Morris  <rgm@gnu.org>
11147         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11149         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11151         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11152         (Info-find-node, Man-getpage-in-background): Declare.
11154         * mail/unrmail.el (unrmail):
11155         Replace obsolete detect-coding-with-priority.
11157         * net/socks.el (socks-split-string): Use this rather than split-string.
11158         (socks-nslookup-host): Update for above change.
11159         (dynamic-choice, s5-dynamic-choice-match)
11160         (s5-dynamic-choice-match-inline, s5-widget-value-create):
11161         Comment out unused code.
11163         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11164         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11165         (gud-tooltip-echo-area): Make obsolete.
11166         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11168         * progmodes/js.el (js--optimize-arglist): Declare.
11170         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11172         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11173         (ediff-window-C): Declare.
11175         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11176         Tweak requires to silence compiler.
11178         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11179         (he-search-string, he-tried-table, he-expand-list)
11180         (he-init-string, he-string-member, he-substitute-string)
11181         (he-reset-string): Declare.
11183         * obsolete/options.el (list-options): Use custom-variable-p,
11184         rather than obsolete alias.
11186 2013-05-23  Sam Steingold  <sds@gnu.org>
11188         * simple.el (shell-command-on-region): Pass the `replace' argument
11189         down to `call-process-region' to comply with the doc as reported on
11190         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11192 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11194         * emacs-lisp/smie.el (smie-indent-forward-token)
11195         (smie-indent-backward-token): Handle string tokens (bug#14381).
11197 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11199         * ielm.el (ielm-menu): New menu.
11200         (inferior-emacs-lisp-mode): Set comment-start.
11202 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11204         * textmodes/reftex.el (reftex-ref-style-toggle):
11205         Fix deactivate action.
11207         * textmodes/reftex-vars.el (reftex-ref-style-alist):
11208         Add cleveref macros.
11210         * textmodes/reftex-parse.el
11211         (reftex-locate-bibliography-files): Accept options for
11212         bibliography commands.
11213         * textmodes/reftex-vars.el (reftex-bibliography-commands):
11214         Add addbibresource.  Basic Biblatex support.
11216 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
11218         * net/tramp-gvfs.el (top):
11219         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11220         when loading package.  (Bug#14447)
11222 2013-05-23  Glenn Morris  <rgm@gnu.org>
11224         * progmodes/js.el: No need to load comint when compiling.
11225         (ring-insert, comint-send-string, comint-send-input)
11226         (comint-last-input-end, ido-chop): Declare.
11228         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11229         * vc/ediff-mult.el: Adjust requires.
11230         (ediff-directories-internal, ediff-directory-revisions-internal)
11231         (ediff-patch-file-internal): Declare.
11232         * vc/ediff-ptch.el: Adjust requires.
11233         (ediff-use-last-dir, ediff-buffers-internal): Declare.
11234         (ediff-find-file): Autoload.
11235         * vc/ediff-util.el: No need to load ediff when compiling.
11236         (ediff-regions-internal): Declare.
11237         * vc/ediff-wind.el: Adjust requires.
11238         (ediff-compute-toolbar-width): Define when compiling.
11239         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11240         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11241         (dired-get-filename, dired-get-marked-files)
11242         (ediff-last-dir-patch, ediff-patch-default-directory)
11243         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11244         (ediff-patch-buffer-internal): Declare.
11246         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11247         (ispell-process, ispell-buffer-local-words, lm-summary)
11248         (lm-section-start, lm-section-end): Declare.
11249         (checkdoc-ispell-init): Simplify.
11251         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11252         (he-string-member, he-reset-string, he-substitute-string): Declare.
11254         * eshell/em-ls.el: Adjust requires.
11255         (eshell-glob-regexp): Declare.
11256         * eshell/em-tramp.el: Adjust requires.
11257         (eshell-parse-command): Autoload.
11258         * eshell/em-xtra.el: Adjust requires.
11259         (eshell-parse-command): Autoload.
11260         * eshell/esh-ext.el: Adjust requires.
11261         (eshell-parse-command, eshell-close-handles): Autoload.
11262         * eshell/esh-io.el: Adjust requires.
11263         (eshell-output-filter): Autoload.
11264         * eshell/esh-util.el: No need to load tramp when compiling.
11265         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11266         Declare.
11267         (eshell-parse-ange-ls): Require ange-ftp and tramp.
11268         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11269         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11270         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11271         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11272         * eshell/esh-opt.el, eshell/esh-proc.el:
11273         * eshell/esh-var.el: Adjust requires.
11274         * eshell/eshell.el: Do not require esh-util twice.
11275         (eshell-add-input-to-history): Declare.
11276         (eshell-command): Check history module is active before using it.
11278         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11280 2013-05-22  Leo Liu  <sdl.web@gmail.com>
11282         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11284 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
11286         * autorevert.el (auto-revert-notify-add-watch)
11287         (auto-revert-notify-handler): Add `attrib' for the inotify case,
11288         it indicates changes in file modification time.
11290 2013-05-22  Glenn Morris  <rgm@gnu.org>
11292         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11293         Always delete the autoloaded function from the noruntime and
11294         unresolved functions lists.
11296         * allout.el: No need to load epa, epg, overlay when compiling.
11297         (epg-context-set-passphrase-callback, epg-list-keys)
11298         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11299         (epg-key-user-id-list): Declare.
11301         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11302         (viper-set-parsing-style-toggling-macro)
11303         (viper-set-emacs-state-searchstyle-macros):
11304         Use called-interactively-p on Emacs.
11305         (viper-looking-back): Make it an obsolete alias.  Update callers.
11306         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11307         Use looking-back rather than viper-looking-back.
11308         (viper-tmp-insert-at-eob, viper-enlarge-region)
11309         (viper-read-string-with-history, viper-register-to-point)
11310         (viper-append-to-register, viper-change-state-to-vi)
11311         (viper-backward-char-carefully, viper-forward-char-carefully)
11312         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11313         (viper-change-state-to-emacs): Declare.
11314         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11315         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11316         * emulation/viper-mous.el: Do not load viper-cmd.
11317         (viper-backward-char-carefully, viper-forward-char-carefully)
11318         (viper-forward-word, viper-adjust-window): Declare.
11320         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11322         * progmodes/idlw-help.el (idlwave-help-fontify):
11323         Use called-interactively-p.
11325         * term/w32console.el (w32-get-console-codepage)
11326         (w32-get-console-output-codepage): Declare.
11328         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11329         Remove unnecessary declarations.
11330         (dframe-message): Doc fix.
11332         * info.el (dframe-select-attached-frame, dframe-current-frame):
11333         Declare.
11335         * speedbar.el (speedbar-message): Make it an obsolete alias.
11336         Update all callers.
11337         (speedbar-with-attached-buffer)
11338         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11339         (speedbar-with-writable): Use backquote.
11340         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11341         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11342         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11343         rather than speedbar- aliases.
11344         * mail/rmail.el: Load dframe rather than speedbar when compiling.
11345         (speedbar-make-specialized-keymap, speedbar-insert-button)
11346         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11347         (speedbar-do-function-pointer): Declare.
11348         (rmail-speedbar-button, rmail-speedbar-find-file)
11349         (rmail-speedbar-move-message):
11350         Use dframe-with-attached-buffer rather than speedbar- alias.
11351         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11352         (dframe-message, speedbar-make-specialized-keymap)
11353         (speedbar-add-expansion-list, speedbar-mode-functions-list)
11354         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11355         (speedbar-insert-button, dframe-select-attached-frame)
11356         (dframe-maybee-jump-to-attached-frame)
11357         (speedbar-change-initial-expansion-list)
11358         (speedbar-previously-used-expansion-list-name): Declare.
11359         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11360         Use dframe-message, dframe-with-attached-buffer rather than
11361         speedbar- aliases.
11362         (gud-sentinel): Silence compiler.
11363         * progmodes/vhdl-mode.el (speedbar-refresh)
11364         (speedbar-do-function-pointer, speedbar-add-supported-extension)
11365         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11366         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11367         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11368         (speedbar-file-lists, speedbar-make-tag-line)
11369         (speedbar-line-directory, speedbar-goto-this-file)
11370         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11371         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11372         (speedbar-make-button, speedbar-reset-scanners)
11373         (speedbar-files-item-info, speedbar-line-text)
11374         (speedbar-find-file-in-frame, speedbar-set-timer)
11375         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11376         (speedbar-with-writable): Do not (re)define it.
11377         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11378         rather than speedbar- alias.
11380 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11382         * progmodes/octave.el (octave-mode-menu): Update and re-organize
11383         menu items.
11384         (octave-mode): Tweak fill-nobreak-predicate.
11385         (inferior-octave-startup): Check process to avoid infinite loop.
11386         (inferior-octave): Pop to buffer first to show abornmal process
11387         exit information.
11389 2013-05-21  Glenn Morris  <rgm@gnu.org>
11391         * printing.el (pr-menu-bar): Define when compiling.
11393 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11395         * progmodes/octave.el (octave-auto-fill): Remove.
11396         (octave-indent-new-comment-line): Improve.
11397         (octave-mode): Use auto fill mode through
11398         comment-line-break-function and fill-nobreak-predicate.
11399         (octave-goto-function-definition): Support DEFUN_DLD.
11400         (octave-beginning-of-defun): Small tweak.
11401         (octave-help): Show parent directory.
11403 2013-05-21  Glenn Morris  <rgm@gnu.org>
11405         * files.el (dired-unmark):
11406         * progmodes/gud.el (gdb-input): Update declarations.
11408         * calculator.el (electric, ehelp): No need to load when compiling.
11409         (Electric-command-loop, electric-describe-mode): Declare.
11411         * doc-view.el (doc-view-current-converter-processes): Move before use.
11413         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11414         Move MODE-set-explicitly definition before use.
11416         * international/mule-diag.el (mule-diag):
11417         Don't use obsolete window-system-version.
11419         * mail/feedmail.el (smtpmail): No need to load when compiling.
11420         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11422         * mail/mail-utils.el (rfc822): No need to load when compiling.
11423         (rfc822-addresses): Autoload it.
11424         (mail-strip-quoted-names): Trivial simplification.
11426         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11427         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11429         * net/snmp-mode.el (tempo): Don't duplicate requires.
11431         * progmodes/prolog.el (info): No need to load when compiling.
11432         (comint): Require before shell requires it.
11433         (Info-goto-node): Autoload it.
11434         (Info-follow-nearest-node): Declare.
11435         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11437         * textmodes/artist.el (picture-mode-exit): Declare.
11439         * textmodes/reftex-parse.el (reftex-parse-from-file):
11440         Trivial rewrite so the compiler can parse it better.
11442 2013-05-20  Leo Liu  <sdl.web@gmail.com>
11444         * progmodes/octave.el (octave-help-mode-map)
11445         (octave-help-mode-finish-hook): New variables.
11446         (octave-help-mode, octave-help-mode-finish): New functions.
11447         (octave-help): Use octave-help-mode.
11449 2013-05-20  Glenn Morris  <rgm@gnu.org>
11451         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
11453 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
11455         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11456         start at point, so that expansion starting right after opening
11457         slash in a regexp is recognized.
11458         (ruby-syntax-before-regexp-re): New defvar, extracted from
11459         ruby-syntax-propertize-function.  Since the value of this regexp
11460         is looked up at runtime now, we should be able to turn
11461         `ruby-syntax-methods-before-regexp' into a defcustom later.
11462         (ruby-syntax-propertize-function): Split regexp matching into two
11463         parts, for opening and closing slashes.  That allows us to skip
11464         over string interpolations and support multiline regexps.
11465         Don't call `ruby-syntax-propertize-expansions', instead use another rule
11466         for them, which calls `ruby-syntax-propertize-expansion'.
11467         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11468         call to `ruby-syntax-propertize-function'.
11469         (ruby-syntax-propertize-expansion): Extracted from
11470         `ruby-syntax-propertize-expansions'.  Handles one expansion.
11471         (ruby-syntax-propertize-percent-literal): Leave point right after
11472         the percent symbol, so that the expression expansion rule can
11473         propertize the contents.
11474         (ruby-syntax-propertize-heredoc): Leave point at bol following the
11475         heredoc openers.
11476         (ruby-syntax-propertize-expansions): Remove.
11478 2013-05-18  Juri Linkov  <juri@jurta.org>
11480         * man.el (Man-default-man-entry): Remove `-' from the end
11481         of the default value.  (Bug#14400)
11483 2013-05-18  Glenn Morris  <rgm@gnu.org>
11485         * comint.el (comint-password-prompt-regexp):
11486         Allow "password for XXX" where XXX contains colons (eg https://...).
11488 2013-05-18  Leo Liu  <sdl.web@gmail.com>
11490         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11491         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
11492         (octave-source-directories): Don't check process.
11493         (octave-source-directories, octave-find-definition): Doc fix.
11495 2013-05-18  Glenn Morris  <rgm@gnu.org>
11497         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11498         Remove backspace/delete bindings.  (Bug#14392)
11500         * cus-dep.el (custom-make-dependencies): Sort the output.
11501         (custom-versions-load-alist): Convert comment to doc.
11503 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11505         * newcomment.el (comment-search-backward): Stricter in finding
11506         comment start.  (Bug#14303)
11508         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11509         (octave-comment-start-skip): Properly anchored.
11511 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11513         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11514         Clean up when turned off.  (Bug#14395)
11515         (smie--highlight-matching-block-overlay): No longer buffer-local.
11516         (smie-highlight-matching-block): Adjust.
11518 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11520         Doc string fix for "nanoseconds" (Bug#14406).
11521         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11522         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11524 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11526         * calc/calc-units.el (math-extract-units): Preserve powers
11527         of units.
11529 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11531         * subr.el (delete-consecutive-dups): New function.
11532         * ido.el (ido-set-matches-1): Use it.
11533         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11534         * ido.el (ido-remove-consecutive-dups): Remove.
11536 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11538         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11539         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11540         regexp-opt's `words'.
11542 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11544         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11545         (smie--highlight-matching-block-overlay)
11546         (smie--highlight-matching-block-lastpos)
11547         (smie--highlight-matching-block-timer): New variables.
11548         (smie-highlight-matching-block): New function.
11549         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
11550         (smie-setup): Conditionally enable smie-blink-matching-open.
11552 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
11554         Sync with upstream verilog-mode r840.
11555         * progmodes/verilog-mode.el (verilog-mode-version)
11556         (verilog-mode-release-date): Update.
11557         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11558         (verilog-sig-tieoff): Fix string error on
11559         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
11560         (verilog-read-decls): Fix parameters confusing
11561         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
11563 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
11565         * subr.el (reveal-filename): New function.
11567         * loadup.el: Compute Emacs executable versions on MS-Windows,
11568         where executables have the .exe extension.  Add a hard link
11569         emacs-XX.YY.ZZ.exe on MS-Windows.
11571         * Makefile.in (XARGS_LIMIT): New variable.
11572         (custom-deps, finder-data, autoloads)
11573         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11574         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11575         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11576         (compile-main): Limit xargs according to $(XARGS_LIMIT).
11578 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11580         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11581         (octave-mode-menu, octave-mode-map): Remove its uses.
11583 2013-05-16  Reto Zimmermann  <reto@gnu.org>
11585         Sync with upstream vhdl mode v3.34.2.
11586         * progmodes/vhdl-mode.el: Use `push' throughout.
11587         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11588         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11589         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
11590         (vhdl-actual-generic-name): New option to derive actual generic name.
11591         (vhdl-port-paste-signals): Replace formal by actual generics.
11592         (vhdl-beautify): New name for old group vhdl-align.  Update users.
11593         (vhdl-beautify-options): New option.
11594         (vhdl-last-input-event): New compat alias.  Use throughout.
11595         (vhdl-goto-line): Replace user level function `goto-line'.
11596         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11597         vhdl-fix-statement-buffer.
11598         (vhdl-create-mode-menu): Add some entries.
11599         (vhdl-align-region-groups): Respect vhdl-beautify-options.
11600         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11601         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11602         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11603         to force statements on one line.
11604         (vhdl-remove-trailing-spaces-region):
11605         New, split from vhdl-remove-trailing-spaces.
11606         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11607         Respect vhdl-beautify-options.
11608         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11609         (vhdl-update-sensitivity-list): Not add with index if exists without.
11610         Not include array index with signal.  Ignore keywords in comments.
11611         (vhdl-get-visible-signals): Regexp tweaks.
11612         (vhdl-template-component-inst): Handle empty library.
11613         (vhdl-template-type): Add template for 'enum' type.
11614         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11615         Use vhdl-replace-string.
11616         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11617         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11618         (vhdl-speedbar-initialize): Update for above name change.
11619         (vhdl-compose-wire-components): Fix in handling of constants.
11620         (vhdl-error-regexp-emacs-alist): New variable.
11621         (vhdl-error-regexp-add-emacs): New function;
11622         adds support for new compile.el (Emacs 22+)
11623         (vhdl-generate-makefile-1): Change target order for single lib. units.
11624         Allow use of absolute file names.
11626 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11628         * simple.el (prog-indent-sexp): Indent enclosing defun.
11630 2013-05-15  Glenn Morris  <rgm@gnu.org>
11632         * cus-start.el (show-trailing-whitespace): Move to editing basics.
11633         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11634         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11635         (whitespace-highlight): Move to whitespace group.
11637         * comint.el (comint-source):
11638         * pcmpl-linux.el (pcmpl-linux):
11639         * shell.el (shell-faces):
11640         * eshell/esh-opt.el (eshell-opt):
11641         * international/ccl.el (ccl): Remove empty custom groups.
11643         * completion.el (dynamic-completion-mode):
11644         * jit-lock.el (jit-lock-debug-mode):
11645         * minibuffer.el (completion-in-region-mode):
11646         * type-break.el (type-break-mode-line-message-mode)
11647         (type-break-query-mode):
11648         * emulation/tpu-edt.el (tpu-edt-mode):
11649         * progmodes/subword.el (global-subword-mode, global-superword-mode):
11650         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11651         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11653         * term/xterm.el (xterm): Change parent group to terminals.
11655         * master.el (master): Remove empty custom group.
11656         (master-mode): Remove unused :group argument.
11657         * textmodes/refill.el (refill): Remove empty custom group.
11658         (refill-mode): Remove unused :group argument.
11660         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11662         * cus-dep.el: Provide a feature.
11663         (custom-make-dependencies): Ignore dotfiles (dir-locals).
11664         Don't mistakenly ignore files whose basenames match a basename
11665         from preloaded-file-list (eg cedet/ede/simple.el).
11666         Add a fallback method for getting :group.
11668 2013-05-15  Juri Linkov  <juri@jurta.org>
11670         * isearch.el (isearch-char-by-name): Rename from
11671         `isearch-insert-char-by-name'.  Doc fix.
11672         (isearch-forward): Mention `isearch-char-by-name' in
11673         the docstring.  (Bug#13348)
11675         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11676         `exit-minibuffer' instead of
11677         `isearch-nonincremental-exit-minibuffer'.
11678         (isearch-edit-string): Remove mention of
11679         `isearch-nonincremental-exit-minibuffer' from docstring.
11680         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11681         (isearch-forward-exit-minibuffer)
11682         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
11684 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11686         * loadup.el: Just use unversioned DOC.
11688         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11689         literals as extending to EOB.
11690         (nxml-last-fontify-end): Remove unused variable.
11691         (nxml-after-change1): Use with-silent-modifications.
11692         (nxml-extend-after-change-region): Simplify.
11693         (nxml-extend-after-change-region1): Remove function.
11694         (nxml-after-change1): Don't adjust for dependent regions.
11695         (nxml-fontify-matcher): Simplify.
11696         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11697         (xmltok-add-dependent): Remove function.
11698         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11699         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11700         (xmltok-scan-prolog-after-processing-instruction-open): Treat
11701         unclosed <[[, <?, comment, and other literals as extending to EOB.
11702         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11703         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11704         Remove functions.
11705         (rng-do-some-validation-1): Don't mark dependent regions.
11706         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11707         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11708         (nxml-clear-dependent-regions): Remove functions.
11709         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11710         (nxml-ensure-scan-up-to-date):
11711         Don't clear&mark dependent regions.
11713 2013-05-15  Leo Liu  <sdl.web@gmail.com>
11715         * progmodes/octave.el (octave-goto-function-definition):
11716         Improve and fix callers.
11718 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11720         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
11721         the setter (bug#14387).
11723         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
11724         surrounding group (bug#14402).
11726 2013-05-14  Juri Linkov  <juri@jurta.org>
11728         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
11729         (Bug#14390)
11731 2013-05-14  Glenn Morris  <rgm@gnu.org>
11733         * progmodes/f90.el (f90-imenu-generic-expression):
11734         Fix typo in 2013-05-08 change.  (Bug#14402)
11736 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11738         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
11739         Remove signals for which replies are never received.
11741 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11743         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
11744         (gdb-handler-alist, gdb-handler-number): Remove variables.
11745         (gdb-handler-list): New variable.
11746         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
11747         (gdb-pending-handler-p, gdb-handle-reply)
11748         (gdb-remove-all-pending-triggers): New functions.
11749         (gdb-discard-unordered-replies): New defcustom.
11750         (gdb-handler): New defstruct.
11751         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
11752         instead of gdb-pending-triggers.  Update docstring.
11753         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
11754         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
11755         (gdb-var-update-handler, def-gdb-auto-update-trigger)
11756         (def-gdb-auto-update-handler, gdb-get-changed-registers)
11757         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
11758         (gdb-frame-handler): Pending triggers are now automatically managed.
11759         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
11760         Remove argument.
11761         (gdb-input): Automatically handles pending triggers.  Update docstring.
11762         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
11763         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
11764         Update comments.
11765         (gdb-done-or-error): Now use gdb-handle-reply.
11767 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
11769         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
11770         gdb-debug-log.
11772 2013-05-14  Glenn Morris  <rgm@gnu.org>
11774         * subr.el (user-emacs-directory-warning): New option.
11775         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
11777 2013-05-14  Leo Liu  <sdl.web@gmail.com>
11779         * progmodes/octave.el (octave-font-lock-keywords): Fix error
11780         during redisplay.
11781         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
11782         (octave-font-lock-texinfo-comment): Fix invalid search bound
11783         error: wrong side of point.
11785 2013-05-14  Glenn Morris  <rgm@gnu.org>
11787         * progmodes/flymake.el (flymake-xml-program): New option.
11788         (flymake-xml-init): Use it.
11790         * term/xterm.el: Provide a feature.
11792         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
11794 2013-05-13  Glenn Morris  <rgm@gnu.org>
11796         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
11797         Add compat aliases as a hack workaround.  (Bug#14384)
11799 2013-05-13  Leo Liu  <sdl.web@gmail.com>
11801         * progmodes/octave.el (octave-indent-comment): Fix indentation for
11802         ###, and %!.
11803         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
11804         C-M-q.
11805         (octave-comment-start-skip): Include %!.
11806         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
11808 2013-05-12  Leo Liu  <sdl.web@gmail.com>
11810         * progmodes/octave.el (inferior-octave-startup): Store the value
11811         of __octave_srcdir__ for octave-source-directories.
11812         (inferior-octave-check-process): New function refactored out of
11813         inferior-octave-send-list-and-digest.
11814         (octave-source-directories)
11815         (octave-find-definition-filename-function): New variables.
11816         (octave-source-directories)
11817         (octave-find-definition-default-filename): New functions.
11818         (octave-find-definition): Improve to find functions implemented in C++.
11820 2013-05-12  Glenn Morris  <rgm@gnu.org>
11822         * calendar/diary-lib.el (diary-outlook-format-1):
11823         Don't include dayname in the output.  (Bug#14349)
11825 2013-05-11  Glenn Morris  <rgm@gnu.org>
11827         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
11829         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
11830         Treat cc-provide like provide.
11832 2013-05-11  Kevin Ryde  <user42@zip.com.au>
11834         * cus-dep.el (custom-make-dependencies):
11835         Use generated-autoload-load-name for the sake of files such
11836         such cedet/semantic/bovine/c.el, where the base file name
11837         is not in load-path.  (Bug#5277)
11839 2013-05-11  Glenn Morris  <rgm@gnu.org>
11841         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
11842         Provide features.
11844 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11846         * progmodes/octave.el (octave-indent-comment): Improve.
11847         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
11848         (octave-eldoc-function-signatures, octave-eldoc-function):
11849         New functions.
11850         (octave-mode, inferior-octave-mode): Add eldoc support.
11852 2013-05-11  Richard Stallman  <rms@gnu.org>
11854         * epa.el (epa-decrypt-file): Take output file name as argument
11855         and read it using `interactive'.
11857 2013-05-11  Leo Liu  <sdl.web@gmail.com>
11859         * progmodes/octave.el (octave-beginning-of-line)
11860         (octave-end-of-line): Check before using up-list because it jumps
11861         out of more syntactic contructs since moving to smie.
11862         (octave-indent-comment): New function.
11863         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
11864         (octave-begin-keywords, octave-end-keywords)
11865         (octave-reserved-words, octave-smie-bnf-table)
11866         (octave-smie-rules): Add new keywords from Octave 3.6.4.
11868 2013-05-11  Glenn Morris  <rgm@gnu.org>
11870         * faces.el (internal-face-x-get-resource):
11871         * frame.el (ns-display-monitor-attributes-list):
11872         * calc/calc-aent.el (math-to-radians-2):
11873         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11874         Fix declarations.
11876         * calc/calc-menu.el: Make it loadable in isolation.
11878         * net/eudcb-bbdb.el: Make it loadable without bbdb.
11879         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11880         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11881         (eudc-bbdb-query-internal): Require 'bbdb.
11883         * lpr.el (lpr-headers-switches):
11884         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11886         * progmodes/sql.el (sql-login-params): Fix and improve :type.
11888         * emulation/edt-mapper.el: In batch mode, error rather than hang.
11890         * term.el (term-set-escape-char): Make it idempotent.
11892 2013-05-10  Leo Liu  <sdl.web@gmail.com>
11894         * progmodes/octave.el (inferior-octave-completion-table):
11895         No longer a function and all uses changed.  Use cache to speed up
11896         completion due to bug#11906.
11897         (octave-beginning-of-defun): Re-write to be more general.
11899 2013-05-10  Glenn Morris  <rgm@gnu.org>
11901         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11903 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11905         * comint.el (comint-redirect-send-command-to-process): Use :around
11906         rather than :override for comint-redirect-filter.
11907         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11908         Call it instead of comint-redirect-original-filter-function (which
11909         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
11911 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
11913         * frame.el (display-monitor-attributes-list): Add NS case.
11914         (ns-display-monitor-attributes-list): Declare.
11916 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
11918         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
11920 2013-05-09  Glenn Morris  <rgm@gnu.org>
11922         * international/fontset.el (vertical-centering-font-regexp):
11923         Set standard-value.
11925         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11927         * bookmark.el (bookmark-search-delay):
11928         * cus-start.el (vertical-centering-font-regexp):
11929         * ps-mule.el (ps-mule-font-info-database-default):
11930         * ps-print.el (ps-default-fg, ps-default-bg):
11931         * type-break.el (type-break-good-break-interval):
11932         * whitespace.el (whitespace-indentation-regexp)
11933         (whitespace-space-after-tab-regexp):
11934         * emacs-lisp/testcover.el (testcover-1value-functions)
11935         (testcover-noreturn-functions, testcover-progn-functions)
11936         (testcover-prog1-functions):
11937         * emulation/viper-init.el (viper-emacs-state-cursor-color):
11938         * eshell/em-glob.el (eshell-glob-translate-alist):
11939         * play/tetris.el (tetris-tty-colors):
11940         * progmodes/cpp.el (cpp-face-default-list):
11941         * progmodes/flymake.el (flymake-allowed-file-name-masks):
11942         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11943         (idlwave-help-browser-generic-args):
11944         * progmodes/make-mode.el (makefile-special-targets-list):
11945         * progmodes/python.el (python-shell-virtualenv-path):
11946         * progmodes/verilog-mode.el (verilog-active-low-regexp)
11947         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11948         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11949         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11950         * textmodes/reftex-vars.el (reftex-format-label-function):
11951         * textmodes/remember.el (remember-diary-file): Fix custom types.
11953         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11954         Add :version.
11956 2013-05-09  Leo Liu  <sdl.web@gmail.com>
11958         * progmodes/octave.el (inferior-octave-completion-at-point):
11959         Restore file completion.  (Bug#14300)
11960         (inferior-octave-startup): Fix incorrect highlighting for the
11961         first prompt.
11963 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11965         * progmodes/ruby-mode.el: First cut at SMIE support.
11966         (ruby-use-smie): New var.
11967         (ruby-smie-grammar): New constant.
11968         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11969         (ruby-smie--forward-token, ruby-smie--backward-token)
11970         (ruby-smie-rules): New functions.
11971         (ruby-mode-variables): Setup SMIE if applicable.
11973 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
11975         * simple.el (line-move-visual): Signal beginning/end of buffer
11976         only if vertical-motion moved less than it was requested.  Avoids
11977         silly incorrect error messages when there are display strings with
11978         multiple newlines at EOL.
11980 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11983         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11984         (prolog-char-quote-workaround):
11985         * progmodes/cperl-mode.el (cperl-under-as-char):
11986         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11987         Mark as obsolete.
11988         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11989         their declaration.
11990         (vhdl-mode-syntax-table-init): Remove.
11992         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11993         last change.
11995         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11996         syntax for "_".
11997         (ld-script-font-lock-keywords):
11998         Change regexps to use things like \_< and \_>.
12000         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12001         Change all regexps to use things like \_< and \_>.
12003         * progmodes/autoconf.el (autoconf-definition-regexp)
12004         (autoconf-font-lock-keywords, autoconf-current-defun-function):
12005         Handle a _ with symbol syntax.
12006         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12008         * progmodes/ada-mode.el (ada-mode-abbrev-table):
12009         Consolidate declaration.
12010         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12011         the declaration.
12012         (ada-create-syntax-table): Remove.
12013         (ada-capitalize-word): Don't mess with the syntax of "_" since it
12014         already has the right syntax nowadays.
12015         (ada-goto-next-word): Don't change the syntax of "_".
12017         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12018         with-wrapper-hook.
12020 2013-05-08  Sam Steingold  <sds@gnu.org>
12022         * thingatpt.el (thing-at-point): Accept optional second argument
12023         NO-PROPERTIES to strip the text properties from the return value.
12024         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12025         to `thing-at-point' instead of stripping the properties ourselves.
12026         Also, when `thing-at-point' fails to find a url, prepend "http://"
12027         to the filename at point on the assumption that the user is
12028         pointing at something like gnu.org/gnu.
12030 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
12032         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12033         * faces.el (crm-separator):
12034         Silence byte-compiler.
12036         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12037         (tool-bar-map): Remove unneeded defvars.
12039 2013-05-08  Leo Liu  <sdl.web@gmail.com>
12041         Re-work a fix for bug#10994 based on Le Wang's patch.
12042         * ido.el (ido-remove-consecutive-dups): New helper.
12043         (ido-completing-read): Use it.
12044         (ido-chop): Revert fix for bug#10994.
12046 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
12048         * cus-edit.el (custom-save-variables):
12049         Pretty-print long values.  (Bug#14187)
12051 2013-05-08  Glenn Morris  <rgm@gnu.org>
12053         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12054         (m4-mode-syntax-table): Init in the defvar.
12055         (m4-mode-abbrev-table): Let define-derived-mode define it.
12057 2013-05-08  Tom Tromey  <tromey@redhat.com>
12059         * progmodes/m4-mode.el (m4-mode-syntax-table):
12060         Do not treat "_" as word constituent.  (Bug#14167)
12062 2013-05-07  Glenn Morris  <rgm@gnu.org>
12064         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12065         Remove explicit eshell-isearch-cancel-map.
12067         * progmodes/f90.el (f90-smart-end-names): New option.
12068         (f90-smart-end): Doc fix.
12069         (f90-end-block-optional-name): New constant.
12070         (f90-block-match): Respect f90-smart-end-names.
12072 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * progmodes/octave.el (octave-smie-forward-token): Be more careful
12075         about implicit semi-colons (bug#14218).
12077 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12079         * frame.el (display-monitor-attributes-list)
12080         (frame-monitor-attributes): New functions.
12082 2013-05-06  Leo Liu  <sdl.web@gmail.com>
12084         * progmodes/octave.el (octave-syntax-propertize-function): Change
12085         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
12086         (octave-font-lock-keywords): Use octave-operator-regexp.
12087         (octave-completion-at-point): Rename from
12088         octave-completion-at-point-function.
12089         (inferior-octave-directory-tracker): Robustify.
12090         (octave-text-functions): Remove and fix its uses.  No such things
12091         any more.
12093 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12095         * emacs-lisp/trace.el (trace--display-buffer): New function.
12096         (trace-make-advice): Use it.
12098 2013-05-06  Juri Linkov  <juri@jurta.org>
12100         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
12101         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12102         Doc fix.
12103         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12104         in the help string.  (Bug#12985)
12106 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
12108         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
12110 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12112         * progmodes/perl-mode.el: Add support for here documents.
12113         (perl-syntax-propertize-function): Match here-doc markers.
12114         (perl-syntax-propertize-special-constructs): Find their end.
12115         (perl-imenu-generic-expression): Use [:alnum:].
12117         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12118         (advice--add-function): Refresh the advice if already present
12119         (bug#14317).
12121 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
12123         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
12125 2013-05-06  Glenn Morris  <rgm@gnu.org>
12127         * w32-fns.el (w32-charset-info-alist): Declare.
12129         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12130         of its defcustom properties.
12131         (eshell-cmpl-initialize): No need to load pcomplete.
12133         * generic-x.el: No need to require comint when compiling.
12135         * net/eudc-export.el: Make it loadable without bbdb.
12136         (top-level): Use require rather than load-library.
12137         (eudc-create-bbdb-record, eudc-bbdbify-phone)
12138         (eudc-batch-export-records-to-bbdb)
12139         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12140         Require bbdb.
12142 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12145         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12146         some tweaks, instead.
12148 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12150         * progmodes/octave.el (octave-font-lock-keywords)
12151         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12152         (inferior-octave-send-list-and-digest): Improve error message.
12153         (octave-mode, inferior-octave-mode): Use setq-local.
12154         (octave-help): Set info-lookup-mode.
12156 2013-05-05  Richard Stallman  <rms@gnu.org>
12158         * vc/compare-w.el (compare-windows-whitespace):
12159         Treat no-break space as whitespace.
12161         * mail/rmailsum.el (rmail-summary-rmail-update):
12162         Detect empty summary and don't change selected message.
12163         (rmail-summary-goto-msg): Likewise.
12165         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12166         Doc fixes, rename args.
12168 2013-05-05  Alan Mackenzie  <acm@muc.de>
12170         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12172 2013-05-05  Juri Linkov  <juri@jurta.org>
12174         * info.el (Info-read-subfile): Use (point-min) instead of (point)
12175         to not add the length of the summary segment to the return value.
12176         (Bug#14125)
12178 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12180         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12181         (inferior-octave-output-filter): Remove.
12182         (octave-send-region, inferior-octave-startup): Fix callers.
12183         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12184         (octave-binary-file-extensions): New user variable.
12185         (octave-find-definition): Confirm if opening binary files.
12186         (octave-help-file): Use octave-find-definition to get the binary
12187         confirmation.
12188         (octave-help): Adjust for octave-help-file change.
12190 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12192         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12193         Merge the two entries that handle function definitions.
12194         (pascal--syntax-propertize): New const.
12195         (pascal-mode): Use it.  Use setq-local.
12197 2013-05-04  Glenn Morris  <rgm@gnu.org>
12199         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12200         (diary-from-outlook): Respect diary-from-outlook-function.
12202 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12204         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12205         Move the declaration from C.
12206         (read-minibuffer, eval-minibuffer): Move from C.
12207         (completion-setup-function): Avoid minibuffer-completion-contents.
12209 2013-05-03  Leo Liu  <sdl.web@gmail.com>
12211         * progmodes/octave.el (octave-font-lock-keywords): Do not
12212         dehighlight 'end' in comments or strings.
12213         (octave-completing-read, octave-goto-function-definition):
12214         New helpers.
12215         (octave-help-buffer): New user variable.
12216         (octave-help-file, octave-help-function): New button types.
12217         (octave-help): New command and bind it to C-h ;.
12218         (octave-find-definition): New command and bind it to M-.
12219         (user-error): Alias to error if not defined.
12221 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12223         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12224         for \.  (bug#14332)
12225         (octave-font-lock-keywords): Include [ and {.
12227 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12229         * progmodes/octave.el (inferior-octave-startup-file): Change default.
12230         (inferior-octave): Remove calling comint-mode and return the buffer.
12231         (inferior-octave-startup): Cosmetic changes.
12233 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12235         * progmodes/octave.el (octave-syntax-propertize-function):
12236         Include the case when ' is at line beginning.  (Bug#14336)
12238 2013-05-02  Glenn Morris  <rgm@gnu.org>
12240         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12241         * desktop.el (vc-dir-mode): Just autoload it here.
12243 2013-05-02  Alan Mackenzie  <acm@muc.de>
12245         Eliminate variable c-standard-font-lock-fontify-region-function.
12246         * progmodes/cc-mode.el
12247         (c-standard-font-lock-fontify-region-function): Remove.
12248         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12250 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12252         * progmodes/octave.el: Compatible with older emacs-24 releases.
12253         (inferior-octave-has-built-in-variables): Remove.  Built-in
12254         variables were removed from Octave in 2007.
12255         (inferior-octave-startup): Fix uses.
12256         (comint-line-beginning-position): Remove compatibility code for
12257         emacs 21.
12259 2013-05-01  Juri Linkov  <juri@jurta.org>
12261         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
12263 2013-05-01  Juri Linkov  <juri@jurta.org>
12265         * comint.el (comint-previous-matching-input): Don't print message
12266         "History item: %d" when `isearch-mode' is active.
12267         (comint-history-isearch-message): Print message "History item: %d"
12268         when `comint-input-ring-index' is not empty and this function is
12269         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
12271 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12273         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12274         definitions.  Use completion-at-point to insert keywords.
12275         (octave-abbrev-start): Remove.
12276         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12278 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12280         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12281         change.
12283 2013-04-30  Alan Mackenzie  <acm@muc.de>
12285         Handle arbitrarily long C++ member initialisation lists.
12286         * progmodes/cc-engine.el (c-back-over-member-initializers):
12287         new function.
12288         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12289         (most) member init lists.
12291 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12293         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12294         variable.
12296 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12298         * progmodes/octave.el (octave-variables): Remove.  No builtin
12299         variables any more.  All converted to functions.
12300         (octave-font-lock-keywords, octave-completion-at-point-function):
12301         Fix uses.
12302         (octave-font-lock-texinfo-comment): New user variable.
12303         (octave-texinfo-font-lock-keywords): New variable for texinfo
12304         comment block.
12305         (octave-function-comment-block): New face.
12306         (octave-font-lock-texinfo-comment): New function.
12307         (octave-mode): Font lock texinfo comment block.
12309 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12311         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12312         indexing expression.
12313         (octave-continuation-string): Do not use \.
12314         (inferior-octave-complete-impossible): Remove.
12315         (inferior-octave-completion-table)
12316         (inferior-octave-completion-at-point): Remove its uses.
12317         (inferior-octave-startup): completion_matches was introduced to
12318         Octave in 1996 so safe to assume it.
12319         (octave-function-file-comment): Improve to follow how Octave does it.
12320         (octave-update-function-file-comment): Tweak.
12322 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12324         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12325         (inferior-octave-startup): Remove inferior-octave-startup-hook.
12326         (octave-function-file-comment): Fix typo.
12327         (octave-sync-function-file-names): Use read-char-choice.
12329 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
12331         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12332         to t for the less important warnings.
12334 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
12336         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
12338 2013-04-27  Glenn Morris  <rgm@gnu.org>
12340         * vc/log-view.el (log-view-current-entry):
12341         Treat "---" separator lines as part of the following rev.  (Bug#14169)
12343 2013-04-27  Juri Linkov  <juri@jurta.org>
12345         * subr.el (read-number): Doc fix about using it by interactive
12346         code letter `n'.  (Bug#14254)
12348 2013-04-27  Juri Linkov  <juri@jurta.org>
12350         * desktop.el (desktop-auto-save-timeout): New option.
12351         (desktop-file-checksum): New variable.
12352         (desktop-save): Add optional arg `auto-save' and don't auto-save
12353         if nothing changed.
12354         (desktop-auto-save-timer): New variable.
12355         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12356         (after-init-hook): Call `desktop-auto-save-set-timer'.
12357         Suggested by Reuben Thomas <rrt@sc3d.org> in
12358         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12360 2013-04-27  Leo Liu  <sdl.web@gmail.com>
12362         * progmodes/octave.el (octave-function-file-p)
12363         (octave-skip-comment-forward, octave-function-file-comment)
12364         (octave-update-function-file-comment): New functions.
12365         (octave-mode-map): Bind C-c ; to
12366         octave-update-function-file-comment.
12367         (octave-mode-menu): Add octave-update-function-file-comment.
12368         (octave-mode, inferior-octave-mode): Fix doc-string.
12369         (octave-insert-defun): Conform to Octave's coding convention.
12370         (Bug#14285)
12372         * files.el (basic-save-buffer): Don't let errors in
12373         before-save-hook prevent saving buffer.
12375 2013-04-20  Roland Winkler  <winkler@gnu.org>
12377         * faces.el (read-face-name): Use completing-read if arg multiple
12378         is nil.
12380 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
12382         * ls-lisp.el (ls-lisp-insert-directory): If no files are
12383         displayed, move point to after the totals line.
12384         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12385         for the details.
12387 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12389         * emacs-lisp/package.el (package-autoload-ensure-default-file):
12390         Add current dir to the load-path.
12391         (package-generate-autoloads): Don't rely on
12392         autoload-ensure-default-file.
12394 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
12396         * textmodes/remember.el (remember-store-in-files): Document that
12397         the file name format is passed to `format-time-string'.
12399 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12401         * progmodes/octave.el (octave-sync-function-file-names): New function.
12402         (octave-mode): Use it in before-save-hook.
12404 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12406         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12407         (bug#14274).
12409         * progmodes/octave.el (octave-smie-forward-token): Properly skip
12410         \n and comment, even if it's not an implicit ; (bug#14218).
12412 2013-04-26  Glenn Morris  <rgm@gnu.org>
12414         * subr.el (read-number): Once more use `read' rather than
12415         `string-to-number', to trap non-numeric input.  (Bug#14254)
12417 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
12419         * emacs-lisp/syntax.el (syntax-propertize-multiline):
12420         Use `syntax-multiline' text property consistently instead of
12421         `font-lock-multiline'.  (Bug#14237)
12423 2013-04-26  Glenn Morris  <rgm@gnu.org>
12425         * emacs-lisp/shadow.el (list-load-path-shadows):
12426         No longer necessary to check for duplicate simple.el, since
12427         2012-07-07 change to init_lread to not include installation lisp
12428         directories in load-path when running uninstalled.  (Bug#14270)
12430 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12432         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12433         (octave-mode, inferior-octave-mode): Use setq-local.
12434         (octave-not-in-string-or-comment-p): Rename to
12435         octave-in-string-or-comment-p.
12436         (octave-in-comment-p, octave-in-string-p)
12437         (octave-in-string-or-comment-p): Replace defsubst with defun.
12439 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12441         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12443 2013-04-25  Bastien Guerry  <bzg@gnu.org>
12445         * textmodes/remember.el (remember-data-directory)
12446         (remember-directory-file-name-format): Fix custom types.
12448 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12450         * progmodes/octave.el (octave-completion-at-point-function):
12451         Make use of inferior octave process.
12452         (octave-initialize-completions): Remove.
12453         (inferior-octave-completion-table): New function.
12454         (inferior-octave-completion-at-point): Use it.
12455         (octave-completion-alist): Remove.
12457 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * progmodes/opascal.el: Use font-lock and syntax-propertize.
12460         (opascal-mode-syntax-table): New var.
12461         (opascal-literal-kind, opascal-is-literal-end)
12462         (opascal-literal-token-at): Rewrite.
12463         (opascal--literal-start-re, opascal-font-lock-keywords)
12464         (opascal--syntax-propertize): New constants.
12465         (opascal-font-lock-defaults): Adjust.
12466         (opascal-mode): Use them.  Set comment-<foo> variables as well.
12467         (delphi-comment-face, opascal-comment-face, delphi-string-face)
12468         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12469         (delphi-other-face, opascal-other-face): Remove face variables.
12470         (opascal-save-state): Remove macro.
12471         (opascal-fontifying-progress-step): Remove constant.
12472         (opascal--ignore-changes): Remove var.
12473         (opascal-set-token-property, opascal-parse-next-literal)
12474         (opascal-is-stable-literal, opascal-complete-literal)
12475         (opascal-is-literal-start, opascal-face-of)
12476         (opascal-parse-region, opascal-parse-region-until-stable)
12477         (opascal-fontify-region, opascal-after-change)
12478         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12479         (opascal-debug-parse-region, opascal-debug-parse-window)
12480         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12481         (opascal-debug-fontify-buffer): Remove.
12482         (opascal-debug-mode-map): Adjust accordingly.
12484 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12486         Merge octave-mod.el and octave-inf.el into octave.el with some
12487         cleanups.
12488         * progmodes/octave.el: New file renamed from octave-mod.el.
12489         * progmodes/octave-inf.el: Merged into octave.el.
12490         * progmodes/octave-mod.el: Renamed to octave.el.
12492 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12494         * textmodes/reftex-vars.el
12495         (reftex-label-ignored-macros-and-environments): New defcustom.
12497         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12499 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12501         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12502         (smie-indent-keyword): Improve the check to ensure that the next
12503         comment is really on the same line.
12504         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12506         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12507         semi-colons if the line is not otherwise empty (bug#14218).
12509 2013-04-25  Glenn Morris  <rgm@gnu.org>
12511         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12513 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12515         * progmodes/opascal.el (opascal-set-token-property): Rename from
12516         opascal-set-text-properties and only set `token' (bug#14134).
12517         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12518         (opascal-literal-text-properties): Remove.
12519         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12520         Adjust callers.
12522 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12524         * textmodes/remember.el (remember-handler-functions): Add an
12525         option for a new handler `remember-store-in-files'.
12526         (remember-data-directory, remember-directory-file-name-format):
12527         New options.
12528         (remember-store-in-files): New function to store remember notes
12529         as separate files within a directory.
12531 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12533         * progmodes/compile.el (compilation-next-error-function):
12534         Pass "formats" to compilation-find-file (bug#11777).
12536 2013-04-24  Glenn Morris  <rgm@gnu.org>
12538         * vc/vc-bzr.el (vc-bzr-print-log):
12539         * vc/vc-hg.el (vc-hg-print-log):
12540         * vc/vc-svn.el (vc-svn-print-log):
12541         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
12543         * vc/vc-bzr.el (vc-bzr-print-log):
12544         * vc/vc-cvs.el (vc-cvs-print-log):
12545         * vc/vc-git.el (vc-git-print-log):
12546         * vc/vc-hg.el (vc-hg-print-log):
12547         * vc/vc-mtn.el (vc-mtn-print-log):
12548         * vc/vc-rcs.el (vc-rcs-print-log):
12549         * vc/vc-sccs.el (vc-sccs-print-log):
12550         * vc/vc-svn.el (vc-svn-print-log):
12551         * vc/vc.el (vc-print-log-internal): Doc fixes.
12553 2013-04-23  Glenn Morris  <rgm@gnu.org>
12555         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12556         Remove venerable code attempting to avoid substitute-command-keys.
12558 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
12560         * textmodes/reftex-vars.el (reftex-label-regexps):
12561         Call `reftex-compile-variables' after changes to this variable.
12563 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12565         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12566         Use lexical-binding.
12567         (jit-lock-force-redisplay): Use markers, check buffer's continued
12568         existence and beware narrowed buffers.
12569         (jit-lock-fontify-now): Adjust call accordingly.
12571 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12573         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12574         to avoid misleading the user.
12576 2013-04-22  Leo Liu  <sdl.web@gmail.com>
12578         * info-look.el: Prefer latex2e.info.  (Bug#14240)
12580 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
12582         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
12584         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12585         * net/tramp.el (tramp-call-process): ... here.
12586         (tramp-set-completion-function, tramp-parse-putty):
12587         * net/tramp-adb.el (tramp-adb-execute-adb-command):
12588         * net/tramp-gvfs.el (tramp-gvfs-send-command):
12589         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12590         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12591         (tramp-call-local-coding-command): Use `tramp-call-process'
12592         instead of `tramp-compat-call-process'.
12594         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12595         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12596         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
12597         (tramp-find-inline-compress): Improve traces.
12598         (tramp-maybe-send-script): Check for Perl binary.
12599         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12601 2013-04-22  Daiki Ueno  <ueno@gnu.org>
12603         * epg.el (epg-context-pinentry-mode): New function.
12604         (epg-context-set-pinentry-mode): New function.
12605         (epg--start): Pass --pinentry-mode option to gpg command.
12607 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
12609         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12610         `comint-dynamic-complete' is obsolete since 24.1, replaced by
12611         `completion-at-point'.  (Bug#13774)
12613         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12614         default key binding for `describe-distribution' has been moved to
12615         `C-h C-o'.  (Bug#13970)
12617 2013-04-21  Glenn Morris  <rgm@gnu.org>
12619         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12620         Add doc strings.
12621         (vc-print-log): Clarify interactive prompt.
12623 2013-04-20  Glenn Morris  <rgm@gnu.org>
12625         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12626         No longer include timestamp etc information.
12628 2013-04-20  Roland Winkler  <winkler@gnu.org>
12630         * faces.el (read-face-name): Bug fix, return just one face if arg
12631         multiple is nil.  (Bug#14209)
12633 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12635         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12636         (remove-function): Autoload.
12638         * comint.el (comint-redirect-original-filter-function): Remove.
12639         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12640         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12641         (vc-cvs-annotate-command):
12642         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12643         * progmodes/prolog.el (prolog-consult-compile):
12644         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12645         Use add/remove-function instead.
12646         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12647         (gud-tooltip-process-output, gud-tooltip-tips):
12648         Use add/remove-function instead.
12649         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12650         (scheme-interaction-mode, exit-scheme-interaction-mode):
12651         Use add/remove-function instead.
12653         * vc/vc-dispatcher.el: Use lexical-binding.
12654         (vc--process-sentinel): Rename from vc-process-sentinel.
12655         Change last arg to be the code to run.  Don't use vc-previous-sentinel
12656         and vc-sentinel-commands any more.
12657         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
12658         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12660 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
12662         * progmodes/sh-script.el (sh-imenu-generic-expression):
12663         Handle function names with a single character.   (Bug#14111)
12665 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
12667         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12668         for subroutines defined in an eval (bug#14182).
12670 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12672         * bookmark.el (bookmark-completing-read): Improve handling of empty
12673         string (bug#14176).
12675 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12679 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12681         New faster Imenu implementation (bug#14058).
12682         * progmodes/python.el:
12683         (python-imenu-prev-index-position):
12684         (python-imenu-format-item-label-function)
12685         (python-imenu-format-parent-item-label-function)
12686         (python-imenu-format-parent-item-jump-label-function):
12687         New vars.
12688         (python-imenu-format-item-label)
12689         (python-imenu-format-parent-item-label)
12690         (python-imenu-format-parent-item-jump-label)
12691         (python-imenu--put-parent, python-imenu--build-tree)
12692         (python-imenu-create-index, python-imenu-create-flat-index)
12693         (python-util-popn): New functions.
12694         (python-mode): Set imenu-create-index-function to
12695         python-imenu-create-index.
12697 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * winner.el (winner-active-region): Use region-active-p, activate-mark
12700         and deactivate-mark (bug#14225).
12702         * simple.el (deactivate-mark): Don't inline it.
12704 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
12706         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12708 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
12710         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12711         file extensions from the archive-mode entry in order to prefer
12712         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12714 2013-04-18  Leo Liu  <sdl.web@gmail.com>
12716         * bindings.el (help-event-list): Add ?\?.
12718 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12720         * subr.el (with-wrapper-hook): Declare obsolete.
12721         * simple.el (filter-buffer-substring-function): New hook.
12722         (filter-buffer-substring): Use it.
12723         (filter-buffer-substring-functions): Mark obsolete.
12724         * minibuffer.el (completion-in-region-function): New hook.
12725         (completion-in-region): Use it.
12726         (completion-in-region-functions): Mark obsolete.
12727         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
12728         * abbrev.el (abbrev-expand-function): New hook.
12729         (expand-abbrev): Use it.
12730         (abbrev-expand-functions): Mark obsolete.
12731         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
12732         and :filter-return.
12734 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12736         * progmodes/python.el (python-nav--syntactically): Fix cornercases
12737         and do not care about match data.
12739 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
12742         completion tables when completing error conditions and
12743         `declare' arguments.
12744         (lisp-complete-symbol, field-complete): Mark as obsolete.
12745         (check-parens): Unmatched parens are user errors.
12746         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
12748 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
12750         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
12751         command changed buffer (ie. `flyspell-pre-buffer' is not current
12752         buffer), which prevents making decisions based on invalid value of
12753         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
12754         cause an error when `flyspell-pre-point' was nil after switching
12755         buffers.
12756         (flyspell-post-command-hook): No longer needs to change buffers when
12757         checking pre-word.  While at it remove unnecessary progn.
12759 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
12761         * textmodes/ispell.el (ispell-add-per-file-word-list):
12762         Fix `flyspell-correct-word-before-point' error when accepting
12763         words and `coment-padding' is an integer by using
12764         `comment-normalize-vars' (Bug #14214).
12766 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12768         New defun movement commands.
12769         * progmodes/python.el (python-nav--syntactically)
12770         (python-nav--forward-defun, python-nav-backward-defun)
12771         (python-nav-forward-defun): New functions.
12773 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12775         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
12776         (python-syntax-context): Use named compiler-macro for backwards
12777         compatibility with Emacs 24.x.
12779 2013-04-17  Leo Liu  <sdl.web@gmail.com>
12781         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
12782         octave-hide-process-buffer.
12784 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12786         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
12787         (bug#14216).
12789 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
12791         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
12792         Fix adjustment of offset when receiving incomplete responses from GDB
12793         (bug#14129).
12795 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12797         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
12798         python-mode-abbrev-table.
12799         (python-skeleton-define): Adjust accordingly.
12800         (python-mode-abbrev-table): New table that inherits from it so that
12801         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
12803         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
12804         (abbrev-symbol): Use it.
12805         (abbrev--before-point): Use it since we already handle inheritance.
12807 2013-04-16  Leo Liu  <sdl.web@gmail.com>
12809         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
12810         binding to info-lookup-symbol.
12812 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
12814         * minibuffer.el (completion--twq-all):
12815         * term/ns-win.el (ns-initialize-window-system):
12816         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
12818 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12820         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
12821         global bindings.
12823         * doc-view.el (doc-view-start-process): Handle url-handler directories.
12825 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
12827         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
12828         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
12829         to nil.
12830         (ruby-end-of-defun): Remove the unused arg, change the docstring
12831         to reflect that this function is only used as the value of
12832         `end-of-defun-function'.
12833         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
12834         to reflect an earlier change that beginning/end-of-defun functions
12835         jump between methods in a class definition, as well as top-level
12836         functions.
12838 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12840         * minibuffer.el (minibuffer-complete): Don't just scroll
12841         a *Completions* that's been iconified.
12842         (minibuffer-force-complete): Make sure repetitions do cycle when going
12843         through completion-in-region -> minibuffer-complete.
12845 2013-04-15  Alan Mackenzie  <acm@muc.de>
12847         Correct the placement of c-cpp-delimiters when there're #s not at
12848         col 0.
12850         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
12851         place a submatch around the #.
12852         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
12853         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
12854         on the #, not BOL.
12856 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12858         * emacs-lisp/nadvice.el: Properly test names when adding advice.
12859         (advice--member-p): New arg `name'.
12860         (advice--add-function, advice-member-p): Use it (bug#14202).
12862 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
12864         Reformulate java imenu-generic-expression.
12865         The old expression contained ill formed regexps.
12867         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12868         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12869         (cc-imenu-java-method-arg-regexp): New defconsts.
12870         (cc-imenu-java-build-type-args-regex): New defun.
12871         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12872         handling of spaces in the regexp.
12874 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12876         * textmodes/ispell.el (ispell-command-loop): Remove
12877         flyspell highlight of a word when ispell accepts it (bug #14178).
12879 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
12881         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12882         uses code from the previous `ange-ftp-run-real-handler'.
12883         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12884         only in case that function exist.  This is needed for proper
12885         unloading of Tramp.
12887 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
12889         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12891         * textmodes/reftex.el (reftex-compile-variables): Use it.
12893 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12895         * files.el (normal-mode): Only use default major-mode if no other mode
12896         was specified.
12898         * emacs-lisp/trace.el (trace-values): New function.
12900         * files.el: Allow : in local variables (bug#14089).
12901         (hack-local-variable-regexp): New var.
12902         (hack-local-variables-prop-line, hack-local-variables): Use it.
12904 2013-04-13  Roland Winkler  <winkler@gnu.org>
12906         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
12907         data before it gets modified by bibtex-beginning-of-entry.
12909 2013-04-13  Roland Winkler  <winkler@gnu.org>
12911         * textmodes/bibtex.el (bibtex-url): Doc fix.
12913 2013-04-13  Roland Winkler  <winkler@gnu.org>
12915         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12916         does not visit a BibTeX file, exclude it from the list of buffers
12917         returned by bibtex-initialize.
12919 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
12921         * window.el (split-window): Remove interactive form, since as a
12922         command this function is a special case of split-window-below.
12923         Correct doc string.
12925 2013-04-12  Roland Winkler  <winkler@gnu.org>
12927         * faces.el (read-face-name): Do not override value of arg default.
12928         Allow single faces and strings as default values.  Remove those
12929         elements from return value that are not faces.
12930         (describe-face): Simplify.
12931         (face-at-point): New optional args thing and multiple so that this
12932         function can provide the same functionality previously provided by
12933         read-face-name.
12934         (make-face-bold, make-face-unbold, make-face-italic)
12935         (make-face-unitalic, make-face-bold-italic, invert-face)
12936         (modify-face, read-face-and-attribute): Use face-at-point.
12938         * cus-edit.el (customize-face, customize-face-other-window)
12939         * cus-theme.el (custom-theme-add-face)
12940         * face-remap.el (buffer-face-set)
12941         * facemenu.el (facemenu-set-face): Use face-at-point.
12943 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
12945         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12947 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
12949         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12950         off leading { and trailing } from field values.
12952 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12954         * emacs-lisp/timer.el (timer--check): New function.
12955         (timer--time, timer-set-function, timer-event-handler): Use it.
12956         (timer-set-idle-time): Simplify.
12957         (timer--activate): CSE.
12958         (timer-event-handler): Give more info in error message.
12959         (internal-timer-start-idle): New function, moved from C.
12961         * mpc.el (mpc-proc): Add `restart' argument.
12962         (mpc-proc-cmd): Use it.
12963         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12964         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12965         less often.
12967 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
12969         * progmodes/sh-script.el: Implement `sh-mode' own
12970         `add-log-current-defun-function' (bug#14112).
12971         (sh-current-defun-name): New function.
12972         (sh-mode): Use the function.
12974 2013-04-09  Bastien Guerry  <bzg@gnu.org>
12976         * simple.el (choose-completion-string): Fix docstring (bug#14163).
12978 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12980         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12982         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12983         timer (bug#14156).
12985 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
12987         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12988         declaration.
12990 2013-04-07  Leo Liu  <sdl.web@gmail.com>
12992         * pcmpl-x.el: New file.
12994 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
12996         Do not set x-display-name until X connection is established.
12997         This is needed to prevent from weird situation described at
12998         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12999         * frame.el (make-frame): Set x-display-name after call to
13000         window system initialization function, not before.
13001         * term/x-win.el (x-initialize-window-system): Add optional
13002         display argument and use it.
13003         * term/w32-win.el (w32-initialize-window-system):
13004         * term/ns-win.el (ns-initialize-window-system):
13005         * term/pc-win.el (msdos-initialize-window-system):
13006         Add compatible optional display argument.
13008 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
13010         * files.el (normal-backup-enable-predicate): On MS-Windows and
13011         MS-DOS compare truenames of temporary-file-directory and of the
13012         file, so that 8+3 aliases (usually found in $TEMP on Windows)
13013         don't fail comparison by compare-strings.  Also, compare file
13014         names case-insensitively on MS-Windows and MS-DOS.
13016 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13018         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13019         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13021 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
13023         * whitespace.el (whitespace-color-on, whitespace-color-off):
13024         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13026 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
13028         * ispell.el (ispell-set-spellchecker-params):
13029         Really set `ispell-args' for all equivs.
13031 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13033         * ido.el (ido-completions): Use extra elements of ido-decorations
13034         (bug#14143).
13035         (ido-decorations): Update docstring.
13037 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
13039         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13040         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13041         nil during initialization, in order not to miss changes since the
13042         file was opened.  (Bug#14140)
13044 2013-04-05  Leo Liu  <sdl.web@gmail.com>
13046         * kmacro.el (kmacro-call-macro): Fix bug#14135.
13048 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
13050         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13052 2013-04-04  Glenn Morris  <rgm@gnu.org>
13054         * electric.el (electric-pair-inhibit-predicate): Add :version.
13056 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13058         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13059         when a package is required several times (bug#14082).
13061 2013-04-04  Roland Winkler  <winkler@gnu.org>
13063         * faces.el (read-face-name): Behave as promised by the docstring.
13064         Assume that arg default is a list of faces.
13065         (describe-face): Call read-face-name with list of default faces.
13067 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13069         * bookmark.el: Fix deletion of bookmarks (bug#13972).
13070         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13071         (bookmark-bmenu-execute-deletions): Only skip first line if it's
13072         the header.
13073         (bookmark-exit-hook-internal): Save even if list is empty.
13075 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
13077         * emacs-lisp/package.el (package-pinned-packages): New var.
13078         (package--add-to-archive-contents): Obey it (bug#14118).
13080 2013-04-03  Alan Mackenzie  <acm@muc.de>
13082         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13083         Also adapt to the new values of element 7 of a parse state.
13085         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13086         parameter `not-in-delimiter'.  Handle being inside comment opener.
13087         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13088         character in case we're typing a '*' after a '/'.
13089         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13090         instead by passing the parameter to c-state-pp-to-literal.
13092         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13093         for elt. 7 of a parse state.
13095 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
13097         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13098         * international/latin1-disp.el, international/mule-util.el:
13099         * language/cyril-util.el, language/european.el, language/ind-util.el:
13100         * language/lao-util.el, language/thai.el, language/tibet-util.el:
13101         * language/tibetan.el, language/viet-util.el:
13102         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13104 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13106         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13107         (electric-pair-post-self-insert-function): Use it.
13108         (electric-pair-default-inhibit): New function, extracted from
13109         electric-pair-post-self-insert-function.
13111 2013-03-31  Roland Winkler  <winkler@gnu.org>
13113         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13115 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13117         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13119 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
13121         Un-indent after "pass" and "return" statements (Bug#13888)
13122         * progmodes/python.el (python-indent-block-enders): New var.
13123         (python-indent-calculate-indentation): Use it.
13125 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
13127         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13128         defun.  Defining it as defalias could introduce too eager
13129         byte-compiler optimization.  (Bug#14030)
13131 2013-03-30  Chong Yidong  <cyd@gnu.org>
13133         * iswitchb.el (iswitchb-read-buffer): Fix typo.
13135 2013-03-30  Leo Liu  <sdl.web@gmail.com>
13137         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13138         (kmacro-execute-from-register): Pass the keyboard macro to
13139         kmacro-call-macro or repeating won't work correctly.
13141 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
13143         * progmodes/subword.el: Back to using `forward-symbol'.
13145         * subr.el (forward-whitespace, forward-symbol)
13146         (forward-same-syntax): Move from thingatpt.el.
13148 2013-03-29  Leo Liu  <sdl.web@gmail.com>
13150         * kmacro.el (kmacro-to-register): New command.
13151         (kmacro-execute-from-register): New function.
13152         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
13154 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13156         * mpc.el: Use defvar-local and setq-local.
13157         (mpc--proc-connect): Connection failures are not bugs.
13158         (mpc-mode-map): `follow-link' only applies to the buffer's content.
13159         (mpc-volume-map): Bind to the up-events.
13161 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13163         * progmodes/subword.el (superword-mode): Use `forward-sexp'
13164         instead of `forward-symbol'.
13166 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13168         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13169         (edebug--recursive-edit): Use it.
13170         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13171         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13173 2013-03-28  Leo Liu  <sdl.web@gmail.com>
13175         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
13177 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
13179         * facemenu.el (list-colors-callback): New defvar.
13180         (list-colors-redisplay): New function.
13181         (list-colors-display): Install list-colors-redisplay as the
13182         revert-buffer-function.  (Bug#14063)
13184 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13186         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13187         and suffixes don't overlap (bug#14061).
13189         * case-table.el: Use lexical-binding.
13190         (case-table-get-table): New function.
13191         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
13193 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13195         * progmodes/subword.el: Add `superword-mode' to do word motion
13196         over symbol_words (parallels and leverages `subword-mode' which
13197         does word motion inside MixedCaseWords).
13199 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
13201         * eshell/em-unix.el: Move su and sudo to...
13202         * eshell/em-tramp.el: ...Eshell tramp module.
13204 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13206         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13207         Change return value to be a sexp.  Delay `get-buffer' to after
13208         restoring the desktop (bug#13951).
13210 2013-03-26  Leo Liu  <sdl.web@gmail.com>
13212         * register.el: Move semantic tag handling back to
13213         cedet/semantic/senator.el.  (Bug#14052)
13215 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13218         into the prompt either (bug#13963).
13220 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13222         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13223         part of "(error-foo)".
13225 2013-03-24  Juri Linkov  <juri@jurta.org>
13227         * replace.el (list-matching-lines-prefix-face): New defcustom.
13228         (occur-1): Pass `list-matching-lines-prefix-face' to the function
13229         `occur-engine' if `face-differs-from-default-p' returns t.
13230         (occur-engine): Add `,' inside backquote construct to evaluate
13231         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
13232         Pass `prefix-face' to the functions `occur-context-lines' and
13233         `occur-engine-add-prefix'.
13234         (occur-engine-add-prefix, occur-context-lines): Add optional arg
13235         `prefix-face' and propertize the prefix with `prefix-face'.
13236         (Bug#14017)
13238 2013-03-24  Leo Liu  <sdl.web@gmail.com>
13240         * nxml/rng-valid.el (rng-validate-while-idle)
13241         (rng-validate-quick-while-idle): Guard against deleted buffer.
13242         (Bug#13999)
13244         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13245         is the last entry in kill-buffer-hook.
13247         * files.el (kill-buffer-hook): Doc fix.
13249 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
13251         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13252         Make it safe-local.
13254         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13256 2013-03-23  Leo Liu  <sdl.web@gmail.com>
13258         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13259         Remove.
13261         * nxml/rng-valid.el (rng-validate-mode)
13262         (rng-after-change-function, rng-do-some-validation):
13263         * nxml/rng-maint.el (rng-validate-buffer):
13264         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13265         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13266         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13267         (nxml-extend-after-change-region): Use with-silent-modifications.
13269         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13270         timer-idle-list.
13272         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13273         (rng-next-error-1, rng-previous-error-1): Do not let-bind
13274         timer-idle-list.  (Bug#13999)
13276 2013-03-23  Juri Linkov  <juri@jurta.org>
13278         * info.el (info-index-match): New face.
13279         (Info-index, Info-apropos-matches): Add a nested subgroup to the
13280         main pattern and add text properties with the new face to matches
13281         in index entries relative to the beginning of the index entry.
13282         (Bug#14015)
13284 2013-03-21  Eric Ludlam  <zappo@gnu.org>
13286         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13287         Inhibit read only while inserting objects.
13289 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13291         * progmodes/cfengine.el: Update docs to mention
13292         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
13293         symbol motion.  Remove "_" from the word syntax.
13295 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
13297         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13298         syntax for both `cfengine2-mode' and `cfengine3-mode'.
13300 2013-03-20  Juri Linkov  <juri@jurta.org>
13302         * info.el (Info-next-reference-or-link)
13303         (Info-prev-reference-or-link): New functions.
13304         (Info-next-reference, Info-prev-reference): Use them.
13305         (Info-try-follow-nearest-node): Handle footnote navigation.
13306         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
13308 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13310         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13311         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13313 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
13315         Suppress unnecessary non-ASCII chatter during build process.
13316         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13317         (batch-skkdic-convert): Suppress most of the chatter.
13318         It's not needed so much now that machines are faster,
13319         and its non-ASCII component was confusing; see Dmitry Gutov in
13320         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13322 2013-03-20  Leo Liu  <sdl.web@gmail.com>
13324         * ido.el (ido-chop): Fix bug#10994.
13326 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13328         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13329         Remove vars.
13330         (whitespace-color-on, whitespace-color-off):
13331         Use `font-lock-fontify-buffer' (Bug#13817).
13333 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13335         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13336         remapping in mode-line.
13337         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13339 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13341         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13342         value for `whitespace-line' face (Bug#13875).
13343         (whitespace-font-lock-keywords): Change description.
13344         (whitespace-color-on): Don't save `font-lock-keywords' value, save
13345         the constructed keywords instead.
13346         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13348 2013-03-19  Leo Liu  <sdl.web@gmail.com>
13350         * progmodes/compile.el (compilation-display-error): New command.
13351         (compilation-mode-map, compilation-minor-mode-map): Bind it to
13352         C-o.  (Bug#13992)
13354 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13356         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13358 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
13360         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13362 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
13364         * net/tramp-compat.el (tramp-compat-user-error): New defun.
13366         * net/tramp-adb.el (tramp-adb-handle-shell-command):
13367         * net/tramp-gvfs.el (top):
13368         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13369         (tramp-handle-shell-command): Use it.
13370         (tramp-dissect-file-name): Raise an error when hostname is a
13371         method name, and neither method nor user is specified.
13373         * net/trampver.el: Update release number.
13375 2013-03-18  Leo Liu  <sdl.web@gmail.com>
13377         Make sure eldoc can be turned off properly.
13378         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13379         eldoc-mode.
13380         (eldoc-display-message-p): Revert last change.
13381         (eldoc-display-message-no-interference-p)
13382         (eldoc-print-current-symbol-info): Tweak.
13384 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
13386         * doc-view.el (doc-view-new-window-function): Check the new window
13387         overlay's display property instead the char property of the
13388         buffer's first char.  Use `with-selected-window' instead of
13389         `save-window-excursion' with `select-window'.
13390         (doc-view-document->bitmap): Check the current doc-view overlay's
13391         display property instead the char property of the buffer's first char.
13393 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13395         Automate the build of ja-dic.el (Bug#13984).
13396         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13397         from the input, rather than assume that it's been done for us by the
13398         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
13399         the current date into a ja-dic.el comment, as that complicates
13400         regression testing.
13402 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13404         * whitespace.el: Fix double evaluation.
13405         (whitespace-space, whitespace-hspace, whitespace-tab)
13406         (whitespace-newline, whitespace-trailing, whitespace-line)
13407         (whitespace-space-before-tab, whitespace-indentation)
13408         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13409         obsolete defvars.
13410         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13411         (whitespace-color-on): Use a single font-lock-add-keywords call.
13412         Fix double-evaluation of face variables.
13414 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
13416         * net/tramp-adb.el (tramp-adb-parse-device-names):
13417         Use `start-process' instead of `call-process'.  Otherwise, the
13418         function might be blocked under MS Windows.  (Bug#13299)
13420 2013-03-17  Leo Liu  <sdl.web@gmail.com>
13422         Extend eldoc to display info in the mode-line.  (Bug#13978)
13423         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13424         (eldoc-mode-line-string): New variable.
13425         (eldoc-minibuffer-message): New function.
13426         (eldoc-message-function): New variable.
13427         (eldoc-message): Use it.
13428         (eldoc-display-message-p)
13429         (eldoc-display-message-no-interference-p):
13430         Support eldoc-post-insert-mode.
13432         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13433         (eval-expression): Run it.
13435 2013-03-17  Roland Winkler  <winkler@gnu.org>
13437         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13438         strings in the list of return values.
13440 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13442         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13443         radix before checking for HMS forms.
13445 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13447         * progmodes/scheme.el: Add indentation and font-locking for λ.
13448         (Bug#13975)
13450 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13452         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13453         token before point (bug#13942).
13455 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13457         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
13459 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
13461         * startup.el (command-line-normalize-file-name): Fix handling of
13462         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
13463         <xfq.free@gmail.com> in
13464         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13466 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
13468         Sync with Tramp 2.2.7.
13470         * net/trampver.el: Update release number.
13472 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
13474         * doc-view.el: Fix bug#13887.
13475         (doc-view-insert-image): Don't modify overlay associated to
13476         non-live windows, and implement horizontal centering of image in
13477         case it's smaller than the window.
13478         (doc-view-new-window-function): Force redisplay of new windows on
13479         doc-view buffers.
13481 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
13483         * saveplace.el (save-place-alist-to-file): Don't sort
13484         `save-place-alist', just pretty-print it (bug#13882).
13486 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
13488         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13489         Check whether `default-file-name-coding-system' is bound.
13490         It isn't in XEmacs.
13492 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13494         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13495         backquotes for `obsolete' (bug#13929).
13497         * international/mule.el (find-auto-coding): Include file name in
13498         obsolescence warning (bug#13922).
13500 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13502         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13503         for CFEngine 3-specific indentation.
13504         (cfengine3-indent-line): Use it.  Fix up category regex.
13505         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13507 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13509         * type-break.el (type-break-file-name):
13510         * textmodes/remember.el (remember-data-file):
13511         * strokes.el (strokes-file):
13512         * shadowfile.el (shadow-initialize):
13513         * saveplace.el (save-place-file):
13514         * ps-bdf.el (bdf-cache-file):
13515         * progmodes/idlwave.el (idlwave-config-directory):
13516         * net/quickurl.el (quickurl-url-file):
13517         * international/kkc.el (kkc-init-file-name):
13518         * ido.el (ido-save-directory-list-file):
13519         * emulation/viper.el (viper-custom-file-name):
13520         * emulation/vip.el (vip-startup-file):
13521         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13522         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13524 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13526         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13527         * language/thai-word.el: Switch to UTF-8.
13529 See ChangeLog.16 for earlier changes.
13531 ;; Local Variables:
13532 ;; coding: utf-8
13533 ;; End:
13535   Copyright (C) 2011-2014 Free Software Foundation, Inc.
13537   This file is part of GNU Emacs.
13539   GNU Emacs is free software: you can redistribute it and/or modify
13540   it under the terms of the GNU General Public License as published by
13541   the Free Software Foundation, either version 3 of the License, or
13542   (at your option) any later version.
13544   GNU Emacs is distributed in the hope that it will be useful,
13545   but WITHOUT ANY WARRANTY; without even the implied warranty of
13546   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13547   GNU General Public License for more details.
13549   You should have received a copy of the GNU General Public License
13550   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.