Deal with EIEIO methods without doc strings (Bug#17490).
[emacs.git] / lisp / ChangeLog
blob5ec35ffd14f051522c39004b932ae50941228a51
1 2014-05-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
3         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
4         methods which do not have a doc string.  (Bug#17490)
6 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
7             Stefan Monnier  <monnier@iro.umontreal.ca>
9         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
10         suffix (bug#15419).
12 2014-05-14  Glenn Morris  <rgm@gnu.org>
14         * vc/emerge.el (emerge-temp-file-prefix):
15         Make pointless option obsolete.
16         (emerge-temp-file-mode): Make non-functional option obsolete.
18 2014-05-13  Michael Albinus  <michael.albinus@gmx.de>
20         * net/browse-url.el (browse-url):
21         Use `unhandled-file-name-directory' when setting `default-directory',
22         in order to circumvent stalled remote connections.  (Bug#17425)
24 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
27         into autoloading just because of a silly indirection.
29 2014-05-11  Santiago Payà i Miralta  <santiagopim@gmail.com>  (tiny change)
31         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
33 2014-05-11  Glenn Morris  <rgm@gnu.org>
35         * emacs-lisp/find-gc.el: Move to ../admin.
37 2014-05-10  Glenn Morris  <rgm@gnu.org>
39         * printing.el (pr-version):
40         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
42         * net/browse-url.el (browse-url-mosaic):
43         Create /tmp/Mosaic.PID as a private file.
45 2014-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
48         (advice--member-p): If name is given, only compare the name.
49         (advice--remove-function): Don't stop at the first match.
50         (advice--normalize-place): New function.
51         (add-function, remove-function): Use it.
52         (advice--add-function): Pass the name, if any, to
53         advice--remove-function.
55 2014-05-09  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
57         * electric.el (electric-indent-post-self-insert-function): Don't use
58         `pos' after modifying the buffer (bug#17449).
60 2014-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
62         * subr.el (function-put): Add function.
64 2014-05-09  Stephen Berman  <stephen.berman@gmx.net>
66         * calendar/todo-mode.el (todo-insert-item-from-calendar):
67         Correct argument list to conform to todo-insert-item--basic.
69 2014-05-09  Glenn Morris  <rgm@gnu.org>
71         * files.el (cd-absolute): Test if directory is accessible
72         rather than executable.  (Bug#17330)
74         * progmodes/compile.el (recompile):
75         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
77 2014-05-08  Juri Linkov  <juri@jurta.org>
79         * dired.el (dired-check-switches, dired-switches-recursive-p):
80         New functions.  (Bug#17218)
81         (dired-switches-escape-p, dired-move-to-end-of-filename):
82         Use `dired-check-switches'.
83         (dired-insert-old-subdirs, dired-build-subdir-alist)
84         (dired-sort-R-check): Use `dired-switches-recursive-p'.
86 2014-05-08  Glenn Morris  <rgm@gnu.org>
88         * net/browse-url.el (browse-url-mosaic):
89         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
90         This is CVE-2014-3423.
92 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
94         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
95         (xterm-mouse--read-event-sequence-1000): Return nil if something
96         looks fishy.
97         (xterm-mouse-event): Propagate it.
98         (xterm-mouse-translate-1): Handle it.
100 2014-05-07  Stephen Berman  <stephen.berman@gmx.net>
102         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
103         four slots of the parameter list are filled, make sure to pass it
104         to the argument list of todo-insert-item--basic.
106 2014-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
108         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
109         Add optional `seen' argument to detect and break infinite loops.
111 2014-05-06  Eli Zaretskii  <eliz@gnu.org>
113         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
114         (trace-unsafe, trace-use-tree): Make parentheses style be
115         according to Emacs style.
117 2014-05-06  Michael Albinus  <michael.albinus@gmx.de>
119         * net/tramp-sh.el (tramp-remote-process-environment):
120         Remove HISTFILE and HISTSIZE; it's too late to set them here.
121         Add :version entry.
122         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
123         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
124         extra "PSx=..." commands.
125         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
126         (Bug#17295)
128         (tramp-uudecode): Replace the hard-coded temporary file name by a
129         format specifier.
130         (tramp-remote-coding-commands): Enhance docstring.
131         (tramp-find-inline-encoding): Replace "%t" by a temporary file
132         name.  (Bug#17415)
133         This is CVE-2014-3424.
135 2014-05-06  Glenn Morris  <rgm@gnu.org>
137         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
138         (find-gc-source-files): Update some names.
139         (trace-call-tree): Simplify and update.
140         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
141         This is CVE-2014-3422.
143 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * minibuffer.el (completion--try-word-completion): Revert fix for
146         Bug#15980 (bug#17375).
148         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
149         Always store button numbers in the same way in xterm-mouse-last;
150         Don't burp is xterm-mouse-last is not set as expected.
151         Never return negative indices.
153 2014-05-05  Dmitry Gutov  <dgutov@yandex.ru>
155         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
156         Backtrack one char if the global/char-literal var matcher hits
157         inside a string.  The next char could be the beginning of an
158         expression expansion.
160 2014-05-05  Glenn Morris  <rgm@gnu.org>
162         * help-fns.el (describe-function-1): Test for an autoload before a
163         macro, since `macrop' works on autoloads.  (Bug#17410)
165 2014-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * electric.el (electric-indent-functions-without-reindent): Add yaml.
169         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
170         Make sure the new point we return is within the new string (bug#17239).
172 2014-05-03  Eli Zaretskii  <eliz@gnu.org>
174         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
176 2014-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
179         Use nil rather than `default' for the "default" appearance (bug#17388).
180         * vc/ediff-util.el (ediff-inferior-compare-regions)
181         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
182         a misleading `default' value when it's really a boolean.
183         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
184         overlay is not visible.
186 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
188         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
189         (todo-menu): Uncomment and update.
191 2014-05-02  Stephen Berman  <stephen.berman@gmx.net>
193         * calendar/todo-mode.el: Reimplement item editing to have the same
194         basic user interface as item insertion, and make small UI and
195         larger internal improvements to the latter.
196         (todo-insert-item): Add reference to the Todo mode user manual to
197         the documentation string.
198         (todo-insert-item--basic): Rename from todo-basic-insert-item and
199         adjust all callers.  Change signature to combine diary and
200         nonmarking arguments.  Incorporate functionality of deleted item
201         copying command and add error checking.  Remove detailed
202         descriptions of the arguments from the documentation string, since
203         this is treated in the Todo mode user manual.
204         (todo-copy-item, todo-edit-multiline-item)
205         (todo-edit-done-item-comment, todo-edit-item-header)
206         (todo-edit-item-time, todo-edit-item-date-from-calendar)
207         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
208         (todo-edit-item-date-year, todo-edit-item-date-month)
209         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
210         Remove.
211         (todo-edit-item): Reimplement as wrapper command for
212         todo-edit-item--next-key and make it distinguish done and not done
213         todo items.
214         (todo-edit-item--text): New function, replacing old command
215         todo-edit-item and incorporating deleted commands
216         todo-edit-multiline-item and todo-edit-done-item-comment.
217         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
218         Use only numeric value of prefix argument.  Remove detailed
219         descriptions of the arguments from the documentation string, since
220         this is treated in the Todo mode user manual.
221         (todo-edit-item--diary-inclusion): New function, replacing old
222         command todo-edit-item-diary-inclusion and incorporating and fixing
223         functionality of deleted command todo-edit-item-diary-nonmarking,
224         making sure to remove todo-nondiary-marker when adding
225         diary-nonmarking-symbol.
226         (todo-edit-category-diary-inclusion): Make sure to delete
227         diary-nonmarking-symbol when adding todo-nondiary-marker.
228         (todo-edit-category-diary-nonmarking): Fix indentation.
229         (todo-insert-item--parameters): Group diary and nonmarking
230         parameters together.
231         (todo-insert-item--apply-args): Adjust to signature of
232         todo-insert-item--basic and incorporate copy parameter.
233         Make small code improvements.
234         (todo-insert-item--next-param): Improve prompt and adjust it to
235         new parameter grouping.  Remove obsolete code.
236         (todo-edit-item--param-key-alist)
237         (todo-edit-item--date-param-key-alist)
238         (todo-edit-done-item--param-key-alist): New defconsts.
239         (todo-edit-item--prompt): New variable.
240         (todo-edit-item--next-key): New function.
241         (todo-key-bindings-t): Bind "e" to todo-edit-item.
242         Remove bindings of deleted commands.
244 2014-05-02  Leo Liu  <sdl.web@gmail.com>
246         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
248 2014-05-01  Glenn Morris  <rgm@gnu.org>
250         * allout-widgets.el (allout-widgets-tally)
251         (allout-decorate-item-guides):
252         * menu-bar.el (menu-bar-positive-p):
253         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
254         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
255         * progmodes/js.el (js--inside-param-list-p)
256         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
257         * progmodes/prolog.el (region-exists-p):
258         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
259         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
260         Doc fixes (replace `iff').
262 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
266 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
268         * dired.el (dired-initial-position-hook, dired-initial-position):
269         Doc string fixes.
271 2014-04-29  Glenn Morris  <rgm@gnu.org>
273         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
275 2014-04-27  Matthias Dahl  <matthias.dahl@binary-island.eu>
277         * faces.el (face-spec-recalc): Apply X resources only after the
278         defface spec has been applied. Thus, X resources are no longer
279         overriden by the defface spec which also fixes issues on win32 where
280         the toolbar coloring was wrong because it is set through X resources
281         and was (wrongfully) overriden.  (Bug#16694)
283 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * textmodes/rst.el (electric-pair-pairs): Declare.
286         (rst-mode): Set it (bug#17131).
288 2014-04-27  Juri Linkov  <juri@jurta.org>
290         * desktop.el (desktop-value-to-string): Let-bind `print-length'
291         and `print-level' to nil.  (Bug#17351)
293 2014-04-25  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
295         * battery.el (battery-update): Handle the case where battery
296         status is "N/A" (bug#17319).
298 2014-04-24  Eli Zaretskii  <eliz@gnu.org>
300         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
301         Use equal-including-properties to compare help-echo strings (bug#17331).
303 2014-04-24  Leo Liu  <sdl.web@gmail.com>
305         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
306         Fix syntax for @.  (Bug#17325)
308 2014-04-24  Daniel Colascione  <dancol@dancol.org>
310         * emacs-lisp/cl.el (gv): Require gv early to break eager
311         macro-expansion cycles.
313 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
315         * simple.el (region-active-p): Check there's a mark (bug#17324).
317         * simple.el (completion-list-mode-map): Use choose-completion for the
318         mouse binding as well (bug#17302).
319         (completion-list-mode, completion-setup-function): Adjust docstring and
320         echo area message accordingly.
321         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
322         calling convention of choose-completion.
323         * comint.el (comint-dynamic-list-completions):
324         * term.el (term-dynamic-list-completions): Accept choose-completion.
326         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
327         &, |, +, - and * can't be a division (bug#17317).
329 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
331         * term/xterm.el (xterm--version-handler): Don't use modern xterm
332         features on gnome-terminal (bug#16988).
334 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
336         * dired.el (dired-insert-set-properties): Do not consider
337         subdirectory headings and empty lines to be information that
338         `dired-hide-details-mode' should hide.  (Bug#17228)
340 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
342         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
343         Remove test messages.
344         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
345         and `target' twice.
347 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
349         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
350         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
352         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
354 2014-04-21  Michael Albinus  <michael.albinus@gmx.de>
356         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
357         Set "IFS=" when using read builtin, in order to preserve spaces in
358         the file name.  Add test messages for hunting a bug on hydra.
359         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
361 2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
364         Don't prettify a word within a symbol.
366 2014-04-20  Michael Albinus  <michael.albinus@gmx.de>
368         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
369         possible.
371 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
374         assignments such as "case=hello" (bug#17297).
376 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
378         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
379         Do not autoload.
380         (tramp-file-name-handler, tramp-completion-file-name-handler):
381         Revert patch from 2014-04-10, it isn't necessary anymore.
382         (tramp-autoload-file-name-handler)
383         (tramp-register-autoload-file-name-handlers): New defuns.
384         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
385         (tramp-register-file-name-handlers): Remove also
386         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
387         Do not autoload its invocation, but eval it after loading of 'tramp.
389         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
391         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
393 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
396         was done (bug#17264).
397         * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
398         comment to EOB.
400         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
401         here-documents (bug#17262).
403 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
405         * term/pc-win.el (x-list-fonts, x-get-selection-value):
406         Provide doc strings, as required by snarf-documentation.
408 2014-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
410         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
411         arg of overlays-at.  Use `invisible-p'.
413         * obsolete/lucid.el (extent-at):
414         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
415         overlays-at.
416         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
418 2014-04-14  João Távora  <joaotavora@gmail.com>
420         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
421         links.  (Bug#17217).
423 2014-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
425         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
426         Use mapc to loop over a vector.  (Bug#17257).
428 2014-04-13  Michael Albinus  <michael.albinus@gmx.de>
430         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
431         patch, there are new problems with file names containing spaces.
432         Get rid of backticks.  (Bug#17238)
434 2014-04-13  João Távora  <joaotavora@gmail.com>
436         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
437         possible bug.
439 2014-04-13  Eli Zaretskii  <eliz@gnu.org>
441         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
442         (blink-cursor-mode): Mention customization variables and the
443         effect of 'blink-cursor-blinks'.
445 2014-04-12  Barry O'Reilly  <gundaetiapo@gmail.com>
447         * simple.el (undo): Prevent insertion of identity mapping into
448         undo-equiv-table so as undo-only does not inf loop in the presence
449         of consecutive nils in undo list.
451 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
453         * faces.el (make-face): Deprecate optional argument as it is no
454         longer needed/used since the conditional X resources handling
455         has been pushed down to make-face-x-resource-internal itself.
456         (make-empty-face): Don't pass optional argument to make-face.
458 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
460         * international/characters.el <standard-case-table>: Add entries
461         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
462         Set category of Coptic characters be 'g' (Greek).
464 2014-04-12  Leo Liu  <sdl.web@gmail.com>
466         * progmodes/octave.el (completion-table-with-cache): Define if not
467         available.
468         (octave-goto-function-definition)
469         (octave-sync-function-file-names)
470         (octave-find-definition-default-filename): Backquote upattern for
471         compatibility.
473 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
475         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
476         name twice due to backticks.  (Bug#17238)
478 2014-04-11  Glenn Morris  <rgm@gnu.org>
480         * term/w32-win.el (x-win-suspend-error):
481         * term/x-win.el (x-win-suspend-error): Sync docs.
483 2014-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
485         Ediff's overlay priorities cause more trouble than they solve.
486         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
487         (ediff-highest-priority): Remove function (bug#17234).
488         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
489         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
490         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
491         overlay priorities.
493 2014-04-10  Feng Li  <fengli@gmail.com>  (tiny change)
495         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
496         entry; use symbol boundaries to avoid mis-matches.
498 2014-04-10  Michael Albinus  <michael.albinus@gmx.de>
500         * net/tramp.el (tramp-file-name-handler)
501         (tramp-completion-file-name-handler): Avoid recursive loading.
503         * net/tramp-sh.el (tramp-make-copy-program-file-name):
504         Quote result also locally.
506 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
508         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
509         Module methods.  (Bug#17216)
511 2014-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
513         * help.el (describe-bindings): Fix buffer handling (bug#17210).
514         (describe-bindings-internal): Mark obsolete.
516 2014-04-07  João Távora  <joaotavora@gmail.com>
518         * elec-pair.el:
519         (electric-pair--syntax-ppss): When inside comments parse from
520         comment beginning.
521         (electric-pair--balance-info): Fix typo in comment.
522         (electric-pair--in-unterminated-string-p): Delete.
523         (electric-pair--unbalanced-strings-p): New function.
524         (electric-pair-string-bound-function): New var.
525         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
526         according to `electric-pair--in-unterminated-string-p'
528 2014-04-07  João Távora  <joaotavora@gmail.com>
530         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
531         Inhibit quote pairing if point-max is inside an unterminated string.
532         (electric-pair--looking-at-unterminated-string-p): Delete.
533         (electric-pair--in-unterminated-string-p): New function.
535 2014-04-07  Glenn Morris  <rgm@gnu.org>
537         * shell.el (shell-directory-tracker):
538         Go back to just ignoring failures.  (Bug#17159)
540 2014-04-06  João Távora  <joaotavora@gmail.com>
542         Fix `electric-pair-delete-adjacent-pairs' in modes binding
543         backspace. (bug#16981)
544         * elec-pair.el (electric-pair-backward-delete-char): Delete.
545         (electric-pair-backward-delete-char-untabify): Delete.
546         (electric-pair-mode-map): Bind backspace to a menu item filtering
547         a new `electric-pair-delete-pair' command.
548         (electric-pair-delete-pair): New command.
550 2014-04-06  João Távora  <joaotavora@gmail.com>
552         * progmodes/python.el (python-electric-pair-string-delimiter):
553         Fix triple-quoting electricity.  (Bug#17192)
555 2014-04-06  João Távora  <joaotavora@gmail.com>
557         * elec-pair.el (electric-pair-post-self-insert-function):
558         Don't skip whitespace when `electric-pair-text-pairs' and
559         `electric-pair-pairs' were used. syntax to
560         electric-pair--skip-whitespace.  (Bug#17183)
562 2014-04-06  Eli Zaretskii  <eliz@gnu.org>
564         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
565         "<F>".  (Bug#17199)
567 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
570         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
572 2014-04-05  Glenn Morris  <rgm@gnu.org>
574         * help.el (view-lossage): Doc tweak.
576 2014-04-05  Matthias Dahl  <matthias.dahl@binary-island.eu>
578         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
579         only when inhibit-x-resources is nil, and do that earlier in the
580         function.  Doc fix.  (Bug#16694)
581         (face-spec-choose): Accept additional optional argument, whose
582         value is returned if no matching attributes are found.
583         (face-spec-recalc): Use the new optional argument when calling
584         face-spec-choose.  (Bug#16378)
585         (make-face-x-resource-internal): Do nothing when
586         inhibit-x-resources is non-nil.  Don't touch the default face if
587         reversed video is given--as was done in previous versions of Emacs.
588         (face-set-after-frame-default): Don't call
589         make-face-x-resource-internal here.  (Bug#16434)
591 2014-04-04  Tassilo Horn  <tsdh@gnu.org>
593         * doc-view.el (doc-view-bookmark-jump):
594         Use `bookmark-after-jump-hook' to jump to the right page after the
595         buffer is shown in a window.  (bug#16090)
597 2014-04-04  Eli Zaretskii  <eliz@gnu.org>
599         * international/characters.el (mirroring): Fix last change:
600         instead of loading uni-mirrored.el explicitly, do that implicitly
601         by creating the 'mirroring' uniprop table.  This avoids announcing
602         the loading of uni-mirrored.el.
604 2014-04-04  Glenn Morris  <rgm@gnu.org>
606         * files.el (buffer-stale--default-function)
607         (buffer-stale-function, revert-buffer--default):
608         * autorevert.el (auto-revert-buffers): Doc tweaks.
610 2014-04-03  Eli Zaretskii  <eliz@gnu.org>
612         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
614 2014-04-03  Glenn Morris  <rgm@gnu.org>
616         * files.el (make-backup-file-name-function)
617         (make-backup-file-name, make-backup-file-name--default-function)
618         (make-backup-file-name-1, find-backup-file-name)
619         (revert-buffer-function, revert-buffer-insert-file-contents-function)
620         (buffer-stale--default-function, buffer-stale-function)
621         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
622         (revert-buffer, revert-buffer--default)
623         (revert-buffer-insert-file-contents--default-function):
624         Doc fixes related to defaults no longer being nil.
625         (make-backup-file-name-function): Bump :version.
626         Restore nil as a valid but deprecated custom type.
628 2014-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
631         used as a variable (bug#17174).
633 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
635         * progmodes/perl-mode.el (perl-indent-new-calculate):
636         Handle forward-sexp failure (bug#16985).
637         (perl-syntax-propertize-function): Add "foreach" and "for" statement
638         modifiers introducing expressions (bug#17116).
640 2014-04-02  Glenn Morris  <rgm@gnu.org>
642         * menu-bar.el (menu-bar-file-menu):
643         * vc/ediff.el (ediff-current-file):
644         Update for revert-buffer-function no longer being nil by default.
646         * simple.el (command-execute): Respect nil disabled-command-function.
648 2014-04-01  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
650         * simple.el (command-execute): Do not execute the command when it
651         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
653 2014-03-29  Juri Linkov  <juri@jurta.org>
655         * dired-aux.el (dired-compress-file): Don't use string-match-p
656         because its match data is used afterwards.
658 2014-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
660         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
661         0 like nil.
663 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
665         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
666         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
668         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
669         Don't propertize `?' or `!' as symbol constituent when after
670         colon.  (Bug#17097)
672 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
674         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
675         which is no longer needed and causes trouble in GTK builds (bug#17046).
677         * emacs-lisp/package-x.el (package--archive-contents-from-url):
678         Use url-insert-file-contents; package-handle-response no longer exists.
680 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
682         * emacs-lisp/package.el: Fix bug#16733 (again).
683         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
684         (url-http-target-url): Remove unused declarations.
685         (package-handle-response): Remove.
686         (package--with-work-buffer): Use url-insert-file-contents and simplify.
687         (package--download-one-archive): Use current-buffer instead of
688         dynamic binding of `buffer'.
689         (describe-package-1): Do not decode readme-string.
691 2014-03-25  Barry O'Reilly  <gundaetiapo@gmail.com>
693         * simple.el (primitive-undo): Correction to 2014-03-24 change.
695 2014-03-25  Michael Albinus  <michael.albinus@gmx.de>
697         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
699         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
700         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
701         `remote-file-name-inhibit-cache' to nil in the second pass.
702         (tramp-find-executable): Do not call "which" on SunOS.
703         (tramp-send-command-and-check): Fix docstring.
704         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
705         check whether source directory has set the sticky bit.
707 2014-03-24  Barry O'Reilly  <gundaetiapo@gmail.com>
709         * simple.el (primitive-undo): Only process marker adjustments
710         validated against their corresponding (TEXT . POS).  Issue warning
711         for lone marker adjustments in undo history.  (Bug#16818)
712         (undo-make-selective-list): Add marker adjustments to selective
713         undo list based on whether their corresponding (TEXT . POS) is in
714         the region.  Remove variable adjusted-markers, which was unused
715         and only non nil during undo-make-selective-list.
716         (undo-elt-in-region): Return nil when passed a marker adjustment
717         and explain in function doc.
719 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
721         * emacs-lisp/package.el (package--add-to-archive-contents):
722         Include already installed and built-in packages in
723         `package-archive-contents'.
724         (package-install): Don't include already installed packages in the
725         options during interactive invocation.  (Bug#16762)
727 2014-03-24  Daniel Colascione  <dancol@dancol.org>
729         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
730         instead of cl-loop search function.
732 2014-03-24  Juanma Barranquero  <lekktu@gmail.com>
734         * frameset.el (frameset--initial-params): Fix typo in parameter name.
736 2014-03-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
738         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
740 2014-03-24  Dmitry Gutov  <dgutov@yandex.ru>
742         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
743         Match special global variables without curlies, too.
744         (ruby-font-lock-keywords): Simplify the matcher for special global
745         variables.  Don't require a non-word character after the variable.
746         (Bug#17057)
748 2014-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
750         * simple.el (redisplay-highlight-region-function): Increase priority of
751         overlay to make sure boundaries are visible (bug#15899).
753 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
755         * frameset.el (frameset-restore): Compare display strings with equal.
757         * frame.el (make-frame): Don't quote display name in error message,
758         it is already a string.
760 2014-03-23  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
762         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
763         the password.
765 2014-03-23  Dmitry Gutov  <dgutov@yandex.ru>
767         * emacs-lisp/package.el (package-show-package-list): If the buffer
768         is already displayed in another window, switch to that window.
770 2014-03-21  Daniel Colascione  <dancol@dancol.org>
772         * mail/emacsbug.el (report-emacs-bug): Include memory usage
773         information in bug reports.
775 2014-03-23  Daniel Colascione  <dancol@dancol.org>
777         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
778         list to look for keyword arguments instead of `memq', fixing
779         (Bug#3647) --- unfortunately, only for freshly-compiled code.
780         Please make bootstrap.
782 2014-03-23  Richard Stallman  <rms@gnu.org>
784         * battery.el (battery-linux-sysfs): Search for each field
785         from the beginning of the buffer.
787 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
789         * emacs-lisp/package.el (package-desc): Use the contents of the
790         quoted form, not its cdr.  (Bug#16873)
792 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
794         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
795         benefit of doc.c; change parameter profile to match the X function.
797 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
799         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
800         and `tramp-copy-env'.
802         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
803         (tramp-maybe-open-connection): Handle `tramp-login-env'.
805 2014-03-21  Glenn Morris  <rgm@gnu.org>
807         * electric.el (electric-indent-post-self-insert-function): Add doc.
809 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
811         * emacs-lisp/package.el (package-compute-transaction):
812         Use `version-list-<=' to compare the requirement version against
813         the version of package already to be installed.  Update the error
814         message.  (Bug#16826)
816         * progmodes/ruby-mode.el (ruby-smie-rules):
817         Add indentation rule for ` @ '.  (Bug#17050)
819 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
821         * align.el (align-regexp): Remove superfluous backslash.
823         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
824         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
825         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
826         Fix docstring typos.
827         (ffap-next): Use C-u in docstring.
828         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
829         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
830         Remove superfluous backslashes.
831         (ffap-string-at-point): Reflow docstring.
833         * server.el (server-host): Reflow docstring.
834         (server-unload-function): Fix docstring typo.
835         (server-eval-at): Remove superfluous backslash.
837         * skeleton.el (skeleton-insert): Remove superfluous backslash.
838         (skeleton-insert): Doc fix.
839         (skeleton-insert): Reflow docstring.
841         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
842         (tty-color-approximate, tty-color-by-index, tty-color-values)
843         (tty-color-desc): Remove superfluous backslashes.
845 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * electric.el (electric-newline-and-maybe-indent): New command.
848         Bind it globally to C-j.
849         (electric-indent-mode): Don't mess with the global map any more.
850         Don't drop the post-self-insert-hook is some buffer is still using it
851         (bug#16770).
853         * bindings.el (global-map): Remove C-j binding.
855         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
856         the docstring of functions advised before dumping (bug#16993).
858 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
860         * ps-print.el (ps-generate-postscript-with-faces):
861         Explicitly deactivate the mark (bug#16866).
862         * simple.el (deactivate-mark): Update region highlight.
864 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
866         * emacs-lisp/package.el (describe-package-1):
867         Decode commentary (bug#16733).
869 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
871         * custom.el (defcustom): Doc fix: recommend avoiding destructive
872         modification of the value argument of :set (bug#16755).
874 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * simple.el (newline-and-indent): Do autofill (bug#17031).
878 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
880         * newcomment.el (comment-normalize-vars): Only add escaping check
881         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
882         (comment-beginning): Use `narrow-to-region' instead of moving back
883         one character.
884         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
885         (comment-start-skip): Update the docstring.
887 2014-03-18  Richard Stallman  <rms@gnu.org>
889         * dired.el (dired-display-file): Force use of other window.
891 2014-03-18  Daniel Colascione  <dancol@dancol.org>
893         * startup.el (tty-handle-args): Remove debug message from 2007.
895 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
898         (advice--make-interactive-form): Use it to avoid (auto)loading function.
899         (advice--make-1, advice-add, advice-remove):
900         Remove braindead :advice-pending hack.
902 2014-03-17  Glenn Morris  <rgm@gnu.org>
904         * calendar/calendar.el (calendar-generate-month): Apply weekend
905         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
907 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
909         * net/tramp.el (tramp-action-out-of-band): Read pending output.
910         (tramp-call-process): Trace also DESTINATION.
912         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
913         Quote file names when they are local.  Remove superfluous trace.
915 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
917         * newcomment.el (comment-beginning): If `comment-start-skip'
918         doesn't match, move back one char and try again.  (Bug#16971)
920         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
921         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
922         Set `comment-start-skip' to a simpler value that doesn't try to
923         check if the semicolon is escaped (this is handled by
924         `syntax-ppss' now).  (Bug#16971)
926         * progmodes/scheme.el (scheme-mode-variables): Same.
928 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
930         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
931         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
932         current (Bug#16816, Bug#17007).
933         (with-current-buffer-window): New macro doing the same as
934         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
935         * help.el (help-print-return-message): Warn in doc-string to not
936         use this in `with-help-window'.
937         (describe-bindings-internal): Call `describe-buffer-bindings'
938         from within help buffer.  See Juanma's scenario in (Bug#16816).
939         (with-help-window): Update doc-string.
940         * dired.el (dired-mark-pop-up):
941         * files.el (save-buffers-kill-emacs):
942         * register.el (register-preview): Use `with-current-buffer-window'
943         instead of `with-temp-buffer-window'.
945 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
947         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
948         Implement inserting into current buffer, documented in their docstrings.
949         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
950         (rst-section-tree-point, rst-forward-section, rst-indent)
951         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
952         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
953         (rst-font-lock-handle-adornment-pre-match-form)
954         (rst-repeat-last-character): Reflow docstrings.
955         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
956         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
957         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
958         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
959         Fix docstring typos.
960         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
961         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
962         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
964 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
966         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
967         for compatibility with other ports.
968         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
969         from the -xrm command line argument, but in the Nextstep port its value
970         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
972         * progmodes/python.el (defconst, python-syntax-count-quotes)
973         (python-indent-region, python-indent-shift-right)
974         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
975         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
976         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
977         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
978         (inferior-python-mode, python-shell-make-comint, run-python-internal)
979         (python-shell-buffer-substring, python-shell-send-buffer)
980         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
981         (python-completion-complete-at-point, python-fill-docstring-style)
982         (python-eldoc-function, python-imenu-format-item-label)
983         (python-imenu-format-parent-item-label)
984         (python-imenu-format-parent-item-jump-label)
985         (python-imenu--build-tree, python-imenu-create-index)
986         (python-imenu-create-flat-index): Fix docstring typos.
987         (python-indent-context, python-shell-prompt-regexp, run-python):
988         Remove superfluous backslashes.
989         (python-indent-line, python-nav-beginning-of-defun)
990         (python-shell-get-buffer, python-shell-get-process)
991         (python-info-current-defun, python-info-current-line-comment-p)
992         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
993         (python-indent-post-self-insert-function, python-shell-send-file)
994         (python-shell-completion-get-completions)
995         (python-shell-completion-complete-or-indent)
996         (python-eldoc--get-doc-at-point): Reflow docstrings.
998 2014-03-14  Glenn Morris  <rgm@gnu.org>
1000         * emacs-lisp/package.el (package-menu-mode-map):
1001         Replace use of obsolete function alias.  Tweak menu item text.
1003         * info.el (Info-finder-find-node):
1004         Ignore the `emacs' metapackage.  (Bug#10813)
1006         * finder.el (finder-list-matches): Include unversioned packages
1007         in the result of a keyword search.
1009         * finder.el (finder--builtins-descriptions): New constant.
1010         (finder-compile-keywords): Use finder--builtins-descriptions.
1012 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
1014         * simple.el (blink-matching-paren): Describe the new value,
1015         `jump', enabling the old behavior.
1016         (blink-matching-open): Use that value.  (Bug#17008)
1018 2014-03-14  Glenn Morris  <rgm@gnu.org>
1020         * finder.el (finder-no-scan-regexp): Add leim-list.
1021         (finder-compile-keywords):
1022         Don't skip files with same basename.  (Bug#14010)
1023         * Makefile.in (setwins_finder): New, excluding leim.
1024         (finder-data): Use setwins_finder.
1026         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1027         (help-function-arglist, help-make-usage): Move from here...
1028         * help.el (help-split-fundoc, help-add-fundoc-usage)
1029         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
1030         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1032 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
1034         * net/socks.el (socks, socks-override-functions)
1035         (socks-find-services-entry):
1036         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1037         (hif-find-ifdef-block):
1038         * progmodes/modula2.el (m2-indent): Fix docstring typos.
1040         * net/tls.el (tls-program): Reflow docstring.
1042         * progmodes/pascal.el (pascal-mode-abbrev-table)
1043         (pascal-imenu-generic-expression, pascal-auto-endcomments)
1044         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1045         (pascal-outline-mode): Fix docstring typos.
1046         (pascal-mode): Let define-derived-mode document mode hook.
1047         (pascal-uncomment-area): Reflow.
1048         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1050         * progmodes/opascal.el (opascal-compound-block-indent)
1051         (opascal-case-label-indent): Fix docstring typos.
1052         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1054 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
1056         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1057         Fontify multiple adjacent negation chars.  (Bug#17004)
1059 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1061         * emacs-lisp/package.el (package--prepare-dependencies):
1062         Accept requirements without explicit version (bug#14941).
1064 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1066         * register.el (register-separator, copy-to-register): Doc fixes.
1067         (register-preview-default): Remove unnecessary call to concat.
1069         * frameset.el (frameset-restore): When checking for a visible frame,
1070         use the action map instead of calling visible-frame-list.
1072 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
1074         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1076 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
1078         * window.el (fit-frame-to-buffer): Get maximum width from
1079         display's width instead of height.
1081 2014-03-12  Glenn Morris  <rgm@gnu.org>
1083         * desktop.el (desktop-restore-frames)
1084         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1085         (desktop-restore-reuses-frames): Doc tweaks.
1087         * electric.el (electric-indent-mode): Doc fix.
1089 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1091         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1092         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1093         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1094         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1095         (cvs-dired-use-hook): Fix docstring typos.
1096         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1097         Doc fixes.
1099         * vc/pcvs-defs.el (cvs-auto-remove-handled)
1100         (cvs-auto-remove-directories, cvs-default-ignore-marks)
1101         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1102         (cvs-execute-single-dir): Fix docstring typos.
1104         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1105         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1107         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1109         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1110         Fix docstring typos.
1112 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
1114         * frameset.el (frameset--jump-to-register): Add autoload; it could be
1115         called from jump-to-register after unloading the frameset package.
1117 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1120         (bug#16975).  Deactivate the mark before setting it to nil.
1121         (activate-mark): Do nothing if region is already active.
1123 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
1125         * frameset.el (frameset--target-display): Remove definition; declare.
1126         (frameset-save, frameset-restore): Let-bind frameset--target-display.
1128 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1131         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1132         when the advice is pending.
1133         (advice-remove): Remove this marker when not needed any more.
1135 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
1137         * frameset.el: Separate options for reusing frames and cleaning up.
1138         (frameset--reuse-list): Remove definition; declare.
1139         (frameset--action-map): Declare.
1140         (frameset--find-frame-if): Doc fix.
1141         (frameset--restore-frame): Cache frame action.
1142         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1143         how to clean up the frame list after restoring.  Remove cleaning
1144         options from REUSE-FRAMES.  Change all keyword values to symbols.
1145         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1147         * desktop.el (desktop-restore-forces-onscreen)
1148         (desktop-restore-reuses-frames): Use non-keyword values.
1149         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1151 2014-03-10  Glenn Morris  <rgm@gnu.org>
1153         * files.el (find-file): Doc fix: update info node name.
1155         * emacs-lisp/advice.el (ad-add-advice, defadvice):
1156         Doc fix: remove references to deleted info nodes.
1158 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
1160         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1161         Do not add `nil' to the environment, when there's no remote `locale'.
1162         (tramp-find-inline-encoding): Check, that the remote host has
1163         installed perl, before sending scripts.
1165 2014-03-10  Leo Liu  <sdl.web@gmail.com>
1167         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1168         Clear eldoc-last-message.  (Bug#16920)
1170 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1173         (bug#14430).
1175 2014-03-09  Juri Linkov  <juri@jurta.org>
1177         * ansi-color.el (ansi-color-names-vector): Copy default colors
1178         from `xterm-standard-colors' that look well on the default white
1179         background (and also on the black background) to avoid illegible
1180         color combinations like yellow-on-white and white-on-white.
1181         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1183 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
1185         * frameset.el (frameset-restore): When no frame is visible, do not
1186         generate a list of frames, just make visible the selected one.
1188 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
1190         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1191         it only contains the repository root.  (Bug#16897)
1193 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
1195         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1196         only when `remote-file-name-inhibit-cache' is nil.
1197         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
1199 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
1201         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1202         Fix doc-strings.
1203         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
1204         fit-frame-to-buffer variable.  Fix doc-string.
1205         (fit-window-to-buffer): Set ONLY argument in call of
1206         fit-frame-to-buffer.  Fix doc-string.
1208 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
1210         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1211         (tramp-action-password): Clear password cache if needed.
1212         (tramp-read-passwd): Do not clear password cache.
1214         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1215         cache unless it is the first password request.
1217 2014-03-06  Glenn Morris  <rgm@gnu.org>
1219         * simple.el (newline): Doc tweak.
1221         * emacs-lisp/shadow.el (load-path-shadows-find):
1222         Ignore dir-locals.  (Bug#12357)
1224 2014-03-05  Glenn Morris  <rgm@gnu.org>
1226         * files.el (interpreter-mode-alist):
1227         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
1229 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
1231         * frameset.el (frameset--initial-params): Filter out null entries.
1233 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
1235         * window.el (window-min-height, window-min-width):
1236         Rewrite doc-strings.
1237         (window-body-size): Add PIXELWISE argument to make it consistent
1238         with its callees.
1240 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
1242         * finder.el (finder-mode-map, finder-mode-syntax-table):
1243         Revert part of 2014-02-28 change.
1245 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
1247         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1248         (eww-setup-buffer): Clear next/prev/etc more reliably.
1249         (eww-textarea-map): [tab] doesn't work on tty.
1250         Reported by Mario Lang.
1252         * net/shr.el (shr-map): Ditto.
1254 2014-03-04  Glenn Morris  <rgm@gnu.org>
1256         * minibuffer.el (completion-hilit-commonality):
1257         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1259 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
1261         * hilit-chg.el (hilit-chg-unload-function): New function.
1262         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1263         (hilit-chg-map-changes): Prefer cardinal number to digit.
1264         (hilit-chg-display-changes): Reflow docstring.
1265         (highlight-changes-rotate-faces): Remove superfluous backslash.
1267 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
1269         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1270         `tramp-send-command-and-check'.
1272 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
1274         * hexl.el (hexl-address-region, hexl-ascii-region)
1275         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1276         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1277         (hexl-forward-word, hexl-previous-line, hexl-next-line):
1278         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1279         (hexl-mode): Doc fix.
1280         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1281         (hexl-mode-ruler): Fix typos in docstrings.
1283         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1284         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1285         Remove superfluous backslashes.
1286         (strokes-last-stroke, strokes-global-map, strokes-mode):
1287         Reflow docstrings.
1288         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1289         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1290         (strokes-distance-squared, strokes-global-set-stroke)
1291         (strokes-global-set-stroke-string): Doc fixes.
1292         (strokes-help): Fix typos; reflow docstring.
1294 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
1296         * window.el (window-in-direction): Fix doc-string.
1298 2014-03-04  Glenn Morris  <rgm@gnu.org>
1300         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1301         Explicit error if no grammar.
1302         (smie-config-save): Doc fix.  Fix quote typo.
1304 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1306         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1307         electric-indent-mode-hook if we obey electric-indent-mode.
1308         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1309         decide whether we obey electric-indent-mode.
1310         (c-change-set-fl-decl-start, c-extend-after-change-region):
1311         Silence warnings.
1312         (c-electric-indent-mode-hook): Assume we do want to obey
1313         electric-indent-mode.
1315         * electric.el (electric-indent-mode-has-been-called): Remove.
1316         (electric-indent-mode): Fix accordingly.
1318         * files.el (hack-local-variables): Mention file name in warning.
1320         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1322 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
1324         * bindings.el: Add comment describing why C-d binds to `delete-char'.
1325         * simple.el (delete-forward-char): Mark as interactive-only.
1327 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
1329         * icomplete.el (icomplete-completions):
1330         Follow-up to 2014-03-01 change.
1332         * icomplete.el: Miscellaneous doc fixes.
1333         Use Icomplete everywhere instead of icomplete for consistency.
1334         (icomplete-max-delay-chars): Fix typo.
1335         (icomplete-mode): Use \[].
1336         (icomplete-tidy, icomplete-exhibit): Reflow.
1337         (icomplete-minibuffer-setup-hook, icomplete-completions):
1338         Remove superfluous backlashes.
1340         * ido.el: Miscellaneous doc fixes.
1341         Use Ido everywhere instead of ido or `ido' for consistency.
1342         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1343         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1344         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1345         (ido-separator): Extract obsolescence info from docstring and declare
1346         with make-obsolete-variable.
1347         (ido-minibuffer-setup-hook): Simplify example.
1348         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1349         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1350         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1351         (ido-everywhere): Reflow docstring.
1352         (ido-toggle-vc): Doc fix.
1353         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1354         of long list of keybindings.
1356 2014-03-03  Glenn Morris  <rgm@gnu.org>
1358         * frame.el (display-pixel-height, display-pixel-width)
1359         (display-mm-dimensions-alist, display-mm-height)
1360         (display-mm-width): Doc tweaks.
1362 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
1364         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1365         case of undo in region.
1367 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
1369         * window.el (fit-window-to-buffer): Fix argument in window-size
1370         call when window is horizontally combined.
1372 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
1374         * icomplete.el (icomplete-completions): Use string-width.
1375         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1377 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
1379         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1380         Highlight regexp options.  (Bug#16914)
1382 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
1384         * window.el (window--max-delta-1): Round down when calculating
1385         how many lines/columns we can get from a window.
1387 2014-03-01  Glenn Morris  <rgm@gnu.org>
1389         * isearch.el (search-invisible): Doc fix.
1391         * minibuffer.el (completion-hilit-commonality):
1392         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
1393         * comint.el (comint-dynamic-list-completions): Doc fix.
1394         * comint.el (comint-dynamic-list-completions):
1395         * filecache.el (file-cache-minibuffer-complete):
1396         * tempo.el (tempo-display-completions):
1397         * eshell/em-hist.el (eshell-list-history):
1398         Replace use of obsolete argument of display-completion-list.
1400 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
1402         * icomplete.el (icomplete-completions):
1403         Revert back to using "..." when ?… cannot be displayed.
1405 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1407         * finder.el (finder-unload-function): New function.
1409 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
1411         * dframe.el (dframe-detach):
1412         * find-dired.el (find-dired, find-name-dired):
1413         * finder.el (finder-mode-map, finder-mode-syntax-table)
1414         (finder-headmark, finder-select, finder-mouse-select):
1415         Fix docstring typos.
1417 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
1419         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1420         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1421         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1422         Fix doc-string based on a suggestion by Nicolas Richard
1423         <theonewiththeevillook@yahoo.fr>.
1424         * help.el (with-help-window): Fix doc-string.
1426 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
1428         * net/shr.el (shr-image-animate): New option.
1429         (shr-put-image): Respect shr-image-animate.
1431 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
1433         * net/tramp-adb.el (tramp-adb-parse-device-names):
1434         Use `accept-process-output'.
1435         (tramp-adb-handle-file-truename): Cache the localname only.
1436         (tramp-adb-handle-make-directory)
1437         (tramp-adb-handle-delete-directory): Flush file properties correctly.
1438         (tramp-adb-handle-set-file-modes): Do not raise an error when file
1439         modes cannot be changed.
1441         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1442         file properties of symlinks.
1444 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
1446         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1447         required/optional fields to match development biblatex.  (Bug#16781)
1449 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
1451         * saveplace.el (toggle-save-place):
1452         Fix argument handling.  (Bug#16673)
1454 2014-02-28  Glenn Morris  <rgm@gnu.org>
1456         * minibuffer.el (completions-first-difference)
1457         (completions-common-part, completion-hilit-commonality): Doc fixes.
1459 2014-02-28  Karl Berry  <karl@gnu.org>
1461         * info.el (Info-mode-map): Add H for describe-mode,
1462         to synchronize with standalone Info.
1464 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
1466         * progmodes/sql.el (sql-interactive-mode):
1467         Avoid setting global comint-input-ring-separator.  (Bug#16814)
1469 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1471         * net/dbus.el (dbus--init-bus): Declare function.
1472         (dbus-path-local, dbus-interface-local): New defconst.
1473         (dbus-init-bus): Use them.
1474         (dbus-return-values-table): Extend doc.
1475         (dbus-handle-bus-disconnect): Extend error message.
1477 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
1479         * subr.el (y-or-n-p): Fix double space issue in message.
1481 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
1483         * net/tramp.el (tramp-call-process): Improve trace message.
1484         (tramp-handle-insert-file-contents): Trace error case.
1486         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1487         <insert-directory>: Use `tramp-handle-insert-directory'.
1488         (tramp-adb-handle-insert-directory): Remove function.
1489         (tramp-adb-send-command-and-check): New defun, replacing
1490         `tramp-adb-command-exit-status'.  Change all callees.
1491         (tramp-adb-handle-file-attributes)
1492         (tramp-adb-handle-directory-files-and-attributes): Use it.
1493         (tramp-adb-ls-output-name-less-p):
1494         Use `directory-listing-before-filename-regexp'.
1495         (tramp-adb-handle-delete-directory): Flush also file properties of
1496         the truename of directory.
1497         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1498         (tramp-adb-handle-file-local-copy): Make the local copy readable.
1499         (tramp-adb-handle-write-region): Implement APPEND.
1500         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
1501         properties correctly.
1502         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1503         variables.  Check for connected devices only when needed.
1505 2014-02-27  Glenn Morris  <rgm@gnu.org>
1507         * minibuffer.el (completion-table-dynamic)
1508         (completion-table-with-cache): Doc fixes.
1510         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1511         (completing-read-multiple): Doc fixes.
1513 2014-02-27  Daniel Colascione  <dancol@dancol.org>
1515         * minibuffer.el (completion--nth-completion): Fix indentation.
1517         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1518         explicit tramp path is empty.
1520 2014-02-27  Glenn Morris  <rgm@gnu.org>
1522         * emacs-lisp/crm.el (completing-read-multiple):
1523         Empower help-enable-auto-load.
1525 2014-02-26  Glenn Morris  <rgm@gnu.org>
1527         * startup.el (command-line): Don't init the tty in daemon mode.
1529         Avoid calling tty-setup-hook twice, eg if a term file
1530         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
1531         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1532         (tty-create-frame-with-faces): Use it.
1533         * startup.el (command-line): Pass run-hook argument
1534         to tty-run-terminal-initialization.
1536         * dired.el (dired-restore-desktop-buffer): Demote errors;
1537         eg in case a glob match fails.  (Bug#16884)
1539 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
1541         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1542         error from `read-from-string'.  (Bug#16850)
1544         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1545         result of `completing-read' in the interactive form.  (Bug#16854)
1547 2014-02-25  Glenn Morris  <rgm@gnu.org>
1549         * image.el (image-animate, image-animate-timeout):
1550         Stop animating images in dead buffers.  (Bug#16878)
1552         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
1554         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1555         Doc fixes.
1556         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
1557         * term/sun.el (sun-raw-prefix-hooks):
1558         Use tty-setup-hook instead of term-setup-hook.
1559         (terminal-init-sun): Construct message from bytecomp plist.
1560         * term/wyse50.el (enable-arrow-keys): Doc fix.
1562 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1564         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1565         Fix docstring typos.
1567 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
1569         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1571 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1573         * minibuffer.el (completion--try-word-completion):
1574         Fix error when completing M-x commands (bug#16808).
1576 2014-02-24  Leo Liu  <sdl.web@gmail.com>
1578         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1580 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
1582         * apropos.el (apropos-print): Avoid formatting error when
1583         apropos-do-all and apropos-compact-layout are both t.
1585 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1587         * apropos.el (apropos-property, apropos-all-words-regexp)
1588         (apropos-true-hit, apropos-variable, apropos-print):
1589         Fix docstring typos, and remove obsolete comment.
1591 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
1593         * net/tramp-sh.el (tramp-sh-handle-file-truename):
1594         Preserve trailing "/".  (Bug#16851)
1596 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
1598         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1599         after `=>' (bug#16811).
1600         (ruby-smie-rules): Handle the inconsistent second element of the
1601         list returned by `smie-indent--parent'.
1602         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1603         method call.
1605 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
1607         * elec-pair.el (electric-pair-text-syntax-table)
1608         (electric-pair-syntax-info, electric-pair--syntax-ppss)
1609         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1610         (electric-pair--looking-at-unterminated-string-p): Doc fix.
1611         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
1613 2014-02-22  Glenn Morris  <rgm@gnu.org>
1615         * imenu.el (imenu--generic-function): Doc fix.
1617         * register.el (frame-configuration-to-register): Make obsolete.
1619 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
1621         * desktop.el (desktop-save-buffer-p): Do not fail when
1622         desktop-files-not-to-save is nil.  Return t for true result
1623         as the doc says.
1625 2014-02-22  Daniel Colascione  <dancol@dancol.org>
1627         * net/secrets.el (secrets-create-item, secrets-search-items):
1628         Check that attribute values are strings, avoiding the construction
1629         of invalid dbus messages.
1631 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1633         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
1634         defun-declarations-alist.
1636 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
1639         (bug#16829).
1641 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1643         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
1644         (whitespace-newline, whitespace-trailing, whitespace-line)
1645         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
1646         (whitespace-space-after-tab): Fix typo in docstrings.
1648 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
1650         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
1652         * electric.el (electric-indent-functions-without-reindent):
1653         Add `yaml-indent-line'.
1655 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1657         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
1658         It has done nothing for years; should be removed after the release.
1660         * simple.el (choose-completion): Fix docstring typo.
1661         (read-quoted-char-radix): Remove unneeded * in docstring.
1662         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
1663         Don't escape parentheses unnecessarily in docstrings.
1665 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
1667         Fix handling of window-min-height/-width (Bug#16738).
1668         * window.el (window--dump-window, window--dump-frame):
1669         New functions.
1670         (window--min-size-1): Account for window dividers.
1671         When window-resize-pixelwise is nil, delay rounding till after the
1672         sum of the window components has been calculated.
1673         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
1674         nil make sure at least one text line and two text columns remain
1675         fully visible.
1676         (window-resize): Signal an error when window-resize-apply fails.
1677         (window--resize-child-windows): Fix calculation of by how many
1678         pixels a window can still be shrunk via window-new-normal.
1679         (adjust-window-trailing-edge): Call window--resizable with
1680         correct TRAIL argument.
1682         (with-temp-buffer-window): Don't evaluate BODY within
1683         with-current-buffer (Bug#16816).
1685 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
1687         * net/tramp.el (tramp-check-cached-permissions):
1688         Call `file-attributes' with `suffix' being a symbol but a string.
1690 2014-02-21  Daniel Colascione  <dancol@dancol.org>
1692         * net/dbus.el (dbus-init-bus-1): Declare new subr.
1693         (dbus-init-bus): New function: call into dbus-init-bus-1
1694         and installs a handler for the disconnect signal.
1695         (dbus-call-method): Rewrite to look for result in cons.
1696         (dbus-call-method-handler): Store result in cons.
1697         (dbus-check-event): Recognize events with nil sender as valid.
1698         (dbus-handle-bus-disconnect): New function.  React to bus
1699         disconnection signal by synthesizing dbus error for each
1700         pending synchronous or asynchronous call.
1701         (dbus-notice-synchronous-call-errors): New function.
1702         (dbus-handle-event): Raise errors directly only when `dbus-debug'
1703         is true, not all the time.
1705 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
1707         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
1708         Remove obsolescence declarations, these variables do not exist anymore.
1710         * savehist.el (savehist-save-minibuffer-history)
1711         (savehist-additional-variables, savehist-file, savehist-mode-hook)
1712         (savehist-save-hook, savehist-coding-system, savehist-loaded)
1713         (savehist-load, savehist-install, savehist-autosave): Fix typos;
1714         mostly, refer to "Savehist mode" when talking about the mode,
1715         and not the function.
1717         * saveplace.el (save-place): Remove redundant info in docstring.
1718         (save-place-forget-unreadable-files, toggle-save-place)
1719         (save-place-forget-unreadable-files, save-place-dired-hook):
1720         Fix typos and remove unneeded backslashes.
1722 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
1724         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
1725         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
1727         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1728         <insert-directory>: Use `tramp-handle-insert-directory'.
1729         (tramp-gvfs-handle-insert-directory): Remove function.
1731         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1732         Call `tramp-handle-insert-directory'.
1734 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
1736         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
1737         before the start of buffer/region (bug#16799).
1739 2014-02-20  Glenn Morris  <rgm@gnu.org>
1741         * isearch.el (search-invisible): Doc fix.
1743 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
1745         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
1746         (bug#16657).
1748 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1750         * frameset.el (frameset-restore): Delay removing an old frame's
1751         duplicate id until the new frame has been correctly created.
1753 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
1755         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
1756         (tramp-check-cached-permissions): Call `file-attributes' if the
1757         cache is empty.
1759         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1760         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1762         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1763         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
1764         (tramp-gvfs-maybe-open-connection): Set always connection
1765         properties, even if target is mounted already.
1767         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
1768         Set tramp-autoload cookie.
1769         (tramp-get-remote-touch): New defun.
1770         (tramp-sh-handle-set-file-times): Use it.
1771         (tramp-sh-handle-directory-files-and-attributes):
1772         Use `tramp-handle-directory-files-and-attributes' if neither stat
1773         nor perl are available on the remote host.
1775         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
1776         "/".  Write long listing only when "l" belongs to the switches.
1778         * net/trampver.el: Update release number.
1780 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
1782         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
1784 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
1786         * window.el (window-state-put): Allow WINDOW to refer to an
1787         internal window (Bug#16793).
1789 2014-02-19  Glenn Morris  <rgm@gnu.org>
1791         * textmodes/remember.el: Move provide statement to end.
1792         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
1793         (remember-notes): Doc fixes.
1795 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * delsel.el (delete-char): Restore incorrectly erased property
1798         (bug#16795).
1800 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
1802         * frameset.el (frameset--restore-frame): When a frame is being reused
1803         and its root window is not alive, delete all the frame's windows before
1804         restoring the window state.  This works around the issue in bug#16793.
1806 2014-02-18  Glenn Morris  <rgm@gnu.org>
1808         * textmodes/remember.el (remember-data-directory)
1809         (remember-directory-file-name-format, remember-store-in-files)
1810         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
1811         (remember-notes-save-and-bury-buffer)
1812         (remember-notes--kill-buffer-query): Doc fixes.
1814         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
1816 2014-02-17  Alan Mackenzie  <acm@muc.de>
1818         Connect electric-indent-mode up with CC Mode.  Bug #15478.
1819         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
1820         to electric-indent-{,local-}-mode.
1821         (c-basic-common-init): Set electric-indent-inhibit.
1822         Initialise c-electric-flag from electric-indent-mode.
1823         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
1824         New hook functions which propagate electric-indent-mode to CC mode.
1826         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
1827         hit, toggle electric-indent-local-mode.
1829         * electric.el (electric-indent-mode-has-been-called):
1830         New variable.
1832 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
1834         * frameset.el (frameset-cfg-id): New function.
1835         (frameset--reuse-frame, frameset-restore): Use it.
1836         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
1838 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1840         * ido.el (ido-file-internal): Remove unused var `d'.
1841         Use \` for to match BoS.  Fit within 80n columns.
1843 2014-02-17  Daniel Colascione  <dancol@dancol.org>
1845         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
1846         dbus-call-method check for completion using a busy-wait loop with
1847         gradual backoff.
1849 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
1851         Sync with Tramp 2.2.9.
1853         * net/trampver.el: Update release number.
1855 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
1857         * ido.el (ido-file-internal): Don't add the name of an existing
1858         directory twice.  (Bug#16747)
1860 2014-02-16  Glenn Morris  <rgm@gnu.org>
1862         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
1863         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
1865 2014-02-15  Michael R. Mauger  <michael@mauger.com>
1867         * progmodes/sql.el: Version 3.4
1868         (sql-oracle-options): New default value ("-L").
1869         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
1870         (sql-placeholders-filter): Correct placeholder pattern.
1871         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
1872         (sql-login-delay): New variable.
1873         (sql-product-interactive): Use it.
1875 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
1877         * frameset.el (frameset--jump-to-register): Check that buffer is live
1878         (bug#16749).
1880 2014-02-15  Glenn Morris  <rgm@gnu.org>
1882         * info.el (info-initialize): Revert 2014-01-10 change.
1884 2014-02-14  Glenn Morris  <rgm@gnu.org>
1886         * replace.el (map-query-replace-regexp)
1887         (read-regexp-defaults-function, read-regexp): Doc fixes.
1889         * dired.el (dired-read-regexp):
1890         * faces.el (list-faces-display):
1891         * misearch.el (multi-isearch-read-matching-buffers)
1892         (multi-isearch-read-matching-files):
1893         * play/cookie1.el (cookie-apropos):
1894         * progmodes/grep.el (grep-read-regexp): Doc fixes.
1896         * textmodes/remember.el (remember): Use frameset-to-register
1897         rather than frame-configuration-to-register.
1899 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
1901         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
1902         incorrect keybinding.
1904 2014-02-13  Daniel Colascione  <dancol@dancol.org>
1906         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
1907         when adding overlays so that line numbers from compiler match line
1908         numbers we use.
1910 2014-02-13  Glenn Morris  <rgm@gnu.org>
1912         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
1914         * jit-lock.el (jit-lock-mode): Doc fix.
1916 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
1918         * apropos.el (apropos-read-pattern): When the user passes an empty
1919         string, give a more helpful error message than "Wrong type
1920         argument: stringp, nil".
1922 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
1926 2014-02-13  Glenn Morris  <rgm@gnu.org>
1928         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
1930 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
1933         shift-select commands.
1935 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
1937         * progmodes/js.el (js-indent-line): Don't widen.
1938         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
1940 2014-02-12  Glenn Morris  <rgm@gnu.org>
1942         * icomplete.el (icomplete): Add info-link to defgroup.
1943         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
1944         (icomplete-minibuffer-map, icomplete-mode)
1945         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
1947         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
1948         (package-menu-filter): Rename from package-menu-filter-interactive.
1949         Doc fix.
1951 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
1953         * frameset.el (frameset--jump-to-register): Select the required
1954         window and buffer before restoring position (bug#16696).
1956 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1958         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
1960 2014-02-10  Glenn Morris  <rgm@gnu.org>
1962         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
1964 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
1966         * w32-common-fns.el (x-get-selection): Doc fix.
1967         * select.el (x-get-selection): Doc fix.  (Bug#15109)
1969         * face-remap.el (face-remap-add-relative)
1970         (face-remap-remove-relative, face-remap-reset-base)
1971         (face-remap-set-base): Call force-mode-line-update to redisplay
1972         the current buffer due to potential change in faces.  (Bug#16709)
1974 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
1976         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
1977         script more robustly.
1979 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1981         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
1983         * simple.el (choose-completion): Doc fix (bug#14160).
1985         * subr.el (event-start): Say what a nil EVENT value means.
1987         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
1988         (bug#14197).
1990         * progmodes/grep.el (find-program): Doc fix (bug#14289).
1992         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
1994         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
1996         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
1997         predicate function (bug#15455).
1999 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
2001         * ielm.el (inferior-emacs-lisp-mode): Instead of
2002         `comment-use-global-state', set `comment-use-syntax'.
2004 2014-02-10  Glenn Morris  <rgm@gnu.org>
2006         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2008 2014-02-09  Alan Mackenzie  <acm@muc.de>
2010         Fix c-invalidate-state-cache on narrowed buffers.
2011         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2012         Widen when setting and clearing the CPP delimiter properties.
2014 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2016         * help.el (describe-bindings): Doc fix (bug#9888).
2018         * files.el (save-buffer): Use ARG as the parameter name for
2019         consistency (bug#10346).
2020         (save-buffer): Clarify the 0 argument (bug#10346).
2022         * cus-edit.el (customize-apropos): Fix error string.
2023         (custom-buffer-create): Doc fix (bug#11122).
2024         (custom-sort-items): Doc fix (bug#11121).
2026         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2028         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2029         (icomplete-simple-completing-p): Mention the previous variable.
2031         * font-lock.el (font-lock-value-in-major-mode): Clarify the
2032         meaning of the parameter (bug#12282).
2034         * files.el (find-file-noselect): Clarify prompt when changing
2035         readedness (bug#13261).
2036         (locate-file): Suffixes aren't returned, so don't say that they
2037         are (bug#12674).
2038         (backup-inhibited): Doc clarification (bug#12525).
2040         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2041         before we actually start to delete things (bug#16331).
2043         * subr.el (event-start): Doc fix (bug#14228).
2044         (event-end): Ditto.
2046 2014-02-09  Glenn Morris  <rgm@gnu.org>
2048         * emacs-lisp/warnings.el (lwarn):
2049         Empower help-enable-auto-load.  (Bug#15940)
2051 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
2053         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2054         (Bug#16690)
2056 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
2058         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2059         Insert output at end of buffer.  (Bug#16120)
2061 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2063         * simple.el (choose-completion-string-functions): Document new
2064         calling convention (bug#14153).
2065         (execute-extended-command): Clarify doc string (bug#13373).
2067         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2069         * find-dired.el (find-name-dired): Doc fix (bug#14290).
2070         (find-grep-dired): Doc fix (bug#14288).
2072 2014-02-08  Juri Linkov  <juri@jurta.org>
2074         * isearch.el (isearch-quote-char): Check character validity
2075         like in `quoted-insert' (bug#16677).
2077 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2079         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2081         * isearch.el (isearch-hide-immediately): Doc clarification
2082         (bug#14723).
2084         * simple.el (line-move): Document utility function used many
2085         places in the Emacs sources (bug#14843).
2087         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2088         (dired-prev-marked-file): Doc fix (bug#14855).
2089         (dired-up-directory): Doc fix (bug#14848).
2091         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2093         * files.el (file-relative-name): Doc fix (bug#15159).
2095         * fringe.el (fringe-styles): Doc fix (bug#15239).
2097         * isearch.el (isearch-filter-predicate): Documentation typo fix
2098         (bug#15474).
2100         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2102         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2104         * replace.el (replace-match-maybe-edit): Doc clarification
2105         (bug#15632).
2107         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2109         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2111 2014-02-08  Glenn Morris  <rgm@gnu.org>
2113         * help-fns.el (describe-variable):
2114         Check {file,dir}-local-variables-alist, and buffer-file-name,
2115         in the correct buffer.
2117 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
2119         * help-fns.el (describe-variable): Fix the case where
2120         a value is directory-local with no dir-locals file.  (Bug#16635)
2122 2014-02-08  Glenn Morris  <rgm@gnu.org>
2124         * abbrev.el (edit-abbrevs-mode):
2125         Derive from fundamental-mode.  (Bug#16682)
2127 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
2129         * simple.el (quoted-insert): Check character validity (bug#16677).
2131 2014-02-07  Juri Linkov  <juri@jurta.org>
2133         * desktop.el (desktop-read): Claim the lock when the owner is not
2134         the current process.  (Bug#16157)
2136 2014-02-07  Juri Linkov  <juri@jurta.org>
2138         * desktop.el (desktop-buffers-not-to-save): Change default from nil
2139         to "\\` ".  (Bug#16651)
2141 2014-02-07  Juri Linkov  <juri@jurta.org>
2143         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2144         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2145         (desktop-auto-save-cancel-timer): New function with some code from
2146         `desktop-auto-save-set-timer'.
2147         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2148         Instead of setting `desktop-save-mode' to nil, call
2149         `desktop-save-mode' with arg 0.  (Bug#16630)
2151 2014-02-07  Glenn Morris  <rgm@gnu.org>
2153         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2154         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2155         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2157         * obsolete/iswitchb.el: Move to obsolete/.
2158         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2159         since obsolete/ is not scanned for autoloads.
2160         * emacs-lisp/authors.el (authors-valid-file-names):
2161         Add iswitchb.el.
2163         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2164         Disable now non-functional find-file-hook.
2166 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
2168         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2169         instead of ";" in order to avoid additional prompts.  Let heredoc
2170         scripts read from tty.  (Bug#16582)
2171         (tramp-send-command): No special handling of heredocs, it isn't
2172         necessary anymore.
2174 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2177         with a space (bug#16664).  Limit the symbols considered to the ones
2178         that are bound or fbound (bug#16646).
2180 2014-02-06  Glenn Morris  <rgm@gnu.org>
2182         * epa.el (epa-mail-aliases): Doc fix.
2184 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
2186         * emacs-lisp/lisp.el (lisp-completion-at-point):
2187         Use `completion-table-merge' instead of `completion-table-in-turn'
2188         (bug#16604).
2190         * minibuffer.el (completion-table-merge): New function.
2192 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
2194         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2195         (tramp-sh-handle-set-file-acl)
2196         (tramp-sh-handle-start-file-process)
2197         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2198         (tramp-find-executable, tramp-send-command): Use it.
2200 2014-02-05  Glenn Morris  <rgm@gnu.org>
2202         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
2204 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2206         * progmodes/python.el (python-shell-send-string)
2207         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2209 2014-02-04  Anders Lindgren  <andlind@gmail.com>
2211         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2212         the names (bug#16620).
2214 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
2216         * faces.el (window-divider): New default value.  Rewrite doc-string.
2217         (window-divider-first-pixel, window-divider-last-pixel): New faces.
2219 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
2221         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2222         `protected' and `public' can also be called without arguments.
2224 2014-02-03  Glenn Morris  <rgm@gnu.org>
2226         * register.el (window-configuration-to-register)
2227         (frame-configuration-to-register): Unadvertise unused argument.
2228         * frameset.el (frameset-to-register): Remove unused argument.
2230         * frameset.el (frameset-to-register):
2231         * kmacro.el (kmacro-to-register):
2232         * register.el (increment-register):
2233         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2234         (calc-append-to-register, calc-prepend-to-register):
2235         * play/gametree.el (gametree-layout-to-register)
2236         (gametree-apply-register-layout):
2237         * textmodes/picture.el (picture-clear-rectangle-to-register)
2238         (picture-yank-rectangle-from-register):
2239         * vc/emerge.el (emerge-combine-versions-register):
2240         Use register-read-with-preview to read registers.
2242 2014-02-03  João Távora  <joaotavora@gmail.com>
2244         * elec-pair.el (electric-pair-backward-delete-char): Don't error
2245         when at beginning of (possibly narrowed) buffer.
2247 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2249         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2250         Also try to display local help from just before point.
2252 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
2254         c-parse-state.  Don't "append-lower-brace-pair" in certain
2255         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
2256         recognised as a comment.
2258         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2259         as well as normal comment starter.
2260         (c-parse-state-get-strategy): Extra return possibility
2261         'back-and-forward.
2262         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2263         return value list to indicate replacement of a brace-pair cons
2264         with its car.
2265         (c-parse-state-1): With 'back-and-forward, only call
2266         c-append-lower-brace-pair-to state-cache when cons-separated.
2268 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
2270         * term/ns-win.el (ns-suspend-error): New function.
2271         (ns-initialize-window-system): Add ns-suspend-error to
2272         suspend-hook (Bug#16612).
2274 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2276         * progmodes/cc-defs.el (c-find-assignment-for-mode):
2277         Make loading cc-mode silent.
2279 2014-02-02  Daniel Colascione  <dancol@dancol.org>
2281         * comint.el (comint-prompt-read-only): Change doc to suggest
2282         remap keybinding.
2284 2014-02-02  Glenn Morris  <rgm@gnu.org>
2286         * register.el (register-read-with-preview, point-to-register)
2287         (window-configuration-to-register, frame-configuration-to-register)
2288         (jump-to-register, number-to-register, view-register, insert-register)
2289         (copy-to-register, append-to-register, prepend-to-register)
2290         (copy-rectangle-to-register): Doc fixes.
2292 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2294         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2295         * emacs-lisp/find-func.el (find-function-C-source): Idem.
2296         * emacs-lisp/nadvice.el (advice--cd*r): New function.
2297         * help-fns.el (describe-function-1): Use it.
2299 2014-02-02  Glenn Morris  <rgm@gnu.org>
2301         * register.el (register-preview-default): New function,
2302         split from register-preview.
2303         (register-preview-function): Rename from register-preview-functions,
2304         make it not a hook.
2305         (register-preview): Use register-preview-function.
2306         (register-read-with-preview): Error on non-character event.  (Bug#16595)
2308 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
2310         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2311         `:' before binary operators (bug#16609).  Don't check for `:'
2312         before `[' and `(', or their syntax status.  A percent literal
2313         can't end with either.
2314         (ruby-font-lock-keywords): For built-ins that require arguments,
2315         check that they're followed by something that looks like argument
2316         (bug#16610).
2318 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2320         * subr.el (butlast): Document what an omitted N means (bug#13437).
2321         (nbutlast): Ditto.
2323 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2325         * net/shr.el (shr-generic): Make into a defsubst to make the stack
2326         depth shallower (bug#16587).
2327         (shr-tag-svg): Respect `shr-inhibit-images'.
2328         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2330 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
2332         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2333         (ruby-smie-grammar): Make "." right-associative.  Make its priority
2334         lower than the ternary and all binary operators.
2335         (ruby-smie-rules): Indent "(" relative to the first non-"."
2336         parent, or the first "." parent at indentation.
2337         Use `ruby-align-chained-calls' for indentation of "." tokens.
2338         (Bug#16593)
2340 2014-01-31  Juri Linkov  <juri@jurta.org>
2342         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2343         from `make-hash-table'.
2345         * textmodes/ispell.el (ispell-init-process): Change message format
2346         to be consistent with other messages.
2348 2014-01-31  Glenn Morris  <rgm@gnu.org>
2350         * delsel.el (delete-selection-mode): Doc fix.
2352         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2353         (trace-function-background): Doc fixes.
2355         * ido.el (ido-use-virtual-buffers): Doc fix.
2356         Reset :version, since the default value has not changed.
2358         * register.el (register-preview-delay, register-read-with-preview):
2359         Doc fixes.
2361         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2362         do not mess with mail-buffer position (fixes 2009-11-03 change).
2363         * progmodes/cc-mode.el (c-submit-bug-report):
2364         Check auto-fill-mode is bound.  (Bug#16592)
2366 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
2368         * startup.el (fancy-splash-image-file): New function,
2369         split from fancy-splash-head.
2370         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2371         so that we are both using the same image.  (Bug#16574)
2373 2014-01-30  Glenn Morris  <rgm@gnu.org>
2375         * simple.el (eval-expression): Doc fix.
2377         * hexl.el (hexl-mode-hook):
2378         * ielm.el (ielm-mode-hook):
2379         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2380         (lisp-interaction-mode-hook):
2381         * progmodes/cfengine.el (cfengine3-documentation-function):
2382         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2384 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2386         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2387         is a symbol (bug#16584).
2389 2014-01-30  Glenn Morris  <rgm@gnu.org>
2391         * help.el (help-for-help-internal): Add "P" to text.
2393 2014-01-29  Glenn Morris  <rgm@gnu.org>
2395         * simple.el (just-one-space, cycle-spacing): Doc fixes.
2397 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
2399         * window.el (fit-frame-to-buffer): Fix calculations for margins and
2400         height constraints.
2402 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
2404         * progmodes/hideif.el: Extend to full CPP expression syntax.
2405         (hif-token-alist): Add missing tokens.
2406         (hif-token-regexp): Add support for float/octal/hex immediates.
2407         (hif-string-literal-regexp): New const.
2408         (hif-tokenize): Recognize strings and float/octal/hex immediates.
2409         (hif-exprlist): New function.
2410         (hif-parse-if-exp): Use it.
2411         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2412         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2413         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2414         (hif-logxor, hif-comma): New functions.
2416 2014-01-28  Glenn Morris  <rgm@gnu.org>
2418         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2420         * indent.el (tab-stop-list): Doc fix.  Add :version.
2422         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2423         (cvs-append-to-ignore): Add compatibility alias.
2425 2014-01-27  Glenn Morris  <rgm@gnu.org>
2427         * dired.el (dired-hide-details-mode): Don't autoload it,
2428         since it cannot be used outside Dired buffers anyway.
2430         * emulation/cua-base.el (cua-mode): Doc fix.
2432         * dired.el (dired-hide-details-hide-symlink-targets)
2433         (dired-hide-details-hide-information-lines)
2434         (dired-hide-details-mode): Doc fixes.
2436         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2437         * strokes.el (strokes-file): Doc fix.  Bump :version.
2438         (strokes-help): Doc fix.
2439         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2440         * emulation/viper.el (viper): Doc fix for custom group.
2441         (top-level): Remove oh-so-no-longer-relevant text about vip.
2442         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2444         * ido.el (ido-save-directory-list-file):
2445         * saveplace.el (save-place-file):
2446         * calendar/timeclock.el (timeclock-file):
2447         * net/quickurl.el (quickurl-url-file):
2448         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2449         * progmodes/idlwave.el (idlwave-config-directory):
2450         * textmodes/remember.el (remember-data-file):
2451         Bump :version.
2453 2014-01-26  Glenn Morris  <rgm@gnu.org>
2455         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2456         Doc fix.  Make obsolete.
2457         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2459         * sort.el (delete-duplicate-lines): Doc fix.
2461 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2463         * progmodes/ada-mode.el (ada):
2464         * woman.el (woman): Link to info manual and Commentary section.
2466         * progmodes/flymake.el (flymake):
2467         * nxml/nxml-mode.el (nxml):
2468         * net/eww.el (eww):
2469         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2470         * htmlfontify.el (htmlfontify):
2471         * ses.el (ses):
2472         * epa.el (epa):
2473         * ido.el (ido): Link to info manual.
2475 2014-01-25  Leo Liu  <sdl.web@gmail.com>
2477         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2479 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
2481         * net/shr.el (shr-tag-img): Prefer the title over the alt text
2482         (bug#16537).
2484 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
2486         * net/eww.el (eww-download-callback):
2487         Fix reference to eww-download-directory.
2489         * emacs-lisp/bytecomp.el (byte-compile-file):
2490         Remove unused local variable `file-name'.
2492 2014-01-24  Glenn Morris  <rgm@gnu.org>
2494         * woman.el (woman-default-faces, woman-monochrome-faces):
2495         Fix obsolescence specification.
2497         * subr.el (with-demoted-errors): Doc fix.
2499 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2501         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2502         (cl--macroexp-fboundp): New function.
2503         (cl--make-type-test): Use it.
2505 2014-01-23  Glenn Morris  <rgm@gnu.org>
2507         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2508         * simple.el (eval-expression): Doc fixes.
2510 2014-01-22  Glenn Morris  <rgm@gnu.org>
2512         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2514 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * emacs-lisp/package.el: Write files silently.
2517         (package-autoload-ensure-default-file, package--write-file-no-coding)
2518         (package-generate-description-file, package--download-one-archive)
2519         (package-install-from-archive): Tell `write-region' to stay quiet.
2520         (package-menu-mode, package-menu--print-info): Omit the Archive column
2521         if there's only one archive.
2522         (package-all-keywords, package--has-keyword-p): Remove dead code.
2524 2014-01-22  Glenn Morris  <rgm@gnu.org>
2526         * version.el (emacs-bzr-version-bzr): Fix typo.
2528         * version.el (emacs-repository-get-version):
2529         Check either .bzr or .git, but not both.
2530         Make the git case actually use the DIR argument, and return nil
2531         rather than the empty string.
2532         Avoid error if .git exists but the git executable is not found.
2534 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
2536         Fixes in window size functions around Bug#16430 and Bug#16470.
2537         * window.el (window-total-size, window-size): New argument ROUND.
2538         (window--min-delta-1, window-min-delta, window--max-delta-1):
2539         Be more conservative when calculating the numbers of lines or
2540         columns a window can shrink (Bug#16430).
2541         (fit-window-to-buffer): Simplify code.
2542         * term.el (term-window-width): Call window-body-width again.
2544 2014-01-22  Glenn Morris  <rgm@gnu.org>
2546         * image.el (image-format-suffixes): Doc fix.
2548         * international/quail.el (quail-define-package): Doc fix.
2550         * emacs-lisp/authors.el (authors-valid-file-names)
2551         (authors-renamed-files-alist): Additions.
2553         * vc/vc-git.el (vc-git-print-log): Remove --follow;
2554         reverts 2014-01-09 change.  (Bug#16422)
2556         * calc/calc-embed.el (thing-at-point-looking-at):
2557         * emacs-lisp/map-ynp.el (x-popup-dialog):
2558         * obsolete/lmenu.el (x-popup-dialog):
2559         * emacs-lisp/package.el (url-recreate-url):
2560         * mail/mailclient.el (clipboard-kill-ring-save):
2561         * subr.el (x-popup-dialog): Update declaration.
2562         * mail/rmail.el (rmail-mime-message-p):
2563         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2565 2014-01-21  Daniel Colascione  <dancol@dancol.org>
2567         * progmodes/sh-script.el (sh--inside-noncommand-expression):
2568         Correctly detect when we're inside an arithmetic expansion form
2569         containing nested parenthesis.
2570         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2571         to detect cases where we shouldn't expand "<<" to a heredoc
2572         skeleton.
2574 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2577         (eldoc--message-command-p): New function.
2578         (eldoc-display-message-p): Use it.
2579         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2580         message is not automatically erased for us.
2581         (eldoc-print-current-symbol-info): Erase previous message, if any.
2583 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
2585         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2586         specify it's an interactive function.
2588         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2589         Fix regex used for scanning for citation keys which failed for
2590         citations with optional arguments.
2592 2014-01-21  Leo Liu  <sdl.web@gmail.com>
2594         * simple.el (read--expression): Don't enable eldoc-mode.
2596 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2598         * simple.el (move-beginning-of-line): Make sure we don't move forward
2599         (bug#16497).
2601 2014-01-20  Juri Linkov  <juri@jurta.org>
2603         * saveplace.el (toggle-save-place, save-place-to-alist)
2604         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2605         'dired-mode) before checking for dired-directory.  (Bug#16477)
2607 2014-01-20  Juri Linkov  <juri@jurta.org>
2609         * indent.el (indent-line-to): Use backward-to-indentation
2610         instead of back-to-indentation.  (Bug#16461)
2612 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2614         Revert some of the CANNOT_DUMP fix (Bug#16494).
2615         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2616         but fixing this can wait until after the next release.
2617         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2619 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
2621         * eshell/esh-mode.el (eshell-password-prompt-regexp):
2622         Use `password-word-equivalents'.
2623         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
2624         to t.  (Bug#5664, Bug#13124)
2626 2014-01-19  Alan Mackenzie  <acm@muc.de>
2628         Bind open-paren-in-column-0-is-defun-start to nil at some entry
2629         points.
2630         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
2631         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
2632         * progmodes/cc-mode.el (c-before-change, c-after-change)
2633         (c-font-lock-fontify-region): Bind it here.
2635 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
2637         * term.el (term-window-width): Call window-text-width instead of
2638         window-width (Bug#16470).
2640 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2642         * simple.el (password-word-equivalents): Remove duplicates.
2643         Sort, to make this easier next time.
2644         Downcase.  Omit ": " after "jelszó".
2646 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
2648         * term/common-win.el (saved-region-selection): Defvar it.
2649         (x-select-text): Set saved-region-selection (Bug#16382).
2651 2014-01-18  Glenn Morris  <rgm@gnu.org>
2653         * emacs-lisp/authors.el (authors-aliases)
2654         (authors-renamed-files-alist): Add some entries.
2656 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
2658         * net/tramp.el (tramp-password-prompt-regexp):
2659         Use `password-word-equivalents' if available.
2660         (tramp-action-password, tramp-process-one-action)
2661         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
2663 2014-01-17  Chong Yidong  <cyd@gnu.org>
2665         * simple.el (password-word-equivalents): New defcustom.
2666         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
2667         to 24.4.
2668         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
2669         to t.  (Bug#13124)
2671 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
2673         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
2674         (ruby-align-to-stmt-keywords): Change the default value.
2675         Use `ruby-alignable-keywords' to generate the possible customization
2676         choices.
2677         (ruby-smie-rules): Instead of using a hardcoded list of alignable
2678         keywords, check against the value of `ruby-alignable-keywords'
2679         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
2681 2014-01-17  Glenn Morris  <rgm@gnu.org>
2683         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
2685         Make M-x authors return zero *Authors Errors* from current logs.
2686         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
2687         (authors-ignored-files): Add some entries, remove others.
2688         (authors-ambiguous-files, authors-valid-file-names):
2689         Add some entries.
2690         (authors-renamed-files-alist): Add, remove, and adjust entries.
2691         (authors-renamed-files-regexps): Add some entries.
2692         Remove some very broad ones.  Make some entries `lax'.
2693         (authors-lax-changelogs): New constant.
2694         (authors-disambiguate-file-name): Treat top-level specially.
2695         (authors-lax-changelog-p): New function.
2696         (authors-canonical-file-name): Check file as written against
2697         authors-valid-file-names.  Do not special-case etc/.
2698         Handle `lax' logs and authors-renamed-files-regexps elements.
2700 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
2702         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
2703         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
2704         callers.
2706 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2708         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
2709         Assume we're already in the proper buffer.
2710         Inspired by Anders Lindgren <andlind@gmail.com>.
2711         (follow-post-command-hook): Call it from the right buffer.
2712         (follow-comint-scroll-to-bottom): Adjust call.
2713         (follow-all-followers): Use get-buffer-window-list.
2715 2014-01-15  Daniel Colascione  <dancol@dancol.org>
2717         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
2718         `buffer-file-name' in interactive-form so that we don't leave
2719         pathless file names in `file-name-history'.
2721 2014-01-15  Juri Linkov  <juri@jurta.org>
2723         * indent.el (indent-rigidly): Set deactivate-mark to nil
2724         in transient indentation mode.  (Bug#16438)
2726 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
2728         * emacs-lisp/package.el (package-desc-keywords): New function
2729         (Bug#16222).
2730         (describe-package-1, package-all-keywords)
2731         (package--has-keyword-p): Use it.
2733 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
2735         * simple.el (define-alternatives): When creating the
2736         COMMAND-alternatives variable, assign COMMAND as its definition
2737         name so that `describe-variable' can relocate it.
2739 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
2741         * font-lock.el (font-lock-keywords): Fix typo in docstring
2742         (bug#16307).
2744 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2746         * ispell.el (ispell-region): Reset `in-comment' for new line
2747         instead of wrongly reset `add-coment' (bug#13577).
2749 2014-01-14  Daiki Ueno  <ueno@gnu.org>
2751         * epa-file.el (epa-file-write-region): Encode the region according
2752         to `buffer-file-format'.  Problem reported at:
2753         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
2755 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2757         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
2758         so it applies in the right buffer (bug#16410).
2760 2014-01-13  Daniel Colascione  <dancol@dancol.org>
2762         * textmodes/rst.el (rst-define-key): Provide deprecated
2763         keybindings through named functions instead of anonymous ones so
2764         that "??" doesn't appear in describe-mode output.
2766 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2768         * simple.el (define-alternatives): Call the selected command
2769         interactively.  When setting `COMMAND--implementation' for the
2770         first time, tell the user how to chose another implementation.
2771         Enhance the docstring.
2773 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2775         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
2776         (log-edit--match-first-line): New function.
2777         (log-edit-font-lock-keywords): Use it.
2778         (log-edit-mode): Make jit-lock-defer-multiline work.
2780 2014-01-13  Bastien Guerry  <bzg@gnu.org>
2782         * rect.el (rectangle-mark-mode): When the region is not active,
2783         display a message saying that the mark as been set and that
2784         rectangle mode is in use.
2785         (rectangle--highlight-for-redisplay): Only put an overlay with a
2786         visible vertical bar when (display-graphic-p) is non-nil.
2787         This partially fixes Bug#16403.
2789 2014-01-13  Juri Linkov  <juri@jurta.org>
2791         * info.el (Info-find-file): Go to DIR before displaying the error
2792         about a nonexistent file if no previous Info file is visited.
2793         Use `user-error' instead of `error' for "Info file %s does not exist".
2794         (Info-find-node-2): In case of a nonexistent node in unwind forms
2795         go to the Top node if there is no previous node to revert to.
2796         (Bug#16405)
2798 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
2800         fit-frame/window-to-buffer code fixes including one for Bug#14096.
2801         * window.el (fit-frame-to-buffer): Fix doc-string.
2802         Respect window-min-height/-width.  Fit pixelwise when
2803         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
2804         when avoiding that frame goes partially off-screen.
2805         (fit-window-to-buffer): Respect window-min-height/-width
2806         (Bug#14096).
2808 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2810         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
2811         after an empty line.
2813 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * net/shr.el (shr-render-region): Autoload.
2817 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
2819         * net/eww.el (eww-download-directory): Rename from
2820         `eww-download-path' (Bug#16419).
2822 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2824         * dired-x.el (dired-mode-map): Fix last change.
2826         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
2828 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
2830         Spelling fixes.
2831         * emacs-lisp/generic.el (generic--normalize-comments):
2832         Rename from generic--normalise-comments.  All uses changed.
2833         * play/bubbles.el (bubbles--neighborhood-score)
2834         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
2835         (bubbles--neighborhood-available)
2836         (bubbles--update-neighborhood-score):
2837         Rename from names with 'neighbourhood'.  All uses changed.
2839 2014-01-12  Leo Liu  <sdl.web@gmail.com>
2841         Re-implement the feature of showing eldoc info after editing.
2842         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
2843         (eldoc-edit-message-commands): New function.
2844         (eldoc-print-after-edit): New variable.
2845         (eldoc-pre-command-refresh-echo-area): Emit message only by
2846         eldoc-message-commands.
2847         (eldoc-mode): Restrict eldoc-message-commands to editing commands
2848         if eldoc-print-after-edit is set.  (Bug#16346)
2849         * simple.el (read--expression): Enable eldoc-mode.
2850         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
2852 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
2853             Eric S. Raymond  <esr@thyrsus.com>
2855         * version.el (emacs-repository-get-version): Enhance so the
2856         function works correctly in either a Bazaar or Git repo.
2858 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
2860         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
2861         Goes with removal of the joke manpages from /etc.
2863 2014-01-10  Kenichi Handa  <handa@gnu.org>
2865         * mail/rmail.el (rmail-get-coding-system):
2866         Check rmail-get-coding-function before "funcall"ing it.
2868 2014-01-10  Glenn Morris  <rgm@gnu.org>
2870         * emacs-lisp/authors.el (authors-fixed-entries):
2871         Update for files that no longer exist.
2873 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
2875         * version.el (emacs-bzr-get-version): Restore compatibilty with
2876         24.3 (Tested).
2878 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
2880         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
2881         and Podfile.
2883 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
2885         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
2887 2014-01-10  Chong Yidong  <cyd@gnu.org>
2889         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
2891 2014-01-10  Anders Lindgren  <andlind@gmail.com>
2893         * follow.el (follow-cache-command-list): Include right-char and
2894         left-char.
2896 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
2898         Spelling fixes.
2899         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
2900         * woman.el (woman-mark-horizontal-position):
2901         Rename from woman-mark-horizonal-position.  Use changed.
2903 2014-01-10  Glenn Morris  <rgm@gnu.org>
2905         * info.el (info-initialize): If running uninstalled, ensure our
2906         own info files are always found first, even if INFOPATH is set.
2908         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
2910 2014-01-09  David Engster  <deng@randomsample.de>
2912         * emacs-lisp/eieio-custom.el:
2913         * emacs-lisp/eieio-opt.el: Set generated autoload file to
2914         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
2915         * emacs-lisp/eieio.el: Regenerate autoloads.
2917 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
2919         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
2920         following renames.  (Bug#8756)
2922 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
2925         (bug#16382).
2926         (activate-mark): Add `no-tmm' argument.
2927         (set-mark, push-mark-command): Use it instead of running
2928         activate-mark-hook by hand.
2930 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
2932         In preparation for the move to git, sanitize out some
2933         Bazaar-specific names.
2935         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
2937         * version.el (emacs-bzr-version): Name changed to
2938         emacs-repository-version.  Obsolete-variable alias made.
2939         * loadup.el: Follow through on this name change.
2940         * mail/emacsbug.el (report-emacs-bug): Factor out any
2941         assumption about the version control system in use.
2943 2014-01-08  David Engster  <deng@randomsample.de>
2945         * help-fns.el (help-fns-describe-function-functions):
2946         New variable to call functions for augmenting help buffers.
2947         (describe-function-1): Remove explicit calls to
2948         `help-fns--compiler-macro', `help-fns--parent-mode' and
2949         `help-fns--obsolete'.  Put them in above new variable instead, and
2950         call them through `run-hook-with-args'.
2951         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
2952         `eieio-describe-class'.  Not meant for interactive use anymore,
2953         but to augment existing help buffers.  Remove optional second
2954         argument.  Create proper button for file location.
2955         Rewrite function to use `insert' instead of `princ' and `prin1' where
2956         possible.
2957         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
2958         (eieio-method-def, eieio-class-def): Move further up.
2959         (describe-method, describe-generic, eieio-describe-method):
2960         Remove aliases.
2961         (eieio-help-constructor, eieio-help-generic): Rename from
2962         `eieio-describe-constructor' and `eieio-describe-generic', resp.
2963         Rewrite to use `insert' in the current buffer and use proper help
2964         buttons.
2965         (eieio-help-find-method-definition)
2966         (eieio-help-find-class-definition): Also accept symbols as
2967         arguments.
2968         (eieio-help-mode-augmentation-maybee): Remove.
2969         (eieio-describe-class-sb): Use `describe-function'.
2970         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
2971         Add `eieio-help-generic' and `eieio-help-constructor'.
2973 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
2975         Spelling fixes.
2976         * language/china-util.el (hz-ascii-designation):
2977         Rename from hz-ascii-designnation.
2978         (hz-ascii-designation): Rename from hz-ascii-designnation.
2979         All uses changed.
2981 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
2984         package-alist.
2986 2014-01-08  Bastien Guerry  <bzg@gnu.org>
2988         * emacs-lisp/package.el (package-delete):
2989         Correctly delete the package from package-alist.
2991 2014-01-08  Daiki Ueno  <ueno@gnu.org>
2993         * emacs-lisp/package.el (url-recreate-url): Declare.
2994         (url-http-target-url): Declare.
2995         (package-handle-response): Include requested URL in the error message.
2996         (package--check-signature): Don't re-signal errors from
2997         package--with-work-buffer.  Suggested by Stefan Monnier.
2999 2014-01-07  Bastien Guerry  <bzg@gnu.org>
3001         * minibuffer.el (completion--try-word-completion): When both a
3002         hyphen and a space are possible candidates for the character
3003         following a word, display both candidates.  (Bug#15980)
3005 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
3007         * window.el (balance-windows-2): While rounding don't give a
3008         window more than the remainder.  Bug#16351, bug#16383.
3010 2014-01-07  Glenn Morris  <rgm@gnu.org>
3012         * menu-bar.el (menu-bar-help-extra-packages): Remove.
3013         (menu-bar-help-menu): Use view-external-packages instead.
3015 2014-01-07  Bastien Guerry  <bzg@gnu.org>
3017         * emacs-lisp/package.el (package-delete): Also delete the package
3018         name from `package-alist', not its description only.
3020 2014-01-07  Glenn Morris  <rgm@gnu.org>
3022         * help.el (view-external-packages):
3023         * menu-bar.el (menu-bar-help-extra-packages):
3024         Visit efaq.info rather than etc/MORE.STUFF.
3026 2014-01-07  Juri Linkov  <juri@jurta.org>
3028         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3029         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
3031         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3032         that shadows RET.  (Bug#16342)
3034 2014-01-07  Chong Yidong  <cyd@gnu.org>
3036         * isearch.el (isearch-yank-char, isearch-yank-word)
3037         (isearch-yank-line): Doc fix.
3039 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3042         * emacs-lisp/elint.el (elint-find-builtins):
3043         * emacs-lisp/eldoc.el (eldoc-symbol-function):
3044         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3045         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3046         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3047         * apropos.el (apropos-safe-documentation):
3048         * subr.el (symbol-file): Remove redundant fboundp.
3049         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3051 2014-01-06  Bastien Guerry  <bzg@gnu.org>
3053         * hl-line.el (global-hl-line-overlay): Make a local variable.
3054         (global-hl-line-overlays): New variable to store all overlays.
3055         (global-hl-line-mode): Don't delete overlays from the current
3056         buffer when `global-hl-line-sticky-flag' is non-nil.
3057         (global-hl-line-highlight): Add new overlays to
3058         `global-hl-line-overlays'.
3059         (global-hl-line-unhighlight-all): New function to delete all
3060         overlays when turning off `global-hl-line-mode'.
3061         This fixes Bug#16183.
3063 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3065         * subr.el (set-transient-map): Fix nested case and docstring.
3067 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
3069         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3070         `Texinfo' entry.
3072 2014-01-06  Daniel Colascione  <dancol@dancol.org>
3074         Fix defun navigation in vc log view.
3076         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3077         like `beginning-of-defun'.
3078         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3079         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
3080         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3081         (log-view-extract-comment): Call `log-view-current-entry' directly
3082         instead of relying on broken `log-view-beginning-of-defun' behavior.
3084 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
3086         Spelling fixes.
3087         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3088         * emacs-lisp/debug.el (cancel-debug-on-entry):
3089         * epg.el (epg-error-to-string):
3090         * files.el (recover-file):
3091         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3092         * mail/emacsbug.el (report-emacs-bug-hook):
3093         * mail/sendmail.el (mail-recover):
3094         * ses.el (ses-yank-resize):
3095         * term/ns-win.el (ns-print-buffer):
3096         Spelling fixes in diagnostics, mostly for "canceled" with one L.
3097         * epg.el (epg-key-capability-alist): Rename from misspelled version.
3098         All uses changed.
3099         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3101 2014-01-06  Leo Liu  <sdl.web@gmail.com>
3103         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3104         to avoid shadowing global key.  (Bug#16354)
3106 2014-01-06  Daniel Colascione  <dancol@dancol.org>
3108         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3109         rst-mode.
3111 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
3113         * window.el (balance-windows): Add mising t to fix Bug#16351.
3115 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3118         (bug#16285).
3119         (shr-insert): If we have a word that's longer than `shr-width',
3120         break after it anyway.  Otherwise we'll do no breaking once we get
3121         such a long word.
3123 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3125         * net/eww.el (eww): Support single/double quote for search.
3126         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3127         (eww-history-quit): Delete and use quit-window.
3128         (eww-history-kill): Delete, because it doesn't work well and
3129         not necessary.
3130         (eww-history-mode-map): Delete some keys and add easy-menu.
3132 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
3134         Fix misspelling of 'chinese' in rx (Bug#16237).
3135         * emacs-lisp/rx.el (rx-categories): Correct spelling of
3136         chinese-two-byte.
3138         Change subword regexps back to vars (Bug#16296).
3139         * progmodes/subword.el (subword-forward-regexp)
3140         (subword-backward-regexp): Change these back to variables.
3142 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3144         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3145         syntax-begin-function (bug#16247).
3147 2014-01-03  Chong Yidong  <cyd@gnu.org>
3149         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3150         (advice--docstring): Delete variable.
3151         (advice--make-1): Leave the docstring empty.
3152         (advice-add): Use function-documentation for advised docstring.
3154         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3155         Ignore function-documentation property when getting documentation.
3156         (ad-activate-advised-definition): Use function-documentation
3157         generate the docstring.
3158         (ad-make-advised-definition): Don't call
3159         ad-make-advised-definition-docstring.
3160         (ad-make-advised-definition-docstring, ad-advised-definition-p):
3161         Delete functions.
3163         * progmodes/sql.el (sql-help): Use function-documentation instead
3164         of dynamic-docstring-function property.  No need to autoload now.
3165         (sql--help-docstring): New variable.
3166         (sql--make-help-docstring): Use it.
3168 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3170         * ielm.el (ielm-tab): Retarget.
3171         (ielm-map): Use ielm-tab for tab.
3172         (ielm-complete-filename): Use comint-filename-completion.
3173         (ielm-complete-symbol): Remove.
3174         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3175         remove ielm-tab from completion-at-point-functions (bug#16224).
3177         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3178         Beware signals raised by predicates (bug#16201).
3180 2014-01-02  Richard Stallman  <rms@gnu.org>
3182         * dired-aux.el (dired-do-print): Handle printer-name.
3184         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3185         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3186         (rmail-epa-decrypt): Turn off mime processing.
3188         * mail/rmail.el (rmail-make-in-reply-to-field):
3189         Add parens in message-id.
3191         * mail/rmail.el (rmail-get-coding-function): Variable.
3192         (rmail-get-coding-system): Use it.
3194 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
3196         * international/mule-conf.el: Unify the charset indian-is13194.
3197         (indian-is13194): Specify unify-map.
3199 2013-12-31  Leo Liu  <sdl.web@gmail.com>
3201         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
3203 2013-12-30  Daniel Colascione  <dancol@dancol.org>
3205         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3206         of printing a useless when we resume from sleep.
3208         * progmodes/sh-script.el
3209         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3210         in indentation code.  (Bug#16233)
3212 2013-12-28  João Távora  <joaotavora@gmail.com>
3214         * elec-pair.el (electric-pair-post-self-insert-function):
3215         Don't open extra newlines at beginning of buffer.  (Bug#16272)
3217 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
3219         * frame.el (window-system-for-display): Don't allow to create a
3220         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
3222 2013-12-28  Glenn Morris  <rgm@gnu.org>
3224         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3225         Update callers.
3227         * apropos.el (apropos-match-face):
3228         * calculator.el (calculator-displayer):
3229         * dabbrev.el (dabbrev-search-these-buffers-only):
3230         * face-remap.el (buffer-face-mode-face):
3231         * simple.el (yank-handled-properties):
3232         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3233         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3234         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3235         (hashcash-double-spend-database):
3236         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3237         (ruby-deep-indent-paren-style):
3238         * textmodes/flyspell.el (flyspell-auto-correct-binding):
3239         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3240         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3241         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3242         Specify custom types.
3244         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3245         * bookmark.el (bookmark-bmenu-use-header-line):
3246         * doc-view.el (doc-view-scale-internally):
3247         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3248         * register.el (register-preview-delay):
3249         * net/shr.el (shr-bullet):
3250         * progmodes/cfengine.el (cfengine-cf-promises)
3251         (cfengine-parameters-indent):
3252         * progmodes/octave.el (inferior-octave-error-regexp-alist):
3253         * textmodes/reftex-vars.el (reftex-label-regexps):
3254         * vc/log-edit.el (log-edit-setup-add-author): Add version.
3256         * net/tls.el (tls-certtool-program): Fix default value.
3258         * desktop.el (desktop-restore-in-current-display):
3259         * newcomment.el (comment-empty-lines):
3260         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3261         (idlwave-pad-keyword):
3262         * progmodes/tcl.el (tcl-tab-always-indent):
3263         * textmodes/reftex-vars.el (reftex-index-default-tag):
3264         * elec-pair.el (electric-pair-skip-whitespace):
3265         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3267         * emacs-lisp/authors.el (authors-ignored-files)
3268         (authors-valid-file-names, authors-renamed-files-alist): Additions.
3270 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
3272         * shell.el (shell-dynamic-complete-command): Doc fix.
3273         (shell--command-completion-data): Shell completion now matches
3274         executable filenames from the current buffer's directory, on
3275         systems in which this behavior is the default (windows-nt, ms-dos).
3277 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3279         * net/shr.el (shr-insert): Don't infloop if the width is zero.
3281 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3284         (bug#16251).
3286         * electric.el: Move all electric-pair-* to elec-pair.el.
3287         * elec-pair.el: New file, split from electric.el.
3289 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
3291         * net/shr.el (shr-find-fill-point): Don't try to fill if the
3292         indentation level is larger than the width, because that will
3293         infloop.
3294         (shr-insert): Fill repeatedly long texts, so that Japanese is
3295         formatted correctly (bug#16263).
3296         (shr-find-fill-point): Off by one error in comparison with the
3297         indentation.
3299 2013-12-26  João Távora  <joaotavora@gmail.com>
3301         * electric.el (electric-pair-mode): More flexible engine for skip-
3302         and inhibit predicates, new options for pairing-related functionality.
3303         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3304         if that keeps or improves their balance in buffers.
3305         (electric-pair-delete-adjacent-pairs): Delete the pair when
3306         backspacing over adjacent matched delimiters.
3307         (electric-pair-open-extra-newline): Open extra newline when
3308         inserting newlines between adjacent matched delimiters.
3309         (electric--sort-post-self-insertion-hook):
3310         Sort post-self-insert-hook according to priority values when
3311         minor-modes are activated.
3312         * simple.el (newline-and-indent): Call newline with interactive
3313         set to t.
3314         (blink-paren-post-self-insert-function): Set priority to 100.
3315         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3316         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3317         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
3318         electric-pair-open-newline-between-pairs to nil.
3320 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3322         * progmodes/python.el: Use lexical-binding.
3323         (python-nav-beginning-of-defun): Stop searching ASAP.
3325 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
3327         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3328         Fix interactive spec.  Doc fix.  (Bug#15754)
3330 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3332         * emacs-lisp/byte-run.el (eval-when-compile):
3333         * progmodes/cc-defs.el (cc-eval-when-compile):
3334         Fix edebug spec (bug#16184).
3336 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3338         * net/shr.el (shr-visit-file): Remove debugging function.
3339         (shr-insert): Don't infloop if we can't find a good place to break
3340         the line (bug#16256).
3342 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3344         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3345         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
3346         python-nav-lisp-forward-sexp-safe.
3347         (python-nav--forward-sexp): New argument SAFE allows switching
3348         forward sexp movement behavior for parens.
3349         (python-nav-forward-sexp): Throw errors on unterminated parens
3350         (Bug#16191).
3351         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3352         (python-nav-backward-sexp-safe): New functions.
3353         (python-shell-buffer-substring):
3354         Use `python-nav-forward-sexp-safe'.
3356 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
3358         * net/shr.el (shr-find-fill-point): Don't break lines before a
3359         quotation mark.
3360         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3361         (shr-find-fill-point): Remove the special checks for the quotation
3362         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3364 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3366         * net/eww.el (eww-form-textarea): Use a different face for
3367         textareas than text input since they have different keymaps
3368         (bug#16142).
3370 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3372         * progmodes/python.el (python-nav-beginning-of-statement):
3373         Speed up (Bug#15295).
3375 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3377         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3378         the window configuration.
3380 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
3382         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3383         we run on MS-Windows or MS-DOS.
3385 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
3387         * window.el (balance-windows-area): Call window-size instead of
3388         window-height and window-width.  Bug#16241.
3390 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
3392         * net/eww.el (eww-bookmark-quit): Remove.
3393         (eww-bookmark-browse): Restore the window configuration when you
3394         choose a bookmark (bug#16144).
3396 2013-12-24  Daniel Colascione  <dancol@dancol.org>
3398         * icomplete.el: Remove redundant :group arguments to `defcustom'
3399         throughout.
3400         (icomplete-show-matches-on-no-input): New customizable variable.
3401         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3402         we have something to show.
3403         (icomplete-exhibit): Compute completions even if we have no user input.
3405 2013-12-23  Daniel Colascione  <dancol@dancol.org>
3407         * icomplete.el: Move `provide' to end of file.
3409 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3411         * net/gnutls.el (gnutls-verify-error): Add version tag.
3413 2013-12-23  Chong Yidong  <cyd@gnu.org>
3415         * subr.el (set-transient-map): Rename from
3416         set-temporary-overlay-map.  Doc fix.
3418         * face-remap.el (text-scale-adjust):
3419         * indent.el (indent-rigidly):
3420         * kmacro.el (kmacro-call-macro):
3421         * minibuffer.el (minibuffer-force-complete):
3422         * repeat.el (repeat):
3423         * simple.el (universal-argument--mode):
3424         * calendar/todo-mode.el (todo-insert-item--next-param):
3425         * progmodes/f90.el (f90-abbrev-start): Callers changed.
3427         * indent.el (indent-rigidly): Use substitute-command-keys.
3429 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3431         * net/eww.el (eww-tag-select): Add text-property to jump to next
3432         select field.
3433         (eww): Add non-supported ftp error.
3435 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3437         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3438         comments.  Handle electric indent after typing `?' and `!'.
3440 2013-12-22  Chong Yidong  <cyd@gnu.org>
3442         * faces.el (face-spec-recalc): If the theme specs are not
3443         applicable to a frame, fall back on the defface spec.
3444         This prevents themes from obliterating faces on low-color terminals.
3446 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3448         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3449         after `{'.  We need it after block openers, and it doesn't seem
3450         to hurt after hash openers.
3452 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3454         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3455         extracted from `ruby-smie-rules'.
3456         (ruby--electric-indent-chars): New variable.
3457         (ruby--electric-indent-p): New function.
3458         (ruby-mode): Use `electric-indent-functions' instead of
3459         `electric-indent-chars'.
3461 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
3463         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3464         docstring.
3465         (ruby-smie-rules): Indent plus one level after `=>'.
3467 2013-12-21  Richard Stallman  <rms@gnu.org>
3469         * simple.el (newline): Doc fix.
3471 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3473         * net/eww.el (eww-list-histories, eww-list-histories)
3474         (eww-history-browse, eww-history-quit, eww-history-kill)
3475         (eww-history-mode-map, eww-history-mode): New command and
3476         functions to list browser histories.
3477         (eww-form-text): Support text form with disabled
3478         and readonly attributes.
3479         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3481 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3483         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3484         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3485         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3486         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3487         Use `user-error'.
3488         (eww-bookmark-mode-map): Add menu.
3489         (eww-render, eww-mode): Use `setq-local'.
3490         (eww-tool-bar-map): New variable.
3491         (eww-mode): Set `tool-bar-map'.
3492         (eww-view-source): Check for `html-mode' with `fboundp'.
3494 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496         * net/shr.el (shr--extract-best-source): Don't bug out on audio
3497         elements with text inside.  Also remove debugging.
3499 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
3501         * cus-start.el (all): Add ns-use-srgb-colorspace.
3503 2013-12-21  Chong Yidong  <cyd@gnu.org>
3505         * custom.el (custom-theme-recalc-face): Do nothing if the face is
3506         undefined.  Thus, theme settings for undefined faces do not take
3507         effect until the faces are defined with defface, the same as with
3508         theme variables.
3510         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3511         (face-spec-reset-face): Don't assign extra properties in temacs.
3512         (face-spec-recalc): Apply X resources too.
3514 2013-12-21  Chong Yidong  <cyd@gnu.org>
3516         * faces.el (face-spec-set):
3517         * cus-face.el (custom-theme-set-faces, custom-set-faces):
3518         * custom.el (defface): Doc fixes (Bug#16203).
3520         * indent.el (indent-rigidly-map): Add docstring, and move commands
3521         into named functions.
3522         (indent-rigidly-left, indent-rigidly-right)
3523         (indent-rigidly-left-to-tab-stop)
3524         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
3525         indentation direction based on bidi direction, and accumulate
3526         sequential commands in a single undo boundary.
3527         (indent-rigidly--pop-undo): New utility function.
3529 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
3531         * faces.el (read-face-name): Require crm.el when using crm-separator.
3533 2013-12-20  Daniel Colascione  <dancol@dancol.org>
3535         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3536         so that we don't reflow comments into the shebang line.
3538 2013-12-20  Juri Linkov  <juri@jurta.org>
3540         * saveplace.el (save-place-to-alist): Add `dired-filename' as
3541         a position when `dired-directory' is non-nil.  Check integer
3542         positions with `integerp'.
3543         (toggle-save-place, save-places-to-alist): Add check for
3544         `dired-directory'.
3545         (save-place-find-file-hook): Check integer positions with
3546         `integerp'.
3547         (save-place-dired-hook): Use `dired-goto-file' when
3548         `dired-filename' is found in the assoc list.  Check integer
3549         positions with `integerp'.
3550         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3552         * dired.el (dired-initial-position-hook): Rename back from
3553         `dired-initial-point-hook'.
3554         (dired-initial-position): Rename `dired-initial-point-hook' to
3555         `dired-initial-position-hook'.
3556         (dired-file-name-at-point): Doc fix.  (Bug#15329)
3558 2013-12-20  Juri Linkov  <juri@jurta.org>
3560         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3561         (read-regexp-suggestions): New function.
3562         (read-regexp): Use `read-regexp-defaults-function' to get default values.
3563         Use `read-regexp-suggestions'.  Add non-empty default to history
3564         for empty input.
3565         (occur-read-regexp-defaults-function): Remove function.
3566         (occur-read-primary-args): Use `regexp-history-last' instead of
3567         `occur-read-regexp-defaults-function'.
3569         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3570         (hi-lock-line-face-buffer, hi-lock-face-buffer)
3571         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3572         `hi-lock-read-regexp-defaults-function'.  Doc fix.
3573         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3574         with `find-tag-default-as-symbol-regexp'.  Doc fix.
3575         (hi-lock-read-regexp-defaults): Remove function.
3576         (hi-lock-regexp-okay): Add check for null.
3578         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3579         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
3581         * subr.el (find-tag-default-as-symbol-regexp): New function.
3582         (find-tag-default-as-regexp): Move symbol regexp formatting to
3583         `find-tag-default-as-symbol-regexp'.
3585 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
3587         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3588         (Bug#14179)
3590 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3592         * calendar/todo-mode.el: New implementation of item insertion
3593         commands and key bindings.
3594         (todo-key-prompt): New face.
3595         (todo-insert-item): New command.
3596         (todo-insert-item--parameters): New defconst, replacing defvar
3597         todo-insertion-commands-args-genlist.
3598         (todo-insert-item--param-key-alist): New defconst, replacing
3599         defvar todo-insertion-commands-arg-key-list.
3600         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3601         (todo-insert-item--argsleft, todo-insert-item--apply-args)
3602         (todo-insert-item--next-param): New functions.
3603         (todo-insert-item--args, todo-insert-item--argleft)
3604         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3605         New variables.
3606         (todo-key-bindings-t): Change binding of "i" from
3607         todo-insertion-map to todo-insert-item.
3608         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3609         (todo-insertion-command-name, todo-insertion-commands-names)
3610         (todo-define-insertion-command, todo-insertion-commands)
3611         (todo-insertion-key-bindings, todo-insertion-map): Remove.
3613 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
3615         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3616         (todo-toggle-item-highlighting): Use eval-and-compile instead of
3617         eval-when-compile.
3618         (todo-move-category): Allow choosing a non-existing todo file to
3619         move the category to, and create that file.
3620         (todo-default-priority): New user option.
3621         (todo-set-item-priority): Use it.
3622         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
3623         (desktop-restore-file-buffer): Declare.
3624         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
3625         (todo-modes-set-2): Locally set desktop-save-buffer to
3626         todo-desktop-save-buffer.
3627         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
3628         (auto-mode-alist): Add autoload cookie.
3630 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
3632         * emacs-lisp/subr-x.el: Renamed from helpers.el.
3633         helpers.el was a poor choice of name.
3634         (string-remove-prefix): New function.
3635         (string-remove-suffix): New function.
3637 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
3639         Fix assignment for new window total sizes.
3640         * window.el (window--pixel-to-size): Remove function.
3641         (window--pixel-to-total-1, window--pixel-to-total):
3642         Fix calculation of new total sizes.
3644 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
3646         * comint.el (comint-output-filter): Fix rear-nonsticky property
3647         placement (Bug#16010).
3649 2013-12-20  Chong Yidong  <cyd@gnu.org>
3651         * faces.el (read-color): Minor fix for completion function.
3653 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
3655         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
3656         New option.  (Bug#16182)
3657         (ruby-smie--indent-to-stmt-p): Use it.
3658         (ruby-smie-rules): Revert the logic in the handling of `when'.
3659         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
3660         (ruby-deep-arglist, ruby-deep-indent-paren)
3661         (ruby-deep-indent-paren-style): Update docstrings to note that the
3662         vars don't have any effect with SMIE.
3664 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
3666         * calc/calc.el (calc-enter, calc-pop): Use the variable
3667         `calc-context-sensitive-enter'.
3669 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671         * net/shr.el (shr-insert): Protect against infloops in degenerate
3672         tables.
3674 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3676         * progmodes/octave.el (octave): Add link to manual and octave
3677         homepage.
3678         (octave-mode-menu): Link to octave-mode manual.
3680 2013-12-20  Leo Liu  <sdl.web@gmail.com>
3682         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
3683         insertion using skeleton-end-newline.  (Bug#16138)
3685 2013-12-20  Juri Linkov  <juri@jurta.org>
3687         * replace.el (occur-engine): Use `add-face-text-property'
3688         to add the face property to matches and titles.  (Bug#14645)
3690         * hi-lock.el (hi-green): Use lighter color "light green" closer to
3691         the palette of other hi-lock colors.
3692         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
3694 2013-12-19  Juri Linkov  <juri@jurta.org>
3696         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
3697         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
3698         (minibuffer-history-symbol): Move variable declaration closer to
3699         its usage.
3701         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
3702         (Bug#14785)
3704 2013-12-19  Juri Linkov  <juri@jurta.org>
3706         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
3707         New function.
3708         (log-edit-hook): Add it to :options.  (Bug#16170)
3710 2013-12-19  Juri Linkov  <juri@jurta.org>
3712         * simple.el (eval-expression-print-format): Don't check for
3713         command names and the last command.  Always display additional
3714         formats of the integer result in the echo area, and insert them
3715         to the current buffer only with a zero prefix arg.
3716         Display character when char-displayable-p is non-nil.
3717         (eval-expression): With a zero prefix arg, set `print-length' and
3718         `print-level' to nil, and insert the integer values from
3719         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
3721         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
3722         `eval-last-sexp-arg-internal'.  Doc fix.
3723         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
3724         `eval-last-sexp-print-value'.  Doc fix.
3725         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
3726         Set `print-length' and `print-level' to nil when arg is zero.
3727         (eval-last-sexp): Doc fix.
3728         (eval-defun-2): Print the integer values from
3729         `eval-expression-print-format' at the end.
3731         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
3732         values from `eval-expression-print-format' at the end.
3734         * ielm.el (ielm-eval-input): Print the integer
3735         values from `eval-expression-print-format' at the end.
3737 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3739         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
3740         2013-12-11T19:01:44Z!tzz@lifelogs.com.
3742 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
3745         (hl-line-highlight, global-hl-line-highlight): Use it.
3746         (hl-line-overlay): Use defvar-local.
3748 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
3750         * term/ns-win.el: Require dnd.
3751         (global-map): Remove drag items.
3752         (ns-insert-text, ns-set-foreground-at-mouse)
3753         (ns-set-background-at-mouse):
3754         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
3755         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
3756         New functions.
3758 2013-12-19  Glenn Morris  <rgm@gnu.org>
3760         * emacs-lisp/ert.el (ert-select-tests):
3761         Fix string/symbol mixup.  (Bug#16121)
3763 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3765         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
3766         keywords to their parent.
3768 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
3770         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
3771         first arg to be a string (fixed dead code), or an operator symbol.
3772         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
3773         operator symbols.
3774         (ruby-smie-rules): Remove parent token check in the `.' clause, it
3775         did nothing.  Don't respond to `(:after ".")', it will be called
3776         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
3777         change anything.  Only return indentation for binary operators
3778         when they are hanging.  De-dent opening paren when its parent is
3779         `.', otherwise it looks bad when the dot is not at bol or eol
3780         (bug#16182).
3782 2013-12-19  Juri Linkov  <juri@jurta.org>
3784         * replace.el (query-replace-read-args): Split a non-negative arg
3785         and a negative arg into separate elements.
3786         (query-replace, query-replace-regexp, replace-string)
3787         (replace-regexp): Add arg `backward'.  Doc fix.
3788         (replace-match-maybe-edit): When new arg `backward' is non-nil,
3789         move point to the beginning of the match.
3790         (replace-search, replace-highlight): Use new arg `backward'
3791         to set the value of `isearch-forward'.
3792         (perform-replace): Add arg `backward' and use it to perform
3793         replacement backward.  (Bug#14979)
3795         * isearch.el (isearch-query-replace): Use a negative prefix arg
3796         to call `perform-replace' with a non-nil arg `backward'.
3798 2013-12-18  Juri Linkov  <juri@jurta.org>
3800         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
3801         to the default list.  Move `log-edit-show-files' to the end.
3802         Add more available functions to options.
3803         (log-edit): Move default specific settings to
3804         `log-edit-insert-message-template'.  Don't move point.
3805         (log-edit-insert-message-template): New function.
3806         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
3807         (Bug#16170)
3809 2013-12-18  Juri Linkov  <juri@jurta.org>
3811         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
3812         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
3814 2013-12-18  Leo Liu  <sdl.web@gmail.com>
3816         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
3817         (Bug#16186)
3819 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
3821         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
3822         formats for displaying file sizes when the -s switch is given.
3823         Instead, compute a separate format for displaying the size in
3824         blocks, which is displayed in addition to the "regular" size.
3825         When -h is given in addition to -s, produce size in blocks in
3826         human-readable form as well.  (Bug#16179)
3828 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
3830         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3831         Reference tables with ~\ref{...} instead of only \ref{...}.
3833 2013-12-18  Chong Yidong  <cyd@gnu.org>
3835         * cus-edit.el (custom-magic-alist): Fix "themed" description
3836         (Bug#14348).
3838         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
3839         is non-nil, do not create a new entry in the symbol's theme-value
3840         or theme-face property; update theme-settings only (Bug#14664).
3841         (custom-available-themes): Doc fix.
3843         * cus-theme.el (custom-new-theme-mode-map): Add bindings
3844         (Bug#15674).
3846         * replace.el (occur-engine): Avoid infloop (Bug#7593).
3848 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3850         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
3851         (Bug#13914).
3853 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
3855         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
3857 2013-12-18  Glenn Morris  <rgm@gnu.org>
3859         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
3860         * cus-start.el (load-prefer-newer): New option.
3862 2013-12-18  Le Wang  <l26wang@gmail.com>
3864         * comint.el (comint-previous-matching-input-from-input):
3865         Retain point (Bug#13404).
3867 2013-12-18  Chong Yidong  <cyd@gnu.org>
3869         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
3871 2013-12-18  Glenn Morris  <rgm@gnu.org>
3873         * mail/emacsbug.el (report-emacs-bug):
3874         Only mention enable-multibyte-characters if non-standard.
3876 2013-12-17  Juri Linkov  <juri@jurta.org>
3878         * arc-mode.el (archive-extract-by-file): Check if directory exists
3879         before deletion to not show irrelevant errors if it doesn't exist.
3881 2013-12-17  Juri Linkov  <juri@jurta.org>
3883         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
3884         (Bug#14751)
3886         * net/eww.el (browse-web): Add alias to `eww'.
3887         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
3888         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
3890         * net/browse-url.el (browse-url-browser-function): Move `eww'
3891         closer to similar functions.
3893         * startup.el (fancy-startup-screen, fancy-about-screen):
3894         Set browse-url-browser-function to eww-browse-url locally.
3895         (Bug#14751)
3897 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * window.el (window--pixel-to-total): Remove unused `mini' var.
3900         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
3901         (split-window): Remove unused `new' var.
3902         (window--display-buffer): Remove unused `frame' and `delta' vars.
3903         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
3904         and display-width'.
3906 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
3908         * dired.el (dired-mark-pop-up):
3909         * register.el (register-preview): Don't bind
3910         split-height-threshold here since it's now done in
3911         display-buffer-below-selected.
3913 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
3915         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
3916         xterm-rgb-convert-to-16bit.
3917         (rxvt-register-default-colors): Standardize with
3918         xterm-register-default-colors (Bug#14078).
3920 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3922         * simple.el (kill-region): Pass mark first, then point, so that
3923         kill-append works right (Bug#12819).
3924         (copy-region-as-kill, kill-ring-save): Likewise.
3926 2013-12-17  Leo Liu  <sdl.web@gmail.com>
3928         * net/rcirc.el (rcirc-add-face):
3929         * eshell/em-prompt.el (eshell-emit-prompt):
3930         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
3931         (Bug#16167)
3933 2013-12-17  Chong Yidong  <cyd@gnu.org>
3935         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
3936         Suggested by Xue Fuqiao.
3938 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3940         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
3942 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3944         * net/shr.el (shr-insert-document): Remove unused var
3945         `shr-preliminary-table-render'.
3946         (shr-rescale-image): Remove unused arg `force'.
3947         (shr-put-image): Update calls accordingly.
3948         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
3950 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
3952         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
3953         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
3954         :close-all, to see which indentation method to use (Bug#16116).
3955         (smie-rules-function): Document the method :close-all.
3957 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
3961         * net/eww.el (eww-display-html): If we can't find the anchor we're
3962         looking for, then go to point-min.
3964 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
3966         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
3967         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
3968         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
3969         Expand dir too, in case it's relative.
3971 2013-12-16  Juri Linkov  <juri@jurta.org>
3973         * desktop.el (desktop-auto-save-timeout): Change default to
3974         `auto-save-timeout'.  Doc fix.
3975         (desktop-save): Skip the timestamp in desktop-saved-frameset
3976         when checking for auto-save changes.
3977         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
3978         `desktop-auto-save' is called repeatedly by the idle timer.
3979         (desktop-auto-save-set-timer): Replace `run-with-timer' with
3980         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
3981         (Bug#15331)
3983 2013-12-16  Juri Linkov  <juri@jurta.org>
3985         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
3986         (Bug#16035)
3987         (isearch-pre-command-hook): Check `this-command' for symbolp.
3989 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3991         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
3993 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
3995         * progmodes/cfengine.el (cfengine3--current-word): Remove.
3996         (cfengine3--current-function): Bring in the current-function
3997         functionality from `cfengine3--current-word'.
3998         (cfengine3-completion-function): Bring in the
3999         bounds-of-current-word functionality from
4000         `cfengine3--current-word'.
4002 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
4004         * window.el (display-buffer-below-selected):
4005         Bind split-height-threshold to 0 as suggested by Juri Linkov.
4007 2013-12-16  Leo Liu  <sdl.web@gmail.com>
4009         * progmodes/compile.el (compile-goto-error): Do not push-mark.
4010         Remove NOMSG arg and all uses changed.
4012 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4014         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4015         (cua--deactivate-rectangle): Don't deactivate the mark.
4016         (cua-set-rectangle-mark): Don't set mark-active since
4017         cua--activate-rectangle already does it for us.
4018         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4019         non-rectangular region.
4021         * emulation/cua-base.el (cua-repeat-replace-region):
4022         Use with-current-buffer.
4024         * net/gnutls.el: Use cl-lib.
4025         (gnutls-negotiate): `mapcan' -> cl-mapcan.
4027 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4029         * emacs-lisp/package.el (package-built-in-p): Support both
4030         built-in and the package.el converted package descriptions.
4031         (package-show-package-list): Allow keywords.
4032         (package-keyword-button-action): Use it instead of
4033         `finder-list-matches'.
4034         (package-menu-filter-interactive): Interactive filtering (by
4035         keyword) function.
4036         (package-menu--generate): Support keywords and change keymappings
4037         and headers when they are given.
4038         (package--has-keyword-p): Helper function.
4039         (package-menu--refresh): Use it.
4040         (package--mapc): Helper function.
4041         (package-all-keywords): Use it.
4042         (package-menu-mode-map): Set up menu items and keybindings to
4043         provide a filtering UI.
4045 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
4047         * net/gnutls.el (gnutls-verify-error): New defcustom to control
4048         the behavior when a certificate fails validation.  Defaults to
4049         old behavior: never abort, just warn.
4050         (gnutls-negotiate): Use it.
4052 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
4054         * window.el (display-buffer-below-selected): Never split window
4055         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
4057 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
4059         * emacs-lisp/package.el (package--prepare-dependencies): New function.
4060         (package-buffer-info): Use it (bug#15108).
4062 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         * icomplete.el (icomplete-completions): Make sure the prefix is already
4065         displayed elsewhere before hiding it (bug#16219).
4067 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
4069         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4070         open-paren tokens when preceded by a open-paren, too.
4071         (ruby-smie-rules): Handle virtual indentation after open-paren
4072         tokens specially.  If there is code between it and eol, return the
4073         column where is starts (Bug#16118).
4075 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
4077         * progmodes/cfengine.el: Fix `add-hook' doc.
4078         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4079         (cfengine3--current-word): Fix parameters.
4080         (cfengine3-make-syntax-cache): Simplify further.
4081         (cfengine3-completion-function, cfengine3--current-function):
4082         Use `assq' for symbols.
4083         (cfengine3--current-function): Fix `cfengine3--current-word' call.
4085 2013-12-13  Glenn Morris  <rgm@gnu.org>
4087         * loadup.el (load-path): Warn if site-load or site-init changes it.
4088         No more need to reset it when bootstrapping.
4090 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
4092         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4093         locations for cf-promises.
4094         (cfengine-mode-syntax-functions-regex): New caching variable.
4095         (cfengine3-fallback-syntax): Fallback syntax for cases where
4096         cf-promises doesn't run.
4097         (cfengine3--current-word): Reimplement using
4098         `cfengine-mode-syntax-functions-regex'.
4099         (cfengine3-completion-function, cfengine3--current-function):
4100         Use `cfengine3-make-syntax-cache' directly.
4101         (cfengine3-clear-syntax-cache): New function.
4102         (cfengine3-make-syntax-cache): Simplify and create
4103         `cfengine-mode-syntax-functions-regex' on demand.
4104         (cfengine3-format-function-docstring): Don't call
4105         `cfengine3-make-syntax-cache' explicitly.
4107 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
4109         Fix windmove-find-other-window broken after pixelwise resizing
4110         (Bug#16017).
4111         * windmove.el (windmove-other-window-loc): Revert change from
4112         2013-12-04.
4113         (windmove-find-other-window): Call window-in-direction.
4114         * window.el (window-in-direction): New arguments SIGN, WRAP and
4115         MINI to emulate original windmove-find-other-window behavior.
4117 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
4119         * simple.el (blink-matching--overlay): New variable.
4120         (blink-matching-open): Instead of moving point, highlight the
4121         matching paren with an overlay
4122         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4124         * faces.el (paren-showing-faces, show-paren-match)
4125         (show-paren-mismatch): Move from paren.el.
4127 2013-12-13  Leo Liu  <sdl.web@gmail.com>
4129         * indent.el (indent-region): Disable progress reporter in
4130         minibuffer.  (Bug#16108)
4132         * bindings.el (visual-order-cursor-movement): Fix version.
4134 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4136         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4137         Also match after beginning of line.
4138         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4139         files.  Thanks to Russell Sim.  (Bug#15378)
4141 2013-12-13  Juri Linkov  <juri@jurta.org>
4143         * simple.el <Keypad support>: Remove key bindings duplicated
4144         with bindings.el.  (Bug#14397)
4146 2013-12-13  Juri Linkov  <juri@jurta.org>
4148         * comint.el (comint-mode-map): Replace `delete-char' with
4149         `delete-forward-char'.  (Bug#16109)
4151 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4153         * progmodes/python.el (python-indent-calculate-indentation):
4154         Fix de-denters cornercase.  (Bug#15731)
4156 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4158         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4159         (advice--make): Pay attention to `depth'.
4160         (advice--make-1): Don't autoload commands eagerly.
4161         * emacs-lisp/elp.el (elp-instrument-function):
4162         * emacs-lisp/trace.el (trace-function-internal):
4163         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4165         * iswitchb.el (iswitchb-mode): Don't belittle ido.
4167 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
4169         * term/w32-win.el (w32-handle-dropped-file):
4170         * startup.el (normal-top-level):
4171         * net/browse-url.el (browse-url-file-url):
4172         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4173         decode file names using 'utf-8' rather than
4174         file-name-coding-system.
4176 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4178         * progmodes/python.el (python-indent-context)
4179         (python-indent-calculate-indentation): Fix auto-identation
4180         behavior for comment blocks.  (Bug#15916)
4182 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4184         * progmodes/python.el (python-indent-calculate-indentation):
4185         When determining indentation, don't treat "return", "pass", etc., as
4186         operators when they are just string constituents.  (Bug#15812)
4188 2013-12-12  Juri Linkov  <juri@jurta.org>
4190         * uniquify.el (uniquify-buffer-name-style): Change default to
4191         `post-forward-angle-brackets'.
4193         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4194         `uniquify'.  Change default to `post-forward-angle-brackets'.
4196 2013-12-11  Glenn Morris  <rgm@gnu.org>
4198         * emacs-lisp/package.el (finder-list-matches):
4199         Autoload rather than falsely declaring.
4201 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
4203         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4204         (eww-mode-map): Use them.
4206 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
4208         * window.el (display-buffer-in-side-window): Fix doc-string
4209         (Bug#16115).
4211 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
4213         * vc/vc-git.el: Silence byte-compiler warnings.
4214         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4215         (log-edit-set-header): Declare.
4217 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
4219         * Makefile.in (custom-deps, finder-data): Run output file names
4220         through unmsys--file-name.  (Bug#16099)
4222 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4224         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4225         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4227         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4228         instead of deleting the selection "by hand" (bug#16098).
4229         Rely on insert-for-yank to yank rectangles.
4230         (cua-highlight-region-shift-only): Mark obsolete.
4231         (cua-mode): Don't enable/disable transient-mark-mode,
4232         shift-select-mode (cua-mode works both with and without them), and
4233         pc-selection-mode (obsolete).
4234         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4235         (cua--deactivate-rectangle): Deactivate it.
4237         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4238         (delete-selection-helper): Make sure yank starts at the top of the
4239         deleted region.
4240         (minibuffer-keyboard-quit): Use region-active-p.
4242         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4244         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4245         to `delete' (bug#16109).
4247 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4249         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4250         info manual and show keybindings and set `:group' keyword.
4252 2013-12-11  Juri Linkov  <juri@jurta.org>
4254         * delsel.el (delete-active-region): Let-bind `this-command'
4255         to prevent `kill-region' from changing its original value.
4256         (delete-selection-helper): Handle `overwrite-mode' for the type
4257         `kill' exactly the same way as for the type `t'.
4258         (insert-char, quoted-insert, reindent-then-newline-and-indent):
4259         Support more commands.  (Bug#13312)
4261 2013-12-11  Juri Linkov  <juri@jurta.org>
4263         * bindings.el: Map kp keys to non-kp keys systematically
4264         with basic modifiers control, meta and shift.  (Bug#14397)
4266 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4268         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4269         "Close browser" menu items.  Fix wrong function of "List
4270         bookmarks".
4272 2013-12-11  Juri Linkov  <juri@jurta.org>
4274         * misearch.el (multi-isearch-buffers): Set the value of
4275         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
4276         arg of isearch-forward to t.
4277         (multi-isearch-buffers-regexp): Set the value of
4278         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
4279         arg of isearch-forward-regexp to t.
4280         (multi-isearch-files): Set the value of
4281         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
4282         arg of isearch-forward to t.
4283         (multi-isearch-files-regexp): Set the value of
4284         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
4285         arg of isearch-forward-regexp to t.  (Bug#16035)
4287         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4288         arg of isearch-forward to t.
4289         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4290         arg of isearch-forward-regexp to t.
4291         (dired-isearch-filter-filenames): Remove unnecessary check for
4292         `dired-isearch-filenames'.
4294         * comint.el (comint-history-isearch-backward):
4295         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4296         (comint-history-isearch-backward-regexp):
4297         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4299 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
4301         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4302         unmsys--file-name.  (Bug#16099)
4304 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
4306         * emacs-lisp/package.el (package-keyword-button-action):
4307         Remove finder.el require dependency.
4309 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
4311         * emacs-lisp/package.el: Require finder.el.
4312         (describe-package-1): Add keyword buttons.
4313         (package-make-button): New convenience function.
4314         (package-keyword-button-action): Keyword button action using
4315         `finder-list-matches'.
4317 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
4319         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4320         last commit.
4322 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
4324         * autorevert.el (auto-revert-notify-add-watch): Do not handle
4325         symlinked files.
4327 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4329         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4330         after the end of a percent literal.
4332 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4334         * progmodes/ruby-mode.el (ruby-forward-string): Document.
4335         Handle caret-delimited strings (Bug#16079).
4337 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
4339         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4340         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4341         `ruby-parse-partial' (Bug#16078).
4343 2013-12-09  Leo Liu  <sdl.web@gmail.com>
4345         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
4347 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
4349         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4350         (js-switch-indent-offset): New option.
4351         (js--proper-indentation): Use it.  And handle the case when
4352         "default" is actually a key in an object literal.
4353         (js--same-line): New function.
4354         (js--multi-line-declaration-indentation): Use it.
4355         (js--indent-in-array-comp, js--array-comp-indentation):
4356         New functions.
4357         (js--proper-indentation): Use them, to handle array comprehension
4358         continuations.
4360 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4362         * progmodes/flymake.el (flymake-highlight-line): Re-write.
4363         (flymake-make-overlay): Remove arg MOUSE-FACE.
4364         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4366 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4368         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4369         New function.
4370         (redisplay-highlight-region-function): Use it.
4372         * emulation/cua-base.el (cua--explicit-region-start)
4373         (cua--last-region-shifted): Remove.
4374         (cua--deactivate): Use deactivate-mark.
4375         (cua--pre-command-handler-1): Don't handle shift-selection.
4376         (cua--post-command-handler-1): Don't change transient-mark-mode.
4377         (cua--select-keymaps): Use region-active-p rather than
4378         cua--explicit-region-start or cua--last-region-shifted.
4379         (cua-mode): Enable shift-select-mode.
4381 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4383         * progmodes/flymake.el (flymake-popup-current-error-menu):
4384         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
4385         (flymake-posn-at-point-as-event, flymake-popup-menu)
4386         (flymake-make-emacs-menu): Remove.  (Bug#16077)
4388 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4390         * rect.el (rectangle-mark-mode): Activate mark even if
4391         transient-mark-mode is off (bug#16066).
4392         (rectangle--highlight-for-redisplay): Fix boundary condition when point
4393         is > mark and at bolp.
4395         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4396         (region-extract-function): Use it.
4397         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4398         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4399         Delete functions.
4400         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4401         kill-ring-save, kill-region, delete-char, delete-forward-char.
4402         Ignore self-insert-iso.
4404         * emulation/cua-gmrk.el (cua--init-global-mark):
4405         Ignore `self-insert-iso'.
4407         * emulation/cua-base.el (cua--prefix-copy-handler)
4408         (cua--prefix-cut-handler): Rely on region-extract-function rather than
4409         checking cua--rectangle.
4410         (cua-delete-region): Use region-extract-function.
4411         (cua-replace-region): Delete function.
4412         (cua-copy-region, cua-cut-region): Obey region-extract-function.
4413         (cua--pre-command-handler-1): Don't do the delete-selection thing.
4414         (cua--self-insert-char-p): Ignore `self-insert-iso'.
4415         (cua--init-keymaps): Don't remap delete-selection commands.
4416         (cua-mode): Use delete-selection-mode instead of rolling our own
4417         (bug#16085).
4419         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4420         Obey region-extract-function.
4422         Make registers and delete-selection-mode work on rectangles.
4423         * register.el (describe-register-1): Don't modify the register's value.
4424         (copy-to-register): Obey region-extract-function.
4425         * delsel.el (delete-active-region): Obey region-extract-function.
4427 2013-12-08  Leo Liu  <sdl.web@gmail.com>
4429         * progmodes/flymake.el (flymake, flymake-error-bitmap)
4430         (flymake-warning-bitmap, flymake-fringe-indicator-position)
4431         (flymake-compilation-prevents-syntax-check)
4432         (flymake-start-syntax-check-on-newline)
4433         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4434         (flymake-start-syntax-check-on-find-file, flymake-log-level)
4435         (flymake-xml-program, flymake-master-file-dirs)
4436         (flymake-master-file-count-limit)
4437         (flymake-allowed-file-name-masks): Relocate.
4438         (flymake-makehash, flymake-float-time)
4439         (flymake-replace-regexp-in-string, flymake-split-string)
4440         (flymake-get-temp-dir): Remove.
4441         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4442         (flymake-current-row, flymake-selected-frame)
4443         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4444         related functions.  (Bug#16077)
4446 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
4448         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4450 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
4452         * help-fns.el (describe-function-1): Use new advice-* functions
4453         rather than old ad-* functions.  Fix function type description and
4454         source links for advised functions and subrs.
4456 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4460 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
4462         * progmodes/compile.el (compilation-start):
4463         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4465         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4466         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
4468 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4470         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4471         Touch up the last change.
4473 2013-12-06  Leo Liu  <sdl.web@gmail.com>
4475         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4476         (inferior-octave-startup): Always use "octave> " for prompt.
4477         (octave-goto-function-definition)
4478         (octave-sync-function-file-names)
4479         (octave-find-definition-default-filename): Remove redundant backquotes.
4481 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4483         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4484         syntax for `?'.
4485         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4486         where appropriate already.
4487         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4488         end of method names (Bug#15874).
4490 2013-12-06  Juri Linkov  <juri@jurta.org>
4492         * isearch.el (isearch--saved-overriding-local-map):
4493         New internal variable.
4494         (isearch-mode): Set it to the initial value of
4495         `overriding-terminal-local-map'.
4496         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4497         with `isearch--saved-overriding-local-map'.  (Bug#16035)
4499 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
4501         * progmodes/octave.el (inferior-octave-completion-table):
4502         Turn back into function, use `completion-table-with-cache'
4503         (Bug#11906).  Update all references.
4505         * minibuffer.el (completion-table-with-cache): New function.
4507 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
4509         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4511 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
4513         * net/eww.el (eww-current-source): New variable to store page
4514         source.
4515         (eww-display-html, eww-mode, eww-save-history)
4516         (eww-restore-history): Use it.
4517         (eww-view-source): New command to view page source.
4518         Opportunistically uses `html-mode' to highlight the buffer.
4519         (eww-mode-map): Install it.
4521 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
4523         * net/dbus.el (dbus-unregister-service)
4524         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4525         Fix docstring.
4526         (dbus-unregister-service): Skip :serial entries in
4527         `dbus-registered-objects-table'.
4528         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4530 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
4532         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4533         around keywords with extra `split-string' argument.
4535 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
4537         * windmove.el (windmove-other-window-loc): Handle navigation
4538         between windows (excluding the minibuffer window - Bug#16017).
4540 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
4542         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4543         in D-Bus type syntax.
4544         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4545         preserve unibyte strings.  (Bug#16048)
4547 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4550         Call force-mode-line-update is the proper buffer (bug#16042).
4552 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
4554         * vc/log-edit.el (log-edit-add-new-comment): Rename to
4555         `log-edit-remember-comment', make argument optional.  Adjust all
4556         callers.
4557         (log-edit-mode): Add `log-edit-remember-comment' to
4558         `kill-buffer-hook' locally.
4559         (log-edit-kill-buffer): Don't remember comment explicitly since
4560         the buffer is killed anyway.
4562 2013-12-04  Juri Linkov  <juri@jurta.org>
4564         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4565         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
4567 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
4569         * notifications.el (notifications-close-notification): Call the
4570         D-Bus method with ID being a `:uint32'.  (Bug#16030)
4572 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4574         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4576 2013-12-03  Juri Linkov  <juri@jurta.org>
4578         * progmodes/compile.el (compilation-start): Rename window alist
4579         entry `no-display-ok' to `allow-no-window'.
4581         * simple.el (shell-command): Add window alist entry
4582         `allow-no-window' to `display-buffer'.
4583         (async-shell-command): Doc fix.
4585         * window.el (display-buffer-no-window): New action function.
4586         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
4588 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4590         * vc/log-edit.el (log-edit-set-header): Extract from
4591         `log-edit-toggle-header'.
4592         (log-edit-extract-headers): Separate the summary, when extracted
4593         from header, from the rest of the message with an empty line.
4595         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4596         line, if present, to the Summary header.
4598 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4600         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4601         in current-buffer (bug#16029).
4603 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
4605         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4606         (debugger-mode-map): Bind it.
4607         (debugger--backtrace-base): New function.
4608         (debugger-eval-expression): Use it.
4609         (debugger-frame-number): Skip local vars when present.
4610         (debugger--locals-visible-p, debugger--insert-locals)
4611         (debugger--show-locals, debugger--hide-locals): New functions.
4613 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
4615         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4616         "LC_ALL".
4617         (tramp-get-remote-locale): New defun.
4618         (tramp-open-connection-setup-interactive-shell): Use it.
4620 2013-12-02  Leo Liu  <sdl.web@gmail.com>
4622         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
4624         * progmodes/sh-script.el (sh-shell-process):
4625         * progmodes/octave.el (inferior-octave-process-live-p):
4626         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
4627         (gdb-inferior-io-sentinel):
4628         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
4630 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4632         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
4633         `save-selected-window' to `log-edit-hide-buf'.  This makes
4634         `log-edit-show-files' idempotent.
4635         (log-edit-show-files): Mark the new window as dedicated.
4637 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
4639         * vc/log-edit.el (log-edit-mode-map): Add binding for
4640         `log-edit-kill-biffer'.
4641         (log-edit-hide-buf): Add a FIXME comment.
4642         (log-edit-add-new-comment): New function, extracted from
4643         `log-edit-done'.
4644         (log-edit-done, log-edit-add-to-changelog): Use it.
4645         (log-edit-kill-buffer): New command.
4647 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
4650         instead of killing the buffer.
4652 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
4656 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4658         * net/eww.el (eww-form-checkbox-selected-symbol)
4659         (eww-form-checkbox-symbol): New customizable variable.
4660         (eww-form-checkbox, eww-toggle-checkbox):
4661         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
4663         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
4664         (shr--get-media-pref, shr--extract-best-source): New function.
4665         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
4666         no :src tag was specified.
4668         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
4669         (eww-render): Handle `eww-use-external-browser-for-content-type'.
4670         Use \\` to match beginning of string instead of ^.
4671         (eww-browse-with-external-browser): Provide optional URL parameter.
4672         (eww-render): Set `eww-current-title' back to "".
4674         * net/shr.el (shr-tag-video): Display content for video if no
4675         poster is available.
4676         (shr-tag-audio): Add support for <audio> tag.
4678         * net/eww.el (eww-text-input-types): New const.
4679         (eww-process-text-input): Treat input types in
4680         `eww-text-input-types' as text.
4682         * net/shr.el (shr-tag-table): Fix comment typo.
4684 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4686         * net/eww.el (eww-follow-link): New command to avoid reloading
4687         pages when we follow #target links (bug#15243).
4688         (eww-quit): Special mode buffers shouldn't query before exiting.
4690 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
4692         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
4693         forms.
4695 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697         * net/eww.el (eww-restore-history): Update the window title after
4698         moving in the history.
4699         (eww-current-dom): New variable used to save the current DOM.
4701 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
4703         * vc/log-edit.el (log-edit-mode-map): Add binding for
4704         `log-edit-beginning-of-line'.
4705         (log-edit-setup-add-author): New user option.
4706         (log-edit-beginning-of-line): New command.
4707         (log-edit): Move major mode call above the contents setup so that
4708         the local variable values are already applied.
4709         (log-edit): Only insert "Author: " when
4710         `log-edit-setup-add-author' is non-nil.
4711         (log-edit): When SETUP is non-nil, position point after ": "
4712         instead of point-min.
4714 2013-12-01  Glenn Morris  <rgm@gnu.org>
4716         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
4718 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
4720         * startup.el (fancy-splash-frame): On MS-Windows, trigger
4721         redisplay to make sure the initial frame gets a chance to become
4722         visible.  (Bug#16014)
4724 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
4726         Support resizing frames and windows pixelwise.
4727         * cus-start.el (frame-resize-pixelwise)
4728         (window-resize-pixelwise): New entries.
4729         * emacs-lisp/debug.el (debug): Use window-total-height instead
4730         of window-total-size.
4731         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
4732         * help.el (describe-bindings-internal): Use help-buffer as
4733         argument for with-help-window.
4734         (temp-buffer-max-width): New option.
4735         (resize-temp-buffer-window, help-window-setup)
4736         (with-help-window): Rewrite.
4737         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
4738         dragging dividers.
4739         * window.el (frame-char-size, window-min-pixel-height)
4740         (window-safe-min-pixel-height, window-safe-min-pixel-width)
4741         (window-min-pixel-width, window-safe-min-pixel-size)
4742         (window-combination-p, window-safe-min-size)
4743         (window-resizable-p, window--size-to-pixel)
4744         (window--pixel-to-size, window--resize-apply-p): New functions.
4745         (window-safe-min-height): Fix doc-string.
4746         (window-size, window-min-size, window--min-size-1)
4747         (window-sizable, window-sizable-p, window--min-delta-1)
4748         (window-min-delta, window--max-delta-1, window-max-delta)
4749         (window--resizable, window--resizable-p, window-resizable)
4750         (window-full-height-p, window-full-width-p, window-at-side-p)
4751         (window--in-direction-2, window-in-direction)
4752         (window--resize-reset-1, window--resize-mini-window)
4753         (window-resize, window-resize-no-error)
4754         (window--resize-child-windows-normal)
4755         (window--resize-child-windows, window--resize-siblings)
4756         (window--resize-this-window, window--resize-root-window)
4757         (window--resize-root-window-vertically)
4758         (adjust-window-trailing-edge, enlarge-window, shrink-window)
4759         (maximize-window, minimize-window, delete-window)
4760         (quit-restore-window, window-split-min-size, split-window)
4761         (balance-windows-2, balance-windows)
4762         (balance-windows-area-adjust, balance-windows-area)
4763         (window--state-get-1, window-state-get, window--state-put-1)
4764         (window--state-put-2, window-state-put)
4765         (display-buffer-record-window, window--display-buffer):
4766         Make functions handle pixelwise sizing of windows.
4767         (display-buffer--action-function-custom-type)
4768         (display-buffer-fallback-action):
4769         Add display-buffer-in-previous-window.
4770         (display-buffer-use-some-window): Resize window to height it had
4771         before.
4772         (fit-window-to-buffer-horizontally): New option.
4773         (fit-frame-to-buffer): Describe new values.
4774         (fit-frame-to-buffer-bottom-margin): Replace with
4775         fit-frame-to-buffer-margins.
4776         (window--sanitize-margin): New function.
4777         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
4778         using window-text-pixel-size.
4780 2013-11-30  Glenn Morris  <rgm@gnu.org>
4782         * emacs-lisp/bytecomp.el (byte-compile-form):
4783         Make the `interactive-only' warning like the `obsolete' one.
4784         * comint.el (comint-run):
4785         * files.el (insert-file-literally, insert-file):
4786         * replace.el (replace-string, replace-regexp):
4787         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4788         (goto-line, insert-buffer, next-line, previous-line):
4789         Tweak `interactive-only' spec.
4791         Stop keeping (most) generated cedet grammar files in the repository.
4792         * Makefile.in (semantic): New.
4793         (compile-main): Depend on semantic.
4795 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
4798         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
4800         * uniquify.el (uniquify-buffer-name-style): Change default.
4802         * loadup.el: Preload "uniquify".
4804         * time.el (display-time-update): Update all mode lines (bug#15999).
4806         * electric.el (electric-indent-mode): Enable by default.
4807         * loadup.el: Preload "electric".
4809 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
4811         * emacs-lisp/helpers.el (string-empty-p): New function.
4812         (string-blank-p): New function.
4814 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
4816         * imenu.el (imenu--index-alist): Add missing dot to the docstring
4817         (Bug#14029).
4819 2013-11-29  Andreas Politz  <politza@fh-trier.de>
4820         * imenu.el (imenu--subalist-p): Don't error on non-conses and
4821         allow non-lambda lists as functions.
4822         (imenu--in-alist): Don't recurse into non-subalists.
4823         (imenu): Don't pass function itself as an argument (Bug#14029).
4825 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * progmodes/python.el (python-mode-map): Remove binding for ":".
4828         (python-indent-electric-colon): Remove command.
4829         (python-indent-post-self-insert-function): Integrate the previous code
4830         of python-indent-electric-colon.  Make it conditional on
4831         electric-indent-mode.
4832         (python-mode): Add ?: to electric-indent-chars.
4833         Move python-indent-post-self-insert-function to the end of
4834         post-self-insert-hook.
4836 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * doc-view.el (doc-view-goto-page): Update mode-line.
4840         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
4842 2013-11-27  Glenn Morris  <rgm@gnu.org>
4844         * international/charprop.el, international/uni-bidi.el:
4845         * international/uni-category.el, international/uni-combining.el:
4846         * international/uni-comment.el, international/uni-decimal.el:
4847         * international/uni-decomposition.el, international/uni-digit.el:
4848         * international/uni-lowercase.el, international/uni-mirrored.el:
4849         * international/uni-name.el, international/uni-numeric.el:
4850         * international/uni-old-name.el, international/uni-titlecase.el:
4851         * international/uni-uppercase.el:
4852         Remove generated files from VCS repository.
4854 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
4856         * filenotify.el (file-notify-add-watch): Don't special-case
4857         w32notify when computing the directory to watch.
4859 2013-11-27  Glenn Morris  <rgm@gnu.org>
4861         Make bootstrap without generated uni-*.el files possible again.
4862         * loadup.el: Update command-line-args checking for unidata-gen.
4863         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
4864         * composite.el, international/characters.el:
4865         Handle unicode tables being undefined.
4867         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
4868         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
4869         (compile-main): Depend on leim rule.
4870         (leim): New rule.
4871         * loadup.el: Move leim-list.el to leim/ subdirectory.
4872         * startup.el (normal-top-level): No more leim directory.
4873         * international/ja-dic-cnv.el (skkdic-convert):
4874         Disable version-control and autoloads in output files.
4875         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
4876         Disable version-control and autoloads in output files.
4877         * leim/quail: Move here from ../leim.
4878         * leim/quail/hangul.el (hangul-input-method-activate):
4879         Add autoload cookie.
4880         (generated-autoload-load-name): Set file-local value.
4881         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
4882         (generated-autoload-load-name): Set file-local value.
4884 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
4886         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
4887         (eww-add-bookmark): Ask confirmation when add to bookmarks.
4888         (eww-quit): Ask confirmation before quitting eww.
4890 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
4892         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
4893         reading output from Diff on MS-Windows and MS-DOS.
4895 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
4897         * emacs-lisp/helpers.el (string-reverse): New function.
4899 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
4901         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
4902         names on MS Windows, like "/[::1]:".
4904         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
4905         SWITCHES.
4907 2013-11-26  Glenn Morris  <rgm@gnu.org>
4909         * progmodes/python.el (python-indent-guess-indent-offset):
4910         Avoid corner-case error.  (Bug#15975)
4912         Preload leim-list.el.  (Bug#4789)
4913         * loadup.el: Load leim-list.el when found.
4914         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
4916 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
4918         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
4920         * emacs-lisp/helpers.el (string-join): New function.
4922 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
4924         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4925         Mark as obsolete and replace it with a symbol property.
4926         (byte-compile-form): Use new 'interactive-only property.
4927         * comint.el, files.el, replace.el, simple.el:
4928         Apply new 'interactive-only properly.
4930 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
4932         * window.el (display-buffer-at-bottom): Make sure that
4933         split-window-sensibly creates the new window on bottom
4934         (Bug#15961).
4936 2013-11-23  David Kastrup  <dak@gnu.org>
4938         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
4939         on the conflict markers when available.
4940         (smerge--get-marker): New function.
4941         (smerge-end-re, smerge-base-re): Add subgroup.
4943 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * frame.el (handle-focus-in, handle-focus-out): Add missing
4946         interactive spec.
4948 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
4950         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
4951         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
4953 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4955         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
4956         (gomoku--last-pos): New var.
4957         (gomoku--intangible-chars): New const.
4958         (gomoku--intangible): New function.
4959         (gomoku-mode): Use it.  Derive from special-mode.
4960         (gomoku-move-up): Adjust line count.
4961         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
4962         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
4963         Simplify accordingly.
4965         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4966         Remove blink-cursor code.
4967         (blink-cursor-timer-function, blink-cursor-suspend):
4968         Don't special-case GUIs.
4969         (blink-cursor-mode): Use focus-in/out-hook.
4971 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
4973         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
4974         work when annotation is invisible (Bug#13886).
4976 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
4978         * json.el (json-alist-p): Only return non-nil if the alist has
4979         simple keys (Bug#13518).
4981 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
4983         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
4984         when control-statement is the first statement in a buffer (Bug#15956).
4986 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
4988         * imenu.el (imenu-generic-skip-comments-and-strings):
4989         New option (Bug#15560).
4990         (imenu--generic-function): Use it.
4992 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
4994         * minibuffer.el (completion--in-region-1): Scroll the correct window.
4995         (Bug#13898)
4997 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
4999         * emacs-lisp/helpers.el: Add some string helpers.
5000         (string-trim-left): Removes leading whitespace.
5001         (string-trim-right): Removes trailing whitespace.
5002         (string-trim): Removes leading and trailing whitespace.
5004         * subr.el (string-suffix-p): New function.
5006 2013-11-23  Glenn Morris  <rgm@gnu.org>
5008         * progmodes/python.el (python-shell-send-file):
5009         Add option to delete file when done.  (Bug#15647)
5010         (python-shell-send-string, python-shell-send-region): Use it.
5012 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
5014         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5015         to set buffer-read-only to t, never to nil.  (Bug#15938)
5017         * textmodes/tex-mode.el (latex-noindent-environments):
5018         Add safe-local-variable property.  (Bug#15936)
5020 2013-11-23  Glenn Morris  <rgm@gnu.org>
5022         * textmodes/enriched.el (enriched-mode): Doc fix.
5023         * emacs-lisp/authors.el (authors-renamed-files-alist):
5024         Add enriched.doc -> enriched.txt.
5026         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5028 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5030         * progmodes/octave.el (inferior-octave-startup): Spit out error
5031         message.
5033 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
5035         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5036         Improve docstring.
5037         Add :version.
5038         (ruby-encoding-magic-comment-style): Add :version.
5040 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5042         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5043         (Bug#15076)
5044         (octave-help-mode): Adapt to change to help-mode-finish to use
5045         derived-mode-p on 2013-09-17.
5046         (inferior-octave-prompt): Also match octave-gui.
5047         (octave-kill-process): Don't ask twice.  (Bug#10564)
5049 2013-11-22  Leo Liu  <sdl.web@gmail.com>
5051         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5052         (inferior-octave-startup, inferior-octave-check-process)
5053         (inferior-octave-track-window-width-change)
5054         (octave-completion-at-point, octave-eldoc-function): Use it.
5055         (octave-kill-process): Provide confirmation.  (Bug#10564)
5057 2013-11-21  Leo Liu  <sdl.web@gmail.com>
5059         * progmodes/octave.el (octave-mode, inferior-octave-mode):
5060         Fix obsolete variable comment-use-global-state.
5062 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5064         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5065         Add `octave-source-file'.
5066         (octave-source-file): New function.  (Bug#15935)
5068 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
5070         * net/eww.el (eww-local-regex): New variable.
5071         (eww): Use it to detect localhost and similar.
5073 2013-11-21  Leo Liu  <sdl.web@gmail.com>
5075         Add completion for command `ag'.
5076         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5077         (pcomplete/ag): New function.
5078         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
5080 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5082         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5083         (bug#14646).
5084         (make-obsolete): Remove interactive spec.
5086 2013-11-21  Glenn Morris  <rgm@gnu.org>
5088         * startup.el (command-line-1): Use path-separator with -L.
5090 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
5092         * emacs-lisp/package.el (describe-package-1): Add package archive
5093         to shown fields.
5095 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
5097         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5098         Change default to "# encoding: %s" to differentiate it from the
5099         default Ruby encoding comment template.
5101 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
5103         * ses.el (ses-mode): Doc fix.  (Bug#14748)
5105 2013-11-20  Leo Liu  <sdl.web@gmail.com>
5107         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
5109 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
5111         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5112         when rebase or bisect are in progress.
5114 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
5116         * filenotify.el (file-notify-add-watch): Doc fix.
5118 2013-11-19  Leo Liu  <sdl.web@gmail.com>
5120         * obsolete/rcompile.el: Mark obsolete.
5122         * progmodes/compile.el (compilation-start)
5123         (compilation-goto-locus, compilation-find-file):
5124         Pass no-display-ok and handle nil value from display-buffer.
5125         (Bug#13594)
5127         * window.el (display-buffer-alist, display-buffer): Document the
5128         new parameter no-display-ok.  Return either a window or nil
5129         but never a non-window value.
5131 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * electric.el (electric-indent-mode-map): Remove.
5134         (electric-indent-mode): Change the global-map instead (bug#15915).
5136         * textmodes/text-mode.el (paragraph-indent-minor-mode):
5137         Use add-function.
5139 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * emacs-lisp/nadvice.el (remove-function): Align with
5142         add-function's behavior.
5144         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5145         (gdb--string-regexp): New constant.
5146         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5147         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5148         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5149         submatch 1.
5150         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5151         Adjust use accordingly.
5152         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5154 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
5156         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5157         interpolation curlies (Bug#15914).
5159 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
5161         * calc/calc.el (calc-context-sensitive-enter): New variable.
5162         (calc-enter): Use `calc-context-sensitive-enter'.
5164 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
5166         * progmodes/cfengine.el: Version bump.
5167         (cfengine-cf-promises): New defcustom to locate cf-promises.
5168         (cfengine3-vartypes): Add new "data" type.
5169         (cfengine3--current-word): New function to get current name-like
5170         word or its bounds.
5171         (cfengine3--current-function): New function to look up a CFEngine
5172         function's definition.
5173         (cfengine3-format-function-docstring): New function.
5174         (cfengine3-make-syntax-cache): New function.
5175         (cfengine3-documentation-function): New function: ElDoc glue.
5176         (cfengine3-completion-function): New function: completion glue.
5177         (cfengine3-mode): Set `compile-command',
5178         `eldoc-documentation-function', and add to
5179         `completion-at-point-functions'.
5181 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
5183         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5184         `tramp-current-connection'.
5186 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
5188         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5189         nil/self/true/false with "end of symbol".
5191 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
5193         * subr.el (version-regexp-alist): Fix a typo.
5195 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
5197         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5198         "en_US.utf8" and "LC_CTYPE" to "".
5199         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5200         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5202 2013-11-15  Leo Liu  <sdl.web@gmail.com>
5204         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
5206 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5208         * progmodes/gud.el (ctl-x-map):
5209         Remove C-x SPC binding.  (Bug#12342)
5210         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5212 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
5214         * subr.el (version-regexp-alist):
5215         Recognize hg, svn and darcs versions as snapshot versions.
5217         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5218         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5219         (ruby--encoding-comment-required-p): Extract from
5220         `ruby-mode-set-encoding'.
5221         (ruby-mode-set-encoding): Add the ability to always insert an
5222         utf-8 encoding comment.  Fix and simplify coding comment update
5223         logic.
5225 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
5227         * net/tramp-gvfs.el (top): Run init code only when
5228         `tramp-gvfs-enabled' is not nil.
5229         (tramp-gvfs-enabled): Check also :system bus.
5231 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5233         Sync with upstream verilog-mode revision 78e66ba.
5234         * progmodes/verilog-mode.el (verilog-end-of-defun)
5235         (verilog-type-completion, verilog-get-list): Remove unused funcs.
5236         (verilog-get-end-of-defun): Remove unused argument.
5237         (verilog-comment-depth): Remove unused local `e'.
5238         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5239         Don't pass arg to verilog-get-end-of-defun.
5241 2013-11-14  Glenn Morris  <rgm@gnu.org>
5243         * obsolete/assoc.el (aget): Prefix dynamic variable.
5245         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5247 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * widget.el, hfy-cmap.el: Remove bogus package version number.
5251 2013-11-13  Glenn Morris  <rgm@gnu.org>
5253         * replace.el (replace-eval-replacement):
5254         Try to give more helpful error message.  (Bug#15836)
5256         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5257         (archive-7z-update): Avoid custom type mismatches.
5259         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5261 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
5263         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5264         address can be empty.
5266         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5267         Accept nil SWITCHES.
5268         (tramp-gvfs-handle-write-region): Implement APPEND.
5270 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
5272         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5273         binary "|" operator and closing block args delimiter.
5274         Remove FIXME comment referring to Ruby 1.8-only syntax.
5275         (ruby-smie--implicit-semi-p): Not after "|" operator.
5276         (ruby-smie--closing-pipe-p): New function.
5277         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5278         (ruby-smie-rules): Indent after "|".
5280 2013-11-12  Glenn Morris  <rgm@gnu.org>
5282         * ps-print.el (ps-face-attribute-list):
5283         Handle anonymous faces.  (Bug#15827)
5285 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
5287         * window.el (display-buffer-other-frame): Fix doc-string.
5288         (Bug#15868)
5290 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5292         * subr.el (force-mode-line-update): Delete, move to buffer.c.
5294 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
5296         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5297         (tramp-sh-handle-file-local-copy): Don't write a message when
5298         saving temporary files.
5300         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5301         both directories are remote.
5302         (tramp-smb-handle-directory-files): Do not return double entries.
5303         Do not expand full file names.
5304         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5305         (tramp-smb-handle-write-region): Implement APPEND.
5306         (tramp-smb-get-stat-capability): Fix a stupid bug.
5308 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5312 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5314         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5315         throwing error over malformed let/let* (bug#15814).
5317 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * iswitchb.el (iswitchb-mode): Mark obsolete.
5321 2013-11-11  Glenn Morris  <rgm@gnu.org>
5323         * international/uni-bidi.el, international/uni-category.el:
5324         * international/uni-name.el, international/uni-numeric.el:
5325         Regenerate for Unicode 6.3.0.
5327 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
5329         * net/tramp.el (tramp-methods):
5330         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5331         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5333 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
5335         * progmodes/sh-script.el (sh-font-lock-keywords-var):
5336         Force highlighting text after Summary keyword in doc face for rpm.
5338 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
5340         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5341         available and the word has no wildcards, append one to the grep pattern.
5342         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5343         (ispell-complete-word): Call `ispell-lookup-words' with the value
5344         independent of `ispell-look-p'.
5346 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5348         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5349         Not after "||".
5350         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5351         their parent.
5353 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
5356         (ruby-font-lock-keywords): Use backquote.
5358 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5360         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5361         (ruby-smie--backward-token): Only consider full-string matches.
5363 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
5365         * faces.el (describe-face): Add distant-foreground.
5367 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
5369         * progmodes/ruby-mode.el: Improve encoding comment handling.
5370         (ruby-encoding-magic-comment-style): New option.
5371         (ruby-custom-encoding-magic-comment-template): New option.
5372         (ruby--insert-coding-comment, ruby--detect-encoding):
5373         New functions extracted from `ruby-mode-set-encoding'.
5374         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5375         to control the style of the auto-inserted encoding comment.
5377 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5379         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5380         Use `smie-backward-sexp' with token argument.
5382 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
5384         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5385         Remove instrumentation code.
5387 2013-11-08  Glenn Morris  <rgm@gnu.org>
5389         * progmodes/autoconf.el (autoconf-mode):
5390         Tweak comment-start-skip.  (Bug#15822)
5392 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5394         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5395         at bobp (bug#15826).
5396         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5398 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
5400         * man.el (Man-start-calling): New macro, extracted from
5401         Man-getpage-in-background.
5402         (Man-getpage-in-background): Use it.
5403         (Man-update-manpage): New command.
5404         (Man-mode-map): Bind it.
5406 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
5408         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5409         of "and", "or", "&&" and "||".
5410         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5411         argument.  Prohibit opening curly brace because it could only be a
5412         block opener in that position.
5413         (ruby-smie--forward-token, ruby-smie--backward-token):
5414         Separate "|" from "&" or "*" going after it.  That can happen in block
5415         arguments.
5416         (ruby-smie--indent-to-stmt): New function, seeks the end of
5417         previous statement or beginning of buffer.
5418         (ruby-smie-rules): Use it.
5419         (ruby-smie-rules): Check if there's a ":" before a curly block
5420         opener candidate; if there is, it's a hash.
5422 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5424         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5425         (cl--block-wrapper): Fix last accidental change.
5427 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
5429         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5430         Instrument, in order to hunt failure on hydra.
5432 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5434         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5435         malformed bindings form (bug#15814).
5437 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
5439         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5440         "." compared to " @ ".  This incidentally fixes some indentation
5441         examples with "do".
5442         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5443         (ruby-smie-grammar): New tokens: "and" and "or".
5444         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5445         Exclude "and" and "or".  Remove "do" in order to work around token
5446         priorities.
5447         (ruby-smie-rules): Add all infix tokens.  Handle the case of
5448         beginning-of-buffer.
5450 2013-11-06  Glenn Morris  <rgm@gnu.org>
5452         * Makefile.in (setwins_almost, setwins_for_subdirs):
5453         Avoid accidental matches.
5455 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * menu-bar.el (popup-menu): Use key-binding.
5459 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
5461         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5462         menus, support also the menus produced by minor modes.
5463         (Bug#15817)
5465 2013-11-06  Leo Liu  <sdl.web@gmail.com>
5467         * thingatpt.el (thing-at-point-looking-at): Add optional arg
5468         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
5470 2013-11-06  Glenn Morris  <rgm@gnu.org>
5472         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5473         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5474         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5476 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5478         * electric.el (electric-indent-just-newline): New command.
5479         (electric-indent-mode-map): New keymap.
5480         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5481         Re-add :group which weren't redundant.
5483         * electric.el (electric-indent-local-mode): New minor mode.
5484         (electric-indent-functions-without-reindent): New var.
5485         (electric-indent-post-self-insert-function): Use it.
5486         * emacs-lisp/gv.el (buffer-local-value): Add setter.
5488 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
5490         * international/quail.el (quail-help): Be more explicit about the
5491         meaning of the labels shown on the keys.  (Bug#15800)
5493         * startup.el (normal-top-level): Load the subdirs.el files before
5494         setting the locale environment.  (Bug#15805)
5496 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5498         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5499         via arguments so as to get the right ones (bug#15418).
5501         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5503 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
5505         Fix problems found while writing a test suite.
5507         * net/tramp-compat.el (tramp-compat-load): New defun.
5508         * net/tramp.el (tramp-handle-load): Use it.
5510         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5511         "(numberp ok-if-already-exists)" correctly.
5513 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
5515         * international/characters.el (glyphless-char-display-control):
5516         Add usage note.
5518 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
5520         * progmodes/python.el (python-mode):
5521         * progmodes/scheme.el (scheme-mode):
5522         * progmodes/prolog.el (prolog-mode):
5523         * progmodes/ruby-mode.el (ruby-mode):
5524         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5525         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5527 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         * rect.el (rectangle--highlight-for-redisplay):
5530         * emacs-lisp/smie.el (smie--next-indent-change):
5531         Use buffer-chars-modified-tick.
5533         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5535         * electric.el (electric-indent-post-self-insert-function):
5536         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5538 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
5540         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5542 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5544         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5545         (bug#15786).
5547 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
5551         * progmodes/python.el: Fix up last change.
5552         (python-shell--save-temp-file): New function.
5553         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
5554         `string' comes from the current buffer.
5555         (python-shell-send-string-no-output): Remove `msg' arg.
5556         (python--use-fake-loc): New var.
5557         (python-shell-buffer-substring): Obey it.  Try to compensate for the
5558         extra coding line added by python-shell--save-temp-file.
5559         (python-shell-send-region): Use python-shell--save-temp-file and
5560         python-shell-send-file directly.  Add `nomain' argument.
5561         (python-shell-send-buffer): Use python-shell-send-region.
5562         (python-electric-pair-string-delimiter): New function.
5563         (python-mode): Use it.
5565 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
5567         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5568         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5569         environment and decoding all of the default-directory's to here
5570         from command-line.
5571         (command-line): Decode also argv[0].
5573         * loadup.el: Error out if default-directory is a multibyte string
5574         when we are dumping.
5576         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
5578 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
5580         * emacs-lisp/package.el (package-menu-mode)
5581         (package-menu--print-info, package-menu--archive-predicate):
5582         Add Archive column to package list.
5584 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
5586         Fix problems found while writing a test suite.
5588         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5589         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5590         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5591         to nil when running original file name handler.  Otherwise,
5592         there are problems with constructs like "$$FOO".
5594         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5595         for `localname'.
5597 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
5599         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5601         * subr.el (version<, version<=, version=):
5602         Update docstrings with information for snapshot versions.
5604         * helpers.el: New library for misc helper functions.
5605         (hash-table-keys): New function returning a list of hash keys.
5606         (hash-table-values): New function returning a list of hash values.
5608 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
5610         * progmodes/ruby-mode.el (ruby-smie--forward-token)
5611         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5613 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
5615         * textmodes/fill.el (fill-single-char-nobreak-p): New function
5616         checking whether point is after a 1-letter word.
5618 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5620         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5621         Don't infloop when expanding region over `multiline' syntax-type that
5622         begins a line (bug#15778).
5624 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
5627         Make it into a proper minor mode.
5628         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
5629         (rectangle-mark-mode-map): New keymap.
5630         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
5632 2013-11-04  Glenn Morris  <rgm@gnu.org>
5634         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
5636 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5638         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
5639         (ruby-smie-rules): Use smie-rule-parent instead.
5641         * emacs-lisp/smie.el (smie-rule-parent): Always call
5642         smie-indent-virtual rather than only for hanging tokens.
5643         (smie--next-indent-change): New helper command.
5645 2013-11-03  Glenn Morris  <rgm@gnu.org>
5647         * Makefile.in (abs_srcdir): Remove.
5648         (emacs): Unset EMACSLOADPATH.
5650 2013-11-02  Glenn Morris  <rgm@gnu.org>
5652         * Makefile.in (EMACS): Use a relative filename.
5653         (abs_top_builddir): Remove.
5654         (custom-deps, finder-data, autoloads): Use --chdir.
5656         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
5658         Use relative filenames in TAGS files.
5659         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5660         (lisptagsfiles4, TAGS): Use relative file names.
5661         (TAGS-LISP): Remove.
5662         (maintainer-clean): No more TAGS-LISP file.
5664         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
5665         (lisptagsfiles4): Use absolute filenames again.
5666         (TAGS, TAGS-LISP): Not everything needs to run in one line.
5667         Remove all *loaddefs files, not just the first.  Remove esh-groups.
5668         (maintainer-clean): Delete TAGS, TAGS-LISP.
5670 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5672         * emacs-lisp/package.el (package-version-join):
5673         Recognize snapshot versions.
5675 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5677         * subr.el (version-regexp-alist): Add support for snapshot versions.
5679 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5681         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
5682         New function, replacement for `smie-rule-parent' for when we want to
5683         skip over our direct parent if it's an assignment token..
5684         (ruby-smie-rules): Use it.
5686 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
5688         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
5689         unconditionally.  Remove now unnecessary forward declarations.
5690         Remove XEmacs-specific setup.
5691         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
5692         (ruby-font-lock-syntactic-keywords)
5693         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
5694         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
5695         (ruby-here-doc-end-syntax): Remove.
5696         (ruby-mode): Don't check whether `syntax-propertize-rules' is
5697         defined as function.
5699 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
5701         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
5703 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5705         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
5706         table and abbrev table, `define-derived-mode' does that for us
5707         anyway.
5709 2013-11-01  Glenn Morris  <rgm@gnu.org>
5711         * Makefile.in: Remove manual mh-e dependencies (writing .elc
5712         files is atomic for some time, so no parallel compilation issues).
5714 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
5716         * faces.el (face-x-resources): Add :distant-foreground.
5717         (region): Use :distant-foreground for gtk and ns.
5719 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
5721         Allow multiple bibliographies when BibLaTeX is used rather than
5722         BibTeX.
5723         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
5724         (reftex-locate-bibliography-files): Us it.
5726 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
5728         * image.el (image-type-header-regexps): Fix the 'pbm' part to
5729         allow comments in pbm files.
5731         * term/w32-win.el (dynamic-library-alist): Support newer versions
5732         of libjpeg starting with v7: look only for the DLL from the
5733         version against which Emacs was built.
5734         Support versions of libpng beyond 1.4.x.
5735         Support libtiff v4.x.
5737 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
5739         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
5740         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
5741         Add property :safe.
5742         (ruby-deep-arglist): Add property :type.
5744 2013-10-31  Glenn Morris  <rgm@gnu.org>
5746         * Makefile.in (custom-deps, finder-data): No need to setq the target
5747         variables, we are in the right directory and the defaults work fine.
5749 2013-10-30  Glenn Morris  <rgm@gnu.org>
5751         * Makefile.in (autoloads): Do not use abs_lisp.
5753         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5754         `newline' does not respect `standard-output', so use `princ'.
5756 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
5758         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
5759         * buff-menu.el (Buffer-menu--unmark): New function.
5760         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
5762 2013-10-30  Glenn Morris  <rgm@gnu.org>
5764         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
5766         * emacs-lisp/package.el (lm-homepage): Declare.
5768         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
5769         Fix doc typos.
5771         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
5773         * Makefile.in (finder-data, autoloads, update-subdirs)
5774         (compile-main, compile-clean, compile-always, bootstrap-clean):
5775         Check return value of cd.
5776         (compile-calc): Remove.
5778 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
5782         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
5783         (byte-compile-and-folded): New function.
5784         (=, <, >, <=, >=): Use it.
5786         * dos-w32.el (minibuffer-history-case-insensitive-variables)
5787         (path-separator, null-device, buffer-file-coding-system)
5788         (lpr-headers-switches): Check system-type before modifying them.
5789         (find-buffer-file-type-coding-system): Mark obsolete.
5790         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
5791         find-file-not-found-set-buffer-file-coding-system.
5792         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
5793         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
5794         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
5795         (w32-direct-print-region-helper, w32-direct-print-region-function)
5796         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
5797         * startup.el (normal-top-level-add-subdirs-to-load-path):
5798         * ps-print.el (ps-print-region-function):
5799         * lpr.el (print-region-function): Use new name.
5801         * subr.el (custom-declare-variable-early): Remove function.
5802         (custom-declare-variable-list): Remove var.
5803         (error, user-error): Remove `while' loop.
5804         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
5805         (user-emacs-directory-warning, locate-user-emacs-file):
5806         Move to files.el.
5807         * simple.el (read-quoted-char-radix, read-quoted-char):
5808         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
5809         Move from subr.el.
5810         * custom.el (custom-declare-variable-list): Don't process
5811         custom-declare-variable-list.
5813         * progmodes/python.el (python-shell-get-buffer): New function.
5814         (python-shell-get-process): Use it.
5815         (python-shell-send-string): Always use utf-8 and add a cookie to tell
5816         Python which encoding was used.  Don't split-string since we only care
5817         about the first line.  Return the temp-file, if applicable.
5818         (python-shell-send-region): Tell compile.el how to turn locations in
5819         the temp-file into locations in the source buffer.
5821 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * subr.el (undefined): Add missing behavior from the C code for
5824         unbound keys.
5826         * rect.el: Use lexical-binding.  Add new rectangular region support.
5827         (rectangle-mark): New command.
5828         (rectangle--region): New var.
5829         (deactivate-mark-hook): Reset rectangle--region.
5830         (rectangle--extract-region, rectangle--insert-for-yank)
5831         (rectangle--highlight-for-redisplay)
5832         (rectangle--unhighlight-for-redisplay): New functions.
5833         (region-extract-function, redisplay-unhighlight-region-function)
5834         (redisplay-highlight-region-function): Use them to handle
5835         rectangular region.
5836         * simple.el (region-extract-function): New var.
5837         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
5838         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
5839         (kill-region): Replace obsolete `yank-handler' arg with `region'.
5840         (copy-region-as-kill, kill-ring-save): Add `region' argument.
5841         (redisplay-unhighlight-region-function)
5842         (redisplay-highlight-region-function): New vars.
5843         (redisplay--update-region-highlight): New function.
5844         (pre-redisplay-function): Use it.
5845         (exchange-point-and-mark): Don't deactivate the mark before
5846         reactivate-it anyway.
5847         * comint.el (comint-kill-region): Remove yank-handler argument.
5848         * delsel.el (delete-backward-char, backward-delete-char-untabify)
5849         (delete-char): Remove property, since it's now part of their
5850         default behavior.
5851         (self-insert-iso): Remove property since this command doesn't exist.
5853         * emacs-lisp/package.el (package--download-one-archive)
5854         (describe-package-1): Don't query the user about final newline.
5856 2013-10-29  Daniel Colascione  <dancol@dancol.org>
5858         * net/tramp.el (tramp-methods): Document new functionality.
5859         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
5860         tramp-hostname-checker if method provides one instead of scanning
5861         argument list for "%h" to decide hostname acceptability.
5863 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
5865         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5866         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5867         Handle COPY-CONTENTS.  (Bug#15737)
5869 2013-10-28  Daiki Ueno  <ueno@gnu.org>
5871         * epa-file.el
5872         (epa-file-cache-passphrase-for-symmetric-encryption):
5873         Document that this option has no effect with GnuPG 2.0 (bug#15552).
5875 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
5877         * image.el (defimage, image-load-path): Doc fixes.
5879 2013-10-27  Alan Mackenzie  <acm@muc.de>
5881         Indent statements in macros following "##" correctly.
5882         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
5883         Modify the "#" arm of a cond form to handle "#" and "##" operators.
5885 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
5887         * linum.el (linum-update-window): Fix boundary test (bug#13446).
5889 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
5891         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
5892         after `=' is probably a new expression.
5894 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5896         * man.el (man-imenu-title): New option.
5897         (Man-mode-map): Add menu.  (Bug#15722)
5898         (Man-mode): Add imenu to menu.
5900 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
5902         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
5903         specific in what the first arg can be: a non-keyword word,
5904         string/regexp/percent literal opener, opening paren, or unary
5905         operator followed directly by word.
5907 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5909         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
5910         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
5911         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
5912         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
5913         Remove vars, they do not apply any more.
5914         (prolog-mode-abbrev-table): Remove redundant declaration.
5915         (prolog-upper-case-string, prolog-lower-case-string): Remove.
5916         (prolog-use-smie): Remove.
5917         (prolog-smie-rules): Add indentation rule for the if-then-else layout
5918         supported by prolog-electric-if-then-else-flag.
5919         (prolog-mode-variables, prolog-menu): Use setq-local.
5920         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
5921         Remove binding to `Backspace' since this key doesn't exist anyway.
5922         Remove bindings for electric self-inserting keys.
5923         (prog-mode): Assume it's defined.
5924         (prolog-post-self-insert): New function.
5925         (prolog-mode): Use it.
5926         (prolog-indent-line, prolog-indent-level)
5927         (prolog-find-indent-of-matching-paren)
5928         (prolog-indentation-level-of-line, prolog-goto-comment-column)
5929         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
5930         (prolog-goto-next-paren, prolog-in-string-or-comment)
5931         (prolog-tokenize, prolog-inside-mline-comment)
5932         (prolog-find-start-of-mline-comment): Remove functions.
5933         (prolog-find-unmatched-paren, prolog-clause-end)
5934         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
5935         (prolog-electric--if-then-else): Rename from
5936         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
5937         (prolog-tokenize-searchkey): Remove const.
5938         (prolog-clause-info): Use forward-sexp.
5939         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
5940         (prolog-electric-if-then-else): Remove commands.
5941         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
5942         for use in post-self-insert-hook.
5943         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
5944         for use in post-self-insert-hook.
5945         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
5946         for use in post-self-insert-hook.
5947         (prolog-electric--underscore): Rename from prolog-electric--underscore;
5948         adapt it for use in post-self-insert-hook.
5950 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
5952         * emacs-lisp/ert.el (ert-run-tests-interactively):
5953         Use `completing-read'.  (Bug#9756)
5955 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
5957         * simple.el (line-move): Call line-move-1 instead of
5958         line-move-visual when the current window hscroll is zero, but
5959         temporary-goal-column indicates we will need to hscroll as result
5960         of the movement.  (Bug#15712)
5962 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
5964         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
5965         capitalization.  Use :visible instead of :active.
5966         Fix `ruby-indent-exp' reference.  Add menu items for the generic
5967         commands that are used with SMIE.
5968         (ruby-do-end-to-brace): Insert space after `{'.
5970 2013-10-25  John Anthony  <john@jo.hnanthony.com>
5972         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
5974         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
5976 2013-10-25  Glenn Morris  <rgm@gnu.org>
5978         * vc/vc.el (vc-print-log): Don't use a working revision unless
5979         one was explicitly specified.  (Bug#15322)
5981 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5983         * subr.el (add-to-list): Preserve return value in compiler-macro
5984         (bug#15692).
5986 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5988         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
5989         result.  Ask user to retry using '-all' flag.  (Bug#15701)
5991 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5993         * emacs-lisp/smie.el: New smie-config system.
5994         (smie-config): New defcustom.
5995         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
5996         (smie-config-guess, smie-config-save): New commands.
5997         (smie-config--mode-local, smie-config--buffer-local)
5998         (smie-config--trace, smie-config--modefuns): New vars.
5999         (smie-config--advice, smie-config--mode-hook)
6000         (smie-config--setter, smie-config-local, smie-config--get-trace)
6001         (smie-config--guess-value, smie-config--guess): New functions.
6002         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6003         text properties.  Treat "string fence" syntax like string syntax.
6005         * progmodes/sh-script.el (sh-use-smie): Change default.
6006         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6007         (sh-var-value): Simplify by CSE.
6008         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6009         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6010         is used.
6011         (sh-guess-basic-offset): Use cl-incf.
6012         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6014 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
6016         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6017         (bug#15699).
6019 2013-10-24  Glenn Morris  <rgm@gnu.org>
6021         * Makefile.in (abs_top_srcdir): Remove.
6022         (update-subdirs): Use relative path to update-subdirs.
6024 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
6026         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6027         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6028         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6029         Call unmsys--file-name before expand-file-name, not after it.
6031 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
6033         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6034         (ert-test-skipped): New error.
6035         (ert-skip, ert-stats-skipped): New defuns.
6036         (ert--skip-unless): New macro.
6037         (ert-test-skipped): New struct.
6038         (ert--run-test-debugger, ert-test-result-type-p)
6039         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6040         (ert--stats-set-test-and-result, ert-char-for-test-result)
6041         (ert-string-for-test-result, ert-run-tests-batch)
6042         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6043         Handle skipped tests.  (Bug#9803)
6045 2013-10-24  Glenn Morris  <rgm@gnu.org>
6047         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6049         * Makefile.in (abs_top_srcdir): New, set by configure.
6050         (update-subdirs): Correct build-aux location.
6052 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
6054         * vc/vc.el (vc-print-root-log): Always set `default-directory'
6055         value, whether we could auto-deduce `backend', or not.
6057         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6058         with parameters" example.  Simplify the "is it block or is it
6059         hash" check, but also make it more thorough.
6061 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
6063         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
6065 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6067         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6068         { if it is hanging.
6070         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6071         :before ";".
6073 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
6075         * progmodes/compile.el (compilation-directory-matcher)
6076         (compilation-page-delimiter):
6077         Support GNU Make-4.0 directory quoting.  (Bug#15678)
6079 2013-10-23  Leo Liu  <sdl.web@gmail.com>
6081         * ido.el (ido-tidy): Handle read-only text.
6083 2013-10-23  Glenn Morris  <rgm@gnu.org>
6085         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6086         (emacs, compile, compile-always):
6087         Quote entities that might contain whitespace.
6088         (custom-deps, finder-data, autoloads): Use abs_lisp.
6089         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6090         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6091         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6093 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
6095         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6096         Use `following-char'.
6098 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6100         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6101         * progmodes/ruby-mode.el (ruby-smie-rules):
6102         Remove corresponding workaround.  Fix indentation rule of ";" so it
6103         also applies when ";" is the parent.
6105 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
6107         * frame.el (display-screens, display-pixel-height)
6108         (display-pixel-width, display-mm-width, display-backing-store)
6109         (display-save-under, display-planes, display-color-cells)
6110         (display-visual-class, display-monitor-attributes-list):
6111         Mention the optional ‘display’ argument in doc strings.
6113 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
6115         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6116         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
6118 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
6120         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6121         TODO.  Add "." after " @ ".
6122         (ruby-smie--at-dot-call): New function.  Checks if point at method
6123         call with explicit target.
6124         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6125         to the method name tokens when it precedes them.
6126         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6127         (ruby-smie-rules): Add rule for indentation before and after "."
6128         token.
6130 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * textmodes/remember.el (remember-diary-extract-entries):
6133         Avoid add-to-list.
6135         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6136         an instruction.
6138 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
6140         * progmodes/ruby-mode.el (ruby-smie-grammar):
6141         Add (almost) all infix operators.
6142         (ruby-smie--implicit-semi-p): Add new operator chars.
6144         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6145         `smie-down-list'.
6146         (ruby-smie--args-separator-p): Check that there's no newline
6147         between method call and its arguments.
6149 2013-10-20  Alan Mackenzie  <acm@muc.de>
6151         Allow comma separated lists after Java "implements".
6153         * progmodes/cc-engine.el (c-backward-over-enum-header):
6154         Parse commas.
6155         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6156         from a "disallowed" list in enum fontification.
6158 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
6160         * startup.el (default-frame-background-mode): Remove unused defvar.
6162         * progmodes/verilog-mode.el (verilog-mode): Don't set
6163         comment-indent-function globally.
6165 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
6167         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6168         Move Info menu item creation to ns-win.el.
6170         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6171         in menu bar.
6173         * menu-bar.el: Move GNUstep specific menus...
6175         * term/ns-win.el (ns-initialize-window-system): ... to here.
6177 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6179         * simple.el (newline): Only run post-self-insert-hook when
6180         called interactively.
6182 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
6184         * icomplete.el (icomplete-with-completion-tables): Add :version.
6186 2013-10-19  Alan Mackenzie  <acm@muc.de>
6188         Fix fontification bugs with constructors and const.
6190         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6191         CASE 2) Remove the check for the absence of a suffix construct
6192         after a function declaration with only types (no identifiers) in
6193         the parentheses.  Also, accept a function declaration with just a
6194         type inside the parentheses, if this type can be positively
6195         recognised as such, or if a prefix keyword like "explicit" nails
6196         down the construct as a declaration.
6198 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
6200         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6201         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
6202         the problem whereby selecting a menu item that leads to a
6203         minibuffer prompt moves the cursor out of the minibuffer window,
6204         making it hard to type at the prompt.  Suggested by Stefan Monnier
6205         <monnier@iro.umontreal.ca>.
6207 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
6209         * menu-bar.el: Don't make Services menu.
6211 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6213         * ffap.el: Handle "/usr/include/c++/<version>" directories.
6214         (ffap-alist): Use ffap-c++-mode for c++-mode.
6215         (ffap-c++-path): New variable.
6216         (ffap-c++-mode): New function.
6218 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
6220         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
6222 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
6224         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6225         introduced on 2013-09-08, which results in an infinite loop
6226         requesting a password.
6228 2013-10-18  Glenn Morris  <rgm@gnu.org>
6230         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6232 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
6234         Sync with upstream verilog-mode revision 1a6ecec7.
6235         * progmodes/verilog-mode.el (verilog-mode-version): Update.
6236         (verilog-mode-release-date): Remove.
6237         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6238         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6239         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6240         (verilog-auto-tieoff-ignore-regexp)
6241         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6242         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6243         (verilog-signals-with, verilog-dir-cache-preserving)
6244         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6245         Doc fixes.
6246         (verilog-case-fold): New option, to control case folding in
6247         regexp searches, bug597.
6248         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6249         (verilog-string-match-fold, verilog-in-paren-count)
6250         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6251         (verilog-at-close-struct-p): New functions.
6252         (verilog-beg-block-re-ordered, verilog-extended-case-re)
6253         (verilog-forward-sexp, verilog-set-auto-endcomments)
6254         (verilog-leap-to-case-head): Handle "unique0" case.
6255         (verilog-in-constraint-re): New constant.
6256         (verilog-keywords, verilog-type-font-keywords):
6257         Add some SystemVerilog 1800-2012 keywords.
6258         (verilog-label-be): Remove unimplemented argument, bug669.
6259         (verilog-batch-execute-func): When batch expanding clear
6260         create-lockfiles to prevent spurious user locks when a file ends
6261         up not changing.
6262         (verilog-calculate-indent, verilog-calc-1)
6263         (verilog-at-close-constraint-p, verilog-at-constraint-p)
6264         (verilog-do-indent): Fix indentation of nested constraints
6265         and structures.
6266         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6267         (verilog-auto-inst-param): Use verilog-string-match-fold.
6268         (verilog-read-inst-module-matcher):
6269         Fix AUTOINST on gate primitives with #1.
6270         (verilog-read-decls): Fix double-declaring user-defined typed signals.
6271         Reads all user-defined typed variables.
6272         (verilog-read-defines): Fix reading definitions inside comments, bug647.
6273         (verilog-signals-matching-regexp)
6274         (verilog-signals-not-matching-regexp, verilog-auto):
6275         Respect verilog-case-fold.
6276         (verilog-diff-report): Fix line count.
6277         (verilog-auto-assign-modport): Remove unused local `modi'.
6278         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6279         better handle multidimensional arrays.
6280         Fix packed array ports misadding bit index in AUTOINST, bug637.
6281         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6282         to not double-declare existing outputs and inputs, respectively.
6283         (verilog-template-map): Bind U to verilog-sk-uvm-component.
6284         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6285         (verilog-sk-uvm-component): New skeleton.
6286         (verilog-submit-bug-report): Add verilog-case-fold,
6287         remove verilog-mode-release-date.
6289 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
6291         * subr.el (sit-for): Call (input-pending-p t) so as to behave
6292         as before.
6294 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
6296         * textmodes/remember.el (remember): Set buffer-offer-save in
6297         remember buffers (bug#13566).
6299 2013-10-18  Daniel Colascione  <dancol@dancol.org>
6301         When evaluating forms in ielm, direct standard output to ielm
6302         buffer.  Add new ielm-return-for-effect command.  Remove trailing
6303         whitespace throughout.
6305         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6306         (ielm-return-for-effect): New command.
6307         (ielm-send-input): Accept optional `for-effect' parameter.
6308         (ielm-eval-input): Accept optional `for-effect' parameter.
6309         Bind `standard-output' to stream we create using
6310         `ielm-standard-output-impl'.  Suppress printing result when
6311         `for-effect'.
6312         (ielm-standard-output-impl): New function.
6313         (inferior-emacs-lisp-mode): Explain new features in documentation.
6315 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
6317         Code cleanup.
6319         * net/tramp.el (tramp-debug-message): Do not check for connection
6320         buffer.
6321         (tramp-message): Use "vector" connection property.
6323         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6324         (tramp-equal-remote, tramp-eshell-directory-change)
6325         * net/tramp-adb.el (tramp-adb-handle-copy-file)
6326         (tramp-adb-handle-rename-file)
6327         * net/tramp-cmds.el (tramp-list-remote-buffers)
6328         (tramp-cleanup-connection, tramp-cleanup-this-connection)
6329         * net/tramp-compat.el (tramp-compat-process-running-p)
6330         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6331         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6332         (tramp-gvfs-handle-rename-file)
6333         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6334         (tramp-set-file-uid-gid)
6335         * net/tramp-smb.el (tramp-smb-handle-copy-file)
6336         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6337         of `file-remote-p'.
6339         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6340         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6341         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6342         (tramp-gw-open-network-stream): Suppress unrelated traces.
6344         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6345         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6346         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6347         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6348         connection property.
6350         * net/tramp-cache.el (top): Suppress traces when reading
6351         persistency file.
6353         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6354         Refactor common code.  Improve debug message.
6355         (tramp-maybe-open-connection)
6356         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6357         connection buffer too early.
6359         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6360         from `tramp-smb-actions-with-acl'.
6361         (tramp-smb-actions-set-acl): New defconst.
6362         (tramp-smb-handle-copy-directory)
6363         (tramp-smb-action-get-acl): New defun, renamed from
6364         `tramp-smb-action-with-acl'.
6365         (tramp-smb-action-set-acl): New defun.
6366         (tramp-smb-handle-set-file-acl): Rewrite.
6368 2013-10-17  Glenn Morris  <rgm@gnu.org>
6370         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
6372 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6374         * skeleton.el (skeleton-newline): Remove.
6375         (skeleton-internal-1): Use (insert "\n") instead.
6377         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6378         let-bindings.
6380         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6381         forward-sexp-function while we redo its job (bug#15613).
6383 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
6385         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6386         represented by lists.
6388 2013-10-16  Glenn Morris  <rgm@gnu.org>
6390         * tmm.el (tmm--history): New dynamic variable.
6391         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
6393 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
6395         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6396         (tramp-smb-errors): Add error messages.
6397         (tramp-smb-actions-with-acl): New defconst.
6398         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6399         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6400         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6401         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6402         (tramp-smb-get-stat-capability): Fix tests.
6404 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6406         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6407         (bug#15580).
6409 2013-10-16  Glenn Morris  <rgm@gnu.org>
6411         * ansi-color.el (ansi-color-drop-regexp):
6412         Add 1J, 1K, 2K.  (Bug#15617)
6414         * files.el (hack-local-variables--warned-lexical): New.
6415         (hack-local-variables):
6416         Warn about misplaced lexical-binding.  (Bug#15616)
6418         * net/eww.el (eww-render): Always set eww-current-url,
6419         and update header line.  (Bug#15622)
6420         (eww-display-html): ... Rather than just doing it here.
6422 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
6424         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6425         menu navigations commands.
6427 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
6429         * progmodes/subword.el (subword-capitalize): Be careful when
6430         the search for [[:alpha:]] fails (bug#15580).
6432 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
6434         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6435         to commands that scroll the menu.
6437 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
6439         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6440         Handle methods ending with `?' and `!'.
6442 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
6444         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6445         `japanese-cp932' to `cp932' to fix the problem where saving a
6446         source file written in Shift_JIS twice would end up having
6447         `coding: japanese-cp932' which Ruby could not recognize.
6448         (ruby-mode-set-encoding): Add support for encodings mapped to nil
6449         in `ruby-encoding-map'.
6450         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6451         doesn't need to be explicitly declared in magic comment.
6452         (ruby-encoding-map): Add type declaration for better customize UI.
6454 2013-10-13  Glenn Morris  <rgm@gnu.org>
6456         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6457         Occur buffers are read-only.  http://bugs.debian.org/720775
6459         * emacs-lisp/authors.el (authors-fixed-entries):
6460         Comment out old alpha stuff.
6462 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
6464         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6465         to `after-save-hook' instead of `before-save-hook'.
6466         (ruby-mode-set-encoding): Use the value of coding system used to
6467         write the file.  Call `basic-save-buffer-1' after modifying the
6468         buffer.
6470 2013-10-13  Alan Mackenzie  <acm@muc.de>
6472         Fix indentation/fontification of Java enum with
6473         "implements"/generic.
6475         * progmodes/cc-engine.el (c-backward-over-enum-header):
6476         Extracted from the three other places and enhanced to handle generics.
6477         (c-inside-bracelist-p): Uses new function above.
6478         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6479         function above.
6480         (c-font-lock-enum-tail): Uses new function above.
6482 2013-10-13  Kenichi Handa  <handa@gnu.org>
6484         * international/mule-cmds.el (select-safe-coding-system): Remove a
6485         superfluous condition in chekcing whether a coding system is safe
6486         or not.
6488 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
6490         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
6492 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
6494         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
6496 2013-10-13  Glenn Morris  <rgm@gnu.org>
6498         * menu-bar.el (menu-bar-update-buffers):
6499         Unify Buffers menu prompt string.  (Bug#15576)
6501         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
6503         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6504         Add some entries.
6505         (authors-fixed-entries): Use accented form of name.
6507 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6510         method calls (bug#15594).
6511         (ruby-smie--args-separator-p): New function.
6512         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6513         recognize paren-free method calls.
6515         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6516         internals of universal-argument.
6518 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
6520         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6521         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6522         dropped menu on second mouse click on the menu bar.
6524 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6527         (explicit-shell-file-name): Declare.
6528         (sh--vars-before-point, sh--cmd-completion-table): New functions.
6529         (sh-completion-at-point-function): New function.
6530         (sh-mode): Use it.
6531         (sh-smie--keyword-p): Remove unused argument.
6532         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6533         vars.
6534         (sh-set-shell): Always setup SMIE, even if we use the
6535         old indentation code.
6537 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
6539         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6540         cases of ? and =.
6541         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
6542         predicate would return nil are almost non-existent.
6543         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6545         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6546         cache also after commands that modify the buffer but don't move
6547         point.
6549 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6551         * env.el (substitute-env-in-file-name): New function.
6552         (substitute-env-vars): Extend the meaning of the optional arg.
6554 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
6556         * term/w32-win.el (dynamic-library-alist): Define separate lists
6557         of GIF DLLs for versions before and after 5.0.0 of giflib.
6558         (Bug#15531)
6560 2013-10-10  João Távora  <joaotavora@gmail.com>
6562         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6563         not locked, use last revision and current source as
6564         defaults.  (Bug#15569)
6566 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
6568         * menu-bar.el (menu-bar-open): Don't use popup-menu if
6569         menu-bar is hidden.
6571 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
6573         * window.el (pop-to-buffer-same-window): Fix doc-string.
6574         (Bug#15492)
6576 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6578         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6580 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
6582         * calendar/icalendar.el (icalendar-import-file):
6583         Fix interactive spec.  (Bug#15482)
6585 2013-10-10  Glenn Morris  <rgm@gnu.org>
6587         * desktop.el (desktop-save): Default to saving in .emacs.d,
6588         since PWD is no longer in desktop-path by default.  (Bug#15319)
6590         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6591         now that text mode has a menu with the same entry.
6592         (menu-bar-text-mode-auto-fill): Remove now unused func.
6593         * textmodes/text-mode.el (text-mode-map):
6594         Use auto-fill help text from menu-bar.el.
6596 2013-10-10  John Anthony  <john@jo.hnanthony.com>
6598         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
6600 2013-10-09  Juri Linkov  <juri@jurta.org>
6602         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6603         instead of this-command-keys.  Add universal-argument-more and
6604         universal-argument-minus to the list of prefix commands.  (Bug#15568)
6606 2013-10-09  Glenn Morris  <rgm@gnu.org>
6608         * vc/vc-svn.el (vc-svn-create-repo):
6609         Expand paths in file://... url.  (Bug#15446)
6611         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6612         Add some entries.
6613         (authors): Remove unused local variables.
6615 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6617         * profiler.el: Create a more coherent calltree from partial backtraces.
6618         (profiler-format): Hide the tail with `invisible' so that C-s can still
6619         find the hidden elements.
6620         (profiler-calltree-depth): Don't recurse so enthusiastically.
6621         (profiler-function-equal): New hash-table-test.
6622         (profiler-calltree-build-unified): New function.
6623         (profiler-calltree-build): Use it.
6624         (profiler-report-make-name-part): Indent the calltree less.
6625         (profiler-report-mode): Add visibility specs for profiler-format.
6626         (profiler-report-expand-entry, profiler-report-toggle-entry):
6627         Expand the whole subtree when provided with a prefix arg.
6629 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
6631         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
6632         iuwu-mod token.
6633         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
6634         hanging iuwu-mod token.
6635         (ruby-smie--forward-token): Do not include a dot after a token in
6636         that token.
6637         (ruby-smie--backward-token): Likewise.
6639 2013-10-08  Juri Linkov  <juri@jurta.org>
6641         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
6642         to isearch-other-control-char.
6643         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
6644         and isearch-post-command-hook to post-command-hook.
6645         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
6646         and isearch-post-command-hook from post-command-hook.
6647         (isearch-unread-key-sequence)
6648         (isearch-reread-key-sequence-naturally)
6649         (isearch-lookup-scroll-key, isearch-other-control-char)
6650         (isearch-other-meta-char): Remove functions.
6651         (isearch-pre-command-hook, isearch-post-command-hook):
6652         New functions based on isearch-other-meta-char rewritten
6653         relying on the new behavior of overriding-terminal-local-map
6654         that does not replace the local keymaps any more.  (Bug#15200)
6656 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
6658         Support menus on text-mode terminals.
6659         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
6660         functionality.
6662         * tooltip.el (tooltip-mode): Don't error out on TTYs.
6664         * menu-bar.el (popup-menu, popup-menu-normalize-position):
6665         Move here from mouse.el.
6666         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
6667         and arrow keys.
6668         (tty-menu-navigation-map): New map for TTY menu navigation.
6670         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
6672         * frame.el (display-mouse-p): Report text-mode mouse as available
6673         on w32.
6674         (display-popup-menus-p): Report availability if mouse is
6675         available; don't condition on window-system.
6677         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
6678         (tty-menu-selected-face): New faces.
6680 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
6683         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
6684         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
6685         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
6686         New constants.
6687         (lisp-mode-variables): New `elisp' argument.
6688         (emacs-lisp-mode): Use it.
6689         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
6690         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
6692         * indent.el: Use lexical-binding.
6693         (indent-region): Add progress reporter.
6694         (tab-stop-list): Make it implicitly extend to infinity by repeating the
6695         last step.
6696         (indent--next-tab-stop): New function to implement this behavior.
6697         (tab-to-tab-stop, move-to-tab-stop): Use it.
6699 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
6701         * indent.el (indent-rigidly--current-indentation): New function.
6702         (indent-rigidly-map): New var.
6703         (indent-rigidly): Use it to provide interactive mode (bug#8196).
6705 2013-10-08  Bastien Guerry  <bzg@gnu.org>
6707         * register.el (insert-register): Fix 2013-10-07 change.
6709 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * progmodes/perl-mode.el: Use lexical-binding.
6712         Remove redundant :group args.
6713         (perl-nochange): Change default to be closer to other major modes's
6714         standard behavior.
6715         (perl-indent-line): Don't consider text on current line as a
6716         valid beginning of function from which to indent.
6718         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
6719         with more than one argument (bug#15538).
6721         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
6723         * vc/pcvs.el: Use lexical-binding.
6724         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
6725         environment of `eval'.
6726         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
6727         than a list of expressions.  Adjust callers.
6728         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
6730 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
6732         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
6733         case of the dot in a chained method call being on the following line.
6735 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6737         * electric.el (electric-indent-inhibit): New var.
6738         (electric-indent-post-self-insert-function): Use it.
6739         * progmodes/python.el (python-mode): Set it.
6741         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
6742         open braces.
6744         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
6746         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
6747         (css-mode): Use electric-indent-chars.
6749         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
6750         (font-lock-beg, font-lock-end): Move before first use.
6751         (nxml-mode): Use syntax-propertize-function.
6752         (nxml-after-change, nxml-after-change1): Adjust accordingly.
6753         (nxml-extend-after-change-region): Remove.
6754         * nxml/xmltok.el: Use lexical-binding.
6755         (xmltok-save): Use `declare'.
6756         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
6757         * nxml/nxml-util.el: Use lexical-binding.
6758         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
6759         Use `declare'.
6760         * nxml/nxml-ns.el: Use lexical-binding.
6761         (nxml-ns-save): Use `declare'.
6762         (nxml-ns-prefixes-for): Avoid add-to-list.
6763         * nxml/rng-match.el: Use lexical-binding.
6764         (rng--ipattern): Use cl-defstruct.
6765         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
6766         (rng-cons-group-after, rng-subst-group-after)
6767         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
6768         Use closures instead of `(lambda...).
6770 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
6772         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
6773         of BEG and END.
6775         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6776         Use `tramp-handle-insert-file-contents'.
6777         (tramp-gvfs-handle-insert-file-contents): Remove function.
6779         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6780         Use `save-restriction' in order to keep markers.
6782         * net/trampver.el: Update release number.
6784 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * progmodes/compile.el (compilation-parse-errors):
6787         Use compilation--put-prop.
6788         (compilation--ensure-parse): Check compilation-multiline.
6790         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
6792         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
6793         lexical-binding.
6795         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
6797         * progmodes/ruby-mode.el: Fix recently added tests.
6798         (ruby-smie-grammar): Add - and +.
6799         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
6800         (ruby-smie--backward-id): New functions.
6801         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
6802         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
6803         any more.
6805 2013-10-07  Leo Liu  <sdl.web@gmail.com>
6807         * register.el (register-preview-delay)
6808         (register-preview-functions): New variables.
6809         (register-read-with-preview, register-preview)
6810         (register-describe-oneline): New functions.
6811         (point-to-register, window-configuration-to-register)
6812         (frame-configuration-to-register, jump-to-register)
6813         (number-to-register, view-register, insert-register)
6814         (copy-to-register, append-to-register, prepend-to-register)
6815         (copy-rectangle-to-register): Use register-read-with-preview to
6816         read register.  (Bug#15525)
6818 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
6820         * net/network-stream.el (network-stream-open-starttls): Don't add
6821         --insecure if it's already present, because that gnutls-cli
6822         rejects getting that parameter twice.
6824 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
6826         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
6827         keyword, too.
6829 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
6831         * newcomment.el (comment-use-global-state): Change default value
6832         to t, mark obsolete (Bug#15251).
6833         (comment-beginning): In addition to `comment-to-syntax', check the
6834         value of `comment-use-global-state'.
6836 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6838         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
6839         (ruby-comment-column): Follow the global default, by default.
6840         (ruby-smie-grammar): Add assignment syntax.
6841         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
6842         open-paren, a comma, or a \.
6843         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
6844         and line continuations.
6845         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
6846         followed by implicit semi-colons.  Add rule for string concatenation
6847         and for indentation at BOB.
6848         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
6850         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
6851         calling next-sexp, since next-token may have skipped chars which
6852         next-sexp doesn't know should be skipped!
6854 2013-10-05  Leo Liu  <sdl.web@gmail.com>
6856         * progmodes/octave.el (octave-send-region):
6857         Call compilation-forget-errors.
6859 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6861         * vc/vc-svn.el (vc-svn-find-admin-dir):
6862         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
6863         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
6864         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
6865         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
6867 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
6871 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6873         * subr.el (read-passwd): Hide chars even when called within a context
6874         where after-change-functions is disabled (bug#15501).
6875         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
6876         until we removed ourself from overriding-terminal-local-map.
6878 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6880         * progmodes/octave.el (inferior-octave-mode):
6881         Call compilation-forget-errors.
6883 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
6885         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6887 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
6889         * net/secrets.el (secrets-create-collection): Add optional
6890         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
6891         dbus-call-method argument.  (Bug#15516)
6893 2013-10-04  Leo Liu  <sdl.web@gmail.com>
6895         * progmodes/octave.el (inferior-octave-error-regexp-alist)
6896         (inferior-octave-compilation-font-lock-keywords): New variables.
6897         (compilation-error-regexp-alist)
6898         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
6899         (inferior-octave-mode): Use compilation-shell-minor-mode.
6901 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
6903         * minibuffer.el (completion--replace): Be careful that `end' might be
6904         a marker.
6906 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6908         Add support for package signature checking.
6909         * emacs-lisp/package.el (url-http-file-exists-p)
6910         (epg-make-context, epg-context-set-home-directory)
6911         (epg-verify-string, epg-context-result-for)
6912         (epg-signature-status, epg-signature-to-string)
6913         (epg-check-configuration, epg-configuration)
6914         (epg-import-keys-from-file): Declare.
6915         (package-check-signature): New user option.
6916         (package-unsigned-archives): New user option.
6917         (package-desc): Add `signed' field.
6918         (package-load-descriptor): Set `signed' field if .signed file exists.
6919         (package--archive-file-exists-p): New function.
6920         (package--check-signature): New function.
6921         (package-install-from-archive): Check package signature.
6922         (package--download-one-archive): Check archive signature.
6923         (package-delete): Remove .signed file.
6924         (package-import-keyring): New command.
6925         (package-refresh-contents): Import default keyring.
6926         (package-desc-status): Add "unsigned" status.
6927         (describe-package-1, package-menu--print-info)
6928         (package-menu-mark-delete, package-menu--find-upgrades)
6929         (package-menu--status-predicate): Support "unsigned" status.
6931 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6933         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
6934         the new compilation scheme using the new byte-codes.
6936         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
6937         (byte-pophandler): New byte codes.
6938         (byte-goto-ops): Adjust accordingly.
6939         (byte-compile--use-old-handlers): New var.
6940         (byte-compile-catch): Use new byte codes depending on
6941         byte-compile--use-old-handlers.
6942         (byte-compile-condition-case--old): Rename from
6943         byte-compile-condition-case.
6944         (byte-compile-condition-case--new): New function.
6945         (byte-compile-condition-case): New function that dispatches depending
6946         on byte-compile--use-old-handlers.
6947         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
6948         when we can.
6950         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6951         Optimize under `condition-case' and `catch' if
6952         byte-compile--use-old-handlers is nil.
6953         (disassemble-offset): Handle new bytecodes.
6955 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6957         * subr.el (error): Use `declare'.
6958         (decode-char, encode-char): Use advertised-calling-convention instead
6959         of the docstring to discourage use of the `restriction' arg.
6961 2013-10-03  Daiki Ueno  <ueno@gnu.org>
6963         * epg.el (epg-verify-file): Add a comment saying that it does not
6964         notify verification error as a return value nor a signal.
6965         (epg-verify-string): Ditto.
6967 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6969         * progmodes/compile.el (compilation-start): Try globbing the arg to
6970         `cd' (bug#15417).
6972 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
6974         Sync with Tramp 2.2.8.
6976         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
6977         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
6978         * net/trampver.el: Update release number.
6980 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
6982         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
6983         and default-process-coding-system for darwin only.
6985 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6987         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
6989 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
6991         * vc/vc-git.el (vc-git-grep): Disable pager.
6993 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
6995         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
6996         Use :url instead of :homepage, as per
6997         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
6999         * newcomment.el (comment-beginning): When `comment-use-syntax' is
7000         non-nil, use `syntax-ppss' (Bug#15251).
7002 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7004         * progmodes/octave.el (inferior-octave-startup-file):
7005         Prefer ~/.emacs.d/init_octave.m.
7007 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
7009         * emacs-lisp/package.el (package-desc-from-define):
7010         Accept additional arguments as plist, convert them to an alist and store
7011         them in the `extras' slot.
7012         (package-generate-description-file): Convert extras alist back to
7013         plist and append to the `define-package' form arguments.
7014         (package--alist-to-plist): New function.
7015         (package--ac-desc): Add `extras' slot.
7016         (package--add-to-archive-contents): Check if the archive-contents
7017         vector is long enough, and if it is, pass its `extras' slot value
7018         to `package-desc-create'.
7019         (package-buffer-info): Call `lm-homepage', pass the returned value
7020         to `package-desc-from-define'.
7021         (describe-package-1): Render the homepage button (Bug#13291).
7023         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7024         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7026 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
7028         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7029         and default-process-coding-system to utf-8-unix (Bug#15402).
7031 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
7033         * subr.el (looking-back): Do not recommend using looking-back.
7035 2013-09-28  Alan Mackenzie  <acm@muc.de>
7037         Fix indentation/fontification of Java enum with "implements".
7039         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7040         regexp which matches "implements", etc., in Java.
7041         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7042         specifier clauses coming after "enum".
7043         * progmodes/cc-fonts.el (c-font-lock-declarations)
7044         (c-font-lock-enum-tail): Check for extra specifier clauses coming
7045         after "enum".
7047 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
7049         * faces.el (region): Change ns_selection_color to
7050         ns_selection_fg_color, add ns_selection_bg_color.
7052 2013-09-28  Leo Liu  <sdl.web@gmail.com>
7054         * progmodes/octave.el (inferior-octave-completion-table)
7055         (inferior-octave-completion-at-point): Minor tweaks.
7057         * textmodes/ispell.el (ispell-lookup-words): Rename from
7058         lookup-words.  (Bug#15460)
7059         (lookup-words): Obsolete.
7060         (ispell-complete-word, ispell-command-loop): All uses changed.
7062 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7064         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7065         (octave-mode-menu): Add octave-send-buffer.
7066         (octave-send-buffer): New function.
7068 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7070         * progmodes/octave.el (octave-mode-map): Add key binding for
7071         octave-lookfor.
7072         (octave-mode-menu): Add octave-lookfor.
7073         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7074         octave-lookfor.
7075         (octave-lookfor): New function.
7077 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7079         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7080         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7081         its convention.
7082         (cl--loop-set-iterator-function): New function.
7083         (cl-loop): Adjust accordingly, so as not to use cl-subst.
7084         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7085         Bind `it' with `let' instead of substituting it with `cl-subst'.
7086         (cl--unused-var-p): New function.
7087         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7088         Eliminate some unused variable warnings (bug#15326).
7090 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
7092         * doc-view.el (doc-view-scale-reset): Rename from
7093         `doc-view-reset-zoom-level'.
7094         (doc-view-scale-adjust): New command.
7095         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7096         `doc-view-scale-adjust'.
7098 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
7100         * doc-view.el (doc-view-reset-zoom-level): New command.
7101         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7102         zoom commands (bug#15466).
7104 2013-09-26  Kenichi Handa  <handa@gnu.org>
7106         * international/quail.el (quail-help): Make it not a command.
7108 2013-09-26  Leo Liu  <sdl.web@gmail.com>
7110         * minibuffer.el (completion-all-sorted-completions): Make args
7111         optional as they are.
7113 2013-09-25  Daniel Colascione  <dancol@dancol.org>
7115         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7116         specs are and that they're not evaluated.
7118 2013-09-24  Sam Steingold  <sds@gnu.org>
7120         * midnight.el (clean-buffer-list-kill-regexps)
7121         (clean-buffer-list-kill-buffer-names): Update for the new Man
7122         buffer naming which includes the object name.
7124 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * eshell/esh-cmd.el (eshell--sep-terms): New var.
7127         (eshell-parse-command, eshell-parse-pipeline): Use it since
7128         eshell-separate-commands requires a dynamic scoped var.
7129         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7131 2013-09-23  Leo Liu  <sdl.web@gmail.com>
7133         * autoinsert.el (auto-insert-alist): Make the value of
7134         lexical-binding match its file setting.
7136 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
7138         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7140         * autoarg.el (autoarg-kp-digit-argument):
7141         * electric.el (Electric-command-loop):
7142         * kmacro.el (kmacro-step-edit-insert):
7143         Do not set universal-argument-num-events.
7145 2013-09-22  Leo Liu  <sdl.web@gmail.com>
7147         * files.el (interpreter-mode-alist): Add octave.
7149 2013-09-21  Alan Mackenzie  <acm@muc.de>
7151         C++: fontify identifier in declaration following "public:" correctly.
7152         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7153         to match "public", etc.
7154         (c-decl-prefix-re): Add ":" into the C++ value.
7155         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7156         bit.  Add a check for a ":" preceded by "public", etc.
7158 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
7160         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7161         recognized by GDB 7.5 and later.
7163 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
7165         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7167 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * subr.el (internal--call-interactively): New const.
7170         (called-interactively-p): Use it (bug#3984).
7172 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
7174         * vc/pcvs.el (cvs-mode-ignore):
7175         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7176         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7178 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7180         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
7181         (eshell-ls-orig-insert-directory): Remove.
7182         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
7183         (eshell-ls-use-in-dired): Use advice-add/remove.
7184         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7185         Add `orig-fun' arg for use in :around advice.
7186         Make it check (redundantly) eshell-ls-use-in-dired.
7188 2013-09-19  Glenn Morris  <rgm@gnu.org>
7190         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7192         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7194         * emacs-lisp/eieio.el (class-parent): Undo previous change.
7196 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
7198         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7199         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7200         (tramp-get-remote-python): New defuns.
7201         (tramp-get-remote-uid-with-perl)
7202         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
7203         contributed by yary <not.com@gmail.com> (tiny change).
7204         (tramp-get-remote-uid-with-python)
7205         (tramp-get-remote-gid-with-python): New defuns.  Python code
7206         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7207         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7209 2013-09-19  Glenn Morris  <rgm@gnu.org>
7211         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7213         * eshell/em-unix.el (eshell-remove-entries):
7214         Rename argument to avoid name-clash with global `top-level'.
7216         * eshell/esh-proc.el (eshell-kill-process-function):
7217         Remove eshell-reset-after-proc from eshell-kill-hook if present.
7218         (eshell-reset-after-proc): Remove unused arg `proc'.
7220         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7221         (directory-files-and-attributes): Mark unused arg.
7223         * eshell/em-unix.el (eshell-remove-entries):
7224         Remove unused arg `path'.  Update callers.
7226         * eshell/em-hist.el (eshell-hist-parse-arguments):
7227         Remove unused arg `silent'.  Update callers.
7229         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7230         Fix (f)boundp mix-up.
7232         * eshell/em-smart.el (eshell-smart-scroll-window)
7233         (eshell-disable-after-change):
7234         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7236 2013-09-18  Alan Mackenzie  <acm@muc.de>
7238         Fix fontification of type when followed by "const".
7239         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7240         "known" types from fontification.
7242 2013-09-18  Glenn Morris  <rgm@gnu.org>
7244         * emacs-lisp/chart.el (x-display-color-cells): Declare.
7245         (chart-face-list): Drop Emacsen without display-color-p.
7247         * net/eww.el (libxml-parse-html-region): Declare.
7248         (eww-display-html): Explicit error if no libxml2 support.
7250         * doc-view.el (doc-view-mode): Silence --without-x compilation.
7252         * image.el (image-type-from-buffer, image-multi-frame-p):
7253         Remove --without-x warning/error.
7255         * mouse.el (mouse-yank-primary):
7256         * term.el (term-mouse-paste):
7257         Reorder to silence --without-x compilation.
7259         * mpc.el (doc-view-mode): Silence --without-x compilation.
7261         * mail/rmailmm.el (rmail-mime-set-bulk-data):
7262         Silence --without-x compilation.
7264         * progmodes/gud.el (gud-find-file, gud-mode):
7265         Silence --without-x compilation.
7266         (tooltip-mode): Declare.
7268         * wdired.el (dired-backup-overwrite): Remove declaration.
7269         (wdired-mode-map): Add doc string.
7271         * custom.el (x-get-resource): Declare.
7273         * eshell/em-glob.el (ange-cache):
7274         * eshell/em-unix.el (ange-cache): Declare.
7276         * faces.el (x-display-list, x-open-connection, x-get-resource):
7277         Declare.
7279         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7280         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7281         Declare.
7283         * frame.el (x-display-grayscale-p, x-display-name): Declare.
7285         * net/gnutls.el (gnutls-log-level): Declare.
7287         * net/shr.el (image-size, image-animate): Declare.
7289         * simple.el (font-info): Declare.
7291         * subr.el (x-popup-dialog): Declare.
7293         * term/common-win.el (x-select-enable-primary)
7294         (x-last-selected-text-primary, x-last-selected-text-clipboard):
7295         Declare.
7297         * term/ns-win.el (x-handle-args): Declare.
7299         * term/x-win.el (x-select-enable-clipboard): Declare.
7301         * term/w32-win.el (create-default-fontset): Declare.
7303         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7304         Declare.
7306         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7307         (fit-frame-to-buffer): Explicit error if --without-x.
7308         (mouse-autoselect-window-select): Silence compiler.
7310         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7312         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7313         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7314         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7315         * eshell/esh-util.el (eshell-sublist):
7316         Remove unused local variables.
7318         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7320         * textmodes/two-column.el: Make 2C-split work for --without-x.
7321         (scroll-bar-columns): Autoload.
7322         (top-level): Require fringe when compiling.
7324 2013-09-18  Leo Liu  <sdl.web@gmail.com>
7326         * subr.el (add-hook): Robustify to handle closure as well.
7328 2013-09-17  Glenn Morris  <rgm@gnu.org>
7330         * simple.el (messages-buffer-mode-map): Unbind "g".
7332 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7334         * help-mode.el (help-mode-finish): Use derived-mode-p.
7335         Remove obsolete highlighting.
7337         * play/life.el (life-mode): Use define-derived-mode.  Derive from
7338         special-mode.
7339         (life): Let-bind inhibit-read-only.
7340         (life-setup): Avoid `setq'.  Use `life-mode'.
7342         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7343         which should not be needed any more.
7344         (package-menu-refresh, package-menu-describe-package): Use user-error.
7346         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7347         (eshell-post-rewrite-command-hook): Make obsolete.
7348         (eshell-parse-command): Simplify.
7349         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7350         (eshell--cmd): Declare.
7351         (eshell-parse-pipeline): Remove unused var `final-p'.
7352         Pass a dynvar to eshell-post-rewrite-command-hook.
7353         Implement the new eshell-post-rewrite-command-function.
7354         (eshell-invoke-directly): Remove unused arg `input'.
7355         * eshell/esh-io.el (eshell-io-initialize):
7356         Use eshell-post-rewrite-command-function (bug#15399).
7357         (eshell--apply-redirections): Rename from eshell-apply-redirections;
7358         adjust to new calling convention.
7359         (eshell-create-handles): Rename args to avoid clashing with dynvar
7360         `standard-output'.
7362 2013-09-17  Glenn Morris  <rgm@gnu.org>
7364         * simple.el (messages-buffer-mode): New major mode.
7365         (messages-buffer): New function.
7366         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7367         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7368         (ert-run-test): Use `messages-buffer' function.
7369         (ert--force-message-log-buffer-truncation): Ignore read-only.
7370         * help.el (view-echo-area-messages): Use `messages-buffer' function.
7371         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7373 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7375         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7377         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7379 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7381         * icomplete.el (icomplete-in-buffer): New var.
7382         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7383         vars and replace them with functions.
7384         (icomplete-minibuffer-setup): Adjust accordingly.
7385         (icomplete--completion-table, icomplete--completion-predicate)
7386         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7387         New functions.
7388         (icomplete-forward-completions, icomplete-backward-completions)
7389         (icomplete-simple-completing-p, icomplete-exhibit)
7390         (icomplete-completions): Use them.
7391         (icomplete--in-region-buffer): New var.
7392         (icomplete--in-region-setup): New function.
7393         (icomplete-mode): Use it.
7395         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7396         (bug#15379).
7397         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7398         return args and options.
7399         (eshell-eval-using-options): Use the new return value of
7400         eshell--do-opts to set the options's vars in their scope.
7401         (eshell--set-option): Rename from eshell-set-option.
7402         Add arg `opt-vals'.
7403         (eshell--process-option): Rename from eshell-process-option.
7404         Add arg `opt-vals'.
7405         (eshell--process-args): Use an `opt-vals' alist to store the options's
7406         values during their processing and return them additionally to the
7407         remaining args.
7409 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
7411         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7412         continuation character an operator, as far as indentation is
7413         concerned (Bug#15369).
7415 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
7417         * window.el (window--state-put-2): Don't process buffer state
7418         when buffer doesn't exist any more (Bug#15382).
7420 2013-09-15  Glenn Morris  <rgm@gnu.org>
7422         * eshell/em-unix.el (eshell/rm):
7423         Make -f ignore missing files.  (Bug#15373)
7425         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
7426         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7427         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7429 2013-09-14  Glenn Morris  <rgm@gnu.org>
7431         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7433 2013-09-13  Glenn Morris  <rgm@gnu.org>
7435         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7436         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
7438 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
7440         * frame.el (x-focus-frame): Mark as declared in frame.c.
7442 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * ls-lisp.el: Use advice-add.
7445         (original-insert-directory): Remove.
7446         (ls-lisp--insert-directory): Rename from insert-directory; add
7447         `orig-fun' argument.
7448         (insert-directory): Advise.
7450 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
7452         * term.el (term-emulate-terminal): Decode the command string
7453         before passing it to term-command-hook.  (Bug#15337)
7455 2013-09-13  Glenn Morris  <rgm@gnu.org>
7457         * eshell/esh-util.el (ange-cache): Move declaration earlier.
7459         * eshell/esh-ext.el (eshell-search-path): Declare.
7461         * eshell/em-prompt.el (eshell/pwd): Autoload it.
7462         Otherwise an error occurs if eshell-dirs module not loaded.
7464         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7466 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
7468         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7469         `tramp-check-proper-host'.  Check for a valid method name.
7471         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7472         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7473         * net/tramp-sh.el (tramp-maybe-open-connection):
7474         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7476         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7477         also for hash values.
7479 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7481         * term/ns-win.el (parameters): Don't declare as dynamic.
7482         (before-make-frame-hook): Don't add ineffective function.
7484         * eshell/*.el: Use lexical-binding (bug#15231).
7486 2013-09-12  Kenichi Handa  <handa@gnu.org>
7488         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7490 2013-09-12  Glenn Morris  <rgm@gnu.org>
7492         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7493         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7495         * subr.el (do-after-load-evaluation): Also give compiler warnings
7496         when obsolete files are used (except by obsolete files).
7498         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7499         in the status output, assume `filename' is the first.  (Bug#15322)
7501         * vc/vc.el (vc-deduce-fileset): Doc fix.
7503         * calc/calc-help.el (Info-goto-node):
7504         * progmodes/cperl-mode.el (Info-find-node):
7505         * vc/ediff.el (Info-goto-node): Update declarations.
7507         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7509         * vc/vc-bzr.el (vc-compilation-mode): Declare.
7510         (vc-bzr-pull): Require vc-dispatcher.
7511         * vc/vc-git.el (vc-compilation-mode): Declare.
7512         (vc-git-pull): Require vc-dispatcher.
7514         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7516         * progmodes/octave.el (help-button-action): Declare.
7518         * shell.el (shell-directory-tracker): Output error as a message
7519         rather than just returning it as a string.
7520         (shell-process-pushd): Remove useless use of message.
7522         * dframe.el (dframe-timer-fn):
7523         * files.el (dir-locals-read-from-file):
7524         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7525         (mpc-format):
7526         * reveal.el (reveal-post-command):
7527         * saveplace.el (load-save-place-alist-from-file):
7528         * shell.el (shell-resync-dirs):
7529         * w32-common-fns.el (x-get-selection-value):
7530         * emacs-lisp/copyright.el (copyright-find-copyright):
7531         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7532         * emulation/tpu-edt.el (tpu-copy-keyfile):
7533         * play/bubbles.el (bubbles--mark-neighbourhood):
7534         * progmodes/executable.el
7535         (executable-make-buffer-file-executable-if-script-p):
7536         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7538 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7540         Cleanup Eshell to rely less on dynamic scoping.
7541         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7542         last-value, and ext-command here.  Bind `args' closer to `body'.
7543         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7544         (eshell--args): Declare new dynamic var.
7545         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
7546         last-value, and ext-command.  Pass `args' to `body'.
7547         (eshell-process-args): Bind eshell--args.
7548         (eshell-set-option): Use eshell--args.
7549         * eshell/eshell.el (eshell): Use derived-mode-p.
7550         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7551         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7552         (eshell-glob-function): Declare.
7553         * eshell/esh-util.el: Require cl-lib.
7554         (eshell-read-hosts-file): Avoid add-to-list.
7555         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7556         `err'.
7557         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7558         Declare.
7559         (eshell/diff): Remove unused var `err'.
7560         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7561         `killflag'.
7562         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7563         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7564         first use.
7565         * eshell/em-glob.el (eshell-glob-matches, message-shown):
7566         Move declaration before first use.
7567         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7568         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7569         rely on cl-return.
7571 2013-09-12  Glenn Morris  <rgm@gnu.org>
7573         * term/ns-win.el (global-map): Remove binding for ispell-next,
7574         deleted 1999-05-29.  (Bug#15357)
7576 2013-09-11  Glenn Morris  <rgm@gnu.org>
7578         * echistory.el (electric-command-history): Remove call to deleted func.
7580         * play/landmark.el (landmark-mode): Fix typos.
7582         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7583         Check cvs-sort-ignore-file is bound.
7585         * savehist.el: No need for cl when compiling on Emacs.
7587 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7589         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7590         (bug#15338).
7591         (eshell-self-insert-command, eshell-send-invisible):
7592         Remove unused argument.
7593         (eshell-handle-control-codes): Remove unused var `orig'.
7594         Avoid delete-backward-char.
7596         * files.el (set-auto-mode): Simplify a bit further.
7598 2013-09-11  Glenn Morris  <rgm@gnu.org>
7600         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7601         (set-auto-mode): Don't regexp-quote elements.
7602         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7603         * progmodes/cc-mode.el (interpreter-mode-alist):
7604         * progmodes/ruby-mode.el (interpreter-mode-alist):
7605         Revert previous change.
7607 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * play/snake.el (snake-mode):
7610         * play/mpuz.el (mpuz-mode):
7611         * play/landmark.el (lm-mode):
7612         * play/blackbox.el (blackbox-mode):
7613         * play/5x5.el (5x5-mode):
7614         * obsolete/options.el (Edit-options-mode):
7615         * net/quickurl.el (quickurl-list-mode):
7616         * net/newst-treeview.el (newsticker-treeview-mode):
7617         * mail/rmailsum.el (rmail-summary-mode):
7618         * mail/mspools.el (mspools-mode):
7619         * locate.el (locate-mode):
7620         * ibuffer.el (ibuffer-mode):
7621         * emulation/ws-mode.el (wordstar-mode):
7622         * emacs-lisp/debug.el (debugger-mode):
7623         * array.el (array-mode):
7624         * net/eudc.el (eudc-mode): Use define-derived-mode.
7625         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
7626         Move initialization into declaration.
7627         (mairix-searches-mode): Use define-derived-mode.
7628         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
7629         (eudc-edit-hotlist): Use dolist.
7630         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
7631         (Man-mode): Use define-derived-mode.
7632         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
7633         (Info-edit-mode): Use define-derived-mode.
7634         (Info-cease-edit): Use Info-mode.
7635         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
7636         into declaration.
7637         (eshell-mode): Use define-derived-mode.
7638         * chistory.el (command-history-mode-map): Rename from
7639         command-history-map.
7640         (command-history-mode): Use define-derived-mode.
7641         (Command-history-setup): Remove function.
7642         * calc/calc.el (calc-trail-mode-map): New var.
7643         (calc-trail-mode): Use define-derived-mode.
7644         (calc-trail-buffer): Set calc-main-buffer manually.
7645         * bookmark.el (bookmark-insert-annotation): New function.
7646         (bookmark-edit-annotation): Use it.
7647         (bookmark-edit-annotation-mode): Make it a proper major mode.
7648         (bookmark-send-edited-annotation): Use derived-mode-p.
7649         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
7650         closer to its ideal place.  Use \' to match EOS.
7652         * profiler.el (profiler-calltree-find): Use function-equal.
7654 2013-09-10  Glenn Morris  <rgm@gnu.org>
7656         * files.el (interpreter-mode-alist): Convert to regexps.
7657         (set-auto-mode): Adapt for this.  (Bug#15306)
7658         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
7659         Comment out unused variable.
7660         * progmodes/cc-mode.el (interpreter-mode-alist):
7661         * progmodes/python.el (interpreter-mode-alist):
7662         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
7663         * progmodes/sh-script.el (sh-set-shell):
7664         No longer use interpreter-mode-alist to get list of shells.
7666         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
7668 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7670         * simple.el: Use set-temporary-overlay-map for universal-argument.
7671         (universal-argument-map): Don't use default-bindings (bug#15317).
7672         Bind switch-frame explicitly.  Replace universal-argument-minus with
7673         a conditional binding.
7674         (universal-argument-num-events, saved-overriding-map): Remove.
7675         (restore-overriding-map): Remove.
7676         (universal-argument--mode): Rename from save&set-overriding-map,
7677         and rewrite.
7678         (universal-argument, universal-argument-more, negative-argument)
7679         (digit-argument): Adjust accordingly.
7680         (universal-argument-minus): Remove.
7681         (universal-argument-other-key): Remove.
7683         * subr.el (with-demoted-errors): Add `format' argument.
7685 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
7687         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
7688         `tramp-cleanup-connection'.
7690         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
7691         parameters KEEP-DEBUG and KEEP-PASSWORD.
7693         * net/tramp.el (tramp-file-name-handler):
7694         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7695         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
7696         (tramp-maybe-open-connection):
7697         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7698         Use `tramp-cleanup-connection'.
7700         * net/tramp-sh.el (tramp-maybe-open-connection):
7701         Catch 'uname-changed inside the progress reporter.
7703 2013-09-10  Glenn Morris  <rgm@gnu.org>
7705         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
7707         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
7708         returns "alternate access method" in mode (eg "-rw-r--r--.").
7710 2013-09-08  Glenn Morris  <rgm@gnu.org>
7712         * saveplace.el (load-save-place-alist-from-file):
7713         Demote errors.  (Bug#15305)
7715 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
7717         Improve compatibility with older Emacsen, and XEmacs.
7719         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
7720         only if it is bound.  It isn't for XEmacs.
7721         (with-tramp-progress-reporter): Do not let-bind `result'.
7722         This yields to scoping errors in XEmacs.
7723         (tramp-handle-make-auto-save-file-name): New function, moved from
7724         tramp-sh.el.
7726         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
7727         for `make-auto-save-file-name'.
7728         (tramp-adb--gnu-switches-to-ash):
7729         Use `tramp-compat-replace-regexp-in-string'.
7731         * net/tramp-cache.el (tramp-cache-print): Call
7732         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
7734         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
7735         bound.  It isn't for XEmacs.
7737         * net/tramp-compat.el (tramp-compat-copy-file):
7738         Catch `wrong-number-of-arguments' error.
7739         (tramp-compat-replace-regexp-in-string): New defun.
7741         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
7742         for `make-auto-save-file-name'.
7743         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
7744         `copy-file'.
7745         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
7746         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
7747         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
7749         * net/tramp-gw.el (tramp-gw-open-network-stream):
7750         Use `tramp-compat-replace-regexp-in-string'.
7752         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7753         Call `tramp-handle-make-auto-save-file-name'.
7754         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
7755         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7756         (tramp-sh-file-inotifywait-process-filter):
7757         Use `tramp-compat-replace-regexp-in-string'.
7758         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
7760         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
7761         for `make-auto-save-file-name'.
7762         (tramp-smb-handle-copy-directory):
7763         Call `tramp-compat-replace-regexp-in-string'.
7764         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
7765         (tramp-smb-handle-copy-file): Improve error message.
7766         (tramp-smb-handle-rename-file): Rename directly only in case
7767         `newname' does not exist yet.  This is a restriction of smbclient.
7768         (tramp-smb-maybe-open-connection): Rerun the function only when
7769         `auth-sources' is non-nil.
7771 2013-09-08  Kenichi Handa  <handa@gnu.org>
7773         * international/characters.el: Set category "^" (Combining) for
7774         more characters.
7776 2013-09-07  Alan Mackenzie  <acm@muc.de>
7778         Correctly fontify Java class constructors.
7779         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
7780         in Java Mode.
7781         (c-recognize-typeless-decls): Set the Java value to t.
7782         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7783         While handling a "(", add a check for, effectively, Java, and handle a
7784         "typeless" declaration there.
7786 2013-09-07  Roland Winkler  <winkler@gnu.org>
7788         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
7789         field subtitle for entry type book.
7791 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7793         * minibuffer.el: Make minibuffer-complete call completion-in-region
7794         rather than other way around.
7795         (completion--some, completion-pcm--find-all-completions):
7796         Don't delay signals when debugging.
7797         (minibuffer-completion-contents): Beware fields within the
7798         minibuffer contents.
7799         (completion-all-sorted-completions): Use defvar-local.
7800         (completion--do-completion, completion--cache-all-sorted-completions)
7801         (completion-all-sorted-completions, minibuffer-force-complete):
7802         Add args `beg' and `end'.
7803         (completion--in-region-1): New fun, extracted from minibuffer-complete.
7804         (minibuffer-complete): Use completion-in-region.
7805         (completion-complete-and-exit): New fun, extracted from
7806         minibuffer-complete-and-exit.
7807         (minibuffer-complete-and-exit): Use it.
7808         (completion--complete-and-exit): Rename from
7809         minibuffer--complete-and-exit.
7810         (completion-in-region--single-word): New function, extracted from
7811         minibuffer-complete-word.
7812         (minibuffer-complete-word): Use it.
7813         (display-completion-list): Make `common-substring' argument obsolete.
7814         (completion--in-region): Call completion--in-region-1 instead of
7815         minibuffer-complete.
7816         (completion-help-at-point): Pass boundaries to
7817         minibuffer-completion-help as args rather than via an overlay.
7818         (completion-pcm--string->pattern): Use `any-delim'.
7819         (completion-pcm--optimize-pattern): New function.
7820         (completion-pcm--pattern->regex): Handle `any-delim'.
7821         * icomplete.el (icomplete-forward-completions)
7822         (icomplete-backward-completions, icomplete-completions):
7823         Adjust calls to completion-all-sorted-completions and
7824         completion--cache-all-sorted-completions.
7825         (icomplete-with-completion-tables): Default to t.
7826         * emacs-lisp/crm.el (crm--current-element): Rename from
7827         crm--select-current-element.  Don't put an overlay but return the
7828         boundaries instead.
7829         (crm--completion-command): Take two new args to bind to the boundaries.
7830         (crm-completion-help): Adjust accordingly.
7831         (crm-complete): Use completion-in-region.
7832         (crm-complete-word): Use completion-in-region--single-word.
7833         (crm-complete-and-exit): Use completion-complete-and-exit.
7835 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
7838         than dynamically.
7840 2013-09-06  Juri Linkov  <juri@jurta.org>
7842         * info.el (Info-display-images-node): When image file doesn't exist
7843         display text version of the image if it's provided in the Info file.
7844         Otherwise, display the location of missing image from SRC attribute.
7845         Add help-echo text property from ALT attribute.  (Bug#15279)
7847 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
7850         (edit-abbrevs-mode): Use define-derived-mode.
7852         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
7853         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
7854         that it's defined.
7855         (epa-key-list-mode, epa-key-mode, epa-info-mode):
7856         Use define-derived-mode.
7858         * epg.el (epg-start-encrypt): Minor CSE simplification.
7860 2013-09-06  William Xu  <william.xwl@gmail.com>
7862         * arc-mode.el: Add support for 7za (bug#15264).
7863         (archive-7z-program): New var.
7864         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
7865         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
7866         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
7868 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
7870         Remove URL syntax.
7872         * net/tramp.el (tramp-syntax, tramp-prefix-format)
7873         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
7874         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
7875         (tramp-postfix-host-format, tramp-file-name-regexp)
7876         (tramp-completion-file-name-regexp)
7877         (tramp-completion-dissect-file-name)
7878         (tramp-handle-substitute-in-file-name): Remove 'url case.
7879         (tramp-file-name-regexp-url)
7880         (tramp-completion-file-name-regexp-url): Remove constants.
7882 2013-09-06  Glenn Morris  <rgm@gnu.org>
7884         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
7886 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
7888         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
7889         keywords" below "here-doc beginnings" (Bug#15270).
7891 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7893         * subr.el (pop): Use `car-safe'.
7894         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
7895         to detect unused `pop' return value.
7897         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
7898         var `block-regexp'.
7899         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
7900         (python-fill-string): Remove unused var `marker'.
7901         (python-skeleton-add-menu-items): Remove unused var `items'.
7903         * international/mule-cmds.el: Require CL.
7904         (find-coding-systems-for-charsets): Avoid add-to-list.
7905         (sanitize-coding-system-list): New function, extracted from
7906         select-safe-coding-system-interactively.
7907         (select-safe-coding-system-interactively): Use it.
7908         (read-input-method-name): Accept symbols for `default'.
7910         * emacs-lisp/advice.el (defadvice): Add indent rule.
7912 2013-09-05  Daniel Hackney  <dan@haxney.org>
7914         * dired-x.el:
7915         * net/ange-ftp.el:
7916         * net/browse-url.el:
7917         * net/dbus.el:
7918         * net/eudc.el:
7919         * net/eudcb-ldap.el:
7920         * net/eww.el:
7921         * net/imap.el:
7922         * printing.el:
7923         * vc/ediff-diff.el:
7924         * vc/ediff-init.el:
7925         * vc/ediff-merg.el:
7926         * vc/ediff-mult.el:
7927         * vc/ediff-util.el:
7928         * vc/ediff-wind.el:
7929         * vc/ediff.el:
7930         * vc/emerge.el:
7931         * vc/pcvs.el:
7932         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
7933         byte compiler.  Remove some unused let-bound variables.
7935 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7937         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
7938         a "ref-cell", since it gets better optimized (bug#14883).
7940 2013-09-05  Glenn Morris  <rgm@gnu.org>
7942         * progmodes/cc-awk.el (c-forward-sws): Declare.
7944 2013-09-04  Glenn Morris  <rgm@gnu.org>
7946         * generic-x.el [rul-generic-mode]: Require cc-mode.
7947         (c++-mode-syntax-table): Declare.
7948         (rul-generic-mode-syntax-table): Init in the defvar.
7950 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
7953         (vc-do-command, vc-set-async-update):
7954         * vc/vc-mtn.el (vc-mtn-dir-status):
7955         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
7956         (vc-hg-pull, vc-hg-merge-branch):
7957         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
7958         (vc-git-merge-branch):
7959         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
7960         (vc-cvs-dir-status-files):
7961         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
7962         (vc-bzr-dir-status-files):
7963         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
7964         * vc/vc-annotate.el: Use lexical-binding.
7965         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
7966         (vc-sentinel-movepoint): Declare.
7967         (vc-annotate): Don't use `goto-line'.
7968         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
7969         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
7970         (vc-sentinel-movepoint): Declare.
7971         * vc/vc-svn.el: Use lexical-binding.
7972         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
7973         * vc/vc-sccs.el:
7974         * vc/vc-rcs.el: Use lexical-binding.
7976         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
7977         `deleted'.  Don't drop errors silently.
7979         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
7981 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
7983         * vc/vc.el (vc-ignore): Rewrite.
7984         (vc-default-ignore): New function.
7985         (vc-default-ignore-completion-table): Use find-ignore-file.
7987         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
7988         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
7989         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
7990         Remove.  Most code moved to vc.el.
7992 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7994         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
7995         * net/tramp-smb.el (tramp-smb-get-file-entries):
7996         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
7997         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
7999         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8000         Update call to it.
8001         (eww-change-select): Remove unused var `properties'.
8002         (eww-make-unique-file-name): Remove unused var `base'.
8004         * finder.el (finder-compile-keywords): Don't mess with windows.
8006         * calculator.el (calculator-funcall): Fix typo in last change.
8008         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8010         * emacs-lisp/package.el (package-activate-1): Don't let a missing
8011         <pkg>-autoloads.el file stop us.
8013         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8014         warnings, and factor out common code.
8016 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
8018         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8019         two-character operators and whether the character preceding them
8020         changes their meaning (Bug#15208).
8022 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8024         Format code sent to Python shell for robustness.
8025         * progmodes/python.el (python-shell-buffer-substring):
8026         New function.
8027         (python-shell-send-region, python-shell-send-buffer): Use it.
8029 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
8031         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8032         * net/tramp.el (tramp-user-error): ... here.
8033         (tramp-find-method, tramp-check-proper-host)
8034         (tramp-dissect-file-name, tramp-debug-message)
8035         (tramp-handle-shell-command):
8036         * net/tramp-adb.el (tramp-adb-handle-shell-command):
8037         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8039         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8041 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
8043         * avoid.el (mouse-avoidance-point-position)
8044         (mouse-avoidance-too-close-p): Handle case where posn-at-point
8045         returns nil.
8047 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8049         * progmodes/python.el (python-shell-completion-get-completions):
8050         Drop use of deleted `comint-last-prompt-overlay'.
8051         (python-nav-if-name-main): New command.
8053 2013-09-01  Glenn Morris  <rgm@gnu.org>
8055         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8056         Avoid leading space in $wins.  Otherwise the sed command used by
8057         eg compile-main ends up containing "/*.el".  (Bug#15170)
8059         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
8061 2013-08-30  Glenn Morris  <rgm@gnu.org>
8063         * emacs-lisp/bytecomp.el (byte-recompile-directory):
8064         Fix is-this-a-directory logic.  (Bug#15220)
8066 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8068         * textmodes/css-mode.el: Use SMIE.
8069         (css-smie-grammar): New var.
8070         (css-smie--forward-token, css-smie--backward-token)
8071         (css-smie-rules): New functions.
8072         (css-mode): Use them.
8073         (css-navigation-syntax-table): Remove var.
8074         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8075         (css-indent-calculate, css-indent-line): Remove functions.
8077         Misc changes to reduce use of `(lambda...); and other cleanups.
8078         * cus-edit.el: Use lexical-binding.
8079         (customize-push-and-save, customize-apropos)
8080         (custom-buffer-create-internal): Use closures.
8081         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8082         * progmodes/ada-xref.el: Use setq.
8083         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8084         * dframe.el: Use lexical-binding.
8085         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
8086         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8087         * descr-text.el: Use lexical-binding.
8088         (describe-text-widget, describe-text-sexp, describe-property-list):
8089         Use closures.
8090         * comint.el (comint-history-isearch-push-state): Use a closure.
8091         * calculator.el: Use lexical-binding.
8092         (calculator-number-to-string): Make it work with lexical-binding.
8093         (calculator-funcall): Same and use cl-letf.
8095         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8096         (lisp--company-doc-string, lisp--company-location): New functions.
8097         (lisp-completion-at-point): Use them to improve Company support.
8099         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8100         params of lambda expressions.
8101         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8102         (ruby-smie--opening-pipe-p): New function.
8103         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8104         symbols and matched |...| for formal params.
8105         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8106         from being treated as hanging.  Handle "rescue".
8108 2013-08-29  Glenn Morris  <rgm@gnu.org>
8110         * progmodes/cc-engine.el (c-pull-open-brace):
8111         Move definition before use.
8113 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8115         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8116         are immutable.  Don't use `unsafe' any more.
8117         (cl--defsubst-expand): Don't substitute at the same time as keeping
8118         a residual unused let-binding.  Don't use `unsafe' any more.
8120 2013-08-29  Glenn Morris  <rgm@gnu.org>
8122         * calendar/cal-china.el (calendar-chinese-year-cache):
8123         Recenter on 2015.
8125         * nxml/nxml-util.el (nxml-debug-clear-inside):
8126         Use cl-loop rather than loop.
8128         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8130         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8132 2013-08-28  Glenn Morris  <rgm@gnu.org>
8134         * progmodes/antlr-mode.el: No need to require cc-mode twice.
8136         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8138         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8140 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8142         * simple.el (repeat-complex-command--called-interactively-skip):
8143         New function.
8144         (repeat-complex-command): Use it (bug#14136).
8146         * progmodes/cc-mode.el: Minor cleanup of var declarations.
8147         (c-define-abbrev-table): Add `doc' argument.
8148         (c-mode-abbrev-table, c++-mode-abbrev-table)
8149         (objc-mode-abbrev-table, java-mode-abbrev-table)
8150         (idl-mode-abbrev-table, pike-mode-abbrev-table)
8151         (awk-mode-abbrev-table): Use it.
8152         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8153         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8154         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8155         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8156         Move initialization into the declaration; and remove any
8157         autoload cookie.
8159         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8160         and dynamic let binding.
8162         * vc/smerge-mode.el: Remove redundant :group args.
8164         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8165         to load-path.
8167 2013-08-28  Juri Linkov  <juri@jurta.org>
8169         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8170         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8171         (isearch-other-meta-char): Handle an undefined shifted printing
8172         character by downshifting it.  (Bug#15200)
8174 2013-08-28  Juri Linkov  <juri@jurta.org>
8176         * isearch.el (isearch-search): Change regexp error message for
8177         non-regexp searches.  (Bug#15166)
8179 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8181         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8182         for portability to hosts where /bin/sh has problems.
8184 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8186         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8188 2013-08-27  Juri Linkov  <juri@jurta.org>
8190         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8191         in the keyboard macro.  (Bug#15126)
8193 2013-08-27  Juri Linkov  <juri@jurta.org>
8195         * isearch.el (isearch-quote-char): Comment out converting unibyte
8196         to multibyte, thus syncing with its `quoted-insert' counterpart.
8197         (Bug#15166)
8199 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
8201         * window.el (display-buffer-use-some-window): Add missing
8202         argument in call of get-largest-window (Bug#15185).
8203         Reported by Stephen Leake.
8205 2013-08-27  Glenn Morris  <rgm@gnu.org>
8207         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8209 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * progmodes/python.el (python-font-lock-keywords): Don't return nil
8212         from a matcher-function unless there's no more matches (bug#15161).
8214 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
8216         * minibuffer.el: Revert change from 2013-08-20.
8218         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8219         with text property `tramp-default', if appropriate.
8220         (tramp-check-proper-host): New defun.
8221         (tramp-dissect-file-name): Do not check hostname.  Revert change
8222         of 2013-03-18.
8223         (tramp-backtrace): Make VEC-OR-PROC optional.
8225         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8226         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8227         * net/tramp-sh.el (tramp-maybe-open-connection):
8228         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8229         Apply `tramp-check-proper-host'.
8231 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
8233         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8234         lambda expression in order to have `describe-variable' display it.
8236 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
8238         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8239         BUF can be optional.  (Bug#15186)
8241 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
8243         * progmodes/flymake.el (flymake-get-real-file-name-function):
8244         Fix broken customization.  (Bug#15184)
8246 2013-08-25  Alan Mackenzie  <acm@muc.de>
8248         Improve indentation of bracelists defined by macros (without "=").
8250         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8251         expansion begins with "{", regard it as bracelist when it doesn't
8252         contain a ";".
8254         Parse C++ inher-intro when there's a template split over 2 lines.
8256         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8257         rigorously the search for "class" etc. followed by ":".
8259         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8260         random languages a regexp which never matches rather than nil.
8262         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8264         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8265         (c-awk-regexp-one-line-possibly-open-char-list-re)
8266         (c-awk-one-line-possibly-open-regexp-re)
8267         (c-awk-one-line-non-syn-ws*-re): Remove.
8268         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8269         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8270         (c-awk-space*-unclosed-regexp-/-re): New constants.
8271         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8272         aren't regexp delimiters.
8274         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8275         handling for a rare situation in AWK Mode involving unterminated
8276         strings/regexps.
8278 2013-08-23  Glenn Morris  <rgm@gnu.org>
8280         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8282         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8284         * files.el (create-file-buffer): If the result would begin with
8285         spaces, prepend a "|" instead of removing them.  (Bug#15162)
8287 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8290         text-properties (bug#15155).
8292         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8293         exist any more.
8294         (calc-keypad-redraw): Remove unused var `pad'.
8295         (calc-keypad-press): Remove unused var `menu'.
8297 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
8299         * window.el (display-buffer-pop-up-frame):
8300         Call pop-up-frame-function with BUFFER current so `make-frame' will
8301         use it as the new frame's buffer (Bug#15133).
8303 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8305         * calendar/timeclock.el: Minor cleanups.
8306         (timeclock-ask-before-exiting, timeclock-use-display-time):
8307         Use `symbol'.
8308         (timeclock-modeline-display): Define as alias before the
8309         actual definition.
8310         (timeclock-mode-line-display): Use define-minor-mode.
8311         (timeclock-day-list-template): Make it a function, add an argument.
8312         (timeclock-day-list-required, timeclock-day-list-length)
8313         (timeclock-day-list-debt, timeclock-day-list-span)
8314         (timeclock-day-list-break): Adjust calls accordingly.
8316 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8319         Use read--expression so that completion works again.
8321 2013-08-21  Sam Steingold  <sds@gnu.org>
8323         Add rudimentary inferior shell interaction
8324         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8325         (sh-set-shell): Reset it.
8326         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8327         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8329 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8331         * align.el: Use lexical-binding.
8332         (align-region): Simplify accordingly.
8334 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
8336         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8338         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8339         `non-essential' up.
8341 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
8343         * net/tramp.el:
8344         * net/tramp-adb.el:
8345         * net/tramp-cmds.el:
8346         * net/tramp-ftp.el:
8347         * net/tramp-gvfs.el:
8348         * net/tramp-gw.el:
8349         * net/tramp-sh.el: Don't wrap external variable declarations by
8350         `eval-when-compile'.
8352 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8355         now that Emacs supports ImageMagick animations.
8357 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
8359         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8360         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8362 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
8364         * window.el (mouse-autoselect-window-select): Do autoselect when
8365         mouse pointer is on margin.
8367 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
8369         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
8371 2013-08-16  Glenn Morris  <rgm@gnu.org>
8373         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8374         Handle "Remote Directory" response of some clients.  (Bug#15058)
8376         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8377         Tweak warning.  (Bug#14926)
8379         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8380         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
8382         * image-mode.el (image-mode-map): Add menu items to reverse,
8383         increase, decrease, reset animation speed.
8384         (image--set-speed, image-increase-speed, image-decrease-speed)
8385         (image-reverse-speed, image-reset-speed): New functions.
8386         (image-mode-map): Add bindings for speed commands.
8388         * image.el (image-animate-get-speed, image-animate-set-speed):
8389         New functions.
8390         (image-animate-timeout): Respect image :speed property.
8392 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8394         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8395         previous line (bug#15101).
8396         (debugger-eval-expression, debugger-record-expression):
8397         Use read--expression (bug#15102).
8399 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
8401         Remove byte compiler warnings, visible when compiling with
8402         `byte-compile-force-lexical-warnings' set to t.
8404         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8405         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8406         (tramp-handle-unhandled-file-name-directory)
8407         (tramp-handle-file-notify-add-watch, tramp-action-login)
8408         (tramp-action-succeed, tramp-action-permission-denied)
8409         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8410         arguments with "_".
8412         * net/tramp-adb.el (tramp-adb-parse-device-names)
8413         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8414         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8415         (tramp-adb-handle-file-truename): Remove unused arguments.
8417         * net/tramp-cache.el (tramp-flush-directory-property)
8418         (tramp-flush-connection-property, tramp-list-connections)
8419         (tramp-parse-connection-properties): Prefix unused arguments with "_".
8421         * net/tramp-compat.el (tramp-compat-make-temp-file):
8422         Rename FILENAME to F.
8424         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8425         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8426         (tramp-zeroconf-parse-workstation-device-names)
8427         (tramp-zeroconf-parse-webdav-device-names)
8428         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8430         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8431         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8433         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8434         arguments.
8435         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8436         (tramp-sh-handle-insert-file-contents-literally)
8437         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8438         with "_".
8439         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8440         Remove unused variables.
8442         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8443         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8444         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8446         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8447         Make them a defconst.
8448         (tramp-uuencode-region): Remove unused variable.
8450 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
8452         * frameset.el (frameset--prop-setter): New function.
8453         (frameset-prop): Add gv-setter declaration.
8454         (frameset-filter-minibuffer): Deal with the case that the minibuffer
8455         parameter was already set in FILTERED.  Doc fix.
8456         (frameset--record-minibuffer-relationships): Allow saving a
8457         minibufferless frame without its corresponding minibuffer frame.
8458         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8459         frame, if the frame id matches.
8460         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8461         frames before orphaned ones.
8462         (frameset-restore): Warn about orphaned windows, instead of error out.
8464 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
8466         * window.el (window-make-atom): Don't overwrite parameter
8467         already present.
8468         (display-buffer-in-atom-window): Handle special case where we
8469         split an already atomic window.
8470         (window--major-non-side-window, display-buffer-in-side-window)
8471         (window--side-check): Ignore minibuffer window when walking
8472         window tree.
8473         (window-deletable-p): Return 'frame only if no other frame uses
8474         our minibuffer window.
8475         (record-window-buffer): Run buffer-list-update-hook.
8476         (split-window): Make sure window--check-frame won't destroy an
8477         existing atomic window in case the new window gets nested
8478         inside.
8479         (display-buffer-at-bottom): Ignore minibuffer window when
8480         walking window tree.  Don't split a side window.
8481         (pop-to-buffer): Don't set-buffer here, the select-window call
8482         should do that.
8483         (mouse-autoselect-window-select): Autoselect only if we are in the
8484         text portion of the window.
8486 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8488         * net/shr.el (shr-parse-image-data): New function to grab both the
8489         data itself and the Content-Type.
8490         (shr-put-image): Use it.
8492         * net/eww.el (eww-display-image): Ditto.
8494         * image.el (image-content-type-suffixes): New variable.
8496 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8498         * progmodes/python.el (python-imenu--build-tree)
8499         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8501 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
8503         * simple.el (backward-word): Mention the optional argument.
8505 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * frameset.el (frameset--make): Rename constructor from make-frameset.
8508         (frameset-p, frameset-valid-p): Don't autoload.
8509         (frameset-valid-p): Use normal accessors.
8511 2013-08-13  Glenn Morris  <rgm@gnu.org>
8513         * progmodes/compile.el (compile-command): Tweak example in doc.
8514         * obsolete/scribe.el (scribe-mode):
8515         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
8517         * mail/feedmail.el (feedmail-confirm-outgoing)
8518         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8520         * cus-start.el (truncate-partial-width-windows): Fix type.
8522         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8524         * net/shr.el (shr-table-horizontal-line): Fix custom type.
8526 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8528         * emacs-lisp/timer.el (timer--time-setter): New function.
8529         (timer--time): Use it as gv-setter.
8531         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8532         setter is not a symbol.
8534 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
8536         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8537         if sending fails.  This makes debugging easier.
8539 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
8541         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8542         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8543         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8545 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
8547         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8549 2013-08-12  Glenn Morris  <rgm@gnu.org>
8551         * format.el (format-annotate-function):
8552         Handle read-only text properties in the source.  (Bug#14887)
8554 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556         * net/eww.el (eww-display-html): Ignore coding system errors.
8557         One web site uses "utf-8lias" as the coding system.
8559 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
8561         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8563 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
8565         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8566         (tutorial--detailed-help): Remove unused local variables.
8567         (tutorial--save-tutorial-to): Use ignore-errors.
8568         (help-with-tutorial): Use looking-at-p.
8570         * view.el (view-buffer-other-window, view-buffer-other-frame):
8571         Mark unused arguments.
8573         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8574         (woman-select-symbol-fonts, woman, woman-find-file)
8575         (woman-insert-file-contents, woman-non-underline-faces):
8576         Use string-match-p.
8577         (woman1-unquote): Move declaration.
8579         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8580         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
8581         argument.  Remove unused local variable.
8582         (xml-parse-elem-type): Use string-match-p.
8583         (xml-substitute-numeric-entities): Use ignore-errors.
8585         * calculator.el (calculator): Mark unused argument.
8586         (calculator-paste, calculator-quit, calculator-integer-p):
8587         Use ignore-errors.
8588         (calculator-string-to-number, calculator-decimal, calculator-exp)
8589         (calculator-op-or-exp): Use string-match-p.
8591         * dired.el (dired-buffer-more-recently-used-p): Declare.
8592         (dired-insert-set-properties, dired-insert-old-subdirs):
8593         Use ignore-errors.
8595         * dired-aux.el (dired-compress): Use ignore-errors.
8596         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8597         (dired-do-async-shell-command, dired-do-shell-command)
8598         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8599         (dired-insert-subdir-validate): Use string-match-p.
8600         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8601         (dired-add-entry): Use string-match-p, looking-at-p.
8602         (dired-insert-subdir-newpos): Remove unused local variable.
8604         * filenotify.el (file-notify-callback): Remove unused local variable.
8606         * filesets.el (filesets-error): Mark unused argument.
8607         (filesets-which-command-p, filesets-filter-dir-names)
8608         (filesets-directory-files, filesets-get-external-viewer)
8609         (filesets-ingroup-get-data): Use string-match-p.
8611         * find-file.el (ff-other-file-name, ff-other-file-name)
8612         (ff-find-the-other-file, ff-cc-hh-converter):
8613         Remove unused local variables.
8614         (ff-get-file-name): Use string-match-p.
8615         (ff-all-dirs-under): Use ignore-errors.
8617         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8618         (follow-select-if-visible): Remove unused local variable.
8620         * forms.el (read-file-filter): Move declaration.
8621         (forms--make-format, forms--make-parser, forms-insert-record):
8622         Quote function with #'.
8623         (forms--update): Use string-match-p.  Quote function with #'.
8625         * help-mode.el (help-dir-local-var-def): Mark unused argument.
8626         (help-make-xrefs): Use looking-at-p.
8627         (help-xref-on-pp): Use looking-at-p, ignore-errors.
8629         * ibuffer.el (ibuffer-ext-visible-p): Declare.
8630         (ibuffer-confirm-operation-on): Use string-match-p.
8632         * msb.el (msb-item-handler, msb-dired-item-handler):
8633         Mark unused arguments.
8635         * ses.el (ses-decode-cell-symbol)
8636         (ses-kill-override): Remove unused local variable.
8637         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
8638         (ses-load): Use ignore-errors, looking-at-p.
8639         (ses-jump-safe): Use ignore-errors.
8640         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
8642         * tabify.el (untabify, tabify): Mark unused arguments.
8644         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
8645         Mark unused argument.
8646         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
8647         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
8649         * emacs-lisp/timer.el (timer--time): Define setter with
8650         gv-define-setter to avoid deprecation warning.
8652         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
8653         (*record-cmpl-statistics-p*): Remove (was commented out).
8654         (cmpl-statistics-block): Remove (body was commented out).
8655         All callers changed.
8656         (add-completions-from-buffer, load-completions-from-file):
8657         Remove unused variables.
8659 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8661         * filecache.el (file-cache-delete-file-list):
8662         Print message only when told so.
8663         (file-cache-files-matching): Use #' in mapconcat argument.
8665         * ffap.el (ffap-url-at-point): Fix reference to variable
8666         thing-at-point-default-mail-uri-scheme.
8668 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8670         * subr.el (define-error): New function.
8671         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
8672         error-file-not-found and define with define-error.
8673         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
8674         and define with define-error.
8675         * userlock.el (file-locked, file-supersession):
8676         * simple.el (mark-inactive):
8677         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
8678         * progmodes/ada-mode.el (ada-mode-errors):
8679         * play/life.el (life-extinct):
8680         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
8681         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
8682         * nxml/rng-util.el (rng-error):
8683         * nxml/rng-uri.el (rng-uri-error):
8684         * nxml/rng-match.el (rng-compile-error):
8685         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
8686         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
8687         * nxml/nxml-rap.el (nxml-scan-error):
8688         * nxml/nxml-outln.el (nxml-outline-error):
8689         * net/soap-client.el (soap-error):
8690         * net/gnutls.el (gnutls-error):
8691         * net/ange-ftp.el (ftp-error):
8692         * mpc.el (mpc-proc-error):
8693         * json.el (json-error, json-readtable-error, json-unknown-keyword)
8694         (json-number-format, json-string-escape, json-string-format)
8695         (json-key-format, json-object-format):
8696         * jka-compr.el (compression-error):
8697         * international/quail.el (quail-error):
8698         * international/kkc.el (kkc-error):
8699         * emacs-lisp/ert.el (ert-test-failed):
8700         * calc/calc.el (calc-error, inexact-result, math-overflow)
8701         (math-underflow):
8702         * bookmark.el (bookmark-error-no-filename):
8703         * epg.el (epg-error): Define with define-error.
8705         * time.el (display-time-event-handler)
8706         (display-time-next-load-average): Don't call sit-for since it seems
8707         unnecessary (bug#15045).
8709         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
8710         Use #' instead of ' to quote functions.
8711         (checkdoc-output-mode): Use setq-local.
8712         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
8713         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
8714         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
8715         (checkdoc-ispell, checkdoc-ispell-current-buffer)
8716         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
8717         (checkdoc-ispell-message-text, checkdoc-ispell-start)
8718         (checkdoc-ispell-continue, checkdoc-ispell-comments)
8719         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
8721         * ido.el (ido-completion-help): Fix up compiler warning.
8723 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
8725         * frameset.el (frameset-p): Add autoload cookie.
8726         (frameset--jump-to-register): New function, based on code moved from
8727         register.el.
8728         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
8730         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
8731         (frameset-restore, frameset-save, frameset-session-filter-alist):
8732         Remove declarations.
8733         (register-alist): Doc fix.
8734         (frameset-to-register): Move to frameset.el.
8735         (jump-to-register, describe-register-1): Remove frameset-specific code.
8737 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8739         * allout-widgets.el (allout-widgets-pre-command-business)
8740         (allout-widgets-post-command-business)
8741         (allout-widgets-after-change-handler)
8742         (allout-decorate-item-and-context, allout-set-boundary-marker)
8743         (allout-body-modification-handler)
8744         (allout-graphics-modification-handler): Mark ignored arguments.
8745         (allout-widgets-post-command-business)
8746         (allout-widgets-exposure-change-processor)
8747         (allout-widgets-exposure-undo-processor)
8748         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
8749         (allout-parse-item-at-point, allout-decorate-item-guides)
8750         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
8751         * allout.el (epa-passphrase-callback-function): Declare.
8752         (allout-overlay-insert-in-front-handler)
8753         (allout-overlay-interior-modification-handler)
8754         (allout-isearch-end-handler, allout-chart-siblings)
8755         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
8756         (allout-yank-processing, allout-process-exposed)
8757         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
8758         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
8759         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
8760         (lisp-indent-defform): Mark ignored arguments.
8761         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
8762         (calculate-lisp-indent): Remove unused variables.
8763         * international/characters.el (indian-2-column, arabic-2-column)
8764         (tibetan): Mark ignored arguments.
8765         (use-cjk-char-width-table): Mark ignored arguments.
8766         Remove unused variables.
8767         * international/fontset.el (build-default-fontset-data)
8768         (x-compose-font-name, create-fontset-from-fontset-spec):
8769         Mark ignored arguments.
8770         (fontset-plain-name): Remove unused variables.
8771         * international/mule.el (charset-id, charset-bytes, generic-char-p)
8772         (keyboard-coding-system): Mark ignored arguments.
8773         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
8774         * help.el (resize-temp-buffer-window):
8775         * window.el (display-buffer-in-major-side-window)
8776         (display-buffer-in-side-window, display-buffer-in-previous-window):
8777         Remove unused variables.
8778         * isearch.el (isearch-forward-symbol):
8779         * version.el (emacs-bzr-version-bzr):
8780         * international/mule-cmds.el (current-language-environment):
8781         * term/common-win.el (x-handle-iconic, x-handle-geometry)
8782         (x-handle-display):
8783         * term/pc-win.el (x-list-fonts, x-display-planes)
8784         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
8785         (x-server-version, x-display-screens, x-display-mm-height)
8786         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
8787         (x-selection-owner-p, x-own-selection-internal)
8788         (x-disown-selection-internal, x-get-selection-internal)
8789         (msdos-initialize-window-system):
8790         * term/tty-colors.el (tty-color-alist, tty-color-clear):
8791         * term/x-win.el (x-handle-no-bitmap-icon):
8792         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
8793         (vc-default-find-file-hook, vc-default-extra-menu):
8794         Mark ignored arguments.
8796 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
8799         break-condition in the context of the debugged code (bug#12685).
8801 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
8803         * comint.el:
8804         Do not use an overlay to highlight the last prompt.  (Bug#14744)
8805         (comint-mode): Make comint-last-prompt buffer local.
8806         (comint-last-prompt): New variable.
8807         (comint-last-prompt-overlay): Remove.  Superseded by
8808         comint-last-prompt.
8809         (comint-snapshot-last-prompt, comint-output-filter):
8810         Use comint-last-prompt.
8812 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8814         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
8815         (frameset-save): Check validity of the resulting frameset.
8817 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
8819         * ido.el (ido-record-command): Add doc string.
8821 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8823         * frameset.el (frameset): Do not disable creation of the default
8824         frameset-p predicate.  Doc fix.
8825         (frameset-valid-p): New function, copied from the old predicate-p.
8826         Add additional checks.
8827         (frameset-restore): Check with frameset-valid-p.
8828         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
8829         (frameset-name, frameset-description, frameset-properties)
8830         (frameset-states): Add docstring.
8831         (frameset-session-filter-alist, frameset-persistent-filter-alist)
8832         (frameset-filter-alist): Doc fixes.
8834 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8836         * frameset.el (frameset-p, frameset-prop): Doc fixes.
8838 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8840         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
8841         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
8842         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
8843         (byte-compile-normal-call): Remove obsolescence check.
8845 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
8847         * frameset.el (frameset-restore): Doc fix.
8849         * register.el (frameset-frame-id, frameset-frame-with-id)
8850         (frameset-p, frameset-restore, frameset-save): Declare.
8851         (register-alist): Document framesets.
8852         (frameset-session-filter-alist): Declare.
8853         (frameset-to-register): New function.
8854         (jump-to-register): Implement jumping to framesets.  Doc fix.
8855         (describe-register-1): Describe framesets.
8857         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
8859 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
8861         * desktop.el (desktop-save-frameset): Use new frameset-save args.
8862         Use lexical-binding.
8864         * frameset.el (frameset): Use type vector, not list (incompatible
8865         change).  Do not declare a new constructor, use the default one.
8866         Upgrade suggested properties `app', `name' and `desc' to slots `app',
8867         `name' and `description', respectively, and add read-only slot
8868         `timestamp'.  Doc fixes.
8869         (frameset-copy, frameset-persistent-filter-alist)
8870         (frameset-filter-alist, frameset-switch-to-gui-p)
8871         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
8872         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
8873         (frameset-filter-iconified, frameset-keep-original-display-p):
8874         Doc fixes.
8875         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
8876         Rename from frameset-filter-(save|restore)-param.  All callers changed.
8877         Doc fix.
8878         (frameset-p): Adapt to change to vector and be more thorough.
8879         Change arg name to OBJECT.  Doc fix.
8880         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
8881         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
8882         All callers changed.
8883         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
8884         All callers changed.
8885         (frameset--record-minibuffer-relationships): Rename from
8886         frameset--process-minibuffer-frames.  All callers changed.
8887         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
8888         Use new default constructor (again).  Doc fix.
8889         (frameset--find-frame-if): Rename from `frameset--find-frame'.
8890         All callers changed.
8891         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
8892         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
8893         Doc fix.
8894         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
8895         PARAMETERS and WINDOW-STATE, respectively.
8896         (frameset-restore): Add new keyword argument PREDICATE.
8897         Reset frameset--target-display to nil.  Doc fix.
8899 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8901         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
8902         (bat-mode): Use it.
8903         (bat-mode-syntax-table): Mark \n as end-of-comment.
8904         (bat-font-lock-keywords): Remove comment rule.
8906         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
8907         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
8909         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
8910         (byte-compile-callargs-warn): Use `push'.
8911         (byte-compile-arglist-warn): Ignore higher-order "calls".
8912         (byte-compile-file-form-autoload): Use `pcase'.
8913         (byte-compile-function-form): If quoting a symbol, check that it exists.
8915 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
8917         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
8918         and add a few popular commands found in batch files.
8919         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
8920         (dos-mode): Doc fixes.
8922 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
8925         (dos-mode): Use setq-local.  Add space after "rem".
8926         (dos-mode-syntax-table): Don't use "w" for symbol chars.
8927         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
8929 2013-08-07  Arni Magnusson  <arnima@hafro.is>
8931         * progmodes/dos.el: New file.
8932         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
8933         dos-mode.
8935 2013-08-06  Glenn Morris  <rgm@gnu.org>
8937         * calendar/calendar.el: Add new faces, and day-header-array.
8938         (calendar-weekday-header, calendar-weekend-header)
8939         (calendar-month-header): New faces.
8940         (calendar-day-header-construct): New function.
8941         (calendar-day-header-width): Also :set calendar-day-header-array.
8942         (calendar-american-month-header, calendar-european-month-header)
8943         (calendar-iso-month-header): Use calendar- faces.
8944         (calendar-generate-month):
8945         Use calendar-day-header-array for day headers; apply faces to them.
8946         (calendar-mode): Check calendar-font-lock-keywords non-nil.
8947         (calendar-abbrev-construct): Add optional maxlen argument.
8948         (calendar-day-name-array): Doc fix.
8949         (calendar-day-name-array, calendar-abbrev-length)
8950         (calendar-day-abbrev-array):
8951         Also :set calendar-day-header-array, and maybe redraw.
8952         (calendar-day-header-array): New option.  (Bug#15007)
8953         (calendar-font-lock-keywords): Set to nil and make obsolete.
8954         (calendar-day-name): Add option to use header array.
8956 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8958         * net/shr.el (shr-render-td): Remove debugging.
8959         (shr-render-td): Make width computation consistent by defaulting
8960         all zero-width columns to 10 characters.  This may not be optimal,
8961         but it's at least consistent.
8962         (shr-make-table-1): Redo last change to fix the real problem in
8963         colspan handling.
8965 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8967         * files.el (cache-long-line-scans):
8968         Make obsolete alias to `cache-long-scans'.
8970 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8972         * frameset.el (frameset, frameset-filter-alist)
8973         (frameset-filter-params, frameset-save, frameset--reuse-frame)
8974         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
8975         (frameset-compute-pos): Rename from frameset--compute-pos,
8976         and add docstring.
8977         (frameset-move-onscreen): Use frameset-compute-pos.
8978         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
8980         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
8981         Fix typos in docstrings.
8983 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
8985         * frame.el (get-other-frame): Tiny cleanup.
8987 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
8989         * vc/vc.el (vc-default-ignore-completion-table):
8990         Silence byte-compiler warning.
8992         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
8993         slot, which can indeed be nil.
8994         (frameset-live-filter-alist, frameset-persistent-filter-alist):
8995         Move entry for `left' from persistent to live filter alist.
8996         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
8997         Doc fixes.
8998         (frameset-filter-params): When restoring a frame, copy items added to
8999         `filtered', to avoid unwittingly modifying the original parameters.
9000         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
9001         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9003         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9004         to use looking-at-p instead of looking-at.  (Bug#15028)
9006 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         Revert introduction of isearch-filter-predicates (bug#14714).
9009         Rely on add-function instead.
9010         * isearch.el (isearch-filter-predicates): Rename it back to
9011         isearch-filter-predicate.
9012         (isearch-message-prefix): Use advice-function-mapc and advice
9013         properties to get the isearch-message-prefix.
9014         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9015         instead of run-hook-with-args-until-failure.
9016         (isearch-filter-visible): Not obsolete any more.
9017         * loadup.el: Preload nadvice.
9018         * replace.el (perform-replace): Revert to funcall
9019         instead of run-hook-with-args-until-failure.
9020         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9021         * dired-aux.el (dired-isearch-filenames-mode): Rename from
9022         dired-isearch-filenames-toggle; make it into a proper minor mode.
9023         Use add/remove-function.
9024         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9025         Call the minor-mode rather than add/remove-hook.
9026         (dired-isearch-filter-filenames):
9027         Remove isearch-message-prefix property.
9028         * info.el (Info--search-loop): New function, extracted from Info-search.
9029         Funcall isearch-filter-predicate instead of
9030         run-hook-with-args-until-failure isearch-filter-predicates.
9031         (Info-search): Use it.
9032         (Info-mode): Use isearch-filter-predicate instead of
9033         isearch-filter-predicates.
9035 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
9037         Do not call to `selected-window' where it is assumed by default.
9038         Affected functions are `window-minibuffer-p', `window-dedicated-p',
9039         `window-hscroll', `window-width', `window-height', `window-buffer',
9040         `window-frame', `window-start', `window-point', `next-window'
9041         and `window-display-table'.
9042         * abbrev.el (abbrev--default-expand):
9043         * bs.el (bs--show-with-configuration):
9044         * buff-menu.el (Buffer-menu-mouse-select):
9045         * calc/calc.el (calc):
9046         * calendar/calendar.el (calendar-generate-window):
9047         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9048         (diary-make-entry):
9049         * comint.el (send-invisible, comint-dynamic-complete-filename)
9050         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9051         * completion.el (complete):
9052         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9053         * disp-table.el (describe-current-display-table):
9054         * doc-view.el (doc-view-insert-image):
9055         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9056         * ehelp.el (with-electric-help):
9057         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9058         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9059         * emacs-lisp/helper.el (Helper-help-scroller):
9060         * emulation/cua-base.el (cua--post-command-handler-1):
9061         * eshell/esh-mode.el (eshell-output-filter):
9062         * ffap.el (ffap-gnus-wrapper):
9063         * help-macro.el (make-help-screen):
9064         * hilit-chg.el (highlight-compare-buffers):
9065         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9066         * hl-line.el (global-hl-line-highlight):
9067         * icomplete.el (icomplete-simple-completing-p):
9068         * isearch.el (isearch-done):
9069         * jit-lock.el (jit-lock-stealth-fontify):
9070         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9071         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9072         * mpc.el (mpc-tagbrowser, mpc):
9073         * net/rcirc.el (rcirc-any-buffer):
9074         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9075         * play/landmark.el (landmark-max-width, landmark-max-height):
9076         * play/zone.el (zone):
9077         * progmodes/compile.el (compilation-goto-locus):
9078         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9079         * progmodes/etags.el (find-tag-other-window):
9080         * progmodes/fortran.el (fortran-column-ruler):
9081         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9082         * progmodes/verilog-mode.el (verilog-point-text):
9083         * reposition.el (reposition-window):
9084         * rot13.el (toggle-rot13-mode):
9085         * server.el (server-switch-buffer):
9086         * shell.el (shell-dynamic-complete-command)
9087         (shell-dynamic-complete-environment-variable):
9088         * simple.el (insert-buffer, set-selective-display)
9089         (delete-completion-window):
9090         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9091         (speedbar-recenter):
9092         * startup.el (fancy-splash-head):
9093         * textmodes/ispell.el (ispell-command-loop):
9094         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9095         * tutorial.el (help-with-tutorial):
9096         * vc/add-log.el (add-change-log-entry):
9097         * vc/compare-w.el (compare-windows):
9098         * vc/ediff-help.el (ediff-indent-help-message):
9099         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9100         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9101         (ediff-setup-control-frame):
9102         * vc/emerge.el (emerge-position-region):
9103         * vc/pcvs-util.el (cvs-bury-buffer):
9104         * window.el (walk-windows, mouse-autoselect-window-select):
9105         * winner.el (winner-set-conf, winner-undo): Related users changed.
9107 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
9109         * frameset.el (frameset--set-id): Doc fix.
9110         (frameset-frame-id, frameset-frame-id-equal-p)
9111         (frameset-locate-frame-id): New functions.
9112         (frameset--process-minibuffer-frames, frameset--reuse-frame)
9113         (frameset-restore): Use them.
9115 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
9117         Do not call to `selected-frame' where it is assumed by default.
9118         Affected functions are `raise-frame', `redraw-frame',
9119         `frame-first-window', `frame-terminal' and `delete-frame'.
9120         * calendar/appt.el (appt-disp-window):
9121         * epg.el (epg-wait-for-completion):
9122         * follow.el (follow-delete-other-windows-and-split)
9123         (follow-avoid-tail-recenter):
9124         * international/mule.el (set-terminal-coding-system):
9125         * mail/rmail.el (rmail-mail-return):
9126         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9127         * progmodes/f90.el (f90-add-imenu-menu):
9128         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9129         * server.el (server-switch-buffer):
9130         * simple.el (delete-completion-window):
9131         * talk.el (talk):
9132         * term/xterm.el (terminal-init-xterm-modify-other-keys)
9133         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9134         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9135         * vc/ediff.el (ediff-documentation): Related users changed.
9136         * frame.el (selected-terminal): Remove the leftover.
9138 2013-08-05  Glenn Morris  <rgm@gnu.org>
9140         * calendar/calendar.el (calendar-generate-month):
9141         Fix for calendar-column-width != 1 + calendar-day-digit-width.
9142         (calendar-generate-month, calendar-font-lock-keywords):
9143         Fix for calendar-day-header-width > length of any day name.
9145 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
9147         * desktop.el (desktop-clear): Use new name of sort predicate.
9149         * frameset.el (frameset): Add docstring.  Move :version property to its
9150         own `version' slot.
9151         (frameset-copy): Rename from copy-frameset.
9152         (frameset-p): Check more thoroughly.
9153         (frameset-prop): Do not check for :version, which is no longer a prop.
9154         (frameset-live-filter-alist, frameset-persistent-filter-alist):
9155         Use new :never value instead of t.
9156         (frameset-filter-alist): Expand and clarify docstring.
9157         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9158         (frameset-filter-minibuffer, frameset-filter-save-param)
9159         (frameset-filter-restore-param, frameset-filter-iconified):
9160         Add pointer to docstring of frameset-filter-alist.
9161         (frameset-filter-params): Rename filter values to be more meaningful:
9162         :never instead of t, and reverse the meanings of :save and :restore.
9163         (frameset--process-minibuffer-frames): Clarify error message.
9164         (frameset-save): Avoid unnecessary and confusing call to framep.
9165         Use new BOA constructor for framesets.
9166         (frameset--reuse-list): Doc fix.
9167         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
9168         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9169         (frameset-minibufferless-first-p): Doc fix.
9170         Rename from frameset-sort-frames-for-deletion.
9171         (frameset-restore): Doc fixes.  Use new function names.
9172         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9174 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
9176         * desktop.el (desktop-restore-forces-onscreen)
9177         (desktop-restore-reuses-frames): Document :keyword constant values.
9178         (desktop-filter-parameters-alist): Remove, now identical to
9179         frameset-filter-alist.
9180         (desktop--filter-tty*): Remove, moved to frameset.el.
9181         (desktop-save-frameset, desktop-restore-frameset):
9182         Do not pass :filters argument.
9184         * frameset.el (frameset-live-filter-alist)
9185         (frameset-persistent-filter-alist): New variables.
9186         (frameset-filter-alist): Use them.  Add autoload cookie.
9187         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9188         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9189         `frameset--id' (it's supposed to be internal to frameset.el).
9190         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
9191         (frameset--initial-params): New function.
9192         (frameset--get-frame): Use it.  Doc fix.
9193         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9194         Accept :all, not 'all.
9195         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9196         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
9197         with fbound symbols.  Fix frame id matching, and remove matching ids if
9198         the frame being restored is deleted.  Obey :delete.
9200 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9202         * subr.el (macrop): New function.
9203         (text-clone--maintaining): New var.
9204         (text-clone--maintain): Rename from text-clone-maintain.  Use it
9205         instead of inhibit-modification-hooks.
9207         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9208         a proxy, so as handle autoloads and redefinitions of the target.
9209         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9211         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9212         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
9213         (pcase--mutually-exclusive-p): New function.
9214         (pcase--split-consp): Use it.
9215         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
9216         mutually exclusive with the current predicate.
9218         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9219         (edebug-macrop): Remove.  Use `macrop' instead.
9220         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
9221         (ad-macro-p):
9222         * eshell/esh-cmd.el (eshell-macrop):
9223         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
9225 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9228         (advice-mapc): New function, using it.
9229         (advice-function-member-p): New function.
9230         (advice--normalize): Store the cdr in advice--saved-rewrite since
9231         that's the part that will be changed.
9232         (advice--symbol-function): New function.
9233         (advice-remove): Handle removal before the function is defined.
9234         Adjust to new advice--saved-rewrite.
9235         (advice-member-p): Use advice-function-member-p and
9236         advice--symbol-function.
9238 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
9240         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9241         (frameset-filter-minibuffer): Doc fix.
9242         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
9243         (frameset--set-id, frameset--process-minibuffer-frames)
9244         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9245         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9247         * desktop.el (desktop-clear): Only delete frames when called
9248         interactively and desktop-restore-frames is non-nil.  Doc fix.
9249         (desktop-read): Set desktop-saved-frameset to nil.
9251 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
9253         * vc/vc.el (vc-ignore): Rewrite.
9254         (vc-default-ignore-completion-table, vc--read-lines)
9255         (vc--add-line, vc--remove-regexp): New functions.
9257         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9258         (vc-svn-ignore-completion-table): New function.
9260         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9261         (vc-hg-ignore-completion-table)
9262         (vc-hg-find-ignore-file): New functions.
9264         * vc/vc-git.el (vc-git-ignore): Rewrite.
9265         (vc-git-ignore-completion-table)
9266         (vc-git-find-ignore-file): New functions.
9268         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9270         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9271         (vc-bzr-ignore-completion-table)
9272         (vc-bzr-find-ignore-file): New functions.
9274 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
9276         * frameset.el (frameset-prop): New function and setter.
9277         (frameset-save): Do not modify frame list passed by the caller.
9279 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9281         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9283 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9285         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9286         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9288         * custom.el (custom-initialize-default, custom-initialize-set)
9289         (custom-initialize-reset, custom-initialize-changed): Affect the
9290         toplevel-default-value (bug#6275, bug#14586).
9291         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9292         for bug#6275.
9294 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
9296         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9297         Add cl-def* expressions.
9299         * frameset.el (frameset-filter-params): Fix order of arguments.
9301 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
9303         Move code related to saving frames to frameset.el.
9304         * desktop.el: Require frameset.
9305         (desktop-restore-frames): Doc fix.
9306         (desktop-restore-reuses-frames): Rename from
9307         desktop-restoring-reuses-frames.
9308         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9309         (desktop-clear): Clear frames too.
9310         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9311         (desktop--filter-tty*, desktop-save, desktop-read):
9312         Use frameset functions.
9313         (desktop-before-saving-frames-functions, desktop--filter-*-color)
9314         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9315         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9316         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9317         (desktop--process-minibuffer-frames, desktop-save-frames)
9318         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9319         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9320         (desktop--sort-states, desktop-restoring-frames-p)
9321         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
9322         (desktop-restoring-frameset-p, desktop-restore-frameset)
9323         (desktop--check-dont-save, desktop-save-frameset): New functions.
9324         (desktop--app-id): New constant.
9325         (desktop-first-buffer, desktop-buffer-ok-count)
9326         (desktop-buffer-fail-count): Move before first use.
9327         * frameset.el: New file.
9329 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9331         * files.el: Use lexical-binding.
9332         (dir-locals-read-from-file): Remove unused `err' variable.
9333         (hack-dir-local-variables--warned-coding): New var.
9334         (hack-dir-local-variables): Use it to avoid repeated warnings.
9335         (make-backup-file-name--default-function): New function.
9336         (make-backup-file-name-function): Use it as default.
9337         (buffer-stale--default-function): New function.
9338         (buffer-stale-function): Use it as default.
9339         (revert-buffer-insert-file-contents--default-function): New function.
9340         (revert-buffer-insert-file-contents-function): Use it as default.
9341         (insert-directory): Avoid add-to-list.
9343         * autorevert.el (auto-revert-handler): Simplify.
9344         Use buffer-stale--default-function.
9346 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
9348         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9350         * whitespace.el (whitespace-ensure-local-variables): New function.
9351         (whitespace-cleanup-region): Call it.
9352         (whitespace-turn-on): Call it.
9354 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
9356         Complete file name handlers.
9358         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9359         (tramp-handle-verify-visited-file-modtime)
9360         (tramp-handle-file-notify-rm-watch): New functions.
9361         (tramp-call-process): Do not bind `default-directory'.
9363         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9364         Order alphabetically.
9365         <access-file, add-name-to-file, dired-call-process>:
9366         <dired-compress-file, file-acl, file-notify-rm-watch>:
9367         <file-ownership-preserved-p, file-selinux-context>:
9368         <make-directory-internal, make-symbolic-link, set-file-acl>:
9369         <set-file-selinux-context, set-visited-file-modtime>:
9370         <verify-visited-file-modtime>: Add handler.
9371         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9373         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9374         <file-notify-add-watch, file-notify-rm-watch>:
9375         <set-file-times, set-visited-file-modtime>:
9376         <verify-visited-file-modtime>: Add handler.
9377         (with-tramp-gvfs-error-message)
9378         (tramp-gvfs-handle-set-visited-file-modtime)
9379         (tramp-gvfs-fuse-file-name): Remove.
9380         (tramp-gvfs-handle-file-notify-add-watch)
9381         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9382         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9384         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9385         Order alphabetically.
9386         <file-notify-rm-watch>: Use default Tramp handler.
9387         <executable-find>: Remove private handler.
9388         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9389         `default-directory'.
9390         (tramp-sh-handle-executable-find)
9391         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9392         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9393         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9394         Do not use `format' in `tramp-message'.
9396         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9397         <file-notify-rm-watch, set-visited-file-modtime>:
9398         <verify-visited-file-modtime>: Add handler.
9399         (tramp-smb-call-winexe): Do not bind `default-directory'.
9401 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
9403         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9405 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
9407         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9408         use it.
9409         (log-view-diff-changeset): Same.
9410         (log-view-diff-common): Call backend command `previous-revision'
9411         to find out the previous revision, in both cases.  Swap the
9412         variables `to' and `fr', so that `fr' usually refers to the
9413         earlier revision (Bug#14989).
9415 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
9417         * ibuf-ext.el (ibuffer-filter-by-filename):
9418         Make it work with dired buffers too.
9420 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
9422         * emacs-lisp/re-builder.el (reb-color-display-p):
9423         * files.el (save-buffers-kill-terminal):
9424         * net/browse-url.el (browse-url):
9425         * server.el (server-save-buffers-kill-terminal):
9426         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9427         Prefer nil to selected-frame for the first arg of frame-parameter.
9429 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
9431         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9433 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
9435         * minibuffer.el (completion--twq-all): Try and preserve each
9436         completion's case choice (bug#14907).
9438 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9440         * net/network-stream.el (open-network-stream): Mention the new
9441         :nogreeting parameter.
9442         (network-stream-open-starttls): Use the :nogreeting parameter
9443         (bug#14938).
9445         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9447         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9448         more natural than popping.
9450         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9451         (shr-urlify): Highlight under mouse.
9453 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9455         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9457         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9459         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
9460         buffer for output.
9462         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
9463         point-min==1.  Fix search string.  Fix parentheses missing.
9465         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
9466         assume point-min==1.  Fix search string.  Fix parentheses missing.
9468         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9470         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
9471         buffer for output.
9473 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
9475         * frame.el (frame-notice-user-settings): Avoid inflooping when the
9476         initial frame is minibuffer-less.  (Bug#14841)
9478 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
9480         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9481         option.
9483         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9484         (tramp-maybe-open-connection): Use it.
9486 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9488         * desktop.el (desktop--make-frame): Include `minibuffer' in the
9489         minimal set of parameters passed when creating a frame, because
9490         the minibuffer status of a frame cannot be changed later.
9492 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
9494         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9495         replace-regexp-in-string and inadvertent omissions in previous change.
9496         (todo-filter-items): Ensure only file names are comma-separated in
9497         name of filtered items buffer.
9499 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
9501         * desktop.el: Optionally force offscreen frames back onscreen.
9502         (desktop-restoring-reuses-frames): New option.
9503         (desktop--compute-pos, desktop--move-onscreen): New functions.
9504         (desktop--make-frame): Use desktop--move-onscreen.
9506 2013-07-27  Alan Mackenzie  <acm@muc.de>
9508         Fontify a Java generic method as a function.
9509         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9510         value to t.
9512 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
9514         * calendar/todo-mode.el: Add command to rename todo files.
9515         (todo-rename-file): New command.
9516         (todo-key-bindings-t): Add key binding for it.  Change the
9517         bindings of todo-filter-regexp-items(-multifile) to use `x'
9518         instead of `r', since the latter is better suited to the new
9519         renaming command.
9521 2013-07-27  Alan Mackenzie  <acm@muc.de>
9523         Make Java try-with-resources statement parse properly.
9524         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9525         (c-block-stmt-1-2-key): New language constants/variables.
9526         * progmodes/cc-engine.el (c-beginning-of-statement-1)
9527         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9528         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9529         with c-block-stmt-1-2-key.
9531 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
9533         * desktop.el (desktop--make-frame): Apply most frame parameters after
9534         creating the frame to force (partially or totally) offscreen frames to
9535         be restored as such.
9537 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
9539         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9540         (Bug#14948)
9542 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9545         `base' arg of backtrace-frame.
9547 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
9549         * simple.el (list-processes): Doc fix.
9551 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9553         * desktop.el (desktop--select-frame):
9554         Try harder to reuse existing frames.
9556 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9558         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9559         (edebug-eval): Use backtrace-eval.
9560         (edebug--display, edebug--recursive-edit): Don't let-bind the
9561         edebug-outer-* vars that keep track of variables we locally let-bind.
9562         (edebug-outside-excursion): Don't restore outside values of locally
9563         let-bound vars.
9564         (edebug--display): Use user-error.
9565         (cl-lexical-debug, cl-debug-env): Remove.
9567 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
9569         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9570         are restored to be sure that they are visible before deleting any
9571         remaining ones.
9573 2013-07-26  Matthias Meulien  <orontee@gmail.com>
9575         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9576         vc-print-root-log.  (Bug#14948)
9578 2013-07-26  Richard Stallman  <rms@gnu.org>
9580         Add aliases for encrypting mail.
9581         * epa.el (epa-mail-aliases): New option.
9582         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9583         Bind inhibit-read-only so read-only text doesn't ruin everything.
9584         (epa-mail-default-recipients): New subroutine broken out.
9585         Handle epa-mail-aliases.
9587 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9589         Add support for lexical variables to the debugger's `e' command.
9590         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9591         vars, except for debugger-outer-match-data.
9592         (debugger-frame-number): Move check for "on a function call" from
9593         callers into it.  Add `skip-base' argument.
9594         (debugger-frame, debugger-frame-clear): Simplify accordingly.
9595         (debugger-env-macro): Only reset the state stored in non-variables,
9596         i.e. current-buffer and match-data.
9597         (debugger-eval-expression): Rewrite using backtrace-eval.
9598         * subr.el (internal--called-interactively-p--get-frame): Remove.
9599         (called-interactively-p):
9600         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9601         `base' arg of backtrace-frame instead.
9603 2013-07-26  Glenn Morris  <rgm@gnu.org>
9605         * align.el (align-regexp): Doc fix.  (Bug#14857)
9606         (align-region): Explicit error if subexpression missing/does not match.
9608         * simple.el (global-visual-line-mode):
9609         Do not duplicate the mode lighter.  (Bug#14858)
9611 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
9613         * window.el (display-buffer): In display-buffer bind
9614         split-window-keep-point to t, bug#14829.
9616 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9618         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9619         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9620         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9621         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9622         Change accordingly.
9623         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9624         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
9626 2013-07-25  Glenn Morris  <rgm@gnu.org>
9628         * dired-x.el (dired-mark-extension): Convert comment to doc string.
9630 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
9632         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
9633         parameter to modify-frame-parameters if the value has not changed;
9634         this is a workaround for bug#14949.
9635         (desktop--make-frame): On cl-delete-if call, check parameter name,
9636         not full parameter.
9638 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
9640         * vc/vc.el (vc-ignore): New function.
9642         * vc/vc-svn.el (vc-svn-ignore): New function.
9644         * vc/vc-hg.el (vc-hg-ignore): New function.
9646         * vc/vc-git.el (vc-git-ignore): New function.
9648         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
9649         (vc-dir-ignore): New function.
9651         * vc/vc-cvs.el (vc-cvs-ignore): New function.
9652         (cvs-append-to-ignore): Move here from pcvs.el.
9654         * vc/vc-bzr.el (vc-bzr-ignore): New function.
9656         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
9658 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
9660         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
9661         (desktop-restore-frames): Warn when deleting an existing frame failed.
9663 2013-07-24  Glenn Morris  <rgm@gnu.org>
9665         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
9667 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
9669         * filenotify.el (file-notify-supported-p):
9670         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9671         Remove functions.
9673         * autorevert.el (auto-revert-use-notify)
9674         (auto-revert-notify-add-watch):
9675         * net/tramp.el (tramp-file-name-for-operation):
9676         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9677         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9678         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9679         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9680         Remove `file-notify-supported-p' entry.
9682 2013-07-24  Glenn Morris  <rgm@gnu.org>
9684         * printing.el: Replace all uses of deleted ps-windows-system,
9685         ps-lp-system, ps-flatten-list with lpr- versions.
9687 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9689         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
9690         checked with memq (bug#14935).
9692         * files.el (revert-buffer-function): Use a non-nil default.
9693         (revert-buffer-preserve-modes): Declare var to
9694         provide access to the `preserve-modes' argument.
9695         (revert-buffer): Let-bind it.
9696         (revert-buffer--default): New function, extracted from revert-buffer.
9698 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9700         * lpr.el: Signal print errors more prominently.
9701         (print-region-function): Don't default to nil.
9702         (lpr-print-region): New function, extracted from print-region-1.
9703         Check lpr's return value and signal an error in case of problem.
9704         (print-region-1): Use it.
9705         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
9706         versions instead.
9707         (ps-printer-name): Default to nil.
9708         (ps-printer-name-option): Default to lpr-printer-switch.
9709         (ps-print-region-function): Don't default to nil.
9710         (ps-postscript-code-directory): Simplify default.
9711         (ps-do-despool): Use lpr-print-region to properly check the outcome.
9712         (ps-string-list, ps-eval-switch, ps-flatten-list)
9713         (ps-flatten-list-1): Remove.
9714         (ps-multibyte-buffer): Avoid setq.
9715         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
9716         (print-region-function, ps-print-region-function): Don't set them here.
9718 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
9720         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
9721         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
9722         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
9723         (ido-decorations): Doc fix.
9725         * ansi-color.el: Fix old URL.
9727 2013-07-23  Michael R. Mauger  <michael@mauger.com>
9729         * progmodes/sql.el: Version 3.3
9730         (sql-product-alist): Improve oracle :prompt-cont-regexp.
9731         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
9732         (sql-interactive-remove-continuation-prompt): Rewrite, use
9733         functions above.  Fix continuation prompt and complete output line
9734         handling.
9735         (sql-redirect-one, sql-execute): Use `read-only-mode' on
9736         redirected output buffer.
9737         (sql-mode): Restore deleted code (Bug#13591).
9739 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9741         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
9743 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
9745         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
9747         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9748         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9749         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
9751 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
9753         * desktop.el (desktop-clear): Simplify; remove useless checks
9754         against invalid buffer names.
9755         (desktop-list*): Use cl-list*.
9756         (desktop-buffer-info, desktop-create-buffer): Simplify.
9758 2013-07-23  Leo Liu  <sdl.web@gmail.com>
9760         * bookmark.el (bookmark-make-record): Restore NAME as a default
9761         value.  (Bug#14933)
9763 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9765         * emacs-lisp/autoload.el (autoload--setup-output): New function,
9766         extracted from autoload--insert-text.
9767         (autoload--insert-text): Remove.
9768         (autoload--print-cookie-text): New function, extracted from
9769         autoload--insert-cookie-text.
9770         (autoload--insert-cookie-text): Remove.
9771         (autoload-generate-file-autoloads): Adjust calls accordingly.
9773         * winner.el (winner-hook-installed-p): Remove.
9774         (winner-mode): Simplify accordingly.
9776         * subr.el (add-to-list): Fix compiler-macro when `append' is
9777         not constant.  Don't use `cl-member' for the base case.
9779         * progmodes/subword.el: Fix boundary case (bug#13758).
9780         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
9781         own group.
9782         (subword-backward-regexp): Make it a constant.
9783         (subword-forward-internal): Don't treat a trailing capital as the
9784         beginning of a word.
9786 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
9788         * emacs-lisp/package.el (package-menu-mode): Don't modify the
9789         global value of tabulated-list-revert-hook (bug#14930).
9791 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
9793         * desktop.el: Require 'cl-lib.
9794         (desktop-before-saving-frames-functions): New hook.
9795         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
9796         for frames being saved.  Rename from desktop--save-minibuffer-frames.
9797         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
9798         Do not save frames with non-nil `desktop-dont-save' parameter.
9799         Filter out deleted frames.
9800         (desktop--find-frame): Use cl-find-if.
9801         (desktop--select-frame): Use cl-(first|second|third) to access values
9802         of desktop-mini.
9803         (desktop--make-frame): Use cl-delete-if.
9804         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
9805         (desktop-restore-frames): Use cl-(first|second|third) to access values
9806         of desktop-mini.  Look for visible frame at the end, not while
9807         restoring frames.
9809         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
9810         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
9811         Use string-match-p, looking-at-p (bug#14927).
9813 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
9815         * desktop.el (desktop-saved-frame-states):
9816         Rename from desktop--saved-states; all users changed.
9817         (desktop-save-frames): Rename from desktop--save-frames.
9818         Do not save state to desktop file.
9819         (desktop-save): Save desktop-saved-frame-states to desktop file
9820         and reset to nil.
9821         (desktop-restoring-frames-p): New function.
9822         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
9823         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
9824         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
9826         * desktop.el: Correctly restore iconified frames.
9827         (desktop--filter-iconified-position): New function.
9828         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
9830 2013-07-20  Glenn Morris  <rgm@gnu.org>
9832         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
9833         Let `message' do the formatting.
9834         (def-gdb-preempt-display-buffer): Add explicit format.
9836         * image-dired.el (image-dired-track-original-file):
9837         Use with-current-buffer.
9838         (image-dired-track-thumbnail): Use with-current-buffer.
9839         Avoid changing point of wrong window.
9841         * image-dired.el (image-dired-track-original-file):
9842         Avoid changing point of wrong window.  (Bug#14909)
9844 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
9846         * progmodes/gdb-mi.el (gdb-done-or-error):
9847         Guard against "%" in gdb output.  (Bug#14127)
9849 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
9851         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
9852         (Bug#14826)
9854         * international/mule.el (coding-system-iso-2022-flags): Fix last
9855         change.
9857 2013-07-20  Kenichi Handa  <handa@gnu.org>
9859         * international/mule.el (coding-system-iso-2022-flags):
9860         Add `8-bit-level-4'.  (Bug#8522)
9862 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9864         * net/shr.el (shr-mouse-browse-url): New command and keystroke
9865         (bug#14815).
9867         * net/eww.el (eww-process-text-input): Allow inputting when the
9868         point is at the start of the line, as the properties aren't
9869         front-sticky.
9871         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
9872         degenerate widths.
9874 2013-07-19  Richard Stallman  <rms@gnu.org>
9876         * epa.el (epa-popup-info-window): Doc fix.
9878         * subr.el (split-string): New arg TRIM.
9880 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
9882         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
9883         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
9885 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
9887         * filenotify.el (file-notify--library): Rename from
9888         `file-notify-support'.  Do not autoload.  Adapt all uses.
9889         (file-notify-supported-p): New defun.
9891         * autorevert.el (auto-revert-use-notify):
9892         Use `file-notify-supported-p' instead of `file-notify-support'.
9893         Adapt docstring.
9894         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
9896         * net/tramp.el (tramp-file-name-for-operation):
9897         Add `file-notify-supported-p'.
9899         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
9900         New defun.
9901         (tramp-sh-file-name-handler-alist): Add it as handler for
9902         `file-notify-supported-p '.
9904         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9905         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9906         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
9907         Add `ignore' as handler for `file-notify-*' functions.
9909 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
9911         * simple.el (line-move-partial, line-move): Don't start vscroll or
9912         scroll-up if the current line is not taller than the window.
9913         (Bug#14881)
9915 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
9917         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
9918         highlight question marks in the method names as strings.
9919         (ruby-block-beg-keywords): Inline.
9920         (ruby-font-lock-keyword-beg-re): Extract from
9921         `ruby-font-lock-keywords'.
9923 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
9925         * frame.el (blink-cursor-blinks): New defcustom.
9926         (blink-cursor-blinks-done): New defvar.
9927         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
9928         (blink-cursor-timer-function): Check if number of blinks has been
9929         done on X and NS.
9930         (blink-cursor-suspend, blink-cursor-check): New defuns.
9932 2013-07-15  Glenn Morris  <rgm@gnu.org>
9934         * edmacro.el (edmacro-format-keys): Fix previous change.
9936 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
9938         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
9939         The hack didn't work outside English locales anyway.
9941 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
9943         * simple.el (define-alternatives): Rename from alternatives-define,
9944         per RMS' suggestion.
9946 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
9948         * desktop.el (desktop-restore-frames): Change default to t.
9949         (desktop-restore-in-current-display): Now offer more options.
9950         (desktop-restoring-reuses-frames): New customization option.
9951         (desktop--saved-states): Doc fix.
9952         (desktop-filter-parameters-alist): New variable, renamed and expanded
9953         from desktop--excluded-frame-parameters.
9954         (desktop--target-display): New variable.
9955         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
9956         (desktop--filter-tty*, desktop--filter-*-color)
9957         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9958         (desktop--filter-save-desktop-parm)
9959         (desktop-restore-in-original-display-p): New functions.
9960         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
9961         (desktop--save-minibuffer-frames): New function, inspired by a similar
9962         function from Martin Rudalics.
9963         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
9964         (desktop--restore-in-this-display-p): Remove.
9965         (desktop--find-frame): Rename from desktop--find-frame-in-display
9966         and add predicate argument.
9967         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
9968         (desktop--reuse-list): New variable.
9969         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
9970         New functions.
9971         (desktop--restore-frames): Add support for "minibuffer-special" frames.
9973 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
9975         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
9977 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
9979         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9980         Highlight conversion methods on Kernel.
9982 2013-07-13  Alan Mackenzie  <acm@muc.de>
9984         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
9985         and comment it out.  This out-commenting enables certain C++
9986         declarations to be parsed correctly.
9988 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
9990         * international/mule.el (define-coding-system): Doc fix.
9992         * simple.el (default-font-height): Don't call font-info if the
9993         frame's default font didn't change since the frame was created.
9994         (Bug#14838)
9996 2013-07-13  Leo Liu  <sdl.web@gmail.com>
9998         * ido.el (ido-read-file-name): Guard against non-symbol value.
10000 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10002         * progmodes/python.el (python-imenu--build-tree): Fix corner case
10003         in nested defuns.
10005 2013-07-13  Leo Liu  <sdl.web@gmail.com>
10007         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10008         ido-set-matches call.  (Bug#6852)
10010 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
10012         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10013         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10014         Ruby 2.0.
10015         (ruby-font-lock-keywords): Distinguish calls to functions with
10016         module-like names from module references.  Highlight character
10017         literals.
10019 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
10021         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10022         (gdb-send): Handle continued commands.  (Bug#14847)
10024 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
10026         * desktop.el (desktop--v2s): Remove unused local variable.
10027         (desktop-save-buffer): Make defvar-local; adjust docstring.
10028         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10029         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10031 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
10033         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10035 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
10037         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10038         (Bug#14842)
10040 2013-07-12  Glenn Morris  <rgm@gnu.org>
10042         * doc-view.el: Require cl-lib at runtime too.
10043         (doc-view-remove-if): Remove.
10044         (doc-view-search-next-match, doc-view-search-previous-match):
10045         Use cl-remove-if.
10047         * edmacro.el: Require cl-lib at runtime too.
10048         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10049         (edmacro-mismatch, edmacro-subseq): Remove.
10051         * shadowfile.el: Require cl-lib.
10052         (shadow-remove-if): Remove.
10053         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10054         Use cl-remove-if.
10056         * wid-edit.el: Require cl-lib.
10057         (widget-choose): Use cl-remove-if.
10058         (widget-remove-if): Remove.
10060         * progmodes/ebrowse.el: Require cl-lib at runtime too.
10061         (ebrowse-delete-if-not): Remove.
10062         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10063         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10064         Use cl-delete-if-not.
10066 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
10068         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10069         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10071 2013-07-12  Leo Liu  <sdl.web@gmail.com>
10073         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
10075 2013-07-11  Glenn Morris  <rgm@gnu.org>
10077         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10078         (edebug-gensym-index, edebug-gensym):
10079         Remove reimplementation of cl-gensym.
10080         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10082         * thumbs.el: Require cl-lib at run-time too.
10083         (thumbs-gensym-counter, thumbs-gensym):
10084         Remove reimplementation of cl-gensym.
10085         (thumbs-temp-file): Use cl-gensym.
10087         * emacs-lisp/ert.el: Require cl-lib at runtime too.
10088         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10089         (ert--intersection, ert--set-difference, ert--set-difference-eq)
10090         (ert--union, ert--gensym-counter, ert--gensym-counter)
10091         (ert--coerce-to-vector, ert--remove*, ert--string-position)
10092         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10093         (ert-make-test-unbound, ert--expand-should-1)
10094         (ert--expand-should, ert--should-error-handle-error)
10095         (should-error, ert--explain-equal-rec)
10096         (ert--plist-difference-explanation, ert-select-tests)
10097         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10098         Use cl-lib functions rather than reimplementations.
10100 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
10102         * net/tramp.el (tramp-methods): Extend docstring.
10103         (tramp-connection-timeout): New defcustom.
10104         (tramp-error-with-buffer): Reset timestamp only when appropriate.
10105         (with-tramp-progress-reporter): Simplify.
10106         (tramp-process-actions): Improve messages.
10108         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10109         * net/tramp-sh.el (tramp-maybe-open-connection):
10110         Use `tramp-connection-timeout'.
10111         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10112         (Bug#14808)
10114 2013-07-11  Leo Liu  <sdl.web@gmail.com>
10116         * ido.el (ido-read-file-name): Conform to the requirements of
10117         read-file-name.  (Bug#11861)
10118         (ido-read-directory-name): Conform to the requirements of
10119         read-directory-name.
10121 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
10123         * subr.el (delay-warning): New function.
10125 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
10127         * simple.el (default-line-height): New function.
10128         (line-move-partial, line-move): Use it instead of computing the
10129         line height inline.
10130         (line-move-partial): Always compute ROWH.  If the last line is
10131         partially-visible, but its text is completely visible, allow
10132         cursor to enter such a partially-visible line.
10134 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
10136         Improve error messages.  (Bug#14808)
10138         * net/tramp.el (tramp-current-connection): New defvar, moved from
10139         tramp-sh.el.
10140         (tramp-message-show-progress-reporter-message): Remove, not
10141         needed anymore.
10142         (tramp-error-with-buffer): Show message in minibuffer.
10143         Discard input before waiting.  Reset connection timestamp.
10144         (with-tramp-progress-reporter): Improve messages.
10145         (tramp-process-actions): Use progress reporter.  Delete process in
10146         case of error.  Improve messages.
10148         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10149         Call `tramp-error-with-buffer' with vector and buffer.
10150         (tramp-current-connection): Remove.
10151         (tramp-maybe-open-connection): The car of
10152         `tramp-current-connection' are the first 3 slots of the vector.
10154 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
10156         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10157         inside continued strings.
10159 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10161         Timestamp fixes for undo (Bug#14824).
10162         * files.el (clear-visited-file-modtime): Move here from fileio.c.
10164 2013-07-10  Leo Liu  <sdl.web@gmail.com>
10166         * files.el (require-final-newline): Allow safe local value.
10167         (Bug#14834)
10169 2013-07-09  Leo Liu  <sdl.web@gmail.com>
10171         * ido.el (ido-read-directory-name): Handle fallback.
10172         (ido-read-file-name): Update DIR to ido-current-directory.
10173         (Bug#1516)
10174         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
10176 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
10178         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10179         "autoload".  Remove "warn lower camel case" section, previously
10180         commented out.  Highlight negation char.  Do not highlight the
10181         target in singleton method definitions.
10183 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         * faces.el (tty-setup-hook): Declare the hook.
10187         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10188         and detect when a guard/pred depends on local vars (bug#14773).
10189         (pcase--u1): Adjust caller.
10191 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
10193         * simple.el (line-move-partial, line-move): Account for
10194         line-spacing.
10195         (line-move-partial): Avoid setting vscroll when the last
10196         partially-visible line in window is of default height.
10198 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10200         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10201         been used a while.
10203 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
10205         * subr.el (read-quoted-char): Remove unused local variable `char'.
10207 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
10209         * ediff.el (ediff-version): Version update.
10210         (ediff-files-command, ediff3-files-command, ediff-merge-command)
10211         (ediff-merge-with-ancestor-command, ediff-directories-command)
10212         (ediff-directories3-command, ediff-merge-directories-command)
10213         (ediff-merge-directories-with-ancestor-command): New functions.
10214         All are command-line interfaces to ediff: to facilitate calling
10215         Emacs with the appropriate ediff functions invoked.
10217         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10218         (viper-save-kill-buffer): Check if buffer is modified.
10220         * viper.el (viper-version): Version update.
10221         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10223 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10225         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10226         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10227         (viper-intercept-ESC-key): Simplify.
10228         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10229         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10230         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10231         (viper-setup-ESC-to-escape): New functions.
10232         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10233         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
10235 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
10237         * simple.el (default-font-height, window-screen-lines):
10238         New functions.
10239         (line-move, line-move-partial): Use them instead of
10240         frame-char-height and window-text-height.  This makes scrolling
10241         text smoother when the buffer's default face uses a font that is
10242         different from the frame's default font.
10244 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
10246         * files.el (write-file): Do not display confirm dialog for NS,
10247         it does its own dialog, which can't be canceled (Bug#14578).
10249 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
10251         * simple.el (line-move-partial): Adjust the row returned by
10252         posn-at-point for the current window-vscroll.  (Bug#14567)
10254 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
10256         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10257         (tramp-sh-file-inotifywait-process-filter): Handle file names with
10258         spaces.
10260 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
10262         * window.el (window-state-put-stale-windows): New variable.
10263         (window--state-put-2): Save list of windows without matching buffer.
10264         (window-state-put): Remove "bufferless" windows if possible.
10266 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
10268         * simple.el (alternatives-define): Remove leftover :group keyword.
10269         Tweak docstring.
10271 2013-07-06  Leo Liu  <sdl.web@gmail.com>
10273         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10274         (ido-enable-virtual-buffers): New variable.
10275         (ido-buffer-internal, ido-toggle-virtual-buffers)
10276         (ido-make-buffer-list): Use it.
10277         (ido-exhibit): Support turning on and off virtual buffers
10278         automatically.
10280 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
10282         * simple.el (alternatives-define): New macro.
10284 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10286         * subr.el (read-quoted-char): Use read-key.
10287         (sit-for): Let read-event decode tty input (bug#14782).
10289 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
10291         * calendar/todo-mode.el: Add handling of file deletion, both by
10292         mode command and externally.  Fix various related bugs.
10293         Clarify Commentary and improve some documentation strings and code.
10294         (todo-delete-file): New command.
10295         (todo-check-file): New function.
10296         (todo-show): Handle external deletion of the file we're trying to
10297         show (bug#14688).  Replace called-interactively-p by an optional
10298         prefix argument to avoid problematic interaction with catch form
10299         when byte compiled (bug#14702).
10300         (todo-quit): Handle external deletion of the archive's todo file.
10301         Make sure the buffer that was visiting the archive file is still
10302         live before trying to bury it.
10303         (todo-category-completions): Handle external deletion of any
10304         category completion files.
10305         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10306         of todo files, in case of external deletion.
10307         (todo-add-file): Replace unnecessary setq by let-binding.
10308         (todo-find-archive): Check whether there are any archives.
10309         Replace unnecessary setq by let-binding.
10310         (todo-archive-done-item): Use find-file-noselect to get the
10311         archive buffer whether or not the archive already exists.
10312         Remove superfluous code.  Use file size instead of buffer-file-name to
10313         check if the archive is new; if it is, update list of archives.
10314         (todo-default-todo-file): Allow nil to be a valid value for when
10315         there are no todo files.
10316         (todo-reevaluate-default-file-defcustom): Use corrected definition
10317         of todo-default-todo-file.
10318         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10319         (todo-delete-category, todo-show-categories-table)
10320         (todo-category-number): Clarify comment.
10321         (todo-filter-items): Clarify documentation string.
10322         (todo-show-current-file, todo-display-as-todo-file)
10323         (todo-reset-and-enable-done-separator): Tweak documentation string.
10324         (todo-done-separator): Make separator length window-width, since
10325         bug#2749 is now fixed.
10327 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
10329         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10330         Support both "gvfs-monitor-dir" and "inotifywait".
10331         (tramp-sh-file-inotifywait-process-filter): Rename from
10332         `tramp-sh-file-notify-process-filter'.
10333         (tramp-sh-file-gvfs-monitor-dir-process-filter)
10334         (tramp-get-remote-gvfs-monitor-dir): New defuns.
10336 2013-07-05  Leo Liu  <sdl.web@gmail.com>
10338         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10340 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10342         * frame.el (display-pixel-height, display-pixel-width)
10343         (display-mm-height, display-mm-width): Mention behavior on
10344         multi-monitor setups in docstrings.
10345         (w32-display-monitor-attributes-list): Declare function.
10346         (display-monitor-attributes-list): Use it.
10348 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
10350         * filenotify.el: New package.
10352         * autorevert.el (top): Require filenotify.el.
10353         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
10354         instead.
10355         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10356         (auto-revert-notify-handler): Use `file-notify-*' functions.
10358         * subr.el (file-notify-handle-event): Move function to filenotify.el.
10360         * net/tramp.el (tramp-file-name-for-operation):
10361         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10363         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10364         for `file-notify-add-watch' and `file-notify-rm-watch'.
10365         (tramp-process-sentinel): Improve trace.
10366         (tramp-sh-handle-file-notify-add-watch)
10367         (tramp-sh-file-notify-process-filter)
10368         (tramp-sh-handle-file-notify-rm-watch)
10369         (tramp-get-remote-inotifywait): New defuns.
10371 2013-07-03  Juri Linkov  <juri@jurta.org>
10373         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10374         call of `occur-read-primary-args' to interactive spec.
10376         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10377         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
10379 2013-07-03  Matthias Meulien  <orontee@gmail.com>
10381         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10382         `Buffer-menu-multi-occur'.  Add it to the menu.
10383         (Buffer-menu-mode): Document it in docstring.
10384         (Buffer-menu-multi-occur): New command.  (Bug#14673)
10386 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10388         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10389         keywords and built-ins.
10391 2013-07-03  Glenn Morris  <rgm@gnu.org>
10393         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
10395         Make info-xref checks case-sensitive by default
10396         * info.el (Info-find-node, Info-find-in-tag-table)
10397         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10398         Add option for exact case matching of nodes.
10399         * info-xref.el (info-xref): New custom group.
10400         (info-xref-case-fold): New option.
10401         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10403 2013-07-03  Leo Liu  <sdl.web@gmail.com>
10405         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10407 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
10409         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10410         middle of block statement initially, lower the depth.  Remove
10411         FIXME comment, not longer valid.  Remove middle of block statement
10412         detection, no need to do that anymore since we've been using
10413         `ruby-parse-region' here.
10415 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
10417         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10419 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10421         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10423 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
10425         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10426         (desktop-restore-in-current-display): New customization option.
10427         (desktop--excluded-frame-parameters): Add `font'.
10428         (desktop--save-frames): Rename from desktop--save-windows.
10429         (desktop--restore-in-this-display-p): New function.
10430         (desktop--make-full-frame): Remove unwanted width/height from
10431         full(width|height) frames.
10432         (desktop--restore-frames): Rename from desktop--restore-windows.
10433         Obey desktop-restore-current-display.  Do not delete old frames or
10434         select a new frame unless we were able to restore at least one frame.
10436 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
10438         * files.el (find-file-noselect): Simplify conditional expression.
10440         * textmodes/remember.el (remember-append-to-file):
10441         Don't mix `find-buffer-visiting' and `get-file-buffer'.
10443         Add `remember-notes' function to store random notes across Emacs
10444         restarts.
10445         * textmodes/remember.el (remember-data-file): Add :set callback to
10446         affect notes buffer (if any).
10447         (remember-notes): New command.
10448         (remember-notes-buffer-name, bury-remember-notes-on-kill):
10449         New defcustoms for the `remember-notes' function.
10450         (remember-notes-save-and-bury-buffer): New command.
10451         (remember-notes-mode-map): New variable.
10452         (remember-mode): New minor mode.
10453         (remember-notes--kill-buffer-query): New function.
10454         * startup.el (initial-buffer-choice): Add notes to custom type.
10456 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
10458         * bindings.el (right-char, left-char): Don't call sit-for, this is
10459         no longer needed.  Use arithmetic comparison only for numerical
10460         arguments.
10462         * international/mule-cmds.el (select-safe-coding-system):
10463         Handle the case of FROM being a string correctly.  (Bug#14755)
10465 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467         * net/shr.el (shr-make-table-1): Add a sanity check that allows
10468         progression on degenerate tables.
10469         (shr-rescale-image): ImageMagick animated images currently don't work.
10471 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
10473         Some fixes and improvements for desktop frame restoration.
10474         It is still experimental and disabled by default.
10475         * desktop.el (desktop--save-windows): Put the selected frame at
10476         the head of the list.
10477         (desktop--make-full-frame): New function.
10478         (desktop--restore-windows): Try to re-select the frame that was
10479         selected upon saving.  Do not abort if some frames fail to restore,
10480         just show an error message and continue.  Set up maximized frames
10481         so they have default non-maximized dimensions.
10483 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
10485         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10486         Don't start heredoc inside a string or comment.
10488 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
10490         * bindings.el (visual-order-cursor-movement): New defcustom.
10491         (right-char, left-char): Provide visual-order cursor motion by
10492         calling move-point-visually.  Update the doc strings.
10494 2013-06-28  Kenichi Handa  <handa@gnu.org>
10496         * international/mule.el (define-coding-system): New coding system
10497         properties :inhibit-null-byte-detection,
10498         :inhibit-iso-escape-detection, and :prefer-utf-8.
10499         (set-buffer-file-coding-system): If :charset-list property of
10500         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10501         appropriate for setting.
10503         * international/mule-cmds.el (select-safe-coding-system):
10504         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10505         multibyte characters, return utf-8 (or one of its siblings).
10507         * international/mule-conf.el (prefer-utf-8): New coding system.
10508         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10509         files.
10511 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
10513         * net/shr.el (shr-render-region): New function.
10515         * net/eww.el: Autoload `eww-browse-url'.
10517 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
10519         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10520         Adapt to `package-desc-version' being a list.
10521         Use `package--ac-desc-version' to retrieve version from a package
10522         archive element.
10524 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
10526         New experimental feature to save&restore window and frame setup.
10527         * desktop.el (desktop-save-windows): New defcustom.
10528         (desktop--saved-states): New var.
10529         (desktop--excluded-frame-parameters): New defconst.
10530         (desktop--filter-frame-parms, desktop--find-frame-in-display)
10531         (desktop--restore-windows, desktop--save-windows): New functions.
10532         (desktop-save): Call `desktop--save-windows'.
10533         (desktop-read): Call `desktop--restore-windows'.
10535 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10537         * net/shr.el (add-face-text-property): Remove compat definition.
10539 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10541         * info.el (Info-try-follow-nearest-node): Move search for footnote
10542         above search for node name to prevent missing a footnote (bug#14717).
10544 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
10546         * obsolete/otodo-mode.el: Add obsolescence info to file header.
10548 2013-06-27  Leo Liu  <sdl.web@gmail.com>
10550         * net/eww.el (eww-read-bookmarks): Check file size.
10552 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10555         advice--pending if newdef is nil or an autoload (bug#13820).
10556         (advice-mapc): New function.
10558 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10561         probably.
10562         (eww-mode-map): Add a menu bar.
10563         (eww-add-bookmark): New command.
10564         (eww-bookmark-mode): New mode and commands.
10565         (eww-add-bookmark): Remove newlines from the title.
10566         (eww-bookmark-browse): Don't bug out if it's the only window.
10568 2013-06-26  Glenn Morris  <rgm@gnu.org>
10570         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10571         (hfy-size): Handle ttys.  (Bug#14668)
10573         * info-xref.el: Update for Texinfo 5 change in *note format.
10574         (info-xref-node-re, info-xref-note-re): New constants.
10575         (info-xref-check-buffer): Use info-xref-note-re.
10577 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10579         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10581         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10582         nil terminate the loop (bug#14718).
10584 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586         * net/eww.el: Rework history traversal.  When going forward/back,
10587         put these actions into the history, too, so that they can be
10588         replayed.
10589         (eww-render): Move the history reset to the correct buffer.
10591 2013-06-25  Juri Linkov  <juri@jurta.org>
10593         * files-x.el (modify-dir-local-variable): Change the header comment
10594         in the file with directory local variables.  (Bug#14692)
10596         * files-x.el (read-file-local-variable-value): Add `default'.
10597         (Bug#14710)
10599 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10601         * net/eww.el (eww-make-unique-file-name): Create a unique file
10602         name before saving to entering `y' accidentally asynchronously.
10604 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
10606         * net/eww.el (eww-download): New command and keystroke.
10608 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610         * net/eww.el (eww-copy-page-url): Change name of command.
10612         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10613         be more consistent with Info and dired.
10615         * net/eww.el (eww-mode-map): Ditto.
10617 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10619         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
10620         packages from archives.
10621         (package-archive-contents): Change format; include obsolete packages.
10622         (package-desc): Use `dir' to mark builtin packages.
10623         (package--from-builtin): Set the `dir' field to `builtin'.
10624         (generated-autoload-file, version-control): Declare.
10625         (package-compute-transaction): Change first arg and return value to be
10626         lists of package-descs.  Adjust to new package-archive-contents format.
10627         (package--add-to-archive-contents): Adjust to new
10628         package-archive-contents format.
10629         (package-download-transaction): Arg is now a list of package-descs.
10630         (package-install): If `pkg' is a package name, pass it as
10631         a requirement, so it is subject to the usual (e.g. disabled) checks.
10632         (describe-package): Accept package-desc as well.
10633         (describe-package-1): Describe a specific package-desc.  Add links to
10634         other package-descs for the same package name.
10635         (package-menu-describe-package): Pass the actual package-desc.
10636         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
10637         works correctly.
10638         (package-desc-status): New function.
10639         (package-menu--refresh): New function, extracted
10640         from package-menu--generate.
10641         (package-menu--generate): Use it.
10642         (package-delete): Update package-alist.
10643         (package-menu-execute): Don't call package-initialize.
10645         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
10646         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
10647         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
10648         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
10649         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
10650         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
10652 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
10654         * window.el (window--state-get-1): Workaround for bug#14527.
10655         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
10657 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659         * net/eww.el (eww-back-url): Implement the history by stashing all
10660         the data into a list.
10661         (eww-forward-url): Allow going forward in the history, too.
10663 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10665         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
10666         for values and use read--expression for expressions (bug#14710).
10667         (read-file-local-variable): Avoid setq.
10668         (read-file-local-variable-mode): Use minor-mode-list.
10670 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10672         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
10673         for DOI URLs.
10675 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10677         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
10678         Update imenu-support when dialect changes.
10680 2013-06-25  Leo Liu  <sdl.web@gmail.com>
10682         * ido.el (ido-read-internal): Allow forward slash on windows.
10684 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686         * net/eww.el (eww): Start of strings is \\`, not ^.
10688 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10690         * net/shr.el (shr-browse-url): Fix interactive spec.
10692         * net/eww.el (eww): Add a trailing slash to domain names.
10694 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
10696         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
10698 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700         * net/shr.el (shr-browse-url): Use an external browser if given a
10701         prefix.
10703         * net/eww.el (eww-external-browser): Move to shr.
10705 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
10707         * net/eww.el (eww): Work more correctly for file: URLs.
10708         (eww-detect-charset): Allow quoted charsets.
10709         (eww-yank-page-url): New command and keystroke.
10711 2013-06-24  Daiki Ueno  <ueno@gnu.org>
10713         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
10714         file name of gpg executable.
10715         (epg-context-program): New function.
10716         (epg-context-home-directory): New function.
10717         (epg-context-set-program): New function.
10718         (epg-context-set-home-directory): New function.
10719         (epg--start): Use `epg-context-program' instead of
10720         'epg-gpg-program'.
10721         (epg--list-keys-1): Likewise.
10723 2013-06-24  Leo Liu  <sdl.web@gmail.com>
10725         * ido.el (ido-read-internal): Fix bug#14620.
10727 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10729         * faces.el (face-documentation): Simplify.
10730         (read-face-attribute, tty-find-type, x-resolve-font-name):
10731         Use `string-match-p'.
10732         (list-faces-display): Use `string-match-p'.  Simplify.
10733         (face-spec-recalc): Check face to avoid face alias loops.
10734         (read-color): Use `string-match-p' and non-capturing parenthesis.
10736 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10738         * net/shr.el (shr-rescale-image): Use the new
10739         :max-width/:max-height functionality.
10741 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
10743         * net/eww.el (eww-search-prefix): New variable.
10744         (eww): Use it.
10745         (eww-external-browser): New variable.
10746         (eww-mode-map): New keystroke.
10747         (eww-browse-with-external-browser): New command.
10749         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
10751 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
10753         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10754         Don't skip aligning the next header field when padding is 0;
10755         otherwise, field width is not respected unless the title is as
10756         wide as the field.
10758 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10760         * emacs-lisp/package.el (package-el-version): Remove.
10761         (package-process-define-package): Fix inf-loop.
10762         (package-install): Allow symbols as arguments again.
10764 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10766         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
10767         add some more keyword-like methods.
10768         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
10770 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
10772         * bs.el (bs-buffer-show-mark): Make defvar-local.
10773         (bs-mode): Use setq-local.
10775         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
10776         (emacs-lock--try-unlocking): Make defvar-local.
10778 2013-06-22  Glenn Morris  <rgm@gnu.org>
10780         * play/cookie1.el (cookie-apropos): Minor simplification.
10782         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
10784 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
10786         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
10787         `regexp-opt', it breaks the build during dumping.
10789 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
10791         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10792         Highlight keyword-like methods on Kernel and Module with
10793         font-lock-builtin-face.
10794         (auto-mode-alist): Consolidate different entries into one regexp
10795         and add more *file-s.
10797 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
10799         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
10801         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
10802         (diary-entry): Use it in the action of this button type instead of
10803         diary-goto-entry.
10805         * calendar/todo-mode.el: New version.
10806         (todo-add-category): Append new category to end of file and give
10807         it the highest number, instead of putting it at the beginning and
10808         giving it 0.  Incorporate noninteractive functionality.
10809         (todo-forward-category): Adapt to 1-based category numbering.
10810         Allow skipping over archived categories.
10811         (todo-backward-category): Derive from todo-forward-category.
10812         (todo-backward-item, todo-forward-item): Make noninteractive and
10813         delegate interactive part to new commands.  Make sensitive to done items.
10814         (todo-categories): Make value an alist of category names and
10815         vectors of item counts.
10816         (todo-category-beg): Make a defconst.
10817         (todo-category-number): Use 1 instead of 0 as initial value.
10818         (todo-category-select): Make sensitive to overlays, optional item
10819         highlighting and done items.
10820         (todo-delete-item): Make sensitive to overlays and marked and done items.
10821         (todo-edit-item): Make sensitive to overlays and editing of
10822         date/time header optional.  Add format checks.
10823         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
10824         no-op if point is not on an item.  Advertise using todo-edit-quit.
10825         (todo-edit-mode): Make sensitive to new format, font-locking, and
10826         multiple todo files.
10827         (todo-insert-item, todo-insert-item-here): Derive from
10828         todo-basic-insert-item and extend functionality.
10829         (todo-item-end, todo-item-start): Make sensitive to done items.
10830         (todo-item-string): Don't return text properties.  Restore point.
10831         (todo-jump-to-category): Make sensitive to multiple todo files and
10832         todo archives.  Use extended category completion.
10833         (todo-lower-item, todo-raise-item): Rename to *-priority and
10834         derive from todo-set-item-priority.
10835         (todo-mode): Derive from special-mode.  Make sensitive to new
10836         format, font-locking and multiple todo files.  Make read-only.
10837         (todo-mode-map): Don't suppress digit keys, so they can supply
10838         prefix arguments.  Add many new key bindings.
10839         (todo-prefix): Insert as an overlay instead of file text.
10840         Change semantics from diary date expression to purely visual mark.
10841         (todo-print): Rename to todo-print-buffer.  Make buffer display
10842         features printable.  Remove option to restrict number of items
10843         printed.  Add option to print to file.
10844         (todo-print-function): Rename to todo-print-buffer-function.
10845         (todo-quit): Extend to handle exiting new todo modes.
10846         (todo-remove-item): Make sensitive to overlays.
10847         (todo-save): Extend to buffers of filtered items.
10848         (todo-show): Make sensitive to done items, multiple todo files and
10849         new todo modes.  Offer to convert legacy todo file before creating
10850         first new todo file.
10851         (todo-show-priorities): Rename to todo-top-priorities.
10852         Change semantics of value 0.
10853         (todo-top-priorities): Rename to todo-filter-top-priorities,
10854         derive from todo-filter-items and extend functionality.
10855         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
10856         and extend functionality to other types of filtered items.
10857         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
10858         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
10859         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
10860         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
10861         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
10862         (todo-edit-mode-hook, todo-entry-prefix-function)
10863         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
10864         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
10865         (todo-initials, todo-insert-threshold, todo-item-string-start)
10866         (todo-line-string, todo-menu, todo-mode-hook)
10867         (todo-more-important-p, todo-previous-answer, todo-previous-line)
10868         (todo-print-priorities, todo-remove-separator)
10869         (todo-save-top-priorities-too, todo-string-count-lines)
10870         (todo-string-multiline-p, todo-time-string-format)
10871         (todo-tmp-buffer-name): Remove.
10872         (todo-add-file, todo-archive-done-item, todo-choose-archive)
10873         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
10874         (todo-edit-category-diary-inclusion)
10875         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
10876         (todo-edit-file, todo-edit-item-date-day)
10877         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
10878         (todo-edit-item-date-month, todo-edit-item-date-to-today)
10879         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
10880         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
10881         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
10882         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
10883         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
10884         (todo-filter-top-priorities-multifile, todo-find-archive)
10885         (todo-find-filtered-items-file, todo-go-to-source-item)
10886         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
10887         (todo-jump-to-archive-category, todo-lower-category)
10888         (todo-mark-category, todo-marked-item-p, todo-merge-category)
10889         (todo-move-category, todo-move-item, todo-next-button)
10890         (todo-next-item, todo-padded-string, todo-powerset)
10891         (todo-previous-button, todo-previous-item)
10892         (todo-print-buffer-to-file, todo-raise-category)
10893         (todo-rename-category, todo-repair-categories-sexp, todo-search)
10894         (todo-set-category-number, todo-set-item-priority)
10895         (todo-set-top-priorities-in-category)
10896         (todo-set-top-priorities-in-file, todo-show-categories-table)
10897         (todo-sort-categories-alphabetically-or-numerically)
10898         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
10899         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
10900         (todo-toggle-item-header, todo-toggle-item-highlighting)
10901         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
10902         (todo-toggle-view-done-items, todo-toggle-view-done-only)
10903         (todo-unarchive-items, todo-unmark-category): New commands.
10904         (todo-absolute-file-name, todo-add-to-buffer-list)
10905         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
10906         (todo-basic-insert-item, todo-category-completions)
10907         (todo-category-number, todo-category-string-matcher-1)
10908         (todo-category-string-matcher-2, todo-check-filtered-items-file)
10909         (todo-check-format, todo-clear-matches)
10910         (todo-comment-string-matcher, todo-convert-legacy-date-time)
10911         (todo-current-category, todo-date-string-matcher)
10912         (todo-define-insertion-command, todo-diary-expired-matcher)
10913         (todo-diary-goto-entry, todo-diary-item-p)
10914         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
10915         (todo-display-categories, todo-display-sorted, todo-done-item-p)
10916         (todo-done-item-section-p, todo-done-separator)
10917         (todo-done-string-matcher, todo-files, todo-filter-items)
10918         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
10919         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
10920         (todo-insert-category-line, todo-insert-item-from-calendar)
10921         (todo-insert-sort-button, todo-insert-with-overlays)
10922         (todo-insertion-command-name, todo-insertion-key-bindings)
10923         (todo-label-to-key, todo-longest-category-name-length)
10924         (todo-make-categories-list, todo-mode-external-set)
10925         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
10926         (todo-modes-set-3, todo-multiple-filter-files)
10927         (todo-nondiary-marker-matcher, todo-prefix-overlays)
10928         (todo-read-category, todo-read-date, todo-read-dayname)
10929         (todo-read-file-name, todo-read-time)
10930         (todo-reevaluate-category-completions-files-defcustom)
10931         (todo-reevaluate-default-file-defcustom)
10932         (todo-reevaluate-filelist-defcustoms)
10933         (todo-reevaluate-filter-files-defcustom)
10934         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
10935         (todo-reset-done-separator, todo-reset-done-separator-string)
10936         (todo-reset-done-string, todo-reset-global-current-todo-file)
10937         (todo-reset-highlight-item, todo-reset-nondiary-marker)
10938         (todo-reset-prefix, todo-set-categories)
10939         (todo-set-date-from-calendar, todo-set-show-current-file)
10940         (todo-set-top-priorities, todo-short-file-name)
10941         (todo-show-current-file, todo-sort, todo-time-string-matcher)
10942         (todo-total-item-counts, todo-update-buffer-list)
10943         (todo-update-categories-display, todo-update-categories-sexp)
10944         (todo-update-count, todo-validate-name, todo-y-or-n-p):
10945         New functions.
10946         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
10947         New major modes.
10948         (todo-categories, todo-display, todo-edit, todo-faces)
10949         (todo-filtered): New defgroups.
10950         (todo-archived-only, todo-button, todo-category-string, todo-date)
10951         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
10952         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
10953         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
10954         (todo-add-item-if-new-category, todo-always-add-time-string)
10955         (todo-categories-align, todo-categories-archived-label)
10956         (todo-categories-category-label, todo-categories-diary-label)
10957         (todo-categories-done-label, todo-categories-number-separator)
10958         (todo-categories-todo-label, todo-categories-totals-label)
10959         (todo-category-completions-files, todo-completion-ignore-case)
10960         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
10961         (todo-done-separator-string, todo-done-string)
10962         (todo-files-function, todo-filter-done-items, todo-filter-files)
10963         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
10964         (todo-initial-category, todo-initial-file, todo-item-mark)
10965         (todo-legacy-date-time-regexp, todo-mode-line-function)
10966         (todo-nondiary-marker, todo-number-prefix)
10967         (todo-print-buffer-function, todo-show-current-file)
10968         (todo-show-done-only, todo-show-first, todo-show-with-done)
10969         (todo-skip-archived-categories, todo-top-priorities-overrides)
10970         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
10971         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
10972         New defcustoms.
10973         (todo-category-done, todo-date-pattern, todo-date-string-start)
10974         (todo-diary-items-buffer, todo-done-string-start)
10975         (todo-filtered-items-buffer, todo-item-start)
10976         (todo-month-abbrev-array, todo-month-name-array)
10977         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
10978         (todo-top-priorities-buffer): New defconsts.
10979         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
10980         (todo-categories-with-marks, todo-category-string-face)
10981         (todo-comment-face, todo-comment-string, todo-current-todo-file)
10982         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
10983         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
10984         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
10985         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
10986         (todo-font-lock-keywords, todo-global-current-todo-file)
10987         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
10988         (todo-insertion-commands-args)
10989         (todo-insertion-commands-args-genlist)
10990         (todo-insertion-commands-names, todo-insertion-map)
10991         (todo-key-bindings-t, todo-key-bindings-t+a)
10992         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
10993         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
10994         (todo-nondiary-face, todo-print-buffer, todo-time-face)
10995         (todo-visited): New variables.
10997 2013-06-21  Glenn Morris  <rgm@gnu.org>
10999         * play/cookie1.el (cookie-apropos): Add optional display argument.
11000         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11001         (psychoanalyze-pinhead): Use cookie-doctor.
11003 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11005         * emacs-lisp/package.el (tar-get-file-descriptor)
11006         (tar--extract): Declare.
11008 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
11010         Extend flymake's warning predicate to be a function (bug#14217).
11011         * progmodes/flymake.el (flymake-warning-predicate): New.
11012         (flymake-parse-line): Use it.
11013         (flymake-warning-re): Make obsolete alias to
11014         `flymake-warning-predicate'.
11016 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * emacs-lisp/package.el (package-alist): Include obsolete packages.
11019         (package-obsolete-list): Remove.
11020         (package-activate): Remove min-version argument.  Add `force' argument.
11021         Adjust to new package-alist format.
11022         (package-mark-obsolete): Remove.
11023         (package-unpack): Force reload of the package's autoloads.
11024         (package-installed-p): Check builtins if the installed package is not
11025         recent enough.
11026         (package-initialize): Don't reset package-obsolete-list.
11027         Don't specify which package version to activate.
11028         (package-process-define-package, describe-package-1)
11029         (package-menu--generate): Adjust to new package-alist format.
11031 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11033         * allout-widgets.el (allout-widgets-mode-off)
11034         (allout-widgets-mode-on, allout-widgets-pre-command-business)
11035         (allout-widgets-post-command-business)
11036         (allout-widgets-after-copy-or-kill-function)
11037         (allout-widgets-after-undo-function, allout-test-range-overlaps)
11038         (allout-decorate-item-and-context)
11039         (allout-graphics-modification-handler): Fix typos in docstrings.
11040         (allout-get-or-create-parent-widget): Use `looking-at-p'.
11042         * cmuscheme.el (scheme-start-file): Doc fix.
11043         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11044         (scheme-input-filter): Use `string-match-p'.
11046         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11048         * dired-x.el: Use Dired consistently in docstrings.
11050         * dired.el: Use Dired consistently in docstrings.
11051         (dired-readin, dired-mode): Use `setq-local'.
11052         (dired-switches-alist): Make defvar-local.
11053         (dired-buffers-for-dir): Use `zerop'.
11054         (dired-safe-switches-p, dired-switches-escape-p)
11055         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11056         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11057         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11058         (dired-goto-next-nontrivial-file): Use `string-match-p'.
11059         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11060         (dired-toggle-marks, dired-mark-files-containing-regexp)
11061         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11062         (dired-flag-auto-save-files, dired-flag-backup-files):
11063         Use `looking-at-p'.
11064         (dired-mark-files-regexp, dired-build-subdir-alist):
11065         Use `string-match-p', `looking-at-p'.
11067         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11068         (direct-print-region-helper): Use `string-match-p'.
11070 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11072         * comint.el (comint-redirect-results-list-from-process):
11073         Fix infinite loop.
11075 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11077         * net/eww.el (eww-update-header-line-format): Quote % characters.
11079 2013-06-21  Glenn Morris  <rgm@gnu.org>
11081         * play/cookie1.el (cookie): New custom group.
11082         (cookie-file): New option.
11083         (cookie-check-file): New function.
11084         (cookie): Make it interactive.  Make start and end messages optional.
11085         Interactively, display the result.  Default to cookie-file.
11086         (cookie-insert): Default to cookie-file.
11087         (cookie-snarf): Make start and end messages optional.
11088         Default to cookie-file.  Use with-temp-buffer.
11089         (cookie-read): Rename from read-cookie.
11090         Make start and end messages optional.  Default to cookie-file.
11091         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
11092         Do not autoload it.
11093         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11094         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11096 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11098         * progmodes/octave.el (octave-mode): Backward compatibility fix.
11100 2013-06-21  Glenn Morris  <rgm@gnu.org>
11102         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11104 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11105             Daniel Hackney  <dan@haxney.org>
11107         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11108         Consolidate the single-file vs tarball code.
11109         (package-desc-suffix): New function.
11110         (package-desc-full-name): Don't bother inlining it.
11111         (package-load-descriptor): Return the new package-desc.
11112         (package-mark-obsolete): Remove unused arg `package'.
11113         (package-unpack): Make it work for single files as well.
11114         Make it update package-alist.
11115         (package--make-autoloads-and-stuff): Rename from
11116         package--make-autoloads-and-compile.  Don't compile any more.
11117         (package--compile): New function.
11118         (package-generate-description-file): New function, extracted from
11119         package-unpack-single.
11120         (package-unpack-single): Remove.
11121         (package--with-work-buffer): Add indentation and debugging info.
11122         (package-download-single): Remove.
11123         (package-install-from-archive): Rename from package-download-tar, make
11124         it take a pkg-desc, and make it work for single files as well.
11125         (package-download-transaction): Simplify.
11126         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
11127         external tar program.
11128         (package-install-from-buffer): Remove `pkg-desc' argument.
11129         Use package-tar-file-info for tar-mode buffers.
11130         (package-install-file): Simplify accordingly.
11131         (package-archive-base): Change to take a pkg-desc.
11132         * tar-mode.el (tar--check-descriptor): New function, extracted from
11133         tar-get-descriptor.
11134         (tar-get-descriptor): Use it.
11135         (tar-get-file-descriptor): New function.
11136         (tar--extract): New function, extracted from tar-extract.
11137         (tar--extract): Use it.
11138         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11139         case the summary uses non-ascii.  Adjust to new calling convention of
11140         package-tar-file-info.
11142 2013-06-21  Leo Liu  <sdl.web@gmail.com>
11144         * comint.el (comint-redirect-results-list-from-process):
11145         Fix random delay.  (Bug#14681)
11147 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
11149         * profiler.el (profiler-format-number): Use log, not log10.
11151 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11153         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11155 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11158         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11159         yet available.
11160         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11161         (AUTOGENEL): ... here.
11162         * emacs-lisp/cl-macs.el (cl--sublis): New function.
11163         (cl--defsubst-expand): Use it.
11165 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11167         * subr.el (log10): Move here from C code, and declare as obsolete.
11168         All uses of (log10 X) replaced with (log X 10).
11170 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11172         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11173         Declare with `defvar-local'.
11174         (tabulated-list-use-header-line, tabulated-list-entries)
11175         (tabulated-list-padding, tabulated-list-printer)
11176         (tabulated-list-sort-key): Declare with `defvar-local'.
11177         (tabulated-list-init-header, tabulated-list-print-fake-header):
11178         Use `setq-local'.
11180 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
11182         * arc-mode.el (archive-mode): Add `archive-write-file' to
11183         `write-contents-functions' also for remote files.  (Bug#14652)
11185 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
11187         * cus-edit.el (custom-commands): Fix typos.
11188         (custom-display): Fix tooltip text.
11189         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11190         Fix typos in docstrings.
11191         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11192         (custom-unlispify-menu-entry, custom-magic-value-create)
11193         (custom-add-see-also, custom-group-value-create): Use ?\s.
11194         (custom-guess-type, customize-apropos, editable-field)
11195         (custom-face-value-create): Use `string-match-p'.
11196         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11198         * custom.el (custom-load-symbol): Use `string-match-p'.
11200         * ansi-color.el: Convert to lexical binding.
11201         (ansi-colors): Fix URL.
11202         (ansi-color-context, ansi-color-context-region): Use defvar-local.
11203         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11204         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11206 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11210         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11212 2013-06-19  Tom Tromey  <tromey@redhat.com>
11214         * net/eww.el (eww-top-url): Remove.
11215         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11216         (eww-render): Set new variables.  Don't set eww-top-url.
11217         (eww-handle-link): Handle "prev", "home", and "contents".
11218         Downcase the rel text.
11219         (eww-top-url): Choose best top URL.
11221 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223         * net/eww.el: Rewrite to implement form elements "by hand" instead of
11224         relying in widget.el.  Using widget.el leads to too many
11225         user interface inconsistencies.
11226         (eww-self-insert): Implement entering commands in text fields.
11227         (eww-process-text-input): New function to make text input field editing
11228         work.
11229         (eww-submit): Rewrite to use the new-style form methods.
11230         (eww-select-display): Display the correct selected item.
11231         (eww-change-select): Implement changing the select value.
11232         (eww-toggle-checkbox): Implement radio/checkboxes.
11233         (eww-update-field): Fix compilation error.
11234         (eww-tag-textarea): Implement <textarea>.
11236         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11237         we don't shadow mode-specific bindings.
11239         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11240         nothing to push.
11242         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11244 2013-06-19  Glenn Morris  <rgm@gnu.org>
11246         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11248 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
11250         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11251         not needed.
11253         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11255 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11257         * net/browse-url.el (browse-url-browser-function):
11258         `eww-browse-url' has the right calling signature, `eww' does not.
11260 2013-06-19  Glenn Morris  <rgm@gnu.org>
11262         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11263         Only eval autoloaded macros.
11264         (byte-compile-autoload): Only give the macro warning for macros.
11266         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11267         (ps-underlined-faces): Declare.
11269         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11270         (speedbar-add-supported-extension): Declare.
11272         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11273         Don't include a date stamp in the header of the generated file;
11274         it leads to needless differences between output files.
11276 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
11278         * net/secrets.el (secrets-struct-secret-content-type):
11279         Replace check of introspection data by a test call of "CreateItem".
11280         Some servers do not offer introspection.
11282 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11284         * electric.el (electric-pair-mode): Improve interaction with
11285         electric-layout-mode.
11286         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11287         (electric-pair-syntax): Use text-mode-syntax-table in comments
11288         and strings.
11289         (electric-pair--insert): New function.
11290         (electric-pair-post-self-insert-function): Use it and
11291         electric--after-char-pos.
11293 2013-06-19  Leo Liu  <sdl.web@gmail.com>
11295         * progmodes/octave.el (octave-help): Fix regexp.
11297 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11300         (shr-table-horizontal-line): Allow nil as a value, and change the
11301         default.
11302         (shr-insert-table-ruler): Respect the nil value.
11304 2013-06-18  Tom Tromey  <tromey@barimba>
11306         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11307         New defvars.
11308         (eww-open-file): New defun.
11309         (eww-render): Initialize new variables.
11310         (eww-display-html): Handle "link" and "a".
11311         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11312         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
11313         (eww-back-url): Rename from eww-previous-url.
11314         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11315         New defuns.
11317 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
11319         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11320         Distinguish ternary operator tokens from slash symbol and slash
11321         char literal.
11323 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11325         Convert symbol prettification into minor mode and global minor mode.
11327         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11328         `prog-prettify-symbols', and make a local defvar instead of defcustom.
11329         (prettify-symbols--keywords): Rename from
11330         `prog-prettify-symbols-alist' and make a local defvar.
11331         (prettify-symbols--compose-symbol): Rename from
11332         `prog--prettify-font-lock-compose-symbol'.
11333         (prettify-symbols--make-keywords): Rename from
11334         `prog-prettify-font-lock-symbols-keywords' and simplify.
11335         (prog-prettify-install): Remove.
11336         (prettify-symbols-mode): New minor mode, based on
11337         `prog-prettify-install'.
11338         (turn-on-prettify-symbols-mode): New function.
11339         (global-prettify-symbols-mode): New globalized minor mode.
11341         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11342         * progmodes/cfengine.el (cfengine3-mode):
11343         * progmodes/perl-mode.el (perl-mode): Don't call
11344         `prog-prettify-install'; set `prettify-symbols-alist' instead.
11346 2013-06-18  Juri Linkov  <juri@jurta.org>
11348         * files-x.el (modify-file-local-variable-message): New function.
11349         (modify-file-local-variable)
11350         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11351         and call `modify-file-local-variable-message' when it's non-nil.
11352         (add-file-local-variable, delete-file-local-variable)
11353         (add-file-local-variable-prop-line)
11354         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11355         and use it.  (Bug#9820)
11357 2013-06-18  Juri Linkov  <juri@jurta.org>
11359         * emulation/vi.el (vi-shell-op):
11360         * emulation/vip.el (vip-execute-com, ex-command):
11361         * emulation/viper-cmd.el (viper-exec-bang):
11362         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11363         the call of `shell-command-on-region'.  (Bug#14637)
11365         * simple.el (shell-command-on-region): Doc fix.
11367 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11369         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11370         (bug#14633).
11372 2013-06-18  Glenn Morris  <rgm@gnu.org>
11374         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11376         * newcomment.el (comment-search-forward, comment-search-backward):
11377         Doc fix.  (Bug#14376)
11379 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
11381         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11382         (buffer-face-mode-invoke): Doc fix.
11384 2013-06-18  Matthias Meulien  <orontee@gmail.com>
11386         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11387         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11389 2013-06-18  Glenn Morris  <rgm@gnu.org>
11391         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11392         Replace obsolete function generic-make-keywords with its expansion.
11394         * progmodes/python.el (ffap-alist): Declare.
11396         * textmodes/reftex.el (bibtex-mode-map): Declare.
11398 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11401         (package-unpack, package-unpack-single): Return the pkg-dir.
11402         (package-download-transaction): Use it to update package-alist.
11404 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11406         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11407         possible choice.
11409 2013-06-17  Juri Linkov  <juri@jurta.org>
11411         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11413 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11415         * emacs-lisp/package.el (package-load-descriptor):
11416         Remove `with-syntax-table' call, `read' doesn't need it.
11417         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11419 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11421         * startup.el (command-line): Expand package name returned by
11422         `package--description-file' (bug#14639).
11424 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
11426         * emacs-lisp/package.el (package-load-descriptor): Do not call
11427         `emacs-lisp-mode', just use its syntax table.
11429 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
11431         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11432         `font-lock-extra-managed-props' if any prettifying keyword is added.
11433         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11434         (prog-mode): Use `setq-local'.
11436 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11438         * international/characters.el (standard-case-table): Set syntax of ?»
11439         and ?« to punctuation.
11441 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
11443         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11444         Save relevant match data before calling `syntax-ppss' (bug#14595).
11446 2013-06-15  Juri Linkov  <juri@jurta.org>
11448         * files-x.el (modify-file-local-variable-prop-line): Add local
11449         variables to the end of the existing comment on the first line.
11450         Use `file-auto-mode-skip' to skip interpreter magic line,
11451         and also skip XML declaration.
11453 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11455         * startup.el (package--builtin-versions): New var.
11456         (package-subdirectory-regexp): Remove.
11457         (package--description-file): Hard code its value instead.
11459         * emacs-lisp/package.el: Don't activate packages older than builtin.
11460         (package-obsolete-list): Rename from package-obsolete-alist, and make
11461         it into a simple list of package-desc.
11462         (package-strip-version): Remove.
11463         (package-built-in-p): Use package--builtin-versions.
11464         (package-mark-obsolete): Simplify.
11465         (package-process-define-package): Mark it obsolete if older than the
11466         builtin version.
11467         (package-handle-response): Use line-end-position.
11468         (package-read-archive-contents, package--download-one-archive):
11469         Simplify.
11470         (package--add-to-archive-contents): Skip if older than the builtin or
11471         installed version.
11472         (package-menu-describe-package): Fix last change.
11473         (package-list-unversioned): New var.
11474         (package-menu--generate): Use it.
11476         * emacs-lisp/autoload.el: Manage package--builtin-versions.
11477         (autoload--insert-text, autoload--insert-cookie-text): New functions.
11478         (autoload-builtin-package-versions): New variable.
11479         (autoload-generate-file-autoloads): Use them.
11480         Remove the list of autoloaded functions/macros from the
11481         (autoload...) comments.
11483         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11485 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
11487         * simple.el (line-move-partial): Don't jump to the next screen
11488         line as soon as it becomes visible.  Instead, continue enlarging
11489         the vscroll until the portion of a tall screen line that's left on
11490         display is about the height of the frame's default font.
11491         (Bug#14567)
11493 2013-06-15  Glenn Morris  <rgm@gnu.org>
11495         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11496         compilation-error-regexp-alist void, or local while let-bound.
11498         * progmodes/make-mode.el (makefile-mode-syntax-table):
11499         Treat "=" as punctuation.  (Bug#14614)
11501 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
11503         * help-fns.el (describe-variable):
11504         Add extra line for permanent-local variables.
11506 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
11508         * progmodes/scheme.el (scheme-font-lock-keywords-2):
11509         Add export, import, library.  (Bug#9164)
11510         (library): Set indent function.
11512 2013-06-14  Glenn Morris  <rgm@gnu.org>
11514         * term/xterm.el (xterm--query):
11515         Stop after first matching handler.  (Bug#14615)
11517 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
11519         Add support for dired in saveplace.
11520         * dired.el (dired-initial-position-hook): New variable.
11521         (dired-initial-position): Call hook to place cursor position.
11522         * saveplace.el (save-place-to-alist): Add dired position.
11523         (save-place-dired-hook): New function.
11525 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11527         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11528         through a symbol rather than letrec.
11530         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
11531         (package-desc): Add `dir' field.
11532         (package-desc-full-name): New function.
11533         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
11534         (package-maybe-load-descriptor): Remove.
11535         (package-load-all-descriptors): Just call package-load-descriptor.
11536         (package--disabled-p): New function.
11537         (package-desc-vers, package-desc-doc): Remove aliases.
11538         (package--dir): Remove function.
11539         (package-activate): Check if a package is disabled.
11540         (package-process-define-package): New function, extracted from
11541         define-package.
11542         (define-package): Turn into a place holder.
11543         (package-unpack-single, package-tar-file-info):
11544         Use package--description-file.
11545         (package-compute-transaction): Use package--disabled-p.
11546         (package-download-transaction): Don't call
11547         package-maybe-load-descriptor since they're all loaded anyway.
11548         (package-install): Change argument to be a pkg-desc.
11549         (package-delete): Use a single pkg-desc argument.
11550         (describe-package-1): Use package-desc-dir instead of package--dir.
11551         Use package-desc property instead of package-symbol.
11552         (package-install-button-action): Adjust accordingly.
11553         (package--push): Rewrite.
11554         (package-menu--print-info): Adjust accordingly.  Change the ID format
11555         to be a pkg-desc.
11556         (package-menu-describe-package, package-menu-get-status)
11557         (package-menu--find-upgrades, package-menu-mark-upgrades)
11558         (package-menu-execute, package-menu--name-predicate):
11559         Adjust accordingly.
11560         * startup.el (package--description-file): New function.
11561         (command-line): Use it.
11562         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11563         Use package-desc-version.
11565         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11566         (byte-compile-preprocess): Use it.
11567         (byte-compile-file-form-defalias): Try a bit harder to use macros we
11568         can't quite recognize.
11569         (byte-compile-add-to-list): Remove.
11570         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11571         (cconv-closure-convert): Add assertion.
11573         * emacs-lisp/map-ynp.el: Use lexical-binding.
11574         (map-y-or-n-p): Remove unused vars `tail' and `object'.
11575         Factor out some repeated code.
11577 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11579         * subr.el (with-eval-after-load): New macro.
11580         (eval-after-load): Allow form to be a function.
11581         take advantage of lexical-binding.
11582         (do-after-load-evaluation): Use dolist and adjust to new format.
11583         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11585 2013-06-13  Juri Linkov  <juri@jurta.org>
11587         * replace.el (perform-replace): Display "symbol " and other search
11588         modes from `isearch-message-prefix' in the *Help* buffer.
11590         * isearch.el (isearch-query-replace): Add " symbol" and other
11591         possible search modes from `isearch-message-prefix' to the prompt.
11592         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11593         when reading a regexp to collect.
11595 2013-06-13  Juri Linkov  <juri@jurta.org>
11597         * isearch.el (word-search-regexp): Match whitespace if the search
11598         string begins or ends in whitespace.  The LAX arg is applied to
11599         both ends of the search string.  Use `regexp-quote' and explicit
11600         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
11601         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11602         boundaries are replaced with symbol boundaries, and characters
11603         between symbols match non-word non-symbol syntax.  (Bug#14602)
11605 2013-06-13  Juri Linkov  <juri@jurta.org>
11607         * isearch.el (isearch-del-char): Don't exceed the length of
11608         `isearch-string' by the prefix arg.  (Bug#14563)
11610 2013-06-13  Juri Linkov  <juri@jurta.org>
11612         * isearch.el (isearch-yank-word, isearch-yank-line)
11613         (isearch-char-by-name, isearch-quote-char)
11614         (isearch-printing-char, isearch-process-search-char):
11615         Add optional count prefix arg.  (Bug#14563)
11617         * international/isearch-x.el
11618         (isearch-process-search-multibyte-characters):
11619         Add optional count prefix arg.
11621 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11623         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
11624         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
11625         lexical-binding.
11627 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
11629         * subr.el (set-temporary-overlay-map): Add on-exit argument.
11631 2013-06-13  Glenn Morris  <rgm@gnu.org>
11633         * startup.el (tty-handle-args):
11634         Don't just discard "--" and anything after.  (Bug#14608)
11636         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
11638 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
11640         Implement changes in Secret Service API.  Make it backward compatible.
11641         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
11642         (secrets-create-item): Use it.  Prefix properties with interface.
11644 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
11646         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
11647         (term-emulate-terminal): Respect term-suppress-hard-newline.
11649 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
11651         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
11652         Only remove a `thumb-file' overlay.  (Bug#14548)
11654 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
11656         * mail/reporter.el (reporter-submit-bug-report):
11657         Handle missing package-name.  (Bug#14600)
11659 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11661         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
11662         (reftex-citation-prompt, reftex-default-bibliography)
11663         (reftex-bib-or-thebib, reftex-get-bibfile-list)
11664         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
11665         (reftex-bib-sort-author, reftex-bib-sort-year)
11666         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
11667         (reftex-extract-bib-entries-from-thebibliography)
11668         (reftex-get-bibkey-default, reftex-get-bib-names)
11669         (reftex-parse-bibtex-entry, reftex-get-bib-field)
11670         (reftex-format-bib-entry, reftex-parse-bibitem)
11671         (reftex-format-bibitem, reftex-do-citation)
11672         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
11673         (reftex-restrict-bib-matches, reftex-extract-bib-file)
11674         (reftex-insert-bib-matches, reftex-format-citation)
11675         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
11676         (reftex-create-bibtex-file): Add docstrings, mostly by converting
11677         existing comments into docstrings.
11679 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11681         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
11683 2013-06-12  Andreas Schwab  <schwab@suse.de>
11685         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
11686         for auto-save files.
11688 2013-06-12  Glenn Morris  <rgm@gnu.org>
11690         * ido.el (ido-delete-ignored-files): Remove.
11691         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
11692         Go back to calling ido-ignore-item-p directly.
11694 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
11696         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
11698         * ido.el (ido-delete-ignored-files): New function,
11699         split from ido-make-file-list-1.
11700         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
11701         (ido-make-file-list-1): Use ido-delete-ignored-files.
11703 2013-06-12  Leo Liu  <sdl.web@gmail.com>
11705         * progmodes/octave.el (inferior-octave-startup)
11706         (inferior-octave-completion-table)
11707         (inferior-octave-track-window-width-change)
11708         (octave-eldoc-function-signatures, octave-help)
11709         (octave-find-definition): Use single quoted strings.
11710         (inferior-octave-startup-args): Change default value.
11711         (inferior-octave-startup): Do not hard code "-i" and
11712         "--no-line-editing".
11713         (inferior-octave-resync-dirs): Add optional arg NOERROR.
11714         (inferior-octave-directory-tracker): Use it.
11715         (octave-goto-function-definition): Robustify.
11716         (octave-help): Support highlighting operators in 'See also'.
11717         (octave-find-definition): Find subfunctions only in Octave mode.
11719 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * help-fns.el (help-fns--compiler-macro): If the handler function is
11722         named, then put a link to it.
11723         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
11724         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
11725         (cl-typep): Use it.
11726         (cl-eval-when): Simplify debug spec.
11727         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
11728         compiler-macro function instead of setting `compiler-macro-file'.
11730 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
11732         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
11733         * vc/vc-hooks.el (vc-stay-local): Doc fix.
11735 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11736             Daniel Hackney  <dan@haxney.org>
11738         First part of Daniel Hackney's patch to package.el.
11739         * emacs-lisp/package.el: Use defstruct.
11740         (package-desc): New, main struct.
11741         (package--bi-desc, package--ac-desc): New structs, used to describe the
11742         format in external files.
11743         (package-desc-vers): Replace with package-desc-version accessor.
11744         (package-desc-doc): Replace with package-desc-summary accessor.
11745         (package-activate-1): Remove `package' arg since the pkg-vec now
11746         includes the name.
11747         (define-package): Use package-desc-from-define.
11748         (package-unpack-single): Change file-name arg to be a symbol.
11749         (package--add-to-archive-contents): Use package-desc-create and new
11750         accessor functions to package--ac-desc.
11751         (package-buffer-info, package-tar-file-info): Return a package-desc.
11752         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
11753         arg to be a package-desc.
11754         (package-install-file): Adjust accordingly.  Use \' to match EOS.
11755         (package--from-builtin): New function.
11756         (describe-package-1, package-menu--generate): Use it.
11757         (package--make-autoloads-and-compile): Change name arg to be a symbol.
11758         (package-generate-autoloads): Idem and return the name of the file.
11759         * emacs-lisp/package-x.el (package-upload-buffer-internal):
11760         Change pkg-info arg to be a package-desc.
11761         Use package-make-ac-desc.
11762         (package-upload-file): Use \' to match EOS.
11763         * finder.el (finder-compile-keywords): Use package-make-builtin.
11765 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11767         * vc/vc.el (vc-deduce-fileset): Change error message.
11768         (vc-read-backend): New function.
11769         (vc-next-action): Use it.
11771         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
11773         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
11774         (prolog-font-lock-keywords): Use regexp-opt instead.
11775         Don't manually highlight strings.
11776         (prolog-mode-variables): Simplify comment-start-skip.
11777         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
11779         * emacs-lisp/generic.el (generic--normalise-comments)
11780         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
11781         (generic-mode-set-comments): Use them.
11782         (generic-bracket-support): Use setq-local.
11783         (generic-make-keywords-list): Declare obsolete.
11785 2013-06-11  Glenn Morris  <rgm@gnu.org>
11787         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11788         Prettify after setting font-lock-defaults.  (Bug#14574)
11790 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
11792         * replace.el (query-replace, occur-read-regexp-defaults-function)
11793         (replace-search):
11794         * subr.el (declare-function, number-sequence, local-set-key)
11795         (substitute-key-definition, locate-user-emacs-file)
11796         (with-silent-modifications, split-string, eval-after-load):
11797         Fix typos, remove unneeded backslashes and reflow some docstrings.
11799 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11801         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
11802         default for Elisp files.
11804 2013-06-11  Glenn Morris  <rgm@gnu.org>
11806         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
11807         although define-derived-mode was doing this anyway.  (Bug#14583)
11809 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
11811         * allout.el (allout-encryption-plaintext-sanitization-regexps):
11812         Fix make-variable-buffer-local call to refer to the correct variable.
11814 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
11816         * eshell/em-term.el (eshell-visual-commands)
11817         (eshell-visual-subcommands, eshell-visual-options):
11818         Add summary line to docstrings.  Add cross-references.
11820 2013-06-10  Glenn Morris  <rgm@gnu.org>
11822         * epa.el (epa-read-file-name): New function.  (Bug#14510)
11823         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
11825 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11827         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
11828         output redirection to be ignored with visual commands.
11830 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
11832         * eshell/em-term.el (eshell-visual-command-p): New function.
11833         (eshell-term-initialize): Move long lambda to separate function
11834         eshell-visual-command-p.
11835         * eshell/em-dirs.el (eshell-dirs-initialize):
11836         * eshell/em-script.el (eshell-script-initialize):
11837         Add missing #' to lambda.
11839 2013-06-08  Leo Liu  <sdl.web@gmail.com>
11841         * progmodes/octave.el (octave-add-log-current-defun): New function.
11842         (octave-mode): Set add-log-current-defun-function.
11843         (octave-goto-function-definition): Do not move point if not found.
11844         (octave-find-definition): Enhance to try subfunctions first.
11846 2013-06-08  Glenn Morris  <rgm@gnu.org>
11848         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11849         (byte-compile-backward-char, byte-compile-backward-word):
11850         Improve previous change, to handle non-explicit nil.
11852 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11854         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
11855         (smie--opener/closer-at-point): New function.
11856         (smie--matching-block-data): Use it.  Don't match from right after an
11857         opener or right before a closer.  Obey smie-blink-matching-inners.
11858         Don't signal a mismatch for repeated inners like "switch..case..case".
11860 2013-06-07  Leo Liu  <sdl.web@gmail.com>
11862         * progmodes/octave.el (octave-mode): Set comment-use-global-state
11863         to t.  (Bug#14303)
11864         (octave-function-header-regexp): Fix.  (Bug#14570)
11865         (octave-help-mode-finish-hook, octave-help-mode-finish):
11866         Remove.  Just use temp-buffer-show-hook.
11868         * newcomment.el (comment-search-backward): Revert last change.
11869         (Bug#14434)
11871         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
11873 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
11875         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
11876         through xargs, to avoid failure due to MS-Windows limitations on
11877         command-line length.
11879 2013-06-06  Glenn Morris  <rgm@gnu.org>
11881         * font-lock.el (lisp-font-lock-keywords-2):
11882         Treat user-error like error.
11884         * emacs-lisp/bytecomp.el (byte-compile-char-before)
11885         (byte-compile-backward-char, byte-compile-backward-word):
11886         Handle explicit nil arguments.  (Bug#14565)
11888 2013-06-05  Alan Mackenzie  <acm@muc.de>
11890         * isearch.el (isearch-allow-prefix): New user option.
11891         (isearch-other-meta-char): Don't exit isearch when a prefix
11892         argument is typed whilst `isearch-allow-prefix' is non-nil.
11893         (Bug#9706)
11895 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11897         * autorevert.el (auto-revert-notify-handler): Use memq.
11898         Hide assertion failure.
11900         * skeleton.el: Use cl-lib.
11901         (skeleton-further-elements): Use defvar-local.
11902         (skeleton-insert): Use cl-progv.
11904 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11906         * progmodes/prog-mode.el (prog-prettify-symbols)
11907         (prog-prettify-install): Update docstrings.
11909 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11911         * simple.el: Move all the prog-mode code to prog-mode.el.
11912         * progmodes/prog-mode.el: New file.
11913         * loadup.el: Add prog-mode.el.
11915 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11917         * simple.el (prog-prettify-symbols): Add version.
11918         (prog-prettify-install): Add convenience function to prettify symbols.
11920         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
11921         (perl--augmented-font-lock-keywords-1)
11922         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
11923         variables and use it.
11925         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11926         (cfengine3-mode): Remove unneeded variable and use it.
11928         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11929         (lisp--augmented-font-lock-keywords-1)
11930         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
11931         Remove unneeded variables and use it.
11933 2013-06-05  João Távora  <joaotavora@gmail.com>
11935         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
11936         to point when opening the connection.  (Bug#14380)
11938 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11940         * subr.el (load-history-regexp, load-history-filename-element)
11941         (eval-after-load, after-load-functions, do-after-load-evaluation)
11942         (eval-next-after-load, display-delayed-warnings)
11943         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
11944         definition of save-match-data.
11945         (overriding-local-map): Remove accidental obsolescence declaration.
11947         * emacs-lisp/edebug.el (edebug-result): Move before first use.
11949 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
11951         Generalize symbol prettify support to prog-mode and implement it
11952         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
11953         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
11954         (prog--prettify-font-lock-compose-symbol)
11955         (prog-prettify-font-lock-symbols-keywords): New variables and
11956         functions to support symbol prettification.
11957         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
11958         (lisp--augmented-font-lock-keywords-1)
11959         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
11960         (lisp--prettify-symbols-alist): Implement prettify of lambda.
11961         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
11962         (cfengine3--prettify-symbols-alist, cfengine3-mode):
11963         Implement prettify of -> => :: strings.
11964         * progmodes/perl-mode.el (perl-prettify-symbols)
11965         (perl--font-lock-compose-symbol)
11966         (perl--font-lock-symbols-keywords): Move to prog-mode.
11967         (perl--prettify-symbols-alist): Prettify -> => :: strings.
11968         (perl-font-lock-keywords-1)
11969         (perl-font-lock-keywords-2): Remove explicit prettify support.
11970         (perl--augmented-font-lock-keywords)
11971         (perl--augmented-font-lock-keywords-1)
11972         (perl--augmented-font-lock-keywords-2, perl-mode):
11973         Implement prettify support.
11975 2013-06-05  Leo Liu  <sdl.web@gmail.com>
11977         Re-implement SMIE matching block highlight using
11978         show-paren-data-function.  (Bug#14395)
11979         * emacs-lisp/smie.el (smie-matching-block-highlight)
11980         (smie--highlight-matching-block-overlay)
11981         (smie--highlight-matching-block-lastpos)
11982         (smie-highlight-matching-block)
11983         (smie-highlight-matching-block-mode): Remove.
11984         (smie--matching-block-data-cache): New variable.
11985         (smie--matching-block-data): New function.
11986         (smie-setup): Use smie--matching-block-data for
11987         show-paren-data-function.
11989         * progmodes/octave.el (octave-mode-menu): Fix.
11990         (octave-find-definition): Skip garbage lines.
11992 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11994         Fix compilation error with simultaneous dynamic+lexical scoping.
11995         Add warning when a defvar appears after the first let-binding.
11996         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
11997         (byte-compile-close-variables): Initialize it.
11998         (byte-compile--declare-var): New function.
11999         (byte-compile-file-form-defvar)
12000         (byte-compile-file-form-define-abbrev-table)
12001         (byte-compile-file-form-custom-declare-variable): Use it.
12002         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
12003         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12004         (byte-compile-bind): Handle dynamic bindings that shadow
12005         lexical bindings.
12006         (byte-compile-unbind): Make arg non-optional.
12007         (byte-compile-let): Simplify.
12008         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12009         (cconv--analyse-function, cconv-analyse-form): Populate it.
12010         Protect byte-compile-bound-variables to limit the scope of defvars.
12011         (cconv-analyse-form): Add missing rule for (defvar <foo>).
12012         Remove unneeded rule for `declare'.
12014         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12015         so as to avoid depending on cl-adjoin at run-time.
12016         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12018         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12019         (macroexp--warn-and-return): Use it.
12021 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * subr.el: Convert to lexical binding.
12024         (overriding-local-map): Make obsolete.
12025         (add-to-list): Doc fix.  Add compiler macro.
12026         (read-key): Swap values of local maps.
12028 2013-06-05  Leo Liu  <sdl.web@gmail.com>
12030         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12032 2013-06-04  Leo Liu  <sdl.web@gmail.com>
12034         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12035         (compilation-auto-jump): Suppress the "Mark set" message to give
12036         way to exit message.
12038 2013-06-04  Alan Mackenzie  <acm@muc.de>
12040         Remove faulty optimisation from indentation calculation.
12041         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12042         search limit based on 2000 characters back from indent-point.
12044 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
12046         * eshell/em-term.el (cl-lib): Require `cl-lib'.
12048 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12050         * emacs-lisp/lisp.el: Use lexical-binding.
12051         (lisp--local-variables-1, lisp--local-variables): New functions.
12052         (lisp--local-variables-completion-table): New var.
12053         (lisp-completion-at-point): Use it complete let-bound vars.
12055         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12056         eagerly (bug#14422).
12058 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
12060         * autorevert.el (auto-revert-notify-enabled)
12061         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12062         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12063         (auto-revert-notify-handler): Handle also gfilenotify.
12065         * subr.el (file-notify-handle-event): New defun.  Replacing ...
12066         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12067         Remove.
12069 2013-06-03  Juri Linkov  <juri@jurta.org>
12071         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12072         `M-s h .'.  (Bug#14427)
12074         * hi-lock.el (highlight-symbol-at-point): New alias for the new
12075         command `hi-lock-face-symbol-at-point'.
12076         (hi-lock-face-symbol-at-point): New command.
12077         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12078         (hi-lock-menu): Add `highlight-symbol-at-point'.
12079         (hi-lock-mode): Doc fix.
12081         * isearch.el (isearch-forward-symbol-at-point): New command.
12082         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12083         (isearch-highlight-regexp): Add a regexp which matches
12084         words/symbols for word/symbol mode.
12086         * subr.el (find-tag-default-bounds): New function with the body
12087         mostly moved from `find-tag-default'.
12088         (find-tag-default): Move most code to `find-tag-default-bounds',
12089         call it and apply `buffer-substring-no-properties' afterwards.
12091 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
12093         * eshell/em-term.el (eshell-term-initialize):
12094         Use `cl-intersection' rather than `intersection'.
12096 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
12098         * vc/log-view.el: Doc fix.
12099         (log-view-mode-map): Copy keymap from `special-mode-map'.
12101 2013-06-02  Eric Ludlam  <zappo@gnu.org>
12103         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12104         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12105         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12106         (eieio-unbound, eieio-default-superclass)
12107         (eieio--define-field-accessors, method-static, method-before)
12108         (method-primary, method-after, method-num-lists)
12109         (method-generic-before, method-generic-primary)
12110         (method-generic-after, method-num-slots)
12111         (eieio-specialized-key-to-generic-key)
12112         (eieio--check-type, class-v, class-p)
12113         (eieio-class-name, define-obsolete-function-alias)
12114         (eieio-class-parents-fast, eieio-class-children-fast)
12115         (same-class-fast-p, class-constructor, generic-p)
12116         (generic-primary-only-p, generic-primary-only-one-p)
12117         (class-option-assoc, class-option, eieio-object-p)
12118         (class-abstract-p, class-method-invocation-order)
12119         (eieio-defclass-autoload-map, eieio-defclass-autoload)
12120         (eieio-class-un-autoload, eieio-defclass)
12121         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12122         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12123         (eieio--defgeneric-init-form, eieio-defgeneric-form)
12124         (eieio-defgeneric-reset-generic-form)
12125         (eieio-defgeneric-form-primary-only)
12126         (eieio-defgeneric-reset-generic-form-primary-only)
12127         (eieio-defgeneric-form-primary-only-one)
12128         (eieio-defgeneric-reset-generic-form-primary-only-one)
12129         (eieio-unbind-method-implementations)
12130         (eieio--defmethod, eieio--typep)
12131         (eieio-perform-slot-validation, eieio-validate-slot-value)
12132         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12133         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12134         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12135         (eieio-slot-name-index, eieio-class-slot-name-index)
12136         (eieio-set-defaults, eieio-initarg-to-attribute)
12137         (eieio-attribute-to-initarg, eieio-c3-candidate)
12138         (eieio-c3-merge-lists, eieio-class-precedence-c3)
12139         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12140         (eieio-class-precedence-list, eieio-generic-call-methodname)
12141         (eieio-generic-call-arglst, eieio-generic-call-key)
12142         (eieio-generic-call-next-method-list)
12143         (eieio-pre-method-execution-functions, eieio-generic-call)
12144         (eieio-generic-call-primary-only, eieiomt-method-list)
12145         (eieiomt-optimizing-obarray, eieiomt-install)
12146         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12147         (eieio-generic-form, eieio-defmethod, make-obsolete)
12148         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12149         (defclass): Remove `eval-and-compile' from macro.
12150         (call-next-method, shared-initialize): Instead of using
12151         `scoped-class' variable, use new eieio--scoped-class, and
12152         eieio--with-scoped-class.
12153         (initialize-instance): Rename local variable 'scoped-class' to
12154         'this-class' to remove ambiguitity from old global.
12156         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
12157         eieio.el.
12158         (eieio--scoped-class-stack): New variable.
12159         (eieio--scoped-class): New fcn.
12160         (eieio--with-scoped-class): New scoping macro.
12161         (eieio-defclass): Use pushnew instead of add-to-list.
12162         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12163         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12164         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12165         `scoped-class' variable, use new eieio--scoped-class, and
12166         eieio--with-scoped-class.
12168         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12170 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
12172         * eshell/esh-ext.el (eshell-external-command): Pass args to
12173         `eshell-find-interpreter'.
12174         (eshell-find-interpreter): Add new second parameter ARGS.
12176         * eshell/em-script.el (eshell-script-initialize): Add second arg
12177         to the function added as MATCH to `eshell-interpreter-alist'.
12179         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12180         the function added as MATCH to `eshell-interpreter-alist'.
12182         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12183         (eshell-visual-options): New defcustom.
12184         (eshell-escape-control-x): Adapt docstring.
12185         (eshell-term-initialize): Test `eshell-visual-subcommands' and
12186         `eshell-visual-options' in addition to `eshell-visual-commands'.
12187         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12189 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12191         * progmodes/python.el (python-indent-block-enders): Add break,
12192         continue and raise keywords.
12194 2013-06-01  Glenn Morris  <rgm@gnu.org>
12196         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12198         Plain (f)boundp silences compilation warnings since Emacs 22.1.
12199         * progmodes/cc-cmds.el (delete-forward-p):
12200         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12201         * progmodes/cc-engine.el (buffer-syntactic-context):
12202         * progmodes/cc-fonts.el (face-property-instance):
12203         * progmodes/cc-mode.el (set-keymap-parents):
12204         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12205         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12206         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12207         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12208         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12210         * progmodes/cc-vars.el (other): Emacs has this widget since
12211         at least 21.1, so don't (re)define it.
12213         * eshell/em-cmpl.el (eshell-cmpl-initialize):
12214         Replace the obsolete alias pcomplete-arg-quote-list.
12216 2013-06-01  Leo Liu  <sdl.web@gmail.com>
12218         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12219         punctuation syntax.
12220         (inferior-octave-minimal-columns)
12221         (inferior-octave-last-column-width): New variables.
12222         (inferior-octave-track-window-width-change): New function.
12223         (inferior-octave-mode): Adjust column width so that Octave output,
12224         for example from 'ls', can fit into the window nicely.
12226 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
12228         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12229         Highlight expansions inside regexp literals.
12231 2013-05-31  Glenn Morris  <rgm@gnu.org>
12233         * obsolete/sym-comp.el (symbol-complete):
12234         Replace obsolete completion-annotate-function.
12236         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12238 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
12240         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12241         New function, checks if point is inside a literal that allows
12242         expression expansion.
12243         (ruby-syntax-propertize-expansion): Use it.
12244         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12245         around the body.
12247 2013-05-30  Juri Linkov  <juri@jurta.org>
12249         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12250         to "\M-si".
12251         (isearch-invisible): New variable.
12252         (isearch-forward): Doc fix.
12253         (isearch-mode): Set `isearch-invisible'
12254         to the value of `search-invisible'.
12255         (isearch-toggle-case-fold): Doc fix.
12256         (isearch-toggle-invisible): New command.
12257         (isearch-query-replace): Let-bind `search-invisible'
12258         to the value of `isearch-invisible'.
12259         (isearch-search): Use `isearch-invisible' instead of
12260         `search-invisible'.  Let-bind `search-invisible'
12261         to the value of `isearch-invisible'.  (Bug#11378)
12263 2013-05-30  Juri Linkov  <juri@jurta.org>
12265         * replace.el (perform-replace): Avoid `isearch-range-invisible'
12266         call when `query-flag' is nil and `search-invisible' is non-nil.
12267         (Bug#11746)
12269 2013-05-30  Glenn Morris  <rgm@gnu.org>
12271         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12273         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12274         (cc-require): Suppress spurious "noruntime" warnings.
12275         (cc-require-when-compile): Use fboundp, for sake of compiler.
12277         * progmodes/cc-mode.el: Move load of cc-vars before that of
12278         cc-langs (which in turn loads cc-vars), to quieten compiler.
12280 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12282         * paren.el: Simplify the code.
12283         (show-paren-mode): Always start the timer.
12284         (show-paren--idle-timer): Rename from show-paren-idle-timer.
12285         (show-paren--overlay, show-paren--overlay-1): Rename from
12286         show-paren-overlay and show-paren-overlay-1, and initialize to an
12287         overlay rather than to nil.
12288         (show-paren-function): Misc cleanup and simplifications.
12290 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12292         * paren.el (show-paren-data-function): New hook.
12293         (show-paren--default): New function, extracted from show-paren-function.
12294         (show-paren-function): Use show-paren-data-function.
12296 2013-05-30  Glenn Morris  <rgm@gnu.org>
12298         * ielm.el (ielm-map, ielm-complete-symbol):
12299         Use completion-at-point rather than obsolete functions.
12300         (inferior-emacs-lisp-mode): Doc fix.
12301         Set completion-at-point-functions, rather than
12302         comint-dynamic-complete-functions.
12304         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12305         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12306         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12308         * image.el (image-animated-p): Tweak definition.
12310         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12311         (rlogin-process-connection-type): Tweak default.  Add set-after.
12312         (rlogin-host): Doc fix.
12313         (rlogin): Tweak prompt.
12314         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12316         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12317         * progmodes/tcl.el (inferior-tcl-mode-map):
12318         Use completion-at-point rather than obsolete alias.
12320         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12322         * minibuffer.el (read-file-name-completion-ignore-case):
12323         Move before completion--in-region, for eager macro expansion.
12325 2013-05-29  Juri Linkov  <juri@jurta.org>
12327         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12328         for total count of matching lines.  Add `global-matches' for total
12329         count of matches.  Rename `matches' to `lines' for count of
12330         matching lines.  Add `matches' for count of matches.
12331         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
12332         to `prev-line' for line number of prev match endpt.
12333         Increment `matches' for every match.  Print the number of
12334         matching lines in the header.
12335         (occur-context-lines): Rename `lines' to `curr-line'.
12336         Rename `prev-lines' to `prev-line'.  (Bug#14017)
12338 2013-05-29  Juri Linkov  <juri@jurta.org>
12340         * replace.el (perform-replace): Add `skip-read-only-count',
12341         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12342         Increment them for corresponding conditions and report the number
12343         of skipped occurrences in the final message.  (Bug#11746)
12344         (query-replace, query-replace-regexp, query-replace-regexp-eval)
12345         (replace-string, replace-regexp): Doc fix.
12347 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12349         * emacs-lisp/trace.el (trace--read-args): Provide a default.
12351         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12352         prog-mode-map (bug#14504).
12354 2013-05-29  Leo Liu  <sdl.web@gmail.com>
12356         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12357         (octave-help): Small simplification.
12359         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12360         off the highlight first.
12362 2013-05-29  Glenn Morris  <rgm@gnu.org>
12364         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12365         Handle idlwave-last-system-routine-info-cons-cell being nil.
12367         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12368         (idlwave-write-paths): Simplify via with-temp-buffer.
12370         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12371         * emulation/cua-rect.el: Also load cua-base at run time.
12373         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12374         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12375         (cperl-imenu-on-info): Require imenu.
12377 2013-05-28  Alan Mackenzie  <acm@muc.de>
12379         Handle "capitalised keywords" correctly.
12380         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12382 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
12384         * eshell/em-unix.el: Add -r option to cp.
12386 2013-05-28  Glenn Morris  <rgm@gnu.org>
12388         * vc/vc-arch.el (vc-exec-after): Declare.
12389         (vc-switches): Autoload.
12390         * vc/vc-bzr.el: No need to require vc when compiling.
12391         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12392         (vc-resynch-buffer, vc-dir-refresh): Declare.
12393         (vc-setup-buffer, vc-switches): Autoload.
12394         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12395         (vc-resynch-buffer): Declare.
12396         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12397         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12398         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12399         (grep-read-regexp, grep-read-files, grep-expand-template)
12400         (vc-dir-refresh): Declare.
12401         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12402         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12403         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12404         * vc/vc-mtn.el (vc-exec-after): Declare.
12405         (vc-switches): Autoload.
12406         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12407         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12408         (vc-file-tree-walk): Declare.
12409         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12410         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12411         (vc-tag-precondition, vc-rename-master): Autoload.
12412         * vc/vc-svn.el (vc-exec-after): Declare.
12413         (vc-switches, vc-setup-buffer): Autoload.
12414         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12415         Autoload.
12416         (vc-resynch-buffer): Declare.
12418         * obsolete/fast-lock.el (byte-compile-warnings):
12419         Don't warn about obsolete features in this obsolete file.
12421         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12422         Move definition before use.
12424         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12425         (dun-unix-verbs): Remove dun-zippy.
12426         (dun-zippy): Remove function.
12428         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12430 2013-05-27  Juri Linkov  <juri@jurta.org>
12432         * replace.el (replace-search): New function with code moved out
12433         from `perform-replace'.
12434         (replace-highlight, replace-dehighlight): Move function definitions
12435         up closer to `replace-search'.  (Bug#11746)
12437 2013-05-27  Juri Linkov  <juri@jurta.org>
12439         * replace.el (perform-replace): Ignore invisible matches.
12440         In addition to checking `query-replace-skip-read-only', also
12441         filter out matches by calling `run-hook-with-args-until-failure'
12442         on `isearch-filter-predicates', and also check `search-invisible'
12443         for t or call `isearch-range-invisible'.
12444         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
12446 2013-05-27  Juri Linkov  <juri@jurta.org>
12448         * isearch.el (isearch-filter-predicates): Rename from
12449         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
12450         (isearch-message-prefix): Display text from the property
12451         `isearch-message-prefix' of the currently active filters.
12452         (isearch-search): Don't compare `isearch-filter-predicate' with
12453         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
12454         on `isearch-filter-predicates'.  Also check `search-invisible' for t
12455         or call `isearch-range-invisible'.
12456         (isearch-filter-visible): Make obsolete.
12457         (isearch-lazy-highlight-search):
12458         Call `run-hook-with-args-until-failure' on
12459         `isearch-filter-predicates' and use `isearch-range-invisible'.
12461         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12462         `isearch-filter-predicates' instead of `funcall'ing
12463         `isearch-filter-predicate'.
12464         (Info-mode): Set `Info-isearch-filter' to
12465         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12467         * dired-aux.el (dired-isearch-filter-predicate-orig):
12468         Remove variable.
12469         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12470         (dired-isearch-filenames-end): Add and remove
12471         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12472         instead of changing the value of `isearch-filter-predicate'.
12473         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12474         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12475         Put property `isearch-message-prefix' to "filename " on
12476         `dired-isearch-filter-filenames'.
12478         * wdired.el (wdired-change-to-wdired-mode):
12479         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12480         locally instead of changing `isearch-filter-predicate'.
12481         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12483 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
12485         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12486         return the commit hash (Bug#14459).  Also set the
12487         `vc-git-detached' property.
12488         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12489         (vc-git-mode-line-string): Use the same help-echo format whether
12490         in detached mode or not, because we know the actual revision now.
12491         When in detached mode, shorten the revision to 7 chars.
12493 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12495         * emacs-lisp/easy-mmode.el (define-minor-mode):
12496         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12497         mode hook and provide a docstring.
12499 2013-05-27  Alan Mackenzie  <acm@muc.de>
12501         Remove spurious syntax-table text properties inserted by C-y.
12502         * progmodes/cc-mode.el (c-after-change): Also clear hard
12503         syntax-table property with value nil.
12505 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
12507         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12508         when reading the events; the buffer layout shall not be changed.
12510 2013-05-27  Leo Liu  <sdl.web@gmail.com>
12512         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12513         New variable.
12514         (inferior-octave-directory-tracker): Automatically re-sync
12515         default-directory.
12516         (octave-help): Improve handling of 'See also'.
12518 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * doc-view.el: Minor naming convention tweaks.
12521         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12523         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12524         even if there's no `display' property yet (bug#14435).
12526 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
12528         * subr.el (unmsys--file-name): Rename from reveal-filename.
12530         * Makefile.in (custom-deps, finder-data, autoloads)
12531         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12532         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12533         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12535 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12537         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12538         error-completion on the first 2 args of condition-case (bug#14446).
12539         Don't burp at EOB.
12541 2013-05-25  Leo Liu  <sdl.web@gmail.com>
12543         * comint.el (comint-previous-matching-input): Do not flood the
12544         *Messages* buffer with trivial messages.
12546 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12548         * progmodes/flymake.el (flymake-nop): Don't return a string.
12549         (flymake-set-at): Fix typo.
12551         * simple.el (read--expression): New function, extracted from
12552         eval-expression.  Set completion-at-point-functions (bug#14465).
12553         (eval-expression, eval-minibuffer): Use it.
12555 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
12557         * progmodes/flymake.el (flymake-save-buffer-in-file)
12558         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12559         (flymake-selected-frame, flymake-log, flymake-ins-after)
12560         (flymake-set-at, flymake-get-buildfile-from-cache)
12561         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12562         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12563         Refine the doc string.
12564         (flymake-get-file-name-mode-and-masks): Reformat.
12565         (flymake-get-real-file-name-function): Fix a minor bug.
12567 2013-05-24  Juri Linkov  <juri@jurta.org>
12569         * progmodes/grep.el (grep-mode-font-lock-keywords):
12570         Support =linenumber= format used by git-grep for lines with
12571         function names.  (Bug#13549)
12573 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12575         * progmodes/octave.el (octave-smie-rules): Return nil rather than
12576         0 after a semi-colon; it works better for smie-auto-fill.
12577         (octave--indent-new-comment-line): New function.
12578         (octave-indent-new-comment-line): Use it (indirectly).
12579         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
12580         modify comment-line-break-function.
12582         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12583         (smie-setup): Use add-function to set it.
12585 2013-05-24  Sam Steingold  <sds@gnu.org>
12587         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12588         argument (before the `interactive' argument).
12590 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12592         * image-mode.el (image-mode-winprops): Add winprops to
12593         image-mode-winprops-alist before running
12594         image-mode-new-window-functions.
12595         * doc-view.el (doc-view-new-window-function): Don't delay
12596         doc-view-goto-page via timers (bug#14435).
12598 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
12600         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
12601         (doc-view-desktop-save-buffer): New function.
12602         (doc-view-restore-desktop-buffer): New function.
12603         (desktop-buffer-mode-handlers):
12604         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12605         handler.
12606         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12607         `desktop-save-buffer' function.
12609 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
12611         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12612         (tramp-gvfs-file-name-handler): Raise a user error when
12613         `tramp-gvfs-enabled' is nil.
12614         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12615         Do not raise a user error when loading package.  (Bug#14447)
12617         * net/xesam.el: Move to obsolete/.
12619 2013-05-24  Glenn Morris  <rgm@gnu.org>
12621         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12623         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
12625         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
12626         (Info-find-node, Man-getpage-in-background): Declare.
12628         * mail/unrmail.el (unrmail):
12629         Replace obsolete detect-coding-with-priority.
12631         * net/socks.el (socks-split-string): Use this rather than split-string.
12632         (socks-nslookup-host): Update for above change.
12633         (dynamic-choice, s5-dynamic-choice-match)
12634         (s5-dynamic-choice-match-inline, s5-widget-value-create):
12635         Comment out unused code.
12637         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
12638         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
12639         (gud-tooltip-echo-area): Make obsolete.
12640         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
12642         * progmodes/js.el (js--optimize-arglist): Declare.
12644         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
12646         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
12647         (ediff-window-C): Declare.
12649         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
12650         Tweak requires to silence compiler.
12652         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
12653         (he-search-string, he-tried-table, he-expand-list)
12654         (he-init-string, he-string-member, he-substitute-string)
12655         (he-reset-string): Declare.
12657         * obsolete/options.el (list-options): Use custom-variable-p,
12658         rather than obsolete alias.
12660 2013-05-23  Sam Steingold  <sds@gnu.org>
12662         * simple.el (shell-command-on-region): Pass the `replace' argument
12663         down to `call-process-region' to comply with the doc as reported on
12664         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
12666 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12668         * emacs-lisp/smie.el (smie-indent-forward-token)
12669         (smie-indent-backward-token): Handle string tokens (bug#14381).
12671 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12673         * ielm.el (ielm-menu): New menu.
12674         (inferior-emacs-lisp-mode): Set comment-start.
12676 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12678         * textmodes/reftex.el (reftex-ref-style-toggle):
12679         Fix deactivate action.
12681         * textmodes/reftex-vars.el (reftex-ref-style-alist):
12682         Add cleveref macros.
12684         * textmodes/reftex-parse.el
12685         (reftex-locate-bibliography-files): Accept options for
12686         bibliography commands.
12687         * textmodes/reftex-vars.el (reftex-bibliography-commands):
12688         Add addbibresource.  Basic Biblatex support.
12690 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
12692         * net/tramp-gvfs.el (top):
12693         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
12694         when loading package.  (Bug#14447)
12696 2013-05-23  Glenn Morris  <rgm@gnu.org>
12698         * progmodes/js.el: No need to load comint when compiling.
12699         (ring-insert, comint-send-string, comint-send-input)
12700         (comint-last-input-end, ido-chop): Declare.
12702         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
12703         * vc/ediff-mult.el: Adjust requires.
12704         (ediff-directories-internal, ediff-directory-revisions-internal)
12705         (ediff-patch-file-internal): Declare.
12706         * vc/ediff-ptch.el: Adjust requires.
12707         (ediff-use-last-dir, ediff-buffers-internal): Declare.
12708         (ediff-find-file): Autoload.
12709         * vc/ediff-util.el: No need to load ediff when compiling.
12710         (ediff-regions-internal): Declare.
12711         * vc/ediff-wind.el: Adjust requires.
12712         (ediff-compute-toolbar-width): Define when compiling.
12713         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
12714         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
12715         (dired-get-filename, dired-get-marked-files)
12716         (ediff-last-dir-patch, ediff-patch-default-directory)
12717         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
12718         (ediff-patch-buffer-internal): Declare.
12720         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
12721         (ispell-process, ispell-buffer-local-words, lm-summary)
12722         (lm-section-start, lm-section-end): Declare.
12723         (checkdoc-ispell-init): Simplify.
12725         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
12726         (he-string-member, he-reset-string, he-substitute-string): Declare.
12728         * eshell/em-ls.el: Adjust requires.
12729         (eshell-glob-regexp): Declare.
12730         * eshell/em-tramp.el: Adjust requires.
12731         (eshell-parse-command): Autoload.
12732         * eshell/em-xtra.el: Adjust requires.
12733         (eshell-parse-command): Autoload.
12734         * eshell/esh-ext.el: Adjust requires.
12735         (eshell-parse-command, eshell-close-handles): Autoload.
12736         * eshell/esh-io.el: Adjust requires.
12737         (eshell-output-filter): Autoload.
12738         * eshell/esh-util.el: No need to load tramp when compiling.
12739         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
12740         Declare.
12741         (eshell-parse-ange-ls): Require ange-ftp and tramp.
12742         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12743         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
12744         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
12745         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
12746         * eshell/esh-opt.el, eshell/esh-proc.el:
12747         * eshell/esh-var.el: Adjust requires.
12748         * eshell/eshell.el: Do not require esh-util twice.
12749         (eshell-add-input-to-history): Declare.
12750         (eshell-command): Check history module is active before using it.
12752         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
12754 2013-05-22  Leo Liu  <sdl.web@gmail.com>
12756         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
12758 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
12760         * autorevert.el (auto-revert-notify-add-watch)
12761         (auto-revert-notify-handler): Add `attrib' for the inotify case,
12762         it indicates changes in file modification time.
12764 2013-05-22  Glenn Morris  <rgm@gnu.org>
12766         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12767         Always delete the autoloaded function from the noruntime and
12768         unresolved functions lists.
12770         * allout.el: No need to load epa, epg, overlay when compiling.
12771         (epg-context-set-passphrase-callback, epg-list-keys)
12772         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
12773         (epg-key-user-id-list): Declare.
12775         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
12776         (viper-set-parsing-style-toggling-macro)
12777         (viper-set-emacs-state-searchstyle-macros):
12778         Use called-interactively-p on Emacs.
12779         (viper-looking-back): Make it an obsolete alias.  Update callers.
12780         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
12781         Use looking-back rather than viper-looking-back.
12782         (viper-tmp-insert-at-eob, viper-enlarge-region)
12783         (viper-read-string-with-history, viper-register-to-point)
12784         (viper-append-to-register, viper-change-state-to-vi)
12785         (viper-backward-char-carefully, viper-forward-char-carefully)
12786         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
12787         (viper-change-state-to-emacs): Declare.
12788         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
12789         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
12790         * emulation/viper-mous.el: Do not load viper-cmd.
12791         (viper-backward-char-carefully, viper-forward-char-carefully)
12792         (viper-forward-word, viper-adjust-window): Declare.
12794         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
12796         * progmodes/idlw-help.el (idlwave-help-fontify):
12797         Use called-interactively-p.
12799         * term/w32console.el (w32-get-console-codepage)
12800         (w32-get-console-output-codepage): Declare.
12802         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
12803         Remove unnecessary declarations.
12804         (dframe-message): Doc fix.
12806         * info.el (dframe-select-attached-frame, dframe-current-frame):
12807         Declare.
12809         * speedbar.el (speedbar-message): Make it an obsolete alias.
12810         Update all callers.
12811         (speedbar-with-attached-buffer)
12812         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
12813         (speedbar-with-writable): Use backquote.
12814         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
12815         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
12816         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
12817         rather than speedbar- aliases.
12818         * mail/rmail.el: Load dframe rather than speedbar when compiling.
12819         (speedbar-make-specialized-keymap, speedbar-insert-button)
12820         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
12821         (speedbar-do-function-pointer): Declare.
12822         (rmail-speedbar-button, rmail-speedbar-find-file)
12823         (rmail-speedbar-move-message):
12824         Use dframe-with-attached-buffer rather than speedbar- alias.
12825         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
12826         (dframe-message, speedbar-make-specialized-keymap)
12827         (speedbar-add-expansion-list, speedbar-mode-functions-list)
12828         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
12829         (speedbar-insert-button, dframe-select-attached-frame)
12830         (dframe-maybee-jump-to-attached-frame)
12831         (speedbar-change-initial-expansion-list)
12832         (speedbar-previously-used-expansion-list-name): Declare.
12833         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
12834         Use dframe-message, dframe-with-attached-buffer rather than
12835         speedbar- aliases.
12836         (gud-sentinel): Silence compiler.
12837         * progmodes/vhdl-mode.el (speedbar-refresh)
12838         (speedbar-do-function-pointer, speedbar-add-supported-extension)
12839         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
12840         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
12841         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
12842         (speedbar-file-lists, speedbar-make-tag-line)
12843         (speedbar-line-directory, speedbar-goto-this-file)
12844         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
12845         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
12846         (speedbar-make-button, speedbar-reset-scanners)
12847         (speedbar-files-item-info, speedbar-line-text)
12848         (speedbar-find-file-in-frame, speedbar-set-timer)
12849         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
12850         (speedbar-with-writable): Do not (re)define it.
12851         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
12852         rather than speedbar- alias.
12854 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12856         * progmodes/octave.el (octave-mode-menu): Update and re-organize
12857         menu items.
12858         (octave-mode): Tweak fill-nobreak-predicate.
12859         (inferior-octave-startup): Check process to avoid infinite loop.
12860         (inferior-octave): Pop to buffer first to show abornmal process
12861         exit information.
12863 2013-05-21  Glenn Morris  <rgm@gnu.org>
12865         * printing.el (pr-menu-bar): Define when compiling.
12867 2013-05-21  Leo Liu  <sdl.web@gmail.com>
12869         * progmodes/octave.el (octave-auto-fill): Remove.
12870         (octave-indent-new-comment-line): Improve.
12871         (octave-mode): Use auto fill mode through
12872         comment-line-break-function and fill-nobreak-predicate.
12873         (octave-goto-function-definition): Support DEFUN_DLD.
12874         (octave-beginning-of-defun): Small tweak.
12875         (octave-help): Show parent directory.
12877 2013-05-21  Glenn Morris  <rgm@gnu.org>
12879         * files.el (dired-unmark):
12880         * progmodes/gud.el (gdb-input): Update declarations.
12882         * calculator.el (electric, ehelp): No need to load when compiling.
12883         (Electric-command-loop, electric-describe-mode): Declare.
12885         * doc-view.el (doc-view-current-converter-processes): Move before use.
12887         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12888         Move MODE-set-explicitly definition before use.
12890         * international/mule-diag.el (mule-diag):
12891         Don't use obsolete window-system-version.
12893         * mail/feedmail.el (smtpmail): No need to load when compiling.
12894         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
12896         * mail/mail-utils.el (rfc822): No need to load when compiling.
12897         (rfc822-addresses): Autoload it.
12898         (mail-strip-quoted-names): Trivial simplification.
12900         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
12901         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
12903         * net/snmp-mode.el (tempo): Don't duplicate requires.
12905         * progmodes/prolog.el (info): No need to load when compiling.
12906         (comint): Require before shell requires it.
12907         (Info-goto-node): Autoload it.
12908         (Info-follow-nearest-node): Declare.
12909         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
12911         * textmodes/artist.el (picture-mode-exit): Declare.
12913         * textmodes/reftex-parse.el (reftex-parse-from-file):
12914         Trivial rewrite so the compiler can parse it better.
12916 2013-05-20  Leo Liu  <sdl.web@gmail.com>
12918         * progmodes/octave.el (octave-help-mode-map)
12919         (octave-help-mode-finish-hook): New variables.
12920         (octave-help-mode, octave-help-mode-finish): New functions.
12921         (octave-help): Use octave-help-mode.
12923 2013-05-20  Glenn Morris  <rgm@gnu.org>
12925         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
12927 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
12929         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
12930         start at point, so that expansion starting right after opening
12931         slash in a regexp is recognized.
12932         (ruby-syntax-before-regexp-re): New defvar, extracted from
12933         ruby-syntax-propertize-function.  Since the value of this regexp
12934         is looked up at runtime now, we should be able to turn
12935         `ruby-syntax-methods-before-regexp' into a defcustom later.
12936         (ruby-syntax-propertize-function): Split regexp matching into two
12937         parts, for opening and closing slashes.  That allows us to skip
12938         over string interpolations and support multiline regexps.
12939         Don't call `ruby-syntax-propertize-expansions', instead use another rule
12940         for them, which calls `ruby-syntax-propertize-expansion'.
12941         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
12942         call to `ruby-syntax-propertize-function'.
12943         (ruby-syntax-propertize-expansion): Extracted from
12944         `ruby-syntax-propertize-expansions'.  Handles one expansion.
12945         (ruby-syntax-propertize-percent-literal): Leave point right after
12946         the percent symbol, so that the expression expansion rule can
12947         propertize the contents.
12948         (ruby-syntax-propertize-heredoc): Leave point at bol following the
12949         heredoc openers.
12950         (ruby-syntax-propertize-expansions): Remove.
12952 2013-05-18  Juri Linkov  <juri@jurta.org>
12954         * man.el (Man-default-man-entry): Remove `-' from the end
12955         of the default value.  (Bug#14400)
12957 2013-05-18  Glenn Morris  <rgm@gnu.org>
12959         * comint.el (comint-password-prompt-regexp):
12960         Allow "password for XXX" where XXX contains colons (eg https://...).
12962 2013-05-18  Leo Liu  <sdl.web@gmail.com>
12964         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
12965         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
12966         (octave-source-directories): Don't check process.
12967         (octave-source-directories, octave-find-definition): Doc fix.
12969 2013-05-18  Glenn Morris  <rgm@gnu.org>
12971         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
12972         Remove backspace/delete bindings.  (Bug#14392)
12974         * cus-dep.el (custom-make-dependencies): Sort the output.
12975         (custom-versions-load-alist): Convert comment to doc.
12977 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12979         * newcomment.el (comment-search-backward): Stricter in finding
12980         comment start.  (Bug#14303)
12982         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
12983         (octave-comment-start-skip): Properly anchored.
12985 2013-05-17  Leo Liu  <sdl.web@gmail.com>
12987         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
12988         Clean up when turned off.  (Bug#14395)
12989         (smie--highlight-matching-block-overlay): No longer buffer-local.
12990         (smie-highlight-matching-block): Adjust.
12992 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
12994         Doc string fix for "nanoseconds" (Bug#14406).
12995         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
12996         Fix doc string typo that had "nanoseconds" instead of "microseconds".
12998 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
13000         * calc/calc-units.el (math-extract-units): Preserve powers
13001         of units.
13003 2013-05-17  Leo Liu  <sdl.web@gmail.com>
13005         * subr.el (delete-consecutive-dups): New function.
13006         * ido.el (ido-set-matches-1): Use it.
13007         * progmodes/octave.el (inferior-octave-completion-table): Use it.
13008         * ido.el (ido-remove-consecutive-dups): Remove.
13010 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13012         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13013         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13014         regexp-opt's `words'.
13016 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13018         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13019         (smie--highlight-matching-block-overlay)
13020         (smie--highlight-matching-block-lastpos)
13021         (smie--highlight-matching-block-timer): New variables.
13022         (smie-highlight-matching-block): New function.
13023         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
13024         (smie-setup): Conditionally enable smie-blink-matching-open.
13026 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
13028         Sync with upstream verilog-mode r840.
13029         * progmodes/verilog-mode.el (verilog-mode-version)
13030         (verilog-mode-release-date): Update.
13031         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13032         (verilog-sig-tieoff): Fix string error on
13033         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
13034         (verilog-read-decls): Fix parameters confusing
13035         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
13037 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
13039         * subr.el (reveal-filename): New function.
13041         * loadup.el: Compute Emacs executable versions on MS-Windows,
13042         where executables have the .exe extension.  Add a hard link
13043         emacs-XX.YY.ZZ.exe on MS-Windows.
13045         * Makefile.in (XARGS_LIMIT): New variable.
13046         (custom-deps, finder-data, autoloads)
13047         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13048         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13049         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13050         (compile-main): Limit xargs according to $(XARGS_LIMIT).
13052 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13054         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13055         (octave-mode-menu, octave-mode-map): Remove its uses.
13057 2013-05-16  Reto Zimmermann  <reto@gnu.org>
13059         Sync with upstream vhdl mode v3.34.2.
13060         * progmodes/vhdl-mode.el: Use `push' throughout.
13061         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13062         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13063         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
13064         (vhdl-actual-generic-name): New option to derive actual generic name.
13065         (vhdl-port-paste-signals): Replace formal by actual generics.
13066         (vhdl-beautify): New name for old group vhdl-align.  Update users.
13067         (vhdl-beautify-options): New option.
13068         (vhdl-last-input-event): New compat alias.  Use throughout.
13069         (vhdl-goto-line): Replace user level function `goto-line'.
13070         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13071         vhdl-fix-statement-buffer.
13072         (vhdl-create-mode-menu): Add some entries.
13073         (vhdl-align-region-groups): Respect vhdl-beautify-options.
13074         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13075         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13076         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13077         to force statements on one line.
13078         (vhdl-remove-trailing-spaces-region):
13079         New, split from vhdl-remove-trailing-spaces.
13080         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13081         Respect vhdl-beautify-options.
13082         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13083         (vhdl-update-sensitivity-list): Not add with index if exists without.
13084         Not include array index with signal.  Ignore keywords in comments.
13085         (vhdl-get-visible-signals): Regexp tweaks.
13086         (vhdl-template-component-inst): Handle empty library.
13087         (vhdl-template-type): Add template for 'enum' type.
13088         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13089         Use vhdl-replace-string.
13090         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13091         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13092         (vhdl-speedbar-initialize): Update for above name change.
13093         (vhdl-compose-wire-components): Fix in handling of constants.
13094         (vhdl-error-regexp-emacs-alist): New variable.
13095         (vhdl-error-regexp-add-emacs): New function;
13096         adds support for new compile.el (Emacs 22+)
13097         (vhdl-generate-makefile-1): Change target order for single lib. units.
13098         Allow use of absolute file names.
13100 2013-05-16  Leo Liu  <sdl.web@gmail.com>
13102         * simple.el (prog-indent-sexp): Indent enclosing defun.
13104 2013-05-15  Glenn Morris  <rgm@gnu.org>
13106         * cus-start.el (show-trailing-whitespace): Move to editing basics.
13107         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13108         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13109         (whitespace-highlight): Move to whitespace group.
13111         * comint.el (comint-source):
13112         * pcmpl-linux.el (pcmpl-linux):
13113         * shell.el (shell-faces):
13114         * eshell/esh-opt.el (eshell-opt):
13115         * international/ccl.el (ccl): Remove empty custom groups.
13117         * completion.el (dynamic-completion-mode):
13118         * jit-lock.el (jit-lock-debug-mode):
13119         * minibuffer.el (completion-in-region-mode):
13120         * type-break.el (type-break-mode-line-message-mode)
13121         (type-break-query-mode):
13122         * emulation/tpu-edt.el (tpu-edt-mode):
13123         * progmodes/subword.el (global-subword-mode, global-superword-mode):
13124         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13125         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13127         * term/xterm.el (xterm): Change parent group to terminals.
13129         * master.el (master): Remove empty custom group.
13130         (master-mode): Remove unused :group argument.
13131         * textmodes/refill.el (refill): Remove empty custom group.
13132         (refill-mode): Remove unused :group argument.
13134         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13136         * cus-dep.el: Provide a feature.
13137         (custom-make-dependencies): Ignore dotfiles (dir-locals).
13138         Don't mistakenly ignore files whose basenames match a basename
13139         from preloaded-file-list (eg cedet/ede/simple.el).
13140         Add a fallback method for getting :group.
13142 2013-05-15  Juri Linkov  <juri@jurta.org>
13144         * isearch.el (isearch-char-by-name): Rename from
13145         `isearch-insert-char-by-name'.  Doc fix.
13146         (isearch-forward): Mention `isearch-char-by-name' in
13147         the docstring.  (Bug#13348)
13149         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13150         `exit-minibuffer' instead of
13151         `isearch-nonincremental-exit-minibuffer'.
13152         (isearch-edit-string): Remove mention of
13153         `isearch-nonincremental-exit-minibuffer' from docstring.
13154         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13155         (isearch-forward-exit-minibuffer)
13156         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
13158 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13160         * loadup.el: Just use unversioned DOC.
13162         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13163         literals as extending to EOB.
13164         (nxml-last-fontify-end): Remove unused variable.
13165         (nxml-after-change1): Use with-silent-modifications.
13166         (nxml-extend-after-change-region): Simplify.
13167         (nxml-extend-after-change-region1): Remove function.
13168         (nxml-after-change1): Don't adjust for dependent regions.
13169         (nxml-fontify-matcher): Simplify.
13170         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13171         (xmltok-add-dependent): Remove function.
13172         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13173         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13174         (xmltok-scan-prolog-after-processing-instruction-open): Treat
13175         unclosed <[[, <?, comment, and other literals as extending to EOB.
13176         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13177         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13178         Remove functions.
13179         (rng-do-some-validation-1): Don't mark dependent regions.
13180         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13181         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13182         (nxml-clear-dependent-regions): Remove functions.
13183         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13184         (nxml-ensure-scan-up-to-date):
13185         Don't clear&mark dependent regions.
13187 2013-05-15  Leo Liu  <sdl.web@gmail.com>
13189         * progmodes/octave.el (octave-goto-function-definition):
13190         Improve and fix callers.
13192 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13194         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13195         the setter (bug#14387).
13197         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13198         surrounding group (bug#14402).
13200 2013-05-14  Juri Linkov  <juri@jurta.org>
13202         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13203         (Bug#14390)
13205 2013-05-14  Glenn Morris  <rgm@gnu.org>
13207         * progmodes/f90.el (f90-imenu-generic-expression):
13208         Fix typo in 2013-05-08 change.  (Bug#14402)
13210 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13212         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13213         Remove signals for which replies are never received.
13215 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13217         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13218         (gdb-handler-alist, gdb-handler-number): Remove variables.
13219         (gdb-handler-list): New variable.
13220         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13221         (gdb-pending-handler-p, gdb-handle-reply)
13222         (gdb-remove-all-pending-triggers): New functions.
13223         (gdb-discard-unordered-replies): New defcustom.
13224         (gdb-handler): New defstruct.
13225         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
13226         instead of gdb-pending-triggers.  Update docstring.
13227         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
13228         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13229         (gdb-var-update-handler, def-gdb-auto-update-trigger)
13230         (def-gdb-auto-update-handler, gdb-get-changed-registers)
13231         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13232         (gdb-frame-handler): Pending triggers are now automatically managed.
13233         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13234         Remove argument.
13235         (gdb-input): Automatically handles pending triggers.  Update docstring.
13236         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13237         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13238         Update comments.
13239         (gdb-done-or-error): Now use gdb-handle-reply.
13241 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
13243         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13244         gdb-debug-log.
13246 2013-05-14  Glenn Morris  <rgm@gnu.org>
13248         * subr.el (user-emacs-directory-warning): New option.
13249         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
13251 2013-05-14  Leo Liu  <sdl.web@gmail.com>
13253         * progmodes/octave.el (octave-font-lock-keywords): Fix error
13254         during redisplay.
13255         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13256         (octave-font-lock-texinfo-comment): Fix invalid search bound
13257         error: wrong side of point.
13259 2013-05-14  Glenn Morris  <rgm@gnu.org>
13261         * progmodes/flymake.el (flymake-xml-program): New option.
13262         (flymake-xml-init): Use it.
13264         * term/xterm.el: Provide a feature.
13266         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
13268 2013-05-13  Glenn Morris  <rgm@gnu.org>
13270         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13271         Add compat aliases as a hack workaround.  (Bug#14384)
13273 2013-05-13  Leo Liu  <sdl.web@gmail.com>
13275         * progmodes/octave.el (octave-indent-comment): Fix indentation for
13276         ###, and %!.
13277         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13278         C-M-q.
13279         (octave-comment-start-skip): Include %!.
13280         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13282 2013-05-12  Leo Liu  <sdl.web@gmail.com>
13284         * progmodes/octave.el (inferior-octave-startup): Store the value
13285         of __octave_srcdir__ for octave-source-directories.
13286         (inferior-octave-check-process): New function refactored out of
13287         inferior-octave-send-list-and-digest.
13288         (octave-source-directories)
13289         (octave-find-definition-filename-function): New variables.
13290         (octave-source-directories)
13291         (octave-find-definition-default-filename): New functions.
13292         (octave-find-definition): Improve to find functions implemented in C++.
13294 2013-05-12  Glenn Morris  <rgm@gnu.org>
13296         * calendar/diary-lib.el (diary-outlook-format-1):
13297         Don't include dayname in the output.  (Bug#14349)
13299 2013-05-11  Glenn Morris  <rgm@gnu.org>
13301         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13303         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13304         Treat cc-provide like provide.
13306 2013-05-11  Kevin Ryde  <user42@zip.com.au>
13308         * cus-dep.el (custom-make-dependencies):
13309         Use generated-autoload-load-name for the sake of files such
13310         such cedet/semantic/bovine/c.el, where the base file name
13311         is not in load-path.  (Bug#5277)
13313 2013-05-11  Glenn Morris  <rgm@gnu.org>
13315         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13316         Provide features.
13318 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13320         * progmodes/octave.el (octave-indent-comment): Improve.
13321         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13322         (octave-eldoc-function-signatures, octave-eldoc-function):
13323         New functions.
13324         (octave-mode, inferior-octave-mode): Add eldoc support.
13326 2013-05-11  Richard Stallman  <rms@gnu.org>
13328         * epa.el (epa-decrypt-file): Take output file name as argument
13329         and read it using `interactive'.
13331 2013-05-11  Leo Liu  <sdl.web@gmail.com>
13333         * progmodes/octave.el (octave-beginning-of-line)
13334         (octave-end-of-line): Check before using up-list because it jumps
13335         out of more syntactic contructs since moving to smie.
13336         (octave-indent-comment): New function.
13337         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
13338         (octave-begin-keywords, octave-end-keywords)
13339         (octave-reserved-words, octave-smie-bnf-table)
13340         (octave-smie-rules): Add new keywords from Octave 3.6.4.
13342 2013-05-11  Glenn Morris  <rgm@gnu.org>
13344         * faces.el (internal-face-x-get-resource):
13345         * frame.el (ns-display-monitor-attributes-list):
13346         * calc/calc-aent.el (math-to-radians-2):
13347         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13348         Fix declarations.
13350         * calc/calc-menu.el: Make it loadable in isolation.
13352         * net/eudcb-bbdb.el: Make it loadable without bbdb.
13353         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13354         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13355         (eudc-bbdb-query-internal): Require 'bbdb.
13357         * lpr.el (lpr-headers-switches):
13358         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13360         * progmodes/sql.el (sql-login-params): Fix and improve :type.
13362         * emulation/edt-mapper.el: In batch mode, error rather than hang.
13364         * term.el (term-set-escape-char): Make it idempotent.
13366 2013-05-10  Leo Liu  <sdl.web@gmail.com>
13368         * progmodes/octave.el (inferior-octave-completion-table):
13369         No longer a function and all uses changed.  Use cache to speed up
13370         completion due to bug#11906.
13371         (octave-beginning-of-defun): Re-write to be more general.
13373 2013-05-10  Glenn Morris  <rgm@gnu.org>
13375         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13377 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13379         * comint.el (comint-redirect-send-command-to-process): Use :around
13380         rather than :override for comint-redirect-filter.
13381         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13382         Call it instead of comint-redirect-original-filter-function (which
13383         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
13385 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
13387         * frame.el (display-monitor-attributes-list): Add NS case.
13388         (ns-display-monitor-attributes-list): Declare.
13390 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
13392         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
13394 2013-05-09  Glenn Morris  <rgm@gnu.org>
13396         * international/fontset.el (vertical-centering-font-regexp):
13397         Set standard-value.
13399         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13401         * bookmark.el (bookmark-search-delay):
13402         * cus-start.el (vertical-centering-font-regexp):
13403         * ps-mule.el (ps-mule-font-info-database-default):
13404         * ps-print.el (ps-default-fg, ps-default-bg):
13405         * type-break.el (type-break-good-break-interval):
13406         * whitespace.el (whitespace-indentation-regexp)
13407         (whitespace-space-after-tab-regexp):
13408         * emacs-lisp/testcover.el (testcover-1value-functions)
13409         (testcover-noreturn-functions, testcover-progn-functions)
13410         (testcover-prog1-functions):
13411         * emulation/viper-init.el (viper-emacs-state-cursor-color):
13412         * eshell/em-glob.el (eshell-glob-translate-alist):
13413         * play/tetris.el (tetris-tty-colors):
13414         * progmodes/cpp.el (cpp-face-default-list):
13415         * progmodes/flymake.el (flymake-allowed-file-name-masks):
13416         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13417         (idlwave-help-browser-generic-args):
13418         * progmodes/make-mode.el (makefile-special-targets-list):
13419         * progmodes/python.el (python-shell-virtualenv-path):
13420         * progmodes/verilog-mode.el (verilog-active-low-regexp)
13421         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13422         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13423         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13424         * textmodes/reftex-vars.el (reftex-format-label-function):
13425         * textmodes/remember.el (remember-diary-file): Fix custom types.
13427         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13428         Add :version.
13430 2013-05-09  Leo Liu  <sdl.web@gmail.com>
13432         * progmodes/octave.el (inferior-octave-completion-at-point):
13433         Restore file completion.  (Bug#14300)
13434         (inferior-octave-startup): Fix incorrect highlighting for the
13435         first prompt.
13437 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13439         * progmodes/ruby-mode.el: First cut at SMIE support.
13440         (ruby-use-smie): New var.
13441         (ruby-smie-grammar): New constant.
13442         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13443         (ruby-smie--forward-token, ruby-smie--backward-token)
13444         (ruby-smie-rules): New functions.
13445         (ruby-mode-variables): Setup SMIE if applicable.
13447 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
13449         * simple.el (line-move-visual): Signal beginning/end of buffer
13450         only if vertical-motion moved less than it was requested.  Avoids
13451         silly incorrect error messages when there are display strings with
13452         multiple newlines at EOL.
13454 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13456         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13457         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13458         (prolog-char-quote-workaround):
13459         * progmodes/cperl-mode.el (cperl-under-as-char):
13460         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13461         Mark as obsolete.
13462         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13463         their declaration.
13464         (vhdl-mode-syntax-table-init): Remove.
13466         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13467         last change.
13469         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13470         syntax for "_".
13471         (ld-script-font-lock-keywords):
13472         Change regexps to use things like \_< and \_>.
13474         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13475         Change all regexps to use things like \_< and \_>.
13477         * progmodes/autoconf.el (autoconf-definition-regexp)
13478         (autoconf-font-lock-keywords, autoconf-current-defun-function):
13479         Handle a _ with symbol syntax.
13480         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13482         * progmodes/ada-mode.el (ada-mode-abbrev-table):
13483         Consolidate declaration.
13484         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13485         the declaration.
13486         (ada-create-syntax-table): Remove.
13487         (ada-capitalize-word): Don't mess with the syntax of "_" since it
13488         already has the right syntax nowadays.
13489         (ada-goto-next-word): Don't change the syntax of "_".
13491         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13492         with-wrapper-hook.
13494 2013-05-08  Sam Steingold  <sds@gnu.org>
13496         * thingatpt.el (thing-at-point): Accept optional second argument
13497         NO-PROPERTIES to strip the text properties from the return value.
13498         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13499         to `thing-at-point' instead of stripping the properties ourselves.
13500         Also, when `thing-at-point' fails to find a url, prepend "http://"
13501         to the filename at point on the assumption that the user is
13502         pointing at something like gnu.org/gnu.
13504 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
13506         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13507         * faces.el (crm-separator):
13508         Silence byte-compiler.
13510         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13511         (tool-bar-map): Remove unneeded defvars.
13513 2013-05-08  Leo Liu  <sdl.web@gmail.com>
13515         Re-work a fix for bug#10994 based on Le Wang's patch.
13516         * ido.el (ido-remove-consecutive-dups): New helper.
13517         (ido-completing-read): Use it.
13518         (ido-chop): Revert fix for bug#10994.
13520 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
13522         * cus-edit.el (custom-save-variables):
13523         Pretty-print long values.  (Bug#14187)
13525 2013-05-08  Glenn Morris  <rgm@gnu.org>
13527         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13528         (m4-mode-syntax-table): Init in the defvar.
13529         (m4-mode-abbrev-table): Let define-derived-mode define it.
13531 2013-05-08  Tom Tromey  <tromey@redhat.com>
13533         * progmodes/m4-mode.el (m4-mode-syntax-table):
13534         Do not treat "_" as word constituent.  (Bug#14167)
13536 2013-05-07  Glenn Morris  <rgm@gnu.org>
13538         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13539         Remove explicit eshell-isearch-cancel-map.
13541         * progmodes/f90.el (f90-smart-end-names): New option.
13542         (f90-smart-end): Doc fix.
13543         (f90-end-block-optional-name): New constant.
13544         (f90-block-match): Respect f90-smart-end-names.
13546 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13548         * progmodes/octave.el (octave-smie-forward-token): Be more careful
13549         about implicit semi-colons (bug#14218).
13551 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13553         * frame.el (display-monitor-attributes-list)
13554         (frame-monitor-attributes): New functions.
13556 2013-05-06  Leo Liu  <sdl.web@gmail.com>
13558         * progmodes/octave.el (octave-syntax-propertize-function): Change
13559         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
13560         (octave-font-lock-keywords): Use octave-operator-regexp.
13561         (octave-completion-at-point): Rename from
13562         octave-completion-at-point-function.
13563         (inferior-octave-directory-tracker): Robustify.
13564         (octave-text-functions): Remove and fix its uses.  No such things
13565         any more.
13567 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13569         * emacs-lisp/trace.el (trace--display-buffer): New function.
13570         (trace-make-advice): Use it.
13572 2013-05-06  Juri Linkov  <juri@jurta.org>
13574         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
13575         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13576         Doc fix.
13577         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13578         in the help string.  (Bug#12985)
13580 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
13582         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
13584 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13586         * progmodes/perl-mode.el: Add support for here documents.
13587         (perl-syntax-propertize-function): Match here-doc markers.
13588         (perl-syntax-propertize-special-constructs): Find their end.
13589         (perl-imenu-generic-expression): Use [:alnum:].
13591         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13592         (advice--add-function): Refresh the advice if already present
13593         (bug#14317).
13595 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
13597         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
13599 2013-05-06  Glenn Morris  <rgm@gnu.org>
13601         * w32-fns.el (w32-charset-info-alist): Declare.
13603         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13604         of its defcustom properties.
13605         (eshell-cmpl-initialize): No need to load pcomplete.
13607         * generic-x.el: No need to require comint when compiling.
13609         * net/eudc-export.el: Make it loadable without bbdb.
13610         (top-level): Use require rather than load-library.
13611         (eudc-create-bbdb-record, eudc-bbdbify-phone)
13612         (eudc-batch-export-records-to-bbdb)
13613         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13614         Require bbdb.
13616 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13618         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13619         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13620         some tweaks, instead.
13622 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13624         * progmodes/octave.el (octave-font-lock-keywords)
13625         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
13626         (inferior-octave-send-list-and-digest): Improve error message.
13627         (octave-mode, inferior-octave-mode): Use setq-local.
13628         (octave-help): Set info-lookup-mode.
13630 2013-05-05  Richard Stallman  <rms@gnu.org>
13632         * vc/compare-w.el (compare-windows-whitespace):
13633         Treat no-break space as whitespace.
13635         * mail/rmailsum.el (rmail-summary-rmail-update):
13636         Detect empty summary and don't change selected message.
13637         (rmail-summary-goto-msg): Likewise.
13639         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
13640         Doc fixes, rename args.
13642 2013-05-05  Alan Mackenzie  <acm@muc.de>
13644         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
13646 2013-05-05  Juri Linkov  <juri@jurta.org>
13648         * info.el (Info-read-subfile): Use (point-min) instead of (point)
13649         to not add the length of the summary segment to the return value.
13650         (Bug#14125)
13652 2013-05-05  Leo Liu  <sdl.web@gmail.com>
13654         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
13655         (inferior-octave-output-filter): Remove.
13656         (octave-send-region, inferior-octave-startup): Fix callers.
13657         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
13658         (octave-binary-file-extensions): New user variable.
13659         (octave-find-definition): Confirm if opening binary files.
13660         (octave-help-file): Use octave-find-definition to get the binary
13661         confirmation.
13662         (octave-help): Adjust for octave-help-file change.
13664 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
13667         Merge the two entries that handle function definitions.
13668         (pascal--syntax-propertize): New const.
13669         (pascal-mode): Use it.  Use setq-local.
13671 2013-05-04  Glenn Morris  <rgm@gnu.org>
13673         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
13674         (diary-from-outlook): Respect diary-from-outlook-function.
13676 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13678         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
13679         Move the declaration from C.
13680         (read-minibuffer, eval-minibuffer): Move from C.
13681         (completion-setup-function): Avoid minibuffer-completion-contents.
13683 2013-05-03  Leo Liu  <sdl.web@gmail.com>
13685         * progmodes/octave.el (octave-font-lock-keywords): Do not
13686         dehighlight 'end' in comments or strings.
13687         (octave-completing-read, octave-goto-function-definition):
13688         New helpers.
13689         (octave-help-buffer): New user variable.
13690         (octave-help-file, octave-help-function): New button types.
13691         (octave-help): New command and bind it to C-h ;.
13692         (octave-find-definition): New command and bind it to M-.
13693         (user-error): Alias to error if not defined.
13695 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13697         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
13698         for \.  (bug#14332)
13699         (octave-font-lock-keywords): Include [ and {.
13701 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13703         * progmodes/octave.el (inferior-octave-startup-file): Change default.
13704         (inferior-octave): Remove calling comint-mode and return the buffer.
13705         (inferior-octave-startup): Cosmetic changes.
13707 2013-05-02  Leo Liu  <sdl.web@gmail.com>
13709         * progmodes/octave.el (octave-syntax-propertize-function):
13710         Include the case when ' is at line beginning.  (Bug#14336)
13712 2013-05-02  Glenn Morris  <rgm@gnu.org>
13714         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
13715         * desktop.el (vc-dir-mode): Just autoload it here.
13717 2013-05-02  Alan Mackenzie  <acm@muc.de>
13719         Eliminate variable c-standard-font-lock-fontify-region-function.
13720         * progmodes/cc-mode.el
13721         (c-standard-font-lock-fontify-region-function): Remove.
13722         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
13724 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13726         * progmodes/octave.el: Compatible with older emacs-24 releases.
13727         (inferior-octave-has-built-in-variables): Remove.  Built-in
13728         variables were removed from Octave in 2007.
13729         (inferior-octave-startup): Fix uses.
13730         (comint-line-beginning-position): Remove compatibility code for
13731         emacs 21.
13733 2013-05-01  Juri Linkov  <juri@jurta.org>
13735         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
13737 2013-05-01  Juri Linkov  <juri@jurta.org>
13739         * comint.el (comint-previous-matching-input): Don't print message
13740         "History item: %d" when `isearch-mode' is active.
13741         (comint-history-isearch-message): Print message "History item: %d"
13742         when `comint-input-ring-index' is not empty and this function is
13743         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
13745 2013-05-01  Leo Liu  <sdl.web@gmail.com>
13747         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
13748         definitions.  Use completion-at-point to insert keywords.
13749         (octave-abbrev-start): Remove.
13750         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
13752 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13754         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
13755         change.
13757 2013-04-30  Alan Mackenzie  <acm@muc.de>
13759         Handle arbitrarily long C++ member initialisation lists.
13760         * progmodes/cc-engine.el (c-back-over-member-initializers):
13761         new function.
13762         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
13763         (most) member init lists.
13765 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13767         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
13768         variable.
13770 2013-04-30  Leo Liu  <sdl.web@gmail.com>
13772         * progmodes/octave.el (octave-variables): Remove.  No builtin
13773         variables any more.  All converted to functions.
13774         (octave-font-lock-keywords, octave-completion-at-point-function):
13775         Fix uses.
13776         (octave-font-lock-texinfo-comment): New user variable.
13777         (octave-texinfo-font-lock-keywords): New variable for texinfo
13778         comment block.
13779         (octave-function-comment-block): New face.
13780         (octave-font-lock-texinfo-comment): New function.
13781         (octave-mode): Font lock texinfo comment block.
13783 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13785         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
13786         indexing expression.
13787         (octave-continuation-string): Do not use \.
13788         (inferior-octave-complete-impossible): Remove.
13789         (inferior-octave-completion-table)
13790         (inferior-octave-completion-at-point): Remove its uses.
13791         (inferior-octave-startup): completion_matches was introduced to
13792         Octave in 1996 so safe to assume it.
13793         (octave-function-file-comment): Improve to follow how Octave does it.
13794         (octave-update-function-file-comment): Tweak.
13796 2013-04-29  Leo Liu  <sdl.web@gmail.com>
13798         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
13799         (inferior-octave-startup): Remove inferior-octave-startup-hook.
13800         (octave-function-file-comment): Fix typo.
13801         (octave-sync-function-file-names): Use read-char-choice.
13803 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
13805         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
13806         to t for the less important warnings.
13808 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
13810         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
13812 2013-04-27  Glenn Morris  <rgm@gnu.org>
13814         * vc/log-view.el (log-view-current-entry):
13815         Treat "---" separator lines as part of the following rev.  (Bug#14169)
13817 2013-04-27  Juri Linkov  <juri@jurta.org>
13819         * subr.el (read-number): Doc fix about using it by interactive
13820         code letter `n'.  (Bug#14254)
13822 2013-04-27  Juri Linkov  <juri@jurta.org>
13824         * desktop.el (desktop-auto-save-timeout): New option.
13825         (desktop-file-checksum): New variable.
13826         (desktop-save): Add optional arg `auto-save' and don't auto-save
13827         if nothing changed.
13828         (desktop-auto-save-timer): New variable.
13829         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
13830         (after-init-hook): Call `desktop-auto-save-set-timer'.
13831         Suggested by Reuben Thomas <rrt@sc3d.org> in
13832         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
13834 2013-04-27  Leo Liu  <sdl.web@gmail.com>
13836         * progmodes/octave.el (octave-function-file-p)
13837         (octave-skip-comment-forward, octave-function-file-comment)
13838         (octave-update-function-file-comment): New functions.
13839         (octave-mode-map): Bind C-c ; to
13840         octave-update-function-file-comment.
13841         (octave-mode-menu): Add octave-update-function-file-comment.
13842         (octave-mode, inferior-octave-mode): Fix doc-string.
13843         (octave-insert-defun): Conform to Octave's coding convention.
13844         (Bug#14285)
13846         * files.el (basic-save-buffer): Don't let errors in
13847         before-save-hook prevent saving buffer.
13849 2013-04-20  Roland Winkler  <winkler@gnu.org>
13851         * faces.el (read-face-name): Use completing-read if arg multiple
13852         is nil.
13854 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
13856         * ls-lisp.el (ls-lisp-insert-directory): If no files are
13857         displayed, move point to after the totals line.
13858         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
13859         for the details.
13861 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13863         * emacs-lisp/package.el (package-autoload-ensure-default-file):
13864         Add current dir to the load-path.
13865         (package-generate-autoloads): Don't rely on
13866         autoload-ensure-default-file.
13868 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
13870         * textmodes/remember.el (remember-store-in-files): Document that
13871         the file name format is passed to `format-time-string'.
13873 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13875         * progmodes/octave.el (octave-sync-function-file-names): New function.
13876         (octave-mode): Use it in before-save-hook.
13878 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13880         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
13881         (bug#14274).
13883         * progmodes/octave.el (octave-smie-forward-token): Properly skip
13884         \n and comment, even if it's not an implicit ; (bug#14218).
13886 2013-04-26  Glenn Morris  <rgm@gnu.org>
13888         * subr.el (read-number): Once more use `read' rather than
13889         `string-to-number', to trap non-numeric input.  (Bug#14254)
13891 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
13893         * emacs-lisp/syntax.el (syntax-propertize-multiline):
13894         Use `syntax-multiline' text property consistently instead of
13895         `font-lock-multiline'.  (Bug#14237)
13897 2013-04-26  Glenn Morris  <rgm@gnu.org>
13899         * emacs-lisp/shadow.el (list-load-path-shadows):
13900         No longer necessary to check for duplicate simple.el, since
13901         2012-07-07 change to init_lread to not include installation lisp
13902         directories in load-path when running uninstalled.  (Bug#14270)
13904 2013-04-26  Leo Liu  <sdl.web@gmail.com>
13906         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
13907         (octave-mode, inferior-octave-mode): Use setq-local.
13908         (octave-not-in-string-or-comment-p): Rename to
13909         octave-in-string-or-comment-p.
13910         (octave-in-comment-p, octave-in-string-p)
13911         (octave-in-string-or-comment-p): Replace defsubst with defun.
13913 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
13915         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
13917 2013-04-25  Bastien Guerry  <bzg@gnu.org>
13919         * textmodes/remember.el (remember-data-directory)
13920         (remember-directory-file-name-format): Fix custom types.
13922 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13924         * progmodes/octave.el (octave-completion-at-point-function):
13925         Make use of inferior octave process.
13926         (octave-initialize-completions): Remove.
13927         (inferior-octave-completion-table): New function.
13928         (inferior-octave-completion-at-point): Use it.
13929         (octave-completion-alist): Remove.
13931 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13933         * progmodes/opascal.el: Use font-lock and syntax-propertize.
13934         (opascal-mode-syntax-table): New var.
13935         (opascal-literal-kind, opascal-is-literal-end)
13936         (opascal-literal-token-at): Rewrite.
13937         (opascal--literal-start-re, opascal-font-lock-keywords)
13938         (opascal--syntax-propertize): New constants.
13939         (opascal-font-lock-defaults): Adjust.
13940         (opascal-mode): Use them.  Set comment-<foo> variables as well.
13941         (delphi-comment-face, opascal-comment-face, delphi-string-face)
13942         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
13943         (delphi-other-face, opascal-other-face): Remove face variables.
13944         (opascal-save-state): Remove macro.
13945         (opascal-fontifying-progress-step): Remove constant.
13946         (opascal--ignore-changes): Remove var.
13947         (opascal-set-token-property, opascal-parse-next-literal)
13948         (opascal-is-stable-literal, opascal-complete-literal)
13949         (opascal-is-literal-start, opascal-face-of)
13950         (opascal-parse-region, opascal-parse-region-until-stable)
13951         (opascal-fontify-region, opascal-after-change)
13952         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
13953         (opascal-debug-parse-region, opascal-debug-parse-window)
13954         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
13955         (opascal-debug-fontify-buffer): Remove.
13956         (opascal-debug-mode-map): Adjust accordingly.
13958 2013-04-25  Leo Liu  <sdl.web@gmail.com>
13960         Merge octave-mod.el and octave-inf.el into octave.el with some
13961         cleanups.
13962         * progmodes/octave.el: New file renamed from octave-mod.el.
13963         * progmodes/octave-inf.el: Merged into octave.el.
13964         * progmodes/octave-mod.el: Renamed to octave.el.
13966 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
13968         * textmodes/reftex-vars.el
13969         (reftex-label-ignored-macros-and-environments): New defcustom.
13971         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
13973 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13975         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
13976         (smie-indent-keyword): Improve the check to ensure that the next
13977         comment is really on the same line.
13978         (smie-indent-comment): Don't align with a subsequent closer (or eob).
13980         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
13981         semi-colons if the line is not otherwise empty (bug#14218).
13983 2013-04-25  Glenn Morris  <rgm@gnu.org>
13985         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
13987 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * progmodes/opascal.el (opascal-set-token-property): Rename from
13990         opascal-set-text-properties and only set `token' (bug#14134).
13991         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
13992         (opascal-literal-text-properties): Remove.
13993         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
13994         Adjust callers.
13996 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
13998         * textmodes/remember.el (remember-handler-functions): Add an
13999         option for a new handler `remember-store-in-files'.
14000         (remember-data-directory, remember-directory-file-name-format):
14001         New options.
14002         (remember-store-in-files): New function to store remember notes
14003         as separate files within a directory.
14005 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
14007         * progmodes/compile.el (compilation-next-error-function):
14008         Pass "formats" to compilation-find-file (bug#11777).
14010 2013-04-24  Glenn Morris  <rgm@gnu.org>
14012         * vc/vc-bzr.el (vc-bzr-print-log):
14013         * vc/vc-hg.el (vc-hg-print-log):
14014         * vc/vc-svn.el (vc-svn-print-log):
14015         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
14017         * vc/vc-bzr.el (vc-bzr-print-log):
14018         * vc/vc-cvs.el (vc-cvs-print-log):
14019         * vc/vc-git.el (vc-git-print-log):
14020         * vc/vc-hg.el (vc-hg-print-log):
14021         * vc/vc-mtn.el (vc-mtn-print-log):
14022         * vc/vc-rcs.el (vc-rcs-print-log):
14023         * vc/vc-sccs.el (vc-sccs-print-log):
14024         * vc/vc-svn.el (vc-svn-print-log):
14025         * vc/vc.el (vc-print-log-internal): Doc fixes.
14027 2013-04-23  Glenn Morris  <rgm@gnu.org>
14029         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14030         Remove venerable code attempting to avoid substitute-command-keys.
14032 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
14034         * textmodes/reftex-vars.el (reftex-label-regexps):
14035         Call `reftex-compile-variables' after changes to this variable.
14037 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14039         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14040         Use lexical-binding.
14041         (jit-lock-force-redisplay): Use markers, check buffer's continued
14042         existence and beware narrowed buffers.
14043         (jit-lock-fontify-now): Adjust call accordingly.
14045 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14047         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14048         to avoid misleading the user.
14050 2013-04-22  Leo Liu  <sdl.web@gmail.com>
14052         * info-look.el: Prefer latex2e.info.  (Bug#14240)
14054 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
14056         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
14058         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14059         * net/tramp.el (tramp-call-process): ... here.
14060         (tramp-set-completion-function, tramp-parse-putty):
14061         * net/tramp-adb.el (tramp-adb-execute-adb-command):
14062         * net/tramp-gvfs.el (tramp-gvfs-send-command):
14063         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14064         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14065         (tramp-call-local-coding-command): Use `tramp-call-process'
14066         instead of `tramp-compat-call-process'.
14068         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14069         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14070         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14071         (tramp-find-inline-compress): Improve traces.
14072         (tramp-maybe-send-script): Check for Perl binary.
14073         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14075 2013-04-22  Daiki Ueno  <ueno@gnu.org>
14077         * epg.el (epg-context-pinentry-mode): New function.
14078         (epg-context-set-pinentry-mode): New function.
14079         (epg--start): Pass --pinentry-mode option to gpg command.
14081 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
14083         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14084         `comint-dynamic-complete' is obsolete since 24.1, replaced by
14085         `completion-at-point'.  (Bug#13774)
14087         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14088         default key binding for `describe-distribution' has been moved to
14089         `C-h C-o'.  (Bug#13970)
14091 2013-04-21  Glenn Morris  <rgm@gnu.org>
14093         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14094         Add doc strings.
14095         (vc-print-log): Clarify interactive prompt.
14097 2013-04-20  Glenn Morris  <rgm@gnu.org>
14099         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14100         No longer include timestamp etc information.
14102 2013-04-20  Roland Winkler  <winkler@gnu.org>
14104         * faces.el (read-face-name): Bug fix, return just one face if arg
14105         multiple is nil.  (Bug#14209)
14107 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14109         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14110         (remove-function): Autoload.
14112         * comint.el (comint-redirect-original-filter-function): Remove.
14113         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14114         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14115         (vc-cvs-annotate-command):
14116         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14117         * progmodes/prolog.el (prolog-consult-compile):
14118         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14119         Use add/remove-function instead.
14120         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14121         (gud-tooltip-process-output, gud-tooltip-tips):
14122         Use add/remove-function instead.
14123         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14124         (scheme-interaction-mode, exit-scheme-interaction-mode):
14125         Use add/remove-function instead.
14127         * vc/vc-dispatcher.el: Use lexical-binding.
14128         (vc--process-sentinel): Rename from vc-process-sentinel.
14129         Change last arg to be the code to run.  Don't use vc-previous-sentinel
14130         and vc-sentinel-commands any more.
14131         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
14132         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14134 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
14136         * progmodes/sh-script.el (sh-imenu-generic-expression):
14137         Handle function names with a single character.  (Bug#14111)
14139 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
14141         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14142         for subroutines defined in an eval (bug#14182).
14144 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14146         * bookmark.el (bookmark-completing-read): Improve handling of empty
14147         string (bug#14176).
14149 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14151         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14153 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14155         New faster Imenu implementation (bug#14058).
14156         * progmodes/python.el:
14157         (python-imenu-prev-index-position):
14158         (python-imenu-format-item-label-function)
14159         (python-imenu-format-parent-item-label-function)
14160         (python-imenu-format-parent-item-jump-label-function):
14161         New vars.
14162         (python-imenu-format-item-label)
14163         (python-imenu-format-parent-item-label)
14164         (python-imenu-format-parent-item-jump-label)
14165         (python-imenu--put-parent, python-imenu--build-tree)
14166         (python-imenu-create-index, python-imenu-create-flat-index)
14167         (python-util-popn): New functions.
14168         (python-mode): Set imenu-create-index-function to
14169         python-imenu-create-index.
14171 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14173         * winner.el (winner-active-region): Use region-active-p, activate-mark
14174         and deactivate-mark (bug#14225).
14176         * simple.el (deactivate-mark): Don't inline it.
14178 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
14180         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14182 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
14184         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14185         file extensions from the archive-mode entry in order to prefer
14186         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14188 2013-04-18  Leo Liu  <sdl.web@gmail.com>
14190         * bindings.el (help-event-list): Add ?\?.
14192 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * subr.el (with-wrapper-hook): Declare obsolete.
14195         * simple.el (filter-buffer-substring-function): New hook.
14196         (filter-buffer-substring): Use it.
14197         (filter-buffer-substring-functions): Mark obsolete.
14198         * minibuffer.el (completion-in-region-function): New hook.
14199         (completion-in-region): Use it.
14200         (completion-in-region-functions): Mark obsolete.
14201         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14202         * abbrev.el (abbrev-expand-function): New hook.
14203         (expand-abbrev): Use it.
14204         (abbrev-expand-functions): Mark obsolete.
14205         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14206         and :filter-return.
14208 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14210         * progmodes/python.el (python-nav--syntactically): Fix cornercases
14211         and do not care about match data.
14213 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14215         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14216         completion tables when completing error conditions and
14217         `declare' arguments.
14218         (lisp-complete-symbol, field-complete): Mark as obsolete.
14219         (check-parens): Unmatched parens are user errors.
14220         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14222 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
14224         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14225         command changed buffer (ie. `flyspell-pre-buffer' is not current
14226         buffer), which prevents making decisions based on invalid value of
14227         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
14228         cause an error when `flyspell-pre-point' was nil after switching
14229         buffers.
14230         (flyspell-post-command-hook): No longer needs to change buffers when
14231         checking pre-word.  While at it remove unnecessary progn.
14233 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
14235         * textmodes/ispell.el (ispell-add-per-file-word-list):
14236         Fix `flyspell-correct-word-before-point' error when accepting
14237         words and `coment-padding' is an integer by using
14238         `comment-normalize-vars' (Bug #14214).
14240 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14242         New defun movement commands.
14243         * progmodes/python.el (python-nav--syntactically)
14244         (python-nav--forward-defun, python-nav-backward-defun)
14245         (python-nav-forward-defun): New functions.
14247 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14249         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14250         (python-syntax-context): Use named compiler-macro for backwards
14251         compatibility with Emacs 24.x.
14253 2013-04-17  Leo Liu  <sdl.web@gmail.com>
14255         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14256         octave-hide-process-buffer.
14258 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14260         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14261         (bug#14216).
14263 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
14265         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14266         Fix adjustment of offset when receiving incomplete responses from GDB
14267         (bug#14129).
14269 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14272         python-mode-abbrev-table.
14273         (python-skeleton-define): Adjust accordingly.
14274         (python-mode-abbrev-table): New table that inherits from it so that
14275         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14277         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14278         (abbrev-symbol): Use it.
14279         (abbrev--before-point): Use it since we already handle inheritance.
14281 2013-04-16  Leo Liu  <sdl.web@gmail.com>
14283         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14284         binding to info-lookup-symbol.
14286 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
14288         * minibuffer.el (completion--twq-all):
14289         * term/ns-win.el (ns-initialize-window-system):
14290         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14292 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14294         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14295         global bindings.
14297         * doc-view.el (doc-view-start-process): Handle url-handler directories.
14299 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
14301         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14302         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14303         to nil.
14304         (ruby-end-of-defun): Remove the unused arg, change the docstring
14305         to reflect that this function is only used as the value of
14306         `end-of-defun-function'.
14307         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14308         to reflect an earlier change that beginning/end-of-defun functions
14309         jump between methods in a class definition, as well as top-level
14310         functions.
14312 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14314         * minibuffer.el (minibuffer-complete): Don't just scroll
14315         a *Completions* that's been iconified.
14316         (minibuffer-force-complete): Make sure repetitions do cycle when going
14317         through completion-in-region -> minibuffer-complete.
14319 2013-04-15  Alan Mackenzie  <acm@muc.de>
14321         Correct the placement of c-cpp-delimiters when there're #s not at
14322         col 0.
14324         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14325         place a submatch around the #.
14326         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14327         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
14328         on the #, not BOL.
14330 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14332         * emacs-lisp/nadvice.el: Properly test names when adding advice.
14333         (advice--member-p): New arg `name'.
14334         (advice--add-function, advice-member-p): Use it (bug#14202).
14336 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
14338         Reformulate java imenu-generic-expression.
14339         The old expression contained ill formed regexps.
14341         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14342         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14343         (cc-imenu-java-method-arg-regexp): New defconsts.
14344         (cc-imenu-java-build-type-args-regex): New defun.
14345         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14346         handling of spaces in the regexp.
14348 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
14350         * textmodes/ispell.el (ispell-command-loop): Remove
14351         flyspell highlight of a word when ispell accepts it (bug #14178).
14353 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
14355         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14356         uses code from the previous `ange-ftp-run-real-handler'.
14357         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14358         only in case that function exist.  This is needed for proper
14359         unloading of Tramp.
14361 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
14363         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14365         * textmodes/reftex.el (reftex-compile-variables): Use it.
14367 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14369         * files.el (normal-mode): Only use default major-mode if no other mode
14370         was specified.
14372         * emacs-lisp/trace.el (trace-values): New function.
14374         * files.el: Allow : in local variables (bug#14089).
14375         (hack-local-variable-regexp): New var.
14376         (hack-local-variables-prop-line, hack-local-variables): Use it.
14378 2013-04-13  Roland Winkler  <winkler@gnu.org>
14380         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
14381         data before it gets modified by bibtex-beginning-of-entry.
14383 2013-04-13  Roland Winkler  <winkler@gnu.org>
14385         * textmodes/bibtex.el (bibtex-url): Doc fix.
14387 2013-04-13  Roland Winkler  <winkler@gnu.org>
14389         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14390         does not visit a BibTeX file, exclude it from the list of buffers
14391         returned by bibtex-initialize.
14393 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
14395         * window.el (split-window): Remove interactive form, since as a
14396         command this function is a special case of split-window-below.
14397         Correct doc string.
14399 2013-04-12  Roland Winkler  <winkler@gnu.org>
14401         * faces.el (read-face-name): Do not override value of arg default.
14402         Allow single faces and strings as default values.  Remove those
14403         elements from return value that are not faces.
14404         (describe-face): Simplify.
14405         (face-at-point): New optional args thing and multiple so that this
14406         function can provide the same functionality previously provided by
14407         read-face-name.
14408         (make-face-bold, make-face-unbold, make-face-italic)
14409         (make-face-unitalic, make-face-bold-italic, invert-face)
14410         (modify-face, read-face-and-attribute): Use face-at-point.
14412         * cus-edit.el (customize-face, customize-face-other-window)
14413         * cus-theme.el (custom-theme-add-face)
14414         * face-remap.el (buffer-face-set)
14415         * facemenu.el (facemenu-set-face): Use face-at-point.
14417 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
14419         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14421 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
14423         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14424         off leading { and trailing } from field values.
14426 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14428         * emacs-lisp/timer.el (timer--check): New function.
14429         (timer--time, timer-set-function, timer-event-handler): Use it.
14430         (timer-set-idle-time): Simplify.
14431         (timer--activate): CSE.
14432         (timer-event-handler): Give more info in error message.
14433         (internal-timer-start-idle): New function, moved from C.
14435         * mpc.el (mpc-proc): Add `restart' argument.
14436         (mpc-proc-cmd): Use it.
14437         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14438         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14439         less often.
14441 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
14443         * progmodes/sh-script.el: Implement `sh-mode' own
14444         `add-log-current-defun-function' (bug#14112).
14445         (sh-current-defun-name): New function.
14446         (sh-mode): Use the function.
14448 2013-04-09  Bastien Guerry  <bzg@gnu.org>
14450         * simple.el (choose-completion-string): Fix docstring (bug#14163).
14452 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14454         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14456         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14457         timer (bug#14156).
14459 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
14461         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14462         declaration.
14464 2013-04-07  Leo Liu  <sdl.web@gmail.com>
14466         * pcmpl-x.el: New file.
14468 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
14470         Do not set x-display-name until X connection is established.
14471         This is needed to prevent from weird situation described at
14472         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14473         * frame.el (make-frame): Set x-display-name after call to
14474         window system initialization function, not before.
14475         * term/x-win.el (x-initialize-window-system): Add optional
14476         display argument and use it.
14477         * term/w32-win.el (w32-initialize-window-system):
14478         * term/ns-win.el (ns-initialize-window-system):
14479         * term/pc-win.el (msdos-initialize-window-system):
14480         Add compatible optional display argument.
14482 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
14484         * files.el (normal-backup-enable-predicate): On MS-Windows and
14485         MS-DOS compare truenames of temporary-file-directory and of the
14486         file, so that 8+3 aliases (usually found in $TEMP on Windows)
14487         don't fail comparison by compare-strings.  Also, compare file
14488         names case-insensitively on MS-Windows and MS-DOS.
14490 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14492         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14493         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14495 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
14497         * whitespace.el (whitespace-color-on, whitespace-color-off):
14498         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14500 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
14502         * ispell.el (ispell-set-spellchecker-params):
14503         Really set `ispell-args' for all equivs.
14505 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14507         * ido.el (ido-completions): Use extra elements of ido-decorations
14508         (bug#14143).
14509         (ido-decorations): Update docstring.
14511 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
14513         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14514         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14515         nil during initialization, in order not to miss changes since the
14516         file was opened.  (Bug#14140)
14518 2013-04-05  Leo Liu  <sdl.web@gmail.com>
14520         * kmacro.el (kmacro-call-macro): Fix bug#14135.
14522 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
14524         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14526 2013-04-04  Glenn Morris  <rgm@gnu.org>
14528         * electric.el (electric-pair-inhibit-predicate): Add :version.
14530 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14533         when a package is required several times (bug#14082).
14535 2013-04-04  Roland Winkler  <winkler@gnu.org>
14537         * faces.el (read-face-name): Behave as promised by the docstring.
14538         Assume that arg default is a list of faces.
14539         (describe-face): Call read-face-name with list of default faces.
14541 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14543         * bookmark.el: Fix deletion of bookmarks (bug#13972).
14544         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14545         (bookmark-bmenu-execute-deletions): Only skip first line if it's
14546         the header.
14547         (bookmark-exit-hook-internal): Save even if list is empty.
14549 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
14551         * emacs-lisp/package.el (package-pinned-packages): New var.
14552         (package--add-to-archive-contents): Obey it (bug#14118).
14554 2013-04-03  Alan Mackenzie  <acm@muc.de>
14556         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14557         Also adapt to the new values of element 7 of a parse state.
14559         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14560         parameter `not-in-delimiter'.  Handle being inside comment opener.
14561         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14562         character in case we're typing a '*' after a '/'.
14563         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14564         instead by passing the parameter to c-state-pp-to-literal.
14566         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14567         for elt. 7 of a parse state.
14569 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
14571         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14572         * international/latin1-disp.el, international/mule-util.el:
14573         * language/cyril-util.el, language/european.el, language/ind-util.el:
14574         * language/lao-util.el, language/thai.el, language/tibet-util.el:
14575         * language/tibetan.el, language/viet-util.el:
14576         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14578 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14580         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14581         (electric-pair-post-self-insert-function): Use it.
14582         (electric-pair-default-inhibit): New function, extracted from
14583         electric-pair-post-self-insert-function.
14585 2013-03-31  Roland Winkler  <winkler@gnu.org>
14587         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14589 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
14591         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14593 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
14595         Un-indent after "pass" and "return" statements (Bug#13888)
14596         * progmodes/python.el (python-indent-block-enders): New var.
14597         (python-indent-calculate-indentation): Use it.
14599 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
14601         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14602         defun.  Defining it as defalias could introduce too eager
14603         byte-compiler optimization.  (Bug#14030)
14605 2013-03-30  Chong Yidong  <cyd@gnu.org>
14607         * iswitchb.el (iswitchb-read-buffer): Fix typo.
14609 2013-03-30  Leo Liu  <sdl.web@gmail.com>
14611         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14612         (kmacro-execute-from-register): Pass the keyboard macro to
14613         kmacro-call-macro or repeating won't work correctly.
14615 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
14617         * progmodes/subword.el: Back to using `forward-symbol'.
14619         * subr.el (forward-whitespace, forward-symbol)
14620         (forward-same-syntax): Move from thingatpt.el.
14622 2013-03-29  Leo Liu  <sdl.web@gmail.com>
14624         * kmacro.el (kmacro-to-register): New command.
14625         (kmacro-execute-from-register): New function.
14626         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
14628 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14630         * mpc.el: Use defvar-local and setq-local.
14631         (mpc--proc-connect): Connection failures are not bugs.
14632         (mpc-mode-map): `follow-link' only applies to the buffer's content.
14633         (mpc-volume-map): Bind to the up-events.
14635 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
14637         * progmodes/subword.el (superword-mode): Use `forward-sexp'
14638         instead of `forward-symbol'.
14640 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14642         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
14643         (edebug--recursive-edit): Use it.
14644         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
14645         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
14647 2013-03-28  Leo Liu  <sdl.web@gmail.com>
14649         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
14651 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
14653         * facemenu.el (list-colors-callback): New defvar.
14654         (list-colors-redisplay): New function.
14655         (list-colors-display): Install list-colors-redisplay as the
14656         revert-buffer-function.  (Bug#14063)
14658 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14660         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
14661         and suffixes don't overlap (bug#14061).
14663         * case-table.el: Use lexical-binding.
14664         (case-table-get-table): New function.
14665         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
14667 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
14669         * progmodes/subword.el: Add `superword-mode' to do word motion
14670         over symbol_words (parallels and leverages `subword-mode' which
14671         does word motion inside MixedCaseWords).
14673 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
14675         * eshell/em-unix.el: Move su and sudo to...
14676         * eshell/em-tramp.el: ...Eshell tramp module.
14678 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14680         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
14681         Change return value to be a sexp.  Delay `get-buffer' to after
14682         restoring the desktop (bug#13951).
14684 2013-03-26  Leo Liu  <sdl.web@gmail.com>
14686         * register.el: Move semantic tag handling back to
14687         cedet/semantic/senator.el.  (Bug#14052)
14689 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14691         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
14692         into the prompt either (bug#13963).
14694 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14696         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
14697         part of "(error-foo)".
14699 2013-03-24  Juri Linkov  <juri@jurta.org>
14701         * replace.el (list-matching-lines-prefix-face): New defcustom.
14702         (occur-1): Pass `list-matching-lines-prefix-face' to the function
14703         `occur-engine' if `face-differs-from-default-p' returns t.
14704         (occur-engine): Add `,' inside backquote construct to evaluate
14705         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
14706         Pass `prefix-face' to the functions `occur-context-lines' and
14707         `occur-engine-add-prefix'.
14708         (occur-engine-add-prefix, occur-context-lines): Add optional arg
14709         `prefix-face' and propertize the prefix with `prefix-face'.
14710         (Bug#14017)
14712 2013-03-24  Leo Liu  <sdl.web@gmail.com>
14714         * nxml/rng-valid.el (rng-validate-while-idle)
14715         (rng-validate-quick-while-idle): Guard against deleted buffer.
14716         (Bug#13999)
14718         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
14719         is the last entry in kill-buffer-hook.
14721         * files.el (kill-buffer-hook): Doc fix.
14723 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
14725         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
14726         Make it safe-local.
14728         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
14730 2013-03-23  Leo Liu  <sdl.web@gmail.com>
14732         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
14733         Remove.
14735         * nxml/rng-valid.el (rng-validate-mode)
14736         (rng-after-change-function, rng-do-some-validation):
14737         * nxml/rng-maint.el (rng-validate-buffer):
14738         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
14739         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
14740         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
14741         (nxml-extend-after-change-region): Use with-silent-modifications.
14743         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
14744         timer-idle-list.
14746         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
14747         (rng-next-error-1, rng-previous-error-1): Do not let-bind
14748         timer-idle-list.  (Bug#13999)
14750 2013-03-23  Juri Linkov  <juri@jurta.org>
14752         * info.el (info-index-match): New face.
14753         (Info-index, Info-apropos-matches): Add a nested subgroup to the
14754         main pattern and add text properties with the new face to matches
14755         in index entries relative to the beginning of the index entry.
14756         (Bug#14015)
14758 2013-03-21  Eric Ludlam  <zappo@gnu.org>
14760         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
14761         Inhibit read only while inserting objects.
14763 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
14765         * progmodes/cfengine.el: Update docs to mention
14766         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
14767         symbol motion.  Remove "_" from the word syntax.
14769 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
14771         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
14772         syntax for both `cfengine2-mode' and `cfengine3-mode'.
14774 2013-03-20  Juri Linkov  <juri@jurta.org>
14776         * info.el (Info-next-reference-or-link)
14777         (Info-prev-reference-or-link): New functions.
14778         (Info-next-reference, Info-prev-reference): Use them.
14779         (Info-try-follow-nearest-node): Handle footnote navigation.
14780         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
14782 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14784         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
14785         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
14787 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
14789         Suppress unnecessary non-ASCII chatter during build process.
14790         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
14791         (batch-skkdic-convert): Suppress most of the chatter.
14792         It's not needed so much now that machines are faster,
14793         and its non-ASCII component was confusing; see Dmitry Gutov in
14794         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
14796 2013-03-20  Leo Liu  <sdl.web@gmail.com>
14798         * ido.el (ido-chop): Fix bug#10994.
14800 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14802         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
14803         Remove vars.
14804         (whitespace-color-on, whitespace-color-off):
14805         Use `font-lock-fontify-buffer' (Bug#13817).
14807 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14809         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
14810         remapping in mode-line.
14811         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
14813 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
14815         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
14816         value for `whitespace-line' face (Bug#13875).
14817         (whitespace-font-lock-keywords): Change description.
14818         (whitespace-color-on): Don't save `font-lock-keywords' value, save
14819         the constructed keywords instead.
14820         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
14822 2013-03-19  Leo Liu  <sdl.web@gmail.com>
14824         * progmodes/compile.el (compilation-display-error): New command.
14825         (compilation-mode-map, compilation-minor-mode-map): Bind it to
14826         C-o.  (Bug#13992)
14828 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14830         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
14832 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
14834         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
14836 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
14838         * net/tramp-compat.el (tramp-compat-user-error): New defun.
14840         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14841         * net/tramp-gvfs.el (top):
14842         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
14843         (tramp-handle-shell-command): Use it.
14844         (tramp-dissect-file-name): Raise an error when hostname is a
14845         method name, and neither method nor user is specified.
14847         * net/trampver.el: Update release number.
14849 2013-03-18  Leo Liu  <sdl.web@gmail.com>
14851         Make sure eldoc can be turned off properly.
14852         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
14853         eldoc-mode.
14854         (eldoc-display-message-p): Revert last change.
14855         (eldoc-display-message-no-interference-p)
14856         (eldoc-print-current-symbol-info): Tweak.
14858 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
14860         * doc-view.el (doc-view-new-window-function): Check the new window
14861         overlay's display property instead the char property of the
14862         buffer's first char.  Use `with-selected-window' instead of
14863         `save-window-excursion' with `select-window'.
14864         (doc-view-document->bitmap): Check the current doc-view overlay's
14865         display property instead the char property of the buffer's first char.
14867 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
14869         Automate the build of ja-dic.el (Bug#13984).
14870         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
14871         from the input, rather than assume that it's been done for us by the
14872         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
14873         the current date into a ja-dic.el comment, as that complicates
14874         regression testing.
14876 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14878         * whitespace.el: Fix double evaluation.
14879         (whitespace-space, whitespace-hspace, whitespace-tab)
14880         (whitespace-newline, whitespace-trailing, whitespace-line)
14881         (whitespace-space-before-tab, whitespace-indentation)
14882         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
14883         obsolete defvars.
14884         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
14885         (whitespace-color-on): Use a single font-lock-add-keywords call.
14886         Fix double-evaluation of face variables.
14888 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
14890         * net/tramp-adb.el (tramp-adb-parse-device-names):
14891         Use `start-process' instead of `call-process'.  Otherwise, the
14892         function might be blocked under MS Windows.  (Bug#13299)
14894 2013-03-17  Leo Liu  <sdl.web@gmail.com>
14896         Extend eldoc to display info in the mode-line.  (Bug#13978)
14897         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
14898         (eldoc-mode-line-string): New variable.
14899         (eldoc-minibuffer-message): New function.
14900         (eldoc-message-function): New variable.
14901         (eldoc-message): Use it.
14902         (eldoc-display-message-p)
14903         (eldoc-display-message-no-interference-p):
14904         Support eldoc-post-insert-mode.
14906         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
14907         (eval-expression): Run it.
14909 2013-03-17  Roland Winkler  <winkler@gnu.org>
14911         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
14912         strings in the list of return values.
14914 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
14916         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
14917         radix before checking for HMS forms.
14919 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14921         * progmodes/scheme.el: Add indentation and font-locking for λ.
14922         (Bug#13975)
14924 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14926         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
14927         token before point (bug#13942).
14929 2013-03-16  Leo Liu  <sdl.web@gmail.com>
14931         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
14933 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
14935         * startup.el (command-line-normalize-file-name): Fix handling of
14936         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
14937         <xfq.free@gmail.com> in
14938         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
14940 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
14942         Sync with Tramp 2.2.7.
14944         * net/trampver.el: Update release number.
14946 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
14948         * doc-view.el: Fix bug#13887.
14949         (doc-view-insert-image): Don't modify overlay associated to
14950         non-live windows, and implement horizontal centering of image in
14951         case it's smaller than the window.
14952         (doc-view-new-window-function): Force redisplay of new windows on
14953         doc-view buffers.
14955 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
14957         * saveplace.el (save-place-alist-to-file): Don't sort
14958         `save-place-alist', just pretty-print it (bug#13882).
14960 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
14962         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
14963         Check whether `default-file-name-coding-system' is bound.
14964         It isn't in XEmacs.
14966 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14968         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
14969         backquotes for `obsolete' (bug#13929).
14971         * international/mule.el (find-auto-coding): Include file name in
14972         obsolescence warning (bug#13922).
14974 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
14976         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
14977         for CFEngine 3-specific indentation.
14978         (cfengine3-indent-line): Use it.  Fix up category regex.
14979         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
14981 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14983         * type-break.el (type-break-file-name):
14984         * textmodes/remember.el (remember-data-file):
14985         * strokes.el (strokes-file):
14986         * shadowfile.el (shadow-initialize):
14987         * saveplace.el (save-place-file):
14988         * ps-bdf.el (bdf-cache-file):
14989         * progmodes/idlwave.el (idlwave-config-directory):
14990         * net/quickurl.el (quickurl-url-file):
14991         * international/kkc.el (kkc-init-file-name):
14992         * ido.el (ido-save-directory-list-file):
14993         * emulation/viper.el (viper-custom-file-name):
14994         * emulation/vip.el (vip-startup-file):
14995         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
14996         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
14998 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
15000         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15001         * language/thai-word.el: Switch to UTF-8.
15003 See ChangeLog.16 for earlier changes.
15005 ;; Local Variables:
15006 ;; coding: utf-8
15007 ;; End:
15009   Copyright (C) 2011-2014 Free Software Foundation, Inc.
15011   This file is part of GNU Emacs.
15013   GNU Emacs is free software: you can redistribute it and/or modify
15014   it under the terms of the GNU General Public License as published by
15015   the Free Software Foundation, either version 3 of the License, or
15016   (at your option) any later version.
15018   GNU Emacs is distributed in the hope that it will be useful,
15019   but WITHOUT ANY WARRANTY; without even the implied warranty of
15020   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15021   GNU General Public License for more details.
15023   You should have received a copy of the GNU General Public License
15024   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.