* net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
[emacs.git] / lisp / ChangeLog
blob455b8f269d7a5c8fb38e7bd2ce593c7a773a25fd
1 2014-05-17  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
4         for a temporary file name.
6 2014-05-17  Eli Zaretskii  <eliz@gnu.org>
8         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
10 2014-05-16  Michael Albinus  <michael.albinus@gmx.de>
12         * net/dbus.el (dbus-init-bus, dbus-call-method)
13         (dbus-call-method-asynchronously, dbus-send-signal)
14         (dbus-method-return-internal, dbus-method-error-internal)
15         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
17 2014-05-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
19         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
20         methods which do not have a doc string.  (Bug#17490)
22 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
23             Stefan Monnier  <monnier@iro.umontreal.ca>
25         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
26         suffix (bug#15419).
28 2014-05-14  Glenn Morris  <rgm@gnu.org>
30         * vc/emerge.el (emerge-temp-file-prefix):
31         Make pointless option obsolete.
32         (emerge-temp-file-mode): Make non-functional option obsolete.
34 2014-05-13  Michael Albinus  <michael.albinus@gmx.de>
36         * net/browse-url.el (browse-url):
37         Use `unhandled-file-name-directory' when setting `default-directory',
38         in order to circumvent stalled remote connections.  (Bug#17425)
40 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
43         into autoloading just because of a silly indirection.
45 2014-05-11  Santiago Payà i Miralta  <santiagopim@gmail.com>  (tiny change)
47         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
49 2014-05-11  Glenn Morris  <rgm@gnu.org>
51         * emacs-lisp/find-gc.el: Move to ../admin.
53 2014-05-10  Glenn Morris  <rgm@gnu.org>
55         * printing.el (pr-version):
56         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
58         * net/browse-url.el (browse-url-mosaic):
59         Create /tmp/Mosaic.PID as a private file.
61 2014-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
63         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
64         (advice--member-p): If name is given, only compare the name.
65         (advice--remove-function): Don't stop at the first match.
66         (advice--normalize-place): New function.
67         (add-function, remove-function): Use it.
68         (advice--add-function): Pass the name, if any, to
69         advice--remove-function.
71 2014-05-09  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
73         * electric.el (electric-indent-post-self-insert-function): Don't use
74         `pos' after modifying the buffer (bug#17449).
76 2014-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * subr.el (function-put): Add function.
80 2014-05-09  Stephen Berman  <stephen.berman@gmx.net>
82         * calendar/todo-mode.el (todo-insert-item-from-calendar):
83         Correct argument list to conform to todo-insert-item--basic.
85 2014-05-09  Glenn Morris  <rgm@gnu.org>
87         * files.el (cd-absolute): Test if directory is accessible
88         rather than executable.  (Bug#17330)
90         * progmodes/compile.el (recompile):
91         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
93 2014-05-08  Juri Linkov  <juri@jurta.org>
95         * dired.el (dired-check-switches, dired-switches-recursive-p):
96         New functions.  (Bug#17218)
97         (dired-switches-escape-p, dired-move-to-end-of-filename):
98         Use `dired-check-switches'.
99         (dired-insert-old-subdirs, dired-build-subdir-alist)
100         (dired-sort-R-check): Use `dired-switches-recursive-p'.
102 2014-05-08  Glenn Morris  <rgm@gnu.org>
104         * net/browse-url.el (browse-url-mosaic):
105         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
106         This is CVE-2014-3423.
108 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
111         (xterm-mouse--read-event-sequence-1000): Return nil if something
112         looks fishy.
113         (xterm-mouse-event): Propagate it.
114         (xterm-mouse-translate-1): Handle it.
116 2014-05-07  Stephen Berman  <stephen.berman@gmx.net>
118         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
119         four slots of the parameter list are filled, make sure to pass it
120         to the argument list of todo-insert-item--basic.
122 2014-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
125         Add optional `seen' argument to detect and break infinite loops.
127 2014-05-06  Eli Zaretskii  <eliz@gnu.org>
129         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
130         (trace-unsafe, trace-use-tree): Make parentheses style be
131         according to Emacs style.
133 2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
135         * net/tramp-sh.el (tramp-remote-process-environment):
136         Remove HISTFILE and HISTSIZE; it's too late to set them here.
137         Add :version entry.
138         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
139         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
140         extra "PSx=..." commands.
141         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
142         (Bug#17295)
144         (tramp-uudecode): Replace the hard-coded temporary file name by a
145         format specifier.
146         (tramp-remote-coding-commands): Enhance docstring.
147         (tramp-find-inline-encoding): Replace "%t" by a temporary file
148         name.  (Bug#17415)
149         This is CVE-2014-3424.
151 2014-05-06  Glenn Morris  <rgm@gnu.org>
153         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
154         (find-gc-source-files): Update some names.
155         (trace-call-tree): Simplify and update.
156         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
157         This is CVE-2014-3422.
159 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * minibuffer.el (completion--try-word-completion): Revert fix for
162         Bug#15980 (bug#17375).
164         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
165         Always store button numbers in the same way in xterm-mouse-last;
166         Don't burp is xterm-mouse-last is not set as expected.
167         Never return negative indices.
169 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
171         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
172         Backtrack one char if the global/char-literal var matcher hits
173         inside a string.  The next char could be the beginning of an
174         expression expansion.
176 2014-05-05  Glenn Morris  <rgm@gnu.org>
178         * help-fns.el (describe-function-1): Test for an autoload before a
179         macro, since `macrop' works on autoloads.  (Bug#17410)
181 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
183         * electric.el (electric-indent-functions-without-reindent): Add yaml.
185         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
186         Make sure the new point we return is within the new string (bug#17239).
188 2014-05-03  Eli Zaretskii  <eliz@gnu.org>
190         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
192 2014-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
195         Use nil rather than `default' for the "default" appearance (bug#17388).
196         * vc/ediff-util.el (ediff-inferior-compare-regions)
197         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
198         a misleading `default' value when it's really a boolean.
199         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
200         overlay is not visible.
202 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
204         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
205         (todo-menu): Uncomment and update.
207 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
209         * calendar/todo-mode.el: Reimplement item editing to have the same
210         basic user interface as item insertion, and make small UI and
211         larger internal improvements to the latter.
212         (todo-insert-item): Add reference to the Todo mode user manual to
213         the documentation string.
214         (todo-insert-item--basic): Rename from todo-basic-insert-item and
215         adjust all callers.  Change signature to combine diary and
216         nonmarking arguments.  Incorporate functionality of deleted item
217         copying command and add error checking.  Remove detailed
218         descriptions of the arguments from the documentation string, since
219         this is treated in the Todo mode user manual.
220         (todo-copy-item, todo-edit-multiline-item)
221         (todo-edit-done-item-comment, todo-edit-item-header)
222         (todo-edit-item-time, todo-edit-item-date-from-calendar)
223         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
224         (todo-edit-item-date-year, todo-edit-item-date-month)
225         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
226         Remove.
227         (todo-edit-item): Reimplement as wrapper command for
228         todo-edit-item--next-key and make it distinguish done and not done
229         todo items.
230         (todo-edit-item--text): New function, replacing old command
231         todo-edit-item and incorporating deleted commands
232         todo-edit-multiline-item and todo-edit-done-item-comment.
233         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
234         Use only numeric value of prefix argument.  Remove detailed
235         descriptions of the arguments from the documentation string, since
236         this is treated in the Todo mode user manual.
237         (todo-edit-item--diary-inclusion): New function, replacing old
238         command todo-edit-item-diary-inclusion and incorporating and fixing
239         functionality of deleted command todo-edit-item-diary-nonmarking,
240         making sure to remove todo-nondiary-marker when adding
241         diary-nonmarking-symbol.
242         (todo-edit-category-diary-inclusion): Make sure to delete
243         diary-nonmarking-symbol when adding todo-nondiary-marker.
244         (todo-edit-category-diary-nonmarking): Fix indentation.
245         (todo-insert-item--parameters): Group diary and nonmarking
246         parameters together.
247         (todo-insert-item--apply-args): Adjust to signature of
248         todo-insert-item--basic and incorporate copy parameter.
249         Make small code improvements.
250         (todo-insert-item--next-param): Improve prompt and adjust it to
251         new parameter grouping.  Remove obsolete code.
252         (todo-edit-item--param-key-alist)
253         (todo-edit-item--date-param-key-alist)
254         (todo-edit-done-item--param-key-alist): New defconsts.
255         (todo-edit-item--prompt): New variable.
256         (todo-edit-item--next-key): New function.
257         (todo-key-bindings-t): Bind "e" to todo-edit-item.
258         Remove bindings of deleted commands.
260 2014-05-02  Leo Liu  <sdl.web@gmail.com>
262         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
264 2014-05-01  Glenn Morris  <rgm@gnu.org>
266         * allout-widgets.el (allout-widgets-tally)
267         (allout-decorate-item-guides):
268         * menu-bar.el (menu-bar-positive-p):
269         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
270         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
271         * progmodes/js.el (js--inside-param-list-p)
272         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
273         * progmodes/prolog.el (region-exists-p):
274         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
275         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
276         Doc fixes (replace `iff').
278 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
280         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
282 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
284         * dired.el (dired-initial-position-hook, dired-initial-position):
285         Doc string fixes.
287 2014-04-29  Glenn Morris  <rgm@gnu.org>
289         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
291 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
293         * faces.el (face-spec-recalc): Apply X resources only after the
294         defface spec has been applied. Thus, X resources are no longer
295         overriden by the defface spec which also fixes issues on win32 where
296         the toolbar coloring was wrong because it is set through X resources
297         and was (wrongfully) overriden.  (Bug#16694)
299 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * textmodes/rst.el (electric-pair-pairs): Declare.
302         (rst-mode): Set it (bug#17131).
304 2014-04-27  Juri Linkov  <juri@jurta.org>
306         * desktop.el (desktop-value-to-string): Let-bind `print-length'
307         and `print-level' to nil.  (Bug#17351)
309 2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
311         * battery.el (battery-update): Handle the case where battery
312         status is "N/A" (bug#17319).
314 2014-04-24  Eli Zaretskii  <eliz@gnu.org>
316         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
317         Use equal-including-properties to compare help-echo strings (bug#17331).
319 2014-04-24  Leo Liu  <sdl.web@gmail.com>
321         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
322         Fix syntax for @.  (Bug#17325)
324 2014-04-24  Daniel Colascione  <dancol@dancol.org>
326         * emacs-lisp/cl.el (gv): Require gv early to break eager
327         macro-expansion cycles.
329 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * simple.el (region-active-p): Check there's a mark (bug#17324).
333         * simple.el (completion-list-mode-map): Use choose-completion for the
334         mouse binding as well (bug#17302).
335         (completion-list-mode, completion-setup-function): Adjust docstring and
336         echo area message accordingly.
337         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
338         calling convention of choose-completion.
339         * comint.el (comint-dynamic-list-completions):
340         * term.el (term-dynamic-list-completions): Accept choose-completion.
342         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
343         &, |, +, - and * can't be a division (bug#17317).
345 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
347         * term/xterm.el (xterm--version-handler): Don't use modern xterm
348         features on gnome-terminal (bug#16988).
350 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
352         * dired.el (dired-insert-set-properties): Do not consider
353         subdirectory headings and empty lines to be information that
354         `dired-hide-details-mode' should hide.  (Bug#17228)
356 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
358         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
359         Remove test messages.
360         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
361         and `target' twice.
363 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
365         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
366         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
368         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
370 2014-04-21  Michael Albinus  <michael.albinus@gmx.de>
372         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
373         Set "IFS=" when using read builtin, in order to preserve spaces in
374         the file name.  Add test messages for hunting a bug on hydra.
375         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
377 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
379         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
380         Don't prettify a word within a symbol.
382 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
384         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
385         possible.
387 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
390         assignments such as "case=hello" (bug#17297).
392 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
394         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
395         Do not autoload.
396         (tramp-file-name-handler, tramp-completion-file-name-handler):
397         Revert patch from 2014-04-10, it isn't necessary anymore.
398         (tramp-autoload-file-name-handler)
399         (tramp-register-autoload-file-name-handlers): New defuns.
400         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
401         (tramp-register-file-name-handlers): Remove also
402         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
403         Do not autoload its invocation, but eval it after loading of 'tramp.
405         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
407         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
409 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
412         was done (bug#17264).
413         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
414         comment to EOB.
416         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
417         here-documents (bug#17262).
419 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
421         * term/pc-win.el (x-list-fonts, x-get-selection-value):
422         Provide doc strings, as required by snarf-documentation.
424 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
427         arg of overlays-at.  Use `invisible-p'.
429         * obsolete/lucid.el (extent-at):
430         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
431         overlays-at.
432         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
434 2014-04-14  João Távora  <joaotavora@gmail.com>
436         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
437         links.  (Bug#17217).
439 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
441         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
442         Use mapc to loop over a vector.  (Bug#17257).
444 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
446         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
447         patch, there are new problems with file names containing spaces.
448         Get rid of backticks.  (Bug#17238)
450 2014-04-13  João Távora  <joaotavora@gmail.com>
452         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
453         possible bug.
455 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
457         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
458         (blink-cursor-mode): Mention customization variables and the
459         effect of 'blink-cursor-blinks'.
461 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
463         * simple.el (undo): Prevent insertion of identity mapping into
464         undo-equiv-table so as undo-only does not inf loop in the presence
465         of consecutive nils in undo list.
467 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
469         * faces.el (make-face): Deprecate optional argument as it is no
470         longer needed/used since the conditional X resources handling
471         has been pushed down to make-face-x-resource-internal itself.
472         (make-empty-face): Don't pass optional argument to make-face.
474 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
476         * international/characters.el <standard-case-table>: Add entries
477         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
478         Set category of Coptic characters be 'g' (Greek).
480 2014-04-12  Leo Liu  <sdl.web@gmail.com>
482         * progmodes/octave.el (completion-table-with-cache): Define if not
483         available.
484         (octave-goto-function-definition)
485         (octave-sync-function-file-names)
486         (octave-find-definition-default-filename): Backquote upattern for
487         compatibility.
489 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
491         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
492         name twice due to backticks.  (Bug#17238)
494 2014-04-11  Glenn Morris  <rgm@gnu.org>
496         * term/w32-win.el (x-win-suspend-error):
497         * term/x-win.el (x-win-suspend-error): Sync docs.
499 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
501         Ediff's overlay priorities cause more trouble than they solve.
502         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
503         (ediff-highest-priority): Remove function (bug#17234).
504         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
505         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
506         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
507         overlay priorities.
509 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
511         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
512         entry; use symbol boundaries to avoid mis-matches.
514 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
516         * net/tramp.el (tramp-file-name-handler)
517         (tramp-completion-file-name-handler): Avoid recursive loading.
519         * net/tramp-sh.el (tramp-make-copy-program-file-name):
520         Quote result also locally.
522 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
524         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
525         Module methods.  (Bug#17216)
527 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * help.el (describe-bindings): Fix buffer handling (bug#17210).
530         (describe-bindings-internal): Mark obsolete.
532 2014-04-07  João Távora  <joaotavora@gmail.com>
534         * elec-pair.el:
535         (electric-pair--syntax-ppss): When inside comments parse from
536         comment beginning.
537         (electric-pair--balance-info): Fix typo in comment.
538         (electric-pair--in-unterminated-string-p): Delete.
539         (electric-pair--unbalanced-strings-p): New function.
540         (electric-pair-string-bound-function): New var.
541         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
542         according to `electric-pair--in-unterminated-string-p'
544 2014-04-07  João Távora  <joaotavora@gmail.com>
546         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
547         Inhibit quote pairing if point-max is inside an unterminated string.
548         (electric-pair--looking-at-unterminated-string-p): Delete.
549         (electric-pair--in-unterminated-string-p): New function.
551 2014-04-07  Glenn Morris  <rgm@gnu.org>
553         * shell.el (shell-directory-tracker):
554         Go back to just ignoring failures.  (Bug#17159)
556 2014-04-06  João Távora  <joaotavora@gmail.com>
558         Fix `electric-pair-delete-adjacent-pairs' in modes binding
559         backspace. (bug#16981)
560         * elec-pair.el (electric-pair-backward-delete-char): Delete.
561         (electric-pair-backward-delete-char-untabify): Delete.
562         (electric-pair-mode-map): Bind backspace to a menu item filtering
563         a new `electric-pair-delete-pair' command.
564         (electric-pair-delete-pair): New command.
566 2014-04-06  João Távora  <joaotavora@gmail.com>
568         * progmodes/python.el (python-electric-pair-string-delimiter):
569         Fix triple-quoting electricity.  (Bug#17192)
571 2014-04-06  João Távora  <joaotavora@gmail.com>
573         * elec-pair.el (electric-pair-post-self-insert-function):
574         Don't skip whitespace when `electric-pair-text-pairs' and
575         `electric-pair-pairs' were used. syntax to
576         electric-pair--skip-whitespace.  (Bug#17183)
578 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
580         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
581         "<F>".  (Bug#17199)
583 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
586         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
588 2014-04-05  Glenn Morris  <rgm@gnu.org>
590         * help.el (view-lossage): Doc tweak.
592 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
594         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
595         only when inhibit-x-resources is nil, and do that earlier in the
596         function.  Doc fix.  (Bug#16694)
597         (face-spec-choose): Accept additional optional argument, whose
598         value is returned if no matching attributes are found.
599         (face-spec-recalc): Use the new optional argument when calling
600         face-spec-choose.  (Bug#16378)
601         (make-face-x-resource-internal): Do nothing when
602         inhibit-x-resources is non-nil.  Don't touch the default face if
603         reversed video is given--as was done in previous versions of Emacs.
604         (face-set-after-frame-default): Don't call
605         make-face-x-resource-internal here.  (Bug#16434)
607 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
609         * doc-view.el (doc-view-bookmark-jump):
610         Use `bookmark-after-jump-hook' to jump to the right page after the
611         buffer is shown in a window.  (bug#16090)
613 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
615         * international/characters.el (mirroring): Fix last change:
616         instead of loading uni-mirrored.el explicitly, do that implicitly
617         by creating the 'mirroring' uniprop table.  This avoids announcing
618         the loading of uni-mirrored.el.
620 2014-04-04  Glenn Morris  <rgm@gnu.org>
622         * files.el (buffer-stale--default-function)
623         (buffer-stale-function, revert-buffer--default):
624         * autorevert.el (auto-revert-buffers): Doc tweaks.
626 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
628         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
630 2014-04-03  Glenn Morris  <rgm@gnu.org>
632         * files.el (make-backup-file-name-function)
633         (make-backup-file-name, make-backup-file-name--default-function)
634         (make-backup-file-name-1, find-backup-file-name)
635         (revert-buffer-function, revert-buffer-insert-file-contents-function)
636         (buffer-stale--default-function, buffer-stale-function)
637         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
638         (revert-buffer, revert-buffer--default)
639         (revert-buffer-insert-file-contents--default-function):
640         Doc fixes related to defaults no longer being nil.
641         (make-backup-file-name-function): Bump :version.
642         Restore nil as a valid but deprecated custom type.
644 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
647         used as a variable (bug#17174).
649 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
651         * progmodes/perl-mode.el (perl-indent-new-calculate):
652         Handle forward-sexp failure (bug#16985).
653         (perl-syntax-propertize-function): Add "foreach" and "for" statement
654         modifiers introducing expressions (bug#17116).
656 2014-04-02  Glenn Morris  <rgm@gnu.org>
658         * menu-bar.el (menu-bar-file-menu):
659         * vc/ediff.el (ediff-current-file):
660         Update for revert-buffer-function no longer being nil by default.
662         * simple.el (command-execute): Respect nil disabled-command-function.
664 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
666         * simple.el (command-execute): Do not execute the command when it
667         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
669 2014-03-29  Juri Linkov  <juri@jurta.org>
671         * dired-aux.el (dired-compress-file): Don't use string-match-p
672         because its match data is used afterwards.
674 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
677         0 like nil.
679 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
681         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
682         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
684         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
685         Don't propertize `?' or `!' as symbol constituent when after
686         colon.  (Bug#17097)
688 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
690         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
691         which is no longer needed and causes trouble in GTK builds (bug#17046).
693         * emacs-lisp/package-x.el (package--archive-contents-from-url):
694         Use url-insert-file-contents; package-handle-response no longer exists.
696 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
698         * emacs-lisp/package.el: Fix bug#16733 (again).
699         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
700         (url-http-target-url): Remove unused declarations.
701         (package-handle-response): Remove.
702         (package--with-work-buffer): Use url-insert-file-contents and simplify.
703         (package--download-one-archive): Use current-buffer instead of
704         dynamic binding of `buffer'.
705         (describe-package-1): Do not decode readme-string.
707 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
709         * simple.el (primitive-undo): Correction to 2014-03-24 change.
711 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
713         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
715         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
716         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
717         `remote-file-name-inhibit-cache' to nil in the second pass.
718         (tramp-find-executable): Do not call "which" on SunOS.
719         (tramp-send-command-and-check): Fix docstring.
720         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
721         check whether source directory has set the sticky bit.
723 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
725         * simple.el (primitive-undo): Only process marker adjustments
726         validated against their corresponding (TEXT . POS).  Issue warning
727         for lone marker adjustments in undo history.  (Bug#16818)
728         (undo-make-selective-list): Add marker adjustments to selective
729         undo list based on whether their corresponding (TEXT . POS) is in
730         the region.  Remove variable adjusted-markers, which was unused
731         and only non nil during undo-make-selective-list.
732         (undo-elt-in-region): Return nil when passed a marker adjustment
733         and explain in function doc.
735 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
737         * emacs-lisp/package.el (package--add-to-archive-contents):
738         Include already installed and built-in packages in
739         `package-archive-contents'.
740         (package-install): Don't include already installed packages in the
741         options during interactive invocation.  (Bug#16762)
743 2014-03-24  Daniel Colascione  <dancol@dancol.org>
745         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
746         instead of cl-loop search function.
748 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
750         * frameset.el (frameset--initial-params): Fix typo in parameter name.
752 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
754         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
756 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
758         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
759         Match special global variables without curlies, too.
760         (ruby-font-lock-keywords): Simplify the matcher for special global
761         variables.  Don't require a non-word character after the variable.
762         (Bug#17057)
764 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * simple.el (redisplay-highlight-region-function): Increase priority of
767         overlay to make sure boundaries are visible (bug#15899).
769 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
771         * frameset.el (frameset-restore): Compare display strings with equal.
773         * frame.el (make-frame): Don't quote display name in error message,
774         it is already a string.
776 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
778         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
779         the password.
781 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
783         * emacs-lisp/package.el (package-show-package-list): If the buffer
784         is already displayed in another window, switch to that window.
786 2014-03-21  Daniel Colascione  <dancol@dancol.org>
788         * mail/emacsbug.el (report-emacs-bug): Include memory usage
789         information in bug reports.
791 2014-03-23  Daniel Colascione  <dancol@dancol.org>
793         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
794         list to look for keyword arguments instead of `memq', fixing
795         (Bug#3647) --- unfortunately, only for freshly-compiled code.
796         Please make bootstrap.
798 2014-03-23  Richard Stallman  <rms@gnu.org>
800         * battery.el (battery-linux-sysfs): Search for each field
801         from the beginning of the buffer.
803 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
805         * emacs-lisp/package.el (package-desc): Use the contents of the
806         quoted form, not its cdr.  (Bug#16873)
808 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
810         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
811         benefit of doc.c; change parameter profile to match the X function.
813 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
815         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
816         and `tramp-copy-env'.
818         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
819         (tramp-maybe-open-connection): Handle `tramp-login-env'.
821 2014-03-21  Glenn Morris  <rgm@gnu.org>
823         * electric.el (electric-indent-post-self-insert-function): Add doc.
825 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
827         * emacs-lisp/package.el (package-compute-transaction):
828         Use `version-list-<=' to compare the requirement version against
829         the version of package already to be installed.  Update the error
830         message.  (Bug#16826)
832         * progmodes/ruby-mode.el (ruby-smie-rules):
833         Add indentation rule for ` @ '.  (Bug#17050)
835 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
837         * align.el (align-regexp): Remove superfluous backslash.
839         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
840         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
841         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
842         Fix docstring typos.
843         (ffap-next): Use C-u in docstring.
844         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
845         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
846         Remove superfluous backslashes.
847         (ffap-string-at-point): Reflow docstring.
849         * server.el (server-host): Reflow docstring.
850         (server-unload-function): Fix docstring typo.
851         (server-eval-at): Remove superfluous backslash.
853         * skeleton.el (skeleton-insert): Remove superfluous backslash.
854         (skeleton-insert): Doc fix.
855         (skeleton-insert): Reflow docstring.
857         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
858         (tty-color-approximate, tty-color-by-index, tty-color-values)
859         (tty-color-desc): Remove superfluous backslashes.
861 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
863         * electric.el (electric-newline-and-maybe-indent): New command.
864         Bind it globally to C-j.
865         (electric-indent-mode): Don't mess with the global map any more.
866         Don't drop the post-self-insert-hook is some buffer is still using it
867         (bug#16770).
869         * bindings.el (global-map): Remove C-j binding.
871         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
872         the docstring of functions advised before dumping (bug#16993).
874 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
876         * ps-print.el (ps-generate-postscript-with-faces):
877         Explicitly deactivate the mark (bug#16866).
878         * simple.el (deactivate-mark): Update region highlight.
880 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
882         * emacs-lisp/package.el (describe-package-1):
883         Decode commentary (bug#16733).
885 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
887         * custom.el (defcustom): Doc fix: recommend avoiding destructive
888         modification of the value argument of :set (bug#16755).
890 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * simple.el (newline-and-indent): Do autofill (bug#17031).
894 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
896         * newcomment.el (comment-normalize-vars): Only add escaping check
897         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
898         (comment-beginning): Use `narrow-to-region' instead of moving back
899         one character.
900         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
901         (comment-start-skip): Update the docstring.
903 2014-03-18  Richard Stallman  <rms@gnu.org>
905         * dired.el (dired-display-file): Force use of other window.
907 2014-03-18  Daniel Colascione  <dancol@dancol.org>
909         * startup.el (tty-handle-args): Remove debug message from 2007.
911 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
913         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
914         (advice--make-interactive-form): Use it to avoid (auto)loading function.
915         (advice--make-1, advice-add, advice-remove):
916         Remove braindead :advice-pending hack.
918 2014-03-17  Glenn Morris  <rgm@gnu.org>
920         * calendar/calendar.el (calendar-generate-month): Apply weekend
921         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
923 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
925         * net/tramp.el (tramp-action-out-of-band): Read pending output.
926         (tramp-call-process): Trace also DESTINATION.
928         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
929         Quote file names when they are local.  Remove superfluous trace.
931 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
933         * newcomment.el (comment-beginning): If `comment-start-skip'
934         doesn't match, move back one char and try again.  (Bug#16971)
936         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
937         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
938         Set `comment-start-skip' to a simpler value that doesn't try to
939         check if the semicolon is escaped (this is handled by
940         `syntax-ppss' now).  (Bug#16971)
942         * progmodes/scheme.el (scheme-mode-variables): Same.
944 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
946         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
947         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
948         current (Bug#16816, Bug#17007).
949         (with-current-buffer-window): New macro doing the same as
950         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
951         * help.el (help-print-return-message): Warn in doc-string to not
952         use this in `with-help-window'.
953         (describe-bindings-internal): Call `describe-buffer-bindings'
954         from within help buffer.  See Juanma's scenario in (Bug#16816).
955         (with-help-window): Update doc-string.
956         * dired.el (dired-mark-pop-up):
957         * files.el (save-buffers-kill-emacs):
958         * register.el (register-preview): Use `with-current-buffer-window'
959         instead of `with-temp-buffer-window'.
961 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
963         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
964         Implement inserting into current buffer, documented in their docstrings.
965         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
966         (rst-section-tree-point, rst-forward-section, rst-indent)
967         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
968         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
969         (rst-font-lock-handle-adornment-pre-match-form)
970         (rst-repeat-last-character): Reflow docstrings.
971         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
972         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
973         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
974         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
975         Fix docstring typos.
976         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
977         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
978         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
980 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
982         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
983         for compatibility with other ports.
984         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
985         from the -xrm command line argument, but in the Nextstep port its value
986         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
988         * progmodes/python.el (defconst, python-syntax-count-quotes)
989         (python-indent-region, python-indent-shift-right)
990         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
991         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
992         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
993         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
994         (inferior-python-mode, python-shell-make-comint, run-python-internal)
995         (python-shell-buffer-substring, python-shell-send-buffer)
996         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
997         (python-completion-complete-at-point, python-fill-docstring-style)
998         (python-eldoc-function, python-imenu-format-item-label)
999         (python-imenu-format-parent-item-label)
1000         (python-imenu-format-parent-item-jump-label)
1001         (python-imenu--build-tree, python-imenu-create-index)
1002         (python-imenu-create-flat-index): Fix docstring typos.
1003         (python-indent-context, python-shell-prompt-regexp, run-python):
1004         Remove superfluous backslashes.
1005         (python-indent-line, python-nav-beginning-of-defun)
1006         (python-shell-get-buffer, python-shell-get-process)
1007         (python-info-current-defun, python-info-current-line-comment-p)
1008         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1009         (python-indent-post-self-insert-function, python-shell-send-file)
1010         (python-shell-completion-get-completions)
1011         (python-shell-completion-complete-or-indent)
1012         (python-eldoc--get-doc-at-point): Reflow docstrings.
1014 2014-03-14  Glenn Morris  <rgm@gnu.org>
1016         * emacs-lisp/package.el (package-menu-mode-map):
1017         Replace use of obsolete function alias.  Tweak menu item text.
1019         * info.el (Info-finder-find-node):
1020         Ignore the `emacs' metapackage.  (Bug#10813)
1022         * finder.el (finder-list-matches): Include unversioned packages
1023         in the result of a keyword search.
1025         * finder.el (finder--builtins-descriptions): New constant.
1026         (finder-compile-keywords): Use finder--builtins-descriptions.
1028 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
1030         * simple.el (blink-matching-paren): Describe the new value,
1031         `jump', enabling the old behavior.
1032         (blink-matching-open): Use that value.  (Bug#17008)
1034 2014-03-14  Glenn Morris  <rgm@gnu.org>
1036         * finder.el (finder-no-scan-regexp): Add leim-list.
1037         (finder-compile-keywords):
1038         Don't skip files with same basename.  (Bug#14010)
1039         * Makefile.in (setwins_finder): New, excluding leim.
1040         (finder-data): Use setwins_finder.
1042         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1043         (help-function-arglist, help-make-usage): Move from here...
1044         * help.el (help-split-fundoc, help-add-fundoc-usage)
1045         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
1046         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1048 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1050         * net/socks.el (socks, socks-override-functions)
1051         (socks-find-services-entry):
1052         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1053         (hif-find-ifdef-block):
1054         * progmodes/modula2.el (m2-indent): Fix docstring typos.
1056         * net/tls.el (tls-program): Reflow docstring.
1058         * progmodes/pascal.el (pascal-mode-abbrev-table)
1059         (pascal-imenu-generic-expression, pascal-auto-endcomments)
1060         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1061         (pascal-outline-mode): Fix docstring typos.
1062         (pascal-mode): Let define-derived-mode document mode hook.
1063         (pascal-uncomment-area): Reflow.
1064         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1066         * progmodes/opascal.el (opascal-compound-block-indent)
1067         (opascal-case-label-indent): Fix docstring typos.
1068         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1070 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
1072         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1073         Fontify multiple adjacent negation chars.  (Bug#17004)
1075 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1077         * emacs-lisp/package.el (package--prepare-dependencies):
1078         Accept requirements without explicit version (bug#14941).
1080 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1082         * register.el (register-separator, copy-to-register): Doc fixes.
1083         (register-preview-default): Remove unnecessary call to concat.
1085         * frameset.el (frameset-restore): When checking for a visible frame,
1086         use the action map instead of calling visible-frame-list.
1088 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
1090         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1092 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
1094         * window.el (fit-frame-to-buffer): Get maximum width from
1095         display's width instead of height.
1097 2014-03-12  Glenn Morris  <rgm@gnu.org>
1099         * desktop.el (desktop-restore-frames)
1100         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1101         (desktop-restore-reuses-frames): Doc tweaks.
1103         * electric.el (electric-indent-mode): Doc fix.
1105 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1107         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1108         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1109         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1110         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1111         (cvs-dired-use-hook): Fix docstring typos.
1112         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1113         Doc fixes.
1115         * vc/pcvs-defs.el (cvs-auto-remove-handled)
1116         (cvs-auto-remove-directories, cvs-default-ignore-marks)
1117         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1118         (cvs-execute-single-dir): Fix docstring typos.
1120         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1121         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1123         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1125         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1126         Fix docstring typos.
1128 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1130         * frameset.el (frameset--jump-to-register): Add autoload; it could be
1131         called from jump-to-register after unloading the frameset package.
1133 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1136         (bug#16975).  Deactivate the mark before setting it to nil.
1137         (activate-mark): Do nothing if region is already active.
1139 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
1141         * frameset.el (frameset--target-display): Remove definition; declare.
1142         (frameset-save, frameset-restore): Let-bind frameset--target-display.
1144 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1147         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1148         when the advice is pending.
1149         (advice-remove): Remove this marker when not needed any more.
1151 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
1153         * frameset.el: Separate options for reusing frames and cleaning up.
1154         (frameset--reuse-list): Remove definition; declare.
1155         (frameset--action-map): Declare.
1156         (frameset--find-frame-if): Doc fix.
1157         (frameset--restore-frame): Cache frame action.
1158         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1159         how to clean up the frame list after restoring.  Remove cleaning
1160         options from REUSE-FRAMES.  Change all keyword values to symbols.
1161         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1163         * desktop.el (desktop-restore-forces-onscreen)
1164         (desktop-restore-reuses-frames): Use non-keyword values.
1165         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1167 2014-03-10  Glenn Morris  <rgm@gnu.org>
1169         * files.el (find-file): Doc fix: update info node name.
1171         * emacs-lisp/advice.el (ad-add-advice, defadvice):
1172         Doc fix: remove references to deleted info nodes.
1174 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
1176         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1177         Do not add `nil' to the environment, when there's no remote `locale'.
1178         (tramp-find-inline-encoding): Check, that the remote host has
1179         installed perl, before sending scripts.
1181 2014-03-10  Leo Liu  <sdl.web@gmail.com>
1183         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1184         Clear eldoc-last-message.  (Bug#16920)
1186 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1189         (bug#14430).
1191 2014-03-09  Juri Linkov  <juri@jurta.org>
1193         * ansi-color.el (ansi-color-names-vector): Copy default colors
1194         from `xterm-standard-colors' that look well on the default white
1195         background (and also on the black background) to avoid illegible
1196         color combinations like yellow-on-white and white-on-white.
1197         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1199 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
1201         * frameset.el (frameset-restore): When no frame is visible, do not
1202         generate a list of frames, just make visible the selected one.
1204 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
1206         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1207         it only contains the repository root.  (Bug#16897)
1209 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1211         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1212         only when `remote-file-name-inhibit-cache' is nil.
1213         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
1215 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
1217         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1218         Fix doc-strings.
1219         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
1220         fit-frame-to-buffer variable.  Fix doc-string.
1221         (fit-window-to-buffer): Set ONLY argument in call of
1222         fit-frame-to-buffer.  Fix doc-string.
1224 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
1226         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1227         (tramp-action-password): Clear password cache if needed.
1228         (tramp-read-passwd): Do not clear password cache.
1230         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1231         cache unless it is the first password request.
1233 2014-03-06  Glenn Morris  <rgm@gnu.org>
1235         * simple.el (newline): Doc tweak.
1237         * emacs-lisp/shadow.el (load-path-shadows-find):
1238         Ignore dir-locals.  (Bug#12357)
1240 2014-03-05  Glenn Morris  <rgm@gnu.org>
1242         * files.el (interpreter-mode-alist):
1243         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
1245 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
1247         * frameset.el (frameset--initial-params): Filter out null entries.
1249 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
1251         * window.el (window-min-height, window-min-width):
1252         Rewrite doc-strings.
1253         (window-body-size): Add PIXELWISE argument to make it consistent
1254         with its callees.
1256 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
1258         * finder.el (finder-mode-map, finder-mode-syntax-table):
1259         Revert part of 2014-02-28 change.
1261 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1263         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1264         (eww-setup-buffer): Clear next/prev/etc more reliably.
1265         (eww-textarea-map): [tab] doesn't work on tty.
1266         Reported by Mario Lang.
1268         * net/shr.el (shr-map): Ditto.
1270 2014-03-04  Glenn Morris  <rgm@gnu.org>
1272         * minibuffer.el (completion-hilit-commonality):
1273         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1275 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
1277         * hilit-chg.el (hilit-chg-unload-function): New function.
1278         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1279         (hilit-chg-map-changes): Prefer cardinal number to digit.
1280         (hilit-chg-display-changes): Reflow docstring.
1281         (highlight-changes-rotate-faces): Remove superfluous backslash.
1283 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
1285         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1286         `tramp-send-command-and-check'.
1288 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
1290         * hexl.el (hexl-address-region, hexl-ascii-region)
1291         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1292         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1293         (hexl-forward-word, hexl-previous-line, hexl-next-line):
1294         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1295         (hexl-mode): Doc fix.
1296         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1297         (hexl-mode-ruler): Fix typos in docstrings.
1299         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1300         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1301         Remove superfluous backslashes.
1302         (strokes-last-stroke, strokes-global-map, strokes-mode):
1303         Reflow docstrings.
1304         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1305         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1306         (strokes-distance-squared, strokes-global-set-stroke)
1307         (strokes-global-set-stroke-string): Doc fixes.
1308         (strokes-help): Fix typos; reflow docstring.
1310 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
1312         * window.el (window-in-direction): Fix doc-string.
1314 2014-03-04  Glenn Morris  <rgm@gnu.org>
1316         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1317         Explicit error if no grammar.
1318         (smie-config-save): Doc fix.  Fix quote typo.
1320 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1323         electric-indent-mode-hook if we obey electric-indent-mode.
1324         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1325         decide whether we obey electric-indent-mode.
1326         (c-change-set-fl-decl-start, c-extend-after-change-region):
1327         Silence warnings.
1328         (c-electric-indent-mode-hook): Assume we do want to obey
1329         electric-indent-mode.
1331         * electric.el (electric-indent-mode-has-been-called): Remove.
1332         (electric-indent-mode): Fix accordingly.
1334         * files.el (hack-local-variables): Mention file name in warning.
1336         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1338 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
1340         * bindings.el: Add comment describing why C-d binds to `delete-char'.
1341         * simple.el (delete-forward-char): Mark as interactive-only.
1343 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
1345         * icomplete.el (icomplete-completions):
1346         Follow-up to 2014-03-01 change.
1348         * icomplete.el: Miscellaneous doc fixes.
1349         Use Icomplete everywhere instead of icomplete for consistency.
1350         (icomplete-max-delay-chars): Fix typo.
1351         (icomplete-mode): Use \[].
1352         (icomplete-tidy, icomplete-exhibit): Reflow.
1353         (icomplete-minibuffer-setup-hook, icomplete-completions):
1354         Remove superfluous backlashes.
1356         * ido.el: Miscellaneous doc fixes.
1357         Use Ido everywhere instead of ido or `ido' for consistency.
1358         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1359         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1360         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1361         (ido-separator): Extract obsolescence info from docstring and declare
1362         with make-obsolete-variable.
1363         (ido-minibuffer-setup-hook): Simplify example.
1364         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1365         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1366         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1367         (ido-everywhere): Reflow docstring.
1368         (ido-toggle-vc): Doc fix.
1369         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1370         of long list of keybindings.
1372 2014-03-03  Glenn Morris  <rgm@gnu.org>
1374         * frame.el (display-pixel-height, display-pixel-width)
1375         (display-mm-dimensions-alist, display-mm-height)
1376         (display-mm-width): Doc tweaks.
1378 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1380         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1381         case of undo in region.
1383 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
1385         * window.el (fit-window-to-buffer): Fix argument in window-size
1386         call when window is horizontally combined.
1388 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
1390         * icomplete.el (icomplete-completions): Use string-width.
1391         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1393 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
1395         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1396         Highlight regexp options.  (Bug#16914)
1398 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
1400         * window.el (window--max-delta-1): Round down when calculating
1401         how many lines/columns we can get from a window.
1403 2014-03-01  Glenn Morris  <rgm@gnu.org>
1405         * isearch.el (search-invisible): Doc fix.
1407         * minibuffer.el (completion-hilit-commonality):
1408         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
1409         * comint.el (comint-dynamic-list-completions): Doc fix.
1410         * comint.el (comint-dynamic-list-completions):
1411         * filecache.el (file-cache-minibuffer-complete):
1412         * tempo.el (tempo-display-completions):
1413         * eshell/em-hist.el (eshell-list-history):
1414         Replace use of obsolete argument of display-completion-list.
1416 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
1418         * icomplete.el (icomplete-completions):
1419         Revert back to using "..." when ?… cannot be displayed.
1421 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1423         * finder.el (finder-unload-function): New function.
1425 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1427         * dframe.el (dframe-detach):
1428         * find-dired.el (find-dired, find-name-dired):
1429         * finder.el (finder-mode-map, finder-mode-syntax-table)
1430         (finder-headmark, finder-select, finder-mouse-select):
1431         Fix docstring typos.
1433 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
1435         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1436         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1437         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1438         Fix doc-string based on a suggestion by Nicolas Richard
1439         <theonewiththeevillook@yahoo.fr>.
1440         * help.el (with-help-window): Fix doc-string.
1442 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
1444         * net/shr.el (shr-image-animate): New option.
1445         (shr-put-image): Respect shr-image-animate.
1447 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1449         * net/tramp-adb.el (tramp-adb-parse-device-names):
1450         Use `accept-process-output'.
1451         (tramp-adb-handle-file-truename): Cache the localname only.
1452         (tramp-adb-handle-make-directory)
1453         (tramp-adb-handle-delete-directory): Flush file properties correctly.
1454         (tramp-adb-handle-set-file-modes): Do not raise an error when file
1455         modes cannot be changed.
1457         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1458         file properties of symlinks.
1460 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
1462         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1463         required/optional fields to match development biblatex.  (Bug#16781)
1465 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
1467         * saveplace.el (toggle-save-place):
1468         Fix argument handling.  (Bug#16673)
1470 2014-02-28  Glenn Morris  <rgm@gnu.org>
1472         * minibuffer.el (completions-first-difference)
1473         (completions-common-part, completion-hilit-commonality): Doc fixes.
1475 2014-02-28  Karl Berry  <karl@gnu.org>
1477         * info.el (Info-mode-map): Add H for describe-mode,
1478         to synchronize with standalone Info.
1480 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
1482         * progmodes/sql.el (sql-interactive-mode):
1483         Avoid setting global comint-input-ring-separator.  (Bug#16814)
1485 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1487         * net/dbus.el (dbus--init-bus): Declare function.
1488         (dbus-path-local, dbus-interface-local): New defconst.
1489         (dbus-init-bus): Use them.
1490         (dbus-return-values-table): Extend doc.
1491         (dbus-handle-bus-disconnect): Extend error message.
1493 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
1495         * subr.el (y-or-n-p): Fix double space issue in message.
1497 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1499         * net/tramp.el (tramp-call-process): Improve trace message.
1500         (tramp-handle-insert-file-contents): Trace error case.
1502         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1503         <insert-directory>: Use `tramp-handle-insert-directory'.
1504         (tramp-adb-handle-insert-directory): Remove function.
1505         (tramp-adb-send-command-and-check): New defun, replacing
1506         `tramp-adb-command-exit-status'.  Change all callees.
1507         (tramp-adb-handle-file-attributes)
1508         (tramp-adb-handle-directory-files-and-attributes): Use it.
1509         (tramp-adb-ls-output-name-less-p):
1510         Use `directory-listing-before-filename-regexp'.
1511         (tramp-adb-handle-delete-directory): Flush also file properties of
1512         the truename of directory.
1513         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1514         (tramp-adb-handle-file-local-copy): Make the local copy readable.
1515         (tramp-adb-handle-write-region): Implement APPEND.
1516         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
1517         properties correctly.
1518         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1519         variables.  Check for connected devices only when needed.
1521 2014-02-27  Glenn Morris  <rgm@gnu.org>
1523         * minibuffer.el (completion-table-dynamic)
1524         (completion-table-with-cache): Doc fixes.
1526         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1527         (completing-read-multiple): Doc fixes.
1529 2014-02-27  Daniel Colascione  <dancol@dancol.org>
1531         * minibuffer.el (completion--nth-completion): Fix indentation.
1533         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1534         explicit tramp path is empty.
1536 2014-02-27  Glenn Morris  <rgm@gnu.org>
1538         * emacs-lisp/crm.el (completing-read-multiple):
1539         Empower help-enable-auto-load.
1541 2014-02-26  Glenn Morris  <rgm@gnu.org>
1543         * startup.el (command-line): Don't init the tty in daemon mode.
1545         Avoid calling tty-setup-hook twice, eg if a term file
1546         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
1547         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1548         (tty-create-frame-with-faces): Use it.
1549         * startup.el (command-line): Pass run-hook argument
1550         to tty-run-terminal-initialization.
1552         * dired.el (dired-restore-desktop-buffer): Demote errors;
1553         eg in case a glob match fails.  (Bug#16884)
1555 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
1557         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1558         error from `read-from-string'.  (Bug#16850)
1560         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1561         result of `completing-read' in the interactive form.  (Bug#16854)
1563 2014-02-25  Glenn Morris  <rgm@gnu.org>
1565         * image.el (image-animate, image-animate-timeout):
1566         Stop animating images in dead buffers.  (Bug#16878)
1568         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
1570         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1571         Doc fixes.
1572         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
1573         * term/sun.el (sun-raw-prefix-hooks):
1574         Use tty-setup-hook instead of term-setup-hook.
1575         (terminal-init-sun): Construct message from bytecomp plist.
1576         * term/wyse50.el (enable-arrow-keys): Doc fix.
1578 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1580         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1581         Fix docstring typos.
1583 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
1585         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1587 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1589         * minibuffer.el (completion--try-word-completion):
1590         Fix error when completing M-x commands (bug#16808).
1592 2014-02-24  Leo Liu  <sdl.web@gmail.com>
1594         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1596 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1598         * apropos.el (apropos-print): Avoid formatting error when
1599         apropos-do-all and apropos-compact-layout are both t.
1601 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1603         * apropos.el (apropos-property, apropos-all-words-regexp)
1604         (apropos-true-hit, apropos-variable, apropos-print):
1605         Fix docstring typos, and remove obsolete comment.
1607 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
1609         * net/tramp-sh.el (tramp-sh-handle-file-truename):
1610         Preserve trailing "/".  (Bug#16851)
1612 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1614         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1615         after `=>' (bug#16811).
1616         (ruby-smie-rules): Handle the inconsistent second element of the
1617         list returned by `smie-indent--parent'.
1618         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1619         method call.
1621 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1623         * elec-pair.el (electric-pair-text-syntax-table)
1624         (electric-pair-syntax-info, electric-pair--syntax-ppss)
1625         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1626         (electric-pair--looking-at-unterminated-string-p): Doc fix.
1627         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
1629 2014-02-22  Glenn Morris  <rgm@gnu.org>
1631         * imenu.el (imenu--generic-function): Doc fix.
1633         * register.el (frame-configuration-to-register): Make obsolete.
1635 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
1637         * desktop.el (desktop-save-buffer-p): Do not fail when
1638         desktop-files-not-to-save is nil.  Return t for true result
1639         as the doc says.
1641 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1643         * net/secrets.el (secrets-create-item, secrets-search-items):
1644         Check that attribute values are strings, avoiding the construction
1645         of invalid dbus messages.
1647 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1649         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1650         defun-declarations-alist.
1652 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1655         (bug#16829).
1657 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1659         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1660         (whitespace-newline, whitespace-trailing, whitespace-line)
1661         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1662         (whitespace-space-after-tab): Fix typo in docstrings.
1664 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
1666         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1668         * electric.el (electric-indent-functions-without-reindent):
1669         Add `yaml-indent-line'.
1671 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1673         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1674         It has done nothing for years; should be removed after the release.
1676         * simple.el (choose-completion): Fix docstring typo.
1677         (read-quoted-char-radix): Remove unneeded * in docstring.
1678         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1679         Don't escape parentheses unnecessarily in docstrings.
1681 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
1683         Fix handling of window-min-height/-width (Bug#16738).
1684         * window.el (window--dump-window, window--dump-frame):
1685         New functions.
1686         (window--min-size-1): Account for window dividers.
1687         When window-resize-pixelwise is nil, delay rounding till after the
1688         sum of the window components has been calculated.
1689         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1690         nil make sure at least one text line and two text columns remain
1691         fully visible.
1692         (window-resize): Signal an error when window-resize-apply fails.
1693         (window--resize-child-windows): Fix calculation of by how many
1694         pixels a window can still be shrunk via window-new-normal.
1695         (adjust-window-trailing-edge): Call window--resizable with
1696         correct TRAIL argument.
1698         (with-temp-buffer-window): Don't evaluate BODY within
1699         with-current-buffer (Bug#16816).
1701 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1703         * net/tramp.el (tramp-check-cached-permissions):
1704         Call `file-attributes' with `suffix' being a symbol but a string.
1706 2014-02-21  Daniel Colascione  <dancol@dancol.org>
1708         * net/dbus.el (dbus-init-bus-1): Declare new subr.
1709         (dbus-init-bus): New function: call into dbus-init-bus-1
1710         and installs a handler for the disconnect signal.
1711         (dbus-call-method): Rewrite to look for result in cons.
1712         (dbus-call-method-handler): Store result in cons.
1713         (dbus-check-event): Recognize events with nil sender as valid.
1714         (dbus-handle-bus-disconnect): New function.  React to bus
1715         disconnection signal by synthesizing dbus error for each
1716         pending synchronous or asynchronous call.
1717         (dbus-notice-synchronous-call-errors): New function.
1718         (dbus-handle-event): Raise errors directly only when `dbus-debug'
1719         is true, not all the time.
1721 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1723         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1724         Remove obsolescence declarations, these variables do not exist anymore.
1726         * savehist.el (savehist-save-minibuffer-history)
1727         (savehist-additional-variables, savehist-file, savehist-mode-hook)
1728         (savehist-save-hook, savehist-coding-system, savehist-loaded)
1729         (savehist-load, savehist-install, savehist-autosave): Fix typos;
1730         mostly, refer to "Savehist mode" when talking about the mode,
1731         and not the function.
1733         * saveplace.el (save-place): Remove redundant info in docstring.
1734         (save-place-forget-unreadable-files, toggle-save-place)
1735         (save-place-forget-unreadable-files, save-place-dired-hook):
1736         Fix typos and remove unneeded backslashes.
1738 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1740         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1741         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1743         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1744         <insert-directory>: Use `tramp-handle-insert-directory'.
1745         (tramp-gvfs-handle-insert-directory): Remove function.
1747         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1748         Call `tramp-handle-insert-directory'.
1750 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
1752         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1753         before the start of buffer/region (bug#16799).
1755 2014-02-20  Glenn Morris  <rgm@gnu.org>
1757         * isearch.el (search-invisible): Doc fix.
1759 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
1761         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1762         (bug#16657).
1764 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1766         * frameset.el (frameset-restore): Delay removing an old frame's
1767         duplicate id until the new frame has been correctly created.
1769 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1771         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1772         (tramp-check-cached-permissions): Call `file-attributes' if the
1773         cache is empty.
1775         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1776         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1778         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1779         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1780         (tramp-gvfs-maybe-open-connection): Set always connection
1781         properties, even if target is mounted already.
1783         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1784         Set tramp-autoload cookie.
1785         (tramp-get-remote-touch): New defun.
1786         (tramp-sh-handle-set-file-times): Use it.
1787         (tramp-sh-handle-directory-files-and-attributes):
1788         Use `tramp-handle-directory-files-and-attributes' if neither stat
1789         nor perl are available on the remote host.
1791         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1792         "/".  Write long listing only when "l" belongs to the switches.
1794         * net/trampver.el: Update release number.
1796 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1798         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1800 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
1802         * window.el (window-state-put): Allow WINDOW to refer to an
1803         internal window (Bug#16793).
1805 2014-02-19  Glenn Morris  <rgm@gnu.org>
1807         * textmodes/remember.el: Move provide statement to end.
1808         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1809         (remember-notes): Doc fixes.
1811 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1813         * delsel.el (delete-char): Restore incorrectly erased property
1814         (bug#16795).
1816 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
1818         * frameset.el (frameset--restore-frame): When a frame is being reused
1819         and its root window is not alive, delete all the frame's windows before
1820         restoring the window state.  This works around the issue in bug#16793.
1822 2014-02-18  Glenn Morris  <rgm@gnu.org>
1824         * textmodes/remember.el (remember-data-directory)
1825         (remember-directory-file-name-format, remember-store-in-files)
1826         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1827         (remember-notes-save-and-bury-buffer)
1828         (remember-notes--kill-buffer-query): Doc fixes.
1830         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1832 2014-02-17  Alan Mackenzie  <acm@muc.de>
1834         Connect electric-indent-mode up with CC Mode.  Bug #15478.
1835         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1836         to electric-indent-{,local-}-mode.
1837         (c-basic-common-init): Set electric-indent-inhibit.
1838         Initialise c-electric-flag from electric-indent-mode.
1839         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1840         New hook functions which propagate electric-indent-mode to CC mode.
1842         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1843         hit, toggle electric-indent-local-mode.
1845         * electric.el (electric-indent-mode-has-been-called):
1846         New variable.
1848 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
1850         * frameset.el (frameset-cfg-id): New function.
1851         (frameset--reuse-frame, frameset-restore): Use it.
1852         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1854 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * ido.el (ido-file-internal): Remove unused var `d'.
1857         Use \` for to match BoS.  Fit within 80n columns.
1859 2014-02-17  Daniel Colascione  <dancol@dancol.org>
1861         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1862         dbus-call-method check for completion using a busy-wait loop with
1863         gradual backoff.
1865 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1867         Sync with Tramp 2.2.9.
1869         * net/trampver.el: Update release number.
1871 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
1873         * ido.el (ido-file-internal): Don't add the name of an existing
1874         directory twice.  (Bug#16747)
1876 2014-02-16  Glenn Morris  <rgm@gnu.org>
1878         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1879         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
1881 2014-02-15  Michael R. Mauger  <michael@mauger.com>
1883         * progmodes/sql.el: Version 3.4
1884         (sql-oracle-options): New default value ("-L").
1885         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1886         (sql-placeholders-filter): Correct placeholder pattern.
1887         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
1888         (sql-login-delay): New variable.
1889         (sql-product-interactive): Use it.
1891 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
1893         * frameset.el (frameset--jump-to-register): Check that buffer is live
1894         (bug#16749).
1896 2014-02-15  Glenn Morris  <rgm@gnu.org>
1898         * info.el (info-initialize): Revert 2014-01-10 change.
1900 2014-02-14  Glenn Morris  <rgm@gnu.org>
1902         * replace.el (map-query-replace-regexp)
1903         (read-regexp-defaults-function, read-regexp): Doc fixes.
1905         * dired.el (dired-read-regexp):
1906         * faces.el (list-faces-display):
1907         * misearch.el (multi-isearch-read-matching-buffers)
1908         (multi-isearch-read-matching-files):
1909         * play/cookie1.el (cookie-apropos):
1910         * progmodes/grep.el (grep-read-regexp): Doc fixes.
1912         * textmodes/remember.el (remember): Use frameset-to-register
1913         rather than frame-configuration-to-register.
1915 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
1917         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1918         incorrect keybinding.
1920 2014-02-13  Daniel Colascione  <dancol@dancol.org>
1922         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1923         when adding overlays so that line numbers from compiler match line
1924         numbers we use.
1926 2014-02-13  Glenn Morris  <rgm@gnu.org>
1928         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
1930         * jit-lock.el (jit-lock-mode): Doc fix.
1932 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
1934         * apropos.el (apropos-read-pattern): When the user passes an empty
1935         string, give a more helpful error message than "Wrong type
1936         argument: stringp, nil".
1938 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1940         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1942 2014-02-13  Glenn Morris  <rgm@gnu.org>
1944         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1946 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1948         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1949         shift-select commands.
1951 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
1953         * progmodes/js.el (js-indent-line): Don't widen.
1954         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1956 2014-02-12  Glenn Morris  <rgm@gnu.org>
1958         * icomplete.el (icomplete): Add info-link to defgroup.
1959         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1960         (icomplete-minibuffer-map, icomplete-mode)
1961         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1963         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1964         (package-menu-filter): Rename from package-menu-filter-interactive.
1965         Doc fix.
1967 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
1969         * frameset.el (frameset--jump-to-register): Select the required
1970         window and buffer before restoring position (bug#16696).
1972 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1974         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1976 2014-02-10  Glenn Morris  <rgm@gnu.org>
1978         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
1980 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
1982         * w32-common-fns.el (x-get-selection): Doc fix.
1983         * select.el (x-get-selection): Doc fix.  (Bug#15109)
1985         * face-remap.el (face-remap-add-relative)
1986         (face-remap-remove-relative, face-remap-reset-base)
1987         (face-remap-set-base): Call force-mode-line-update to redisplay
1988         the current buffer due to potential change in faces.  (Bug#16709)
1990 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
1992         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1993         script more robustly.
1995 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1997         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1999         * simple.el (choose-completion): Doc fix (bug#14160).
2001         * subr.el (event-start): Say what a nil EVENT value means.
2003         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2004         (bug#14197).
2006         * progmodes/grep.el (find-program): Doc fix (bug#14289).
2008         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2010         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2012         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2013         predicate function (bug#15455).
2015 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
2017         * ielm.el (inferior-emacs-lisp-mode): Instead of
2018         `comment-use-global-state', set `comment-use-syntax'.
2020 2014-02-10  Glenn Morris  <rgm@gnu.org>
2022         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2024 2014-02-09  Alan Mackenzie  <acm@muc.de>
2026         Fix c-invalidate-state-cache on narrowed buffers.
2027         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2028         Widen when setting and clearing the CPP delimiter properties.
2030 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2032         * help.el (describe-bindings): Doc fix (bug#9888).
2034         * files.el (save-buffer): Use ARG as the parameter name for
2035         consistency (bug#10346).
2036         (save-buffer): Clarify the 0 argument (bug#10346).
2038         * cus-edit.el (customize-apropos): Fix error string.
2039         (custom-buffer-create): Doc fix (bug#11122).
2040         (custom-sort-items): Doc fix (bug#11121).
2042         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2044         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2045         (icomplete-simple-completing-p): Mention the previous variable.
2047         * font-lock.el (font-lock-value-in-major-mode): Clarify the
2048         meaning of the parameter (bug#12282).
2050         * files.el (find-file-noselect): Clarify prompt when changing
2051         readedness (bug#13261).
2052         (locate-file): Suffixes aren't returned, so don't say that they
2053         are (bug#12674).
2054         (backup-inhibited): Doc clarification (bug#12525).
2056         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2057         before we actually start to delete things (bug#16331).
2059         * subr.el (event-start): Doc fix (bug#14228).
2060         (event-end): Ditto.
2062 2014-02-09  Glenn Morris  <rgm@gnu.org>
2064         * emacs-lisp/warnings.el (lwarn):
2065         Empower help-enable-auto-load.  (Bug#15940)
2067 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
2069         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2070         (Bug#16690)
2072 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
2074         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2075         Insert output at end of buffer.  (Bug#16120)
2077 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2079         * simple.el (choose-completion-string-functions): Document new
2080         calling convention (bug#14153).
2081         (execute-extended-command): Clarify doc string (bug#13373).
2083         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2085         * find-dired.el (find-name-dired): Doc fix (bug#14290).
2086         (find-grep-dired): Doc fix (bug#14288).
2088 2014-02-08  Juri Linkov  <juri@jurta.org>
2090         * isearch.el (isearch-quote-char): Check character validity
2091         like in `quoted-insert' (bug#16677).
2093 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2095         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2097         * isearch.el (isearch-hide-immediately): Doc clarification
2098         (bug#14723).
2100         * simple.el (line-move): Document utility function used many
2101         places in the Emacs sources (bug#14843).
2103         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2104         (dired-prev-marked-file): Doc fix (bug#14855).
2105         (dired-up-directory): Doc fix (bug#14848).
2107         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2109         * files.el (file-relative-name): Doc fix (bug#15159).
2111         * fringe.el (fringe-styles): Doc fix (bug#15239).
2113         * isearch.el (isearch-filter-predicate): Documentation typo fix
2114         (bug#15474).
2116         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2118         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2120         * replace.el (replace-match-maybe-edit): Doc clarification
2121         (bug#15632).
2123         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2125         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2127 2014-02-08  Glenn Morris  <rgm@gnu.org>
2129         * help-fns.el (describe-variable):
2130         Check {file,dir}-local-variables-alist, and buffer-file-name,
2131         in the correct buffer.
2133 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
2135         * help-fns.el (describe-variable): Fix the case where
2136         a value is directory-local with no dir-locals file.  (Bug#16635)
2138 2014-02-08  Glenn Morris  <rgm@gnu.org>
2140         * abbrev.el (edit-abbrevs-mode):
2141         Derive from fundamental-mode.  (Bug#16682)
2143 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
2145         * simple.el (quoted-insert): Check character validity (bug#16677).
2147 2014-02-07  Juri Linkov  <juri@jurta.org>
2149         * desktop.el (desktop-read): Claim the lock when the owner is not
2150         the current process.  (Bug#16157)
2152 2014-02-07  Juri Linkov  <juri@jurta.org>
2154         * desktop.el (desktop-buffers-not-to-save): Change default from nil
2155         to "\\` ".  (Bug#16651)
2157 2014-02-07  Juri Linkov  <juri@jurta.org>
2159         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2160         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2161         (desktop-auto-save-cancel-timer): New function with some code from
2162         `desktop-auto-save-set-timer'.
2163         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2164         Instead of setting `desktop-save-mode' to nil, call
2165         `desktop-save-mode' with arg 0.  (Bug#16630)
2167 2014-02-07  Glenn Morris  <rgm@gnu.org>
2169         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2170         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2171         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2173         * obsolete/iswitchb.el: Move to obsolete/.
2174         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2175         since obsolete/ is not scanned for autoloads.
2176         * emacs-lisp/authors.el (authors-valid-file-names):
2177         Add iswitchb.el.
2179         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2180         Disable now non-functional find-file-hook.
2182 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
2184         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2185         instead of ";" in order to avoid additional prompts.  Let heredoc
2186         scripts read from tty.  (Bug#16582)
2187         (tramp-send-command): No special handling of heredocs, it isn't
2188         necessary anymore.
2190 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2192         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2193         with a space (bug#16664).  Limit the symbols considered to the ones
2194         that are bound or fbound (bug#16646).
2196 2014-02-06  Glenn Morris  <rgm@gnu.org>
2198         * epa.el (epa-mail-aliases): Doc fix.
2200 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
2202         * emacs-lisp/lisp.el (lisp-completion-at-point):
2203         Use `completion-table-merge' instead of `completion-table-in-turn'
2204         (bug#16604).
2206         * minibuffer.el (completion-table-merge): New function.
2208 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
2210         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2211         (tramp-sh-handle-set-file-acl)
2212         (tramp-sh-handle-start-file-process)
2213         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2214         (tramp-find-executable, tramp-send-command): Use it.
2216 2014-02-05  Glenn Morris  <rgm@gnu.org>
2218         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
2220 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2222         * progmodes/python.el (python-shell-send-string)
2223         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2225 2014-02-04  Anders Lindgren  <andlind@gmail.com>
2227         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2228         the names (bug#16620).
2230 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
2232         * faces.el (window-divider): New default value.  Rewrite doc-string.
2233         (window-divider-first-pixel, window-divider-last-pixel): New faces.
2235 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
2237         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2238         `protected' and `public' can also be called without arguments.
2240 2014-02-03  Glenn Morris  <rgm@gnu.org>
2242         * register.el (window-configuration-to-register)
2243         (frame-configuration-to-register): Unadvertise unused argument.
2244         * frameset.el (frameset-to-register): Remove unused argument.
2246         * frameset.el (frameset-to-register):
2247         * kmacro.el (kmacro-to-register):
2248         * register.el (increment-register):
2249         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2250         (calc-append-to-register, calc-prepend-to-register):
2251         * play/gametree.el (gametree-layout-to-register)
2252         (gametree-apply-register-layout):
2253         * textmodes/picture.el (picture-clear-rectangle-to-register)
2254         (picture-yank-rectangle-from-register):
2255         * vc/emerge.el (emerge-combine-versions-register):
2256         Use register-read-with-preview to read registers.
2258 2014-02-03  João Távora  <joaotavora@gmail.com>
2260         * elec-pair.el (electric-pair-backward-delete-char): Don't error
2261         when at beginning of (possibly narrowed) buffer.
2263 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2265         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2266         Also try to display local help from just before point.
2268 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
2270         c-parse-state.  Don't "append-lower-brace-pair" in certain
2271         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
2272         recognised as a comment.
2274         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2275         as well as normal comment starter.
2276         (c-parse-state-get-strategy): Extra return possibility
2277         'back-and-forward.
2278         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2279         return value list to indicate replacement of a brace-pair cons
2280         with its car.
2281         (c-parse-state-1): With 'back-and-forward, only call
2282         c-append-lower-brace-pair-to state-cache when cons-separated.
2284 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
2286         * term/ns-win.el (ns-suspend-error): New function.
2287         (ns-initialize-window-system): Add ns-suspend-error to
2288         suspend-hook (Bug#16612).
2290 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2292         * progmodes/cc-defs.el (c-find-assignment-for-mode):
2293         Make loading cc-mode silent.
2295 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2297         * comint.el (comint-prompt-read-only): Change doc to suggest
2298         remap keybinding.
2300 2014-02-02  Glenn Morris  <rgm@gnu.org>
2302         * register.el (register-read-with-preview, point-to-register)
2303         (window-configuration-to-register, frame-configuration-to-register)
2304         (jump-to-register, number-to-register, view-register, insert-register)
2305         (copy-to-register, append-to-register, prepend-to-register)
2306         (copy-rectangle-to-register): Doc fixes.
2308 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2310         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2311         * emacs-lisp/find-func.el (find-function-C-source): Idem.
2312         * emacs-lisp/nadvice.el (advice--cd*r): New function.
2313         * help-fns.el (describe-function-1): Use it.
2315 2014-02-02  Glenn Morris  <rgm@gnu.org>
2317         * register.el (register-preview-default): New function,
2318         split from register-preview.
2319         (register-preview-function): Rename from register-preview-functions,
2320         make it not a hook.
2321         (register-preview): Use register-preview-function.
2322         (register-read-with-preview): Error on non-character event.  (Bug#16595)
2324 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
2326         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2327         `:' before binary operators (bug#16609).  Don't check for `:'
2328         before `[' and `(', or their syntax status.  A percent literal
2329         can't end with either.
2330         (ruby-font-lock-keywords): For built-ins that require arguments,
2331         check that they're followed by something that looks like argument
2332         (bug#16610).
2334 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2336         * subr.el (butlast): Document what an omitted N means (bug#13437).
2337         (nbutlast): Ditto.
2339 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2341         * net/shr.el (shr-generic): Make into a defsubst to make the stack
2342         depth shallower (bug#16587).
2343         (shr-tag-svg): Respect `shr-inhibit-images'.
2344         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2346 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
2348         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2349         (ruby-smie-grammar): Make "." right-associative.  Make its priority
2350         lower than the ternary and all binary operators.
2351         (ruby-smie-rules): Indent "(" relative to the first non-"."
2352         parent, or the first "." parent at indentation.
2353         Use `ruby-align-chained-calls' for indentation of "." tokens.
2354         (Bug#16593)
2356 2014-01-31  Juri Linkov  <juri@jurta.org>
2358         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2359         from `make-hash-table'.
2361         * textmodes/ispell.el (ispell-init-process): Change message format
2362         to be consistent with other messages.
2364 2014-01-31  Glenn Morris  <rgm@gnu.org>
2366         * delsel.el (delete-selection-mode): Doc fix.
2368         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2369         (trace-function-background): Doc fixes.
2371         * ido.el (ido-use-virtual-buffers): Doc fix.
2372         Reset :version, since the default value has not changed.
2374         * register.el (register-preview-delay, register-read-with-preview):
2375         Doc fixes.
2377         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2378         do not mess with mail-buffer position (fixes 2009-11-03 change).
2379         * progmodes/cc-mode.el (c-submit-bug-report):
2380         Check auto-fill-mode is bound.  (Bug#16592)
2382 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
2384         * startup.el (fancy-splash-image-file): New function,
2385         split from fancy-splash-head.
2386         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2387         so that we are both using the same image.  (Bug#16574)
2389 2014-01-30  Glenn Morris  <rgm@gnu.org>
2391         * simple.el (eval-expression): Doc fix.
2393         * hexl.el (hexl-mode-hook):
2394         * ielm.el (ielm-mode-hook):
2395         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2396         (lisp-interaction-mode-hook):
2397         * progmodes/cfengine.el (cfengine3-documentation-function):
2398         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2400 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2403         is a symbol (bug#16584).
2405 2014-01-30  Glenn Morris  <rgm@gnu.org>
2407         * help.el (help-for-help-internal): Add "P" to text.
2409 2014-01-29  Glenn Morris  <rgm@gnu.org>
2411         * simple.el (just-one-space, cycle-spacing): Doc fixes.
2413 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
2415         * window.el (fit-frame-to-buffer): Fix calculations for margins and
2416         height constraints.
2418 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
2420         * progmodes/hideif.el: Extend to full CPP expression syntax.
2421         (hif-token-alist): Add missing tokens.
2422         (hif-token-regexp): Add support for float/octal/hex immediates.
2423         (hif-string-literal-regexp): New const.
2424         (hif-tokenize): Recognize strings and float/octal/hex immediates.
2425         (hif-exprlist): New function.
2426         (hif-parse-if-exp): Use it.
2427         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2428         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2429         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2430         (hif-logxor, hif-comma): New functions.
2432 2014-01-28  Glenn Morris  <rgm@gnu.org>
2434         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2436         * indent.el (tab-stop-list): Doc fix.  Add :version.
2438         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2439         (cvs-append-to-ignore): Add compatibility alias.
2441 2014-01-27  Glenn Morris  <rgm@gnu.org>
2443         * dired.el (dired-hide-details-mode): Don't autoload it,
2444         since it cannot be used outside Dired buffers anyway.
2446         * emulation/cua-base.el (cua-mode): Doc fix.
2448         * dired.el (dired-hide-details-hide-symlink-targets)
2449         (dired-hide-details-hide-information-lines)
2450         (dired-hide-details-mode): Doc fixes.
2452         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2453         * strokes.el (strokes-file): Doc fix.  Bump :version.
2454         (strokes-help): Doc fix.
2455         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2456         * emulation/viper.el (viper): Doc fix for custom group.
2457         (top-level): Remove oh-so-no-longer-relevant text about vip.
2458         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2460         * ido.el (ido-save-directory-list-file):
2461         * saveplace.el (save-place-file):
2462         * calendar/timeclock.el (timeclock-file):
2463         * net/quickurl.el (quickurl-url-file):
2464         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2465         * progmodes/idlwave.el (idlwave-config-directory):
2466         * textmodes/remember.el (remember-data-file):
2467         Bump :version.
2469 2014-01-26  Glenn Morris  <rgm@gnu.org>
2471         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2472         Doc fix.  Make obsolete.
2473         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2475         * sort.el (delete-duplicate-lines): Doc fix.
2477 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2479         * progmodes/ada-mode.el (ada):
2480         * woman.el (woman): Link to info manual and Commentary section.
2482         * progmodes/flymake.el (flymake):
2483         * nxml/nxml-mode.el (nxml):
2484         * net/eww.el (eww):
2485         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2486         * htmlfontify.el (htmlfontify):
2487         * ses.el (ses):
2488         * epa.el (epa):
2489         * ido.el (ido): Link to info manual.
2491 2014-01-25  Leo Liu  <sdl.web@gmail.com>
2493         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2495 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
2497         * net/shr.el (shr-tag-img): Prefer the title over the alt text
2498         (bug#16537).
2500 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
2502         * net/eww.el (eww-download-callback):
2503         Fix reference to eww-download-directory.
2505         * emacs-lisp/bytecomp.el (byte-compile-file):
2506         Remove unused local variable `file-name'.
2508 2014-01-24  Glenn Morris  <rgm@gnu.org>
2510         * woman.el (woman-default-faces, woman-monochrome-faces):
2511         Fix obsolescence specification.
2513         * subr.el (with-demoted-errors): Doc fix.
2515 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2518         (cl--macroexp-fboundp): New function.
2519         (cl--make-type-test): Use it.
2521 2014-01-23  Glenn Morris  <rgm@gnu.org>
2523         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2524         * simple.el (eval-expression): Doc fixes.
2526 2014-01-22  Glenn Morris  <rgm@gnu.org>
2528         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2530 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * emacs-lisp/package.el: Write files silently.
2533         (package-autoload-ensure-default-file, package--write-file-no-coding)
2534         (package-generate-description-file, package--download-one-archive)
2535         (package-install-from-archive): Tell `write-region' to stay quiet.
2536         (package-menu-mode, package-menu--print-info): Omit the Archive column
2537         if there's only one archive.
2538         (package-all-keywords, package--has-keyword-p): Remove dead code.
2540 2014-01-22  Glenn Morris  <rgm@gnu.org>
2542         * version.el (emacs-bzr-version-bzr): Fix typo.
2544         * version.el (emacs-repository-get-version):
2545         Check either .bzr or .git, but not both.
2546         Make the git case actually use the DIR argument, and return nil
2547         rather than the empty string.
2548         Avoid error if .git exists but the git executable is not found.
2550 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
2552         Fixes in window size functions around Bug#16430 and Bug#16470.
2553         * window.el (window-total-size, window-size): New argument ROUND.
2554         (window--min-delta-1, window-min-delta, window--max-delta-1):
2555         Be more conservative when calculating the numbers of lines or
2556         columns a window can shrink (Bug#16430).
2557         (fit-window-to-buffer): Simplify code.
2558         * term.el (term-window-width): Call window-body-width again.
2560 2014-01-22  Glenn Morris  <rgm@gnu.org>
2562         * image.el (image-format-suffixes): Doc fix.
2564         * international/quail.el (quail-define-package): Doc fix.
2566         * emacs-lisp/authors.el (authors-valid-file-names)
2567         (authors-renamed-files-alist): Additions.
2569         * vc/vc-git.el (vc-git-print-log): Remove --follow;
2570         reverts 2014-01-09 change.  (Bug#16422)
2572         * calc/calc-embed.el (thing-at-point-looking-at):
2573         * emacs-lisp/map-ynp.el (x-popup-dialog):
2574         * obsolete/lmenu.el (x-popup-dialog):
2575         * emacs-lisp/package.el (url-recreate-url):
2576         * mail/mailclient.el (clipboard-kill-ring-save):
2577         * subr.el (x-popup-dialog): Update declaration.
2578         * mail/rmail.el (rmail-mime-message-p):
2579         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2581 2014-01-21  Daniel Colascione  <dancol@dancol.org>
2583         * progmodes/sh-script.el (sh--inside-noncommand-expression):
2584         Correctly detect when we're inside an arithmetic expansion form
2585         containing nested parenthesis.
2586         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2587         to detect cases where we shouldn't expand "<<" to a heredoc
2588         skeleton.
2590 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2592         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2593         (eldoc--message-command-p): New function.
2594         (eldoc-display-message-p): Use it.
2595         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2596         message is not automatically erased for us.
2597         (eldoc-print-current-symbol-info): Erase previous message, if any.
2599 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
2601         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2602         specify it's an interactive function.
2604         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2605         Fix regex used for scanning for citation keys which failed for
2606         citations with optional arguments.
2608 2014-01-21  Leo Liu  <sdl.web@gmail.com>
2610         * simple.el (read--expression): Don't enable eldoc-mode.
2612 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         * simple.el (move-beginning-of-line): Make sure we don't move forward
2615         (bug#16497).
2617 2014-01-20  Juri Linkov  <juri@jurta.org>
2619         * saveplace.el (toggle-save-place, save-place-to-alist)
2620         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2621         'dired-mode) before checking for dired-directory.  (Bug#16477)
2623 2014-01-20  Juri Linkov  <juri@jurta.org>
2625         * indent.el (indent-line-to): Use backward-to-indentation
2626         instead of back-to-indentation.  (Bug#16461)
2628 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2630         Revert some of the CANNOT_DUMP fix (Bug#16494).
2631         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2632         but fixing this can wait until after the next release.
2633         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2635 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
2637         * eshell/esh-mode.el (eshell-password-prompt-regexp):
2638         Use `password-word-equivalents'.
2639         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2640         to t.  (Bug#5664, Bug#13124)
2642 2014-01-19  Alan Mackenzie  <acm@muc.de>
2644         Bind open-paren-in-column-0-is-defun-start to nil at some entry
2645         points.
2646         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2647         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2648         * progmodes/cc-mode.el (c-before-change, c-after-change)
2649         (c-font-lock-fontify-region): Bind it here.
2651 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
2653         * term.el (term-window-width): Call window-text-width instead of
2654         window-width (Bug#16470).
2656 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2658         * simple.el (password-word-equivalents): Remove duplicates.
2659         Sort, to make this easier next time.
2660         Downcase.  Omit ": " after "jelszó".
2662 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
2664         * term/common-win.el (saved-region-selection): Defvar it.
2665         (x-select-text): Set saved-region-selection (Bug#16382).
2667 2014-01-18  Glenn Morris  <rgm@gnu.org>
2669         * emacs-lisp/authors.el (authors-aliases)
2670         (authors-renamed-files-alist): Add some entries.
2672 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
2674         * net/tramp.el (tramp-password-prompt-regexp):
2675         Use `password-word-equivalents' if available.
2676         (tramp-action-password, tramp-process-one-action)
2677         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
2679 2014-01-17  Chong Yidong  <cyd@gnu.org>
2681         * simple.el (password-word-equivalents): New defcustom.
2682         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
2683         to 24.4.
2684         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2685         to t.  (Bug#13124)
2687 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
2689         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2690         (ruby-align-to-stmt-keywords): Change the default value.
2691         Use `ruby-alignable-keywords' to generate the possible customization
2692         choices.
2693         (ruby-smie-rules): Instead of using a hardcoded list of alignable
2694         keywords, check against the value of `ruby-alignable-keywords'
2695         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2697 2014-01-17  Glenn Morris  <rgm@gnu.org>
2699         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2701         Make M-x authors return zero *Authors Errors* from current logs.
2702         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2703         (authors-ignored-files): Add some entries, remove others.
2704         (authors-ambiguous-files, authors-valid-file-names):
2705         Add some entries.
2706         (authors-renamed-files-alist): Add, remove, and adjust entries.
2707         (authors-renamed-files-regexps): Add some entries.
2708         Remove some very broad ones.  Make some entries `lax'.
2709         (authors-lax-changelogs): New constant.
2710         (authors-disambiguate-file-name): Treat top-level specially.
2711         (authors-lax-changelog-p): New function.
2712         (authors-canonical-file-name): Check file as written against
2713         authors-valid-file-names.  Do not special-case etc/.
2714         Handle `lax' logs and authors-renamed-files-regexps elements.
2716 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
2718         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2719         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
2720         callers.
2722 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2724         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2725         Assume we're already in the proper buffer.
2726         Inspired by Anders Lindgren <andlind@gmail.com>.
2727         (follow-post-command-hook): Call it from the right buffer.
2728         (follow-comint-scroll-to-bottom): Adjust call.
2729         (follow-all-followers): Use get-buffer-window-list.
2731 2014-01-15  Daniel Colascione  <dancol@dancol.org>
2733         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2734         `buffer-file-name' in interactive-form so that we don't leave
2735         pathless file names in `file-name-history'.
2737 2014-01-15  Juri Linkov  <juri@jurta.org>
2739         * indent.el (indent-rigidly): Set deactivate-mark to nil
2740         in transient indentation mode.  (Bug#16438)
2742 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
2744         * emacs-lisp/package.el (package-desc-keywords): New function
2745         (Bug#16222).
2746         (describe-package-1, package-all-keywords)
2747         (package--has-keyword-p): Use it.
2749 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2751         * simple.el (define-alternatives): When creating the
2752         COMMAND-alternatives variable, assign COMMAND as its definition
2753         name so that `describe-variable' can relocate it.
2755 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
2757         * font-lock.el (font-lock-keywords): Fix typo in docstring
2758         (bug#16307).
2760 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2762         * ispell.el (ispell-region): Reset `in-comment' for new line
2763         instead of wrongly reset `add-coment' (bug#13577).
2765 2014-01-14  Daiki Ueno  <ueno@gnu.org>
2767         * epa-file.el (epa-file-write-region): Encode the region according
2768         to `buffer-file-format'.  Problem reported at:
2769         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2771 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2774         so it applies in the right buffer (bug#16410).
2776 2014-01-13  Daniel Colascione  <dancol@dancol.org>
2778         * textmodes/rst.el (rst-define-key): Provide deprecated
2779         keybindings through named functions instead of anonymous ones so
2780         that "??" doesn't appear in describe-mode output.
2782 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2784         * simple.el (define-alternatives): Call the selected command
2785         interactively.  When setting `COMMAND--implementation' for the
2786         first time, tell the user how to chose another implementation.
2787         Enhance the docstring.
2789 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2791         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2792         (log-edit--match-first-line): New function.
2793         (log-edit-font-lock-keywords): Use it.
2794         (log-edit-mode): Make jit-lock-defer-multiline work.
2796 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2798         * rect.el (rectangle-mark-mode): When the region is not active,
2799         display a message saying that the mark as been set and that
2800         rectangle mode is in use.
2801         (rectangle--highlight-for-redisplay): Only put an overlay with a
2802         visible vertical bar when (display-graphic-p) is non-nil.
2803         This partially fixes Bug#16403.
2805 2014-01-13  Juri Linkov  <juri@jurta.org>
2807         * info.el (Info-find-file): Go to DIR before displaying the error
2808         about a nonexistent file if no previous Info file is visited.
2809         Use `user-error' instead of `error' for "Info file %s does not exist".
2810         (Info-find-node-2): In case of a nonexistent node in unwind forms
2811         go to the Top node if there is no previous node to revert to.
2812         (Bug#16405)
2814 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
2816         fit-frame/window-to-buffer code fixes including one for Bug#14096.
2817         * window.el (fit-frame-to-buffer): Fix doc-string.
2818         Respect window-min-height/-width.  Fit pixelwise when
2819         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
2820         when avoiding that frame goes partially off-screen.
2821         (fit-window-to-buffer): Respect window-min-height/-width
2822         (Bug#14096).
2824 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2827         after an empty line.
2829 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2831         * net/shr.el (shr-render-region): Autoload.
2833 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
2835         * net/eww.el (eww-download-directory): Rename from
2836         `eww-download-path' (Bug#16419).
2838 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2840         * dired-x.el (dired-mode-map): Fix last change.
2842         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2844 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2846         Spelling fixes.
2847         * emacs-lisp/generic.el (generic--normalize-comments):
2848         Rename from generic--normalise-comments.  All uses changed.
2849         * play/bubbles.el (bubbles--neighborhood-score)
2850         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2851         (bubbles--neighborhood-available)
2852         (bubbles--update-neighborhood-score):
2853         Rename from names with 'neighbourhood'.  All uses changed.
2855 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2857         Re-implement the feature of showing eldoc info after editing.
2858         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2859         (eldoc-edit-message-commands): New function.
2860         (eldoc-print-after-edit): New variable.
2861         (eldoc-pre-command-refresh-echo-area): Emit message only by
2862         eldoc-message-commands.
2863         (eldoc-mode): Restrict eldoc-message-commands to editing commands
2864         if eldoc-print-after-edit is set.  (Bug#16346)
2865         * simple.el (read--expression): Enable eldoc-mode.
2866         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2868 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
2869             Eric S. Raymond  <esr@thyrsus.com>
2871         * version.el (emacs-repository-get-version): Enhance so the
2872         function works correctly in either a Bazaar or Git repo.
2874 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
2876         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2877         Goes with removal of the joke manpages from /etc.
2879 2014-01-10  Kenichi Handa  <handa@gnu.org>
2881         * mail/rmail.el (rmail-get-coding-system):
2882         Check rmail-get-coding-function before "funcall"ing it.
2884 2014-01-10  Glenn Morris  <rgm@gnu.org>
2886         * emacs-lisp/authors.el (authors-fixed-entries):
2887         Update for files that no longer exist.
2889 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
2891         * version.el (emacs-bzr-get-version): Restore compatibilty with
2892         24.3 (Tested).
2894 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
2896         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2897         and Podfile.
2899 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
2901         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2903 2014-01-10  Chong Yidong  <cyd@gnu.org>
2905         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2907 2014-01-10  Anders Lindgren  <andlind@gmail.com>
2909         * follow.el (follow-cache-command-list): Include right-char and
2910         left-char.
2912 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2914         Spelling fixes.
2915         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2916         * woman.el (woman-mark-horizontal-position):
2917         Rename from woman-mark-horizonal-position.  Use changed.
2919 2014-01-10  Glenn Morris  <rgm@gnu.org>
2921         * info.el (info-initialize): If running uninstalled, ensure our
2922         own info files are always found first, even if INFOPATH is set.
2924         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2926 2014-01-09  David Engster  <deng@randomsample.de>
2928         * emacs-lisp/eieio-custom.el:
2929         * emacs-lisp/eieio-opt.el: Set generated autoload file to
2930         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2931         * emacs-lisp/eieio.el: Regenerate autoloads.
2933 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
2935         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2936         following renames.  (Bug#8756)
2938 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2941         (bug#16382).
2942         (activate-mark): Add `no-tmm' argument.
2943         (set-mark, push-mark-command): Use it instead of running
2944         activate-mark-hook by hand.
2946 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
2948         In preparation for the move to git, sanitize out some
2949         Bazaar-specific names.
2951         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2953         * version.el (emacs-bzr-version): Name changed to
2954         emacs-repository-version.  Obsolete-variable alias made.
2955         * loadup.el: Follow through on this name change.
2956         * mail/emacsbug.el (report-emacs-bug): Factor out any
2957         assumption about the version control system in use.
2959 2014-01-08  David Engster  <deng@randomsample.de>
2961         * help-fns.el (help-fns-describe-function-functions):
2962         New variable to call functions for augmenting help buffers.
2963         (describe-function-1): Remove explicit calls to
2964         `help-fns--compiler-macro', `help-fns--parent-mode' and
2965         `help-fns--obsolete'.  Put them in above new variable instead, and
2966         call them through `run-hook-with-args'.
2967         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2968         `eieio-describe-class'.  Not meant for interactive use anymore,
2969         but to augment existing help buffers.  Remove optional second
2970         argument.  Create proper button for file location.
2971         Rewrite function to use `insert' instead of `princ' and `prin1' where
2972         possible.
2973         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2974         (eieio-method-def, eieio-class-def): Move further up.
2975         (describe-method, describe-generic, eieio-describe-method):
2976         Remove aliases.
2977         (eieio-help-constructor, eieio-help-generic): Rename from
2978         `eieio-describe-constructor' and `eieio-describe-generic', resp.
2979         Rewrite to use `insert' in the current buffer and use proper help
2980         buttons.
2981         (eieio-help-find-method-definition)
2982         (eieio-help-find-class-definition): Also accept symbols as
2983         arguments.
2984         (eieio-help-mode-augmentation-maybee): Remove.
2985         (eieio-describe-class-sb): Use `describe-function'.
2986         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2987         Add `eieio-help-generic' and `eieio-help-constructor'.
2989 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2991         Spelling fixes.
2992         * language/china-util.el (hz-ascii-designation):
2993         Rename from hz-ascii-designnation.
2994         (hz-ascii-designation): Rename from hz-ascii-designnation.
2995         All uses changed.
2997 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3000         package-alist.
3002 2014-01-08  Bastien Guerry  <bzg@gnu.org>
3004         * emacs-lisp/package.el (package-delete):
3005         Correctly delete the package from package-alist.
3007 2014-01-08  Daiki Ueno  <ueno@gnu.org>
3009         * emacs-lisp/package.el (url-recreate-url): Declare.
3010         (url-http-target-url): Declare.
3011         (package-handle-response): Include requested URL in the error message.
3012         (package--check-signature): Don't re-signal errors from
3013         package--with-work-buffer.  Suggested by Stefan Monnier.
3015 2014-01-07  Bastien Guerry  <bzg@gnu.org>
3017         * minibuffer.el (completion--try-word-completion): When both a
3018         hyphen and a space are possible candidates for the character
3019         following a word, display both candidates.  (Bug#15980)
3021 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
3023         * window.el (balance-windows-2): While rounding don't give a
3024         window more than the remainder.  Bug#16351, bug#16383.
3026 2014-01-07  Glenn Morris  <rgm@gnu.org>
3028         * menu-bar.el (menu-bar-help-extra-packages): Remove.
3029         (menu-bar-help-menu): Use view-external-packages instead.
3031 2014-01-07  Bastien Guerry  <bzg@gnu.org>
3033         * emacs-lisp/package.el (package-delete): Also delete the package
3034         name from `package-alist', not its description only.
3036 2014-01-07  Glenn Morris  <rgm@gnu.org>
3038         * help.el (view-external-packages):
3039         * menu-bar.el (menu-bar-help-extra-packages):
3040         Visit efaq.info rather than etc/MORE.STUFF.
3042 2014-01-07  Juri Linkov  <juri@jurta.org>
3044         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3045         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
3047         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3048         that shadows RET.  (Bug#16342)
3050 2014-01-07  Chong Yidong  <cyd@gnu.org>
3052         * isearch.el (isearch-yank-char, isearch-yank-word)
3053         (isearch-yank-line): Doc fix.
3055 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3057         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3058         * emacs-lisp/elint.el (elint-find-builtins):
3059         * emacs-lisp/eldoc.el (eldoc-symbol-function):
3060         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3061         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3062         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3063         * apropos.el (apropos-safe-documentation):
3064         * subr.el (symbol-file): Remove redundant fboundp.
3065         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3067 2014-01-06  Bastien Guerry  <bzg@gnu.org>
3069         * hl-line.el (global-hl-line-overlay): Make a local variable.
3070         (global-hl-line-overlays): New variable to store all overlays.
3071         (global-hl-line-mode): Don't delete overlays from the current
3072         buffer when `global-hl-line-sticky-flag' is non-nil.
3073         (global-hl-line-highlight): Add new overlays to
3074         `global-hl-line-overlays'.
3075         (global-hl-line-unhighlight-all): New function to delete all
3076         overlays when turning off `global-hl-line-mode'.
3077         This fixes Bug#16183.
3079 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3081         * subr.el (set-transient-map): Fix nested case and docstring.
3083 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
3085         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3086         `Texinfo' entry.
3088 2014-01-06  Daniel Colascione  <dancol@dancol.org>
3090         Fix defun navigation in vc log view.
3092         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3093         like `beginning-of-defun'.
3094         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3095         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
3096         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3097         (log-view-extract-comment): Call `log-view-current-entry' directly
3098         instead of relying on broken `log-view-beginning-of-defun' behavior.
3100 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
3102         Spelling fixes.
3103         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3104         * emacs-lisp/debug.el (cancel-debug-on-entry):
3105         * epg.el (epg-error-to-string):
3106         * files.el (recover-file):
3107         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3108         * mail/emacsbug.el (report-emacs-bug-hook):
3109         * mail/sendmail.el (mail-recover):
3110         * ses.el (ses-yank-resize):
3111         * term/ns-win.el (ns-print-buffer):
3112         Spelling fixes in diagnostics, mostly for "canceled" with one L.
3113         * epg.el (epg-key-capability-alist): Rename from misspelled version.
3114         All uses changed.
3115         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3117 2014-01-06  Leo Liu  <sdl.web@gmail.com>
3119         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3120         to avoid shadowing global key.  (Bug#16354)
3122 2014-01-06  Daniel Colascione  <dancol@dancol.org>
3124         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3125         rst-mode.
3127 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
3129         * window.el (balance-windows): Add mising t to fix Bug#16351.
3131 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3134         (bug#16285).
3135         (shr-insert): If we have a word that's longer than `shr-width',
3136         break after it anyway.  Otherwise we'll do no breaking once we get
3137         such a long word.
3139 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3141         * net/eww.el (eww): Support single/double quote for search.
3142         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3143         (eww-history-quit): Delete and use quit-window.
3144         (eww-history-kill): Delete, because it doesn't work well and
3145         not necessary.
3146         (eww-history-mode-map): Delete some keys and add easy-menu.
3148 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3150         Fix misspelling of 'chinese' in rx (Bug#16237).
3151         * emacs-lisp/rx.el (rx-categories): Correct spelling of
3152         chinese-two-byte.
3154         Change subword regexps back to vars (Bug#16296).
3155         * progmodes/subword.el (subword-forward-regexp)
3156         (subword-backward-regexp): Change these back to variables.
3158 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3160         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3161         syntax-begin-function (bug#16247).
3163 2014-01-03  Chong Yidong  <cyd@gnu.org>
3165         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3166         (advice--docstring): Delete variable.
3167         (advice--make-1): Leave the docstring empty.
3168         (advice-add): Use function-documentation for advised docstring.
3170         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3171         Ignore function-documentation property when getting documentation.
3172         (ad-activate-advised-definition): Use function-documentation
3173         generate the docstring.
3174         (ad-make-advised-definition): Don't call
3175         ad-make-advised-definition-docstring.
3176         (ad-make-advised-definition-docstring, ad-advised-definition-p):
3177         Delete functions.
3179         * progmodes/sql.el (sql-help): Use function-documentation instead
3180         of dynamic-docstring-function property.  No need to autoload now.
3181         (sql--help-docstring): New variable.
3182         (sql--make-help-docstring): Use it.
3184 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3186         * ielm.el (ielm-tab): Retarget.
3187         (ielm-map): Use ielm-tab for tab.
3188         (ielm-complete-filename): Use comint-filename-completion.
3189         (ielm-complete-symbol): Remove.
3190         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3191         remove ielm-tab from completion-at-point-functions (bug#16224).
3193         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3194         Beware signals raised by predicates (bug#16201).
3196 2014-01-02  Richard Stallman  <rms@gnu.org>
3198         * dired-aux.el (dired-do-print): Handle printer-name.
3200         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3201         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3202         (rmail-epa-decrypt): Turn off mime processing.
3204         * mail/rmail.el (rmail-make-in-reply-to-field):
3205         Add parens in message-id.
3207         * mail/rmail.el (rmail-get-coding-function): Variable.
3208         (rmail-get-coding-system): Use it.
3210 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
3212         * international/mule-conf.el: Unify the charset indian-is13194.
3213         (indian-is13194): Specify unify-map.
3215 2013-12-31  Leo Liu  <sdl.web@gmail.com>
3217         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
3219 2013-12-30  Daniel Colascione  <dancol@dancol.org>
3221         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3222         of printing a useless when we resume from sleep.
3224         * progmodes/sh-script.el
3225         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3226         in indentation code.  (Bug#16233)
3228 2013-12-28  João Távora  <joaotavora@gmail.com>
3230         * elec-pair.el (electric-pair-post-self-insert-function):
3231         Don't open extra newlines at beginning of buffer.  (Bug#16272)
3233 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
3235         * frame.el (window-system-for-display): Don't allow to create a
3236         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
3238 2013-12-28  Glenn Morris  <rgm@gnu.org>
3240         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3241         Update callers.
3243         * apropos.el (apropos-match-face):
3244         * calculator.el (calculator-displayer):
3245         * dabbrev.el (dabbrev-search-these-buffers-only):
3246         * face-remap.el (buffer-face-mode-face):
3247         * simple.el (yank-handled-properties):
3248         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3249         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3250         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3251         (hashcash-double-spend-database):
3252         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3253         (ruby-deep-indent-paren-style):
3254         * textmodes/flyspell.el (flyspell-auto-correct-binding):
3255         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3256         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3257         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3258         Specify custom types.
3260         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3261         * bookmark.el (bookmark-bmenu-use-header-line):
3262         * doc-view.el (doc-view-scale-internally):
3263         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3264         * register.el (register-preview-delay):
3265         * net/shr.el (shr-bullet):
3266         * progmodes/cfengine.el (cfengine-cf-promises)
3267         (cfengine-parameters-indent):
3268         * progmodes/octave.el (inferior-octave-error-regexp-alist):
3269         * textmodes/reftex-vars.el (reftex-label-regexps):
3270         * vc/log-edit.el (log-edit-setup-add-author): Add version.
3272         * net/tls.el (tls-certtool-program): Fix default value.
3274         * desktop.el (desktop-restore-in-current-display):
3275         * newcomment.el (comment-empty-lines):
3276         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3277         (idlwave-pad-keyword):
3278         * progmodes/tcl.el (tcl-tab-always-indent):
3279         * textmodes/reftex-vars.el (reftex-index-default-tag):
3280         * elec-pair.el (electric-pair-skip-whitespace):
3281         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3283         * emacs-lisp/authors.el (authors-ignored-files)
3284         (authors-valid-file-names, authors-renamed-files-alist): Additions.
3286 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
3288         * shell.el (shell-dynamic-complete-command): Doc fix.
3289         (shell--command-completion-data): Shell completion now matches
3290         executable filenames from the current buffer's directory, on
3291         systems in which this behavior is the default (windows-nt, ms-dos).
3293 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3295         * net/shr.el (shr-insert): Don't infloop if the width is zero.
3297 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3300         (bug#16251).
3302         * electric.el: Move all electric-pair-* to elec-pair.el.
3303         * elec-pair.el: New file, split from electric.el.
3305 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3307         * net/shr.el (shr-find-fill-point): Don't try to fill if the
3308         indentation level is larger than the width, because that will
3309         infloop.
3310         (shr-insert): Fill repeatedly long texts, so that Japanese is
3311         formatted correctly (bug#16263).
3312         (shr-find-fill-point): Off by one error in comparison with the
3313         indentation.
3315 2013-12-26  João Távora  <joaotavora@gmail.com>
3317         * electric.el (electric-pair-mode): More flexible engine for skip-
3318         and inhibit predicates, new options for pairing-related functionality.
3319         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3320         if that keeps or improves their balance in buffers.
3321         (electric-pair-delete-adjacent-pairs): Delete the pair when
3322         backspacing over adjacent matched delimiters.
3323         (electric-pair-open-extra-newline): Open extra newline when
3324         inserting newlines between adjacent matched delimiters.
3325         (electric--sort-post-self-insertion-hook):
3326         Sort post-self-insert-hook according to priority values when
3327         minor-modes are activated.
3328         * simple.el (newline-and-indent): Call newline with interactive
3329         set to t.
3330         (blink-paren-post-self-insert-function): Set priority to 100.
3331         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3332         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3333         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
3334         electric-pair-open-newline-between-pairs to nil.
3336 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3338         * progmodes/python.el: Use lexical-binding.
3339         (python-nav-beginning-of-defun): Stop searching ASAP.
3341 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
3343         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3344         Fix interactive spec.  Doc fix.  (Bug#15754)
3346 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3348         * emacs-lisp/byte-run.el (eval-when-compile):
3349         * progmodes/cc-defs.el (cc-eval-when-compile):
3350         Fix edebug spec (bug#16184).
3352 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3354         * net/shr.el (shr-visit-file): Remove debugging function.
3355         (shr-insert): Don't infloop if we can't find a good place to break
3356         the line (bug#16256).
3358 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3360         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3361         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
3362         python-nav-lisp-forward-sexp-safe.
3363         (python-nav--forward-sexp): New argument SAFE allows switching
3364         forward sexp movement behavior for parens.
3365         (python-nav-forward-sexp): Throw errors on unterminated parens
3366         (Bug#16191).
3367         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3368         (python-nav-backward-sexp-safe): New functions.
3369         (python-shell-buffer-substring):
3370         Use `python-nav-forward-sexp-safe'.
3372 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3374         * net/shr.el (shr-find-fill-point): Don't break lines before a
3375         quotation mark.
3376         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3377         (shr-find-fill-point): Remove the special checks for the quotation
3378         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3380 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3382         * net/eww.el (eww-form-textarea): Use a different face for
3383         textareas than text input since they have different keymaps
3384         (bug#16142).
3386 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3388         * progmodes/python.el (python-nav-beginning-of-statement):
3389         Speed up (Bug#15295).
3391 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3393         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3394         the window configuration.
3396 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
3398         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3399         we run on MS-Windows or MS-DOS.
3401 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
3403         * window.el (balance-windows-area): Call window-size instead of
3404         window-height and window-width.  Bug#16241.
3406 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3408         * net/eww.el (eww-bookmark-quit): Remove.
3409         (eww-bookmark-browse): Restore the window configuration when you
3410         choose a bookmark (bug#16144).
3412 2013-12-24  Daniel Colascione  <dancol@dancol.org>
3414         * icomplete.el: Remove redundant :group arguments to `defcustom'
3415         throughout.
3416         (icomplete-show-matches-on-no-input): New customizable variable.
3417         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3418         we have something to show.
3419         (icomplete-exhibit): Compute completions even if we have no user input.
3421 2013-12-23  Daniel Colascione  <dancol@dancol.org>
3423         * icomplete.el: Move `provide' to end of file.
3425 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3427         * net/gnutls.el (gnutls-verify-error): Add version tag.
3429 2013-12-23  Chong Yidong  <cyd@gnu.org>
3431         * subr.el (set-transient-map): Rename from
3432         set-temporary-overlay-map.  Doc fix.
3434         * face-remap.el (text-scale-adjust):
3435         * indent.el (indent-rigidly):
3436         * kmacro.el (kmacro-call-macro):
3437         * minibuffer.el (minibuffer-force-complete):
3438         * repeat.el (repeat):
3439         * simple.el (universal-argument--mode):
3440         * calendar/todo-mode.el (todo-insert-item--next-param):
3441         * progmodes/f90.el (f90-abbrev-start): Callers changed.
3443         * indent.el (indent-rigidly): Use substitute-command-keys.
3445 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3447         * net/eww.el (eww-tag-select): Add text-property to jump to next
3448         select field.
3449         (eww): Add non-supported ftp error.
3451 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3453         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3454         comments.  Handle electric indent after typing `?' and `!'.
3456 2013-12-22  Chong Yidong  <cyd@gnu.org>
3458         * faces.el (face-spec-recalc): If the theme specs are not
3459         applicable to a frame, fall back on the defface spec.
3460         This prevents themes from obliterating faces on low-color terminals.
3462 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3464         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3465         after `{'.  We need it after block openers, and it doesn't seem
3466         to hurt after hash openers.
3468 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3470         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3471         extracted from `ruby-smie-rules'.
3472         (ruby--electric-indent-chars): New variable.
3473         (ruby--electric-indent-p): New function.
3474         (ruby-mode): Use `electric-indent-functions' instead of
3475         `electric-indent-chars'.
3477 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3479         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3480         docstring.
3481         (ruby-smie-rules): Indent plus one level after `=>'.
3483 2013-12-21  Richard Stallman  <rms@gnu.org>
3485         * simple.el (newline): Doc fix.
3487 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3489         * net/eww.el (eww-list-histories, eww-list-histories)
3490         (eww-history-browse, eww-history-quit, eww-history-kill)
3491         (eww-history-mode-map, eww-history-mode): New command and
3492         functions to list browser histories.
3493         (eww-form-text): Support text form with disabled
3494         and readonly attributes.
3495         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3497 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3499         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3500         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3501         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3502         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3503         Use `user-error'.
3504         (eww-bookmark-mode-map): Add menu.
3505         (eww-render, eww-mode): Use `setq-local'.
3506         (eww-tool-bar-map): New variable.
3507         (eww-mode): Set `tool-bar-map'.
3508         (eww-view-source): Check for `html-mode' with `fboundp'.
3510 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3512         * net/shr.el (shr--extract-best-source): Don't bug out on audio
3513         elements with text inside.  Also remove debugging.
3515 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
3517         * cus-start.el (all): Add ns-use-srgb-colorspace.
3519 2013-12-21  Chong Yidong  <cyd@gnu.org>
3521         * custom.el (custom-theme-recalc-face): Do nothing if the face is
3522         undefined.  Thus, theme settings for undefined faces do not take
3523         effect until the faces are defined with defface, the same as with
3524         theme variables.
3526         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3527         (face-spec-reset-face): Don't assign extra properties in temacs.
3528         (face-spec-recalc): Apply X resources too.
3530 2013-12-21  Chong Yidong  <cyd@gnu.org>
3532         * faces.el (face-spec-set):
3533         * cus-face.el (custom-theme-set-faces, custom-set-faces):
3534         * custom.el (defface): Doc fixes (Bug#16203).
3536         * indent.el (indent-rigidly-map): Add docstring, and move commands
3537         into named functions.
3538         (indent-rigidly-left, indent-rigidly-right)
3539         (indent-rigidly-left-to-tab-stop)
3540         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
3541         indentation direction based on bidi direction, and accumulate
3542         sequential commands in a single undo boundary.
3543         (indent-rigidly--pop-undo): New utility function.
3545 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
3547         * faces.el (read-face-name): Require crm.el when using crm-separator.
3549 2013-12-20  Daniel Colascione  <dancol@dancol.org>
3551         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3552         so that we don't reflow comments into the shebang line.
3554 2013-12-20  Juri Linkov  <juri@jurta.org>
3556         * saveplace.el (save-place-to-alist): Add `dired-filename' as
3557         a position when `dired-directory' is non-nil.  Check integer
3558         positions with `integerp'.
3559         (toggle-save-place, save-places-to-alist): Add check for
3560         `dired-directory'.
3561         (save-place-find-file-hook): Check integer positions with
3562         `integerp'.
3563         (save-place-dired-hook): Use `dired-goto-file' when
3564         `dired-filename' is found in the assoc list.  Check integer
3565         positions with `integerp'.
3566         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3568         * dired.el (dired-initial-position-hook): Rename back from
3569         `dired-initial-point-hook'.
3570         (dired-initial-position): Rename `dired-initial-point-hook' to
3571         `dired-initial-position-hook'.
3572         (dired-file-name-at-point): Doc fix.  (Bug#15329)
3574 2013-12-20  Juri Linkov  <juri@jurta.org>
3576         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3577         (read-regexp-suggestions): New function.
3578         (read-regexp): Use `read-regexp-defaults-function' to get default values.
3579         Use `read-regexp-suggestions'.  Add non-empty default to history
3580         for empty input.
3581         (occur-read-regexp-defaults-function): Remove function.
3582         (occur-read-primary-args): Use `regexp-history-last' instead of
3583         `occur-read-regexp-defaults-function'.
3585         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3586         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3587         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3588         `hi-lock-read-regexp-defaults-function'.  Doc fix.
3589         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3590         with `find-tag-default-as-symbol-regexp'.  Doc fix.
3591         (hi-lock-read-regexp-defaults): Remove function.
3592         (hi-lock-regexp-okay): Add check for null.
3594         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3595         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
3597         * subr.el (find-tag-default-as-symbol-regexp): New function.
3598         (find-tag-default-as-regexp): Move symbol regexp formatting to
3599         `find-tag-default-as-symbol-regexp'.
3601 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
3603         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3604         (Bug#14179)
3606 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3608         * calendar/todo-mode.el: New implementation of item insertion
3609         commands and key bindings.
3610         (todo-key-prompt): New face.
3611         (todo-insert-item): New command.
3612         (todo-insert-item--parameters): New defconst, replacing defvar
3613         todo-insertion-commands-args-genlist.
3614         (todo-insert-item--param-key-alist): New defconst, replacing
3615         defvar todo-insertion-commands-arg-key-list.
3616         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3617         (todo-insert-item--argsleft, todo-insert-item--apply-args)
3618         (todo-insert-item--next-param): New functions.
3619         (todo-insert-item--args, todo-insert-item--argleft)
3620         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3621         New variables.
3622         (todo-key-bindings-t): Change binding of "i" from
3623         todo-insertion-map to todo-insert-item.
3624         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3625         (todo-insertion-command-name, todo-insertion-commands-names)
3626         (todo-define-insertion-command, todo-insertion-commands)
3627         (todo-insertion-key-bindings, todo-insertion-map): Remove.
3629 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3631         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3632         (todo-toggle-item-highlighting): Use eval-and-compile instead of
3633         eval-when-compile.
3634         (todo-move-category): Allow choosing a non-existing todo file to
3635         move the category to, and create that file.
3636         (todo-default-priority): New user option.
3637         (todo-set-item-priority): Use it.
3638         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3639         (desktop-restore-file-buffer): Declare.
3640         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3641         (todo-modes-set-2): Locally set desktop-save-buffer to
3642         todo-desktop-save-buffer.
3643         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3644         (auto-mode-alist): Add autoload cookie.
3646 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
3648         * emacs-lisp/subr-x.el: Renamed from helpers.el.
3649         helpers.el was a poor choice of name.
3650         (string-remove-prefix): New function.
3651         (string-remove-suffix): New function.
3653 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
3655         Fix assignment for new window total sizes.
3656         * window.el (window--pixel-to-size): Remove function.
3657         (window--pixel-to-total-1, window--pixel-to-total):
3658         Fix calculation of new total sizes.
3660 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
3662         * comint.el (comint-output-filter): Fix rear-nonsticky property
3663         placement (Bug#16010).
3665 2013-12-20  Chong Yidong  <cyd@gnu.org>
3667         * faces.el (read-color): Minor fix for completion function.
3669 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
3671         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3672         New option.  (Bug#16182)
3673         (ruby-smie--indent-to-stmt-p): Use it.
3674         (ruby-smie-rules): Revert the logic in the handling of `when'.
3675         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3676         (ruby-deep-arglist, ruby-deep-indent-paren)
3677         (ruby-deep-indent-paren-style): Update docstrings to note that the
3678         vars don't have any effect with SMIE.
3680 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
3682         * calc/calc.el (calc-enter, calc-pop): Use the variable
3683         `calc-context-sensitive-enter'.
3685 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687         * net/shr.el (shr-insert): Protect against infloops in degenerate
3688         tables.
3690 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3692         * progmodes/octave.el (octave): Add link to manual and octave
3693         homepage.
3694         (octave-mode-menu): Link to octave-mode manual.
3696 2013-12-20  Leo Liu  <sdl.web@gmail.com>
3698         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3699         insertion using skeleton-end-newline.  (Bug#16138)
3701 2013-12-20  Juri Linkov  <juri@jurta.org>
3703         * replace.el (occur-engine): Use `add-face-text-property'
3704         to add the face property to matches and titles.  (Bug#14645)
3706         * hi-lock.el (hi-green): Use lighter color "light green" closer to
3707         the palette of other hi-lock colors.
3708         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3710 2013-12-19  Juri Linkov  <juri@jurta.org>
3712         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3713         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
3714         (minibuffer-history-symbol): Move variable declaration closer to
3715         its usage.
3717         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3718         (Bug#14785)
3720 2013-12-19  Juri Linkov  <juri@jurta.org>
3722         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3723         New function.
3724         (log-edit-hook): Add it to :options.  (Bug#16170)
3726 2013-12-19  Juri Linkov  <juri@jurta.org>
3728         * simple.el (eval-expression-print-format): Don't check for
3729         command names and the last command.  Always display additional
3730         formats of the integer result in the echo area, and insert them
3731         to the current buffer only with a zero prefix arg.
3732         Display character when char-displayable-p is non-nil.
3733         (eval-expression): With a zero prefix arg, set `print-length' and
3734         `print-level' to nil, and insert the integer values from
3735         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
3737         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3738         `eval-last-sexp-arg-internal'.  Doc fix.
3739         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3740         `eval-last-sexp-print-value'.  Doc fix.
3741         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3742         Set `print-length' and `print-level' to nil when arg is zero.
3743         (eval-last-sexp): Doc fix.
3744         (eval-defun-2): Print the integer values from
3745         `eval-expression-print-format' at the end.
3747         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3748         values from `eval-expression-print-format' at the end.
3750         * ielm.el (ielm-eval-input): Print the integer
3751         values from `eval-expression-print-format' at the end.
3753 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3755         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3756         2013-12-11T19:01:44Z!tzz@lifelogs.com.
3758 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3760         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
3761         (hl-line-highlight, global-hl-line-highlight): Use it.
3762         (hl-line-overlay): Use defvar-local.
3764 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
3766         * term/ns-win.el: Require dnd.
3767         (global-map): Remove drag items.
3768         (ns-insert-text, ns-set-foreground-at-mouse)
3769         (ns-set-background-at-mouse):
3770         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3771         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3772         New functions.
3774 2013-12-19  Glenn Morris  <rgm@gnu.org>
3776         * emacs-lisp/ert.el (ert-select-tests):
3777         Fix string/symbol mixup.  (Bug#16121)
3779 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3781         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3782         keywords to their parent.
3784 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3786         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3787         first arg to be a string (fixed dead code), or an operator symbol.
3788         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3789         operator symbols.
3790         (ruby-smie-rules): Remove parent token check in the `.' clause, it
3791         did nothing.  Don't respond to `(:after ".")', it will be called
3792         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
3793         change anything.  Only return indentation for binary operators
3794         when they are hanging.  De-dent opening paren when its parent is
3795         `.', otherwise it looks bad when the dot is not at bol or eol
3796         (bug#16182).
3798 2013-12-19  Juri Linkov  <juri@jurta.org>
3800         * replace.el (query-replace-read-args): Split a non-negative arg
3801         and a negative arg into separate elements.
3802         (query-replace, query-replace-regexp, replace-string)
3803         (replace-regexp): Add arg `backward'.  Doc fix.
3804         (replace-match-maybe-edit): When new arg `backward' is non-nil,
3805         move point to the beginning of the match.
3806         (replace-search, replace-highlight): Use new arg `backward'
3807         to set the value of `isearch-forward'.
3808         (perform-replace): Add arg `backward' and use it to perform
3809         replacement backward.  (Bug#14979)
3811         * isearch.el (isearch-query-replace): Use a negative prefix arg
3812         to call `perform-replace' with a non-nil arg `backward'.
3814 2013-12-18  Juri Linkov  <juri@jurta.org>
3816         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3817         to the default list.  Move `log-edit-show-files' to the end.
3818         Add more available functions to options.
3819         (log-edit): Move default specific settings to
3820         `log-edit-insert-message-template'.  Don't move point.
3821         (log-edit-insert-message-template): New function.
3822         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3823         (Bug#16170)
3825 2013-12-18  Juri Linkov  <juri@jurta.org>
3827         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3828         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
3830 2013-12-18  Leo Liu  <sdl.web@gmail.com>
3832         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3833         (Bug#16186)
3835 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
3837         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3838         formats for displaying file sizes when the -s switch is given.
3839         Instead, compute a separate format for displaying the size in
3840         blocks, which is displayed in addition to the "regular" size.
3841         When -h is given in addition to -s, produce size in blocks in
3842         human-readable form as well.  (Bug#16179)
3844 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
3846         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3847         Reference tables with ~\ref{...} instead of only \ref{...}.
3849 2013-12-18  Chong Yidong  <cyd@gnu.org>
3851         * cus-edit.el (custom-magic-alist): Fix "themed" description
3852         (Bug#14348).
3854         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3855         is non-nil, do not create a new entry in the symbol's theme-value
3856         or theme-face property; update theme-settings only (Bug#14664).
3857         (custom-available-themes): Doc fix.
3859         * cus-theme.el (custom-new-theme-mode-map): Add bindings
3860         (Bug#15674).
3862         * replace.el (occur-engine): Avoid infloop (Bug#7593).
3864 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3866         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3867         (Bug#13914).
3869 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3871         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3873 2013-12-18  Glenn Morris  <rgm@gnu.org>
3875         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3876         * cus-start.el (load-prefer-newer): New option.
3878 2013-12-18  Le Wang  <l26wang@gmail.com>
3880         * comint.el (comint-previous-matching-input-from-input):
3881         Retain point (Bug#13404).
3883 2013-12-18  Chong Yidong  <cyd@gnu.org>
3885         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3887 2013-12-18  Glenn Morris  <rgm@gnu.org>
3889         * mail/emacsbug.el (report-emacs-bug):
3890         Only mention enable-multibyte-characters if non-standard.
3892 2013-12-17  Juri Linkov  <juri@jurta.org>
3894         * arc-mode.el (archive-extract-by-file): Check if directory exists
3895         before deletion to not show irrelevant errors if it doesn't exist.
3897 2013-12-17  Juri Linkov  <juri@jurta.org>
3899         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3900         (Bug#14751)
3902         * net/eww.el (browse-web): Add alias to `eww'.
3903         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3904         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
3906         * net/browse-url.el (browse-url-browser-function): Move `eww'
3907         closer to similar functions.
3909         * startup.el (fancy-startup-screen, fancy-about-screen):
3910         Set browse-url-browser-function to eww-browse-url locally.
3911         (Bug#14751)
3913 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3915         * window.el (window--pixel-to-total): Remove unused `mini' var.
3916         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3917         (split-window): Remove unused `new' var.
3918         (window--display-buffer): Remove unused `frame' and `delta' vars.
3919         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3920         and display-width'.
3922 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
3924         * dired.el (dired-mark-pop-up):
3925         * register.el (register-preview): Don't bind
3926         split-height-threshold here since it's now done in
3927         display-buffer-below-selected.
3929 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
3931         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3932         xterm-rgb-convert-to-16bit.
3933         (rxvt-register-default-colors): Standardize with
3934         xterm-register-default-colors (Bug#14078).
3936 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3938         * simple.el (kill-region): Pass mark first, then point, so that
3939         kill-append works right (Bug#12819).
3940         (copy-region-as-kill, kill-ring-save): Likewise.
3942 2013-12-17  Leo Liu  <sdl.web@gmail.com>
3944         * net/rcirc.el (rcirc-add-face):
3945         * eshell/em-prompt.el (eshell-emit-prompt):
3946         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3947         (Bug#16167)
3949 2013-12-17  Chong Yidong  <cyd@gnu.org>
3951         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3952         Suggested by Xue Fuqiao.
3954 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3956         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3958 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * net/shr.el (shr-insert-document): Remove unused var
3961         `shr-preliminary-table-render'.
3962         (shr-rescale-image): Remove unused arg `force'.
3963         (shr-put-image): Update calls accordingly.
3964         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3966 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3968         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3969         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3970         :close-all, to see which indentation method to use (Bug#16116).
3971         (smie-rules-function): Document the method :close-all.
3973 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3975         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3977         * net/eww.el (eww-display-html): If we can't find the anchor we're
3978         looking for, then go to point-min.
3980 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
3982         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3983         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3984         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3985         Expand dir too, in case it's relative.
3987 2013-12-16  Juri Linkov  <juri@jurta.org>
3989         * desktop.el (desktop-auto-save-timeout): Change default to
3990         `auto-save-timeout'.  Doc fix.
3991         (desktop-save): Skip the timestamp in desktop-saved-frameset
3992         when checking for auto-save changes.
3993         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3994         `desktop-auto-save' is called repeatedly by the idle timer.
3995         (desktop-auto-save-set-timer): Replace `run-with-timer' with
3996         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
3997         (Bug#15331)
3999 2013-12-16  Juri Linkov  <juri@jurta.org>
4001         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4002         (Bug#16035)
4003         (isearch-pre-command-hook): Check `this-command' for symbolp.
4005 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4009 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
4011         * progmodes/cfengine.el (cfengine3--current-word): Remove.
4012         (cfengine3--current-function): Bring in the current-function
4013         functionality from `cfengine3--current-word'.
4014         (cfengine3-completion-function): Bring in the
4015         bounds-of-current-word functionality from
4016         `cfengine3--current-word'.
4018 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
4020         * window.el (display-buffer-below-selected):
4021         Bind split-height-threshold to 0 as suggested by Juri Linkov.
4023 2013-12-16  Leo Liu  <sdl.web@gmail.com>
4025         * progmodes/compile.el (compile-goto-error): Do not push-mark.
4026         Remove NOMSG arg and all uses changed.
4028 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4030         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4031         (cua--deactivate-rectangle): Don't deactivate the mark.
4032         (cua-set-rectangle-mark): Don't set mark-active since
4033         cua--activate-rectangle already does it for us.
4034         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4035         non-rectangular region.
4037         * emulation/cua-base.el (cua-repeat-replace-region):
4038         Use with-current-buffer.
4040         * net/gnutls.el: Use cl-lib.
4041         (gnutls-negotiate): `mapcan' -> cl-mapcan.
4043 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4045         * emacs-lisp/package.el (package-built-in-p): Support both
4046         built-in and the package.el converted package descriptions.
4047         (package-show-package-list): Allow keywords.
4048         (package-keyword-button-action): Use it instead of
4049         `finder-list-matches'.
4050         (package-menu-filter-interactive): Interactive filtering (by
4051         keyword) function.
4052         (package-menu--generate): Support keywords and change keymappings
4053         and headers when they are given.
4054         (package--has-keyword-p): Helper function.
4055         (package-menu--refresh): Use it.
4056         (package--mapc): Helper function.
4057         (package-all-keywords): Use it.
4058         (package-menu-mode-map): Set up menu items and keybindings to
4059         provide a filtering UI.
4061 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4063         * net/gnutls.el (gnutls-verify-error): New defcustom to control
4064         the behavior when a certificate fails validation.  Defaults to
4065         old behavior: never abort, just warn.
4066         (gnutls-negotiate): Use it.
4068 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
4070         * window.el (display-buffer-below-selected): Never split window
4071         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
4073 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
4075         * emacs-lisp/package.el (package--prepare-dependencies): New function.
4076         (package-buffer-info): Use it (bug#15108).
4078 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4080         * icomplete.el (icomplete-completions): Make sure the prefix is already
4081         displayed elsewhere before hiding it (bug#16219).
4083 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4085         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4086         open-paren tokens when preceded by a open-paren, too.
4087         (ruby-smie-rules): Handle virtual indentation after open-paren
4088         tokens specially.  If there is code between it and eol, return the
4089         column where is starts (Bug#16118).
4091 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
4093         * progmodes/cfengine.el: Fix `add-hook' doc.
4094         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4095         (cfengine3--current-word): Fix parameters.
4096         (cfengine3-make-syntax-cache): Simplify further.
4097         (cfengine3-completion-function, cfengine3--current-function):
4098         Use `assq' for symbols.
4099         (cfengine3--current-function): Fix `cfengine3--current-word' call.
4101 2013-12-13  Glenn Morris  <rgm@gnu.org>
4103         * loadup.el (load-path): Warn if site-load or site-init changes it.
4104         No more need to reset it when bootstrapping.
4106 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
4108         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4109         locations for cf-promises.
4110         (cfengine-mode-syntax-functions-regex): New caching variable.
4111         (cfengine3-fallback-syntax): Fallback syntax for cases where
4112         cf-promises doesn't run.
4113         (cfengine3--current-word): Reimplement using
4114         `cfengine-mode-syntax-functions-regex'.
4115         (cfengine3-completion-function, cfengine3--current-function):
4116         Use `cfengine3-make-syntax-cache' directly.
4117         (cfengine3-clear-syntax-cache): New function.
4118         (cfengine3-make-syntax-cache): Simplify and create
4119         `cfengine-mode-syntax-functions-regex' on demand.
4120         (cfengine3-format-function-docstring): Don't call
4121         `cfengine3-make-syntax-cache' explicitly.
4123 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
4125         Fix windmove-find-other-window broken after pixelwise resizing
4126         (Bug#16017).
4127         * windmove.el (windmove-other-window-loc): Revert change from
4128         2013-12-04.
4129         (windmove-find-other-window): Call window-in-direction.
4130         * window.el (window-in-direction): New arguments SIGN, WRAP and
4131         MINI to emulate original windmove-find-other-window behavior.
4133 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
4135         * simple.el (blink-matching--overlay): New variable.
4136         (blink-matching-open): Instead of moving point, highlight the
4137         matching paren with an overlay
4138         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4140         * faces.el (paren-showing-faces, show-paren-match)
4141         (show-paren-mismatch): Move from paren.el.
4143 2013-12-13  Leo Liu  <sdl.web@gmail.com>
4145         * indent.el (indent-region): Disable progress reporter in
4146         minibuffer.  (Bug#16108)
4148         * bindings.el (visual-order-cursor-movement): Fix version.
4150 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4152         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4153         Also match after beginning of line.
4154         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4155         files.  Thanks to Russell Sim.  (Bug#15378)
4157 2013-12-13  Juri Linkov  <juri@jurta.org>
4159         * simple.el <Keypad support>: Remove key bindings duplicated
4160         with bindings.el.  (Bug#14397)
4162 2013-12-13  Juri Linkov  <juri@jurta.org>
4164         * comint.el (comint-mode-map): Replace `delete-char' with
4165         `delete-forward-char'.  (Bug#16109)
4167 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4169         * progmodes/python.el (python-indent-calculate-indentation):
4170         Fix de-denters cornercase.  (Bug#15731)
4172 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4174         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4175         (advice--make): Pay attention to `depth'.
4176         (advice--make-1): Don't autoload commands eagerly.
4177         * emacs-lisp/elp.el (elp-instrument-function):
4178         * emacs-lisp/trace.el (trace-function-internal):
4179         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4181         * iswitchb.el (iswitchb-mode): Don't belittle ido.
4183 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
4185         * term/w32-win.el (w32-handle-dropped-file):
4186         * startup.el (normal-top-level):
4187         * net/browse-url.el (browse-url-file-url):
4188         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4189         decode file names using 'utf-8' rather than
4190         file-name-coding-system.
4192 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4194         * progmodes/python.el (python-indent-context)
4195         (python-indent-calculate-indentation): Fix auto-identation
4196         behavior for comment blocks.  (Bug#15916)
4198 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4200         * progmodes/python.el (python-indent-calculate-indentation):
4201         When determining indentation, don't treat "return", "pass", etc., as
4202         operators when they are just string constituents.  (Bug#15812)
4204 2013-12-12  Juri Linkov  <juri@jurta.org>
4206         * uniquify.el (uniquify-buffer-name-style): Change default to
4207         `post-forward-angle-brackets'.
4209         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4210         `uniquify'.  Change default to `post-forward-angle-brackets'.
4212 2013-12-11  Glenn Morris  <rgm@gnu.org>
4214         * emacs-lisp/package.el (finder-list-matches):
4215         Autoload rather than falsely declaring.
4217 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
4219         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4220         (eww-mode-map): Use them.
4222 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
4224         * window.el (display-buffer-in-side-window): Fix doc-string
4225         (Bug#16115).
4227 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
4229         * vc/vc-git.el: Silence byte-compiler warnings.
4230         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4231         (log-edit-set-header): Declare.
4233 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
4235         * Makefile.in (custom-deps, finder-data): Run output file names
4236         through unmsys--file-name.  (Bug#16099)
4238 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4241         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4243         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4244         instead of deleting the selection "by hand" (bug#16098).
4245         Rely on insert-for-yank to yank rectangles.
4246         (cua-highlight-region-shift-only): Mark obsolete.
4247         (cua-mode): Don't enable/disable transient-mark-mode,
4248         shift-select-mode (cua-mode works both with and without them), and
4249         pc-selection-mode (obsolete).
4250         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4251         (cua--deactivate-rectangle): Deactivate it.
4253         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4254         (delete-selection-helper): Make sure yank starts at the top of the
4255         deleted region.
4256         (minibuffer-keyboard-quit): Use region-active-p.
4258         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4260         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4261         to `delete' (bug#16109).
4263 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4265         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4266         info manual and show keybindings and set `:group' keyword.
4268 2013-12-11  Juri Linkov  <juri@jurta.org>
4270         * delsel.el (delete-active-region): Let-bind `this-command'
4271         to prevent `kill-region' from changing its original value.
4272         (delete-selection-helper): Handle `overwrite-mode' for the type
4273         `kill' exactly the same way as for the type `t'.
4274         (insert-char, quoted-insert, reindent-then-newline-and-indent):
4275         Support more commands.  (Bug#13312)
4277 2013-12-11  Juri Linkov  <juri@jurta.org>
4279         * bindings.el: Map kp keys to non-kp keys systematically
4280         with basic modifiers control, meta and shift.  (Bug#14397)
4282 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4284         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4285         "Close browser" menu items.  Fix wrong function of "List
4286         bookmarks".
4288 2013-12-11  Juri Linkov  <juri@jurta.org>
4290         * misearch.el (multi-isearch-buffers): Set the value of
4291         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
4292         arg of isearch-forward to t.
4293         (multi-isearch-buffers-regexp): Set the value of
4294         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
4295         arg of isearch-forward-regexp to t.
4296         (multi-isearch-files): Set the value of
4297         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
4298         arg of isearch-forward to t.
4299         (multi-isearch-files-regexp): Set the value of
4300         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
4301         arg of isearch-forward-regexp to t.  (Bug#16035)
4303         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4304         arg of isearch-forward to t.
4305         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4306         arg of isearch-forward-regexp to t.
4307         (dired-isearch-filter-filenames): Remove unnecessary check for
4308         `dired-isearch-filenames'.
4310         * comint.el (comint-history-isearch-backward):
4311         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4312         (comint-history-isearch-backward-regexp):
4313         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4315 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
4317         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4318         unmsys--file-name.  (Bug#16099)
4320 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
4322         * emacs-lisp/package.el (package-keyword-button-action):
4323         Remove finder.el require dependency.
4325 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
4327         * emacs-lisp/package.el: Require finder.el.
4328         (describe-package-1): Add keyword buttons.
4329         (package-make-button): New convenience function.
4330         (package-keyword-button-action): Keyword button action using
4331         `finder-list-matches'.
4333 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
4335         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4336         last commit.
4338 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
4340         * autorevert.el (auto-revert-notify-add-watch): Do not handle
4341         symlinked files.
4343 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4345         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4346         after the end of a percent literal.
4348 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4350         * progmodes/ruby-mode.el (ruby-forward-string): Document.
4351         Handle caret-delimited strings (Bug#16079).
4353 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4355         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4356         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4357         `ruby-parse-partial' (Bug#16078).
4359 2013-12-09  Leo Liu  <sdl.web@gmail.com>
4361         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
4363 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
4365         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4366         (js-switch-indent-offset): New option.
4367         (js--proper-indentation): Use it.  And handle the case when
4368         "default" is actually a key in an object literal.
4369         (js--same-line): New function.
4370         (js--multi-line-declaration-indentation): Use it.
4371         (js--indent-in-array-comp, js--array-comp-indentation):
4372         New functions.
4373         (js--proper-indentation): Use them, to handle array comprehension
4374         continuations.
4376 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4378         * progmodes/flymake.el (flymake-highlight-line): Re-write.
4379         (flymake-make-overlay): Remove arg MOUSE-FACE.
4380         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4382 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4385         New function.
4386         (redisplay-highlight-region-function): Use it.
4388         * emulation/cua-base.el (cua--explicit-region-start)
4389         (cua--last-region-shifted): Remove.
4390         (cua--deactivate): Use deactivate-mark.
4391         (cua--pre-command-handler-1): Don't handle shift-selection.
4392         (cua--post-command-handler-1): Don't change transient-mark-mode.
4393         (cua--select-keymaps): Use region-active-p rather than
4394         cua--explicit-region-start or cua--last-region-shifted.
4395         (cua-mode): Enable shift-select-mode.
4397 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4399         * progmodes/flymake.el (flymake-popup-current-error-menu):
4400         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
4401         (flymake-posn-at-point-as-event, flymake-popup-menu)
4402         (flymake-make-emacs-menu): Remove.  (Bug#16077)
4404 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * rect.el (rectangle-mark-mode): Activate mark even if
4407         transient-mark-mode is off (bug#16066).
4408         (rectangle--highlight-for-redisplay): Fix boundary condition when point
4409         is > mark and at bolp.
4411         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4412         (region-extract-function): Use it.
4413         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4414         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4415         Delete functions.
4416         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4417         kill-ring-save, kill-region, delete-char, delete-forward-char.
4418         Ignore self-insert-iso.
4420         * emulation/cua-gmrk.el (cua--init-global-mark):
4421         Ignore `self-insert-iso'.
4423         * emulation/cua-base.el (cua--prefix-copy-handler)
4424         (cua--prefix-cut-handler): Rely on region-extract-function rather than
4425         checking cua--rectangle.
4426         (cua-delete-region): Use region-extract-function.
4427         (cua-replace-region): Delete function.
4428         (cua-copy-region, cua-cut-region): Obey region-extract-function.
4429         (cua--pre-command-handler-1): Don't do the delete-selection thing.
4430         (cua--self-insert-char-p): Ignore `self-insert-iso'.
4431         (cua--init-keymaps): Don't remap delete-selection commands.
4432         (cua-mode): Use delete-selection-mode instead of rolling our own
4433         (bug#16085).
4435         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4436         Obey region-extract-function.
4438         Make registers and delete-selection-mode work on rectangles.
4439         * register.el (describe-register-1): Don't modify the register's value.
4440         (copy-to-register): Obey region-extract-function.
4441         * delsel.el (delete-active-region): Obey region-extract-function.
4443 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4445         * progmodes/flymake.el (flymake, flymake-error-bitmap)
4446         (flymake-warning-bitmap, flymake-fringe-indicator-position)
4447         (flymake-compilation-prevents-syntax-check)
4448         (flymake-start-syntax-check-on-newline)
4449         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4450         (flymake-start-syntax-check-on-find-file, flymake-log-level)
4451         (flymake-xml-program, flymake-master-file-dirs)
4452         (flymake-master-file-count-limit)
4453         (flymake-allowed-file-name-masks): Relocate.
4454         (flymake-makehash, flymake-float-time)
4455         (flymake-replace-regexp-in-string, flymake-split-string)
4456         (flymake-get-temp-dir): Remove.
4457         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4458         (flymake-current-row, flymake-selected-frame)
4459         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4460         related functions.  (Bug#16077)
4462 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
4464         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4466 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
4468         * help-fns.el (describe-function-1): Use new advice-* functions
4469         rather than old ad-* functions.  Fix function type description and
4470         source links for advised functions and subrs.
4472 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4474         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4476 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
4478         * progmodes/compile.el (compilation-start):
4479         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4481         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4482         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
4484 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4486         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4487         Touch up the last change.
4489 2013-12-06  Leo Liu  <sdl.web@gmail.com>
4491         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4492         (inferior-octave-startup): Always use "octave> " for prompt.
4493         (octave-goto-function-definition)
4494         (octave-sync-function-file-names)
4495         (octave-find-definition-default-filename): Remove redundant backquotes.
4497 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4499         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4500         syntax for `?'.
4501         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4502         where appropriate already.
4503         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4504         end of method names (Bug#15874).
4506 2013-12-06  Juri Linkov  <juri@jurta.org>
4508         * isearch.el (isearch--saved-overriding-local-map):
4509         New internal variable.
4510         (isearch-mode): Set it to the initial value of
4511         `overriding-terminal-local-map'.
4512         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4513         with `isearch--saved-overriding-local-map'.  (Bug#16035)
4515 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4517         * progmodes/octave.el (inferior-octave-completion-table):
4518         Turn back into function, use `completion-table-with-cache'
4519         (Bug#11906).  Update all references.
4521         * minibuffer.el (completion-table-with-cache): New function.
4523 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4525         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4527 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
4529         * net/eww.el (eww-current-source): New variable to store page
4530         source.
4531         (eww-display-html, eww-mode, eww-save-history)
4532         (eww-restore-history): Use it.
4533         (eww-view-source): New command to view page source.
4534         Opportunistically uses `html-mode' to highlight the buffer.
4535         (eww-mode-map): Install it.
4537 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
4539         * net/dbus.el (dbus-unregister-service)
4540         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4541         Fix docstring.
4542         (dbus-unregister-service): Skip :serial entries in
4543         `dbus-registered-objects-table'.
4544         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4546 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
4548         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4549         around keywords with extra `split-string' argument.
4551 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
4553         * windmove.el (windmove-other-window-loc): Handle navigation
4554         between windows (excluding the minibuffer window - Bug#16017).
4556 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
4558         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4559         in D-Bus type syntax.
4560         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4561         preserve unibyte strings.  (Bug#16048)
4563 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4565         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4566         Call force-mode-line-update is the proper buffer (bug#16042).
4568 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
4570         * vc/log-edit.el (log-edit-add-new-comment): Rename to
4571         `log-edit-remember-comment', make argument optional.  Adjust all
4572         callers.
4573         (log-edit-mode): Add `log-edit-remember-comment' to
4574         `kill-buffer-hook' locally.
4575         (log-edit-kill-buffer): Don't remember comment explicitly since
4576         the buffer is killed anyway.
4578 2013-12-04  Juri Linkov  <juri@jurta.org>
4580         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4581         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
4583 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
4585         * notifications.el (notifications-close-notification): Call the
4586         D-Bus method with ID being a `:uint32'.  (Bug#16030)
4588 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4590         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4592 2013-12-03  Juri Linkov  <juri@jurta.org>
4594         * progmodes/compile.el (compilation-start): Rename window alist
4595         entry `no-display-ok' to `allow-no-window'.
4597         * simple.el (shell-command): Add window alist entry
4598         `allow-no-window' to `display-buffer'.
4599         (async-shell-command): Doc fix.
4601         * window.el (display-buffer-no-window): New action function.
4602         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
4604 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4606         * vc/log-edit.el (log-edit-set-header): Extract from
4607         `log-edit-toggle-header'.
4608         (log-edit-extract-headers): Separate the summary, when extracted
4609         from header, from the rest of the message with an empty line.
4611         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4612         line, if present, to the Summary header.
4614 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4617         in current-buffer (bug#16029).
4619 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
4621         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4622         (debugger-mode-map): Bind it.
4623         (debugger--backtrace-base): New function.
4624         (debugger-eval-expression): Use it.
4625         (debugger-frame-number): Skip local vars when present.
4626         (debugger--locals-visible-p, debugger--insert-locals)
4627         (debugger--show-locals, debugger--hide-locals): New functions.
4629 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
4631         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4632         "LC_ALL".
4633         (tramp-get-remote-locale): New defun.
4634         (tramp-open-connection-setup-interactive-shell): Use it.
4636 2013-12-02  Leo Liu  <sdl.web@gmail.com>
4638         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
4640         * progmodes/sh-script.el (sh-shell-process):
4641         * progmodes/octave.el (inferior-octave-process-live-p):
4642         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4643         (gdb-inferior-io-sentinel):
4644         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4646 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4648         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4649         `save-selected-window' to `log-edit-hide-buf'.  This makes
4650         `log-edit-show-files' idempotent.
4651         (log-edit-show-files): Mark the new window as dedicated.
4653 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4655         * vc/log-edit.el (log-edit-mode-map): Add binding for
4656         `log-edit-kill-biffer'.
4657         (log-edit-hide-buf): Add a FIXME comment.
4658         (log-edit-add-new-comment): New function, extracted from
4659         `log-edit-done'.
4660         (log-edit-done, log-edit-add-to-changelog): Use it.
4661         (log-edit-kill-buffer): New command.
4663 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4666         instead of killing the buffer.
4668 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4670         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4672 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4674         * net/eww.el (eww-form-checkbox-selected-symbol)
4675         (eww-form-checkbox-symbol): New customizable variable.
4676         (eww-form-checkbox, eww-toggle-checkbox):
4677         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4679         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4680         (shr--get-media-pref, shr--extract-best-source): New function.
4681         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4682         no :src tag was specified.
4684         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4685         (eww-render): Handle `eww-use-external-browser-for-content-type'.
4686         Use \\` to match beginning of string instead of ^.
4687         (eww-browse-with-external-browser): Provide optional URL parameter.
4688         (eww-render): Set `eww-current-title' back to "".
4690         * net/shr.el (shr-tag-video): Display content for video if no
4691         poster is available.
4692         (shr-tag-audio): Add support for <audio> tag.
4694         * net/eww.el (eww-text-input-types): New const.
4695         (eww-process-text-input): Treat input types in
4696         `eww-text-input-types' as text.
4698         * net/shr.el (shr-tag-table): Fix comment typo.
4700 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702         * net/eww.el (eww-follow-link): New command to avoid reloading
4703         pages when we follow #target links (bug#15243).
4704         (eww-quit): Special mode buffers shouldn't query before exiting.
4706 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4708         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4709         forms.
4711 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713         * net/eww.el (eww-restore-history): Update the window title after
4714         moving in the history.
4715         (eww-current-dom): New variable used to save the current DOM.
4717 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
4719         * vc/log-edit.el (log-edit-mode-map): Add binding for
4720         `log-edit-beginning-of-line'.
4721         (log-edit-setup-add-author): New user option.
4722         (log-edit-beginning-of-line): New command.
4723         (log-edit): Move major mode call above the contents setup so that
4724         the local variable values are already applied.
4725         (log-edit): Only insert "Author: " when
4726         `log-edit-setup-add-author' is non-nil.
4727         (log-edit): When SETUP is non-nil, position point after ": "
4728         instead of point-min.
4730 2013-12-01  Glenn Morris  <rgm@gnu.org>
4732         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4734 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
4736         * startup.el (fancy-splash-frame): On MS-Windows, trigger
4737         redisplay to make sure the initial frame gets a chance to become
4738         visible.  (Bug#16014)
4740 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
4742         Support resizing frames and windows pixelwise.
4743         * cus-start.el (frame-resize-pixelwise)
4744         (window-resize-pixelwise): New entries.
4745         * emacs-lisp/debug.el (debug): Use window-total-height instead
4746         of window-total-size.
4747         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4748         * help.el (describe-bindings-internal): Use help-buffer as
4749         argument for with-help-window.
4750         (temp-buffer-max-width): New option.
4751         (resize-temp-buffer-window, help-window-setup)
4752         (with-help-window): Rewrite.
4753         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
4754         dragging dividers.
4755         * window.el (frame-char-size, window-min-pixel-height)
4756         (window-safe-min-pixel-height, window-safe-min-pixel-width)
4757         (window-min-pixel-width, window-safe-min-pixel-size)
4758         (window-combination-p, window-safe-min-size)
4759         (window-resizable-p, window--size-to-pixel)
4760         (window--pixel-to-size, window--resize-apply-p): New functions.
4761         (window-safe-min-height): Fix doc-string.
4762         (window-size, window-min-size, window--min-size-1)
4763         (window-sizable, window-sizable-p, window--min-delta-1)
4764         (window-min-delta, window--max-delta-1, window-max-delta)
4765         (window--resizable, window--resizable-p, window-resizable)
4766         (window-full-height-p, window-full-width-p, window-at-side-p)
4767         (window--in-direction-2, window-in-direction)
4768         (window--resize-reset-1, window--resize-mini-window)
4769         (window-resize, window-resize-no-error)
4770         (window--resize-child-windows-normal)
4771         (window--resize-child-windows, window--resize-siblings)
4772         (window--resize-this-window, window--resize-root-window)
4773         (window--resize-root-window-vertically)
4774         (adjust-window-trailing-edge, enlarge-window, shrink-window)
4775         (maximize-window, minimize-window, delete-window)
4776         (quit-restore-window, window-split-min-size, split-window)
4777         (balance-windows-2, balance-windows)
4778         (balance-windows-area-adjust, balance-windows-area)
4779         (window--state-get-1, window-state-get, window--state-put-1)
4780         (window--state-put-2, window-state-put)
4781         (display-buffer-record-window, window--display-buffer):
4782         Make functions handle pixelwise sizing of windows.
4783         (display-buffer--action-function-custom-type)
4784         (display-buffer-fallback-action):
4785         Add display-buffer-in-previous-window.
4786         (display-buffer-use-some-window): Resize window to height it had
4787         before.
4788         (fit-window-to-buffer-horizontally): New option.
4789         (fit-frame-to-buffer): Describe new values.
4790         (fit-frame-to-buffer-bottom-margin): Replace with
4791         fit-frame-to-buffer-margins.
4792         (window--sanitize-margin): New function.
4793         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4794         using window-text-pixel-size.
4796 2013-11-30  Glenn Morris  <rgm@gnu.org>
4798         * emacs-lisp/bytecomp.el (byte-compile-form):
4799         Make the `interactive-only' warning like the `obsolete' one.
4800         * comint.el (comint-run):
4801         * files.el (insert-file-literally, insert-file):
4802         * replace.el (replace-string, replace-regexp):
4803         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4804         (goto-line, insert-buffer, next-line, previous-line):
4805         Tweak `interactive-only' spec.
4807         Stop keeping (most) generated cedet grammar files in the repository.
4808         * Makefile.in (semantic): New.
4809         (compile-main): Depend on semantic.
4811 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4814         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4816         * uniquify.el (uniquify-buffer-name-style): Change default.
4818         * loadup.el: Preload "uniquify".
4820         * time.el (display-time-update): Update all mode lines (bug#15999).
4822         * electric.el (electric-indent-mode): Enable by default.
4823         * loadup.el: Preload "electric".
4825 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
4827         * emacs-lisp/helpers.el (string-empty-p): New function.
4828         (string-blank-p): New function.
4830 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
4832         * imenu.el (imenu--index-alist): Add missing dot to the docstring
4833         (Bug#14029).
4835 2013-11-29  Andreas Politz  <politza@fh-trier.de>
4836         * imenu.el (imenu--subalist-p): Don't error on non-conses and
4837         allow non-lambda lists as functions.
4838         (imenu--in-alist): Don't recurse into non-subalists.
4839         (imenu): Don't pass function itself as an argument (Bug#14029).
4841 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * progmodes/python.el (python-mode-map): Remove binding for ":".
4844         (python-indent-electric-colon): Remove command.
4845         (python-indent-post-self-insert-function): Integrate the previous code
4846         of python-indent-electric-colon.  Make it conditional on
4847         electric-indent-mode.
4848         (python-mode): Add ?: to electric-indent-chars.
4849         Move python-indent-post-self-insert-function to the end of
4850         post-self-insert-hook.
4852 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4854         * doc-view.el (doc-view-goto-page): Update mode-line.
4856         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4858 2013-11-27  Glenn Morris  <rgm@gnu.org>
4860         * international/charprop.el, international/uni-bidi.el:
4861         * international/uni-category.el, international/uni-combining.el:
4862         * international/uni-comment.el, international/uni-decimal.el:
4863         * international/uni-decomposition.el, international/uni-digit.el:
4864         * international/uni-lowercase.el, international/uni-mirrored.el:
4865         * international/uni-name.el, international/uni-numeric.el:
4866         * international/uni-old-name.el, international/uni-titlecase.el:
4867         * international/uni-uppercase.el:
4868         Remove generated files from VCS repository.
4870 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
4872         * filenotify.el (file-notify-add-watch): Don't special-case
4873         w32notify when computing the directory to watch.
4875 2013-11-27  Glenn Morris  <rgm@gnu.org>
4877         Make bootstrap without generated uni-*.el files possible again.
4878         * loadup.el: Update command-line-args checking for unidata-gen.
4879         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4880         * composite.el, international/characters.el:
4881         Handle unicode tables being undefined.
4883         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4884         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4885         (compile-main): Depend on leim rule.
4886         (leim): New rule.
4887         * loadup.el: Move leim-list.el to leim/ subdirectory.
4888         * startup.el (normal-top-level): No more leim directory.
4889         * international/ja-dic-cnv.el (skkdic-convert):
4890         Disable version-control and autoloads in output files.
4891         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4892         Disable version-control and autoloads in output files.
4893         * leim/quail: Move here from ../leim.
4894         * leim/quail/hangul.el (hangul-input-method-activate):
4895         Add autoload cookie.
4896         (generated-autoload-load-name): Set file-local value.
4897         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4898         (generated-autoload-load-name): Set file-local value.
4900 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
4902         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4903         (eww-add-bookmark): Ask confirmation when add to bookmarks.
4904         (eww-quit): Ask confirmation before quitting eww.
4906 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
4908         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4909         reading output from Diff on MS-Windows and MS-DOS.
4911 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
4913         * emacs-lisp/helpers.el (string-reverse): New function.
4915 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
4917         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4918         names on MS Windows, like "/[::1]:".
4920         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4921         SWITCHES.
4923 2013-11-26  Glenn Morris  <rgm@gnu.org>
4925         * progmodes/python.el (python-indent-guess-indent-offset):
4926         Avoid corner-case error.  (Bug#15975)
4928         Preload leim-list.el.  (Bug#4789)
4929         * loadup.el: Load leim-list.el when found.
4930         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4932 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
4934         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4936         * emacs-lisp/helpers.el (string-join): New function.
4938 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
4940         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4941         Mark as obsolete and replace it with a symbol property.
4942         (byte-compile-form): Use new 'interactive-only property.
4943         * comint.el, files.el, replace.el, simple.el:
4944         Apply new 'interactive-only properly.
4946 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
4948         * window.el (display-buffer-at-bottom): Make sure that
4949         split-window-sensibly creates the new window on bottom
4950         (Bug#15961).
4952 2013-11-23  David Kastrup  <dak@gnu.org>
4954         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4955         on the conflict markers when available.
4956         (smerge--get-marker): New function.
4957         (smerge-end-re, smerge-base-re): Add subgroup.
4959 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * frame.el (handle-focus-in, handle-focus-out): Add missing
4962         interactive spec.
4964 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
4966         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4967         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4969 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4971         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
4972         (gomoku--last-pos): New var.
4973         (gomoku--intangible-chars): New const.
4974         (gomoku--intangible): New function.
4975         (gomoku-mode): Use it.  Derive from special-mode.
4976         (gomoku-move-up): Adjust line count.
4977         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4978         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4979         Simplify accordingly.
4981         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4982         Remove blink-cursor code.
4983         (blink-cursor-timer-function, blink-cursor-suspend):
4984         Don't special-case GUIs.
4985         (blink-cursor-mode): Use focus-in/out-hook.
4987 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
4989         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4990         work when annotation is invisible (Bug#13886).
4992 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
4994         * json.el (json-alist-p): Only return non-nil if the alist has
4995         simple keys (Bug#13518).
4997 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
4999         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5000         when control-statement is the first statement in a buffer (Bug#15956).
5002 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
5004         * imenu.el (imenu-generic-skip-comments-and-strings):
5005         New option (Bug#15560).
5006         (imenu--generic-function): Use it.
5008 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
5010         * minibuffer.el (completion--in-region-1): Scroll the correct window.
5011         (Bug#13898)
5013 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
5015         * emacs-lisp/helpers.el: Add some string helpers.
5016         (string-trim-left): Removes leading whitespace.
5017         (string-trim-right): Removes trailing whitespace.
5018         (string-trim): Removes leading and trailing whitespace.
5020         * subr.el (string-suffix-p): New function.
5022 2013-11-23  Glenn Morris  <rgm@gnu.org>
5024         * progmodes/python.el (python-shell-send-file):
5025         Add option to delete file when done.  (Bug#15647)
5026         (python-shell-send-string, python-shell-send-region): Use it.
5028 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
5030         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5031         to set buffer-read-only to t, never to nil.  (Bug#15938)
5033         * textmodes/tex-mode.el (latex-noindent-environments):
5034         Add safe-local-variable property.  (Bug#15936)
5036 2013-11-23  Glenn Morris  <rgm@gnu.org>
5038         * textmodes/enriched.el (enriched-mode): Doc fix.
5039         * emacs-lisp/authors.el (authors-renamed-files-alist):
5040         Add enriched.doc -> enriched.txt.
5042         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5044 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5046         * progmodes/octave.el (inferior-octave-startup): Spit out error
5047         message.
5049 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
5051         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5052         Improve docstring.
5053         Add :version.
5054         (ruby-encoding-magic-comment-style): Add :version.
5056 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5058         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5059         (Bug#15076)
5060         (octave-help-mode): Adapt to change to help-mode-finish to use
5061         derived-mode-p on 2013-09-17.
5062         (inferior-octave-prompt): Also match octave-gui.
5063         (octave-kill-process): Don't ask twice.  (Bug#10564)
5065 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5067         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5068         (inferior-octave-startup, inferior-octave-check-process)
5069         (inferior-octave-track-window-width-change)
5070         (octave-completion-at-point, octave-eldoc-function): Use it.
5071         (octave-kill-process): Provide confirmation.  (Bug#10564)
5073 2013-11-21  Leo Liu  <sdl.web@gmail.com>
5075         * progmodes/octave.el (octave-mode, inferior-octave-mode):
5076         Fix obsolete variable comment-use-global-state.
5078 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5080         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5081         Add `octave-source-file'.
5082         (octave-source-file): New function.  (Bug#15935)
5084 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
5086         * net/eww.el (eww-local-regex): New variable.
5087         (eww): Use it to detect localhost and similar.
5089 2013-11-21  Leo Liu  <sdl.web@gmail.com>
5091         Add completion for command `ag'.
5092         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5093         (pcomplete/ag): New function.
5094         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
5096 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5098         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5099         (bug#14646).
5100         (make-obsolete): Remove interactive spec.
5102 2013-11-21  Glenn Morris  <rgm@gnu.org>
5104         * startup.el (command-line-1): Use path-separator with -L.
5106 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
5108         * emacs-lisp/package.el (describe-package-1): Add package archive
5109         to shown fields.
5111 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
5113         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5114         Change default to "# encoding: %s" to differentiate it from the
5115         default Ruby encoding comment template.
5117 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
5119         * ses.el (ses-mode): Doc fix.  (Bug#14748)
5121 2013-11-20  Leo Liu  <sdl.web@gmail.com>
5123         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
5125 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
5127         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5128         when rebase or bisect are in progress.
5130 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
5132         * filenotify.el (file-notify-add-watch): Doc fix.
5134 2013-11-19  Leo Liu  <sdl.web@gmail.com>
5136         * obsolete/rcompile.el: Mark obsolete.
5138         * progmodes/compile.el (compilation-start)
5139         (compilation-goto-locus, compilation-find-file):
5140         Pass no-display-ok and handle nil value from display-buffer.
5141         (Bug#13594)
5143         * window.el (display-buffer-alist, display-buffer): Document the
5144         new parameter no-display-ok.  Return either a window or nil
5145         but never a non-window value.
5147 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5149         * electric.el (electric-indent-mode-map): Remove.
5150         (electric-indent-mode): Change the global-map instead (bug#15915).
5152         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5153         Use add-function.
5155 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5157         * emacs-lisp/nadvice.el (remove-function): Align with
5158         add-function's behavior.
5160         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5161         (gdb--string-regexp): New constant.
5162         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5163         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5164         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5165         submatch 1.
5166         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5167         Adjust use accordingly.
5168         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5170 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
5172         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5173         interpolation curlies (Bug#15914).
5175 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5177         * calc/calc.el (calc-context-sensitive-enter): New variable.
5178         (calc-enter): Use `calc-context-sensitive-enter'.
5180 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
5182         * progmodes/cfengine.el: Version bump.
5183         (cfengine-cf-promises): New defcustom to locate cf-promises.
5184         (cfengine3-vartypes): Add new "data" type.
5185         (cfengine3--current-word): New function to get current name-like
5186         word or its bounds.
5187         (cfengine3--current-function): New function to look up a CFEngine
5188         function's definition.
5189         (cfengine3-format-function-docstring): New function.
5190         (cfengine3-make-syntax-cache): New function.
5191         (cfengine3-documentation-function): New function: ElDoc glue.
5192         (cfengine3-completion-function): New function: completion glue.
5193         (cfengine3-mode): Set `compile-command',
5194         `eldoc-documentation-function', and add to
5195         `completion-at-point-functions'.
5197 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
5199         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5200         `tramp-current-connection'.
5202 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
5204         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5205         nil/self/true/false with "end of symbol".
5207 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
5209         * subr.el (version-regexp-alist): Fix a typo.
5211 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
5213         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5214         "en_US.utf8" and "LC_CTYPE" to "".
5215         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5216         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5218 2013-11-15  Leo Liu  <sdl.web@gmail.com>
5220         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
5222 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5224         * progmodes/gud.el (ctl-x-map):
5225         Remove C-x SPC binding.  (Bug#12342)
5226         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5228 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
5230         * subr.el (version-regexp-alist):
5231         Recognize hg, svn and darcs versions as snapshot versions.
5233         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5234         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5235         (ruby--encoding-comment-required-p): Extract from
5236         `ruby-mode-set-encoding'.
5237         (ruby-mode-set-encoding): Add the ability to always insert an
5238         utf-8 encoding comment.  Fix and simplify coding comment update
5239         logic.
5241 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
5243         * net/tramp-gvfs.el (top): Run init code only when
5244         `tramp-gvfs-enabled' is not nil.
5245         (tramp-gvfs-enabled): Check also :system bus.
5247 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         Sync with upstream verilog-mode revision 78e66ba.
5250         * progmodes/verilog-mode.el (verilog-end-of-defun)
5251         (verilog-type-completion, verilog-get-list): Remove unused funcs.
5252         (verilog-get-end-of-defun): Remove unused argument.
5253         (verilog-comment-depth): Remove unused local `e'.
5254         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5255         Don't pass arg to verilog-get-end-of-defun.
5257 2013-11-14  Glenn Morris  <rgm@gnu.org>
5259         * obsolete/assoc.el (aget): Prefix dynamic variable.
5261         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5263 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * widget.el, hfy-cmap.el: Remove bogus package version number.
5267 2013-11-13  Glenn Morris  <rgm@gnu.org>
5269         * replace.el (replace-eval-replacement):
5270         Try to give more helpful error message.  (Bug#15836)
5272         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5273         (archive-7z-update): Avoid custom type mismatches.
5275         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5277 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
5279         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5280         address can be empty.
5282         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5283         Accept nil SWITCHES.
5284         (tramp-gvfs-handle-write-region): Implement APPEND.
5286 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
5288         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5289         binary "|" operator and closing block args delimiter.
5290         Remove FIXME comment referring to Ruby 1.8-only syntax.
5291         (ruby-smie--implicit-semi-p): Not after "|" operator.
5292         (ruby-smie--closing-pipe-p): New function.
5293         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5294         (ruby-smie-rules): Indent after "|".
5296 2013-11-12  Glenn Morris  <rgm@gnu.org>
5298         * ps-print.el (ps-face-attribute-list):
5299         Handle anonymous faces.  (Bug#15827)
5301 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
5303         * window.el (display-buffer-other-frame): Fix doc-string.
5304         (Bug#15868)
5306 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5308         * subr.el (force-mode-line-update): Delete, move to buffer.c.
5310 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
5312         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5313         (tramp-sh-handle-file-local-copy): Don't write a message when
5314         saving temporary files.
5316         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5317         both directories are remote.
5318         (tramp-smb-handle-directory-files): Do not return double entries.
5319         Do not expand full file names.
5320         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5321         (tramp-smb-handle-write-region): Implement APPEND.
5322         (tramp-smb-get-stat-capability): Fix a stupid bug.
5324 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5328 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5330         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5331         throwing error over malformed let/let* (bug#15814).
5333 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * iswitchb.el (iswitchb-mode): Mark obsolete.
5337 2013-11-11  Glenn Morris  <rgm@gnu.org>
5339         * international/uni-bidi.el, international/uni-category.el:
5340         * international/uni-name.el, international/uni-numeric.el:
5341         Regenerate for Unicode 6.3.0.
5343 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
5345         * net/tramp.el (tramp-methods):
5346         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5347         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5349 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
5351         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5352         Force highlighting text after Summary keyword in doc face for rpm.
5354 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
5356         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5357         available and the word has no wildcards, append one to the grep pattern.
5358         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5359         (ispell-complete-word): Call `ispell-lookup-words' with the value
5360         independent of `ispell-look-p'.
5362 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5364         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5365         Not after "||".
5366         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5367         their parent.
5369 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5371         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
5372         (ruby-font-lock-keywords): Use backquote.
5374 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5376         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5377         (ruby-smie--backward-token): Only consider full-string matches.
5379 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
5381         * faces.el (describe-face): Add distant-foreground.
5383 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
5385         * progmodes/ruby-mode.el: Improve encoding comment handling.
5386         (ruby-encoding-magic-comment-style): New option.
5387         (ruby-custom-encoding-magic-comment-template): New option.
5388         (ruby--insert-coding-comment, ruby--detect-encoding):
5389         New functions extracted from `ruby-mode-set-encoding'.
5390         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5391         to control the style of the auto-inserted encoding comment.
5393 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5395         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5396         Use `smie-backward-sexp' with token argument.
5398 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
5400         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5401         Remove instrumentation code.
5403 2013-11-08  Glenn Morris  <rgm@gnu.org>
5405         * progmodes/autoconf.el (autoconf-mode):
5406         Tweak comment-start-skip.  (Bug#15822)
5408 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5411         at bobp (bug#15826).
5412         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5414 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
5416         * man.el (Man-start-calling): New macro, extracted from
5417         Man-getpage-in-background.
5418         (Man-getpage-in-background): Use it.
5419         (Man-update-manpage): New command.
5420         (Man-mode-map): Bind it.
5422 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5424         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5425         of "and", "or", "&&" and "||".
5426         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5427         argument.  Prohibit opening curly brace because it could only be a
5428         block opener in that position.
5429         (ruby-smie--forward-token, ruby-smie--backward-token):
5430         Separate "|" from "&" or "*" going after it.  That can happen in block
5431         arguments.
5432         (ruby-smie--indent-to-stmt): New function, seeks the end of
5433         previous statement or beginning of buffer.
5434         (ruby-smie-rules): Use it.
5435         (ruby-smie-rules): Check if there's a ":" before a curly block
5436         opener candidate; if there is, it's a hash.
5438 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5440         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5441         (cl--block-wrapper): Fix last accidental change.
5443 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
5445         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5446         Instrument, in order to hunt failure on hydra.
5448 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5450         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5451         malformed bindings form (bug#15814).
5453 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
5455         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5456         "." compared to " @ ".  This incidentally fixes some indentation
5457         examples with "do".
5458         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5459         (ruby-smie-grammar): New tokens: "and" and "or".
5460         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5461         Exclude "and" and "or".  Remove "do" in order to work around token
5462         priorities.
5463         (ruby-smie-rules): Add all infix tokens.  Handle the case of
5464         beginning-of-buffer.
5466 2013-11-06  Glenn Morris  <rgm@gnu.org>
5468         * Makefile.in (setwins_almost, setwins_for_subdirs):
5469         Avoid accidental matches.
5471 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * menu-bar.el (popup-menu): Use key-binding.
5475 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
5477         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5478         menus, support also the menus produced by minor modes.
5479         (Bug#15817)
5481 2013-11-06  Leo Liu  <sdl.web@gmail.com>
5483         * thingatpt.el (thing-at-point-looking-at): Add optional arg
5484         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
5486 2013-11-06  Glenn Morris  <rgm@gnu.org>
5488         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5489         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5490         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5492 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5494         * electric.el (electric-indent-just-newline): New command.
5495         (electric-indent-mode-map): New keymap.
5496         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5497         Re-add :group which weren't redundant.
5499         * electric.el (electric-indent-local-mode): New minor mode.
5500         (electric-indent-functions-without-reindent): New var.
5501         (electric-indent-post-self-insert-function): Use it.
5502         * emacs-lisp/gv.el (buffer-local-value): Add setter.
5504 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
5506         * international/quail.el (quail-help): Be more explicit about the
5507         meaning of the labels shown on the keys.  (Bug#15800)
5509         * startup.el (normal-top-level): Load the subdirs.el files before
5510         setting the locale environment.  (Bug#15805)
5512 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5515         via arguments so as to get the right ones (bug#15418).
5517         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5519 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
5521         Fix problems found while writing a test suite.
5523         * net/tramp-compat.el (tramp-compat-load): New defun.
5524         * net/tramp.el (tramp-handle-load): Use it.
5526         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5527         "(numberp ok-if-already-exists)" correctly.
5529 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
5531         * international/characters.el (glyphless-char-display-control):
5532         Add usage note.
5534 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
5536         * progmodes/python.el (python-mode):
5537         * progmodes/scheme.el (scheme-mode):
5538         * progmodes/prolog.el (prolog-mode):
5539         * progmodes/ruby-mode.el (ruby-mode):
5540         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5541         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5543 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * rect.el (rectangle--highlight-for-redisplay):
5546         * emacs-lisp/smie.el (smie--next-indent-change):
5547         Use buffer-chars-modified-tick.
5549         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5551         * electric.el (electric-indent-post-self-insert-function):
5552         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5554 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
5556         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5558 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5560         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5561         (bug#15786).
5563 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
5567         * progmodes/python.el: Fix up last change.
5568         (python-shell--save-temp-file): New function.
5569         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
5570         `string' comes from the current buffer.
5571         (python-shell-send-string-no-output): Remove `msg' arg.
5572         (python--use-fake-loc): New var.
5573         (python-shell-buffer-substring): Obey it.  Try to compensate for the
5574         extra coding line added by python-shell--save-temp-file.
5575         (python-shell-send-region): Use python-shell--save-temp-file and
5576         python-shell-send-file directly.  Add `nomain' argument.
5577         (python-shell-send-buffer): Use python-shell-send-region.
5578         (python-electric-pair-string-delimiter): New function.
5579         (python-mode): Use it.
5581 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
5583         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5584         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5585         environment and decoding all of the default-directory's to here
5586         from command-line.
5587         (command-line): Decode also argv[0].
5589         * loadup.el: Error out if default-directory is a multibyte string
5590         when we are dumping.
5592         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
5594 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
5596         * emacs-lisp/package.el (package-menu-mode)
5597         (package-menu--print-info, package-menu--archive-predicate):
5598         Add Archive column to package list.
5600 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
5602         Fix problems found while writing a test suite.
5604         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5605         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5606         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5607         to nil when running original file name handler.  Otherwise,
5608         there are problems with constructs like "$$FOO".
5610         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5611         for `localname'.
5613 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
5615         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5617         * subr.el (version<, version<=, version=):
5618         Update docstrings with information for snapshot versions.
5620         * helpers.el: New library for misc helper functions.
5621         (hash-table-keys): New function returning a list of hash keys.
5622         (hash-table-values): New function returning a list of hash values.
5624 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
5626         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5627         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5629 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
5631         * textmodes/fill.el (fill-single-char-nobreak-p): New function
5632         checking whether point is after a 1-letter word.
5634 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5636         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5637         Don't infloop when expanding region over `multiline' syntax-type that
5638         begins a line (bug#15778).
5640 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5642         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5643         Make it into a proper minor mode.
5644         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5645         (rectangle-mark-mode-map): New keymap.
5646         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5648 2013-11-04  Glenn Morris  <rgm@gnu.org>
5650         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5652 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5654         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5655         (ruby-smie-rules): Use smie-rule-parent instead.
5657         * emacs-lisp/smie.el (smie-rule-parent): Always call
5658         smie-indent-virtual rather than only for hanging tokens.
5659         (smie--next-indent-change): New helper command.
5661 2013-11-03  Glenn Morris  <rgm@gnu.org>
5663         * Makefile.in (abs_srcdir): Remove.
5664         (emacs): Unset EMACSLOADPATH.
5666 2013-11-02  Glenn Morris  <rgm@gnu.org>
5668         * Makefile.in (EMACS): Use a relative filename.
5669         (abs_top_builddir): Remove.
5670         (custom-deps, finder-data, autoloads): Use --chdir.
5672         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5674         Use relative filenames in TAGS files.
5675         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5676         (lisptagsfiles4, TAGS): Use relative file names.
5677         (TAGS-LISP): Remove.
5678         (maintainer-clean): No more TAGS-LISP file.
5680         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5681         (lisptagsfiles4): Use absolute filenames again.
5682         (TAGS, TAGS-LISP): Not everything needs to run in one line.
5683         Remove all *loaddefs files, not just the first.  Remove esh-groups.
5684         (maintainer-clean): Delete TAGS, TAGS-LISP.
5686 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5688         * emacs-lisp/package.el (package-version-join):
5689         Recognize snapshot versions.
5691 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5693         * subr.el (version-regexp-alist): Add support for snapshot versions.
5695 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5697         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5698         New function, replacement for `smie-rule-parent' for when we want to
5699         skip over our direct parent if it's an assignment token..
5700         (ruby-smie-rules): Use it.
5702 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5704         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5705         unconditionally.  Remove now unnecessary forward declarations.
5706         Remove XEmacs-specific setup.
5707         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5708         (ruby-font-lock-syntactic-keywords)
5709         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5710         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5711         (ruby-here-doc-end-syntax): Remove.
5712         (ruby-mode): Don't check whether `syntax-propertize-rules' is
5713         defined as function.
5715 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5717         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5719 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5721         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5722         table and abbrev table, `define-derived-mode' does that for us
5723         anyway.
5725 2013-11-01  Glenn Morris  <rgm@gnu.org>
5727         * Makefile.in: Remove manual mh-e dependencies (writing .elc
5728         files is atomic for some time, so no parallel compilation issues).
5730 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
5732         * faces.el (face-x-resources): Add :distant-foreground.
5733         (region): Use :distant-foreground for gtk and ns.
5735 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
5737         Allow multiple bibliographies when BibLaTeX is used rather than
5738         BibTeX.
5739         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5740         (reftex-locate-bibliography-files): Us it.
5742 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
5744         * image.el (image-type-header-regexps): Fix the 'pbm' part to
5745         allow comments in pbm files.
5747         * term/w32-win.el (dynamic-library-alist): Support newer versions
5748         of libjpeg starting with v7: look only for the DLL from the
5749         version against which Emacs was built.
5750         Support versions of libpng beyond 1.4.x.
5751         Support libtiff v4.x.
5753 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5755         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5756         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5757         Add property :safe.
5758         (ruby-deep-arglist): Add property :type.
5760 2013-10-31  Glenn Morris  <rgm@gnu.org>
5762         * Makefile.in (custom-deps, finder-data): No need to setq the target
5763         variables, we are in the right directory and the defaults work fine.
5765 2013-10-30  Glenn Morris  <rgm@gnu.org>
5767         * Makefile.in (autoloads): Do not use abs_lisp.
5769         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5770         `newline' does not respect `standard-output', so use `princ'.
5772 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
5774         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
5775         * buff-menu.el (Buffer-menu--unmark): New function.
5776         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5778 2013-10-30  Glenn Morris  <rgm@gnu.org>
5780         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5782         * emacs-lisp/package.el (lm-homepage): Declare.
5784         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5785         Fix doc typos.
5787         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5789         * Makefile.in (finder-data, autoloads, update-subdirs)
5790         (compile-main, compile-clean, compile-always, bootstrap-clean):
5791         Check return value of cd.
5792         (compile-calc): Remove.
5794 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5798         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5799         (byte-compile-and-folded): New function.
5800         (=, <, >, <=, >=): Use it.
5802         * dos-w32.el (minibuffer-history-case-insensitive-variables)
5803         (path-separator, null-device, buffer-file-coding-system)
5804         (lpr-headers-switches): Check system-type before modifying them.
5805         (find-buffer-file-type-coding-system): Mark obsolete.
5806         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5807         find-file-not-found-set-buffer-file-coding-system.
5808         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5809         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5810         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5811         (w32-direct-print-region-helper, w32-direct-print-region-function)
5812         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5813         * startup.el (normal-top-level-add-subdirs-to-load-path):
5814         * ps-print.el (ps-print-region-function):
5815         * lpr.el (print-region-function): Use new name.
5817         * subr.el (custom-declare-variable-early): Remove function.
5818         (custom-declare-variable-list): Remove var.
5819         (error, user-error): Remove `while' loop.
5820         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5821         (user-emacs-directory-warning, locate-user-emacs-file):
5822         Move to files.el.
5823         * simple.el (read-quoted-char-radix, read-quoted-char):
5824         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5825         Move from subr.el.
5826         * custom.el (custom-declare-variable-list): Don't process
5827         custom-declare-variable-list.
5829         * progmodes/python.el (python-shell-get-buffer): New function.
5830         (python-shell-get-process): Use it.
5831         (python-shell-send-string): Always use utf-8 and add a cookie to tell
5832         Python which encoding was used.  Don't split-string since we only care
5833         about the first line.  Return the temp-file, if applicable.
5834         (python-shell-send-region): Tell compile.el how to turn locations in
5835         the temp-file into locations in the source buffer.
5837 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * subr.el (undefined): Add missing behavior from the C code for
5840         unbound keys.
5842         * rect.el: Use lexical-binding.  Add new rectangular region support.
5843         (rectangle-mark): New command.
5844         (rectangle--region): New var.
5845         (deactivate-mark-hook): Reset rectangle--region.
5846         (rectangle--extract-region, rectangle--insert-for-yank)
5847         (rectangle--highlight-for-redisplay)
5848         (rectangle--unhighlight-for-redisplay): New functions.
5849         (region-extract-function, redisplay-unhighlight-region-function)
5850         (redisplay-highlight-region-function): Use them to handle
5851         rectangular region.
5852         * simple.el (region-extract-function): New var.
5853         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5854         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5855         (kill-region): Replace obsolete `yank-handler' arg with `region'.
5856         (copy-region-as-kill, kill-ring-save): Add `region' argument.
5857         (redisplay-unhighlight-region-function)
5858         (redisplay-highlight-region-function): New vars.
5859         (redisplay--update-region-highlight): New function.
5860         (pre-redisplay-function): Use it.
5861         (exchange-point-and-mark): Don't deactivate the mark before
5862         reactivate-it anyway.
5863         * comint.el (comint-kill-region): Remove yank-handler argument.
5864         * delsel.el (delete-backward-char, backward-delete-char-untabify)
5865         (delete-char): Remove property, since it's now part of their
5866         default behavior.
5867         (self-insert-iso): Remove property since this command doesn't exist.
5869         * emacs-lisp/package.el (package--download-one-archive)
5870         (describe-package-1): Don't query the user about final newline.
5872 2013-10-29  Daniel Colascione  <dancol@dancol.org>
5874         * net/tramp.el (tramp-methods): Document new functionality.
5875         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5876         tramp-hostname-checker if method provides one instead of scanning
5877         argument list for "%h" to decide hostname acceptability.
5879 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
5881         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5882         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5883         Handle COPY-CONTENTS.  (Bug#15737)
5885 2013-10-28  Daiki Ueno  <ueno@gnu.org>
5887         * epa-file.el
5888         (epa-file-cache-passphrase-for-symmetric-encryption):
5889         Document that this option has no effect with GnuPG 2.0 (bug#15552).
5891 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
5893         * image.el (defimage, image-load-path): Doc fixes.
5895 2013-10-27  Alan Mackenzie  <acm@muc.de>
5897         Indent statements in macros following "##" correctly.
5898         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5899         Modify the "#" arm of a cond form to handle "#" and "##" operators.
5901 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5903         * linum.el (linum-update-window): Fix boundary test (bug#13446).
5905 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
5907         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5908         after `=' is probably a new expression.
5910 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5912         * man.el (man-imenu-title): New option.
5913         (Man-mode-map): Add menu.  (Bug#15722)
5914         (Man-mode): Add imenu to menu.
5916 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
5918         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5919         specific in what the first arg can be: a non-keyword word,
5920         string/regexp/percent literal opener, opening paren, or unary
5921         operator followed directly by word.
5923 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5925         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5926         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5927         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5928         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5929         Remove vars, they do not apply any more.
5930         (prolog-mode-abbrev-table): Remove redundant declaration.
5931         (prolog-upper-case-string, prolog-lower-case-string): Remove.
5932         (prolog-use-smie): Remove.
5933         (prolog-smie-rules): Add indentation rule for the if-then-else layout
5934         supported by prolog-electric-if-then-else-flag.
5935         (prolog-mode-variables, prolog-menu): Use setq-local.
5936         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5937         Remove binding to `Backspace' since this key doesn't exist anyway.
5938         Remove bindings for electric self-inserting keys.
5939         (prog-mode): Assume it's defined.
5940         (prolog-post-self-insert): New function.
5941         (prolog-mode): Use it.
5942         (prolog-indent-line, prolog-indent-level)
5943         (prolog-find-indent-of-matching-paren)
5944         (prolog-indentation-level-of-line, prolog-goto-comment-column)
5945         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5946         (prolog-goto-next-paren, prolog-in-string-or-comment)
5947         (prolog-tokenize, prolog-inside-mline-comment)
5948         (prolog-find-start-of-mline-comment): Remove functions.
5949         (prolog-find-unmatched-paren, prolog-clause-end)
5950         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5951         (prolog-electric--if-then-else): Rename from
5952         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5953         (prolog-tokenize-searchkey): Remove const.
5954         (prolog-clause-info): Use forward-sexp.
5955         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5956         (prolog-electric-if-then-else): Remove commands.
5957         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5958         for use in post-self-insert-hook.
5959         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5960         for use in post-self-insert-hook.
5961         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5962         for use in post-self-insert-hook.
5963         (prolog-electric--underscore): Rename from prolog-electric--underscore;
5964         adapt it for use in post-self-insert-hook.
5966 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
5968         * emacs-lisp/ert.el (ert-run-tests-interactively):
5969         Use `completing-read'.  (Bug#9756)
5971 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
5973         * simple.el (line-move): Call line-move-1 instead of
5974         line-move-visual when the current window hscroll is zero, but
5975         temporary-goal-column indicates we will need to hscroll as result
5976         of the movement.  (Bug#15712)
5978 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
5980         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5981         capitalization.  Use :visible instead of :active.
5982         Fix `ruby-indent-exp' reference.  Add menu items for the generic
5983         commands that are used with SMIE.
5984         (ruby-do-end-to-brace): Insert space after `{'.
5986 2013-10-25  John Anthony  <john@jo.hnanthony.com>
5988         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
5990         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
5992 2013-10-25  Glenn Morris  <rgm@gnu.org>
5994         * vc/vc.el (vc-print-log): Don't use a working revision unless
5995         one was explicitly specified.  (Bug#15322)
5997 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5999         * subr.el (add-to-list): Preserve return value in compiler-macro
6000         (bug#15692).
6002 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6004         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6005         result.  Ask user to retry using '-all' flag.  (Bug#15701)
6007 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6009         * emacs-lisp/smie.el: New smie-config system.
6010         (smie-config): New defcustom.
6011         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6012         (smie-config-guess, smie-config-save): New commands.
6013         (smie-config--mode-local, smie-config--buffer-local)
6014         (smie-config--trace, smie-config--modefuns): New vars.
6015         (smie-config--advice, smie-config--mode-hook)
6016         (smie-config--setter, smie-config-local, smie-config--get-trace)
6017         (smie-config--guess-value, smie-config--guess): New functions.
6018         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6019         text properties.  Treat "string fence" syntax like string syntax.
6021         * progmodes/sh-script.el (sh-use-smie): Change default.
6022         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6023         (sh-var-value): Simplify by CSE.
6024         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6025         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6026         is used.
6027         (sh-guess-basic-offset): Use cl-incf.
6028         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6030 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
6032         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6033         (bug#15699).
6035 2013-10-24  Glenn Morris  <rgm@gnu.org>
6037         * Makefile.in (abs_top_srcdir): Remove.
6038         (update-subdirs): Use relative path to update-subdirs.
6040 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
6042         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6043         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6044         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6045         Call unmsys--file-name before expand-file-name, not after it.
6047 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
6049         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6050         (ert-test-skipped): New error.
6051         (ert-skip, ert-stats-skipped): New defuns.
6052         (ert--skip-unless): New macro.
6053         (ert-test-skipped): New struct.
6054         (ert--run-test-debugger, ert-test-result-type-p)
6055         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6056         (ert--stats-set-test-and-result, ert-char-for-test-result)
6057         (ert-string-for-test-result, ert-run-tests-batch)
6058         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6059         Handle skipped tests.  (Bug#9803)
6061 2013-10-24  Glenn Morris  <rgm@gnu.org>
6063         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6065         * Makefile.in (abs_top_srcdir): New, set by configure.
6066         (update-subdirs): Correct build-aux location.
6068 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
6070         * vc/vc.el (vc-print-root-log): Always set `default-directory'
6071         value, whether we could auto-deduce `backend', or not.
6073         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6074         with parameters" example.  Simplify the "is it block or is it
6075         hash" check, but also make it more thorough.
6077 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
6079         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
6081 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6083         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6084         { if it is hanging.
6086         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6087         :before ";".
6089 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
6091         * progmodes/compile.el (compilation-directory-matcher)
6092         (compilation-page-delimiter):
6093         Support GNU Make-4.0 directory quoting.  (Bug#15678)
6095 2013-10-23  Leo Liu  <sdl.web@gmail.com>
6097         * ido.el (ido-tidy): Handle read-only text.
6099 2013-10-23  Glenn Morris  <rgm@gnu.org>
6101         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6102         (emacs, compile, compile-always):
6103         Quote entities that might contain whitespace.
6104         (custom-deps, finder-data, autoloads): Use abs_lisp.
6105         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6106         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6107         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6109 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
6111         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6112         Use `following-char'.
6114 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6117         * progmodes/ruby-mode.el (ruby-smie-rules):
6118         Remove corresponding workaround.  Fix indentation rule of ";" so it
6119         also applies when ";" is the parent.
6121 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
6123         * frame.el (display-screens, display-pixel-height)
6124         (display-pixel-width, display-mm-width, display-backing-store)
6125         (display-save-under, display-planes, display-color-cells)
6126         (display-visual-class, display-monitor-attributes-list):
6127         Mention the optional ‘display’ argument in doc strings.
6129 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
6131         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6132         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
6134 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
6136         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6137         TODO.  Add "." after " @ ".
6138         (ruby-smie--at-dot-call): New function.  Checks if point at method
6139         call with explicit target.
6140         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6141         to the method name tokens when it precedes them.
6142         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6143         (ruby-smie-rules): Add rule for indentation before and after "."
6144         token.
6146 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * textmodes/remember.el (remember-diary-extract-entries):
6149         Avoid add-to-list.
6151         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6152         an instruction.
6154 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
6156         * progmodes/ruby-mode.el (ruby-smie-grammar):
6157         Add (almost) all infix operators.
6158         (ruby-smie--implicit-semi-p): Add new operator chars.
6160         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6161         `smie-down-list'.
6162         (ruby-smie--args-separator-p): Check that there's no newline
6163         between method call and its arguments.
6165 2013-10-20  Alan Mackenzie  <acm@muc.de>
6167         Allow comma separated lists after Java "implements".
6169         * progmodes/cc-engine.el (c-backward-over-enum-header):
6170         Parse commas.
6171         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6172         from a "disallowed" list in enum fontification.
6174 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
6176         * startup.el (default-frame-background-mode): Remove unused defvar.
6178         * progmodes/verilog-mode.el (verilog-mode): Don't set
6179         comment-indent-function globally.
6181 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
6183         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6184         Move Info menu item creation to ns-win.el.
6186         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6187         in menu bar.
6189         * menu-bar.el: Move GNUstep specific menus...
6191         * term/ns-win.el (ns-initialize-window-system): ... to here.
6193 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         * simple.el (newline): Only run post-self-insert-hook when
6196         called interactively.
6198 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
6200         * icomplete.el (icomplete-with-completion-tables): Add :version.
6202 2013-10-19  Alan Mackenzie  <acm@muc.de>
6204         Fix fontification bugs with constructors and const.
6206         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6207         CASE 2) Remove the check for the absence of a suffix construct
6208         after a function declaration with only types (no identifiers) in
6209         the parentheses.  Also, accept a function declaration with just a
6210         type inside the parentheses, if this type can be positively
6211         recognised as such, or if a prefix keyword like "explicit" nails
6212         down the construct as a declaration.
6214 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
6216         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6217         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
6218         the problem whereby selecting a menu item that leads to a
6219         minibuffer prompt moves the cursor out of the minibuffer window,
6220         making it hard to type at the prompt.  Suggested by Stefan Monnier
6221         <monnier@iro.umontreal.ca>.
6223 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
6225         * menu-bar.el: Don't make Services menu.
6227 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6229         * ffap.el: Handle "/usr/include/c++/<version>" directories.
6230         (ffap-alist): Use ffap-c++-mode for c++-mode.
6231         (ffap-c++-path): New variable.
6232         (ffap-c++-mode): New function.
6234 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
6236         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
6238 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
6240         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6241         introduced on 2013-09-08, which results in an infinite loop
6242         requesting a password.
6244 2013-10-18  Glenn Morris  <rgm@gnu.org>
6246         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6248 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
6250         Sync with upstream verilog-mode revision 1a6ecec7.
6251         * progmodes/verilog-mode.el (verilog-mode-version): Update.
6252         (verilog-mode-release-date): Remove.
6253         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6254         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6255         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6256         (verilog-auto-tieoff-ignore-regexp)
6257         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6258         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6259         (verilog-signals-with, verilog-dir-cache-preserving)
6260         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6261         Doc fixes.
6262         (verilog-case-fold): New option, to control case folding in
6263         regexp searches, bug597.
6264         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6265         (verilog-string-match-fold, verilog-in-paren-count)
6266         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6267         (verilog-at-close-struct-p): New functions.
6268         (verilog-beg-block-re-ordered, verilog-extended-case-re)
6269         (verilog-forward-sexp, verilog-set-auto-endcomments)
6270         (verilog-leap-to-case-head): Handle "unique0" case.
6271         (verilog-in-constraint-re): New constant.
6272         (verilog-keywords, verilog-type-font-keywords):
6273         Add some SystemVerilog 1800-2012 keywords.
6274         (verilog-label-be): Remove unimplemented argument, bug669.
6275         (verilog-batch-execute-func): When batch expanding clear
6276         create-lockfiles to prevent spurious user locks when a file ends
6277         up not changing.
6278         (verilog-calculate-indent, verilog-calc-1)
6279         (verilog-at-close-constraint-p, verilog-at-constraint-p)
6280         (verilog-do-indent): Fix indentation of nested constraints
6281         and structures.
6282         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6283         (verilog-auto-inst-param): Use verilog-string-match-fold.
6284         (verilog-read-inst-module-matcher):
6285         Fix AUTOINST on gate primitives with #1.
6286         (verilog-read-decls): Fix double-declaring user-defined typed signals.
6287         Reads all user-defined typed variables.
6288         (verilog-read-defines): Fix reading definitions inside comments, bug647.
6289         (verilog-signals-matching-regexp)
6290         (verilog-signals-not-matching-regexp, verilog-auto):
6291         Respect verilog-case-fold.
6292         (verilog-diff-report): Fix line count.
6293         (verilog-auto-assign-modport): Remove unused local `modi'.
6294         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6295         better handle multidimensional arrays.
6296         Fix packed array ports misadding bit index in AUTOINST, bug637.
6297         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6298         to not double-declare existing outputs and inputs, respectively.
6299         (verilog-template-map): Bind U to verilog-sk-uvm-component.
6300         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6301         (verilog-sk-uvm-component): New skeleton.
6302         (verilog-submit-bug-report): Add verilog-case-fold,
6303         remove verilog-mode-release-date.
6305 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
6307         * subr.el (sit-for): Call (input-pending-p t) so as to behave
6308         as before.
6310 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
6312         * textmodes/remember.el (remember): Set buffer-offer-save in
6313         remember buffers (bug#13566).
6315 2013-10-18  Daniel Colascione  <dancol@dancol.org>
6317         When evaluating forms in ielm, direct standard output to ielm
6318         buffer.  Add new ielm-return-for-effect command.  Remove trailing
6319         whitespace throughout.
6321         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6322         (ielm-return-for-effect): New command.
6323         (ielm-send-input): Accept optional `for-effect' parameter.
6324         (ielm-eval-input): Accept optional `for-effect' parameter.
6325         Bind `standard-output' to stream we create using
6326         `ielm-standard-output-impl'.  Suppress printing result when
6327         `for-effect'.
6328         (ielm-standard-output-impl): New function.
6329         (inferior-emacs-lisp-mode): Explain new features in documentation.
6331 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
6333         Code cleanup.
6335         * net/tramp.el (tramp-debug-message): Do not check for connection
6336         buffer.
6337         (tramp-message): Use "vector" connection property.
6339         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6340         (tramp-equal-remote, tramp-eshell-directory-change)
6341         * net/tramp-adb.el (tramp-adb-handle-copy-file)
6342         (tramp-adb-handle-rename-file)
6343         * net/tramp-cmds.el (tramp-list-remote-buffers)
6344         (tramp-cleanup-connection, tramp-cleanup-this-connection)
6345         * net/tramp-compat.el (tramp-compat-process-running-p)
6346         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6347         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6348         (tramp-gvfs-handle-rename-file)
6349         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6350         (tramp-set-file-uid-gid)
6351         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6352         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6353         of `file-remote-p'.
6355         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6356         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6357         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6358         (tramp-gw-open-network-stream): Suppress unrelated traces.
6360         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6361         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6362         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6363         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6364         connection property.
6366         * net/tramp-cache.el (top): Suppress traces when reading
6367         persistency file.
6369         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6370         Refactor common code.  Improve debug message.
6371         (tramp-maybe-open-connection)
6372         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6373         connection buffer too early.
6375         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6376         from `tramp-smb-actions-with-acl'.
6377         (tramp-smb-actions-set-acl): New defconst.
6378         (tramp-smb-handle-copy-directory)
6379         (tramp-smb-action-get-acl): New defun, renamed from
6380         `tramp-smb-action-with-acl'.
6381         (tramp-smb-action-set-acl): New defun.
6382         (tramp-smb-handle-set-file-acl): Rewrite.
6384 2013-10-17  Glenn Morris  <rgm@gnu.org>
6386         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
6388 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6390         * skeleton.el (skeleton-newline): Remove.
6391         (skeleton-internal-1): Use (insert "\n") instead.
6393         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6394         let-bindings.
6396         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6397         forward-sexp-function while we redo its job (bug#15613).
6399 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
6401         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6402         represented by lists.
6404 2013-10-16  Glenn Morris  <rgm@gnu.org>
6406         * tmm.el (tmm--history): New dynamic variable.
6407         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
6409 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
6411         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6412         (tramp-smb-errors): Add error messages.
6413         (tramp-smb-actions-with-acl): New defconst.
6414         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6415         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6416         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6417         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6418         (tramp-smb-get-stat-capability): Fix tests.
6420 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6422         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6423         (bug#15580).
6425 2013-10-16  Glenn Morris  <rgm@gnu.org>
6427         * ansi-color.el (ansi-color-drop-regexp):
6428         Add 1J, 1K, 2K.  (Bug#15617)
6430         * files.el (hack-local-variables--warned-lexical): New.
6431         (hack-local-variables):
6432         Warn about misplaced lexical-binding.  (Bug#15616)
6434         * net/eww.el (eww-render): Always set eww-current-url,
6435         and update header line.  (Bug#15622)
6436         (eww-display-html): ... Rather than just doing it here.
6438 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
6440         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6441         menu navigations commands.
6443 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6445         * progmodes/subword.el (subword-capitalize): Be careful when
6446         the search for [[:alpha:]] fails (bug#15580).
6448 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
6450         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6451         to commands that scroll the menu.
6453 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
6455         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6456         Handle methods ending with `?' and `!'.
6458 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
6460         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6461         `japanese-cp932' to `cp932' to fix the problem where saving a
6462         source file written in Shift_JIS twice would end up having
6463         `coding: japanese-cp932' which Ruby could not recognize.
6464         (ruby-mode-set-encoding): Add support for encodings mapped to nil
6465         in `ruby-encoding-map'.
6466         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6467         doesn't need to be explicitly declared in magic comment.
6468         (ruby-encoding-map): Add type declaration for better customize UI.
6470 2013-10-13  Glenn Morris  <rgm@gnu.org>
6472         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6473         Occur buffers are read-only.  http://bugs.debian.org/720775
6475         * emacs-lisp/authors.el (authors-fixed-entries):
6476         Comment out old alpha stuff.
6478 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
6480         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6481         to `after-save-hook' instead of `before-save-hook'.
6482         (ruby-mode-set-encoding): Use the value of coding system used to
6483         write the file.  Call `basic-save-buffer-1' after modifying the
6484         buffer.
6486 2013-10-13  Alan Mackenzie  <acm@muc.de>
6488         Fix indentation/fontification of Java enum with
6489         "implements"/generic.
6491         * progmodes/cc-engine.el (c-backward-over-enum-header):
6492         Extracted from the three other places and enhanced to handle generics.
6493         (c-inside-bracelist-p): Uses new function above.
6494         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6495         function above.
6496         (c-font-lock-enum-tail): Uses new function above.
6498 2013-10-13  Kenichi Handa  <handa@gnu.org>
6500         * international/mule-cmds.el (select-safe-coding-system): Remove a
6501         superfluous condition in chekcing whether a coding system is safe
6502         or not.
6504 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
6506         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
6508 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
6510         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
6512 2013-10-13  Glenn Morris  <rgm@gnu.org>
6514         * menu-bar.el (menu-bar-update-buffers):
6515         Unify Buffers menu prompt string.  (Bug#15576)
6517         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
6519         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6520         Add some entries.
6521         (authors-fixed-entries): Use accented form of name.
6523 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6525         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6526         method calls (bug#15594).
6527         (ruby-smie--args-separator-p): New function.
6528         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6529         recognize paren-free method calls.
6531         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6532         internals of universal-argument.
6534 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
6536         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6537         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6538         dropped menu on second mouse click on the menu bar.
6540 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6542         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6543         (explicit-shell-file-name): Declare.
6544         (sh--vars-before-point, sh--cmd-completion-table): New functions.
6545         (sh-completion-at-point-function): New function.
6546         (sh-mode): Use it.
6547         (sh-smie--keyword-p): Remove unused argument.
6548         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6549         vars.
6550         (sh-set-shell): Always setup SMIE, even if we use the
6551         old indentation code.
6553 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
6555         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6556         cases of ? and =.
6557         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
6558         predicate would return nil are almost non-existent.
6559         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6561         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6562         cache also after commands that modify the buffer but don't move
6563         point.
6565 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * env.el (substitute-env-in-file-name): New function.
6568         (substitute-env-vars): Extend the meaning of the optional arg.
6570 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
6572         * term/w32-win.el (dynamic-library-alist): Define separate lists
6573         of GIF DLLs for versions before and after 5.0.0 of giflib.
6574         (Bug#15531)
6576 2013-10-10  João Távora  <joaotavora@gmail.com>
6578         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6579         not locked, use last revision and current source as
6580         defaults.  (Bug#15569)
6582 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
6584         * menu-bar.el (menu-bar-open): Don't use popup-menu if
6585         menu-bar is hidden.
6587 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
6589         * window.el (pop-to-buffer-same-window): Fix doc-string.
6590         (Bug#15492)
6592 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6594         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6596 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
6598         * calendar/icalendar.el (icalendar-import-file):
6599         Fix interactive spec.  (Bug#15482)
6601 2013-10-10  Glenn Morris  <rgm@gnu.org>
6603         * desktop.el (desktop-save): Default to saving in .emacs.d,
6604         since PWD is no longer in desktop-path by default.  (Bug#15319)
6606         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6607         now that text mode has a menu with the same entry.
6608         (menu-bar-text-mode-auto-fill): Remove now unused func.
6609         * textmodes/text-mode.el (text-mode-map):
6610         Use auto-fill help text from menu-bar.el.
6612 2013-10-10  John Anthony  <john@jo.hnanthony.com>
6614         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
6616 2013-10-09  Juri Linkov  <juri@jurta.org>
6618         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6619         instead of this-command-keys.  Add universal-argument-more and
6620         universal-argument-minus to the list of prefix commands.  (Bug#15568)
6622 2013-10-09  Glenn Morris  <rgm@gnu.org>
6624         * vc/vc-svn.el (vc-svn-create-repo):
6625         Expand paths in file://... url.  (Bug#15446)
6627         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6628         Add some entries.
6629         (authors): Remove unused local variables.
6631 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6633         * profiler.el: Create a more coherent calltree from partial backtraces.
6634         (profiler-format): Hide the tail with `invisible' so that C-s can still
6635         find the hidden elements.
6636         (profiler-calltree-depth): Don't recurse so enthusiastically.
6637         (profiler-function-equal): New hash-table-test.
6638         (profiler-calltree-build-unified): New function.
6639         (profiler-calltree-build): Use it.
6640         (profiler-report-make-name-part): Indent the calltree less.
6641         (profiler-report-mode): Add visibility specs for profiler-format.
6642         (profiler-report-expand-entry, profiler-report-toggle-entry):
6643         Expand the whole subtree when provided with a prefix arg.
6645 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
6647         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6648         iuwu-mod token.
6649         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6650         hanging iuwu-mod token.
6651         (ruby-smie--forward-token): Do not include a dot after a token in
6652         that token.
6653         (ruby-smie--backward-token): Likewise.
6655 2013-10-08  Juri Linkov  <juri@jurta.org>
6657         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6658         to isearch-other-control-char.
6659         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6660         and isearch-post-command-hook to post-command-hook.
6661         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6662         and isearch-post-command-hook from post-command-hook.
6663         (isearch-unread-key-sequence)
6664         (isearch-reread-key-sequence-naturally)
6665         (isearch-lookup-scroll-key, isearch-other-control-char)
6666         (isearch-other-meta-char): Remove functions.
6667         (isearch-pre-command-hook, isearch-post-command-hook):
6668         New functions based on isearch-other-meta-char rewritten
6669         relying on the new behavior of overriding-terminal-local-map
6670         that does not replace the local keymaps any more.  (Bug#15200)
6672 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
6674         Support menus on text-mode terminals.
6675         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6676         functionality.
6678         * tooltip.el (tooltip-mode): Don't error out on TTYs.
6680         * menu-bar.el (popup-menu, popup-menu-normalize-position):
6681         Move here from mouse.el.
6682         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6683         and arrow keys.
6684         (tty-menu-navigation-map): New map for TTY menu navigation.
6686         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6688         * frame.el (display-mouse-p): Report text-mode mouse as available
6689         on w32.
6690         (display-popup-menus-p): Report availability if mouse is
6691         available; don't condition on window-system.
6693         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6694         (tty-menu-selected-face): New faces.
6696 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6698         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6699         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6700         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6701         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6702         New constants.
6703         (lisp-mode-variables): New `elisp' argument.
6704         (emacs-lisp-mode): Use it.
6705         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6706         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6708         * indent.el: Use lexical-binding.
6709         (indent-region): Add progress reporter.
6710         (tab-stop-list): Make it implicitly extend to infinity by repeating the
6711         last step.
6712         (indent--next-tab-stop): New function to implement this behavior.
6713         (tab-to-tab-stop, move-to-tab-stop): Use it.
6715 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
6717         * indent.el (indent-rigidly--current-indentation): New function.
6718         (indent-rigidly-map): New var.
6719         (indent-rigidly): Use it to provide interactive mode (bug#8196).
6721 2013-10-08  Bastien Guerry  <bzg@gnu.org>
6723         * register.el (insert-register): Fix 2013-10-07 change.
6725 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6727         * progmodes/perl-mode.el: Use lexical-binding.
6728         Remove redundant :group args.
6729         (perl-nochange): Change default to be closer to other major modes's
6730         standard behavior.
6731         (perl-indent-line): Don't consider text on current line as a
6732         valid beginning of function from which to indent.
6734         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6735         with more than one argument (bug#15538).
6737         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6739         * vc/pcvs.el: Use lexical-binding.
6740         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6741         environment of `eval'.
6742         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6743         than a list of expressions.  Adjust callers.
6744         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6746 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
6748         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6749         case of the dot in a chained method call being on the following line.
6751 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6753         * electric.el (electric-indent-inhibit): New var.
6754         (electric-indent-post-self-insert-function): Use it.
6755         * progmodes/python.el (python-mode): Set it.
6757         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6758         open braces.
6760         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6762         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6763         (css-mode): Use electric-indent-chars.
6765         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6766         (font-lock-beg, font-lock-end): Move before first use.
6767         (nxml-mode): Use syntax-propertize-function.
6768         (nxml-after-change, nxml-after-change1): Adjust accordingly.
6769         (nxml-extend-after-change-region): Remove.
6770         * nxml/xmltok.el: Use lexical-binding.
6771         (xmltok-save): Use `declare'.
6772         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6773         * nxml/nxml-util.el: Use lexical-binding.
6774         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6775         Use `declare'.
6776         * nxml/nxml-ns.el: Use lexical-binding.
6777         (nxml-ns-save): Use `declare'.
6778         (nxml-ns-prefixes-for): Avoid add-to-list.
6779         * nxml/rng-match.el: Use lexical-binding.
6780         (rng--ipattern): Use cl-defstruct.
6781         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6782         (rng-cons-group-after, rng-subst-group-after)
6783         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6784         Use closures instead of `(lambda...).
6786 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
6788         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6789         of BEG and END.
6791         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6792         Use `tramp-handle-insert-file-contents'.
6793         (tramp-gvfs-handle-insert-file-contents): Remove function.
6795         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6796         Use `save-restriction' in order to keep markers.
6798         * net/trampver.el: Update release number.
6800 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6802         * progmodes/compile.el (compilation-parse-errors):
6803         Use compilation--put-prop.
6804         (compilation--ensure-parse): Check compilation-multiline.
6806         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6808         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6809         lexical-binding.
6811         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6813         * progmodes/ruby-mode.el: Fix recently added tests.
6814         (ruby-smie-grammar): Add - and +.
6815         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6816         (ruby-smie--backward-id): New functions.
6817         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6818         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
6819         any more.
6821 2013-10-07  Leo Liu  <sdl.web@gmail.com>
6823         * register.el (register-preview-delay)
6824         (register-preview-functions): New variables.
6825         (register-read-with-preview, register-preview)
6826         (register-describe-oneline): New functions.
6827         (point-to-register, window-configuration-to-register)
6828         (frame-configuration-to-register, jump-to-register)
6829         (number-to-register, view-register, insert-register)
6830         (copy-to-register, append-to-register, prepend-to-register)
6831         (copy-rectangle-to-register): Use register-read-with-preview to
6832         read register.  (Bug#15525)
6834 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
6836         * net/network-stream.el (network-stream-open-starttls): Don't add
6837         --insecure if it's already present, because that gnutls-cli
6838         rejects getting that parameter twice.
6840 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
6842         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6843         keyword, too.
6845 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
6847         * newcomment.el (comment-use-global-state): Change default value
6848         to t, mark obsolete (Bug#15251).
6849         (comment-beginning): In addition to `comment-to-syntax', check the
6850         value of `comment-use-global-state'.
6852 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6854         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6855         (ruby-comment-column): Follow the global default, by default.
6856         (ruby-smie-grammar): Add assignment syntax.
6857         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6858         open-paren, a comma, or a \.
6859         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6860         and line continuations.
6861         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6862         followed by implicit semi-colons.  Add rule for string concatenation
6863         and for indentation at BOB.
6864         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6866         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6867         calling next-sexp, since next-token may have skipped chars which
6868         next-sexp doesn't know should be skipped!
6870 2013-10-05  Leo Liu  <sdl.web@gmail.com>
6872         * progmodes/octave.el (octave-send-region):
6873         Call compilation-forget-errors.
6875 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6877         * vc/vc-svn.el (vc-svn-find-admin-dir):
6878         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6879         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6880         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6881         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6883 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6887 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * subr.el (read-passwd): Hide chars even when called within a context
6890         where after-change-functions is disabled (bug#15501).
6891         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6892         until we removed ourself from overriding-terminal-local-map.
6894 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6896         * progmodes/octave.el (inferior-octave-mode):
6897         Call compilation-forget-errors.
6899 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6901         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6903 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
6905         * net/secrets.el (secrets-create-collection): Add optional
6906         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
6907         dbus-call-method argument.  (Bug#15516)
6909 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6911         * progmodes/octave.el (inferior-octave-error-regexp-alist)
6912         (inferior-octave-compilation-font-lock-keywords): New variables.
6913         (compilation-error-regexp-alist)
6914         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6915         (inferior-octave-mode): Use compilation-shell-minor-mode.
6917 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
6919         * minibuffer.el (completion--replace): Be careful that `end' might be
6920         a marker.
6922 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6924         Add support for package signature checking.
6925         * emacs-lisp/package.el (url-http-file-exists-p)
6926         (epg-make-context, epg-context-set-home-directory)
6927         (epg-verify-string, epg-context-result-for)
6928         (epg-signature-status, epg-signature-to-string)
6929         (epg-check-configuration, epg-configuration)
6930         (epg-import-keys-from-file): Declare.
6931         (package-check-signature): New user option.
6932         (package-unsigned-archives): New user option.
6933         (package-desc): Add `signed' field.
6934         (package-load-descriptor): Set `signed' field if .signed file exists.
6935         (package--archive-file-exists-p): New function.
6936         (package--check-signature): New function.
6937         (package-install-from-archive): Check package signature.
6938         (package--download-one-archive): Check archive signature.
6939         (package-delete): Remove .signed file.
6940         (package-import-keyring): New command.
6941         (package-refresh-contents): Import default keyring.
6942         (package-desc-status): Add "unsigned" status.
6943         (describe-package-1, package-menu--print-info)
6944         (package-menu-mark-delete, package-menu--find-upgrades)
6945         (package-menu--status-predicate): Support "unsigned" status.
6947 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6950         the new compilation scheme using the new byte-codes.
6952         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6953         (byte-pophandler): New byte codes.
6954         (byte-goto-ops): Adjust accordingly.
6955         (byte-compile--use-old-handlers): New var.
6956         (byte-compile-catch): Use new byte codes depending on
6957         byte-compile--use-old-handlers.
6958         (byte-compile-condition-case--old): Rename from
6959         byte-compile-condition-case.
6960         (byte-compile-condition-case--new): New function.
6961         (byte-compile-condition-case): New function that dispatches depending
6962         on byte-compile--use-old-handlers.
6963         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6964         when we can.
6966         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6967         Optimize under `condition-case' and `catch' if
6968         byte-compile--use-old-handlers is nil.
6969         (disassemble-offset): Handle new bytecodes.
6971 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * subr.el (error): Use `declare'.
6974         (decode-char, encode-char): Use advertised-calling-convention instead
6975         of the docstring to discourage use of the `restriction' arg.
6977 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6979         * epg.el (epg-verify-file): Add a comment saying that it does not
6980         notify verification error as a return value nor a signal.
6981         (epg-verify-string): Ditto.
6983 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6985         * progmodes/compile.el (compilation-start): Try globbing the arg to
6986         `cd' (bug#15417).
6988 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
6990         Sync with Tramp 2.2.8.
6992         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6993         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6994         * net/trampver.el: Update release number.
6996 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
6998         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6999         and default-process-coding-system for darwin only.
7001 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7003         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7005 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
7007         * vc/vc-git.el (vc-git-grep): Disable pager.
7009 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
7011         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7012         Use :url instead of :homepage, as per
7013         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7015         * newcomment.el (comment-beginning): When `comment-use-syntax' is
7016         non-nil, use `syntax-ppss' (Bug#15251).
7018 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7020         * progmodes/octave.el (inferior-octave-startup-file):
7021         Prefer ~/.emacs.d/init_octave.m.
7023 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
7025         * emacs-lisp/package.el (package-desc-from-define):
7026         Accept additional arguments as plist, convert them to an alist and store
7027         them in the `extras' slot.
7028         (package-generate-description-file): Convert extras alist back to
7029         plist and append to the `define-package' form arguments.
7030         (package--alist-to-plist): New function.
7031         (package--ac-desc): Add `extras' slot.
7032         (package--add-to-archive-contents): Check if the archive-contents
7033         vector is long enough, and if it is, pass its `extras' slot value
7034         to `package-desc-create'.
7035         (package-buffer-info): Call `lm-homepage', pass the returned value
7036         to `package-desc-from-define'.
7037         (describe-package-1): Render the homepage button (Bug#13291).
7039         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7040         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7042 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
7044         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7045         and default-process-coding-system to utf-8-unix (Bug#15402).
7047 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
7049         * subr.el (looking-back): Do not recommend using looking-back.
7051 2013-09-28  Alan Mackenzie  <acm@muc.de>
7053         Fix indentation/fontification of Java enum with "implements".
7055         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7056         regexp which matches "implements", etc., in Java.
7057         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7058         specifier clauses coming after "enum".
7059         * progmodes/cc-fonts.el (c-font-lock-declarations)
7060         (c-font-lock-enum-tail): Check for extra specifier clauses coming
7061         after "enum".
7063 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
7065         * faces.el (region): Change ns_selection_color to
7066         ns_selection_fg_color, add ns_selection_bg_color.
7068 2013-09-28  Leo Liu  <sdl.web@gmail.com>
7070         * progmodes/octave.el (inferior-octave-completion-table)
7071         (inferior-octave-completion-at-point): Minor tweaks.
7073         * textmodes/ispell.el (ispell-lookup-words): Rename from
7074         lookup-words.  (Bug#15460)
7075         (lookup-words): Obsolete.
7076         (ispell-complete-word, ispell-command-loop): All uses changed.
7078 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7080         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7081         (octave-mode-menu): Add octave-send-buffer.
7082         (octave-send-buffer): New function.
7084 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7086         * progmodes/octave.el (octave-mode-map): Add key binding for
7087         octave-lookfor.
7088         (octave-mode-menu): Add octave-lookfor.
7089         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7090         octave-lookfor.
7091         (octave-lookfor): New function.
7093 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7096         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7097         its convention.
7098         (cl--loop-set-iterator-function): New function.
7099         (cl-loop): Adjust accordingly, so as not to use cl-subst.
7100         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7101         Bind `it' with `let' instead of substituting it with `cl-subst'.
7102         (cl--unused-var-p): New function.
7103         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7104         Eliminate some unused variable warnings (bug#15326).
7106 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
7108         * doc-view.el (doc-view-scale-reset): Rename from
7109         `doc-view-reset-zoom-level'.
7110         (doc-view-scale-adjust): New command.
7111         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7112         `doc-view-scale-adjust'.
7114 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
7116         * doc-view.el (doc-view-reset-zoom-level): New command.
7117         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7118         zoom commands (bug#15466).
7120 2013-09-26  Kenichi Handa  <handa@gnu.org>
7122         * international/quail.el (quail-help): Make it not a command.
7124 2013-09-26  Leo Liu  <sdl.web@gmail.com>
7126         * minibuffer.el (completion-all-sorted-completions): Make args
7127         optional as they are.
7129 2013-09-25  Daniel Colascione  <dancol@dancol.org>
7131         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7132         specs are and that they're not evaluated.
7134 2013-09-24  Sam Steingold  <sds@gnu.org>
7136         * midnight.el (clean-buffer-list-kill-regexps)
7137         (clean-buffer-list-kill-buffer-names): Update for the new Man
7138         buffer naming which includes the object name.
7140 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7142         * eshell/esh-cmd.el (eshell--sep-terms): New var.
7143         (eshell-parse-command, eshell-parse-pipeline): Use it since
7144         eshell-separate-commands requires a dynamic scoped var.
7145         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7147 2013-09-23  Leo Liu  <sdl.web@gmail.com>
7149         * autoinsert.el (auto-insert-alist): Make the value of
7150         lexical-binding match its file setting.
7152 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
7154         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7156         * autoarg.el (autoarg-kp-digit-argument):
7157         * electric.el (Electric-command-loop):
7158         * kmacro.el (kmacro-step-edit-insert):
7159         Do not set universal-argument-num-events.
7161 2013-09-22  Leo Liu  <sdl.web@gmail.com>
7163         * files.el (interpreter-mode-alist): Add octave.
7165 2013-09-21  Alan Mackenzie  <acm@muc.de>
7167         C++: fontify identifier in declaration following "public:" correctly.
7168         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7169         to match "public", etc.
7170         (c-decl-prefix-re): Add ":" into the C++ value.
7171         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7172         bit.  Add a check for a ":" preceded by "public", etc.
7174 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
7176         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7177         recognized by GDB 7.5 and later.
7179 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
7181         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7183 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7185         * subr.el (internal--call-interactively): New const.
7186         (called-interactively-p): Use it (bug#3984).
7188 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
7190         * vc/pcvs.el (cvs-mode-ignore):
7191         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7192         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7194 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7196         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
7197         (eshell-ls-orig-insert-directory): Remove.
7198         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
7199         (eshell-ls-use-in-dired): Use advice-add/remove.
7200         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7201         Add `orig-fun' arg for use in :around advice.
7202         Make it check (redundantly) eshell-ls-use-in-dired.
7204 2013-09-19  Glenn Morris  <rgm@gnu.org>
7206         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7208         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7210         * emacs-lisp/eieio.el (class-parent): Undo previous change.
7212 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
7214         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7215         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7216         (tramp-get-remote-python): New defuns.
7217         (tramp-get-remote-uid-with-perl)
7218         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
7219         contributed by yary <not.com@gmail.com> (tiny change).
7220         (tramp-get-remote-uid-with-python)
7221         (tramp-get-remote-gid-with-python): New defuns.  Python code
7222         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7223         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7225 2013-09-19  Glenn Morris  <rgm@gnu.org>
7227         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7229         * eshell/em-unix.el (eshell-remove-entries):
7230         Rename argument to avoid name-clash with global `top-level'.
7232         * eshell/esh-proc.el (eshell-kill-process-function):
7233         Remove eshell-reset-after-proc from eshell-kill-hook if present.
7234         (eshell-reset-after-proc): Remove unused arg `proc'.
7236         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7237         (directory-files-and-attributes): Mark unused arg.
7239         * eshell/em-unix.el (eshell-remove-entries):
7240         Remove unused arg `path'.  Update callers.
7242         * eshell/em-hist.el (eshell-hist-parse-arguments):
7243         Remove unused arg `silent'.  Update callers.
7245         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7246         Fix (f)boundp mix-up.
7248         * eshell/em-smart.el (eshell-smart-scroll-window)
7249         (eshell-disable-after-change):
7250         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7252 2013-09-18  Alan Mackenzie  <acm@muc.de>
7254         Fix fontification of type when followed by "const".
7255         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7256         "known" types from fontification.
7258 2013-09-18  Glenn Morris  <rgm@gnu.org>
7260         * emacs-lisp/chart.el (x-display-color-cells): Declare.
7261         (chart-face-list): Drop Emacsen without display-color-p.
7263         * net/eww.el (libxml-parse-html-region): Declare.
7264         (eww-display-html): Explicit error if no libxml2 support.
7266         * doc-view.el (doc-view-mode): Silence --without-x compilation.
7268         * image.el (image-type-from-buffer, image-multi-frame-p):
7269         Remove --without-x warning/error.
7271         * mouse.el (mouse-yank-primary):
7272         * term.el (term-mouse-paste):
7273         Reorder to silence --without-x compilation.
7275         * mpc.el (doc-view-mode): Silence --without-x compilation.
7277         * mail/rmailmm.el (rmail-mime-set-bulk-data):
7278         Silence --without-x compilation.
7280         * progmodes/gud.el (gud-find-file, gud-mode):
7281         Silence --without-x compilation.
7282         (tooltip-mode): Declare.
7284         * wdired.el (dired-backup-overwrite): Remove declaration.
7285         (wdired-mode-map): Add doc string.
7287         * custom.el (x-get-resource): Declare.
7289         * eshell/em-glob.el (ange-cache):
7290         * eshell/em-unix.el (ange-cache): Declare.
7292         * faces.el (x-display-list, x-open-connection, x-get-resource):
7293         Declare.
7295         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7296         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7297         Declare.
7299         * frame.el (x-display-grayscale-p, x-display-name): Declare.
7301         * net/gnutls.el (gnutls-log-level): Declare.
7303         * net/shr.el (image-size, image-animate): Declare.
7305         * simple.el (font-info): Declare.
7307         * subr.el (x-popup-dialog): Declare.
7309         * term/common-win.el (x-select-enable-primary)
7310         (x-last-selected-text-primary, x-last-selected-text-clipboard):
7311         Declare.
7313         * term/ns-win.el (x-handle-args): Declare.
7315         * term/x-win.el (x-select-enable-clipboard): Declare.
7317         * term/w32-win.el (create-default-fontset): Declare.
7319         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7320         Declare.
7322         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7323         (fit-frame-to-buffer): Explicit error if --without-x.
7324         (mouse-autoselect-window-select): Silence compiler.
7326         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7328         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7329         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7330         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7331         * eshell/esh-util.el (eshell-sublist):
7332         Remove unused local variables.
7334         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7336         * textmodes/two-column.el: Make 2C-split work for --without-x.
7337         (scroll-bar-columns): Autoload.
7338         (top-level): Require fringe when compiling.
7340 2013-09-18  Leo Liu  <sdl.web@gmail.com>
7342         * subr.el (add-hook): Robustify to handle closure as well.
7344 2013-09-17  Glenn Morris  <rgm@gnu.org>
7346         * simple.el (messages-buffer-mode-map): Unbind "g".
7348 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7350         * help-mode.el (help-mode-finish): Use derived-mode-p.
7351         Remove obsolete highlighting.
7353         * play/life.el (life-mode): Use define-derived-mode.  Derive from
7354         special-mode.
7355         (life): Let-bind inhibit-read-only.
7356         (life-setup): Avoid `setq'.  Use `life-mode'.
7358         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7359         which should not be needed any more.
7360         (package-menu-refresh, package-menu-describe-package): Use user-error.
7362         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7363         (eshell-post-rewrite-command-hook): Make obsolete.
7364         (eshell-parse-command): Simplify.
7365         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7366         (eshell--cmd): Declare.
7367         (eshell-parse-pipeline): Remove unused var `final-p'.
7368         Pass a dynvar to eshell-post-rewrite-command-hook.
7369         Implement the new eshell-post-rewrite-command-function.
7370         (eshell-invoke-directly): Remove unused arg `input'.
7371         * eshell/esh-io.el (eshell-io-initialize):
7372         Use eshell-post-rewrite-command-function (bug#15399).
7373         (eshell--apply-redirections): Rename from eshell-apply-redirections;
7374         adjust to new calling convention.
7375         (eshell-create-handles): Rename args to avoid clashing with dynvar
7376         `standard-output'.
7378 2013-09-17  Glenn Morris  <rgm@gnu.org>
7380         * simple.el (messages-buffer-mode): New major mode.
7381         (messages-buffer): New function.
7382         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7383         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7384         (ert-run-test): Use `messages-buffer' function.
7385         (ert--force-message-log-buffer-truncation): Ignore read-only.
7386         * help.el (view-echo-area-messages): Use `messages-buffer' function.
7387         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7389 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7391         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7393         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7395 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7397         * icomplete.el (icomplete-in-buffer): New var.
7398         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7399         vars and replace them with functions.
7400         (icomplete-minibuffer-setup): Adjust accordingly.
7401         (icomplete--completion-table, icomplete--completion-predicate)
7402         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7403         New functions.
7404         (icomplete-forward-completions, icomplete-backward-completions)
7405         (icomplete-simple-completing-p, icomplete-exhibit)
7406         (icomplete-completions): Use them.
7407         (icomplete--in-region-buffer): New var.
7408         (icomplete--in-region-setup): New function.
7409         (icomplete-mode): Use it.
7411         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7412         (bug#15379).
7413         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7414         return args and options.
7415         (eshell-eval-using-options): Use the new return value of
7416         eshell--do-opts to set the options's vars in their scope.
7417         (eshell--set-option): Rename from eshell-set-option.
7418         Add arg `opt-vals'.
7419         (eshell--process-option): Rename from eshell-process-option.
7420         Add arg `opt-vals'.
7421         (eshell--process-args): Use an `opt-vals' alist to store the options's
7422         values during their processing and return them additionally to the
7423         remaining args.
7425 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
7427         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7428         continuation character an operator, as far as indentation is
7429         concerned (Bug#15369).
7431 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
7433         * window.el (window--state-put-2): Don't process buffer state
7434         when buffer doesn't exist any more (Bug#15382).
7436 2013-09-15  Glenn Morris  <rgm@gnu.org>
7438         * eshell/em-unix.el (eshell/rm):
7439         Make -f ignore missing files.  (Bug#15373)
7441         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
7442         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7443         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7445 2013-09-14  Glenn Morris  <rgm@gnu.org>
7447         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7449 2013-09-13  Glenn Morris  <rgm@gnu.org>
7451         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7452         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
7454 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
7456         * frame.el (x-focus-frame): Mark as declared in frame.c.
7458 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7460         * ls-lisp.el: Use advice-add.
7461         (original-insert-directory): Remove.
7462         (ls-lisp--insert-directory): Rename from insert-directory; add
7463         `orig-fun' argument.
7464         (insert-directory): Advise.
7466 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
7468         * term.el (term-emulate-terminal): Decode the command string
7469         before passing it to term-command-hook.  (Bug#15337)
7471 2013-09-13  Glenn Morris  <rgm@gnu.org>
7473         * eshell/esh-util.el (ange-cache): Move declaration earlier.
7475         * eshell/esh-ext.el (eshell-search-path): Declare.
7477         * eshell/em-prompt.el (eshell/pwd): Autoload it.
7478         Otherwise an error occurs if eshell-dirs module not loaded.
7480         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7482 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
7484         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7485         `tramp-check-proper-host'.  Check for a valid method name.
7487         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7488         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7489         * net/tramp-sh.el (tramp-maybe-open-connection):
7490         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7492         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7493         also for hash values.
7495 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7497         * term/ns-win.el (parameters): Don't declare as dynamic.
7498         (before-make-frame-hook): Don't add ineffective function.
7500         * eshell/*.el: Use lexical-binding (bug#15231).
7502 2013-09-12  Kenichi Handa  <handa@gnu.org>
7504         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7506 2013-09-12  Glenn Morris  <rgm@gnu.org>
7508         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7509         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7511         * subr.el (do-after-load-evaluation): Also give compiler warnings
7512         when obsolete files are used (except by obsolete files).
7514         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7515         in the status output, assume `filename' is the first.  (Bug#15322)
7517         * vc/vc.el (vc-deduce-fileset): Doc fix.
7519         * calc/calc-help.el (Info-goto-node):
7520         * progmodes/cperl-mode.el (Info-find-node):
7521         * vc/ediff.el (Info-goto-node): Update declarations.
7523         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7525         * vc/vc-bzr.el (vc-compilation-mode): Declare.
7526         (vc-bzr-pull): Require vc-dispatcher.
7527         * vc/vc-git.el (vc-compilation-mode): Declare.
7528         (vc-git-pull): Require vc-dispatcher.
7530         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7532         * progmodes/octave.el (help-button-action): Declare.
7534         * shell.el (shell-directory-tracker): Output error as a message
7535         rather than just returning it as a string.
7536         (shell-process-pushd): Remove useless use of message.
7538         * dframe.el (dframe-timer-fn):
7539         * files.el (dir-locals-read-from-file):
7540         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7541         (mpc-format):
7542         * reveal.el (reveal-post-command):
7543         * saveplace.el (load-save-place-alist-from-file):
7544         * shell.el (shell-resync-dirs):
7545         * w32-common-fns.el (x-get-selection-value):
7546         * emacs-lisp/copyright.el (copyright-find-copyright):
7547         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7548         * emulation/tpu-edt.el (tpu-copy-keyfile):
7549         * play/bubbles.el (bubbles--mark-neighbourhood):
7550         * progmodes/executable.el
7551         (executable-make-buffer-file-executable-if-script-p):
7552         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7554 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7556         Cleanup Eshell to rely less on dynamic scoping.
7557         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7558         last-value, and ext-command here.  Bind `args' closer to `body'.
7559         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7560         (eshell--args): Declare new dynamic var.
7561         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
7562         last-value, and ext-command.  Pass `args' to `body'.
7563         (eshell-process-args): Bind eshell--args.
7564         (eshell-set-option): Use eshell--args.
7565         * eshell/eshell.el (eshell): Use derived-mode-p.
7566         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7567         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7568         (eshell-glob-function): Declare.
7569         * eshell/esh-util.el: Require cl-lib.
7570         (eshell-read-hosts-file): Avoid add-to-list.
7571         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7572         `err'.
7573         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7574         Declare.
7575         (eshell/diff): Remove unused var `err'.
7576         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7577         `killflag'.
7578         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7579         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7580         first use.
7581         * eshell/em-glob.el (eshell-glob-matches, message-shown):
7582         Move declaration before first use.
7583         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7584         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7585         rely on cl-return.
7587 2013-09-12  Glenn Morris  <rgm@gnu.org>
7589         * term/ns-win.el (global-map): Remove binding for ispell-next,
7590         deleted 1999-05-29.  (Bug#15357)
7592 2013-09-11  Glenn Morris  <rgm@gnu.org>
7594         * echistory.el (electric-command-history): Remove call to deleted func.
7596         * play/landmark.el (landmark-mode): Fix typos.
7598         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7599         Check cvs-sort-ignore-file is bound.
7601         * savehist.el: No need for cl when compiling on Emacs.
7603 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7605         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7606         (bug#15338).
7607         (eshell-self-insert-command, eshell-send-invisible):
7608         Remove unused argument.
7609         (eshell-handle-control-codes): Remove unused var `orig'.
7610         Avoid delete-backward-char.
7612         * files.el (set-auto-mode): Simplify a bit further.
7614 2013-09-11  Glenn Morris  <rgm@gnu.org>
7616         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7617         (set-auto-mode): Don't regexp-quote elements.
7618         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7619         * progmodes/cc-mode.el (interpreter-mode-alist):
7620         * progmodes/ruby-mode.el (interpreter-mode-alist):
7621         Revert previous change.
7623 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7625         * play/snake.el (snake-mode):
7626         * play/mpuz.el (mpuz-mode):
7627         * play/landmark.el (lm-mode):
7628         * play/blackbox.el (blackbox-mode):
7629         * play/5x5.el (5x5-mode):
7630         * obsolete/options.el (Edit-options-mode):
7631         * net/quickurl.el (quickurl-list-mode):
7632         * net/newst-treeview.el (newsticker-treeview-mode):
7633         * mail/rmailsum.el (rmail-summary-mode):
7634         * mail/mspools.el (mspools-mode):
7635         * locate.el (locate-mode):
7636         * ibuffer.el (ibuffer-mode):
7637         * emulation/ws-mode.el (wordstar-mode):
7638         * emacs-lisp/debug.el (debugger-mode):
7639         * array.el (array-mode):
7640         * net/eudc.el (eudc-mode): Use define-derived-mode.
7641         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7642         Move initialization into declaration.
7643         (mairix-searches-mode): Use define-derived-mode.
7644         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7645         (eudc-edit-hotlist): Use dolist.
7646         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7647         (Man-mode): Use define-derived-mode.
7648         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7649         (Info-edit-mode): Use define-derived-mode.
7650         (Info-cease-edit): Use Info-mode.
7651         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7652         into declaration.
7653         (eshell-mode): Use define-derived-mode.
7654         * chistory.el (command-history-mode-map): Rename from
7655         command-history-map.
7656         (command-history-mode): Use define-derived-mode.
7657         (Command-history-setup): Remove function.
7658         * calc/calc.el (calc-trail-mode-map): New var.
7659         (calc-trail-mode): Use define-derived-mode.
7660         (calc-trail-buffer): Set calc-main-buffer manually.
7661         * bookmark.el (bookmark-insert-annotation): New function.
7662         (bookmark-edit-annotation): Use it.
7663         (bookmark-edit-annotation-mode): Make it a proper major mode.
7664         (bookmark-send-edited-annotation): Use derived-mode-p.
7665         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7666         closer to its ideal place.  Use \' to match EOS.
7668         * profiler.el (profiler-calltree-find): Use function-equal.
7670 2013-09-10  Glenn Morris  <rgm@gnu.org>
7672         * files.el (interpreter-mode-alist): Convert to regexps.
7673         (set-auto-mode): Adapt for this.  (Bug#15306)
7674         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7675         Comment out unused variable.
7676         * progmodes/cc-mode.el (interpreter-mode-alist):
7677         * progmodes/python.el (interpreter-mode-alist):
7678         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7679         * progmodes/sh-script.el (sh-set-shell):
7680         No longer use interpreter-mode-alist to get list of shells.
7682         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7684 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7686         * simple.el: Use set-temporary-overlay-map for universal-argument.
7687         (universal-argument-map): Don't use default-bindings (bug#15317).
7688         Bind switch-frame explicitly.  Replace universal-argument-minus with
7689         a conditional binding.
7690         (universal-argument-num-events, saved-overriding-map): Remove.
7691         (restore-overriding-map): Remove.
7692         (universal-argument--mode): Rename from save&set-overriding-map,
7693         and rewrite.
7694         (universal-argument, universal-argument-more, negative-argument)
7695         (digit-argument): Adjust accordingly.
7696         (universal-argument-minus): Remove.
7697         (universal-argument-other-key): Remove.
7699         * subr.el (with-demoted-errors): Add `format' argument.
7701 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
7703         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
7704         `tramp-cleanup-connection'.
7706         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7707         parameters KEEP-DEBUG and KEEP-PASSWORD.
7709         * net/tramp.el (tramp-file-name-handler):
7710         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7711         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7712         (tramp-maybe-open-connection):
7713         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7714         Use `tramp-cleanup-connection'.
7716         * net/tramp-sh.el (tramp-maybe-open-connection):
7717         Catch 'uname-changed inside the progress reporter.
7719 2013-09-10  Glenn Morris  <rgm@gnu.org>
7721         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
7723         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7724         returns "alternate access method" in mode (eg "-rw-r--r--.").
7726 2013-09-08  Glenn Morris  <rgm@gnu.org>
7728         * saveplace.el (load-save-place-alist-from-file):
7729         Demote errors.  (Bug#15305)
7731 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
7733         Improve compatibility with older Emacsen, and XEmacs.
7735         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7736         only if it is bound.  It isn't for XEmacs.
7737         (with-tramp-progress-reporter): Do not let-bind `result'.
7738         This yields to scoping errors in XEmacs.
7739         (tramp-handle-make-auto-save-file-name): New function, moved from
7740         tramp-sh.el.
7742         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7743         for `make-auto-save-file-name'.
7744         (tramp-adb--gnu-switches-to-ash):
7745         Use `tramp-compat-replace-regexp-in-string'.
7747         * net/tramp-cache.el (tramp-cache-print): Call
7748         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
7750         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7751         bound.  It isn't for XEmacs.
7753         * net/tramp-compat.el (tramp-compat-copy-file):
7754         Catch `wrong-number-of-arguments' error.
7755         (tramp-compat-replace-regexp-in-string): New defun.
7757         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7758         for `make-auto-save-file-name'.
7759         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7760         `copy-file'.
7761         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7762         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7763         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7765         * net/tramp-gw.el (tramp-gw-open-network-stream):
7766         Use `tramp-compat-replace-regexp-in-string'.
7768         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7769         Call `tramp-handle-make-auto-save-file-name'.
7770         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7771         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7772         (tramp-sh-file-inotifywait-process-filter):
7773         Use `tramp-compat-replace-regexp-in-string'.
7774         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7776         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7777         for `make-auto-save-file-name'.
7778         (tramp-smb-handle-copy-directory):
7779         Call `tramp-compat-replace-regexp-in-string'.
7780         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7781         (tramp-smb-handle-copy-file): Improve error message.
7782         (tramp-smb-handle-rename-file): Rename directly only in case
7783         `newname' does not exist yet.  This is a restriction of smbclient.
7784         (tramp-smb-maybe-open-connection): Rerun the function only when
7785         `auth-sources' is non-nil.
7787 2013-09-08  Kenichi Handa  <handa@gnu.org>
7789         * international/characters.el: Set category "^" (Combining) for
7790         more characters.
7792 2013-09-07  Alan Mackenzie  <acm@muc.de>
7794         Correctly fontify Java class constructors.
7795         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7796         in Java Mode.
7797         (c-recognize-typeless-decls): Set the Java value to t.
7798         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7799         While handling a "(", add a check for, effectively, Java, and handle a
7800         "typeless" declaration there.
7802 2013-09-07  Roland Winkler  <winkler@gnu.org>
7804         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7805         field subtitle for entry type book.
7807 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7809         * minibuffer.el: Make minibuffer-complete call completion-in-region
7810         rather than other way around.
7811         (completion--some, completion-pcm--find-all-completions):
7812         Don't delay signals when debugging.
7813         (minibuffer-completion-contents): Beware fields within the
7814         minibuffer contents.
7815         (completion-all-sorted-completions): Use defvar-local.
7816         (completion--do-completion, completion--cache-all-sorted-completions)
7817         (completion-all-sorted-completions, minibuffer-force-complete):
7818         Add args `beg' and `end'.
7819         (completion--in-region-1): New fun, extracted from minibuffer-complete.
7820         (minibuffer-complete): Use completion-in-region.
7821         (completion-complete-and-exit): New fun, extracted from
7822         minibuffer-complete-and-exit.
7823         (minibuffer-complete-and-exit): Use it.
7824         (completion--complete-and-exit): Rename from
7825         minibuffer--complete-and-exit.
7826         (completion-in-region--single-word): New function, extracted from
7827         minibuffer-complete-word.
7828         (minibuffer-complete-word): Use it.
7829         (display-completion-list): Make `common-substring' argument obsolete.
7830         (completion--in-region): Call completion--in-region-1 instead of
7831         minibuffer-complete.
7832         (completion-help-at-point): Pass boundaries to
7833         minibuffer-completion-help as args rather than via an overlay.
7834         (completion-pcm--string->pattern): Use `any-delim'.
7835         (completion-pcm--optimize-pattern): New function.
7836         (completion-pcm--pattern->regex): Handle `any-delim'.
7837         * icomplete.el (icomplete-forward-completions)
7838         (icomplete-backward-completions, icomplete-completions):
7839         Adjust calls to completion-all-sorted-completions and
7840         completion--cache-all-sorted-completions.
7841         (icomplete-with-completion-tables): Default to t.
7842         * emacs-lisp/crm.el (crm--current-element): Rename from
7843         crm--select-current-element.  Don't put an overlay but return the
7844         boundaries instead.
7845         (crm--completion-command): Take two new args to bind to the boundaries.
7846         (crm-completion-help): Adjust accordingly.
7847         (crm-complete): Use completion-in-region.
7848         (crm-complete-word): Use completion-in-region--single-word.
7849         (crm-complete-and-exit): Use completion-complete-and-exit.
7851 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7853         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7854         than dynamically.
7856 2013-09-06  Juri Linkov  <juri@jurta.org>
7858         * info.el (Info-display-images-node): When image file doesn't exist
7859         display text version of the image if it's provided in the Info file.
7860         Otherwise, display the location of missing image from SRC attribute.
7861         Add help-echo text property from ALT attribute.  (Bug#15279)
7863 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7866         (edit-abbrevs-mode): Use define-derived-mode.
7868         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7869         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7870         that it's defined.
7871         (epa-key-list-mode, epa-key-mode, epa-info-mode):
7872         Use define-derived-mode.
7874         * epg.el (epg-start-encrypt): Minor CSE simplification.
7876 2013-09-06  William Xu  <william.xwl@gmail.com>
7878         * arc-mode.el: Add support for 7za (bug#15264).
7879         (archive-7z-program): New var.
7880         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7881         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7882         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7884 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
7886         Remove URL syntax.
7888         * net/tramp.el (tramp-syntax, tramp-prefix-format)
7889         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7890         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7891         (tramp-postfix-host-format, tramp-file-name-regexp)
7892         (tramp-completion-file-name-regexp)
7893         (tramp-completion-dissect-file-name)
7894         (tramp-handle-substitute-in-file-name): Remove 'url case.
7895         (tramp-file-name-regexp-url)
7896         (tramp-completion-file-name-regexp-url): Remove constants.
7898 2013-09-06  Glenn Morris  <rgm@gnu.org>
7900         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
7902 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
7904         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7905         keywords" below "here-doc beginnings" (Bug#15270).
7907 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * subr.el (pop): Use `car-safe'.
7910         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7911         to detect unused `pop' return value.
7913         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7914         var `block-regexp'.
7915         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7916         (python-fill-string): Remove unused var `marker'.
7917         (python-skeleton-add-menu-items): Remove unused var `items'.
7919         * international/mule-cmds.el: Require CL.
7920         (find-coding-systems-for-charsets): Avoid add-to-list.
7921         (sanitize-coding-system-list): New function, extracted from
7922         select-safe-coding-system-interactively.
7923         (select-safe-coding-system-interactively): Use it.
7924         (read-input-method-name): Accept symbols for `default'.
7926         * emacs-lisp/advice.el (defadvice): Add indent rule.
7928 2013-09-05  Daniel Hackney  <dan@haxney.org>
7930         * dired-x.el:
7931         * net/ange-ftp.el:
7932         * net/browse-url.el:
7933         * net/dbus.el:
7934         * net/eudc.el:
7935         * net/eudcb-ldap.el:
7936         * net/eww.el:
7937         * net/imap.el:
7938         * printing.el:
7939         * vc/ediff-diff.el:
7940         * vc/ediff-init.el:
7941         * vc/ediff-merg.el:
7942         * vc/ediff-mult.el:
7943         * vc/ediff-util.el:
7944         * vc/ediff-wind.el:
7945         * vc/ediff.el:
7946         * vc/emerge.el:
7947         * vc/pcvs.el:
7948         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7949         byte compiler.  Remove some unused let-bound variables.
7951 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7953         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7954         a "ref-cell", since it gets better optimized (bug#14883).
7956 2013-09-05  Glenn Morris  <rgm@gnu.org>
7958         * progmodes/cc-awk.el (c-forward-sws): Declare.
7960 2013-09-04  Glenn Morris  <rgm@gnu.org>
7962         * generic-x.el [rul-generic-mode]: Require cc-mode.
7963         (c++-mode-syntax-table): Declare.
7964         (rul-generic-mode-syntax-table): Init in the defvar.
7966 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7968         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7969         (vc-do-command, vc-set-async-update):
7970         * vc/vc-mtn.el (vc-mtn-dir-status):
7971         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7972         (vc-hg-pull, vc-hg-merge-branch):
7973         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7974         (vc-git-merge-branch):
7975         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7976         (vc-cvs-dir-status-files):
7977         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7978         (vc-bzr-dir-status-files):
7979         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7980         * vc/vc-annotate.el: Use lexical-binding.
7981         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7982         (vc-sentinel-movepoint): Declare.
7983         (vc-annotate): Don't use `goto-line'.
7984         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7985         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7986         (vc-sentinel-movepoint): Declare.
7987         * vc/vc-svn.el: Use lexical-binding.
7988         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7989         * vc/vc-sccs.el:
7990         * vc/vc-rcs.el: Use lexical-binding.
7992         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7993         `deleted'.  Don't drop errors silently.
7995         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7997 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
7999         * vc/vc.el (vc-ignore): Rewrite.
8000         (vc-default-ignore): New function.
8001         (vc-default-ignore-completion-table): Use find-ignore-file.
8003         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8004         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8005         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8006         Remove.  Most code moved to vc.el.
8008 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8010         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8011         * net/tramp-smb.el (tramp-smb-get-file-entries):
8012         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8013         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8015         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8016         Update call to it.
8017         (eww-change-select): Remove unused var `properties'.
8018         (eww-make-unique-file-name): Remove unused var `base'.
8020         * finder.el (finder-compile-keywords): Don't mess with windows.
8022         * calculator.el (calculator-funcall): Fix typo in last change.
8024         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8026         * emacs-lisp/package.el (package-activate-1): Don't let a missing
8027         <pkg>-autoloads.el file stop us.
8029         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8030         warnings, and factor out common code.
8032 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
8034         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8035         two-character operators and whether the character preceding them
8036         changes their meaning (Bug#15208).
8038 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8040         Format code sent to Python shell for robustness.
8041         * progmodes/python.el (python-shell-buffer-substring):
8042         New function.
8043         (python-shell-send-region, python-shell-send-buffer): Use it.
8045 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
8047         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8048         * net/tramp.el (tramp-user-error): ... here.
8049         (tramp-find-method, tramp-check-proper-host)
8050         (tramp-dissect-file-name, tramp-debug-message)
8051         (tramp-handle-shell-command):
8052         * net/tramp-adb.el (tramp-adb-handle-shell-command):
8053         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8055         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8057 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
8059         * avoid.el (mouse-avoidance-point-position)
8060         (mouse-avoidance-too-close-p): Handle case where posn-at-point
8061         returns nil.
8063 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8065         * progmodes/python.el (python-shell-completion-get-completions):
8066         Drop use of deleted `comint-last-prompt-overlay'.
8067         (python-nav-if-name-main): New command.
8069 2013-09-01  Glenn Morris  <rgm@gnu.org>
8071         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8072         Avoid leading space in $wins.  Otherwise the sed command used by
8073         eg compile-main ends up containing "/*.el".  (Bug#15170)
8075         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
8077 2013-08-30  Glenn Morris  <rgm@gnu.org>
8079         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8080         Fix is-this-a-directory logic.  (Bug#15220)
8082 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8084         * textmodes/css-mode.el: Use SMIE.
8085         (css-smie-grammar): New var.
8086         (css-smie--forward-token, css-smie--backward-token)
8087         (css-smie-rules): New functions.
8088         (css-mode): Use them.
8089         (css-navigation-syntax-table): Remove var.
8090         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8091         (css-indent-calculate, css-indent-line): Remove functions.
8093         Misc changes to reduce use of `(lambda...); and other cleanups.
8094         * cus-edit.el: Use lexical-binding.
8095         (customize-push-and-save, customize-apropos)
8096         (custom-buffer-create-internal): Use closures.
8097         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8098         * progmodes/ada-xref.el: Use setq.
8099         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8100         * dframe.el: Use lexical-binding.
8101         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
8102         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8103         * descr-text.el: Use lexical-binding.
8104         (describe-text-widget, describe-text-sexp, describe-property-list):
8105         Use closures.
8106         * comint.el (comint-history-isearch-push-state): Use a closure.
8107         * calculator.el: Use lexical-binding.
8108         (calculator-number-to-string): Make it work with lexical-binding.
8109         (calculator-funcall): Same and use cl-letf.
8111         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8112         (lisp--company-doc-string, lisp--company-location): New functions.
8113         (lisp-completion-at-point): Use them to improve Company support.
8115         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8116         params of lambda expressions.
8117         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8118         (ruby-smie--opening-pipe-p): New function.
8119         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8120         symbols and matched |...| for formal params.
8121         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8122         from being treated as hanging.  Handle "rescue".
8124 2013-08-29  Glenn Morris  <rgm@gnu.org>
8126         * progmodes/cc-engine.el (c-pull-open-brace):
8127         Move definition before use.
8129 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8131         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8132         are immutable.  Don't use `unsafe' any more.
8133         (cl--defsubst-expand): Don't substitute at the same time as keeping
8134         a residual unused let-binding.  Don't use `unsafe' any more.
8136 2013-08-29  Glenn Morris  <rgm@gnu.org>
8138         * calendar/cal-china.el (calendar-chinese-year-cache):
8139         Recenter on 2015.
8141         * nxml/nxml-util.el (nxml-debug-clear-inside):
8142         Use cl-loop rather than loop.
8144         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8146         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8148 2013-08-28  Glenn Morris  <rgm@gnu.org>
8150         * progmodes/antlr-mode.el: No need to require cc-mode twice.
8152         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8154         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8156 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8158         * simple.el (repeat-complex-command--called-interactively-skip):
8159         New function.
8160         (repeat-complex-command): Use it (bug#14136).
8162         * progmodes/cc-mode.el: Minor cleanup of var declarations.
8163         (c-define-abbrev-table): Add `doc' argument.
8164         (c-mode-abbrev-table, c++-mode-abbrev-table)
8165         (objc-mode-abbrev-table, java-mode-abbrev-table)
8166         (idl-mode-abbrev-table, pike-mode-abbrev-table)
8167         (awk-mode-abbrev-table): Use it.
8168         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8169         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8170         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8171         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8172         Move initialization into the declaration; and remove any
8173         autoload cookie.
8175         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8176         and dynamic let binding.
8178         * vc/smerge-mode.el: Remove redundant :group args.
8180         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8181         to load-path.
8183 2013-08-28  Juri Linkov  <juri@jurta.org>
8185         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8186         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8187         (isearch-other-meta-char): Handle an undefined shifted printing
8188         character by downshifting it.  (Bug#15200)
8190 2013-08-28  Juri Linkov  <juri@jurta.org>
8192         * isearch.el (isearch-search): Change regexp error message for
8193         non-regexp searches.  (Bug#15166)
8195 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8197         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8198         for portability to hosts where /bin/sh has problems.
8200 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8204 2013-08-27  Juri Linkov  <juri@jurta.org>
8206         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8207         in the keyboard macro.  (Bug#15126)
8209 2013-08-27  Juri Linkov  <juri@jurta.org>
8211         * isearch.el (isearch-quote-char): Comment out converting unibyte
8212         to multibyte, thus syncing with its `quoted-insert' counterpart.
8213         (Bug#15166)
8215 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
8217         * window.el (display-buffer-use-some-window): Add missing
8218         argument in call of get-largest-window (Bug#15185).
8219         Reported by Stephen Leake.
8221 2013-08-27  Glenn Morris  <rgm@gnu.org>
8223         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8225 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8227         * progmodes/python.el (python-font-lock-keywords): Don't return nil
8228         from a matcher-function unless there's no more matches (bug#15161).
8230 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
8232         * minibuffer.el: Revert change from 2013-08-20.
8234         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8235         with text property `tramp-default', if appropriate.
8236         (tramp-check-proper-host): New defun.
8237         (tramp-dissect-file-name): Do not check hostname.  Revert change
8238         of 2013-03-18.
8239         (tramp-backtrace): Make VEC-OR-PROC optional.
8241         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8242         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8243         * net/tramp-sh.el (tramp-maybe-open-connection):
8244         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8245         Apply `tramp-check-proper-host'.
8247 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
8249         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8250         lambda expression in order to have `describe-variable' display it.
8252 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
8254         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8255         BUF can be optional.  (Bug#15186)
8257 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
8259         * progmodes/flymake.el (flymake-get-real-file-name-function):
8260         Fix broken customization.  (Bug#15184)
8262 2013-08-25  Alan Mackenzie  <acm@muc.de>
8264         Improve indentation of bracelists defined by macros (without "=").
8266         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8267         expansion begins with "{", regard it as bracelist when it doesn't
8268         contain a ";".
8270         Parse C++ inher-intro when there's a template split over 2 lines.
8272         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8273         rigorously the search for "class" etc. followed by ":".
8275         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8276         random languages a regexp which never matches rather than nil.
8278         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8280         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8281         (c-awk-regexp-one-line-possibly-open-char-list-re)
8282         (c-awk-one-line-possibly-open-regexp-re)
8283         (c-awk-one-line-non-syn-ws*-re): Remove.
8284         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8285         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8286         (c-awk-space*-unclosed-regexp-/-re): New constants.
8287         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8288         aren't regexp delimiters.
8290         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8291         handling for a rare situation in AWK Mode involving unterminated
8292         strings/regexps.
8294 2013-08-23  Glenn Morris  <rgm@gnu.org>
8296         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8298         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8300         * files.el (create-file-buffer): If the result would begin with
8301         spaces, prepend a "|" instead of removing them.  (Bug#15162)
8303 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8305         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8306         text-properties (bug#15155).
8308         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8309         exist any more.
8310         (calc-keypad-redraw): Remove unused var `pad'.
8311         (calc-keypad-press): Remove unused var `menu'.
8313 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
8315         * window.el (display-buffer-pop-up-frame):
8316         Call pop-up-frame-function with BUFFER current so `make-frame' will
8317         use it as the new frame's buffer (Bug#15133).
8319 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8321         * calendar/timeclock.el: Minor cleanups.
8322         (timeclock-ask-before-exiting, timeclock-use-display-time):
8323         Use `symbol'.
8324         (timeclock-modeline-display): Define as alias before the
8325         actual definition.
8326         (timeclock-mode-line-display): Use define-minor-mode.
8327         (timeclock-day-list-template): Make it a function, add an argument.
8328         (timeclock-day-list-required, timeclock-day-list-length)
8329         (timeclock-day-list-debt, timeclock-day-list-span)
8330         (timeclock-day-list-break): Adjust calls accordingly.
8332 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8335         Use read--expression so that completion works again.
8337 2013-08-21  Sam Steingold  <sds@gnu.org>
8339         Add rudimentary inferior shell interaction
8340         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8341         (sh-set-shell): Reset it.
8342         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8343         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8345 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8347         * align.el: Use lexical-binding.
8348         (align-region): Simplify accordingly.
8350 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
8352         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8354         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8355         `non-essential' up.
8357 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
8359         * net/tramp.el:
8360         * net/tramp-adb.el:
8361         * net/tramp-cmds.el:
8362         * net/tramp-ftp.el:
8363         * net/tramp-gvfs.el:
8364         * net/tramp-gw.el:
8365         * net/tramp-sh.el: Don't wrap external variable declarations by
8366         `eval-when-compile'.
8368 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8370         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8371         now that Emacs supports ImageMagick animations.
8373 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
8375         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8376         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8378 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
8380         * window.el (mouse-autoselect-window-select): Do autoselect when
8381         mouse pointer is on margin.
8383 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
8385         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
8387 2013-08-16  Glenn Morris  <rgm@gnu.org>
8389         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8390         Handle "Remote Directory" response of some clients.  (Bug#15058)
8392         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8393         Tweak warning.  (Bug#14926)
8395         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8396         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
8398         * image-mode.el (image-mode-map): Add menu items to reverse,
8399         increase, decrease, reset animation speed.
8400         (image--set-speed, image-increase-speed, image-decrease-speed)
8401         (image-reverse-speed, image-reset-speed): New functions.
8402         (image-mode-map): Add bindings for speed commands.
8404         * image.el (image-animate-get-speed, image-animate-set-speed):
8405         New functions.
8406         (image-animate-timeout): Respect image :speed property.
8408 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8410         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8411         previous line (bug#15101).
8412         (debugger-eval-expression, debugger-record-expression):
8413         Use read--expression (bug#15102).
8415 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
8417         Remove byte compiler warnings, visible when compiling with
8418         `byte-compile-force-lexical-warnings' set to t.
8420         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8421         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8422         (tramp-handle-unhandled-file-name-directory)
8423         (tramp-handle-file-notify-add-watch, tramp-action-login)
8424         (tramp-action-succeed, tramp-action-permission-denied)
8425         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8426         arguments with "_".
8428         * net/tramp-adb.el (tramp-adb-parse-device-names)
8429         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8430         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8431         (tramp-adb-handle-file-truename): Remove unused arguments.
8433         * net/tramp-cache.el (tramp-flush-directory-property)
8434         (tramp-flush-connection-property, tramp-list-connections)
8435         (tramp-parse-connection-properties): Prefix unused arguments with "_".
8437         * net/tramp-compat.el (tramp-compat-make-temp-file):
8438         Rename FILENAME to F.
8440         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8441         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8442         (tramp-zeroconf-parse-workstation-device-names)
8443         (tramp-zeroconf-parse-webdav-device-names)
8444         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8446         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8447         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8449         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8450         arguments.
8451         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8452         (tramp-sh-handle-insert-file-contents-literally)
8453         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8454         with "_".
8455         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8456         Remove unused variables.
8458         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8459         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8460         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8462         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8463         Make them a defconst.
8464         (tramp-uuencode-region): Remove unused variable.
8466 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
8468         * frameset.el (frameset--prop-setter): New function.
8469         (frameset-prop): Add gv-setter declaration.
8470         (frameset-filter-minibuffer): Deal with the case that the minibuffer
8471         parameter was already set in FILTERED.  Doc fix.
8472         (frameset--record-minibuffer-relationships): Allow saving a
8473         minibufferless frame without its corresponding minibuffer frame.
8474         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8475         frame, if the frame id matches.
8476         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8477         frames before orphaned ones.
8478         (frameset-restore): Warn about orphaned windows, instead of error out.
8480 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
8482         * window.el (window-make-atom): Don't overwrite parameter
8483         already present.
8484         (display-buffer-in-atom-window): Handle special case where we
8485         split an already atomic window.
8486         (window--major-non-side-window, display-buffer-in-side-window)
8487         (window--side-check): Ignore minibuffer window when walking
8488         window tree.
8489         (window-deletable-p): Return 'frame only if no other frame uses
8490         our minibuffer window.
8491         (record-window-buffer): Run buffer-list-update-hook.
8492         (split-window): Make sure window--check-frame won't destroy an
8493         existing atomic window in case the new window gets nested
8494         inside.
8495         (display-buffer-at-bottom): Ignore minibuffer window when
8496         walking window tree.  Don't split a side window.
8497         (pop-to-buffer): Don't set-buffer here, the select-window call
8498         should do that.
8499         (mouse-autoselect-window-select): Autoselect only if we are in the
8500         text portion of the window.
8502 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8504         * net/shr.el (shr-parse-image-data): New function to grab both the
8505         data itself and the Content-Type.
8506         (shr-put-image): Use it.
8508         * net/eww.el (eww-display-image): Ditto.
8510         * image.el (image-content-type-suffixes): New variable.
8512 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8514         * progmodes/python.el (python-imenu--build-tree)
8515         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8517 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
8519         * simple.el (backward-word): Mention the optional argument.
8521 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         * frameset.el (frameset--make): Rename constructor from make-frameset.
8524         (frameset-p, frameset-valid-p): Don't autoload.
8525         (frameset-valid-p): Use normal accessors.
8527 2013-08-13  Glenn Morris  <rgm@gnu.org>
8529         * progmodes/compile.el (compile-command): Tweak example in doc.
8530         * obsolete/scribe.el (scribe-mode):
8531         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
8533         * mail/feedmail.el (feedmail-confirm-outgoing)
8534         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8536         * cus-start.el (truncate-partial-width-windows): Fix type.
8538         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8540         * net/shr.el (shr-table-horizontal-line): Fix custom type.
8542 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8544         * emacs-lisp/timer.el (timer--time-setter): New function.
8545         (timer--time): Use it as gv-setter.
8547         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8548         setter is not a symbol.
8550 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
8552         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8553         if sending fails.  This makes debugging easier.
8555 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
8557         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8558         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8559         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8561 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
8563         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8565 2013-08-12  Glenn Morris  <rgm@gnu.org>
8567         * format.el (format-annotate-function):
8568         Handle read-only text properties in the source.  (Bug#14887)
8570 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8572         * net/eww.el (eww-display-html): Ignore coding system errors.
8573         One web site uses "utf-8lias" as the coding system.
8575 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
8577         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8579 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
8581         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8582         (tutorial--detailed-help): Remove unused local variables.
8583         (tutorial--save-tutorial-to): Use ignore-errors.
8584         (help-with-tutorial): Use looking-at-p.
8586         * view.el (view-buffer-other-window, view-buffer-other-frame):
8587         Mark unused arguments.
8589         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8590         (woman-select-symbol-fonts, woman, woman-find-file)
8591         (woman-insert-file-contents, woman-non-underline-faces):
8592         Use string-match-p.
8593         (woman1-unquote): Move declaration.
8595         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8596         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
8597         argument.  Remove unused local variable.
8598         (xml-parse-elem-type): Use string-match-p.
8599         (xml-substitute-numeric-entities): Use ignore-errors.
8601         * calculator.el (calculator): Mark unused argument.
8602         (calculator-paste, calculator-quit, calculator-integer-p):
8603         Use ignore-errors.
8604         (calculator-string-to-number, calculator-decimal, calculator-exp)
8605         (calculator-op-or-exp): Use string-match-p.
8607         * dired.el (dired-buffer-more-recently-used-p): Declare.
8608         (dired-insert-set-properties, dired-insert-old-subdirs):
8609         Use ignore-errors.
8611         * dired-aux.el (dired-compress): Use ignore-errors.
8612         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8613         (dired-do-async-shell-command, dired-do-shell-command)
8614         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8615         (dired-insert-subdir-validate): Use string-match-p.
8616         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8617         (dired-add-entry): Use string-match-p, looking-at-p.
8618         (dired-insert-subdir-newpos): Remove unused local variable.
8620         * filenotify.el (file-notify-callback): Remove unused local variable.
8622         * filesets.el (filesets-error): Mark unused argument.
8623         (filesets-which-command-p, filesets-filter-dir-names)
8624         (filesets-directory-files, filesets-get-external-viewer)
8625         (filesets-ingroup-get-data): Use string-match-p.
8627         * find-file.el (ff-other-file-name, ff-other-file-name)
8628         (ff-find-the-other-file, ff-cc-hh-converter):
8629         Remove unused local variables.
8630         (ff-get-file-name): Use string-match-p.
8631         (ff-all-dirs-under): Use ignore-errors.
8633         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8634         (follow-select-if-visible): Remove unused local variable.
8636         * forms.el (read-file-filter): Move declaration.
8637         (forms--make-format, forms--make-parser, forms-insert-record):
8638         Quote function with #'.
8639         (forms--update): Use string-match-p.  Quote function with #'.
8641         * help-mode.el (help-dir-local-var-def): Mark unused argument.
8642         (help-make-xrefs): Use looking-at-p.
8643         (help-xref-on-pp): Use looking-at-p, ignore-errors.
8645         * ibuffer.el (ibuffer-ext-visible-p): Declare.
8646         (ibuffer-confirm-operation-on): Use string-match-p.
8648         * msb.el (msb-item-handler, msb-dired-item-handler):
8649         Mark unused arguments.
8651         * ses.el (ses-decode-cell-symbol)
8652         (ses-kill-override): Remove unused local variable.
8653         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8654         (ses-load): Use ignore-errors, looking-at-p.
8655         (ses-jump-safe): Use ignore-errors.
8656         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8658         * tabify.el (untabify, tabify): Mark unused arguments.
8660         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8661         Mark unused argument.
8662         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8663         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8665         * emacs-lisp/timer.el (timer--time): Define setter with
8666         gv-define-setter to avoid deprecation warning.
8668         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8669         (*record-cmpl-statistics-p*): Remove (was commented out).
8670         (cmpl-statistics-block): Remove (body was commented out).
8671         All callers changed.
8672         (add-completions-from-buffer, load-completions-from-file):
8673         Remove unused variables.
8675 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8677         * filecache.el (file-cache-delete-file-list):
8678         Print message only when told so.
8679         (file-cache-files-matching): Use #' in mapconcat argument.
8681         * ffap.el (ffap-url-at-point): Fix reference to variable
8682         thing-at-point-default-mail-uri-scheme.
8684 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8686         * subr.el (define-error): New function.
8687         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8688         error-file-not-found and define with define-error.
8689         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8690         and define with define-error.
8691         * userlock.el (file-locked, file-supersession):
8692         * simple.el (mark-inactive):
8693         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8694         * progmodes/ada-mode.el (ada-mode-errors):
8695         * play/life.el (life-extinct):
8696         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8697         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8698         * nxml/rng-util.el (rng-error):
8699         * nxml/rng-uri.el (rng-uri-error):
8700         * nxml/rng-match.el (rng-compile-error):
8701         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8702         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8703         * nxml/nxml-rap.el (nxml-scan-error):
8704         * nxml/nxml-outln.el (nxml-outline-error):
8705         * net/soap-client.el (soap-error):
8706         * net/gnutls.el (gnutls-error):
8707         * net/ange-ftp.el (ftp-error):
8708         * mpc.el (mpc-proc-error):
8709         * json.el (json-error, json-readtable-error, json-unknown-keyword)
8710         (json-number-format, json-string-escape, json-string-format)
8711         (json-key-format, json-object-format):
8712         * jka-compr.el (compression-error):
8713         * international/quail.el (quail-error):
8714         * international/kkc.el (kkc-error):
8715         * emacs-lisp/ert.el (ert-test-failed):
8716         * calc/calc.el (calc-error, inexact-result, math-overflow)
8717         (math-underflow):
8718         * bookmark.el (bookmark-error-no-filename):
8719         * epg.el (epg-error): Define with define-error.
8721         * time.el (display-time-event-handler)
8722         (display-time-next-load-average): Don't call sit-for since it seems
8723         unnecessary (bug#15045).
8725         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8726         Use #' instead of ' to quote functions.
8727         (checkdoc-output-mode): Use setq-local.
8728         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8729         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8730         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8731         (checkdoc-ispell, checkdoc-ispell-current-buffer)
8732         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8733         (checkdoc-ispell-message-text, checkdoc-ispell-start)
8734         (checkdoc-ispell-continue, checkdoc-ispell-comments)
8735         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8737         * ido.el (ido-completion-help): Fix up compiler warning.
8739 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8741         * frameset.el (frameset-p): Add autoload cookie.
8742         (frameset--jump-to-register): New function, based on code moved from
8743         register.el.
8744         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
8746         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8747         (frameset-restore, frameset-save, frameset-session-filter-alist):
8748         Remove declarations.
8749         (register-alist): Doc fix.
8750         (frameset-to-register): Move to frameset.el.
8751         (jump-to-register, describe-register-1): Remove frameset-specific code.
8753 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8755         * allout-widgets.el (allout-widgets-pre-command-business)
8756         (allout-widgets-post-command-business)
8757         (allout-widgets-after-change-handler)
8758         (allout-decorate-item-and-context, allout-set-boundary-marker)
8759         (allout-body-modification-handler)
8760         (allout-graphics-modification-handler): Mark ignored arguments.
8761         (allout-widgets-post-command-business)
8762         (allout-widgets-exposure-change-processor)
8763         (allout-widgets-exposure-undo-processor)
8764         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8765         (allout-parse-item-at-point, allout-decorate-item-guides)
8766         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8767         * allout.el (epa-passphrase-callback-function): Declare.
8768         (allout-overlay-insert-in-front-handler)
8769         (allout-overlay-interior-modification-handler)
8770         (allout-isearch-end-handler, allout-chart-siblings)
8771         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8772         (allout-yank-processing, allout-process-exposed)
8773         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8774         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8775         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8776         (lisp-indent-defform): Mark ignored arguments.
8777         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
8778         (calculate-lisp-indent): Remove unused variables.
8779         * international/characters.el (indian-2-column, arabic-2-column)
8780         (tibetan): Mark ignored arguments.
8781         (use-cjk-char-width-table): Mark ignored arguments.
8782         Remove unused variables.
8783         * international/fontset.el (build-default-fontset-data)
8784         (x-compose-font-name, create-fontset-from-fontset-spec):
8785         Mark ignored arguments.
8786         (fontset-plain-name): Remove unused variables.
8787         * international/mule.el (charset-id, charset-bytes, generic-char-p)
8788         (keyboard-coding-system): Mark ignored arguments.
8789         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
8790         * help.el (resize-temp-buffer-window):
8791         * window.el (display-buffer-in-major-side-window)
8792         (display-buffer-in-side-window, display-buffer-in-previous-window):
8793         Remove unused variables.
8794         * isearch.el (isearch-forward-symbol):
8795         * version.el (emacs-bzr-version-bzr):
8796         * international/mule-cmds.el (current-language-environment):
8797         * term/common-win.el (x-handle-iconic, x-handle-geometry)
8798         (x-handle-display):
8799         * term/pc-win.el (x-list-fonts, x-display-planes)
8800         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8801         (x-server-version, x-display-screens, x-display-mm-height)
8802         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8803         (x-selection-owner-p, x-own-selection-internal)
8804         (x-disown-selection-internal, x-get-selection-internal)
8805         (msdos-initialize-window-system):
8806         * term/tty-colors.el (tty-color-alist, tty-color-clear):
8807         * term/x-win.el (x-handle-no-bitmap-icon):
8808         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8809         (vc-default-find-file-hook, vc-default-extra-menu):
8810         Mark ignored arguments.
8812 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8814         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8815         break-condition in the context of the debugged code (bug#12685).
8817 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
8819         * comint.el:
8820         Do not use an overlay to highlight the last prompt.  (Bug#14744)
8821         (comint-mode): Make comint-last-prompt buffer local.
8822         (comint-last-prompt): New variable.
8823         (comint-last-prompt-overlay): Remove.  Superseded by
8824         comint-last-prompt.
8825         (comint-snapshot-last-prompt, comint-output-filter):
8826         Use comint-last-prompt.
8828 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8830         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
8831         (frameset-save): Check validity of the resulting frameset.
8833 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
8835         * ido.el (ido-record-command): Add doc string.
8837 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8839         * frameset.el (frameset): Do not disable creation of the default
8840         frameset-p predicate.  Doc fix.
8841         (frameset-valid-p): New function, copied from the old predicate-p.
8842         Add additional checks.
8843         (frameset-restore): Check with frameset-valid-p.
8844         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8845         (frameset-name, frameset-description, frameset-properties)
8846         (frameset-states): Add docstring.
8847         (frameset-session-filter-alist, frameset-persistent-filter-alist)
8848         (frameset-filter-alist): Doc fixes.
8850 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8852         * frameset.el (frameset-p, frameset-prop): Doc fixes.
8854 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8857         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8858         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8859         (byte-compile-normal-call): Remove obsolescence check.
8861 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8863         * frameset.el (frameset-restore): Doc fix.
8865         * register.el (frameset-frame-id, frameset-frame-with-id)
8866         (frameset-p, frameset-restore, frameset-save): Declare.
8867         (register-alist): Document framesets.
8868         (frameset-session-filter-alist): Declare.
8869         (frameset-to-register): New function.
8870         (jump-to-register): Implement jumping to framesets.  Doc fix.
8871         (describe-register-1): Describe framesets.
8873         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8875 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
8877         * desktop.el (desktop-save-frameset): Use new frameset-save args.
8878         Use lexical-binding.
8880         * frameset.el (frameset): Use type vector, not list (incompatible
8881         change).  Do not declare a new constructor, use the default one.
8882         Upgrade suggested properties `app', `name' and `desc' to slots `app',
8883         `name' and `description', respectively, and add read-only slot
8884         `timestamp'.  Doc fixes.
8885         (frameset-copy, frameset-persistent-filter-alist)
8886         (frameset-filter-alist, frameset-switch-to-gui-p)
8887         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8888         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8889         (frameset-filter-iconified, frameset-keep-original-display-p):
8890         Doc fixes.
8891         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8892         Rename from frameset-filter-(save|restore)-param.  All callers changed.
8893         Doc fix.
8894         (frameset-p): Adapt to change to vector and be more thorough.
8895         Change arg name to OBJECT.  Doc fix.
8896         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
8897         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8898         All callers changed.
8899         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8900         All callers changed.
8901         (frameset--record-minibuffer-relationships): Rename from
8902         frameset--process-minibuffer-frames.  All callers changed.
8903         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8904         Use new default constructor (again).  Doc fix.
8905         (frameset--find-frame-if): Rename from `frameset--find-frame'.
8906         All callers changed.
8907         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8908         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8909         Doc fix.
8910         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8911         PARAMETERS and WINDOW-STATE, respectively.
8912         (frameset-restore): Add new keyword argument PREDICATE.
8913         Reset frameset--target-display to nil.  Doc fix.
8915 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8917         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8918         (bat-mode): Use it.
8919         (bat-mode-syntax-table): Mark \n as end-of-comment.
8920         (bat-font-lock-keywords): Remove comment rule.
8922         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
8923         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
8925         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8926         (byte-compile-callargs-warn): Use `push'.
8927         (byte-compile-arglist-warn): Ignore higher-order "calls".
8928         (byte-compile-file-form-autoload): Use `pcase'.
8929         (byte-compile-function-form): If quoting a symbol, check that it exists.
8931 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
8933         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8934         and add a few popular commands found in batch files.
8935         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8936         (dos-mode): Doc fixes.
8938 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8940         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8941         (dos-mode): Use setq-local.  Add space after "rem".
8942         (dos-mode-syntax-table): Don't use "w" for symbol chars.
8943         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8945 2013-08-07  Arni Magnusson  <arnima@hafro.is>
8947         * progmodes/dos.el: New file.
8948         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8949         dos-mode.
8951 2013-08-06  Glenn Morris  <rgm@gnu.org>
8953         * calendar/calendar.el: Add new faces, and day-header-array.
8954         (calendar-weekday-header, calendar-weekend-header)
8955         (calendar-month-header): New faces.
8956         (calendar-day-header-construct): New function.
8957         (calendar-day-header-width): Also :set calendar-day-header-array.
8958         (calendar-american-month-header, calendar-european-month-header)
8959         (calendar-iso-month-header): Use calendar- faces.
8960         (calendar-generate-month):
8961         Use calendar-day-header-array for day headers; apply faces to them.
8962         (calendar-mode): Check calendar-font-lock-keywords non-nil.
8963         (calendar-abbrev-construct): Add optional maxlen argument.
8964         (calendar-day-name-array): Doc fix.
8965         (calendar-day-name-array, calendar-abbrev-length)
8966         (calendar-day-abbrev-array):
8967         Also :set calendar-day-header-array, and maybe redraw.
8968         (calendar-day-header-array): New option.  (Bug#15007)
8969         (calendar-font-lock-keywords): Set to nil and make obsolete.
8970         (calendar-day-name): Add option to use header array.
8972 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974         * net/shr.el (shr-render-td): Remove debugging.
8975         (shr-render-td): Make width computation consistent by defaulting
8976         all zero-width columns to 10 characters.  This may not be optimal,
8977         but it's at least consistent.
8978         (shr-make-table-1): Redo last change to fix the real problem in
8979         colspan handling.
8981 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8983         * files.el (cache-long-line-scans):
8984         Make obsolete alias to `cache-long-scans'.
8986 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8988         * frameset.el (frameset, frameset-filter-alist)
8989         (frameset-filter-params, frameset-save, frameset--reuse-frame)
8990         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8991         (frameset-compute-pos): Rename from frameset--compute-pos,
8992         and add docstring.
8993         (frameset-move-onscreen): Use frameset-compute-pos.
8994         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8996         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8997         Fix typos in docstrings.
8999 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
9001         * frame.el (get-other-frame): Tiny cleanup.
9003 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
9005         * vc/vc.el (vc-default-ignore-completion-table):
9006         Silence byte-compiler warning.
9008         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9009         slot, which can indeed be nil.
9010         (frameset-live-filter-alist, frameset-persistent-filter-alist):
9011         Move entry for `left' from persistent to live filter alist.
9012         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9013         Doc fixes.
9014         (frameset-filter-params): When restoring a frame, copy items added to
9015         `filtered', to avoid unwittingly modifying the original parameters.
9016         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
9017         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9019         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9020         to use looking-at-p instead of looking-at.  (Bug#15028)
9022 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9024         Revert introduction of isearch-filter-predicates (bug#14714).
9025         Rely on add-function instead.
9026         * isearch.el (isearch-filter-predicates): Rename it back to
9027         isearch-filter-predicate.
9028         (isearch-message-prefix): Use advice-function-mapc and advice
9029         properties to get the isearch-message-prefix.
9030         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9031         instead of run-hook-with-args-until-failure.
9032         (isearch-filter-visible): Not obsolete any more.
9033         * loadup.el: Preload nadvice.
9034         * replace.el (perform-replace): Revert to funcall
9035         instead of run-hook-with-args-until-failure.
9036         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9037         * dired-aux.el (dired-isearch-filenames-mode): Rename from
9038         dired-isearch-filenames-toggle; make it into a proper minor mode.
9039         Use add/remove-function.
9040         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9041         Call the minor-mode rather than add/remove-hook.
9042         (dired-isearch-filter-filenames):
9043         Remove isearch-message-prefix property.
9044         * info.el (Info--search-loop): New function, extracted from Info-search.
9045         Funcall isearch-filter-predicate instead of
9046         run-hook-with-args-until-failure isearch-filter-predicates.
9047         (Info-search): Use it.
9048         (Info-mode): Use isearch-filter-predicate instead of
9049         isearch-filter-predicates.
9051 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
9053         Do not call to `selected-window' where it is assumed by default.
9054         Affected functions are `window-minibuffer-p', `window-dedicated-p',
9055         `window-hscroll', `window-width', `window-height', `window-buffer',
9056         `window-frame', `window-start', `window-point', `next-window'
9057         and `window-display-table'.
9058         * abbrev.el (abbrev--default-expand):
9059         * bs.el (bs--show-with-configuration):
9060         * buff-menu.el (Buffer-menu-mouse-select):
9061         * calc/calc.el (calc):
9062         * calendar/calendar.el (calendar-generate-window):
9063         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9064         (diary-make-entry):
9065         * comint.el (send-invisible, comint-dynamic-complete-filename)
9066         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9067         * completion.el (complete):
9068         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9069         * disp-table.el (describe-current-display-table):
9070         * doc-view.el (doc-view-insert-image):
9071         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9072         * ehelp.el (with-electric-help):
9073         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9074         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9075         * emacs-lisp/helper.el (Helper-help-scroller):
9076         * emulation/cua-base.el (cua--post-command-handler-1):
9077         * eshell/esh-mode.el (eshell-output-filter):
9078         * ffap.el (ffap-gnus-wrapper):
9079         * help-macro.el (make-help-screen):
9080         * hilit-chg.el (highlight-compare-buffers):
9081         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9082         * hl-line.el (global-hl-line-highlight):
9083         * icomplete.el (icomplete-simple-completing-p):
9084         * isearch.el (isearch-done):
9085         * jit-lock.el (jit-lock-stealth-fontify):
9086         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9087         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9088         * mpc.el (mpc-tagbrowser, mpc):
9089         * net/rcirc.el (rcirc-any-buffer):
9090         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9091         * play/landmark.el (landmark-max-width, landmark-max-height):
9092         * play/zone.el (zone):
9093         * progmodes/compile.el (compilation-goto-locus):
9094         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9095         * progmodes/etags.el (find-tag-other-window):
9096         * progmodes/fortran.el (fortran-column-ruler):
9097         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9098         * progmodes/verilog-mode.el (verilog-point-text):
9099         * reposition.el (reposition-window):
9100         * rot13.el (toggle-rot13-mode):
9101         * server.el (server-switch-buffer):
9102         * shell.el (shell-dynamic-complete-command)
9103         (shell-dynamic-complete-environment-variable):
9104         * simple.el (insert-buffer, set-selective-display)
9105         (delete-completion-window):
9106         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9107         (speedbar-recenter):
9108         * startup.el (fancy-splash-head):
9109         * textmodes/ispell.el (ispell-command-loop):
9110         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9111         * tutorial.el (help-with-tutorial):
9112         * vc/add-log.el (add-change-log-entry):
9113         * vc/compare-w.el (compare-windows):
9114         * vc/ediff-help.el (ediff-indent-help-message):
9115         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9116         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9117         (ediff-setup-control-frame):
9118         * vc/emerge.el (emerge-position-region):
9119         * vc/pcvs-util.el (cvs-bury-buffer):
9120         * window.el (walk-windows, mouse-autoselect-window-select):
9121         * winner.el (winner-set-conf, winner-undo): Related users changed.
9123 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
9125         * frameset.el (frameset--set-id): Doc fix.
9126         (frameset-frame-id, frameset-frame-id-equal-p)
9127         (frameset-locate-frame-id): New functions.
9128         (frameset--process-minibuffer-frames, frameset--reuse-frame)
9129         (frameset-restore): Use them.
9131 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
9133         Do not call to `selected-frame' where it is assumed by default.
9134         Affected functions are `raise-frame', `redraw-frame',
9135         `frame-first-window', `frame-terminal' and `delete-frame'.
9136         * calendar/appt.el (appt-disp-window):
9137         * epg.el (epg-wait-for-completion):
9138         * follow.el (follow-delete-other-windows-and-split)
9139         (follow-avoid-tail-recenter):
9140         * international/mule.el (set-terminal-coding-system):
9141         * mail/rmail.el (rmail-mail-return):
9142         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9143         * progmodes/f90.el (f90-add-imenu-menu):
9144         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9145         * server.el (server-switch-buffer):
9146         * simple.el (delete-completion-window):
9147         * talk.el (talk):
9148         * term/xterm.el (terminal-init-xterm-modify-other-keys)
9149         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9150         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9151         * vc/ediff.el (ediff-documentation): Related users changed.
9152         * frame.el (selected-terminal): Remove the leftover.
9154 2013-08-05  Glenn Morris  <rgm@gnu.org>
9156         * calendar/calendar.el (calendar-generate-month):
9157         Fix for calendar-column-width != 1 + calendar-day-digit-width.
9158         (calendar-generate-month, calendar-font-lock-keywords):
9159         Fix for calendar-day-header-width > length of any day name.
9161 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
9163         * desktop.el (desktop-clear): Use new name of sort predicate.
9165         * frameset.el (frameset): Add docstring.  Move :version property to its
9166         own `version' slot.
9167         (frameset-copy): Rename from copy-frameset.
9168         (frameset-p): Check more thoroughly.
9169         (frameset-prop): Do not check for :version, which is no longer a prop.
9170         (frameset-live-filter-alist, frameset-persistent-filter-alist):
9171         Use new :never value instead of t.
9172         (frameset-filter-alist): Expand and clarify docstring.
9173         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9174         (frameset-filter-minibuffer, frameset-filter-save-param)
9175         (frameset-filter-restore-param, frameset-filter-iconified):
9176         Add pointer to docstring of frameset-filter-alist.
9177         (frameset-filter-params): Rename filter values to be more meaningful:
9178         :never instead of t, and reverse the meanings of :save and :restore.
9179         (frameset--process-minibuffer-frames): Clarify error message.
9180         (frameset-save): Avoid unnecessary and confusing call to framep.
9181         Use new BOA constructor for framesets.
9182         (frameset--reuse-list): Doc fix.
9183         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
9184         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9185         (frameset-minibufferless-first-p): Doc fix.
9186         Rename from frameset-sort-frames-for-deletion.
9187         (frameset-restore): Doc fixes.  Use new function names.
9188         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9190 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
9192         * desktop.el (desktop-restore-forces-onscreen)
9193         (desktop-restore-reuses-frames): Document :keyword constant values.
9194         (desktop-filter-parameters-alist): Remove, now identical to
9195         frameset-filter-alist.
9196         (desktop--filter-tty*): Remove, moved to frameset.el.
9197         (desktop-save-frameset, desktop-restore-frameset):
9198         Do not pass :filters argument.
9200         * frameset.el (frameset-live-filter-alist)
9201         (frameset-persistent-filter-alist): New variables.
9202         (frameset-filter-alist): Use them.  Add autoload cookie.
9203         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9204         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9205         `frameset--id' (it's supposed to be internal to frameset.el).
9206         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
9207         (frameset--initial-params): New function.
9208         (frameset--get-frame): Use it.  Doc fix.
9209         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9210         Accept :all, not 'all.
9211         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9212         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
9213         with fbound symbols.  Fix frame id matching, and remove matching ids if
9214         the frame being restored is deleted.  Obey :delete.
9216 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9218         * subr.el (macrop): New function.
9219         (text-clone--maintaining): New var.
9220         (text-clone--maintain): Rename from text-clone-maintain.  Use it
9221         instead of inhibit-modification-hooks.
9223         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9224         a proxy, so as handle autoloads and redefinitions of the target.
9225         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9227         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9228         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
9229         (pcase--mutually-exclusive-p): New function.
9230         (pcase--split-consp): Use it.
9231         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
9232         mutually exclusive with the current predicate.
9234         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9235         (edebug-macrop): Remove.  Use `macrop' instead.
9236         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
9237         (ad-macro-p):
9238         * eshell/esh-cmd.el (eshell-macrop):
9239         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
9241 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9243         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9244         (advice-mapc): New function, using it.
9245         (advice-function-member-p): New function.
9246         (advice--normalize): Store the cdr in advice--saved-rewrite since
9247         that's the part that will be changed.
9248         (advice--symbol-function): New function.
9249         (advice-remove): Handle removal before the function is defined.
9250         Adjust to new advice--saved-rewrite.
9251         (advice-member-p): Use advice-function-member-p and
9252         advice--symbol-function.
9254 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
9256         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9257         (frameset-filter-minibuffer): Doc fix.
9258         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
9259         (frameset--set-id, frameset--process-minibuffer-frames)
9260         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9261         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9263         * desktop.el (desktop-clear): Only delete frames when called
9264         interactively and desktop-restore-frames is non-nil.  Doc fix.
9265         (desktop-read): Set desktop-saved-frameset to nil.
9267 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
9269         * vc/vc.el (vc-ignore): Rewrite.
9270         (vc-default-ignore-completion-table, vc--read-lines)
9271         (vc--add-line, vc--remove-regexp): New functions.
9273         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9274         (vc-svn-ignore-completion-table): New function.
9276         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9277         (vc-hg-ignore-completion-table)
9278         (vc-hg-find-ignore-file): New functions.
9280         * vc/vc-git.el (vc-git-ignore): Rewrite.
9281         (vc-git-ignore-completion-table)
9282         (vc-git-find-ignore-file): New functions.
9284         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9286         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9287         (vc-bzr-ignore-completion-table)
9288         (vc-bzr-find-ignore-file): New functions.
9290 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
9292         * frameset.el (frameset-prop): New function and setter.
9293         (frameset-save): Do not modify frame list passed by the caller.
9295 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9297         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9299 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9301         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9302         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9304         * custom.el (custom-initialize-default, custom-initialize-set)
9305         (custom-initialize-reset, custom-initialize-changed): Affect the
9306         toplevel-default-value (bug#6275, bug#14586).
9307         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9308         for bug#6275.
9310 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
9312         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9313         Add cl-def* expressions.
9315         * frameset.el (frameset-filter-params): Fix order of arguments.
9317 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
9319         Move code related to saving frames to frameset.el.
9320         * desktop.el: Require frameset.
9321         (desktop-restore-frames): Doc fix.
9322         (desktop-restore-reuses-frames): Rename from
9323         desktop-restoring-reuses-frames.
9324         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9325         (desktop-clear): Clear frames too.
9326         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9327         (desktop--filter-tty*, desktop-save, desktop-read):
9328         Use frameset functions.
9329         (desktop-before-saving-frames-functions, desktop--filter-*-color)
9330         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9331         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9332         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9333         (desktop--process-minibuffer-frames, desktop-save-frames)
9334         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9335         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9336         (desktop--sort-states, desktop-restoring-frames-p)
9337         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
9338         (desktop-restoring-frameset-p, desktop-restore-frameset)
9339         (desktop--check-dont-save, desktop-save-frameset): New functions.
9340         (desktop--app-id): New constant.
9341         (desktop-first-buffer, desktop-buffer-ok-count)
9342         (desktop-buffer-fail-count): Move before first use.
9343         * frameset.el: New file.
9345 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9347         * files.el: Use lexical-binding.
9348         (dir-locals-read-from-file): Remove unused `err' variable.
9349         (hack-dir-local-variables--warned-coding): New var.
9350         (hack-dir-local-variables): Use it to avoid repeated warnings.
9351         (make-backup-file-name--default-function): New function.
9352         (make-backup-file-name-function): Use it as default.
9353         (buffer-stale--default-function): New function.
9354         (buffer-stale-function): Use it as default.
9355         (revert-buffer-insert-file-contents--default-function): New function.
9356         (revert-buffer-insert-file-contents-function): Use it as default.
9357         (insert-directory): Avoid add-to-list.
9359         * autorevert.el (auto-revert-handler): Simplify.
9360         Use buffer-stale--default-function.
9362 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
9364         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9366         * whitespace.el (whitespace-ensure-local-variables): New function.
9367         (whitespace-cleanup-region): Call it.
9368         (whitespace-turn-on): Call it.
9370 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
9372         Complete file name handlers.
9374         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9375         (tramp-handle-verify-visited-file-modtime)
9376         (tramp-handle-file-notify-rm-watch): New functions.
9377         (tramp-call-process): Do not bind `default-directory'.
9379         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9380         Order alphabetically.
9381         <access-file, add-name-to-file, dired-call-process>:
9382         <dired-compress-file, file-acl, file-notify-rm-watch>:
9383         <file-ownership-preserved-p, file-selinux-context>:
9384         <make-directory-internal, make-symbolic-link, set-file-acl>:
9385         <set-file-selinux-context, set-visited-file-modtime>:
9386         <verify-visited-file-modtime>: Add handler.
9387         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9389         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9390         <file-notify-add-watch, file-notify-rm-watch>:
9391         <set-file-times, set-visited-file-modtime>:
9392         <verify-visited-file-modtime>: Add handler.
9393         (with-tramp-gvfs-error-message)
9394         (tramp-gvfs-handle-set-visited-file-modtime)
9395         (tramp-gvfs-fuse-file-name): Remove.
9396         (tramp-gvfs-handle-file-notify-add-watch)
9397         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9398         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9400         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9401         Order alphabetically.
9402         <file-notify-rm-watch>: Use default Tramp handler.
9403         <executable-find>: Remove private handler.
9404         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9405         `default-directory'.
9406         (tramp-sh-handle-executable-find)
9407         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9408         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9409         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9410         Do not use `format' in `tramp-message'.
9412         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9413         <file-notify-rm-watch, set-visited-file-modtime>:
9414         <verify-visited-file-modtime>: Add handler.
9415         (tramp-smb-call-winexe): Do not bind `default-directory'.
9417 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
9419         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9421 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
9423         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9424         use it.
9425         (log-view-diff-changeset): Same.
9426         (log-view-diff-common): Call backend command `previous-revision'
9427         to find out the previous revision, in both cases.  Swap the
9428         variables `to' and `fr', so that `fr' usually refers to the
9429         earlier revision (Bug#14989).
9431 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
9433         * ibuf-ext.el (ibuffer-filter-by-filename):
9434         Make it work with dired buffers too.
9436 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
9438         * emacs-lisp/re-builder.el (reb-color-display-p):
9439         * files.el (save-buffers-kill-terminal):
9440         * net/browse-url.el (browse-url):
9441         * server.el (server-save-buffers-kill-terminal):
9442         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9443         Prefer nil to selected-frame for the first arg of frame-parameter.
9445 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
9447         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9449 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
9451         * minibuffer.el (completion--twq-all): Try and preserve each
9452         completion's case choice (bug#14907).
9454 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456         * net/network-stream.el (open-network-stream): Mention the new
9457         :nogreeting parameter.
9458         (network-stream-open-starttls): Use the :nogreeting parameter
9459         (bug#14938).
9461         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9463         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9464         more natural than popping.
9466         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9467         (shr-urlify): Highlight under mouse.
9469 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9471         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9473         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9475         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
9476         buffer for output.
9478         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
9479         point-min==1.  Fix search string.  Fix parentheses missing.
9481         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
9482         assume point-min==1.  Fix search string.  Fix parentheses missing.
9484         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9486         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
9487         buffer for output.
9489 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
9491         * frame.el (frame-notice-user-settings): Avoid inflooping when the
9492         initial frame is minibuffer-less.  (Bug#14841)
9494 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
9496         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9497         option.
9499         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9500         (tramp-maybe-open-connection): Use it.
9502 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9504         * desktop.el (desktop--make-frame): Include `minibuffer' in the
9505         minimal set of parameters passed when creating a frame, because
9506         the minibuffer status of a frame cannot be changed later.
9508 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
9510         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9511         replace-regexp-in-string and inadvertent omissions in previous change.
9512         (todo-filter-items): Ensure only file names are comma-separated in
9513         name of filtered items buffer.
9515 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9517         * desktop.el: Optionally force offscreen frames back onscreen.
9518         (desktop-restoring-reuses-frames): New option.
9519         (desktop--compute-pos, desktop--move-onscreen): New functions.
9520         (desktop--make-frame): Use desktop--move-onscreen.
9522 2013-07-27  Alan Mackenzie  <acm@muc.de>
9524         Fontify a Java generic method as a function.
9525         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9526         value to t.
9528 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
9530         * calendar/todo-mode.el: Add command to rename todo files.
9531         (todo-rename-file): New command.
9532         (todo-key-bindings-t): Add key binding for it.  Change the
9533         bindings of todo-filter-regexp-items(-multifile) to use `x'
9534         instead of `r', since the latter is better suited to the new
9535         renaming command.
9537 2013-07-27  Alan Mackenzie  <acm@muc.de>
9539         Make Java try-with-resources statement parse properly.
9540         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9541         (c-block-stmt-1-2-key): New language constants/variables.
9542         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9543         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9544         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9545         with c-block-stmt-1-2-key.
9547 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
9549         * desktop.el (desktop--make-frame): Apply most frame parameters after
9550         creating the frame to force (partially or totally) offscreen frames to
9551         be restored as such.
9553 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
9555         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9556         (Bug#14948)
9558 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9560         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9561         `base' arg of backtrace-frame.
9563 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
9565         * simple.el (list-processes): Doc fix.
9567 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9569         * desktop.el (desktop--select-frame):
9570         Try harder to reuse existing frames.
9572 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9574         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9575         (edebug-eval): Use backtrace-eval.
9576         (edebug--display, edebug--recursive-edit): Don't let-bind the
9577         edebug-outer-* vars that keep track of variables we locally let-bind.
9578         (edebug-outside-excursion): Don't restore outside values of locally
9579         let-bound vars.
9580         (edebug--display): Use user-error.
9581         (cl-lexical-debug, cl-debug-env): Remove.
9583 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9585         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9586         are restored to be sure that they are visible before deleting any
9587         remaining ones.
9589 2013-07-26  Matthias Meulien  <orontee@gmail.com>
9591         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9592         vc-print-root-log.  (Bug#14948)
9594 2013-07-26  Richard Stallman  <rms@gnu.org>
9596         Add aliases for encrypting mail.
9597         * epa.el (epa-mail-aliases): New option.
9598         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9599         Bind inhibit-read-only so read-only text doesn't ruin everything.
9600         (epa-mail-default-recipients): New subroutine broken out.
9601         Handle epa-mail-aliases.
9603 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         Add support for lexical variables to the debugger's `e' command.
9606         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9607         vars, except for debugger-outer-match-data.
9608         (debugger-frame-number): Move check for "on a function call" from
9609         callers into it.  Add `skip-base' argument.
9610         (debugger-frame, debugger-frame-clear): Simplify accordingly.
9611         (debugger-env-macro): Only reset the state stored in non-variables,
9612         i.e. current-buffer and match-data.
9613         (debugger-eval-expression): Rewrite using backtrace-eval.
9614         * subr.el (internal--called-interactively-p--get-frame): Remove.
9615         (called-interactively-p):
9616         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9617         `base' arg of backtrace-frame instead.
9619 2013-07-26  Glenn Morris  <rgm@gnu.org>
9621         * align.el (align-regexp): Doc fix.  (Bug#14857)
9622         (align-region): Explicit error if subexpression missing/does not match.
9624         * simple.el (global-visual-line-mode):
9625         Do not duplicate the mode lighter.  (Bug#14858)
9627 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
9629         * window.el (display-buffer): In display-buffer bind
9630         split-window-keep-point to t, bug#14829.
9632 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9634         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9635         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9636         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9637         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9638         Change accordingly.
9639         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9640         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9642 2013-07-25  Glenn Morris  <rgm@gnu.org>
9644         * dired-x.el (dired-mark-extension): Convert comment to doc string.
9646 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9648         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9649         parameter to modify-frame-parameters if the value has not changed;
9650         this is a workaround for bug#14949.
9651         (desktop--make-frame): On cl-delete-if call, check parameter name,
9652         not full parameter.
9654 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9656         * vc/vc.el (vc-ignore): New function.
9658         * vc/vc-svn.el (vc-svn-ignore): New function.
9660         * vc/vc-hg.el (vc-hg-ignore): New function.
9662         * vc/vc-git.el (vc-git-ignore): New function.
9664         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9665         (vc-dir-ignore): New function.
9667         * vc/vc-cvs.el (vc-cvs-ignore): New function.
9668         (cvs-append-to-ignore): Move here from pcvs.el.
9670         * vc/vc-bzr.el (vc-bzr-ignore): New function.
9672         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9674 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
9676         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9677         (desktop-restore-frames): Warn when deleting an existing frame failed.
9679 2013-07-24  Glenn Morris  <rgm@gnu.org>
9681         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
9683 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
9685         * filenotify.el (file-notify-supported-p):
9686         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9687         Remove functions.
9689         * autorevert.el (auto-revert-use-notify)
9690         (auto-revert-notify-add-watch):
9691         * net/tramp.el (tramp-file-name-for-operation):
9692         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9693         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9694         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9695         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9696         Remove `file-notify-supported-p' entry.
9698 2013-07-24  Glenn Morris  <rgm@gnu.org>
9700         * printing.el: Replace all uses of deleted ps-windows-system,
9701         ps-lp-system, ps-flatten-list with lpr- versions.
9703 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9705         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9706         checked with memq (bug#14935).
9708         * files.el (revert-buffer-function): Use a non-nil default.
9709         (revert-buffer-preserve-modes): Declare var to
9710         provide access to the `preserve-modes' argument.
9711         (revert-buffer): Let-bind it.
9712         (revert-buffer--default): New function, extracted from revert-buffer.
9714 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9716         * lpr.el: Signal print errors more prominently.
9717         (print-region-function): Don't default to nil.
9718         (lpr-print-region): New function, extracted from print-region-1.
9719         Check lpr's return value and signal an error in case of problem.
9720         (print-region-1): Use it.
9721         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
9722         versions instead.
9723         (ps-printer-name): Default to nil.
9724         (ps-printer-name-option): Default to lpr-printer-switch.
9725         (ps-print-region-function): Don't default to nil.
9726         (ps-postscript-code-directory): Simplify default.
9727         (ps-do-despool): Use lpr-print-region to properly check the outcome.
9728         (ps-string-list, ps-eval-switch, ps-flatten-list)
9729         (ps-flatten-list-1): Remove.
9730         (ps-multibyte-buffer): Avoid setq.
9731         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9732         (print-region-function, ps-print-region-function): Don't set them here.
9734 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
9736         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9737         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9738         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9739         (ido-decorations): Doc fix.
9741         * ansi-color.el: Fix old URL.
9743 2013-07-23  Michael R. Mauger  <michael@mauger.com>
9745         * progmodes/sql.el: Version 3.3
9746         (sql-product-alist): Improve oracle :prompt-cont-regexp.
9747         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9748         (sql-interactive-remove-continuation-prompt): Rewrite, use
9749         functions above.  Fix continuation prompt and complete output line
9750         handling.
9751         (sql-redirect-one, sql-execute): Use `read-only-mode' on
9752         redirected output buffer.
9753         (sql-mode): Restore deleted code (Bug#13591).
9755 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9757         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9759 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
9761         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9763         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9764         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9765         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9767 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9769         * desktop.el (desktop-clear): Simplify; remove useless checks
9770         against invalid buffer names.
9771         (desktop-list*): Use cl-list*.
9772         (desktop-buffer-info, desktop-create-buffer): Simplify.
9774 2013-07-23  Leo Liu  <sdl.web@gmail.com>
9776         * bookmark.el (bookmark-make-record): Restore NAME as a default
9777         value.  (Bug#14933)
9779 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * emacs-lisp/autoload.el (autoload--setup-output): New function,
9782         extracted from autoload--insert-text.
9783         (autoload--insert-text): Remove.
9784         (autoload--print-cookie-text): New function, extracted from
9785         autoload--insert-cookie-text.
9786         (autoload--insert-cookie-text): Remove.
9787         (autoload-generate-file-autoloads): Adjust calls accordingly.
9789         * winner.el (winner-hook-installed-p): Remove.
9790         (winner-mode): Simplify accordingly.
9792         * subr.el (add-to-list): Fix compiler-macro when `append' is
9793         not constant.  Don't use `cl-member' for the base case.
9795         * progmodes/subword.el: Fix boundary case (bug#13758).
9796         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
9797         own group.
9798         (subword-backward-regexp): Make it a constant.
9799         (subword-forward-internal): Don't treat a trailing capital as the
9800         beginning of a word.
9802 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9804         * emacs-lisp/package.el (package-menu-mode): Don't modify the
9805         global value of tabulated-list-revert-hook (bug#14930).
9807 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
9809         * desktop.el: Require 'cl-lib.
9810         (desktop-before-saving-frames-functions): New hook.
9811         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9812         for frames being saved.  Rename from desktop--save-minibuffer-frames.
9813         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9814         Do not save frames with non-nil `desktop-dont-save' parameter.
9815         Filter out deleted frames.
9816         (desktop--find-frame): Use cl-find-if.
9817         (desktop--select-frame): Use cl-(first|second|third) to access values
9818         of desktop-mini.
9819         (desktop--make-frame): Use cl-delete-if.
9820         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9821         (desktop-restore-frames): Use cl-(first|second|third) to access values
9822         of desktop-mini.  Look for visible frame at the end, not while
9823         restoring frames.
9825         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9826         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9827         Use string-match-p, looking-at-p (bug#14927).
9829 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
9831         * desktop.el (desktop-saved-frame-states):
9832         Rename from desktop--saved-states; all users changed.
9833         (desktop-save-frames): Rename from desktop--save-frames.
9834         Do not save state to desktop file.
9835         (desktop-save): Save desktop-saved-frame-states to desktop file
9836         and reset to nil.
9837         (desktop-restoring-frames-p): New function.
9838         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
9839         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
9840         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
9842         * desktop.el: Correctly restore iconified frames.
9843         (desktop--filter-iconified-position): New function.
9844         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9846 2013-07-20  Glenn Morris  <rgm@gnu.org>
9848         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9849         Let `message' do the formatting.
9850         (def-gdb-preempt-display-buffer): Add explicit format.
9852         * image-dired.el (image-dired-track-original-file):
9853         Use with-current-buffer.
9854         (image-dired-track-thumbnail): Use with-current-buffer.
9855         Avoid changing point of wrong window.
9857         * image-dired.el (image-dired-track-original-file):
9858         Avoid changing point of wrong window.  (Bug#14909)
9860 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
9862         * progmodes/gdb-mi.el (gdb-done-or-error):
9863         Guard against "%" in gdb output.  (Bug#14127)
9865 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
9867         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9868         (Bug#14826)
9870         * international/mule.el (coding-system-iso-2022-flags): Fix last
9871         change.
9873 2013-07-20  Kenichi Handa  <handa@gnu.org>
9875         * international/mule.el (coding-system-iso-2022-flags):
9876         Add `8-bit-level-4'.  (Bug#8522)
9878 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9880         * net/shr.el (shr-mouse-browse-url): New command and keystroke
9881         (bug#14815).
9883         * net/eww.el (eww-process-text-input): Allow inputting when the
9884         point is at the start of the line, as the properties aren't
9885         front-sticky.
9887         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9888         degenerate widths.
9890 2013-07-19  Richard Stallman  <rms@gnu.org>
9892         * epa.el (epa-popup-info-window): Doc fix.
9894         * subr.el (split-string): New arg TRIM.
9896 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
9898         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9899         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9901 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
9903         * filenotify.el (file-notify--library): Rename from
9904         `file-notify-support'.  Do not autoload.  Adapt all uses.
9905         (file-notify-supported-p): New defun.
9907         * autorevert.el (auto-revert-use-notify):
9908         Use `file-notify-supported-p' instead of `file-notify-support'.
9909         Adapt docstring.
9910         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9912         * net/tramp.el (tramp-file-name-for-operation):
9913         Add `file-notify-supported-p'.
9915         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9916         New defun.
9917         (tramp-sh-file-name-handler-alist): Add it as handler for
9918         `file-notify-supported-p '.
9920         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9921         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9922         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9923         Add `ignore' as handler for `file-notify-*' functions.
9925 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
9927         * simple.el (line-move-partial, line-move): Don't start vscroll or
9928         scroll-up if the current line is not taller than the window.
9929         (Bug#14881)
9931 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
9933         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9934         highlight question marks in the method names as strings.
9935         (ruby-block-beg-keywords): Inline.
9936         (ruby-font-lock-keyword-beg-re): Extract from
9937         `ruby-font-lock-keywords'.
9939 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
9941         * frame.el (blink-cursor-blinks): New defcustom.
9942         (blink-cursor-blinks-done): New defvar.
9943         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9944         (blink-cursor-timer-function): Check if number of blinks has been
9945         done on X and NS.
9946         (blink-cursor-suspend, blink-cursor-check): New defuns.
9948 2013-07-15  Glenn Morris  <rgm@gnu.org>
9950         * edmacro.el (edmacro-format-keys): Fix previous change.
9952 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9954         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9955         The hack didn't work outside English locales anyway.
9957 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
9959         * simple.el (define-alternatives): Rename from alternatives-define,
9960         per RMS' suggestion.
9962 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
9964         * desktop.el (desktop-restore-frames): Change default to t.
9965         (desktop-restore-in-current-display): Now offer more options.
9966         (desktop-restoring-reuses-frames): New customization option.
9967         (desktop--saved-states): Doc fix.
9968         (desktop-filter-parameters-alist): New variable, renamed and expanded
9969         from desktop--excluded-frame-parameters.
9970         (desktop--target-display): New variable.
9971         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9972         (desktop--filter-tty*, desktop--filter-*-color)
9973         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9974         (desktop--filter-save-desktop-parm)
9975         (desktop-restore-in-original-display-p): New functions.
9976         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9977         (desktop--save-minibuffer-frames): New function, inspired by a similar
9978         function from Martin Rudalics.
9979         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9980         (desktop--restore-in-this-display-p): Remove.
9981         (desktop--find-frame): Rename from desktop--find-frame-in-display
9982         and add predicate argument.
9983         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9984         (desktop--reuse-list): New variable.
9985         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9986         New functions.
9987         (desktop--restore-frames): Add support for "minibuffer-special" frames.
9989 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
9991         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9993 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
9995         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9996         Highlight conversion methods on Kernel.
9998 2013-07-13  Alan Mackenzie  <acm@muc.de>
10000         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10001         and comment it out.  This out-commenting enables certain C++
10002         declarations to be parsed correctly.
10004 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
10006         * international/mule.el (define-coding-system): Doc fix.
10008         * simple.el (default-font-height): Don't call font-info if the
10009         frame's default font didn't change since the frame was created.
10010         (Bug#14838)
10012 2013-07-13  Leo Liu  <sdl.web@gmail.com>
10014         * ido.el (ido-read-file-name): Guard against non-symbol value.
10016 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10018         * progmodes/python.el (python-imenu--build-tree): Fix corner case
10019         in nested defuns.
10021 2013-07-13  Leo Liu  <sdl.web@gmail.com>
10023         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10024         ido-set-matches call.  (Bug#6852)
10026 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
10028         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10029         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10030         Ruby 2.0.
10031         (ruby-font-lock-keywords): Distinguish calls to functions with
10032         module-like names from module references.  Highlight character
10033         literals.
10035 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
10037         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10038         (gdb-send): Handle continued commands.  (Bug#14847)
10040 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
10042         * desktop.el (desktop--v2s): Remove unused local variable.
10043         (desktop-save-buffer): Make defvar-local; adjust docstring.
10044         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10045         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10047 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
10049         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10051 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
10053         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10054         (Bug#14842)
10056 2013-07-12  Glenn Morris  <rgm@gnu.org>
10058         * doc-view.el: Require cl-lib at runtime too.
10059         (doc-view-remove-if): Remove.
10060         (doc-view-search-next-match, doc-view-search-previous-match):
10061         Use cl-remove-if.
10063         * edmacro.el: Require cl-lib at runtime too.
10064         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10065         (edmacro-mismatch, edmacro-subseq): Remove.
10067         * shadowfile.el: Require cl-lib.
10068         (shadow-remove-if): Remove.
10069         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10070         Use cl-remove-if.
10072         * wid-edit.el: Require cl-lib.
10073         (widget-choose): Use cl-remove-if.
10074         (widget-remove-if): Remove.
10076         * progmodes/ebrowse.el: Require cl-lib at runtime too.
10077         (ebrowse-delete-if-not): Remove.
10078         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10079         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10080         Use cl-delete-if-not.
10082 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
10084         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10085         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10087 2013-07-12  Leo Liu  <sdl.web@gmail.com>
10089         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
10091 2013-07-11  Glenn Morris  <rgm@gnu.org>
10093         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10094         (edebug-gensym-index, edebug-gensym):
10095         Remove reimplementation of cl-gensym.
10096         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10098         * thumbs.el: Require cl-lib at run-time too.
10099         (thumbs-gensym-counter, thumbs-gensym):
10100         Remove reimplementation of cl-gensym.
10101         (thumbs-temp-file): Use cl-gensym.
10103         * emacs-lisp/ert.el: Require cl-lib at runtime too.
10104         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10105         (ert--intersection, ert--set-difference, ert--set-difference-eq)
10106         (ert--union, ert--gensym-counter, ert--gensym-counter)
10107         (ert--coerce-to-vector, ert--remove*, ert--string-position)
10108         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10109         (ert-make-test-unbound, ert--expand-should-1)
10110         (ert--expand-should, ert--should-error-handle-error)
10111         (should-error, ert--explain-equal-rec)
10112         (ert--plist-difference-explanation, ert-select-tests)
10113         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10114         Use cl-lib functions rather than reimplementations.
10116 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
10118         * net/tramp.el (tramp-methods): Extend docstring.
10119         (tramp-connection-timeout): New defcustom.
10120         (tramp-error-with-buffer): Reset timestamp only when appropriate.
10121         (with-tramp-progress-reporter): Simplify.
10122         (tramp-process-actions): Improve messages.
10124         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10125         * net/tramp-sh.el (tramp-maybe-open-connection):
10126         Use `tramp-connection-timeout'.
10127         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10128         (Bug#14808)
10130 2013-07-11  Leo Liu  <sdl.web@gmail.com>
10132         * ido.el (ido-read-file-name): Conform to the requirements of
10133         read-file-name.  (Bug#11861)
10134         (ido-read-directory-name): Conform to the requirements of
10135         read-directory-name.
10137 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
10139         * subr.el (delay-warning): New function.
10141 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
10143         * simple.el (default-line-height): New function.
10144         (line-move-partial, line-move): Use it instead of computing the
10145         line height inline.
10146         (line-move-partial): Always compute ROWH.  If the last line is
10147         partially-visible, but its text is completely visible, allow
10148         cursor to enter such a partially-visible line.
10150 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
10152         Improve error messages.  (Bug#14808)
10154         * net/tramp.el (tramp-current-connection): New defvar, moved from
10155         tramp-sh.el.
10156         (tramp-message-show-progress-reporter-message): Remove, not
10157         needed anymore.
10158         (tramp-error-with-buffer): Show message in minibuffer.
10159         Discard input before waiting.  Reset connection timestamp.
10160         (with-tramp-progress-reporter): Improve messages.
10161         (tramp-process-actions): Use progress reporter.  Delete process in
10162         case of error.  Improve messages.
10164         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10165         Call `tramp-error-with-buffer' with vector and buffer.
10166         (tramp-current-connection): Remove.
10167         (tramp-maybe-open-connection): The car of
10168         `tramp-current-connection' are the first 3 slots of the vector.
10170 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
10172         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10173         inside continued strings.
10175 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10177         Timestamp fixes for undo (Bug#14824).
10178         * files.el (clear-visited-file-modtime): Move here from fileio.c.
10180 2013-07-10  Leo Liu  <sdl.web@gmail.com>
10182         * files.el (require-final-newline): Allow safe local value.
10183         (Bug#14834)
10185 2013-07-09  Leo Liu  <sdl.web@gmail.com>
10187         * ido.el (ido-read-directory-name): Handle fallback.
10188         (ido-read-file-name): Update DIR to ido-current-directory.
10189         (Bug#1516)
10190         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
10192 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
10194         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10195         "autoload".  Remove "warn lower camel case" section, previously
10196         commented out.  Highlight negation char.  Do not highlight the
10197         target in singleton method definitions.
10199 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10201         * faces.el (tty-setup-hook): Declare the hook.
10203         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10204         and detect when a guard/pred depends on local vars (bug#14773).
10205         (pcase--u1): Adjust caller.
10207 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
10209         * simple.el (line-move-partial, line-move): Account for
10210         line-spacing.
10211         (line-move-partial): Avoid setting vscroll when the last
10212         partially-visible line in window is of default height.
10214 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10216         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10217         been used a while.
10219 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
10221         * subr.el (read-quoted-char): Remove unused local variable `char'.
10223 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10225         * ediff.el (ediff-version): Version update.
10226         (ediff-files-command, ediff3-files-command, ediff-merge-command)
10227         (ediff-merge-with-ancestor-command, ediff-directories-command)
10228         (ediff-directories3-command, ediff-merge-directories-command)
10229         (ediff-merge-directories-with-ancestor-command): New functions.
10230         All are command-line interfaces to ediff: to facilitate calling
10231         Emacs with the appropriate ediff functions invoked.
10233         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10234         (viper-save-kill-buffer): Check if buffer is modified.
10236         * viper.el (viper-version): Version update.
10237         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10239 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10241         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10242         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10243         (viper-intercept-ESC-key): Simplify.
10244         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10245         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10246         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10247         (viper-setup-ESC-to-escape): New functions.
10248         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10249         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
10251 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
10253         * simple.el (default-font-height, window-screen-lines):
10254         New functions.
10255         (line-move, line-move-partial): Use them instead of
10256         frame-char-height and window-text-height.  This makes scrolling
10257         text smoother when the buffer's default face uses a font that is
10258         different from the frame's default font.
10260 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
10262         * files.el (write-file): Do not display confirm dialog for NS,
10263         it does its own dialog, which can't be canceled (Bug#14578).
10265 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
10267         * simple.el (line-move-partial): Adjust the row returned by
10268         posn-at-point for the current window-vscroll.  (Bug#14567)
10270 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
10272         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10273         (tramp-sh-file-inotifywait-process-filter): Handle file names with
10274         spaces.
10276 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
10278         * window.el (window-state-put-stale-windows): New variable.
10279         (window--state-put-2): Save list of windows without matching buffer.
10280         (window-state-put): Remove "bufferless" windows if possible.
10282 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
10284         * simple.el (alternatives-define): Remove leftover :group keyword.
10285         Tweak docstring.
10287 2013-07-06  Leo Liu  <sdl.web@gmail.com>
10289         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10290         (ido-enable-virtual-buffers): New variable.
10291         (ido-buffer-internal, ido-toggle-virtual-buffers)
10292         (ido-make-buffer-list): Use it.
10293         (ido-exhibit): Support turning on and off virtual buffers
10294         automatically.
10296 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
10298         * simple.el (alternatives-define): New macro.
10300 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10302         * subr.el (read-quoted-char): Use read-key.
10303         (sit-for): Let read-event decode tty input (bug#14782).
10305 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
10307         * calendar/todo-mode.el: Add handling of file deletion, both by
10308         mode command and externally.  Fix various related bugs.
10309         Clarify Commentary and improve some documentation strings and code.
10310         (todo-delete-file): New command.
10311         (todo-check-file): New function.
10312         (todo-show): Handle external deletion of the file we're trying to
10313         show (bug#14688).  Replace called-interactively-p by an optional
10314         prefix argument to avoid problematic interaction with catch form
10315         when byte compiled (bug#14702).
10316         (todo-quit): Handle external deletion of the archive's todo file.
10317         Make sure the buffer that was visiting the archive file is still
10318         live before trying to bury it.
10319         (todo-category-completions): Handle external deletion of any
10320         category completion files.
10321         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10322         of todo files, in case of external deletion.
10323         (todo-add-file): Replace unnecessary setq by let-binding.
10324         (todo-find-archive): Check whether there are any archives.
10325         Replace unnecessary setq by let-binding.
10326         (todo-archive-done-item): Use find-file-noselect to get the
10327         archive buffer whether or not the archive already exists.
10328         Remove superfluous code.  Use file size instead of buffer-file-name to
10329         check if the archive is new; if it is, update list of archives.
10330         (todo-default-todo-file): Allow nil to be a valid value for when
10331         there are no todo files.
10332         (todo-reevaluate-default-file-defcustom): Use corrected definition
10333         of todo-default-todo-file.
10334         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10335         (todo-delete-category, todo-show-categories-table)
10336         (todo-category-number): Clarify comment.
10337         (todo-filter-items): Clarify documentation string.
10338         (todo-show-current-file, todo-display-as-todo-file)
10339         (todo-reset-and-enable-done-separator): Tweak documentation string.
10340         (todo-done-separator): Make separator length window-width, since
10341         bug#2749 is now fixed.
10343 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
10345         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10346         Support both "gvfs-monitor-dir" and "inotifywait".
10347         (tramp-sh-file-inotifywait-process-filter): Rename from
10348         `tramp-sh-file-notify-process-filter'.
10349         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10350         (tramp-get-remote-gvfs-monitor-dir): New defuns.
10352 2013-07-05  Leo Liu  <sdl.web@gmail.com>
10354         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10356 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10358         * frame.el (display-pixel-height, display-pixel-width)
10359         (display-mm-height, display-mm-width): Mention behavior on
10360         multi-monitor setups in docstrings.
10361         (w32-display-monitor-attributes-list): Declare function.
10362         (display-monitor-attributes-list): Use it.
10364 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
10366         * filenotify.el: New package.
10368         * autorevert.el (top): Require filenotify.el.
10369         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
10370         instead.
10371         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10372         (auto-revert-notify-handler): Use `file-notify-*' functions.
10374         * subr.el (file-notify-handle-event): Move function to filenotify.el.
10376         * net/tramp.el (tramp-file-name-for-operation):
10377         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10379         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10380         for `file-notify-add-watch' and `file-notify-rm-watch'.
10381         (tramp-process-sentinel): Improve trace.
10382         (tramp-sh-handle-file-notify-add-watch)
10383         (tramp-sh-file-notify-process-filter)
10384         (tramp-sh-handle-file-notify-rm-watch)
10385         (tramp-get-remote-inotifywait): New defuns.
10387 2013-07-03  Juri Linkov  <juri@jurta.org>
10389         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10390         call of `occur-read-primary-args' to interactive spec.
10392         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10393         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
10395 2013-07-03  Matthias Meulien  <orontee@gmail.com>
10397         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10398         `Buffer-menu-multi-occur'.  Add it to the menu.
10399         (Buffer-menu-mode): Document it in docstring.
10400         (Buffer-menu-multi-occur): New command.  (Bug#14673)
10402 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10404         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10405         keywords and built-ins.
10407 2013-07-03  Glenn Morris  <rgm@gnu.org>
10409         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
10411         Make info-xref checks case-sensitive by default
10412         * info.el (Info-find-node, Info-find-in-tag-table)
10413         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10414         Add option for exact case matching of nodes.
10415         * info-xref.el (info-xref): New custom group.
10416         (info-xref-case-fold): New option.
10417         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10419 2013-07-03  Leo Liu  <sdl.web@gmail.com>
10421         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10423 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10425         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10426         middle of block statement initially, lower the depth.  Remove
10427         FIXME comment, not longer valid.  Remove middle of block statement
10428         detection, no need to do that anymore since we've been using
10429         `ruby-parse-region' here.
10431 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
10433         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10435 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10437         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10439 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
10441         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10442         (desktop-restore-in-current-display): New customization option.
10443         (desktop--excluded-frame-parameters): Add `font'.
10444         (desktop--save-frames): Rename from desktop--save-windows.
10445         (desktop--restore-in-this-display-p): New function.
10446         (desktop--make-full-frame): Remove unwanted width/height from
10447         full(width|height) frames.
10448         (desktop--restore-frames): Rename from desktop--restore-windows.
10449         Obey desktop-restore-current-display.  Do not delete old frames or
10450         select a new frame unless we were able to restore at least one frame.
10452 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
10454         * files.el (find-file-noselect): Simplify conditional expression.
10456         * textmodes/remember.el (remember-append-to-file):
10457         Don't mix `find-buffer-visiting' and `get-file-buffer'.
10459         Add `remember-notes' function to store random notes across Emacs
10460         restarts.
10461         * textmodes/remember.el (remember-data-file): Add :set callback to
10462         affect notes buffer (if any).
10463         (remember-notes): New command.
10464         (remember-notes-buffer-name, bury-remember-notes-on-kill):
10465         New defcustoms for the `remember-notes' function.
10466         (remember-notes-save-and-bury-buffer): New command.
10467         (remember-notes-mode-map): New variable.
10468         (remember-mode): New minor mode.
10469         (remember-notes--kill-buffer-query): New function.
10470         * startup.el (initial-buffer-choice): Add notes to custom type.
10472 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
10474         * bindings.el (right-char, left-char): Don't call sit-for, this is
10475         no longer needed.  Use arithmetic comparison only for numerical
10476         arguments.
10478         * international/mule-cmds.el (select-safe-coding-system):
10479         Handle the case of FROM being a string correctly.  (Bug#14755)
10481 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483         * net/shr.el (shr-make-table-1): Add a sanity check that allows
10484         progression on degenerate tables.
10485         (shr-rescale-image): ImageMagick animated images currently don't work.
10487 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
10489         Some fixes and improvements for desktop frame restoration.
10490         It is still experimental and disabled by default.
10491         * desktop.el (desktop--save-windows): Put the selected frame at
10492         the head of the list.
10493         (desktop--make-full-frame): New function.
10494         (desktop--restore-windows): Try to re-select the frame that was
10495         selected upon saving.  Do not abort if some frames fail to restore,
10496         just show an error message and continue.  Set up maximized frames
10497         so they have default non-maximized dimensions.
10499 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10501         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10502         Don't start heredoc inside a string or comment.
10504 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
10506         * bindings.el (visual-order-cursor-movement): New defcustom.
10507         (right-char, left-char): Provide visual-order cursor motion by
10508         calling move-point-visually.  Update the doc strings.
10510 2013-06-28  Kenichi Handa  <handa@gnu.org>
10512         * international/mule.el (define-coding-system): New coding system
10513         properties :inhibit-null-byte-detection,
10514         :inhibit-iso-escape-detection, and :prefer-utf-8.
10515         (set-buffer-file-coding-system): If :charset-list property of
10516         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10517         appropriate for setting.
10519         * international/mule-cmds.el (select-safe-coding-system):
10520         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10521         multibyte characters, return utf-8 (or one of its siblings).
10523         * international/mule-conf.el (prefer-utf-8): New coding system.
10524         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10525         files.
10527 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
10529         * net/shr.el (shr-render-region): New function.
10531         * net/eww.el: Autoload `eww-browse-url'.
10533 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
10535         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10536         Adapt to `package-desc-version' being a list.
10537         Use `package--ac-desc-version' to retrieve version from a package
10538         archive element.
10540 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
10542         New experimental feature to save&restore window and frame setup.
10543         * desktop.el (desktop-save-windows): New defcustom.
10544         (desktop--saved-states): New var.
10545         (desktop--excluded-frame-parameters): New defconst.
10546         (desktop--filter-frame-parms, desktop--find-frame-in-display)
10547         (desktop--restore-windows, desktop--save-windows): New functions.
10548         (desktop-save): Call `desktop--save-windows'.
10549         (desktop-read): Call `desktop--restore-windows'.
10551 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10553         * net/shr.el (add-face-text-property): Remove compat definition.
10555 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10557         * info.el (Info-try-follow-nearest-node): Move search for footnote
10558         above search for node name to prevent missing a footnote (bug#14717).
10560 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10562         * obsolete/otodo-mode.el: Add obsolescence info to file header.
10564 2013-06-27  Leo Liu  <sdl.web@gmail.com>
10566         * net/eww.el (eww-read-bookmarks): Check file size.
10568 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10570         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10571         advice--pending if newdef is nil or an autoload (bug#13820).
10572         (advice-mapc): New function.
10574 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10576         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10577         probably.
10578         (eww-mode-map): Add a menu bar.
10579         (eww-add-bookmark): New command.
10580         (eww-bookmark-mode): New mode and commands.
10581         (eww-add-bookmark): Remove newlines from the title.
10582         (eww-bookmark-browse): Don't bug out if it's the only window.
10584 2013-06-26  Glenn Morris  <rgm@gnu.org>
10586         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10587         (hfy-size): Handle ttys.  (Bug#14668)
10589         * info-xref.el: Update for Texinfo 5 change in *note format.
10590         (info-xref-node-re, info-xref-note-re): New constants.
10591         (info-xref-check-buffer): Use info-xref-note-re.
10593 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10595         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10597         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10598         nil terminate the loop (bug#14718).
10600 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602         * net/eww.el: Rework history traversal.  When going forward/back,
10603         put these actions into the history, too, so that they can be
10604         replayed.
10605         (eww-render): Move the history reset to the correct buffer.
10607 2013-06-25  Juri Linkov  <juri@jurta.org>
10609         * files-x.el (modify-dir-local-variable): Change the header comment
10610         in the file with directory local variables.  (Bug#14692)
10612         * files-x.el (read-file-local-variable-value): Add `default'.
10613         (Bug#14710)
10615 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617         * net/eww.el (eww-make-unique-file-name): Create a unique file
10618         name before saving to entering `y' accidentally asynchronously.
10620 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
10622         * net/eww.el (eww-download): New command and keystroke.
10624 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626         * net/eww.el (eww-copy-page-url): Change name of command.
10628         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10629         be more consistent with Info and dired.
10631         * net/eww.el (eww-mode-map): Ditto.
10633 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10635         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
10636         packages from archives.
10637         (package-archive-contents): Change format; include obsolete packages.
10638         (package-desc): Use `dir' to mark builtin packages.
10639         (package--from-builtin): Set the `dir' field to `builtin'.
10640         (generated-autoload-file, version-control): Declare.
10641         (package-compute-transaction): Change first arg and return value to be
10642         lists of package-descs.  Adjust to new package-archive-contents format.
10643         (package--add-to-archive-contents): Adjust to new
10644         package-archive-contents format.
10645         (package-download-transaction): Arg is now a list of package-descs.
10646         (package-install): If `pkg' is a package name, pass it as
10647         a requirement, so it is subject to the usual (e.g. disabled) checks.
10648         (describe-package): Accept package-desc as well.
10649         (describe-package-1): Describe a specific package-desc.  Add links to
10650         other package-descs for the same package name.
10651         (package-menu-describe-package): Pass the actual package-desc.
10652         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10653         works correctly.
10654         (package-desc-status): New function.
10655         (package-menu--refresh): New function, extracted
10656         from package-menu--generate.
10657         (package-menu--generate): Use it.
10658         (package-delete): Update package-alist.
10659         (package-menu-execute): Don't call package-initialize.
10661         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10662         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10663         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10664         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10665         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10666         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10668 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
10670         * window.el (window--state-get-1): Workaround for bug#14527.
10671         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10673 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675         * net/eww.el (eww-back-url): Implement the history by stashing all
10676         the data into a list.
10677         (eww-forward-url): Allow going forward in the history, too.
10679 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10682         for values and use read--expression for expressions (bug#14710).
10683         (read-file-local-variable): Avoid setq.
10684         (read-file-local-variable-mode): Use minor-mode-list.
10686 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10688         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10689         for DOI URLs.
10691 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10693         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10694         Update imenu-support when dialect changes.
10696 2013-06-25  Leo Liu  <sdl.web@gmail.com>
10698         * ido.el (ido-read-internal): Allow forward slash on windows.
10700 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702         * net/eww.el (eww): Start of strings is \\`, not ^.
10704 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10706         * net/shr.el (shr-browse-url): Fix interactive spec.
10708         * net/eww.el (eww): Add a trailing slash to domain names.
10710 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
10712         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10714 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716         * net/shr.el (shr-browse-url): Use an external browser if given a
10717         prefix.
10719         * net/eww.el (eww-external-browser): Move to shr.
10721 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10723         * net/eww.el (eww): Work more correctly for file: URLs.
10724         (eww-detect-charset): Allow quoted charsets.
10725         (eww-yank-page-url): New command and keystroke.
10727 2013-06-24  Daiki Ueno  <ueno@gnu.org>
10729         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10730         file name of gpg executable.
10731         (epg-context-program): New function.
10732         (epg-context-home-directory): New function.
10733         (epg-context-set-program): New function.
10734         (epg-context-set-home-directory): New function.
10735         (epg--start): Use `epg-context-program' instead of
10736         'epg-gpg-program'.
10737         (epg--list-keys-1): Likewise.
10739 2013-06-24  Leo Liu  <sdl.web@gmail.com>
10741         * ido.el (ido-read-internal): Fix bug#14620.
10743 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10745         * faces.el (face-documentation): Simplify.
10746         (read-face-attribute, tty-find-type, x-resolve-font-name):
10747         Use `string-match-p'.
10748         (list-faces-display): Use `string-match-p'.  Simplify.
10749         (face-spec-recalc): Check face to avoid face alias loops.
10750         (read-color): Use `string-match-p' and non-capturing parenthesis.
10752 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754         * net/shr.el (shr-rescale-image): Use the new
10755         :max-width/:max-height functionality.
10757 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
10759         * net/eww.el (eww-search-prefix): New variable.
10760         (eww): Use it.
10761         (eww-external-browser): New variable.
10762         (eww-mode-map): New keystroke.
10763         (eww-browse-with-external-browser): New command.
10765         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10767 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10769         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10770         Don't skip aligning the next header field when padding is 0;
10771         otherwise, field width is not respected unless the title is as
10772         wide as the field.
10774 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10776         * emacs-lisp/package.el (package-el-version): Remove.
10777         (package-process-define-package): Fix inf-loop.
10778         (package-install): Allow symbols as arguments again.
10780 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10782         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10783         add some more keyword-like methods.
10784         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10786 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
10788         * bs.el (bs-buffer-show-mark): Make defvar-local.
10789         (bs-mode): Use setq-local.
10791         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10792         (emacs-lock--try-unlocking): Make defvar-local.
10794 2013-06-22  Glenn Morris  <rgm@gnu.org>
10796         * play/cookie1.el (cookie-apropos): Minor simplification.
10798         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10800 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10802         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10803         `regexp-opt', it breaks the build during dumping.
10805 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
10807         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10808         Highlight keyword-like methods on Kernel and Module with
10809         font-lock-builtin-face.
10810         (auto-mode-alist): Consolidate different entries into one regexp
10811         and add more *file-s.
10813 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
10815         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10817         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10818         (diary-entry): Use it in the action of this button type instead of
10819         diary-goto-entry.
10821         * calendar/todo-mode.el: New version.
10822         (todo-add-category): Append new category to end of file and give
10823         it the highest number, instead of putting it at the beginning and
10824         giving it 0.  Incorporate noninteractive functionality.
10825         (todo-forward-category): Adapt to 1-based category numbering.
10826         Allow skipping over archived categories.
10827         (todo-backward-category): Derive from todo-forward-category.
10828         (todo-backward-item, todo-forward-item): Make noninteractive and
10829         delegate interactive part to new commands.  Make sensitive to done items.
10830         (todo-categories): Make value an alist of category names and
10831         vectors of item counts.
10832         (todo-category-beg): Make a defconst.
10833         (todo-category-number): Use 1 instead of 0 as initial value.
10834         (todo-category-select): Make sensitive to overlays, optional item
10835         highlighting and done items.
10836         (todo-delete-item): Make sensitive to overlays and marked and done items.
10837         (todo-edit-item): Make sensitive to overlays and editing of
10838         date/time header optional.  Add format checks.
10839         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
10840         no-op if point is not on an item.  Advertise using todo-edit-quit.
10841         (todo-edit-mode): Make sensitive to new format, font-locking, and
10842         multiple todo files.
10843         (todo-insert-item, todo-insert-item-here): Derive from
10844         todo-basic-insert-item and extend functionality.
10845         (todo-item-end, todo-item-start): Make sensitive to done items.
10846         (todo-item-string): Don't return text properties.  Restore point.
10847         (todo-jump-to-category): Make sensitive to multiple todo files and
10848         todo archives.  Use extended category completion.
10849         (todo-lower-item, todo-raise-item): Rename to *-priority and
10850         derive from todo-set-item-priority.
10851         (todo-mode): Derive from special-mode.  Make sensitive to new
10852         format, font-locking and multiple todo files.  Make read-only.
10853         (todo-mode-map): Don't suppress digit keys, so they can supply
10854         prefix arguments.  Add many new key bindings.
10855         (todo-prefix): Insert as an overlay instead of file text.
10856         Change semantics from diary date expression to purely visual mark.
10857         (todo-print): Rename to todo-print-buffer.  Make buffer display
10858         features printable.  Remove option to restrict number of items
10859         printed.  Add option to print to file.
10860         (todo-print-function): Rename to todo-print-buffer-function.
10861         (todo-quit): Extend to handle exiting new todo modes.
10862         (todo-remove-item): Make sensitive to overlays.
10863         (todo-save): Extend to buffers of filtered items.
10864         (todo-show): Make sensitive to done items, multiple todo files and
10865         new todo modes.  Offer to convert legacy todo file before creating
10866         first new todo file.
10867         (todo-show-priorities): Rename to todo-top-priorities.
10868         Change semantics of value 0.
10869         (todo-top-priorities): Rename to todo-filter-top-priorities,
10870         derive from todo-filter-items and extend functionality.
10871         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10872         and extend functionality to other types of filtered items.
10873         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10874         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10875         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10876         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10877         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10878         (todo-edit-mode-hook, todo-entry-prefix-function)
10879         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10880         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10881         (todo-initials, todo-insert-threshold, todo-item-string-start)
10882         (todo-line-string, todo-menu, todo-mode-hook)
10883         (todo-more-important-p, todo-previous-answer, todo-previous-line)
10884         (todo-print-priorities, todo-remove-separator)
10885         (todo-save-top-priorities-too, todo-string-count-lines)
10886         (todo-string-multiline-p, todo-time-string-format)
10887         (todo-tmp-buffer-name): Remove.
10888         (todo-add-file, todo-archive-done-item, todo-choose-archive)
10889         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10890         (todo-edit-category-diary-inclusion)
10891         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10892         (todo-edit-file, todo-edit-item-date-day)
10893         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10894         (todo-edit-item-date-month, todo-edit-item-date-to-today)
10895         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10896         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10897         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10898         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10899         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10900         (todo-filter-top-priorities-multifile, todo-find-archive)
10901         (todo-find-filtered-items-file, todo-go-to-source-item)
10902         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10903         (todo-jump-to-archive-category, todo-lower-category)
10904         (todo-mark-category, todo-marked-item-p, todo-merge-category)
10905         (todo-move-category, todo-move-item, todo-next-button)
10906         (todo-next-item, todo-padded-string, todo-powerset)
10907         (todo-previous-button, todo-previous-item)
10908         (todo-print-buffer-to-file, todo-raise-category)
10909         (todo-rename-category, todo-repair-categories-sexp, todo-search)
10910         (todo-set-category-number, todo-set-item-priority)
10911         (todo-set-top-priorities-in-category)
10912         (todo-set-top-priorities-in-file, todo-show-categories-table)
10913         (todo-sort-categories-alphabetically-or-numerically)
10914         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10915         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10916         (todo-toggle-item-header, todo-toggle-item-highlighting)
10917         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10918         (todo-toggle-view-done-items, todo-toggle-view-done-only)
10919         (todo-unarchive-items, todo-unmark-category): New commands.
10920         (todo-absolute-file-name, todo-add-to-buffer-list)
10921         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10922         (todo-basic-insert-item, todo-category-completions)
10923         (todo-category-number, todo-category-string-matcher-1)
10924         (todo-category-string-matcher-2, todo-check-filtered-items-file)
10925         (todo-check-format, todo-clear-matches)
10926         (todo-comment-string-matcher, todo-convert-legacy-date-time)
10927         (todo-current-category, todo-date-string-matcher)
10928         (todo-define-insertion-command, todo-diary-expired-matcher)
10929         (todo-diary-goto-entry, todo-diary-item-p)
10930         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10931         (todo-display-categories, todo-display-sorted, todo-done-item-p)
10932         (todo-done-item-section-p, todo-done-separator)
10933         (todo-done-string-matcher, todo-files, todo-filter-items)
10934         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10935         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10936         (todo-insert-category-line, todo-insert-item-from-calendar)
10937         (todo-insert-sort-button, todo-insert-with-overlays)
10938         (todo-insertion-command-name, todo-insertion-key-bindings)
10939         (todo-label-to-key, todo-longest-category-name-length)
10940         (todo-make-categories-list, todo-mode-external-set)
10941         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10942         (todo-modes-set-3, todo-multiple-filter-files)
10943         (todo-nondiary-marker-matcher, todo-prefix-overlays)
10944         (todo-read-category, todo-read-date, todo-read-dayname)
10945         (todo-read-file-name, todo-read-time)
10946         (todo-reevaluate-category-completions-files-defcustom)
10947         (todo-reevaluate-default-file-defcustom)
10948         (todo-reevaluate-filelist-defcustoms)
10949         (todo-reevaluate-filter-files-defcustom)
10950         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10951         (todo-reset-done-separator, todo-reset-done-separator-string)
10952         (todo-reset-done-string, todo-reset-global-current-todo-file)
10953         (todo-reset-highlight-item, todo-reset-nondiary-marker)
10954         (todo-reset-prefix, todo-set-categories)
10955         (todo-set-date-from-calendar, todo-set-show-current-file)
10956         (todo-set-top-priorities, todo-short-file-name)
10957         (todo-show-current-file, todo-sort, todo-time-string-matcher)
10958         (todo-total-item-counts, todo-update-buffer-list)
10959         (todo-update-categories-display, todo-update-categories-sexp)
10960         (todo-update-count, todo-validate-name, todo-y-or-n-p):
10961         New functions.
10962         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10963         New major modes.
10964         (todo-categories, todo-display, todo-edit, todo-faces)
10965         (todo-filtered): New defgroups.
10966         (todo-archived-only, todo-button, todo-category-string, todo-date)
10967         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10968         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10969         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10970         (todo-add-item-if-new-category, todo-always-add-time-string)
10971         (todo-categories-align, todo-categories-archived-label)
10972         (todo-categories-category-label, todo-categories-diary-label)
10973         (todo-categories-done-label, todo-categories-number-separator)
10974         (todo-categories-todo-label, todo-categories-totals-label)
10975         (todo-category-completions-files, todo-completion-ignore-case)
10976         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10977         (todo-done-separator-string, todo-done-string)
10978         (todo-files-function, todo-filter-done-items, todo-filter-files)
10979         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10980         (todo-initial-category, todo-initial-file, todo-item-mark)
10981         (todo-legacy-date-time-regexp, todo-mode-line-function)
10982         (todo-nondiary-marker, todo-number-prefix)
10983         (todo-print-buffer-function, todo-show-current-file)
10984         (todo-show-done-only, todo-show-first, todo-show-with-done)
10985         (todo-skip-archived-categories, todo-top-priorities-overrides)
10986         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10987         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10988         New defcustoms.
10989         (todo-category-done, todo-date-pattern, todo-date-string-start)
10990         (todo-diary-items-buffer, todo-done-string-start)
10991         (todo-filtered-items-buffer, todo-item-start)
10992         (todo-month-abbrev-array, todo-month-name-array)
10993         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10994         (todo-top-priorities-buffer): New defconsts.
10995         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10996         (todo-categories-with-marks, todo-category-string-face)
10997         (todo-comment-face, todo-comment-string, todo-current-todo-file)
10998         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10999         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11000         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11001         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11002         (todo-font-lock-keywords, todo-global-current-todo-file)
11003         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11004         (todo-insertion-commands-args)
11005         (todo-insertion-commands-args-genlist)
11006         (todo-insertion-commands-names, todo-insertion-map)
11007         (todo-key-bindings-t, todo-key-bindings-t+a)
11008         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11009         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11010         (todo-nondiary-face, todo-print-buffer, todo-time-face)
11011         (todo-visited): New variables.
11013 2013-06-21  Glenn Morris  <rgm@gnu.org>
11015         * play/cookie1.el (cookie-apropos): Add optional display argument.
11016         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11017         (psychoanalyze-pinhead): Use cookie-doctor.
11019 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11021         * emacs-lisp/package.el (tar-get-file-descriptor)
11022         (tar--extract): Declare.
11024 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
11026         Extend flymake's warning predicate to be a function (bug#14217).
11027         * progmodes/flymake.el (flymake-warning-predicate): New.
11028         (flymake-parse-line): Use it.
11029         (flymake-warning-re): Make obsolete alias to
11030         `flymake-warning-predicate'.
11032 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11034         * emacs-lisp/package.el (package-alist): Include obsolete packages.
11035         (package-obsolete-list): Remove.
11036         (package-activate): Remove min-version argument.  Add `force' argument.
11037         Adjust to new package-alist format.
11038         (package-mark-obsolete): Remove.
11039         (package-unpack): Force reload of the package's autoloads.
11040         (package-installed-p): Check builtins if the installed package is not
11041         recent enough.
11042         (package-initialize): Don't reset package-obsolete-list.
11043         Don't specify which package version to activate.
11044         (package-process-define-package, describe-package-1)
11045         (package-menu--generate): Adjust to new package-alist format.
11047 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11049         * allout-widgets.el (allout-widgets-mode-off)
11050         (allout-widgets-mode-on, allout-widgets-pre-command-business)
11051         (allout-widgets-post-command-business)
11052         (allout-widgets-after-copy-or-kill-function)
11053         (allout-widgets-after-undo-function, allout-test-range-overlaps)
11054         (allout-decorate-item-and-context)
11055         (allout-graphics-modification-handler): Fix typos in docstrings.
11056         (allout-get-or-create-parent-widget): Use `looking-at-p'.
11058         * cmuscheme.el (scheme-start-file): Doc fix.
11059         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11060         (scheme-input-filter): Use `string-match-p'.
11062         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11064         * dired-x.el: Use Dired consistently in docstrings.
11066         * dired.el: Use Dired consistently in docstrings.
11067         (dired-readin, dired-mode): Use `setq-local'.
11068         (dired-switches-alist): Make defvar-local.
11069         (dired-buffers-for-dir): Use `zerop'.
11070         (dired-safe-switches-p, dired-switches-escape-p)
11071         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11072         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11073         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11074         (dired-goto-next-nontrivial-file): Use `string-match-p'.
11075         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11076         (dired-toggle-marks, dired-mark-files-containing-regexp)
11077         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11078         (dired-flag-auto-save-files, dired-flag-backup-files):
11079         Use `looking-at-p'.
11080         (dired-mark-files-regexp, dired-build-subdir-alist):
11081         Use `string-match-p', `looking-at-p'.
11083         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11084         (direct-print-region-helper): Use `string-match-p'.
11086 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11088         * comint.el (comint-redirect-results-list-from-process):
11089         Fix infinite loop.
11091 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11093         * net/eww.el (eww-update-header-line-format): Quote % characters.
11095 2013-06-21  Glenn Morris  <rgm@gnu.org>
11097         * play/cookie1.el (cookie): New custom group.
11098         (cookie-file): New option.
11099         (cookie-check-file): New function.
11100         (cookie): Make it interactive.  Make start and end messages optional.
11101         Interactively, display the result.  Default to cookie-file.
11102         (cookie-insert): Default to cookie-file.
11103         (cookie-snarf): Make start and end messages optional.
11104         Default to cookie-file.  Use with-temp-buffer.
11105         (cookie-read): Rename from read-cookie.
11106         Make start and end messages optional.  Default to cookie-file.
11107         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
11108         Do not autoload it.
11109         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11110         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11112 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11114         * progmodes/octave.el (octave-mode): Backward compatibility fix.
11116 2013-06-21  Glenn Morris  <rgm@gnu.org>
11118         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11120 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11121             Daniel Hackney  <dan@haxney.org>
11123         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11124         Consolidate the single-file vs tarball code.
11125         (package-desc-suffix): New function.
11126         (package-desc-full-name): Don't bother inlining it.
11127         (package-load-descriptor): Return the new package-desc.
11128         (package-mark-obsolete): Remove unused arg `package'.
11129         (package-unpack): Make it work for single files as well.
11130         Make it update package-alist.
11131         (package--make-autoloads-and-stuff): Rename from
11132         package--make-autoloads-and-compile.  Don't compile any more.
11133         (package--compile): New function.
11134         (package-generate-description-file): New function, extracted from
11135         package-unpack-single.
11136         (package-unpack-single): Remove.
11137         (package--with-work-buffer): Add indentation and debugging info.
11138         (package-download-single): Remove.
11139         (package-install-from-archive): Rename from package-download-tar, make
11140         it take a pkg-desc, and make it work for single files as well.
11141         (package-download-transaction): Simplify.
11142         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
11143         external tar program.
11144         (package-install-from-buffer): Remove `pkg-desc' argument.
11145         Use package-tar-file-info for tar-mode buffers.
11146         (package-install-file): Simplify accordingly.
11147         (package-archive-base): Change to take a pkg-desc.
11148         * tar-mode.el (tar--check-descriptor): New function, extracted from
11149         tar-get-descriptor.
11150         (tar-get-descriptor): Use it.
11151         (tar-get-file-descriptor): New function.
11152         (tar--extract): New function, extracted from tar-extract.
11153         (tar--extract): Use it.
11154         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11155         case the summary uses non-ascii.  Adjust to new calling convention of
11156         package-tar-file-info.
11158 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11160         * comint.el (comint-redirect-results-list-from-process):
11161         Fix random delay.  (Bug#14681)
11163 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11165         * profiler.el (profiler-format-number): Use log, not log10.
11167 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11169         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11171 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11173         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11174         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11175         yet available.
11176         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11177         (AUTOGENEL): ... here.
11178         * emacs-lisp/cl-macs.el (cl--sublis): New function.
11179         (cl--defsubst-expand): Use it.
11181 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11183         * subr.el (log10): Move here from C code, and declare as obsolete.
11184         All uses of (log10 X) replaced with (log X 10).
11186 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11188         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11189         Declare with `defvar-local'.
11190         (tabulated-list-use-header-line, tabulated-list-entries)
11191         (tabulated-list-padding, tabulated-list-printer)
11192         (tabulated-list-sort-key): Declare with `defvar-local'.
11193         (tabulated-list-init-header, tabulated-list-print-fake-header):
11194         Use `setq-local'.
11196 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
11198         * arc-mode.el (archive-mode): Add `archive-write-file' to
11199         `write-contents-functions' also for remote files.  (Bug#14652)
11201 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11203         * cus-edit.el (custom-commands): Fix typos.
11204         (custom-display): Fix tooltip text.
11205         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11206         Fix typos in docstrings.
11207         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11208         (custom-unlispify-menu-entry, custom-magic-value-create)
11209         (custom-add-see-also, custom-group-value-create): Use ?\s.
11210         (custom-guess-type, customize-apropos, editable-field)
11211         (custom-face-value-create): Use `string-match-p'.
11212         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11214         * custom.el (custom-load-symbol): Use `string-match-p'.
11216         * ansi-color.el: Convert to lexical binding.
11217         (ansi-colors): Fix URL.
11218         (ansi-color-context, ansi-color-context-region): Use defvar-local.
11219         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11220         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11222 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11224         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11226         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11228 2013-06-19  Tom Tromey  <tromey@redhat.com>
11230         * net/eww.el (eww-top-url): Remove.
11231         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11232         (eww-render): Set new variables.  Don't set eww-top-url.
11233         (eww-handle-link): Handle "prev", "home", and "contents".
11234         Downcase the rel text.
11235         (eww-top-url): Choose best top URL.
11237 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239         * net/eww.el: Rewrite to implement form elements "by hand" instead of
11240         relying in widget.el.  Using widget.el leads to too many
11241         user interface inconsistencies.
11242         (eww-self-insert): Implement entering commands in text fields.
11243         (eww-process-text-input): New function to make text input field editing
11244         work.
11245         (eww-submit): Rewrite to use the new-style form methods.
11246         (eww-select-display): Display the correct selected item.
11247         (eww-change-select): Implement changing the select value.
11248         (eww-toggle-checkbox): Implement radio/checkboxes.
11249         (eww-update-field): Fix compilation error.
11250         (eww-tag-textarea): Implement <textarea>.
11252         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11253         we don't shadow mode-specific bindings.
11255         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11256         nothing to push.
11258         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11260 2013-06-19  Glenn Morris  <rgm@gnu.org>
11262         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11264 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
11266         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11267         not needed.
11269         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11271 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273         * net/browse-url.el (browse-url-browser-function):
11274         `eww-browse-url' has the right calling signature, `eww' does not.
11276 2013-06-19  Glenn Morris  <rgm@gnu.org>
11278         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11279         Only eval autoloaded macros.
11280         (byte-compile-autoload): Only give the macro warning for macros.
11282         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11283         (ps-underlined-faces): Declare.
11285         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11286         (speedbar-add-supported-extension): Declare.
11288         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11289         Don't include a date stamp in the header of the generated file;
11290         it leads to needless differences between output files.
11292 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
11294         * net/secrets.el (secrets-struct-secret-content-type):
11295         Replace check of introspection data by a test call of "CreateItem".
11296         Some servers do not offer introspection.
11298 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11300         * electric.el (electric-pair-mode): Improve interaction with
11301         electric-layout-mode.
11302         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11303         (electric-pair-syntax): Use text-mode-syntax-table in comments
11304         and strings.
11305         (electric-pair--insert): New function.
11306         (electric-pair-post-self-insert-function): Use it and
11307         electric--after-char-pos.
11309 2013-06-19  Leo Liu  <sdl.web@gmail.com>
11311         * progmodes/octave.el (octave-help): Fix regexp.
11313 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11315         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11316         (shr-table-horizontal-line): Allow nil as a value, and change the
11317         default.
11318         (shr-insert-table-ruler): Respect the nil value.
11320 2013-06-18  Tom Tromey  <tromey@barimba>
11322         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11323         New defvars.
11324         (eww-open-file): New defun.
11325         (eww-render): Initialize new variables.
11326         (eww-display-html): Handle "link" and "a".
11327         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11328         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
11329         (eww-back-url): Rename from eww-previous-url.
11330         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11331         New defuns.
11333 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
11335         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11336         Distinguish ternary operator tokens from slash symbol and slash
11337         char literal.
11339 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11341         Convert symbol prettification into minor mode and global minor mode.
11343         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11344         `prog-prettify-symbols', and make a local defvar instead of defcustom.
11345         (prettify-symbols--keywords): Rename from
11346         `prog-prettify-symbols-alist' and make a local defvar.
11347         (prettify-symbols--compose-symbol): Rename from
11348         `prog--prettify-font-lock-compose-symbol'.
11349         (prettify-symbols--make-keywords): Rename from
11350         `prog-prettify-font-lock-symbols-keywords' and simplify.
11351         (prog-prettify-install): Remove.
11352         (prettify-symbols-mode): New minor mode, based on
11353         `prog-prettify-install'.
11354         (turn-on-prettify-symbols-mode): New function.
11355         (global-prettify-symbols-mode): New globalized minor mode.
11357         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11358         * progmodes/cfengine.el (cfengine3-mode):
11359         * progmodes/perl-mode.el (perl-mode): Don't call
11360         `prog-prettify-install'; set `prettify-symbols-alist' instead.
11362 2013-06-18  Juri Linkov  <juri@jurta.org>
11364         * files-x.el (modify-file-local-variable-message): New function.
11365         (modify-file-local-variable)
11366         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11367         and call `modify-file-local-variable-message' when it's non-nil.
11368         (add-file-local-variable, delete-file-local-variable)
11369         (add-file-local-variable-prop-line)
11370         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11371         and use it.  (Bug#9820)
11373 2013-06-18  Juri Linkov  <juri@jurta.org>
11375         * emulation/vi.el (vi-shell-op):
11376         * emulation/vip.el (vip-execute-com, ex-command):
11377         * emulation/viper-cmd.el (viper-exec-bang):
11378         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11379         the call of `shell-command-on-region'.  (Bug#14637)
11381         * simple.el (shell-command-on-region): Doc fix.
11383 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11386         (bug#14633).
11388 2013-06-18  Glenn Morris  <rgm@gnu.org>
11390         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11392         * newcomment.el (comment-search-forward, comment-search-backward):
11393         Doc fix.  (Bug#14376)
11395 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11397         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11398         (buffer-face-mode-invoke): Doc fix.
11400 2013-06-18  Matthias Meulien  <orontee@gmail.com>
11402         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11403         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11405 2013-06-18  Glenn Morris  <rgm@gnu.org>
11407         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11408         Replace obsolete function generic-make-keywords with its expansion.
11410         * progmodes/python.el (ffap-alist): Declare.
11412         * textmodes/reftex.el (bibtex-mode-map): Declare.
11414 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11417         (package-unpack, package-unpack-single): Return the pkg-dir.
11418         (package-download-transaction): Use it to update package-alist.
11420 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11422         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11423         possible choice.
11425 2013-06-17  Juri Linkov  <juri@jurta.org>
11427         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11429 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11431         * emacs-lisp/package.el (package-load-descriptor):
11432         Remove `with-syntax-table' call, `read' doesn't need it.
11433         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11435 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11437         * startup.el (command-line): Expand package name returned by
11438         `package--description-file' (bug#14639).
11440 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11442         * emacs-lisp/package.el (package-load-descriptor): Do not call
11443         `emacs-lisp-mode', just use its syntax table.
11445 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11447         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11448         `font-lock-extra-managed-props' if any prettifying keyword is added.
11449         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11450         (prog-mode): Use `setq-local'.
11452 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * international/characters.el (standard-case-table): Set syntax of ?»
11455         and ?« to punctuation.
11457 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
11459         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11460         Save relevant match data before calling `syntax-ppss' (bug#14595).
11462 2013-06-15  Juri Linkov  <juri@jurta.org>
11464         * files-x.el (modify-file-local-variable-prop-line): Add local
11465         variables to the end of the existing comment on the first line.
11466         Use `file-auto-mode-skip' to skip interpreter magic line,
11467         and also skip XML declaration.
11469 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11471         * startup.el (package--builtin-versions): New var.
11472         (package-subdirectory-regexp): Remove.
11473         (package--description-file): Hard code its value instead.
11475         * emacs-lisp/package.el: Don't activate packages older than builtin.
11476         (package-obsolete-list): Rename from package-obsolete-alist, and make
11477         it into a simple list of package-desc.
11478         (package-strip-version): Remove.
11479         (package-built-in-p): Use package--builtin-versions.
11480         (package-mark-obsolete): Simplify.
11481         (package-process-define-package): Mark it obsolete if older than the
11482         builtin version.
11483         (package-handle-response): Use line-end-position.
11484         (package-read-archive-contents, package--download-one-archive):
11485         Simplify.
11486         (package--add-to-archive-contents): Skip if older than the builtin or
11487         installed version.
11488         (package-menu-describe-package): Fix last change.
11489         (package-list-unversioned): New var.
11490         (package-menu--generate): Use it.
11492         * emacs-lisp/autoload.el: Manage package--builtin-versions.
11493         (autoload--insert-text, autoload--insert-cookie-text): New functions.
11494         (autoload-builtin-package-versions): New variable.
11495         (autoload-generate-file-autoloads): Use them.
11496         Remove the list of autoloaded functions/macros from the
11497         (autoload...) comments.
11499         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11501 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
11503         * simple.el (line-move-partial): Don't jump to the next screen
11504         line as soon as it becomes visible.  Instead, continue enlarging
11505         the vscroll until the portion of a tall screen line that's left on
11506         display is about the height of the frame's default font.
11507         (Bug#14567)
11509 2013-06-15  Glenn Morris  <rgm@gnu.org>
11511         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11512         compilation-error-regexp-alist void, or local while let-bound.
11514         * progmodes/make-mode.el (makefile-mode-syntax-table):
11515         Treat "=" as punctuation.  (Bug#14614)
11517 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
11519         * help-fns.el (describe-variable):
11520         Add extra line for permanent-local variables.
11522 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
11524         * progmodes/scheme.el (scheme-font-lock-keywords-2):
11525         Add export, import, library.  (Bug#9164)
11526         (library): Set indent function.
11528 2013-06-14  Glenn Morris  <rgm@gnu.org>
11530         * term/xterm.el (xterm--query):
11531         Stop after first matching handler.  (Bug#14615)
11533 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
11535         Add support for dired in saveplace.
11536         * dired.el (dired-initial-position-hook): New variable.
11537         (dired-initial-position): Call hook to place cursor position.
11538         * saveplace.el (save-place-to-alist): Add dired position.
11539         (save-place-dired-hook): New function.
11541 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11543         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11544         through a symbol rather than letrec.
11546         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
11547         (package-desc): Add `dir' field.
11548         (package-desc-full-name): New function.
11549         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
11550         (package-maybe-load-descriptor): Remove.
11551         (package-load-all-descriptors): Just call package-load-descriptor.
11552         (package--disabled-p): New function.
11553         (package-desc-vers, package-desc-doc): Remove aliases.
11554         (package--dir): Remove function.
11555         (package-activate): Check if a package is disabled.
11556         (package-process-define-package): New function, extracted from
11557         define-package.
11558         (define-package): Turn into a place holder.
11559         (package-unpack-single, package-tar-file-info):
11560         Use package--description-file.
11561         (package-compute-transaction): Use package--disabled-p.
11562         (package-download-transaction): Don't call
11563         package-maybe-load-descriptor since they're all loaded anyway.
11564         (package-install): Change argument to be a pkg-desc.
11565         (package-delete): Use a single pkg-desc argument.
11566         (describe-package-1): Use package-desc-dir instead of package--dir.
11567         Use package-desc property instead of package-symbol.
11568         (package-install-button-action): Adjust accordingly.
11569         (package--push): Rewrite.
11570         (package-menu--print-info): Adjust accordingly.  Change the ID format
11571         to be a pkg-desc.
11572         (package-menu-describe-package, package-menu-get-status)
11573         (package-menu--find-upgrades, package-menu-mark-upgrades)
11574         (package-menu-execute, package-menu--name-predicate):
11575         Adjust accordingly.
11576         * startup.el (package--description-file): New function.
11577         (command-line): Use it.
11578         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11579         Use package-desc-version.
11581         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11582         (byte-compile-preprocess): Use it.
11583         (byte-compile-file-form-defalias): Try a bit harder to use macros we
11584         can't quite recognize.
11585         (byte-compile-add-to-list): Remove.
11586         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11587         (cconv-closure-convert): Add assertion.
11589         * emacs-lisp/map-ynp.el: Use lexical-binding.
11590         (map-y-or-n-p): Remove unused vars `tail' and `object'.
11591         Factor out some repeated code.
11593 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11595         * subr.el (with-eval-after-load): New macro.
11596         (eval-after-load): Allow form to be a function.
11597         take advantage of lexical-binding.
11598         (do-after-load-evaluation): Use dolist and adjust to new format.
11599         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11601 2013-06-13  Juri Linkov  <juri@jurta.org>
11603         * replace.el (perform-replace): Display "symbol " and other search
11604         modes from `isearch-message-prefix' in the *Help* buffer.
11606         * isearch.el (isearch-query-replace): Add " symbol" and other
11607         possible search modes from `isearch-message-prefix' to the prompt.
11608         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11609         when reading a regexp to collect.
11611 2013-06-13  Juri Linkov  <juri@jurta.org>
11613         * isearch.el (word-search-regexp): Match whitespace if the search
11614         string begins or ends in whitespace.  The LAX arg is applied to
11615         both ends of the search string.  Use `regexp-quote' and explicit
11616         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
11617         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11618         boundaries are replaced with symbol boundaries, and characters
11619         between symbols match non-word non-symbol syntax.  (Bug#14602)
11621 2013-06-13  Juri Linkov  <juri@jurta.org>
11623         * isearch.el (isearch-del-char): Don't exceed the length of
11624         `isearch-string' by the prefix arg.  (Bug#14563)
11626 2013-06-13  Juri Linkov  <juri@jurta.org>
11628         * isearch.el (isearch-yank-word, isearch-yank-line)
11629         (isearch-char-by-name, isearch-quote-char)
11630         (isearch-printing-char, isearch-process-search-char):
11631         Add optional count prefix arg.  (Bug#14563)
11633         * international/isearch-x.el
11634         (isearch-process-search-multibyte-characters):
11635         Add optional count prefix arg.
11637 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11639         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11640         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11641         lexical-binding.
11643 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
11645         * subr.el (set-temporary-overlay-map): Add on-exit argument.
11647 2013-06-13  Glenn Morris  <rgm@gnu.org>
11649         * startup.el (tty-handle-args):
11650         Don't just discard "--" and anything after.  (Bug#14608)
11652         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11654 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
11656         Implement changes in Secret Service API.  Make it backward compatible.
11657         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11658         (secrets-create-item): Use it.  Prefix properties with interface.
11660 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
11662         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
11663         (term-emulate-terminal): Respect term-suppress-hard-newline.
11665 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
11667         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11668         Only remove a `thumb-file' overlay.  (Bug#14548)
11670 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
11672         * mail/reporter.el (reporter-submit-bug-report):
11673         Handle missing package-name.  (Bug#14600)
11675 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11677         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11678         (reftex-citation-prompt, reftex-default-bibliography)
11679         (reftex-bib-or-thebib, reftex-get-bibfile-list)
11680         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11681         (reftex-bib-sort-author, reftex-bib-sort-year)
11682         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11683         (reftex-extract-bib-entries-from-thebibliography)
11684         (reftex-get-bibkey-default, reftex-get-bib-names)
11685         (reftex-parse-bibtex-entry, reftex-get-bib-field)
11686         (reftex-format-bib-entry, reftex-parse-bibitem)
11687         (reftex-format-bibitem, reftex-do-citation)
11688         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11689         (reftex-restrict-bib-matches, reftex-extract-bib-file)
11690         (reftex-insert-bib-matches, reftex-format-citation)
11691         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11692         (reftex-create-bibtex-file): Add docstrings, mostly by converting
11693         existing comments into docstrings.
11695 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11697         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11699 2013-06-12  Andreas Schwab  <schwab@suse.de>
11701         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11702         for auto-save files.
11704 2013-06-12  Glenn Morris  <rgm@gnu.org>
11706         * ido.el (ido-delete-ignored-files): Remove.
11707         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11708         Go back to calling ido-ignore-item-p directly.
11710 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
11712         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11714         * ido.el (ido-delete-ignored-files): New function,
11715         split from ido-make-file-list-1.
11716         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
11717         (ido-make-file-list-1): Use ido-delete-ignored-files.
11719 2013-06-12  Leo Liu  <sdl.web@gmail.com>
11721         * progmodes/octave.el (inferior-octave-startup)
11722         (inferior-octave-completion-table)
11723         (inferior-octave-track-window-width-change)
11724         (octave-eldoc-function-signatures, octave-help)
11725         (octave-find-definition): Use single quoted strings.
11726         (inferior-octave-startup-args): Change default value.
11727         (inferior-octave-startup): Do not hard code "-i" and
11728         "--no-line-editing".
11729         (inferior-octave-resync-dirs): Add optional arg NOERROR.
11730         (inferior-octave-directory-tracker): Use it.
11731         (octave-goto-function-definition): Robustify.
11732         (octave-help): Support highlighting operators in 'See also'.
11733         (octave-find-definition): Find subfunctions only in Octave mode.
11735 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11737         * help-fns.el (help-fns--compiler-macro): If the handler function is
11738         named, then put a link to it.
11739         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11740         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11741         (cl-typep): Use it.
11742         (cl-eval-when): Simplify debug spec.
11743         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
11744         compiler-macro function instead of setting `compiler-macro-file'.
11746 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11748         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11749         * vc/vc-hooks.el (vc-stay-local): Doc fix.
11751 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11752             Daniel Hackney  <dan@haxney.org>
11754         First part of Daniel Hackney's patch to package.el.
11755         * emacs-lisp/package.el: Use defstruct.
11756         (package-desc): New, main struct.
11757         (package--bi-desc, package--ac-desc): New structs, used to describe the
11758         format in external files.
11759         (package-desc-vers): Replace with package-desc-version accessor.
11760         (package-desc-doc): Replace with package-desc-summary accessor.
11761         (package-activate-1): Remove `package' arg since the pkg-vec now
11762         includes the name.
11763         (define-package): Use package-desc-from-define.
11764         (package-unpack-single): Change file-name arg to be a symbol.
11765         (package--add-to-archive-contents): Use package-desc-create and new
11766         accessor functions to package--ac-desc.
11767         (package-buffer-info, package-tar-file-info): Return a package-desc.
11768         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
11769         arg to be a package-desc.
11770         (package-install-file): Adjust accordingly.  Use \' to match EOS.
11771         (package--from-builtin): New function.
11772         (describe-package-1, package-menu--generate): Use it.
11773         (package--make-autoloads-and-compile): Change name arg to be a symbol.
11774         (package-generate-autoloads): Idem and return the name of the file.
11775         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11776         Change pkg-info arg to be a package-desc.
11777         Use package-make-ac-desc.
11778         (package-upload-file): Use \' to match EOS.
11779         * finder.el (finder-compile-keywords): Use package-make-builtin.
11781 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * vc/vc.el (vc-deduce-fileset): Change error message.
11784         (vc-read-backend): New function.
11785         (vc-next-action): Use it.
11787         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11789         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11790         (prolog-font-lock-keywords): Use regexp-opt instead.
11791         Don't manually highlight strings.
11792         (prolog-mode-variables): Simplify comment-start-skip.
11793         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
11795         * emacs-lisp/generic.el (generic--normalise-comments)
11796         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11797         (generic-mode-set-comments): Use them.
11798         (generic-bracket-support): Use setq-local.
11799         (generic-make-keywords-list): Declare obsolete.
11801 2013-06-11  Glenn Morris  <rgm@gnu.org>
11803         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11804         Prettify after setting font-lock-defaults.  (Bug#14574)
11806 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
11808         * replace.el (query-replace, occur-read-regexp-defaults-function)
11809         (replace-search):
11810         * subr.el (declare-function, number-sequence, local-set-key)
11811         (substitute-key-definition, locate-user-emacs-file)
11812         (with-silent-modifications, split-string, eval-after-load):
11813         Fix typos, remove unneeded backslashes and reflow some docstrings.
11815 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11818         default for Elisp files.
11820 2013-06-11  Glenn Morris  <rgm@gnu.org>
11822         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11823         although define-derived-mode was doing this anyway.  (Bug#14583)
11825 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
11827         * allout.el (allout-encryption-plaintext-sanitization-regexps):
11828         Fix make-variable-buffer-local call to refer to the correct variable.
11830 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
11832         * eshell/em-term.el (eshell-visual-commands)
11833         (eshell-visual-subcommands, eshell-visual-options):
11834         Add summary line to docstrings.  Add cross-references.
11836 2013-06-10  Glenn Morris  <rgm@gnu.org>
11838         * epa.el (epa-read-file-name): New function.  (Bug#14510)
11839         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
11841 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11843         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11844         output redirection to be ignored with visual commands.
11846 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11848         * eshell/em-term.el (eshell-visual-command-p): New function.
11849         (eshell-term-initialize): Move long lambda to separate function
11850         eshell-visual-command-p.
11851         * eshell/em-dirs.el (eshell-dirs-initialize):
11852         * eshell/em-script.el (eshell-script-initialize):
11853         Add missing #' to lambda.
11855 2013-06-08  Leo Liu  <sdl.web@gmail.com>
11857         * progmodes/octave.el (octave-add-log-current-defun): New function.
11858         (octave-mode): Set add-log-current-defun-function.
11859         (octave-goto-function-definition): Do not move point if not found.
11860         (octave-find-definition): Enhance to try subfunctions first.
11862 2013-06-08  Glenn Morris  <rgm@gnu.org>
11864         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11865         (byte-compile-backward-char, byte-compile-backward-word):
11866         Improve previous change, to handle non-explicit nil.
11868 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11870         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11871         (smie--opener/closer-at-point): New function.
11872         (smie--matching-block-data): Use it.  Don't match from right after an
11873         opener or right before a closer.  Obey smie-blink-matching-inners.
11874         Don't signal a mismatch for repeated inners like "switch..case..case".
11876 2013-06-07  Leo Liu  <sdl.web@gmail.com>
11878         * progmodes/octave.el (octave-mode): Set comment-use-global-state
11879         to t.  (Bug#14303)
11880         (octave-function-header-regexp): Fix.  (Bug#14570)
11881         (octave-help-mode-finish-hook, octave-help-mode-finish):
11882         Remove.  Just use temp-buffer-show-hook.
11884         * newcomment.el (comment-search-backward): Revert last change.
11885         (Bug#14434)
11887         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11889 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
11891         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11892         through xargs, to avoid failure due to MS-Windows limitations on
11893         command-line length.
11895 2013-06-06  Glenn Morris  <rgm@gnu.org>
11897         * font-lock.el (lisp-font-lock-keywords-2):
11898         Treat user-error like error.
11900         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11901         (byte-compile-backward-char, byte-compile-backward-word):
11902         Handle explicit nil arguments.  (Bug#14565)
11904 2013-06-05  Alan Mackenzie  <acm@muc.de>
11906         * isearch.el (isearch-allow-prefix): New user option.
11907         (isearch-other-meta-char): Don't exit isearch when a prefix
11908         argument is typed whilst `isearch-allow-prefix' is non-nil.
11909         (Bug#9706)
11911 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11913         * autorevert.el (auto-revert-notify-handler): Use memq.
11914         Hide assertion failure.
11916         * skeleton.el: Use cl-lib.
11917         (skeleton-further-elements): Use defvar-local.
11918         (skeleton-insert): Use cl-progv.
11920 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11922         * progmodes/prog-mode.el (prog-prettify-symbols)
11923         (prog-prettify-install): Update docstrings.
11925 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * simple.el: Move all the prog-mode code to prog-mode.el.
11928         * progmodes/prog-mode.el: New file.
11929         * loadup.el: Add prog-mode.el.
11931 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11933         * simple.el (prog-prettify-symbols): Add version.
11934         (prog-prettify-install): Add convenience function to prettify symbols.
11936         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11937         (perl--augmented-font-lock-keywords-1)
11938         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11939         variables and use it.
11941         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11942         (cfengine3-mode): Remove unneeded variable and use it.
11944         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11945         (lisp--augmented-font-lock-keywords-1)
11946         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11947         Remove unneeded variables and use it.
11949 2013-06-05  João Távora  <joaotavora@gmail.com>
11951         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11952         to point when opening the connection.  (Bug#14380)
11954 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11956         * subr.el (load-history-regexp, load-history-filename-element)
11957         (eval-after-load, after-load-functions, do-after-load-evaluation)
11958         (eval-next-after-load, display-delayed-warnings)
11959         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11960         definition of save-match-data.
11961         (overriding-local-map): Remove accidental obsolescence declaration.
11963         * emacs-lisp/edebug.el (edebug-result): Move before first use.
11965 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11967         Generalize symbol prettify support to prog-mode and implement it
11968         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11969         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11970         (prog--prettify-font-lock-compose-symbol)
11971         (prog-prettify-font-lock-symbols-keywords): New variables and
11972         functions to support symbol prettification.
11973         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11974         (lisp--augmented-font-lock-keywords-1)
11975         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11976         (lisp--prettify-symbols-alist): Implement prettify of lambda.
11977         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11978         (cfengine3--prettify-symbols-alist, cfengine3-mode):
11979         Implement prettify of -> => :: strings.
11980         * progmodes/perl-mode.el (perl-prettify-symbols)
11981         (perl--font-lock-compose-symbol)
11982         (perl--font-lock-symbols-keywords): Move to prog-mode.
11983         (perl--prettify-symbols-alist): Prettify -> => :: strings.
11984         (perl-font-lock-keywords-1)
11985         (perl-font-lock-keywords-2): Remove explicit prettify support.
11986         (perl--augmented-font-lock-keywords)
11987         (perl--augmented-font-lock-keywords-1)
11988         (perl--augmented-font-lock-keywords-2, perl-mode):
11989         Implement prettify support.
11991 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11993         Re-implement SMIE matching block highlight using
11994         show-paren-data-function.  (Bug#14395)
11995         * emacs-lisp/smie.el (smie-matching-block-highlight)
11996         (smie--highlight-matching-block-overlay)
11997         (smie--highlight-matching-block-lastpos)
11998         (smie-highlight-matching-block)
11999         (smie-highlight-matching-block-mode): Remove.
12000         (smie--matching-block-data-cache): New variable.
12001         (smie--matching-block-data): New function.
12002         (smie-setup): Use smie--matching-block-data for
12003         show-paren-data-function.
12005         * progmodes/octave.el (octave-mode-menu): Fix.
12006         (octave-find-definition): Skip garbage lines.
12008 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12010         Fix compilation error with simultaneous dynamic+lexical scoping.
12011         Add warning when a defvar appears after the first let-binding.
12012         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12013         (byte-compile-close-variables): Initialize it.
12014         (byte-compile--declare-var): New function.
12015         (byte-compile-file-form-defvar)
12016         (byte-compile-file-form-define-abbrev-table)
12017         (byte-compile-file-form-custom-declare-variable): Use it.
12018         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
12019         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12020         (byte-compile-bind): Handle dynamic bindings that shadow
12021         lexical bindings.
12022         (byte-compile-unbind): Make arg non-optional.
12023         (byte-compile-let): Simplify.
12024         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12025         (cconv--analyse-function, cconv-analyse-form): Populate it.
12026         Protect byte-compile-bound-variables to limit the scope of defvars.
12027         (cconv-analyse-form): Add missing rule for (defvar <foo>).
12028         Remove unneeded rule for `declare'.
12030         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12031         so as to avoid depending on cl-adjoin at run-time.
12032         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12034         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12035         (macroexp--warn-and-return): Use it.
12037 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12039         * subr.el: Convert to lexical binding.
12040         (overriding-local-map): Make obsolete.
12041         (add-to-list): Doc fix.  Add compiler macro.
12042         (read-key): Swap values of local maps.
12044 2013-06-05  Leo Liu  <sdl.web@gmail.com>
12046         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12048 2013-06-04  Leo Liu  <sdl.web@gmail.com>
12050         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12051         (compilation-auto-jump): Suppress the "Mark set" message to give
12052         way to exit message.
12054 2013-06-04  Alan Mackenzie  <acm@muc.de>
12056         Remove faulty optimisation from indentation calculation.
12057         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12058         search limit based on 2000 characters back from indent-point.
12060 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
12062         * eshell/em-term.el (cl-lib): Require `cl-lib'.
12064 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12066         * emacs-lisp/lisp.el: Use lexical-binding.
12067         (lisp--local-variables-1, lisp--local-variables): New functions.
12068         (lisp--local-variables-completion-table): New var.
12069         (lisp-completion-at-point): Use it complete let-bound vars.
12071         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12072         eagerly (bug#14422).
12074 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
12076         * autorevert.el (auto-revert-notify-enabled)
12077         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12078         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12079         (auto-revert-notify-handler): Handle also gfilenotify.
12081         * subr.el (file-notify-handle-event): New defun.  Replacing ...
12082         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12083         Remove.
12085 2013-06-03  Juri Linkov  <juri@jurta.org>
12087         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12088         `M-s h .'.  (Bug#14427)
12090         * hi-lock.el (highlight-symbol-at-point): New alias for the new
12091         command `hi-lock-face-symbol-at-point'.
12092         (hi-lock-face-symbol-at-point): New command.
12093         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12094         (hi-lock-menu): Add `highlight-symbol-at-point'.
12095         (hi-lock-mode): Doc fix.
12097         * isearch.el (isearch-forward-symbol-at-point): New command.
12098         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12099         (isearch-highlight-regexp): Add a regexp which matches
12100         words/symbols for word/symbol mode.
12102         * subr.el (find-tag-default-bounds): New function with the body
12103         mostly moved from `find-tag-default'.
12104         (find-tag-default): Move most code to `find-tag-default-bounds',
12105         call it and apply `buffer-substring-no-properties' afterwards.
12107 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
12109         * eshell/em-term.el (eshell-term-initialize):
12110         Use `cl-intersection' rather than `intersection'.
12112 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
12114         * vc/log-view.el: Doc fix.
12115         (log-view-mode-map): Copy keymap from `special-mode-map'.
12117 2013-06-02  Eric Ludlam  <zappo@gnu.org>
12119         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12120         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12121         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12122         (eieio-unbound, eieio-default-superclass)
12123         (eieio--define-field-accessors, method-static, method-before)
12124         (method-primary, method-after, method-num-lists)
12125         (method-generic-before, method-generic-primary)
12126         (method-generic-after, method-num-slots)
12127         (eieio-specialized-key-to-generic-key)
12128         (eieio--check-type, class-v, class-p)
12129         (eieio-class-name, define-obsolete-function-alias)
12130         (eieio-class-parents-fast, eieio-class-children-fast)
12131         (same-class-fast-p, class-constructor, generic-p)
12132         (generic-primary-only-p, generic-primary-only-one-p)
12133         (class-option-assoc, class-option, eieio-object-p)
12134         (class-abstract-p, class-method-invocation-order)
12135         (eieio-defclass-autoload-map, eieio-defclass-autoload)
12136         (eieio-class-un-autoload, eieio-defclass)
12137         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12138         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12139         (eieio--defgeneric-init-form, eieio-defgeneric-form)
12140         (eieio-defgeneric-reset-generic-form)
12141         (eieio-defgeneric-form-primary-only)
12142         (eieio-defgeneric-reset-generic-form-primary-only)
12143         (eieio-defgeneric-form-primary-only-one)
12144         (eieio-defgeneric-reset-generic-form-primary-only-one)
12145         (eieio-unbind-method-implementations)
12146         (eieio--defmethod, eieio--typep)
12147         (eieio-perform-slot-validation, eieio-validate-slot-value)
12148         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12149         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12150         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12151         (eieio-slot-name-index, eieio-class-slot-name-index)
12152         (eieio-set-defaults, eieio-initarg-to-attribute)
12153         (eieio-attribute-to-initarg, eieio-c3-candidate)
12154         (eieio-c3-merge-lists, eieio-class-precedence-c3)
12155         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12156         (eieio-class-precedence-list, eieio-generic-call-methodname)
12157         (eieio-generic-call-arglst, eieio-generic-call-key)
12158         (eieio-generic-call-next-method-list)
12159         (eieio-pre-method-execution-functions, eieio-generic-call)
12160         (eieio-generic-call-primary-only, eieiomt-method-list)
12161         (eieiomt-optimizing-obarray, eieiomt-install)
12162         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12163         (eieio-generic-form, eieio-defmethod, make-obsolete)
12164         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12165         (defclass): Remove `eval-and-compile' from macro.
12166         (call-next-method, shared-initialize): Instead of using
12167         `scoped-class' variable, use new eieio--scoped-class, and
12168         eieio--with-scoped-class.
12169         (initialize-instance): Rename local variable 'scoped-class' to
12170         'this-class' to remove ambiguitity from old global.
12172         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
12173         eieio.el.
12174         (eieio--scoped-class-stack): New variable.
12175         (eieio--scoped-class): New fcn.
12176         (eieio--with-scoped-class): New scoping macro.
12177         (eieio-defclass): Use pushnew instead of add-to-list.
12178         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12179         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12180         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12181         `scoped-class' variable, use new eieio--scoped-class, and
12182         eieio--with-scoped-class.
12184         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12186 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
12188         * eshell/esh-ext.el (eshell-external-command): Pass args to
12189         `eshell-find-interpreter'.
12190         (eshell-find-interpreter): Add new second parameter ARGS.
12192         * eshell/em-script.el (eshell-script-initialize): Add second arg
12193         to the function added as MATCH to `eshell-interpreter-alist'.
12195         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12196         the function added as MATCH to `eshell-interpreter-alist'.
12198         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12199         (eshell-visual-options): New defcustom.
12200         (eshell-escape-control-x): Adapt docstring.
12201         (eshell-term-initialize): Test `eshell-visual-subcommands' and
12202         `eshell-visual-options' in addition to `eshell-visual-commands'.
12203         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12205 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12207         * progmodes/python.el (python-indent-block-enders): Add break,
12208         continue and raise keywords.
12210 2013-06-01  Glenn Morris  <rgm@gnu.org>
12212         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12214         Plain (f)boundp silences compilation warnings since Emacs 22.1.
12215         * progmodes/cc-cmds.el (delete-forward-p):
12216         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12217         * progmodes/cc-engine.el (buffer-syntactic-context):
12218         * progmodes/cc-fonts.el (face-property-instance):
12219         * progmodes/cc-mode.el (set-keymap-parents):
12220         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12221         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12222         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12223         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12224         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12226         * progmodes/cc-vars.el (other): Emacs has this widget since
12227         at least 21.1, so don't (re)define it.
12229         * eshell/em-cmpl.el (eshell-cmpl-initialize):
12230         Replace the obsolete alias pcomplete-arg-quote-list.
12232 2013-06-01  Leo Liu  <sdl.web@gmail.com>
12234         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12235         punctuation syntax.
12236         (inferior-octave-minimal-columns)
12237         (inferior-octave-last-column-width): New variables.
12238         (inferior-octave-track-window-width-change): New function.
12239         (inferior-octave-mode): Adjust column width so that Octave output,
12240         for example from 'ls', can fit into the window nicely.
12242 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
12244         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12245         Highlight expansions inside regexp literals.
12247 2013-05-31  Glenn Morris  <rgm@gnu.org>
12249         * obsolete/sym-comp.el (symbol-complete):
12250         Replace obsolete completion-annotate-function.
12252         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12254 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
12256         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12257         New function, checks if point is inside a literal that allows
12258         expression expansion.
12259         (ruby-syntax-propertize-expansion): Use it.
12260         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12261         around the body.
12263 2013-05-30  Juri Linkov  <juri@jurta.org>
12265         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12266         to "\M-si".
12267         (isearch-invisible): New variable.
12268         (isearch-forward): Doc fix.
12269         (isearch-mode): Set `isearch-invisible'
12270         to the value of `search-invisible'.
12271         (isearch-toggle-case-fold): Doc fix.
12272         (isearch-toggle-invisible): New command.
12273         (isearch-query-replace): Let-bind `search-invisible'
12274         to the value of `isearch-invisible'.
12275         (isearch-search): Use `isearch-invisible' instead of
12276         `search-invisible'.  Let-bind `search-invisible'
12277         to the value of `isearch-invisible'.  (Bug#11378)
12279 2013-05-30  Juri Linkov  <juri@jurta.org>
12281         * replace.el (perform-replace): Avoid `isearch-range-invisible'
12282         call when `query-flag' is nil and `search-invisible' is non-nil.
12283         (Bug#11746)
12285 2013-05-30  Glenn Morris  <rgm@gnu.org>
12287         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12289         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12290         (cc-require): Suppress spurious "noruntime" warnings.
12291         (cc-require-when-compile): Use fboundp, for sake of compiler.
12293         * progmodes/cc-mode.el: Move load of cc-vars before that of
12294         cc-langs (which in turn loads cc-vars), to quieten compiler.
12296 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12298         * paren.el: Simplify the code.
12299         (show-paren-mode): Always start the timer.
12300         (show-paren--idle-timer): Rename from show-paren-idle-timer.
12301         (show-paren--overlay, show-paren--overlay-1): Rename from
12302         show-paren-overlay and show-paren-overlay-1, and initialize to an
12303         overlay rather than to nil.
12304         (show-paren-function): Misc cleanup and simplifications.
12306 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12308         * paren.el (show-paren-data-function): New hook.
12309         (show-paren--default): New function, extracted from show-paren-function.
12310         (show-paren-function): Use show-paren-data-function.
12312 2013-05-30  Glenn Morris  <rgm@gnu.org>
12314         * ielm.el (ielm-map, ielm-complete-symbol):
12315         Use completion-at-point rather than obsolete functions.
12316         (inferior-emacs-lisp-mode): Doc fix.
12317         Set completion-at-point-functions, rather than
12318         comint-dynamic-complete-functions.
12320         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12321         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12322         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12324         * image.el (image-animated-p): Tweak definition.
12326         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12327         (rlogin-process-connection-type): Tweak default.  Add set-after.
12328         (rlogin-host): Doc fix.
12329         (rlogin): Tweak prompt.
12330         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12332         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12333         * progmodes/tcl.el (inferior-tcl-mode-map):
12334         Use completion-at-point rather than obsolete alias.
12336         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12338         * minibuffer.el (read-file-name-completion-ignore-case):
12339         Move before completion--in-region, for eager macro expansion.
12341 2013-05-29  Juri Linkov  <juri@jurta.org>
12343         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12344         for total count of matching lines.  Add `global-matches' for total
12345         count of matches.  Rename `matches' to `lines' for count of
12346         matching lines.  Add `matches' for count of matches.
12347         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
12348         to `prev-line' for line number of prev match endpt.
12349         Increment `matches' for every match.  Print the number of
12350         matching lines in the header.
12351         (occur-context-lines): Rename `lines' to `curr-line'.
12352         Rename `prev-lines' to `prev-line'.  (Bug#14017)
12354 2013-05-29  Juri Linkov  <juri@jurta.org>
12356         * replace.el (perform-replace): Add `skip-read-only-count',
12357         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12358         Increment them for corresponding conditions and report the number
12359         of skipped occurrences in the final message.  (Bug#11746)
12360         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12361         (replace-string, replace-regexp): Doc fix.
12363 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12365         * emacs-lisp/trace.el (trace--read-args): Provide a default.
12367         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12368         prog-mode-map (bug#14504).
12370 2013-05-29  Leo Liu  <sdl.web@gmail.com>
12372         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12373         (octave-help): Small simplification.
12375         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12376         off the highlight first.
12378 2013-05-29  Glenn Morris  <rgm@gnu.org>
12380         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12381         Handle idlwave-last-system-routine-info-cons-cell being nil.
12383         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12384         (idlwave-write-paths): Simplify via with-temp-buffer.
12386         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12387         * emulation/cua-rect.el: Also load cua-base at run time.
12389         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12390         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12391         (cperl-imenu-on-info): Require imenu.
12393 2013-05-28  Alan Mackenzie  <acm@muc.de>
12395         Handle "capitalised keywords" correctly.
12396         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12398 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
12400         * eshell/em-unix.el: Add -r option to cp.
12402 2013-05-28  Glenn Morris  <rgm@gnu.org>
12404         * vc/vc-arch.el (vc-exec-after): Declare.
12405         (vc-switches): Autoload.
12406         * vc/vc-bzr.el: No need to require vc when compiling.
12407         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12408         (vc-resynch-buffer, vc-dir-refresh): Declare.
12409         (vc-setup-buffer, vc-switches): Autoload.
12410         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12411         (vc-resynch-buffer): Declare.
12412         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12413         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12414         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12415         (grep-read-regexp, grep-read-files, grep-expand-template)
12416         (vc-dir-refresh): Declare.
12417         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12418         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12419         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12420         * vc/vc-mtn.el (vc-exec-after): Declare.
12421         (vc-switches): Autoload.
12422         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12423         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12424         (vc-file-tree-walk): Declare.
12425         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12426         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12427         (vc-tag-precondition, vc-rename-master): Autoload.
12428         * vc/vc-svn.el (vc-exec-after): Declare.
12429         (vc-switches, vc-setup-buffer): Autoload.
12430         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12431         Autoload.
12432         (vc-resynch-buffer): Declare.
12434         * obsolete/fast-lock.el (byte-compile-warnings):
12435         Don't warn about obsolete features in this obsolete file.
12437         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12438         Move definition before use.
12440         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12441         (dun-unix-verbs): Remove dun-zippy.
12442         (dun-zippy): Remove function.
12444         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12446 2013-05-27  Juri Linkov  <juri@jurta.org>
12448         * replace.el (replace-search): New function with code moved out
12449         from `perform-replace'.
12450         (replace-highlight, replace-dehighlight): Move function definitions
12451         up closer to `replace-search'.  (Bug#11746)
12453 2013-05-27  Juri Linkov  <juri@jurta.org>
12455         * replace.el (perform-replace): Ignore invisible matches.
12456         In addition to checking `query-replace-skip-read-only', also
12457         filter out matches by calling `run-hook-with-args-until-failure'
12458         on `isearch-filter-predicates', and also check `search-invisible'
12459         for t or call `isearch-range-invisible'.
12460         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
12462 2013-05-27  Juri Linkov  <juri@jurta.org>
12464         * isearch.el (isearch-filter-predicates): Rename from
12465         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
12466         (isearch-message-prefix): Display text from the property
12467         `isearch-message-prefix' of the currently active filters.
12468         (isearch-search): Don't compare `isearch-filter-predicate' with
12469         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
12470         on `isearch-filter-predicates'.  Also check `search-invisible' for t
12471         or call `isearch-range-invisible'.
12472         (isearch-filter-visible): Make obsolete.
12473         (isearch-lazy-highlight-search):
12474         Call `run-hook-with-args-until-failure' on
12475         `isearch-filter-predicates' and use `isearch-range-invisible'.
12477         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12478         `isearch-filter-predicates' instead of `funcall'ing
12479         `isearch-filter-predicate'.
12480         (Info-mode): Set `Info-isearch-filter' to
12481         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12483         * dired-aux.el (dired-isearch-filter-predicate-orig):
12484         Remove variable.
12485         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12486         (dired-isearch-filenames-end): Add and remove
12487         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12488         instead of changing the value of `isearch-filter-predicate'.
12489         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12490         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12491         Put property `isearch-message-prefix' to "filename " on
12492         `dired-isearch-filter-filenames'.
12494         * wdired.el (wdired-change-to-wdired-mode):
12495         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12496         locally instead of changing `isearch-filter-predicate'.
12497         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12499 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
12501         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12502         return the commit hash (Bug#14459).  Also set the
12503         `vc-git-detached' property.
12504         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12505         (vc-git-mode-line-string): Use the same help-echo format whether
12506         in detached mode or not, because we know the actual revision now.
12507         When in detached mode, shorten the revision to 7 chars.
12509 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * emacs-lisp/easy-mmode.el (define-minor-mode):
12512         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12513         mode hook and provide a docstring.
12515 2013-05-27  Alan Mackenzie  <acm@muc.de>
12517         Remove spurious syntax-table text properties inserted by C-y.
12518         * progmodes/cc-mode.el (c-after-change): Also clear hard
12519         syntax-table property with value nil.
12521 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
12523         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12524         when reading the events; the buffer layout shall not be changed.
12526 2013-05-27  Leo Liu  <sdl.web@gmail.com>
12528         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12529         New variable.
12530         (inferior-octave-directory-tracker): Automatically re-sync
12531         default-directory.
12532         (octave-help): Improve handling of 'See also'.
12534 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12536         * doc-view.el: Minor naming convention tweaks.
12537         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12539         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12540         even if there's no `display' property yet (bug#14435).
12542 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
12544         * subr.el (unmsys--file-name): Rename from reveal-filename.
12546         * Makefile.in (custom-deps, finder-data, autoloads)
12547         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12548         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12549         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12551 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12553         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12554         error-completion on the first 2 args of condition-case (bug#14446).
12555         Don't burp at EOB.
12557 2013-05-25  Leo Liu  <sdl.web@gmail.com>
12559         * comint.el (comint-previous-matching-input): Do not flood the
12560         *Messages* buffer with trivial messages.
12562 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12564         * progmodes/flymake.el (flymake-nop): Don't return a string.
12565         (flymake-set-at): Fix typo.
12567         * simple.el (read--expression): New function, extracted from
12568         eval-expression.  Set completion-at-point-functions (bug#14465).
12569         (eval-expression, eval-minibuffer): Use it.
12571 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
12573         * progmodes/flymake.el (flymake-save-buffer-in-file)
12574         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12575         (flymake-selected-frame, flymake-log, flymake-ins-after)
12576         (flymake-set-at, flymake-get-buildfile-from-cache)
12577         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12578         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12579         Refine the doc string.
12580         (flymake-get-file-name-mode-and-masks): Reformat.
12581         (flymake-get-real-file-name-function): Fix a minor bug.
12583 2013-05-24  Juri Linkov  <juri@jurta.org>
12585         * progmodes/grep.el (grep-mode-font-lock-keywords):
12586         Support =linenumber= format used by git-grep for lines with
12587         function names.  (Bug#13549)
12589 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12591         * progmodes/octave.el (octave-smie-rules): Return nil rather than
12592         0 after a semi-colon; it works better for smie-auto-fill.
12593         (octave--indent-new-comment-line): New function.
12594         (octave-indent-new-comment-line): Use it (indirectly).
12595         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
12596         modify comment-line-break-function.
12598         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12599         (smie-setup): Use add-function to set it.
12601 2013-05-24  Sam Steingold  <sds@gnu.org>
12603         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12604         argument (before the `interactive' argument).
12606 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12608         * image-mode.el (image-mode-winprops): Add winprops to
12609         image-mode-winprops-alist before running
12610         image-mode-new-window-functions.
12611         * doc-view.el (doc-view-new-window-function): Don't delay
12612         doc-view-goto-page via timers (bug#14435).
12614 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
12616         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
12617         (doc-view-desktop-save-buffer): New function.
12618         (doc-view-restore-desktop-buffer): New function.
12619         (desktop-buffer-mode-handlers):
12620         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12621         handler.
12622         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12623         `desktop-save-buffer' function.
12625 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
12627         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12628         (tramp-gvfs-file-name-handler): Raise a user error when
12629         `tramp-gvfs-enabled' is nil.
12630         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12631         Do not raise a user error when loading package.  (Bug#14447)
12633         * net/xesam.el: Move to obsolete/.
12635 2013-05-24  Glenn Morris  <rgm@gnu.org>
12637         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12639         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12641         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12642         (Info-find-node, Man-getpage-in-background): Declare.
12644         * mail/unrmail.el (unrmail):
12645         Replace obsolete detect-coding-with-priority.
12647         * net/socks.el (socks-split-string): Use this rather than split-string.
12648         (socks-nslookup-host): Update for above change.
12649         (dynamic-choice, s5-dynamic-choice-match)
12650         (s5-dynamic-choice-match-inline, s5-widget-value-create):
12651         Comment out unused code.
12653         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12654         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12655         (gud-tooltip-echo-area): Make obsolete.
12656         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12658         * progmodes/js.el (js--optimize-arglist): Declare.
12660         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12662         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12663         (ediff-window-C): Declare.
12665         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12666         Tweak requires to silence compiler.
12668         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12669         (he-search-string, he-tried-table, he-expand-list)
12670         (he-init-string, he-string-member, he-substitute-string)
12671         (he-reset-string): Declare.
12673         * obsolete/options.el (list-options): Use custom-variable-p,
12674         rather than obsolete alias.
12676 2013-05-23  Sam Steingold  <sds@gnu.org>
12678         * simple.el (shell-command-on-region): Pass the `replace' argument
12679         down to `call-process-region' to comply with the doc as reported on
12680         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12682 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12684         * emacs-lisp/smie.el (smie-indent-forward-token)
12685         (smie-indent-backward-token): Handle string tokens (bug#14381).
12687 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12689         * ielm.el (ielm-menu): New menu.
12690         (inferior-emacs-lisp-mode): Set comment-start.
12692 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12694         * textmodes/reftex.el (reftex-ref-style-toggle):
12695         Fix deactivate action.
12697         * textmodes/reftex-vars.el (reftex-ref-style-alist):
12698         Add cleveref macros.
12700         * textmodes/reftex-parse.el
12701         (reftex-locate-bibliography-files): Accept options for
12702         bibliography commands.
12703         * textmodes/reftex-vars.el (reftex-bibliography-commands):
12704         Add addbibresource.  Basic Biblatex support.
12706 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
12708         * net/tramp-gvfs.el (top):
12709         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12710         when loading package.  (Bug#14447)
12712 2013-05-23  Glenn Morris  <rgm@gnu.org>
12714         * progmodes/js.el: No need to load comint when compiling.
12715         (ring-insert, comint-send-string, comint-send-input)
12716         (comint-last-input-end, ido-chop): Declare.
12718         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12719         * vc/ediff-mult.el: Adjust requires.
12720         (ediff-directories-internal, ediff-directory-revisions-internal)
12721         (ediff-patch-file-internal): Declare.
12722         * vc/ediff-ptch.el: Adjust requires.
12723         (ediff-use-last-dir, ediff-buffers-internal): Declare.
12724         (ediff-find-file): Autoload.
12725         * vc/ediff-util.el: No need to load ediff when compiling.
12726         (ediff-regions-internal): Declare.
12727         * vc/ediff-wind.el: Adjust requires.
12728         (ediff-compute-toolbar-width): Define when compiling.
12729         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12730         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12731         (dired-get-filename, dired-get-marked-files)
12732         (ediff-last-dir-patch, ediff-patch-default-directory)
12733         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12734         (ediff-patch-buffer-internal): Declare.
12736         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12737         (ispell-process, ispell-buffer-local-words, lm-summary)
12738         (lm-section-start, lm-section-end): Declare.
12739         (checkdoc-ispell-init): Simplify.
12741         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12742         (he-string-member, he-reset-string, he-substitute-string): Declare.
12744         * eshell/em-ls.el: Adjust requires.
12745         (eshell-glob-regexp): Declare.
12746         * eshell/em-tramp.el: Adjust requires.
12747         (eshell-parse-command): Autoload.
12748         * eshell/em-xtra.el: Adjust requires.
12749         (eshell-parse-command): Autoload.
12750         * eshell/esh-ext.el: Adjust requires.
12751         (eshell-parse-command, eshell-close-handles): Autoload.
12752         * eshell/esh-io.el: Adjust requires.
12753         (eshell-output-filter): Autoload.
12754         * eshell/esh-util.el: No need to load tramp when compiling.
12755         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12756         Declare.
12757         (eshell-parse-ange-ls): Require ange-ftp and tramp.
12758         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12759         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12760         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12761         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12762         * eshell/esh-opt.el, eshell/esh-proc.el:
12763         * eshell/esh-var.el: Adjust requires.
12764         * eshell/eshell.el: Do not require esh-util twice.
12765         (eshell-add-input-to-history): Declare.
12766         (eshell-command): Check history module is active before using it.
12768         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12770 2013-05-22  Leo Liu  <sdl.web@gmail.com>
12772         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12774 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
12776         * autorevert.el (auto-revert-notify-add-watch)
12777         (auto-revert-notify-handler): Add `attrib' for the inotify case,
12778         it indicates changes in file modification time.
12780 2013-05-22  Glenn Morris  <rgm@gnu.org>
12782         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12783         Always delete the autoloaded function from the noruntime and
12784         unresolved functions lists.
12786         * allout.el: No need to load epa, epg, overlay when compiling.
12787         (epg-context-set-passphrase-callback, epg-list-keys)
12788         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12789         (epg-key-user-id-list): Declare.
12791         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12792         (viper-set-parsing-style-toggling-macro)
12793         (viper-set-emacs-state-searchstyle-macros):
12794         Use called-interactively-p on Emacs.
12795         (viper-looking-back): Make it an obsolete alias.  Update callers.
12796         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12797         Use looking-back rather than viper-looking-back.
12798         (viper-tmp-insert-at-eob, viper-enlarge-region)
12799         (viper-read-string-with-history, viper-register-to-point)
12800         (viper-append-to-register, viper-change-state-to-vi)
12801         (viper-backward-char-carefully, viper-forward-char-carefully)
12802         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12803         (viper-change-state-to-emacs): Declare.
12804         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12805         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12806         * emulation/viper-mous.el: Do not load viper-cmd.
12807         (viper-backward-char-carefully, viper-forward-char-carefully)
12808         (viper-forward-word, viper-adjust-window): Declare.
12810         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12812         * progmodes/idlw-help.el (idlwave-help-fontify):
12813         Use called-interactively-p.
12815         * term/w32console.el (w32-get-console-codepage)
12816         (w32-get-console-output-codepage): Declare.
12818         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12819         Remove unnecessary declarations.
12820         (dframe-message): Doc fix.
12822         * info.el (dframe-select-attached-frame, dframe-current-frame):
12823         Declare.
12825         * speedbar.el (speedbar-message): Make it an obsolete alias.
12826         Update all callers.
12827         (speedbar-with-attached-buffer)
12828         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12829         (speedbar-with-writable): Use backquote.
12830         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12831         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12832         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12833         rather than speedbar- aliases.
12834         * mail/rmail.el: Load dframe rather than speedbar when compiling.
12835         (speedbar-make-specialized-keymap, speedbar-insert-button)
12836         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12837         (speedbar-do-function-pointer): Declare.
12838         (rmail-speedbar-button, rmail-speedbar-find-file)
12839         (rmail-speedbar-move-message):
12840         Use dframe-with-attached-buffer rather than speedbar- alias.
12841         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12842         (dframe-message, speedbar-make-specialized-keymap)
12843         (speedbar-add-expansion-list, speedbar-mode-functions-list)
12844         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12845         (speedbar-insert-button, dframe-select-attached-frame)
12846         (dframe-maybee-jump-to-attached-frame)
12847         (speedbar-change-initial-expansion-list)
12848         (speedbar-previously-used-expansion-list-name): Declare.
12849         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12850         Use dframe-message, dframe-with-attached-buffer rather than
12851         speedbar- aliases.
12852         (gud-sentinel): Silence compiler.
12853         * progmodes/vhdl-mode.el (speedbar-refresh)
12854         (speedbar-do-function-pointer, speedbar-add-supported-extension)
12855         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12856         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12857         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12858         (speedbar-file-lists, speedbar-make-tag-line)
12859         (speedbar-line-directory, speedbar-goto-this-file)
12860         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12861         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12862         (speedbar-make-button, speedbar-reset-scanners)
12863         (speedbar-files-item-info, speedbar-line-text)
12864         (speedbar-find-file-in-frame, speedbar-set-timer)
12865         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12866         (speedbar-with-writable): Do not (re)define it.
12867         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12868         rather than speedbar- alias.
12870 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12872         * progmodes/octave.el (octave-mode-menu): Update and re-organize
12873         menu items.
12874         (octave-mode): Tweak fill-nobreak-predicate.
12875         (inferior-octave-startup): Check process to avoid infinite loop.
12876         (inferior-octave): Pop to buffer first to show abornmal process
12877         exit information.
12879 2013-05-21  Glenn Morris  <rgm@gnu.org>
12881         * printing.el (pr-menu-bar): Define when compiling.
12883 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12885         * progmodes/octave.el (octave-auto-fill): Remove.
12886         (octave-indent-new-comment-line): Improve.
12887         (octave-mode): Use auto fill mode through
12888         comment-line-break-function and fill-nobreak-predicate.
12889         (octave-goto-function-definition): Support DEFUN_DLD.
12890         (octave-beginning-of-defun): Small tweak.
12891         (octave-help): Show parent directory.
12893 2013-05-21  Glenn Morris  <rgm@gnu.org>
12895         * files.el (dired-unmark):
12896         * progmodes/gud.el (gdb-input): Update declarations.
12898         * calculator.el (electric, ehelp): No need to load when compiling.
12899         (Electric-command-loop, electric-describe-mode): Declare.
12901         * doc-view.el (doc-view-current-converter-processes): Move before use.
12903         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12904         Move MODE-set-explicitly definition before use.
12906         * international/mule-diag.el (mule-diag):
12907         Don't use obsolete window-system-version.
12909         * mail/feedmail.el (smtpmail): No need to load when compiling.
12910         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12912         * mail/mail-utils.el (rfc822): No need to load when compiling.
12913         (rfc822-addresses): Autoload it.
12914         (mail-strip-quoted-names): Trivial simplification.
12916         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12917         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12919         * net/snmp-mode.el (tempo): Don't duplicate requires.
12921         * progmodes/prolog.el (info): No need to load when compiling.
12922         (comint): Require before shell requires it.
12923         (Info-goto-node): Autoload it.
12924         (Info-follow-nearest-node): Declare.
12925         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12927         * textmodes/artist.el (picture-mode-exit): Declare.
12929         * textmodes/reftex-parse.el (reftex-parse-from-file):
12930         Trivial rewrite so the compiler can parse it better.
12932 2013-05-20  Leo Liu  <sdl.web@gmail.com>
12934         * progmodes/octave.el (octave-help-mode-map)
12935         (octave-help-mode-finish-hook): New variables.
12936         (octave-help-mode, octave-help-mode-finish): New functions.
12937         (octave-help): Use octave-help-mode.
12939 2013-05-20  Glenn Morris  <rgm@gnu.org>
12941         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
12943 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
12945         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12946         start at point, so that expansion starting right after opening
12947         slash in a regexp is recognized.
12948         (ruby-syntax-before-regexp-re): New defvar, extracted from
12949         ruby-syntax-propertize-function.  Since the value of this regexp
12950         is looked up at runtime now, we should be able to turn
12951         `ruby-syntax-methods-before-regexp' into a defcustom later.
12952         (ruby-syntax-propertize-function): Split regexp matching into two
12953         parts, for opening and closing slashes.  That allows us to skip
12954         over string interpolations and support multiline regexps.
12955         Don't call `ruby-syntax-propertize-expansions', instead use another rule
12956         for them, which calls `ruby-syntax-propertize-expansion'.
12957         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12958         call to `ruby-syntax-propertize-function'.
12959         (ruby-syntax-propertize-expansion): Extracted from
12960         `ruby-syntax-propertize-expansions'.  Handles one expansion.
12961         (ruby-syntax-propertize-percent-literal): Leave point right after
12962         the percent symbol, so that the expression expansion rule can
12963         propertize the contents.
12964         (ruby-syntax-propertize-heredoc): Leave point at bol following the
12965         heredoc openers.
12966         (ruby-syntax-propertize-expansions): Remove.
12968 2013-05-18  Juri Linkov  <juri@jurta.org>
12970         * man.el (Man-default-man-entry): Remove `-' from the end
12971         of the default value.  (Bug#14400)
12973 2013-05-18  Glenn Morris  <rgm@gnu.org>
12975         * comint.el (comint-password-prompt-regexp):
12976         Allow "password for XXX" where XXX contains colons (eg https://...).
12978 2013-05-18  Leo Liu  <sdl.web@gmail.com>
12980         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12981         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
12982         (octave-source-directories): Don't check process.
12983         (octave-source-directories, octave-find-definition): Doc fix.
12985 2013-05-18  Glenn Morris  <rgm@gnu.org>
12987         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12988         Remove backspace/delete bindings.  (Bug#14392)
12990         * cus-dep.el (custom-make-dependencies): Sort the output.
12991         (custom-versions-load-alist): Convert comment to doc.
12993 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12995         * newcomment.el (comment-search-backward): Stricter in finding
12996         comment start.  (Bug#14303)
12998         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12999         (octave-comment-start-skip): Properly anchored.
13001 2013-05-17  Leo Liu  <sdl.web@gmail.com>
13003         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13004         Clean up when turned off.  (Bug#14395)
13005         (smie--highlight-matching-block-overlay): No longer buffer-local.
13006         (smie-highlight-matching-block): Adjust.
13008 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
13010         Doc string fix for "nanoseconds" (Bug#14406).
13011         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13012         Fix doc string typo that had "nanoseconds" instead of "microseconds".
13014 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
13016         * calc/calc-units.el (math-extract-units): Preserve powers
13017         of units.
13019 2013-05-17  Leo Liu  <sdl.web@gmail.com>
13021         * subr.el (delete-consecutive-dups): New function.
13022         * ido.el (ido-set-matches-1): Use it.
13023         * progmodes/octave.el (inferior-octave-completion-table): Use it.
13024         * ido.el (ido-remove-consecutive-dups): Remove.
13026 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13028         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13029         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13030         regexp-opt's `words'.
13032 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13034         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13035         (smie--highlight-matching-block-overlay)
13036         (smie--highlight-matching-block-lastpos)
13037         (smie--highlight-matching-block-timer): New variables.
13038         (smie-highlight-matching-block): New function.
13039         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
13040         (smie-setup): Conditionally enable smie-blink-matching-open.
13042 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
13044         Sync with upstream verilog-mode r840.
13045         * progmodes/verilog-mode.el (verilog-mode-version)
13046         (verilog-mode-release-date): Update.
13047         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13048         (verilog-sig-tieoff): Fix string error on
13049         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
13050         (verilog-read-decls): Fix parameters confusing
13051         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
13053 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
13055         * subr.el (reveal-filename): New function.
13057         * loadup.el: Compute Emacs executable versions on MS-Windows,
13058         where executables have the .exe extension.  Add a hard link
13059         emacs-XX.YY.ZZ.exe on MS-Windows.
13061         * Makefile.in (XARGS_LIMIT): New variable.
13062         (custom-deps, finder-data, autoloads)
13063         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13064         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13065         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13066         (compile-main): Limit xargs according to $(XARGS_LIMIT).
13068 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13070         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13071         (octave-mode-menu, octave-mode-map): Remove its uses.
13073 2013-05-16  Reto Zimmermann  <reto@gnu.org>
13075         Sync with upstream vhdl mode v3.34.2.
13076         * progmodes/vhdl-mode.el: Use `push' throughout.
13077         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13078         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13079         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
13080         (vhdl-actual-generic-name): New option to derive actual generic name.
13081         (vhdl-port-paste-signals): Replace formal by actual generics.
13082         (vhdl-beautify): New name for old group vhdl-align.  Update users.
13083         (vhdl-beautify-options): New option.
13084         (vhdl-last-input-event): New compat alias.  Use throughout.
13085         (vhdl-goto-line): Replace user level function `goto-line'.
13086         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13087         vhdl-fix-statement-buffer.
13088         (vhdl-create-mode-menu): Add some entries.
13089         (vhdl-align-region-groups): Respect vhdl-beautify-options.
13090         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13091         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13092         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13093         to force statements on one line.
13094         (vhdl-remove-trailing-spaces-region):
13095         New, split from vhdl-remove-trailing-spaces.
13096         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13097         Respect vhdl-beautify-options.
13098         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13099         (vhdl-update-sensitivity-list): Not add with index if exists without.
13100         Not include array index with signal.  Ignore keywords in comments.
13101         (vhdl-get-visible-signals): Regexp tweaks.
13102         (vhdl-template-component-inst): Handle empty library.
13103         (vhdl-template-type): Add template for 'enum' type.
13104         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13105         Use vhdl-replace-string.
13106         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13107         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13108         (vhdl-speedbar-initialize): Update for above name change.
13109         (vhdl-compose-wire-components): Fix in handling of constants.
13110         (vhdl-error-regexp-emacs-alist): New variable.
13111         (vhdl-error-regexp-add-emacs): New function;
13112         adds support for new compile.el (Emacs 22+)
13113         (vhdl-generate-makefile-1): Change target order for single lib. units.
13114         Allow use of absolute file names.
13116 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13118         * simple.el (prog-indent-sexp): Indent enclosing defun.
13120 2013-05-15  Glenn Morris  <rgm@gnu.org>
13122         * cus-start.el (show-trailing-whitespace): Move to editing basics.
13123         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13124         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13125         (whitespace-highlight): Move to whitespace group.
13127         * comint.el (comint-source):
13128         * pcmpl-linux.el (pcmpl-linux):
13129         * shell.el (shell-faces):
13130         * eshell/esh-opt.el (eshell-opt):
13131         * international/ccl.el (ccl): Remove empty custom groups.
13133         * completion.el (dynamic-completion-mode):
13134         * jit-lock.el (jit-lock-debug-mode):
13135         * minibuffer.el (completion-in-region-mode):
13136         * type-break.el (type-break-mode-line-message-mode)
13137         (type-break-query-mode):
13138         * emulation/tpu-edt.el (tpu-edt-mode):
13139         * progmodes/subword.el (global-subword-mode, global-superword-mode):
13140         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13141         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13143         * term/xterm.el (xterm): Change parent group to terminals.
13145         * master.el (master): Remove empty custom group.
13146         (master-mode): Remove unused :group argument.
13147         * textmodes/refill.el (refill): Remove empty custom group.
13148         (refill-mode): Remove unused :group argument.
13150         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13152         * cus-dep.el: Provide a feature.
13153         (custom-make-dependencies): Ignore dotfiles (dir-locals).
13154         Don't mistakenly ignore files whose basenames match a basename
13155         from preloaded-file-list (eg cedet/ede/simple.el).
13156         Add a fallback method for getting :group.
13158 2013-05-15  Juri Linkov  <juri@jurta.org>
13160         * isearch.el (isearch-char-by-name): Rename from
13161         `isearch-insert-char-by-name'.  Doc fix.
13162         (isearch-forward): Mention `isearch-char-by-name' in
13163         the docstring.  (Bug#13348)
13165         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13166         `exit-minibuffer' instead of
13167         `isearch-nonincremental-exit-minibuffer'.
13168         (isearch-edit-string): Remove mention of
13169         `isearch-nonincremental-exit-minibuffer' from docstring.
13170         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13171         (isearch-forward-exit-minibuffer)
13172         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
13174 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * loadup.el: Just use unversioned DOC.
13178         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13179         literals as extending to EOB.
13180         (nxml-last-fontify-end): Remove unused variable.
13181         (nxml-after-change1): Use with-silent-modifications.
13182         (nxml-extend-after-change-region): Simplify.
13183         (nxml-extend-after-change-region1): Remove function.
13184         (nxml-after-change1): Don't adjust for dependent regions.
13185         (nxml-fontify-matcher): Simplify.
13186         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13187         (xmltok-add-dependent): Remove function.
13188         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13189         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13190         (xmltok-scan-prolog-after-processing-instruction-open): Treat
13191         unclosed <[[, <?, comment, and other literals as extending to EOB.
13192         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13193         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13194         Remove functions.
13195         (rng-do-some-validation-1): Don't mark dependent regions.
13196         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13197         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13198         (nxml-clear-dependent-regions): Remove functions.
13199         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13200         (nxml-ensure-scan-up-to-date):
13201         Don't clear&mark dependent regions.
13203 2013-05-15  Leo Liu  <sdl.web@gmail.com>
13205         * progmodes/octave.el (octave-goto-function-definition):
13206         Improve and fix callers.
13208 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13210         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13211         the setter (bug#14387).
13213         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13214         surrounding group (bug#14402).
13216 2013-05-14  Juri Linkov  <juri@jurta.org>
13218         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13219         (Bug#14390)
13221 2013-05-14  Glenn Morris  <rgm@gnu.org>
13223         * progmodes/f90.el (f90-imenu-generic-expression):
13224         Fix typo in 2013-05-08 change.  (Bug#14402)
13226 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13228         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13229         Remove signals for which replies are never received.
13231 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13233         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13234         (gdb-handler-alist, gdb-handler-number): Remove variables.
13235         (gdb-handler-list): New variable.
13236         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13237         (gdb-pending-handler-p, gdb-handle-reply)
13238         (gdb-remove-all-pending-triggers): New functions.
13239         (gdb-discard-unordered-replies): New defcustom.
13240         (gdb-handler): New defstruct.
13241         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
13242         instead of gdb-pending-triggers.  Update docstring.
13243         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
13244         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13245         (gdb-var-update-handler, def-gdb-auto-update-trigger)
13246         (def-gdb-auto-update-handler, gdb-get-changed-registers)
13247         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13248         (gdb-frame-handler): Pending triggers are now automatically managed.
13249         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13250         Remove argument.
13251         (gdb-input): Automatically handles pending triggers.  Update docstring.
13252         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13253         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13254         Update comments.
13255         (gdb-done-or-error): Now use gdb-handle-reply.
13257 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13259         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13260         gdb-debug-log.
13262 2013-05-14  Glenn Morris  <rgm@gnu.org>
13264         * subr.el (user-emacs-directory-warning): New option.
13265         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
13267 2013-05-14  Leo Liu  <sdl.web@gmail.com>
13269         * progmodes/octave.el (octave-font-lock-keywords): Fix error
13270         during redisplay.
13271         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13272         (octave-font-lock-texinfo-comment): Fix invalid search bound
13273         error: wrong side of point.
13275 2013-05-14  Glenn Morris  <rgm@gnu.org>
13277         * progmodes/flymake.el (flymake-xml-program): New option.
13278         (flymake-xml-init): Use it.
13280         * term/xterm.el: Provide a feature.
13282         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
13284 2013-05-13  Glenn Morris  <rgm@gnu.org>
13286         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13287         Add compat aliases as a hack workaround.  (Bug#14384)
13289 2013-05-13  Leo Liu  <sdl.web@gmail.com>
13291         * progmodes/octave.el (octave-indent-comment): Fix indentation for
13292         ###, and %!.
13293         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13294         C-M-q.
13295         (octave-comment-start-skip): Include %!.
13296         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13298 2013-05-12  Leo Liu  <sdl.web@gmail.com>
13300         * progmodes/octave.el (inferior-octave-startup): Store the value
13301         of __octave_srcdir__ for octave-source-directories.
13302         (inferior-octave-check-process): New function refactored out of
13303         inferior-octave-send-list-and-digest.
13304         (octave-source-directories)
13305         (octave-find-definition-filename-function): New variables.
13306         (octave-source-directories)
13307         (octave-find-definition-default-filename): New functions.
13308         (octave-find-definition): Improve to find functions implemented in C++.
13310 2013-05-12  Glenn Morris  <rgm@gnu.org>
13312         * calendar/diary-lib.el (diary-outlook-format-1):
13313         Don't include dayname in the output.  (Bug#14349)
13315 2013-05-11  Glenn Morris  <rgm@gnu.org>
13317         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13319         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13320         Treat cc-provide like provide.
13322 2013-05-11  Kevin Ryde  <user42@zip.com.au>
13324         * cus-dep.el (custom-make-dependencies):
13325         Use generated-autoload-load-name for the sake of files such
13326         such cedet/semantic/bovine/c.el, where the base file name
13327         is not in load-path.  (Bug#5277)
13329 2013-05-11  Glenn Morris  <rgm@gnu.org>
13331         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13332         Provide features.
13334 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13336         * progmodes/octave.el (octave-indent-comment): Improve.
13337         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13338         (octave-eldoc-function-signatures, octave-eldoc-function):
13339         New functions.
13340         (octave-mode, inferior-octave-mode): Add eldoc support.
13342 2013-05-11  Richard Stallman  <rms@gnu.org>
13344         * epa.el (epa-decrypt-file): Take output file name as argument
13345         and read it using `interactive'.
13347 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13349         * progmodes/octave.el (octave-beginning-of-line)
13350         (octave-end-of-line): Check before using up-list because it jumps
13351         out of more syntactic contructs since moving to smie.
13352         (octave-indent-comment): New function.
13353         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
13354         (octave-begin-keywords, octave-end-keywords)
13355         (octave-reserved-words, octave-smie-bnf-table)
13356         (octave-smie-rules): Add new keywords from Octave 3.6.4.
13358 2013-05-11  Glenn Morris  <rgm@gnu.org>
13360         * faces.el (internal-face-x-get-resource):
13361         * frame.el (ns-display-monitor-attributes-list):
13362         * calc/calc-aent.el (math-to-radians-2):
13363         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13364         Fix declarations.
13366         * calc/calc-menu.el: Make it loadable in isolation.
13368         * net/eudcb-bbdb.el: Make it loadable without bbdb.
13369         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13370         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13371         (eudc-bbdb-query-internal): Require 'bbdb.
13373         * lpr.el (lpr-headers-switches):
13374         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13376         * progmodes/sql.el (sql-login-params): Fix and improve :type.
13378         * emulation/edt-mapper.el: In batch mode, error rather than hang.
13380         * term.el (term-set-escape-char): Make it idempotent.
13382 2013-05-10  Leo Liu  <sdl.web@gmail.com>
13384         * progmodes/octave.el (inferior-octave-completion-table):
13385         No longer a function and all uses changed.  Use cache to speed up
13386         completion due to bug#11906.
13387         (octave-beginning-of-defun): Re-write to be more general.
13389 2013-05-10  Glenn Morris  <rgm@gnu.org>
13391         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13393 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13395         * comint.el (comint-redirect-send-command-to-process): Use :around
13396         rather than :override for comint-redirect-filter.
13397         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13398         Call it instead of comint-redirect-original-filter-function (which
13399         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
13401 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
13403         * frame.el (display-monitor-attributes-list): Add NS case.
13404         (ns-display-monitor-attributes-list): Declare.
13406 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
13408         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
13410 2013-05-09  Glenn Morris  <rgm@gnu.org>
13412         * international/fontset.el (vertical-centering-font-regexp):
13413         Set standard-value.
13415         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13417         * bookmark.el (bookmark-search-delay):
13418         * cus-start.el (vertical-centering-font-regexp):
13419         * ps-mule.el (ps-mule-font-info-database-default):
13420         * ps-print.el (ps-default-fg, ps-default-bg):
13421         * type-break.el (type-break-good-break-interval):
13422         * whitespace.el (whitespace-indentation-regexp)
13423         (whitespace-space-after-tab-regexp):
13424         * emacs-lisp/testcover.el (testcover-1value-functions)
13425         (testcover-noreturn-functions, testcover-progn-functions)
13426         (testcover-prog1-functions):
13427         * emulation/viper-init.el (viper-emacs-state-cursor-color):
13428         * eshell/em-glob.el (eshell-glob-translate-alist):
13429         * play/tetris.el (tetris-tty-colors):
13430         * progmodes/cpp.el (cpp-face-default-list):
13431         * progmodes/flymake.el (flymake-allowed-file-name-masks):
13432         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13433         (idlwave-help-browser-generic-args):
13434         * progmodes/make-mode.el (makefile-special-targets-list):
13435         * progmodes/python.el (python-shell-virtualenv-path):
13436         * progmodes/verilog-mode.el (verilog-active-low-regexp)
13437         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13438         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13439         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13440         * textmodes/reftex-vars.el (reftex-format-label-function):
13441         * textmodes/remember.el (remember-diary-file): Fix custom types.
13443         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13444         Add :version.
13446 2013-05-09  Leo Liu  <sdl.web@gmail.com>
13448         * progmodes/octave.el (inferior-octave-completion-at-point):
13449         Restore file completion.  (Bug#14300)
13450         (inferior-octave-startup): Fix incorrect highlighting for the
13451         first prompt.
13453 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13455         * progmodes/ruby-mode.el: First cut at SMIE support.
13456         (ruby-use-smie): New var.
13457         (ruby-smie-grammar): New constant.
13458         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13459         (ruby-smie--forward-token, ruby-smie--backward-token)
13460         (ruby-smie-rules): New functions.
13461         (ruby-mode-variables): Setup SMIE if applicable.
13463 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
13465         * simple.el (line-move-visual): Signal beginning/end of buffer
13466         only if vertical-motion moved less than it was requested.  Avoids
13467         silly incorrect error messages when there are display strings with
13468         multiple newlines at EOL.
13470 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13473         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13474         (prolog-char-quote-workaround):
13475         * progmodes/cperl-mode.el (cperl-under-as-char):
13476         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13477         Mark as obsolete.
13478         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13479         their declaration.
13480         (vhdl-mode-syntax-table-init): Remove.
13482         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13483         last change.
13485         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13486         syntax for "_".
13487         (ld-script-font-lock-keywords):
13488         Change regexps to use things like \_< and \_>.
13490         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13491         Change all regexps to use things like \_< and \_>.
13493         * progmodes/autoconf.el (autoconf-definition-regexp)
13494         (autoconf-font-lock-keywords, autoconf-current-defun-function):
13495         Handle a _ with symbol syntax.
13496         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13498         * progmodes/ada-mode.el (ada-mode-abbrev-table):
13499         Consolidate declaration.
13500         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13501         the declaration.
13502         (ada-create-syntax-table): Remove.
13503         (ada-capitalize-word): Don't mess with the syntax of "_" since it
13504         already has the right syntax nowadays.
13505         (ada-goto-next-word): Don't change the syntax of "_".
13507         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13508         with-wrapper-hook.
13510 2013-05-08  Sam Steingold  <sds@gnu.org>
13512         * thingatpt.el (thing-at-point): Accept optional second argument
13513         NO-PROPERTIES to strip the text properties from the return value.
13514         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13515         to `thing-at-point' instead of stripping the properties ourselves.
13516         Also, when `thing-at-point' fails to find a url, prepend "http://"
13517         to the filename at point on the assumption that the user is
13518         pointing at something like gnu.org/gnu.
13520 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
13522         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13523         * faces.el (crm-separator):
13524         Silence byte-compiler.
13526         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13527         (tool-bar-map): Remove unneeded defvars.
13529 2013-05-08  Leo Liu  <sdl.web@gmail.com>
13531         Re-work a fix for bug#10994 based on Le Wang's patch.
13532         * ido.el (ido-remove-consecutive-dups): New helper.
13533         (ido-completing-read): Use it.
13534         (ido-chop): Revert fix for bug#10994.
13536 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
13538         * cus-edit.el (custom-save-variables):
13539         Pretty-print long values.  (Bug#14187)
13541 2013-05-08  Glenn Morris  <rgm@gnu.org>
13543         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13544         (m4-mode-syntax-table): Init in the defvar.
13545         (m4-mode-abbrev-table): Let define-derived-mode define it.
13547 2013-05-08  Tom Tromey  <tromey@redhat.com>
13549         * progmodes/m4-mode.el (m4-mode-syntax-table):
13550         Do not treat "_" as word constituent.  (Bug#14167)
13552 2013-05-07  Glenn Morris  <rgm@gnu.org>
13554         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13555         Remove explicit eshell-isearch-cancel-map.
13557         * progmodes/f90.el (f90-smart-end-names): New option.
13558         (f90-smart-end): Doc fix.
13559         (f90-end-block-optional-name): New constant.
13560         (f90-block-match): Respect f90-smart-end-names.
13562 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13564         * progmodes/octave.el (octave-smie-forward-token): Be more careful
13565         about implicit semi-colons (bug#14218).
13567 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13569         * frame.el (display-monitor-attributes-list)
13570         (frame-monitor-attributes): New functions.
13572 2013-05-06  Leo Liu  <sdl.web@gmail.com>
13574         * progmodes/octave.el (octave-syntax-propertize-function): Change
13575         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
13576         (octave-font-lock-keywords): Use octave-operator-regexp.
13577         (octave-completion-at-point): Rename from
13578         octave-completion-at-point-function.
13579         (inferior-octave-directory-tracker): Robustify.
13580         (octave-text-functions): Remove and fix its uses.  No such things
13581         any more.
13583 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13585         * emacs-lisp/trace.el (trace--display-buffer): New function.
13586         (trace-make-advice): Use it.
13588 2013-05-06  Juri Linkov  <juri@jurta.org>
13590         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
13591         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13592         Doc fix.
13593         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13594         in the help string.  (Bug#12985)
13596 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
13598         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
13600 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13602         * progmodes/perl-mode.el: Add support for here documents.
13603         (perl-syntax-propertize-function): Match here-doc markers.
13604         (perl-syntax-propertize-special-constructs): Find their end.
13605         (perl-imenu-generic-expression): Use [:alnum:].
13607         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13608         (advice--add-function): Refresh the advice if already present
13609         (bug#14317).
13611 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
13613         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
13615 2013-05-06  Glenn Morris  <rgm@gnu.org>
13617         * w32-fns.el (w32-charset-info-alist): Declare.
13619         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13620         of its defcustom properties.
13621         (eshell-cmpl-initialize): No need to load pcomplete.
13623         * generic-x.el: No need to require comint when compiling.
13625         * net/eudc-export.el: Make it loadable without bbdb.
13626         (top-level): Use require rather than load-library.
13627         (eudc-create-bbdb-record, eudc-bbdbify-phone)
13628         (eudc-batch-export-records-to-bbdb)
13629         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13630         Require bbdb.
13632 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13634         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13635         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13636         some tweaks, instead.
13638 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13640         * progmodes/octave.el (octave-font-lock-keywords)
13641         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13642         (inferior-octave-send-list-and-digest): Improve error message.
13643         (octave-mode, inferior-octave-mode): Use setq-local.
13644         (octave-help): Set info-lookup-mode.
13646 2013-05-05  Richard Stallman  <rms@gnu.org>
13648         * vc/compare-w.el (compare-windows-whitespace):
13649         Treat no-break space as whitespace.
13651         * mail/rmailsum.el (rmail-summary-rmail-update):
13652         Detect empty summary and don't change selected message.
13653         (rmail-summary-goto-msg): Likewise.
13655         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13656         Doc fixes, rename args.
13658 2013-05-05  Alan Mackenzie  <acm@muc.de>
13660         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13662 2013-05-05  Juri Linkov  <juri@jurta.org>
13664         * info.el (Info-read-subfile): Use (point-min) instead of (point)
13665         to not add the length of the summary segment to the return value.
13666         (Bug#14125)
13668 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13670         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13671         (inferior-octave-output-filter): Remove.
13672         (octave-send-region, inferior-octave-startup): Fix callers.
13673         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13674         (octave-binary-file-extensions): New user variable.
13675         (octave-find-definition): Confirm if opening binary files.
13676         (octave-help-file): Use octave-find-definition to get the binary
13677         confirmation.
13678         (octave-help): Adjust for octave-help-file change.
13680 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13682         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13683         Merge the two entries that handle function definitions.
13684         (pascal--syntax-propertize): New const.
13685         (pascal-mode): Use it.  Use setq-local.
13687 2013-05-04  Glenn Morris  <rgm@gnu.org>
13689         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13690         (diary-from-outlook): Respect diary-from-outlook-function.
13692 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13694         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13695         Move the declaration from C.
13696         (read-minibuffer, eval-minibuffer): Move from C.
13697         (completion-setup-function): Avoid minibuffer-completion-contents.
13699 2013-05-03  Leo Liu  <sdl.web@gmail.com>
13701         * progmodes/octave.el (octave-font-lock-keywords): Do not
13702         dehighlight 'end' in comments or strings.
13703         (octave-completing-read, octave-goto-function-definition):
13704         New helpers.
13705         (octave-help-buffer): New user variable.
13706         (octave-help-file, octave-help-function): New button types.
13707         (octave-help): New command and bind it to C-h ;.
13708         (octave-find-definition): New command and bind it to M-.
13709         (user-error): Alias to error if not defined.
13711 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13713         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13714         for \.  (bug#14332)
13715         (octave-font-lock-keywords): Include [ and {.
13717 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13719         * progmodes/octave.el (inferior-octave-startup-file): Change default.
13720         (inferior-octave): Remove calling comint-mode and return the buffer.
13721         (inferior-octave-startup): Cosmetic changes.
13723 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13725         * progmodes/octave.el (octave-syntax-propertize-function):
13726         Include the case when ' is at line beginning.  (Bug#14336)
13728 2013-05-02  Glenn Morris  <rgm@gnu.org>
13730         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13731         * desktop.el (vc-dir-mode): Just autoload it here.
13733 2013-05-02  Alan Mackenzie  <acm@muc.de>
13735         Eliminate variable c-standard-font-lock-fontify-region-function.
13736         * progmodes/cc-mode.el
13737         (c-standard-font-lock-fontify-region-function): Remove.
13738         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13740 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13742         * progmodes/octave.el: Compatible with older emacs-24 releases.
13743         (inferior-octave-has-built-in-variables): Remove.  Built-in
13744         variables were removed from Octave in 2007.
13745         (inferior-octave-startup): Fix uses.
13746         (comint-line-beginning-position): Remove compatibility code for
13747         emacs 21.
13749 2013-05-01  Juri Linkov  <juri@jurta.org>
13751         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
13753 2013-05-01  Juri Linkov  <juri@jurta.org>
13755         * comint.el (comint-previous-matching-input): Don't print message
13756         "History item: %d" when `isearch-mode' is active.
13757         (comint-history-isearch-message): Print message "History item: %d"
13758         when `comint-input-ring-index' is not empty and this function is
13759         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
13761 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13763         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13764         definitions.  Use completion-at-point to insert keywords.
13765         (octave-abbrev-start): Remove.
13766         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13768 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13770         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13771         change.
13773 2013-04-30  Alan Mackenzie  <acm@muc.de>
13775         Handle arbitrarily long C++ member initialisation lists.
13776         * progmodes/cc-engine.el (c-back-over-member-initializers):
13777         new function.
13778         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13779         (most) member init lists.
13781 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13783         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13784         variable.
13786 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13788         * progmodes/octave.el (octave-variables): Remove.  No builtin
13789         variables any more.  All converted to functions.
13790         (octave-font-lock-keywords, octave-completion-at-point-function):
13791         Fix uses.
13792         (octave-font-lock-texinfo-comment): New user variable.
13793         (octave-texinfo-font-lock-keywords): New variable for texinfo
13794         comment block.
13795         (octave-function-comment-block): New face.
13796         (octave-font-lock-texinfo-comment): New function.
13797         (octave-mode): Font lock texinfo comment block.
13799 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13801         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13802         indexing expression.
13803         (octave-continuation-string): Do not use \.
13804         (inferior-octave-complete-impossible): Remove.
13805         (inferior-octave-completion-table)
13806         (inferior-octave-completion-at-point): Remove its uses.
13807         (inferior-octave-startup): completion_matches was introduced to
13808         Octave in 1996 so safe to assume it.
13809         (octave-function-file-comment): Improve to follow how Octave does it.
13810         (octave-update-function-file-comment): Tweak.
13812 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13814         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13815         (inferior-octave-startup): Remove inferior-octave-startup-hook.
13816         (octave-function-file-comment): Fix typo.
13817         (octave-sync-function-file-names): Use read-char-choice.
13819 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
13821         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13822         to t for the less important warnings.
13824 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
13826         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
13828 2013-04-27  Glenn Morris  <rgm@gnu.org>
13830         * vc/log-view.el (log-view-current-entry):
13831         Treat "---" separator lines as part of the following rev.  (Bug#14169)
13833 2013-04-27  Juri Linkov  <juri@jurta.org>
13835         * subr.el (read-number): Doc fix about using it by interactive
13836         code letter `n'.  (Bug#14254)
13838 2013-04-27  Juri Linkov  <juri@jurta.org>
13840         * desktop.el (desktop-auto-save-timeout): New option.
13841         (desktop-file-checksum): New variable.
13842         (desktop-save): Add optional arg `auto-save' and don't auto-save
13843         if nothing changed.
13844         (desktop-auto-save-timer): New variable.
13845         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13846         (after-init-hook): Call `desktop-auto-save-set-timer'.
13847         Suggested by Reuben Thomas <rrt@sc3d.org> in
13848         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13850 2013-04-27  Leo Liu  <sdl.web@gmail.com>
13852         * progmodes/octave.el (octave-function-file-p)
13853         (octave-skip-comment-forward, octave-function-file-comment)
13854         (octave-update-function-file-comment): New functions.
13855         (octave-mode-map): Bind C-c ; to
13856         octave-update-function-file-comment.
13857         (octave-mode-menu): Add octave-update-function-file-comment.
13858         (octave-mode, inferior-octave-mode): Fix doc-string.
13859         (octave-insert-defun): Conform to Octave's coding convention.
13860         (Bug#14285)
13862         * files.el (basic-save-buffer): Don't let errors in
13863         before-save-hook prevent saving buffer.
13865 2013-04-20  Roland Winkler  <winkler@gnu.org>
13867         * faces.el (read-face-name): Use completing-read if arg multiple
13868         is nil.
13870 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
13872         * ls-lisp.el (ls-lisp-insert-directory): If no files are
13873         displayed, move point to after the totals line.
13874         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13875         for the details.
13877 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13879         * emacs-lisp/package.el (package-autoload-ensure-default-file):
13880         Add current dir to the load-path.
13881         (package-generate-autoloads): Don't rely on
13882         autoload-ensure-default-file.
13884 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
13886         * textmodes/remember.el (remember-store-in-files): Document that
13887         the file name format is passed to `format-time-string'.
13889 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13891         * progmodes/octave.el (octave-sync-function-file-names): New function.
13892         (octave-mode): Use it in before-save-hook.
13894 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13896         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13897         (bug#14274).
13899         * progmodes/octave.el (octave-smie-forward-token): Properly skip
13900         \n and comment, even if it's not an implicit ; (bug#14218).
13902 2013-04-26  Glenn Morris  <rgm@gnu.org>
13904         * subr.el (read-number): Once more use `read' rather than
13905         `string-to-number', to trap non-numeric input.  (Bug#14254)
13907 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
13909         * emacs-lisp/syntax.el (syntax-propertize-multiline):
13910         Use `syntax-multiline' text property consistently instead of
13911         `font-lock-multiline'.  (Bug#14237)
13913 2013-04-26  Glenn Morris  <rgm@gnu.org>
13915         * emacs-lisp/shadow.el (list-load-path-shadows):
13916         No longer necessary to check for duplicate simple.el, since
13917         2012-07-07 change to init_lread to not include installation lisp
13918         directories in load-path when running uninstalled.  (Bug#14270)
13920 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13922         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13923         (octave-mode, inferior-octave-mode): Use setq-local.
13924         (octave-not-in-string-or-comment-p): Rename to
13925         octave-in-string-or-comment-p.
13926         (octave-in-comment-p, octave-in-string-p)
13927         (octave-in-string-or-comment-p): Replace defsubst with defun.
13929 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13931         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13933 2013-04-25  Bastien Guerry  <bzg@gnu.org>
13935         * textmodes/remember.el (remember-data-directory)
13936         (remember-directory-file-name-format): Fix custom types.
13938 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13940         * progmodes/octave.el (octave-completion-at-point-function):
13941         Make use of inferior octave process.
13942         (octave-initialize-completions): Remove.
13943         (inferior-octave-completion-table): New function.
13944         (inferior-octave-completion-at-point): Use it.
13945         (octave-completion-alist): Remove.
13947 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13949         * progmodes/opascal.el: Use font-lock and syntax-propertize.
13950         (opascal-mode-syntax-table): New var.
13951         (opascal-literal-kind, opascal-is-literal-end)
13952         (opascal-literal-token-at): Rewrite.
13953         (opascal--literal-start-re, opascal-font-lock-keywords)
13954         (opascal--syntax-propertize): New constants.
13955         (opascal-font-lock-defaults): Adjust.
13956         (opascal-mode): Use them.  Set comment-<foo> variables as well.
13957         (delphi-comment-face, opascal-comment-face, delphi-string-face)
13958         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13959         (delphi-other-face, opascal-other-face): Remove face variables.
13960         (opascal-save-state): Remove macro.
13961         (opascal-fontifying-progress-step): Remove constant.
13962         (opascal--ignore-changes): Remove var.
13963         (opascal-set-token-property, opascal-parse-next-literal)
13964         (opascal-is-stable-literal, opascal-complete-literal)
13965         (opascal-is-literal-start, opascal-face-of)
13966         (opascal-parse-region, opascal-parse-region-until-stable)
13967         (opascal-fontify-region, opascal-after-change)
13968         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13969         (opascal-debug-parse-region, opascal-debug-parse-window)
13970         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13971         (opascal-debug-fontify-buffer): Remove.
13972         (opascal-debug-mode-map): Adjust accordingly.
13974 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13976         Merge octave-mod.el and octave-inf.el into octave.el with some
13977         cleanups.
13978         * progmodes/octave.el: New file renamed from octave-mod.el.
13979         * progmodes/octave-inf.el: Merged into octave.el.
13980         * progmodes/octave-mod.el: Renamed to octave.el.
13982 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
13984         * textmodes/reftex-vars.el
13985         (reftex-label-ignored-macros-and-environments): New defcustom.
13987         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13989 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13992         (smie-indent-keyword): Improve the check to ensure that the next
13993         comment is really on the same line.
13994         (smie-indent-comment): Don't align with a subsequent closer (or eob).
13996         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13997         semi-colons if the line is not otherwise empty (bug#14218).
13999 2013-04-25  Glenn Morris  <rgm@gnu.org>
14001         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14003 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14005         * progmodes/opascal.el (opascal-set-token-property): Rename from
14006         opascal-set-text-properties and only set `token' (bug#14134).
14007         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14008         (opascal-literal-text-properties): Remove.
14009         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14010         Adjust callers.
14012 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
14014         * textmodes/remember.el (remember-handler-functions): Add an
14015         option for a new handler `remember-store-in-files'.
14016         (remember-data-directory, remember-directory-file-name-format):
14017         New options.
14018         (remember-store-in-files): New function to store remember notes
14019         as separate files within a directory.
14021 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
14023         * progmodes/compile.el (compilation-next-error-function):
14024         Pass "formats" to compilation-find-file (bug#11777).
14026 2013-04-24  Glenn Morris  <rgm@gnu.org>
14028         * vc/vc-bzr.el (vc-bzr-print-log):
14029         * vc/vc-hg.el (vc-hg-print-log):
14030         * vc/vc-svn.el (vc-svn-print-log):
14031         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
14033         * vc/vc-bzr.el (vc-bzr-print-log):
14034         * vc/vc-cvs.el (vc-cvs-print-log):
14035         * vc/vc-git.el (vc-git-print-log):
14036         * vc/vc-hg.el (vc-hg-print-log):
14037         * vc/vc-mtn.el (vc-mtn-print-log):
14038         * vc/vc-rcs.el (vc-rcs-print-log):
14039         * vc/vc-sccs.el (vc-sccs-print-log):
14040         * vc/vc-svn.el (vc-svn-print-log):
14041         * vc/vc.el (vc-print-log-internal): Doc fixes.
14043 2013-04-23  Glenn Morris  <rgm@gnu.org>
14045         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14046         Remove venerable code attempting to avoid substitute-command-keys.
14048 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
14050         * textmodes/reftex-vars.el (reftex-label-regexps):
14051         Call `reftex-compile-variables' after changes to this variable.
14053 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14055         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14056         Use lexical-binding.
14057         (jit-lock-force-redisplay): Use markers, check buffer's continued
14058         existence and beware narrowed buffers.
14059         (jit-lock-fontify-now): Adjust call accordingly.
14061 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14063         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14064         to avoid misleading the user.
14066 2013-04-22  Leo Liu  <sdl.web@gmail.com>
14068         * info-look.el: Prefer latex2e.info.  (Bug#14240)
14070 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
14072         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
14074         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14075         * net/tramp.el (tramp-call-process): ... here.
14076         (tramp-set-completion-function, tramp-parse-putty):
14077         * net/tramp-adb.el (tramp-adb-execute-adb-command):
14078         * net/tramp-gvfs.el (tramp-gvfs-send-command):
14079         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14080         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14081         (tramp-call-local-coding-command): Use `tramp-call-process'
14082         instead of `tramp-compat-call-process'.
14084         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14085         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14086         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14087         (tramp-find-inline-compress): Improve traces.
14088         (tramp-maybe-send-script): Check for Perl binary.
14089         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14091 2013-04-22  Daiki Ueno  <ueno@gnu.org>
14093         * epg.el (epg-context-pinentry-mode): New function.
14094         (epg-context-set-pinentry-mode): New function.
14095         (epg--start): Pass --pinentry-mode option to gpg command.
14097 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
14099         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14100         `comint-dynamic-complete' is obsolete since 24.1, replaced by
14101         `completion-at-point'.  (Bug#13774)
14103         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14104         default key binding for `describe-distribution' has been moved to
14105         `C-h C-o'.  (Bug#13970)
14107 2013-04-21  Glenn Morris  <rgm@gnu.org>
14109         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14110         Add doc strings.
14111         (vc-print-log): Clarify interactive prompt.
14113 2013-04-20  Glenn Morris  <rgm@gnu.org>
14115         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14116         No longer include timestamp etc information.
14118 2013-04-20  Roland Winkler  <winkler@gnu.org>
14120         * faces.el (read-face-name): Bug fix, return just one face if arg
14121         multiple is nil.  (Bug#14209)
14123 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14126         (remove-function): Autoload.
14128         * comint.el (comint-redirect-original-filter-function): Remove.
14129         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14130         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14131         (vc-cvs-annotate-command):
14132         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14133         * progmodes/prolog.el (prolog-consult-compile):
14134         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14135         Use add/remove-function instead.
14136         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14137         (gud-tooltip-process-output, gud-tooltip-tips):
14138         Use add/remove-function instead.
14139         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14140         (scheme-interaction-mode, exit-scheme-interaction-mode):
14141         Use add/remove-function instead.
14143         * vc/vc-dispatcher.el: Use lexical-binding.
14144         (vc--process-sentinel): Rename from vc-process-sentinel.
14145         Change last arg to be the code to run.  Don't use vc-previous-sentinel
14146         and vc-sentinel-commands any more.
14147         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
14148         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14150 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
14152         * progmodes/sh-script.el (sh-imenu-generic-expression):
14153         Handle function names with a single character.  (Bug#14111)
14155 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
14157         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14158         for subroutines defined in an eval (bug#14182).
14160 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14162         * bookmark.el (bookmark-completing-read): Improve handling of empty
14163         string (bug#14176).
14165 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14167         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14169 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14171         New faster Imenu implementation (bug#14058).
14172         * progmodes/python.el:
14173         (python-imenu-prev-index-position):
14174         (python-imenu-format-item-label-function)
14175         (python-imenu-format-parent-item-label-function)
14176         (python-imenu-format-parent-item-jump-label-function):
14177         New vars.
14178         (python-imenu-format-item-label)
14179         (python-imenu-format-parent-item-label)
14180         (python-imenu-format-parent-item-jump-label)
14181         (python-imenu--put-parent, python-imenu--build-tree)
14182         (python-imenu-create-index, python-imenu-create-flat-index)
14183         (python-util-popn): New functions.
14184         (python-mode): Set imenu-create-index-function to
14185         python-imenu-create-index.
14187 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14189         * winner.el (winner-active-region): Use region-active-p, activate-mark
14190         and deactivate-mark (bug#14225).
14192         * simple.el (deactivate-mark): Don't inline it.
14194 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
14196         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14198 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
14200         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14201         file extensions from the archive-mode entry in order to prefer
14202         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14204 2013-04-18  Leo Liu  <sdl.web@gmail.com>
14206         * bindings.el (help-event-list): Add ?\?.
14208 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14210         * subr.el (with-wrapper-hook): Declare obsolete.
14211         * simple.el (filter-buffer-substring-function): New hook.
14212         (filter-buffer-substring): Use it.
14213         (filter-buffer-substring-functions): Mark obsolete.
14214         * minibuffer.el (completion-in-region-function): New hook.
14215         (completion-in-region): Use it.
14216         (completion-in-region-functions): Mark obsolete.
14217         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14218         * abbrev.el (abbrev-expand-function): New hook.
14219         (expand-abbrev): Use it.
14220         (abbrev-expand-functions): Mark obsolete.
14221         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14222         and :filter-return.
14224 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14226         * progmodes/python.el (python-nav--syntactically): Fix cornercases
14227         and do not care about match data.
14229 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14231         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14232         completion tables when completing error conditions and
14233         `declare' arguments.
14234         (lisp-complete-symbol, field-complete): Mark as obsolete.
14235         (check-parens): Unmatched parens are user errors.
14236         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14238 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
14240         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14241         command changed buffer (ie. `flyspell-pre-buffer' is not current
14242         buffer), which prevents making decisions based on invalid value of
14243         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
14244         cause an error when `flyspell-pre-point' was nil after switching
14245         buffers.
14246         (flyspell-post-command-hook): No longer needs to change buffers when
14247         checking pre-word.  While at it remove unnecessary progn.
14249 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
14251         * textmodes/ispell.el (ispell-add-per-file-word-list):
14252         Fix `flyspell-correct-word-before-point' error when accepting
14253         words and `coment-padding' is an integer by using
14254         `comment-normalize-vars' (Bug #14214).
14256 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14258         New defun movement commands.
14259         * progmodes/python.el (python-nav--syntactically)
14260         (python-nav--forward-defun, python-nav-backward-defun)
14261         (python-nav-forward-defun): New functions.
14263 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14265         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14266         (python-syntax-context): Use named compiler-macro for backwards
14267         compatibility with Emacs 24.x.
14269 2013-04-17  Leo Liu  <sdl.web@gmail.com>
14271         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14272         octave-hide-process-buffer.
14274 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14276         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14277         (bug#14216).
14279 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
14281         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14282         Fix adjustment of offset when receiving incomplete responses from GDB
14283         (bug#14129).
14285 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14287         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14288         python-mode-abbrev-table.
14289         (python-skeleton-define): Adjust accordingly.
14290         (python-mode-abbrev-table): New table that inherits from it so that
14291         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14293         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14294         (abbrev-symbol): Use it.
14295         (abbrev--before-point): Use it since we already handle inheritance.
14297 2013-04-16  Leo Liu  <sdl.web@gmail.com>
14299         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14300         binding to info-lookup-symbol.
14302 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
14304         * minibuffer.el (completion--twq-all):
14305         * term/ns-win.el (ns-initialize-window-system):
14306         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14308 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14310         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14311         global bindings.
14313         * doc-view.el (doc-view-start-process): Handle url-handler directories.
14315 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
14317         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14318         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14319         to nil.
14320         (ruby-end-of-defun): Remove the unused arg, change the docstring
14321         to reflect that this function is only used as the value of
14322         `end-of-defun-function'.
14323         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14324         to reflect an earlier change that beginning/end-of-defun functions
14325         jump between methods in a class definition, as well as top-level
14326         functions.
14328 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14330         * minibuffer.el (minibuffer-complete): Don't just scroll
14331         a *Completions* that's been iconified.
14332         (minibuffer-force-complete): Make sure repetitions do cycle when going
14333         through completion-in-region -> minibuffer-complete.
14335 2013-04-15  Alan Mackenzie  <acm@muc.de>
14337         Correct the placement of c-cpp-delimiters when there're #s not at
14338         col 0.
14340         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14341         place a submatch around the #.
14342         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14343         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
14344         on the #, not BOL.
14346 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14348         * emacs-lisp/nadvice.el: Properly test names when adding advice.
14349         (advice--member-p): New arg `name'.
14350         (advice--add-function, advice-member-p): Use it (bug#14202).
14352 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
14354         Reformulate java imenu-generic-expression.
14355         The old expression contained ill formed regexps.
14357         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14358         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14359         (cc-imenu-java-method-arg-regexp): New defconsts.
14360         (cc-imenu-java-build-type-args-regex): New defun.
14361         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14362         handling of spaces in the regexp.
14364 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14366         * textmodes/ispell.el (ispell-command-loop): Remove
14367         flyspell highlight of a word when ispell accepts it (bug #14178).
14369 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
14371         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14372         uses code from the previous `ange-ftp-run-real-handler'.
14373         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14374         only in case that function exist.  This is needed for proper
14375         unloading of Tramp.
14377 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
14379         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14381         * textmodes/reftex.el (reftex-compile-variables): Use it.
14383 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14385         * files.el (normal-mode): Only use default major-mode if no other mode
14386         was specified.
14388         * emacs-lisp/trace.el (trace-values): New function.
14390         * files.el: Allow : in local variables (bug#14089).
14391         (hack-local-variable-regexp): New var.
14392         (hack-local-variables-prop-line, hack-local-variables): Use it.
14394 2013-04-13  Roland Winkler  <winkler@gnu.org>
14396         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
14397         data before it gets modified by bibtex-beginning-of-entry.
14399 2013-04-13  Roland Winkler  <winkler@gnu.org>
14401         * textmodes/bibtex.el (bibtex-url): Doc fix.
14403 2013-04-13  Roland Winkler  <winkler@gnu.org>
14405         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14406         does not visit a BibTeX file, exclude it from the list of buffers
14407         returned by bibtex-initialize.
14409 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
14411         * window.el (split-window): Remove interactive form, since as a
14412         command this function is a special case of split-window-below.
14413         Correct doc string.
14415 2013-04-12  Roland Winkler  <winkler@gnu.org>
14417         * faces.el (read-face-name): Do not override value of arg default.
14418         Allow single faces and strings as default values.  Remove those
14419         elements from return value that are not faces.
14420         (describe-face): Simplify.
14421         (face-at-point): New optional args thing and multiple so that this
14422         function can provide the same functionality previously provided by
14423         read-face-name.
14424         (make-face-bold, make-face-unbold, make-face-italic)
14425         (make-face-unitalic, make-face-bold-italic, invert-face)
14426         (modify-face, read-face-and-attribute): Use face-at-point.
14428         * cus-edit.el (customize-face, customize-face-other-window)
14429         * cus-theme.el (custom-theme-add-face)
14430         * face-remap.el (buffer-face-set)
14431         * facemenu.el (facemenu-set-face): Use face-at-point.
14433 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
14435         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14437 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
14439         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14440         off leading { and trailing } from field values.
14442 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14444         * emacs-lisp/timer.el (timer--check): New function.
14445         (timer--time, timer-set-function, timer-event-handler): Use it.
14446         (timer-set-idle-time): Simplify.
14447         (timer--activate): CSE.
14448         (timer-event-handler): Give more info in error message.
14449         (internal-timer-start-idle): New function, moved from C.
14451         * mpc.el (mpc-proc): Add `restart' argument.
14452         (mpc-proc-cmd): Use it.
14453         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14454         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14455         less often.
14457 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
14459         * progmodes/sh-script.el: Implement `sh-mode' own
14460         `add-log-current-defun-function' (bug#14112).
14461         (sh-current-defun-name): New function.
14462         (sh-mode): Use the function.
14464 2013-04-09  Bastien Guerry  <bzg@gnu.org>
14466         * simple.el (choose-completion-string): Fix docstring (bug#14163).
14468 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14470         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14472         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14473         timer (bug#14156).
14475 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
14477         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14478         declaration.
14480 2013-04-07  Leo Liu  <sdl.web@gmail.com>
14482         * pcmpl-x.el: New file.
14484 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
14486         Do not set x-display-name until X connection is established.
14487         This is needed to prevent from weird situation described at
14488         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14489         * frame.el (make-frame): Set x-display-name after call to
14490         window system initialization function, not before.
14491         * term/x-win.el (x-initialize-window-system): Add optional
14492         display argument and use it.
14493         * term/w32-win.el (w32-initialize-window-system):
14494         * term/ns-win.el (ns-initialize-window-system):
14495         * term/pc-win.el (msdos-initialize-window-system):
14496         Add compatible optional display argument.
14498 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
14500         * files.el (normal-backup-enable-predicate): On MS-Windows and
14501         MS-DOS compare truenames of temporary-file-directory and of the
14502         file, so that 8+3 aliases (usually found in $TEMP on Windows)
14503         don't fail comparison by compare-strings.  Also, compare file
14504         names case-insensitively on MS-Windows and MS-DOS.
14506 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14508         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14509         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14511 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
14513         * whitespace.el (whitespace-color-on, whitespace-color-off):
14514         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14516 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
14518         * ispell.el (ispell-set-spellchecker-params):
14519         Really set `ispell-args' for all equivs.
14521 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14523         * ido.el (ido-completions): Use extra elements of ido-decorations
14524         (bug#14143).
14525         (ido-decorations): Update docstring.
14527 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
14529         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14530         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14531         nil during initialization, in order not to miss changes since the
14532         file was opened.  (Bug#14140)
14534 2013-04-05  Leo Liu  <sdl.web@gmail.com>
14536         * kmacro.el (kmacro-call-macro): Fix bug#14135.
14538 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
14540         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14542 2013-04-04  Glenn Morris  <rgm@gnu.org>
14544         * electric.el (electric-pair-inhibit-predicate): Add :version.
14546 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14548         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14549         when a package is required several times (bug#14082).
14551 2013-04-04  Roland Winkler  <winkler@gnu.org>
14553         * faces.el (read-face-name): Behave as promised by the docstring.
14554         Assume that arg default is a list of faces.
14555         (describe-face): Call read-face-name with list of default faces.
14557 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14559         * bookmark.el: Fix deletion of bookmarks (bug#13972).
14560         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14561         (bookmark-bmenu-execute-deletions): Only skip first line if it's
14562         the header.
14563         (bookmark-exit-hook-internal): Save even if list is empty.
14565 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
14567         * emacs-lisp/package.el (package-pinned-packages): New var.
14568         (package--add-to-archive-contents): Obey it (bug#14118).
14570 2013-04-03  Alan Mackenzie  <acm@muc.de>
14572         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14573         Also adapt to the new values of element 7 of a parse state.
14575         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14576         parameter `not-in-delimiter'.  Handle being inside comment opener.
14577         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14578         character in case we're typing a '*' after a '/'.
14579         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14580         instead by passing the parameter to c-state-pp-to-literal.
14582         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14583         for elt. 7 of a parse state.
14585 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
14587         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14588         * international/latin1-disp.el, international/mule-util.el:
14589         * language/cyril-util.el, language/european.el, language/ind-util.el:
14590         * language/lao-util.el, language/thai.el, language/tibet-util.el:
14591         * language/tibetan.el, language/viet-util.el:
14592         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14594 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14596         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14597         (electric-pair-post-self-insert-function): Use it.
14598         (electric-pair-default-inhibit): New function, extracted from
14599         electric-pair-post-self-insert-function.
14601 2013-03-31  Roland Winkler  <winkler@gnu.org>
14603         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14605 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14607         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14609 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
14611         Un-indent after "pass" and "return" statements (Bug#13888)
14612         * progmodes/python.el (python-indent-block-enders): New var.
14613         (python-indent-calculate-indentation): Use it.
14615 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
14617         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14618         defun.  Defining it as defalias could introduce too eager
14619         byte-compiler optimization.  (Bug#14030)
14621 2013-03-30  Chong Yidong  <cyd@gnu.org>
14623         * iswitchb.el (iswitchb-read-buffer): Fix typo.
14625 2013-03-30  Leo Liu  <sdl.web@gmail.com>
14627         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14628         (kmacro-execute-from-register): Pass the keyboard macro to
14629         kmacro-call-macro or repeating won't work correctly.
14631 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
14633         * progmodes/subword.el: Back to using `forward-symbol'.
14635         * subr.el (forward-whitespace, forward-symbol)
14636         (forward-same-syntax): Move from thingatpt.el.
14638 2013-03-29  Leo Liu  <sdl.web@gmail.com>
14640         * kmacro.el (kmacro-to-register): New command.
14641         (kmacro-execute-from-register): New function.
14642         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
14644 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14646         * mpc.el: Use defvar-local and setq-local.
14647         (mpc--proc-connect): Connection failures are not bugs.
14648         (mpc-mode-map): `follow-link' only applies to the buffer's content.
14649         (mpc-volume-map): Bind to the up-events.
14651 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14653         * progmodes/subword.el (superword-mode): Use `forward-sexp'
14654         instead of `forward-symbol'.
14656 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14658         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14659         (edebug--recursive-edit): Use it.
14660         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14661         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14663 2013-03-28  Leo Liu  <sdl.web@gmail.com>
14665         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
14667 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
14669         * facemenu.el (list-colors-callback): New defvar.
14670         (list-colors-redisplay): New function.
14671         (list-colors-display): Install list-colors-redisplay as the
14672         revert-buffer-function.  (Bug#14063)
14674 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14676         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14677         and suffixes don't overlap (bug#14061).
14679         * case-table.el: Use lexical-binding.
14680         (case-table-get-table): New function.
14681         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
14683 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14685         * progmodes/subword.el: Add `superword-mode' to do word motion
14686         over symbol_words (parallels and leverages `subword-mode' which
14687         does word motion inside MixedCaseWords).
14689 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
14691         * eshell/em-unix.el: Move su and sudo to...
14692         * eshell/em-tramp.el: ...Eshell tramp module.
14694 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14696         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14697         Change return value to be a sexp.  Delay `get-buffer' to after
14698         restoring the desktop (bug#13951).
14700 2013-03-26  Leo Liu  <sdl.web@gmail.com>
14702         * register.el: Move semantic tag handling back to
14703         cedet/semantic/senator.el.  (Bug#14052)
14705 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14707         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14708         into the prompt either (bug#13963).
14710 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14712         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14713         part of "(error-foo)".
14715 2013-03-24  Juri Linkov  <juri@jurta.org>
14717         * replace.el (list-matching-lines-prefix-face): New defcustom.
14718         (occur-1): Pass `list-matching-lines-prefix-face' to the function
14719         `occur-engine' if `face-differs-from-default-p' returns t.
14720         (occur-engine): Add `,' inside backquote construct to evaluate
14721         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
14722         Pass `prefix-face' to the functions `occur-context-lines' and
14723         `occur-engine-add-prefix'.
14724         (occur-engine-add-prefix, occur-context-lines): Add optional arg
14725         `prefix-face' and propertize the prefix with `prefix-face'.
14726         (Bug#14017)
14728 2013-03-24  Leo Liu  <sdl.web@gmail.com>
14730         * nxml/rng-valid.el (rng-validate-while-idle)
14731         (rng-validate-quick-while-idle): Guard against deleted buffer.
14732         (Bug#13999)
14734         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14735         is the last entry in kill-buffer-hook.
14737         * files.el (kill-buffer-hook): Doc fix.
14739 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
14741         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14742         Make it safe-local.
14744         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14746 2013-03-23  Leo Liu  <sdl.web@gmail.com>
14748         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14749         Remove.
14751         * nxml/rng-valid.el (rng-validate-mode)
14752         (rng-after-change-function, rng-do-some-validation):
14753         * nxml/rng-maint.el (rng-validate-buffer):
14754         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14755         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14756         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14757         (nxml-extend-after-change-region): Use with-silent-modifications.
14759         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14760         timer-idle-list.
14762         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14763         (rng-next-error-1, rng-previous-error-1): Do not let-bind
14764         timer-idle-list.  (Bug#13999)
14766 2013-03-23  Juri Linkov  <juri@jurta.org>
14768         * info.el (info-index-match): New face.
14769         (Info-index, Info-apropos-matches): Add a nested subgroup to the
14770         main pattern and add text properties with the new face to matches
14771         in index entries relative to the beginning of the index entry.
14772         (Bug#14015)
14774 2013-03-21  Eric Ludlam  <zappo@gnu.org>
14776         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14777         Inhibit read only while inserting objects.
14779 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14781         * progmodes/cfengine.el: Update docs to mention
14782         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
14783         symbol motion.  Remove "_" from the word syntax.
14785 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
14787         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14788         syntax for both `cfengine2-mode' and `cfengine3-mode'.
14790 2013-03-20  Juri Linkov  <juri@jurta.org>
14792         * info.el (Info-next-reference-or-link)
14793         (Info-prev-reference-or-link): New functions.
14794         (Info-next-reference, Info-prev-reference): Use them.
14795         (Info-try-follow-nearest-node): Handle footnote navigation.
14796         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
14798 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14800         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14801         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14803 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
14805         Suppress unnecessary non-ASCII chatter during build process.
14806         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14807         (batch-skkdic-convert): Suppress most of the chatter.
14808         It's not needed so much now that machines are faster,
14809         and its non-ASCII component was confusing; see Dmitry Gutov in
14810         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14812 2013-03-20  Leo Liu  <sdl.web@gmail.com>
14814         * ido.el (ido-chop): Fix bug#10994.
14816 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14818         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14819         Remove vars.
14820         (whitespace-color-on, whitespace-color-off):
14821         Use `font-lock-fontify-buffer' (Bug#13817).
14823 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14825         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14826         remapping in mode-line.
14827         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14829 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14831         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14832         value for `whitespace-line' face (Bug#13875).
14833         (whitespace-font-lock-keywords): Change description.
14834         (whitespace-color-on): Don't save `font-lock-keywords' value, save
14835         the constructed keywords instead.
14836         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14838 2013-03-19  Leo Liu  <sdl.web@gmail.com>
14840         * progmodes/compile.el (compilation-display-error): New command.
14841         (compilation-mode-map, compilation-minor-mode-map): Bind it to
14842         C-o.  (Bug#13992)
14844 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14846         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14848 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
14850         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14852 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
14854         * net/tramp-compat.el (tramp-compat-user-error): New defun.
14856         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14857         * net/tramp-gvfs.el (top):
14858         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14859         (tramp-handle-shell-command): Use it.
14860         (tramp-dissect-file-name): Raise an error when hostname is a
14861         method name, and neither method nor user is specified.
14863         * net/trampver.el: Update release number.
14865 2013-03-18  Leo Liu  <sdl.web@gmail.com>
14867         Make sure eldoc can be turned off properly.
14868         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14869         eldoc-mode.
14870         (eldoc-display-message-p): Revert last change.
14871         (eldoc-display-message-no-interference-p)
14872         (eldoc-print-current-symbol-info): Tweak.
14874 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
14876         * doc-view.el (doc-view-new-window-function): Check the new window
14877         overlay's display property instead the char property of the
14878         buffer's first char.  Use `with-selected-window' instead of
14879         `save-window-excursion' with `select-window'.
14880         (doc-view-document->bitmap): Check the current doc-view overlay's
14881         display property instead the char property of the buffer's first char.
14883 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14885         Automate the build of ja-dic.el (Bug#13984).
14886         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14887         from the input, rather than assume that it's been done for us by the
14888         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
14889         the current date into a ja-dic.el comment, as that complicates
14890         regression testing.
14892 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14894         * whitespace.el: Fix double evaluation.
14895         (whitespace-space, whitespace-hspace, whitespace-tab)
14896         (whitespace-newline, whitespace-trailing, whitespace-line)
14897         (whitespace-space-before-tab, whitespace-indentation)
14898         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14899         obsolete defvars.
14900         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14901         (whitespace-color-on): Use a single font-lock-add-keywords call.
14902         Fix double-evaluation of face variables.
14904 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
14906         * net/tramp-adb.el (tramp-adb-parse-device-names):
14907         Use `start-process' instead of `call-process'.  Otherwise, the
14908         function might be blocked under MS Windows.  (Bug#13299)
14910 2013-03-17  Leo Liu  <sdl.web@gmail.com>
14912         Extend eldoc to display info in the mode-line.  (Bug#13978)
14913         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14914         (eldoc-mode-line-string): New variable.
14915         (eldoc-minibuffer-message): New function.
14916         (eldoc-message-function): New variable.
14917         (eldoc-message): Use it.
14918         (eldoc-display-message-p)
14919         (eldoc-display-message-no-interference-p):
14920         Support eldoc-post-insert-mode.
14922         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14923         (eval-expression): Run it.
14925 2013-03-17  Roland Winkler  <winkler@gnu.org>
14927         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14928         strings in the list of return values.
14930 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
14932         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14933         radix before checking for HMS forms.
14935 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14937         * progmodes/scheme.el: Add indentation and font-locking for λ.
14938         (Bug#13975)
14940 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14942         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14943         token before point (bug#13942).
14945 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14947         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
14949 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
14951         * startup.el (command-line-normalize-file-name): Fix handling of
14952         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
14953         <xfq.free@gmail.com> in
14954         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14956 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
14958         Sync with Tramp 2.2.7.
14960         * net/trampver.el: Update release number.
14962 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
14964         * doc-view.el: Fix bug#13887.
14965         (doc-view-insert-image): Don't modify overlay associated to
14966         non-live windows, and implement horizontal centering of image in
14967         case it's smaller than the window.
14968         (doc-view-new-window-function): Force redisplay of new windows on
14969         doc-view buffers.
14971 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
14973         * saveplace.el (save-place-alist-to-file): Don't sort
14974         `save-place-alist', just pretty-print it (bug#13882).
14976 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
14978         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14979         Check whether `default-file-name-coding-system' is bound.
14980         It isn't in XEmacs.
14982 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14984         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14985         backquotes for `obsolete' (bug#13929).
14987         * international/mule.el (find-auto-coding): Include file name in
14988         obsolescence warning (bug#13922).
14990 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14992         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14993         for CFEngine 3-specific indentation.
14994         (cfengine3-indent-line): Use it.  Fix up category regex.
14995         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14997 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14999         * type-break.el (type-break-file-name):
15000         * textmodes/remember.el (remember-data-file):
15001         * strokes.el (strokes-file):
15002         * shadowfile.el (shadow-initialize):
15003         * saveplace.el (save-place-file):
15004         * ps-bdf.el (bdf-cache-file):
15005         * progmodes/idlwave.el (idlwave-config-directory):
15006         * net/quickurl.el (quickurl-url-file):
15007         * international/kkc.el (kkc-init-file-name):
15008         * ido.el (ido-save-directory-list-file):
15009         * emulation/viper.el (viper-custom-file-name):
15010         * emulation/vip.el (vip-startup-file):
15011         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15012         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15014 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
15016         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15017         * language/thai-word.el: Switch to UTF-8.
15019 See ChangeLog.16 for earlier changes.
15021 ;; Local Variables:
15022 ;; coding: utf-8
15023 ;; End:
15025   Copyright (C) 2011-2014 Free Software Foundation, Inc.
15027   This file is part of GNU Emacs.
15029   GNU Emacs is free software: you can redistribute it and/or modify
15030   it under the terms of the GNU General Public License as published by
15031   the Free Software Foundation, either version 3 of the License, or
15032   (at your option) any later version.
15034   GNU Emacs is distributed in the hope that it will be useful,
15035   but WITHOUT ANY WARRANTY; without even the implied warranty of
15036   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15037   GNU General Public License for more details.
15039   You should have received a copy of the GNU General Public License
15040   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.