Misc small fixes.
[emacs.git] / lisp / ChangeLog
blob0a609682d62a47bb85916bb1b05d2531b4cedbf9
1 2014-01-31  Juri Linkov  <juri@jurta.org>
3         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4         from `make-hash-table'.
6         * textmodes/ispell.el (ispell-init-process): Change message format
7         to be consistent with other messages.
9 2014-01-31  Glenn Morris  <rgm@gnu.org>
11         * delsel.el (delete-selection-mode): Doc fix.
13         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
14         (trace-function-background): Doc fixes.
16         * ido.el (ido-use-virtual-buffers): Doc fix.
17         Reset :version, since the default value has not changed.
19         * register.el (register-preview-delay, register-read-with-preview):
20         Doc fixes.
22         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
23         do not mess with mail-buffer position (fixes 2009-11-03 change).
24         * progmodes/cc-mode.el (c-submit-bug-report):
25         Check auto-fill-mode is bound.  (Bug#16592)
27 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
29         * startup.el (fancy-splash-image-file): New function,
30         split from fancy-splash-head.
31         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
32         so that we are both using the same image.  (Bug#16574)
34 2014-01-30  Glenn Morris  <rgm@gnu.org>
36         * simple.el (eval-expression): Doc fix.
38         * hexl.el (hexl-mode-hook):
39         * ielm.el (ielm-mode-hook):
40         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
41         (lisp-interaction-mode-hook):
42         * progmodes/cfengine.e (cfengine3-documentation-function):
43         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
45 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
47         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
48         is a symbol (bug#16584).
50 2014-01-30  Glenn Morris  <rgm@gnu.org>
52         * help.el (help-for-help-internal): Add "P" to text.
54 2014-01-29  Glenn Morris  <rgm@gnu.org>
56         * simple.el (just-one-space, cycle-spacing): Doc fixes.
58 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
60         * window.el (fit-frame-to-buffer): Fix calculations for margins and
61         height constraints.
63 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
65         * progmodes/hideif.el: Extend to full CPP expression syntax.
66         (hif-token-alist): Add missing tokens.
67         (hif-token-regexp): Add support for float/octal/hex immediates.
68         (hif-string-literal-regexp): New const.
69         (hif-tokenize): Recognize strings and float/octal/hex immediates.
70         (hif-exprlist): New function.
71         (hif-parse-if-exp): Use it.
72         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
73         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
74         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
75         (hif-logxor, hif-comma): New functions.
77 2014-01-28  Glenn Morris  <rgm@gnu.org>
79         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
81         * indent.el (tab-stop-list): Doc fix.  Add :version.
83         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
84         (cvs-append-to-ignore): Add compatibility alias.
86 2014-01-27  Glenn Morris  <rgm@gnu.org>
88         * dired.el (dired-hide-details-mode): Don't autoload it,
89         since it cannot be used outside Dired buffers anyway.
91         * emulation/cua-base.el (cua-mode): Doc fix.
93         * dired.el (dired-hide-details-hide-symlink-targets)
94         (dired-hide-details-hide-information-lines)
95         (dired-hide-details-mode): Doc fixes.
97         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
98         * strokes.el (strokes-file): Doc fix.  Bump :version.
99         (strokes-help): Doc fix.
100         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
101         * emulation/viper.el (viper): Doc fix for custom group.
102         (top-level): Remove oh-so-no-longer-relevant text about vip.
103         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
105         * ido.el (ido-save-directory-list-file):
106         * saveplace.el (save-place-file):
107         * calendar/timeclock.el (timeclock-file):
108         * net/quickurl.el (quickurl-url-file):
109         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
110         * progmodes/idlwave.el (idlwave-config-directory):
111         * textmodes/remember.el (remember-data-file):
112         Bump :version.
114 2014-01-26  Glenn Morris  <rgm@gnu.org>
116         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
117         Doc fix.  Make obsolete.
118         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
120         * sort.el (delete-duplicate-lines): Doc fix.
122 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
124         * progmodes/ada-mode.el (ada):
125         * woman.el (woman): Link to info manual and Commentary section.
127         * progmodes/flymake.el (flymake):
128         * nxml/nxml-mode.el (nxml):
129         * net/eww.el (eww):
130         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
131         * htmlfontify.el (htmlfontify):
132         * ses.el (ses):
133         * epa.el (epa):
134         * ido.el (ido): Link to info manual.
136 2014-01-25  Leo Liu  <sdl.web@gmail.com>
138         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
140 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
142         * net/shr.el (shr-tag-img): Prefer the title over the alt text
143         (bug#16537).
145 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
147         * net/eww.el (eww-download-callback):
148         Fix reference to eww-download-directory.
150         * emacs-lisp/bytecomp.el (byte-compile-file):
151         Remove unused local variable `file-name'.
153 2014-01-24  Glenn Morris  <rgm@gnu.org>
155         * woman.el (woman-default-faces, woman-monochrome-faces):
156         Fix obsolescence specification.
158         * subr.el (with-demoted-errors): Doc fix.
160 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
163         (cl--macroexp-fboundp): New function.
164         (cl--make-type-test): Use it.
166 2014-01-23  Glenn Morris  <rgm@gnu.org>
168         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
169         * simple.el (eval-expression): Doc fixes.
171 2014-01-22  Glenn Morris  <rgm@gnu.org>
173         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
175 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * emacs-lisp/package.el: Write files silently.
178         (package-autoload-ensure-default-file, package--write-file-no-coding)
179         (package-generate-description-file, package--download-one-archive)
180         (package-install-from-archive): Tell `write-region' to stay quiet.
181         (package-menu-mode, package-menu--print-info): Omit the Archive column
182         if there's only one archive.
183         (package-all-keywords, package--has-keyword-p): Remove dead code.
185 2014-01-22  Glenn Morris  <rgm@gnu.org>
187         * version.el (emacs-bzr-version-bzr): Fix typo.
189         * version.el (emacs-repository-get-version):
190         Check either .bzr or .git, but not both.
191         Make the git case actually use the DIR argument, and return nil
192         rather than the empty string.
193         Avoid error if .git exists but the git executable is not found.
195 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
197         Fixes in window size functions around Bug#16430 and Bug#16470.
198         * window.el (window-total-size, window-size): New argument ROUND.
199         (window--min-delta-1, window-min-delta, window--max-delta-1):
200         Be more conservative when calculating the numbers of lines or
201         columns a window can shrink (Bug#16430).
202         (fit-window-to-buffer): Simplify code.
203         * term.el (term-window-width): Call window-body-width again.
205 2014-01-22  Glenn Morris  <rgm@gnu.org>
207         * image.el (image-format-suffixes): Doc fix.
209         * international/quail.el (quail-define-package): Doc fix.
211         * emacs-lisp/authors.el (authors-valid-file-names):
212         (authors-renamed-files-alist): Additions.
214         * vc/vc-git.el (vc-git-print-log): Remove --follow;
215         reverts 2014-01-09 change.  (Bug#16422)
217         * calc/calc-embed.el (thing-at-point-looking-at):
218         * emacs-lisp/map-ynp.el (x-popup-dialog):
219         * obsolete/lmenu.el (x-popup-dialog):
220         * emacs-lisp/package.el (url-recreate-url):
221         * mail/mailclient.el (clipboard-kill-ring-save):
222         * subr.el (x-popup-dialog): Update declaration.
223         * mail/rmail.el (rmail-mime-message-p):
224         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
226 2014-01-21  Daniel Colascione  <dancol@dancol.org>
228         * progmodes/sh-script.el (sh--inside-noncommand-expression):
229         Correctly detect when we're inside an arithmetic expansion form
230         containing nested parenthesis.
231         (sh--maybe-here-document): Use `sh--inside-noncommand-expression`
232         to detect cases where we shouldn't expand "<<" to a heredoc
233         skeleton.
235 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
238         (eldoc--message-command-p): New function.
239         (eldoc-display-message-p): Use it.
240         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
241         message is not automatically erased for us.
242         (eldoc-print-current-symbol-info): Erase previous message, if any.
244 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
246         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
247         specify it's an interactive function.
249         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
250         Fix regex used for scanning for citation keys which failed for
251         citations with optional arguments.
253 2014-01-21  Leo Liu  <sdl.web@gmail.com>
255         * simple.el (read--expression): Don't enable eldoc-mode.
257 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * simple.el (move-beginning-of-line): Make sure we don't move forward
260         (bug#16497).
262 2014-01-20  Juri Linkov  <juri@jurta.org>
264         * saveplace.el (toggle-save-place, save-place-to-alist)
265         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
266         'dired-mode) before checking for dired-directory.  (Bug#16477)
268 2014-01-20  Juri Linkov  <juri@jurta.org>
270         * indent.el (indent-line-to): Use backward-to-indentation
271         instead of back-to-indentation.  (Bug#16461)
273 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
275         Revert some of the CANNOT_DUMP fix (Bug#16494).
276         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
277         but fixing this can wait until after the next release.
278         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
280 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
282         * eshell/esh-mode.el (eshell-password-prompt-regexp):
283         Use `password-word-equivalents'.
284         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
285         to t.  (Bug#5664, Bug#13124)
287 2014-01-19  Alan Mackenzie  <acm@muc.de>
289         Bind open-paren-in-column-0-is-defun-start to nil at some entry
290         points.
291         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
292         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
293         * progmodes/cc-mode.el (c-before-change, c-after-change)
294         (c-font-lock-fontify-region): Bind it here.
296 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
298         * term.el (term-window-width): Call window-text-width instead of
299         window-width (Bug#16470).
301 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
303         * simple.el (password-word-equivalents): Remove duplicates.
304         Sort, to make this easier next time.
305         Downcase.  Omit ": " after "jelszó".
307 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
309         * term/common-win.el (saved-region-selection): Defvar it.
310         (x-select-text): Set saved-region-selection (Bug#16382).
312 2014-01-18  Glenn Morris  <rgm@gnu.org>
314         * emacs-lisp/authors.el (authors-aliases)
315         (authors-renamed-files-alist): Add some entries.
317 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
319         * net/tramp.el (tramp-password-prompt-regexp):
320         Use `password-word-equivalents' if available.
321         (tramp-action-password, tramp-process-one-action)
322         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
324 2014-01-17  Chong Yidong  <cyd@gnu.org>
326         * simple.el (password-word-equivalents): New defcustom.
327         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
328         to 24.4.
329         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
330         to t.  (Bug#13124)
332 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
334         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
335         (ruby-align-to-stmt-keywords): Change the default value.
336         Use `ruby-alignable-keywords' to generate the possible customization
337         choices.
338         (ruby-smie-rules): Instead of using a hardcoded list of alignable
339         keywords, check against the value of `ruby-alignable-keywords'
340         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
342 2014-01-17  Glenn Morris  <rgm@gnu.org>
344         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
346         Make M-x authors return zero *Authors Errors* from current logs.
347         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
348         (authors-ignored-files): Add some entries, remove others.
349         (authors-ambiguous-files, authors-valid-file-names):
350         Add some entries.
351         (authors-renamed-files-alist): Add, remove, and adjust entries.
352         (authors-renamed-files-regexps): Add some entries.
353         Remove some very broad ones.  Make some entries `lax'.
354         (authors-lax-changelogs): New constant.
355         (authors-disambiguate-file-name): Treat top-level specially.
356         (authors-lax-changelog-p): New function.
357         (authors-canonical-file-name): Check file as written against
358         authors-valid-file-names.  Do not special-case etc/.
359         Handle `lax' logs and authors-renamed-files-regexps elements.
361 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
363         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
364         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
365         callers.
367 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
370         Assume we're already in the proper buffer.
371         Inspired by Anders Lindgren <andlind@gmail.com>.
372         (follow-post-command-hook): Call it from the right buffer.
373         (follow-comint-scroll-to-bottom): Adjust call.
374         (follow-all-followers): Use get-buffer-window-list.
376 2014-01-15  Daniel Colascione  <dancol@dancol.org>
378         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
379         `buffer-file-name' in interactive-form so that we don't leave
380         pathless file names in `file-name-history'.
382 2014-01-15  Juri Linkov  <juri@jurta.org>
384         * indent.el (indent-rigidly): Set deactivate-mark to nil
385         in transient indentation mode.  (Bug#16438)
387 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
389         * emacs-lisp/package.el (package-desc-keywords): New function
390         (Bug#16222).
391         (describe-package-1, package-all-keywords)
392         (package--has-keyword-p): Use it.
394 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
396         * simple.el (define-alternatives): When creating the
397         COMMAND-alternatives variable, assign COMMAND as its definition
398         name so that `describe-variable' can relocate it.
400 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
402         * font-lock.el (font-lock-keywords): Fix typo in docstring
403         (bug#16307).
405 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
407         * ispell.el (ispell-region): Reset `in-comment' for new line
408         instead of wrongly reset `add-coment' (bug#13577).
410 2014-01-14  Daiki Ueno  <ueno@gnu.org>
412         * epa-file.el (epa-file-write-region): Encode the region according
413         to `buffer-file-format'.  Problem reported at:
414         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
416 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
418         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
419         so it applies in the right buffer (bug#16410).
421 2014-01-13  Daniel Colascione  <dancol@dancol.org>
423         * textmodes/rst.el (rst-define-key): Provide deprecated
424         keybindings through named functions instead of anonymous ones so
425         that "??" doesn't appear in describe-mode output.
427 2014-01-13  Bastien Guerry  <bzg@gnu.org>
429         * simple.el (define-alternatives): Call the selected command
430         interactively.  When setting `COMMAND--implementation' for the
431         first time, tell the user how to chose another implementation.
432         Enhance the docstring.
434 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
437         (log-edit--match-first-line): New function.
438         (log-edit-font-lock-keywords): Use it.
439         (log-edit-mode): Make jit-lock-defer-multiline work.
441 2014-01-13  Bastien Guerry  <bzg@gnu.org>
443         * rect.el (rectangle-mark-mode): When the region is not active,
444         display a message saying that the mark as been set and that
445         rectangle mode is in use.
446         (rectangle--highlight-for-redisplay): Only put an overlay with a
447         visible vertical bar when (display-graphic-p) is non-nil.
448         This partially fixes Bug#16403.
450 2014-01-13  Juri Linkov  <juri@jurta.org>
452         * info.el (Info-find-file): Go to DIR before displaying the error
453         about a nonexistent file if no previous Info file is visited.
454         Use `user-error' instead of `error' for "Info file %s does not exist".
455         (Info-find-node-2): In case of a nonexistent node in unwind forms
456         go to the Top node if there is no previous node to revert to.
457         (Bug#16405)
459 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
461         fit-frame/window-to-buffer code fixes including one for Bug#14096.
462         * window.el (fit-frame-to-buffer): Fix doc-string.
463         Respect window-min-height/-width.  Fit pixelwise when
464         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
465         when avoiding that frame goes partially off-screen.
466         (fit-window-to-buffer): Respect window-min-height/-width
467         (Bug#14096).
469 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
471         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
472         after an empty line.
474 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * net/shr.el (shr-render-region): Autoload.
478 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
480         * net/eww.el (eww-download-directory): Rename from
481         `eww-download-path' (Bug#16419).
483 2014-01-12  Leo Liu  <sdl.web@gmail.com>
485         * dired-x.el (dired-mode-map): Fix last change.
487         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
489 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
491         Spelling fixes.
492         * emacs-lisp/generic.el (generic--normalize-comments):
493         Rename from generic--normalise-comments.  All uses changed.
494         * play/bubbles.el (bubbles--neighborhood-score):
495         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
496         (bubbles--neighborhood-available)
497         (bubbles--update-neighborhood-score):
498         Rename from names with 'neighbourhood'.  All uses changed.
500 2014-01-12  Leo Liu  <sdl.web@gmail.com>
502         Re-implement the feature of showing eldoc info after editing.
503         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
504         (eldoc-edit-message-commands): New function.
505         (eldoc-print-after-edit): New variable.
506         (eldoc-pre-command-refresh-echo-area): Emit message only by
507         eldoc-message-commands.
508         (eldoc-mode): Restrict eldoc-message-commands to editing commands
509         if eldoc-print-after-edit is set.  (Bug#16346)
510         * simple.el (read--expression): Enable eldoc-mode.
511         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
513 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
514             Eric S. Raymond  <esr@thyrsus.com>
516         * version.el (emacs-repository-get-version): Enhance so the
517         function works correctly in either a Bazaar or Git repo.
519 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
521         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
522         Goes with removal of the joke manpages from /etc.
524 2014-01-10  K. Handa  <handa@gnu.org>
526         * mail/rmail.el (rmail-get-coding-system):
527         Check rmail-get-coding-function before "funcall"ing it.
529 2014-01-10  Glenn Morris  <rgm@gnu.org>
531         * emacs-lisp/authors.el (authors-fixed-entries):
532         Update for files that no longer exist.
534 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
536         * version.el (emacs-bzr-get-version): Restore compatibilty with
537         24.3 (Tested).
539 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
541         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
542         and Podfile.
544 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
546         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
548 2014-01-10  Chong Yidong  <cyd@gnu.org>
550         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
552 2014-01-10  Anders Lindgren  <andlind@gmail.com>
554         * follow.el (follow-cache-command-list): Include right-char and
555         left-char.
557 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
559         Spelling fixes.
560         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
561         * woman.el (woman-mark-horizontal-position):
562         Rename from woman-mark-horizonal-position.  Use changed.
564 2014-01-10  Glenn Morris  <rgm@gnu.org>
566         * info.el (info-initialize): If running uninstalled, ensure our
567         own info files are always found first, even if INFOPATH is set.
569         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
571 2014-01-09  David Engster  <deng@randomsample.de>
573         * emacs-lisp/eieio-custom.el:
574         * emacs-lisp/eieio-opt.el: Set generated autoload file to
575         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
576         * emacs-lisp/eieio.el: Regenerate autoloads.
578 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
580         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
581         following renames.  (Bug#8756)
583 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
585         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
586         (bug#16382).
587         (activate-mark): Add `no-tmm' argument.
588         (set-mark, push-mark-command): Use it instead of running
589         activate-mark-hook by hand.
591 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
593         In preparation for the move to git, sanitize out some
594         Bazaar-specific names.
596         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
598         * version.el (emacs-bzr-version): Name changed to
599         emacs-repository-version.  Obsolete-variable alias made.
600         * loadup.el: Follow through on this name change.
601         * mail/emacsbug.el (report-emacs-bug): Factor out any
602         assumption about the version control system in use.
604 2014-01-08  David Engster  <deng@randomsample.de>
606         * help-fns.el (help-fns-describe-function-functions):
607         New variable to call functions for augmenting help buffers.
608         (describe-function-1): Remove explicit calls to
609         `help-fns--compiler-macro', `help-fns--parent-mode' and
610         `help-fns--obsolete'.  Put them in above new variable instead, and
611         call them through `run-hook-with-args'.
612         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
613         `eieio-describe-class'.  Not meant for interactive use anymore,
614         but to augment existing help buffers.  Remove optional second
615         argument.  Create proper button for file location.
616         Rewrite function to use `insert' instead of `princ' and `prin1' where
617         possible.
618         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
619         (eieio-method-def, eieio-class-def): Move further up.
620         (describe-method, describe-generic, eieio-describe-method):
621         Remove aliases.
622         (eieio-help-constructor, eieio-help-generic): Rename from
623         `eieio-describe-constructor' and `eieio-describe-generic', resp.
624         Rewrite to use `insert' in the current buffer and use proper help
625         buttons.
626         (eieio-help-find-method-definition)
627         (eieio-help-find-class-definition): Also accept symbols as
628         arguments.
629         (eieio-help-mode-augmentation-maybee): Remove.
630         (eieio-describe-class-sb): Use `describe-function'.
631         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
632         Add `eieio-help-generic' and `eieio-help-constructor'.
634 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
636         Spelling fixes.
637         * language/china-util.el (hz-ascii-designation):
638         Rename from hz-ascii-designnation.
639         (hz-ascii-designation): Rename from hz-ascii-designnation.
640         All uses changed.
642 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
645         package-alist.
647 2014-01-08  Bastien Guerry  <bzg@gnu.org>
649         * emacs-lisp/package.el (package-delete):
650         Correctly delete the package from package-alist.
652 2014-01-08  Daiki Ueno  <ueno@gnu.org>
654         * emacs-lisp/package.el (url-recreate-url): Declare.
655         (url-http-target-url): Declare.
656         (package-handle-response): Include requested URL in the error message.
657         (package--check-signature): Don't re-signal errors from
658         package--with-work-buffer.  Suggested by Stefan Monnier.
660 2014-01-07  Bastien Guerry  <bzg@gnu.org>
662         * minibuffer.el (completion--try-word-completion): When both a
663         hyphen and a space are possible candidates for the character
664         following a word, display both candidates.  (Bug#15980)
666 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
668         * window.el (balance-windows-2): While rounding don't give a
669         window more than the remainder.  Bug#16351, Bug#16383.
671 2014-01-07  Glenn Morris  <rgm@gnu.org>
673         * menu-bar.el (menu-bar-help-extra-packages): Remove.
674         (menu-bar-help-menu): Use view-external-packages instead.
676 2014-01-07  Bastien Guerry  <bzg@gnu.org>
678         * emacs-lisp/package.el (package-delete): Also delete the package
679         name from `package-alist', not its description only.
681 2014-01-07  Glenn Morris  <rgm@gnu.org>
683         * help.el (view-external-packages):
684         * menu-bar.el (menu-bar-help-extra-packages):
685         Visit efaq.info rather than etc/MORE.STUFF.
687 2014-01-07  Juri Linkov  <juri@jurta.org>
689         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
690         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
692         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
693         that shadows RET.  (Bug#16342)
695 2014-01-07  Chong Yidong  <cyd@gnu.org>
697         * isearch.el (isearch-yank-char, isearch-yank-word)
698         (isearch-yank-line): Doc fix.
700 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
702         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
703         * emacs-lisp/elint.el (elint-find-builtins):
704         * emacs-lisp/eldoc.el (eldoc-symbol-function):
705         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
706         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
707         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
708         * apropos.el (apropos-safe-documentation):
709         * subr.el (symbol-file): Remove redundant fboundp.
710         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
712 2014-01-06  Bastien Guerry  <bzg@gnu.org>
714         * hl-line.el (global-hl-line-overlay): Make a local variable.
715         (global-hl-line-overlays): New variable to store all overlays.
716         (global-hl-line-mode): Don't delete overlays from the current
717         buffer when `global-hl-line-sticky-flag' is non-nil.
718         (global-hl-line-highlight): Add new overlays to
719         `global-hl-line-overlays'.
720         (global-hl-line-unhighlight-all): New function to delete all
721         overlays when turning off `global-hl-line-mode'.
722         This fixes Bug#16183.
724 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * subr.el (set-transient-map): Fix nested case and docstring.
728 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
730         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
731         `Texinfo' entry.
733 2014-01-06  Daniel Colascione  <dancol@dancol.org>
735         Fix defun navigation in vc log view.
737         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
738         like `beginning-of-defun'.
739         (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
740         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
741         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
742         (log-view-extract-comment): Call `log-view-current-entry' directly
743         instead of relying on broken `log-view-beginning-of-defun' behavior.
745 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
747         Spelling fixes.
748         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
749         * emacs-lisp/debug.el (cancel-debug-on-entry):
750         * epg.el (epg-error-to-string):
751         * files.el (recover-file):
752         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
753         * mail/emacsbug.el (report-emacs-bug-hook):
754         * mail/sendmail.el (mail-recover):
755         * ses.el (ses-yank-resize):
756         * term/ns-win.el (ns-print-buffer):
757         Spelling fixes in diagnostics, mostly for "canceled" with one L.
758         * epg.el (epg-key-capability-alist): Rename from misspelled version.
759         All uses changed.
760         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
762 2014-01-06  Leo Liu  <sdl.web@gmail.com>
764         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
765         to avoid shadowing global key.  (Bug#16354)
767 2014-01-06  Daniel Colascione  <dancol@dancol.org>
769         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
770         rst-mode.
772 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
774         * window.el (balance-windows): Add mising t to fix Bug#16351.
776 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
779         (bug#16285).
780         (shr-insert): If we have a word that's longer than `shr-width',
781         break after it anyway.  Otherwise we'll do no breaking once we get
782         such a long word.
784 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
786         * net/eww.el (eww): Support single/double quote for search.
787         * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
788         (eww-history-quit): Delete and use quit-window.
789         (eww-history-kill): Delete, because it doesn't work well and
790         not necessary.
791         (eww-history-mode-map): Delete some keys and add easy-menu.
793 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
795         Fix misspelling of 'chinese' in rx (Bug#16237).
796         * emacs-lisp/rx.el (rx-categories): Correct spelling of
797         chinese-two-byte.
799         Change subword regexps back to vars (Bug#16296).
800         * progmodes/subword.el (subword-forward-regexp)
801         (subword-backward-regexp): Change these back to variables.
803 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
806         syntax-begin-function (bug#16247).
808 2014-01-03  Chong Yidong  <cyd@gnu.org>
810         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
811         (advice--docstring): Delete variable.
812         (advice--make-1): Leave the docstring empty.
813         (advice-add): Use function-documentation for advised docstring.
815         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
816         Ignore function-documentation property when getting documentation.
817         (ad-activate-advised-definition): Use function-documentation
818         generate the docstring.
819         (ad-make-advised-definition): Don't call
820         ad-make-advised-definition-docstring.
821         (ad-make-advised-definition-docstring, ad-advised-definition-p):
822         Delete functions.
824         * progmodes/sql.el (sql-help): Use function-documentation instead
825         of dynamic-docstring-function property.  No need to autoload now.
826         (sql--help-docstring): New variable.
827         (sql--make-help-docstring): Use it.
829 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
831         * ielm.el (ielm-tab): Retarget.
832         (ielm-map): Use ielm-tab for tab.
833         (ielm-complete-filename): Use comint-filename-completion.
834         (ielm-complete-symbol): Remove.
835         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
836         remove ielm-tab from completion-at-point-functions (bug#16224).
838         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
839         Beware signals raised by predicates (bug#16201).
841 2014-01-02  Richard Stallman  <rms@gnu.org>
843         * dired-aux.el (dired-do-print): Handle printer-name.
845         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
846         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
847         (rmail-epa-decrypt): Turn off mime processing.
849         * mail/rmail.el (rmail-make-in-reply-to-field):
850         Add parens in message-id.
852         * mail/rmail.el (rmail-get-coding-function): Variable.
853         (rmail-get-coding-system): Use it.
855 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
857         * international/mule-conf.el: Unify the charset indian-is13194.
858         (indian-is13194): Specify unify-map.
860 2013-12-31  Leo Liu  <sdl.web@gmail.com>
862         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
864 2013-12-30  Daniel Colascione  <dancol@dancol.org>
866         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
867         of printing a useless when we resume from sleep.
869         * progmodes/sh-script.el
870         (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
871         in indentation code.  (Bug#16233)
873 2013-12-28  João Távora  <joaotavora@gmail.com>
875         * elec-pair.el (electric-pair-post-self-insert-function):
876         Don't open extra newlines at beginning of buffer.  (Bug#16272)
878 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
880         * frame.el (window-system-for-display): Don't allow to create a
881         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
883 2013-12-28  Glenn Morris  <rgm@gnu.org>
885         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
886         Update callers.
888         * apropos.el (apropos-match-face):
889         * calculator.el (calculator-displayer):
890         * dabbrev.el (dabbrev-search-these-buffers-only):
891         * face-remap.el (buffer-face-mode-face):
892         * simple.el (yank-handled-properties):
893         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
894         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
895         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
896         (hashcash-double-spend-database):
897         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
898         (ruby-deep-indent-paren-style):
899         * textmodes/flyspell.el (flyspell-auto-correct-binding):
900         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
901         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
902         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
903         Specify custom types.
905         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
906         * bookmark.el (bookmark-bmenu-use-header-line):
907         * doc-view.el (doc-view-scale-internally):
908         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
909         * register.el (register-preview-delay):
910         * net/shr.el (shr-bullet):
911         * progmodes/cfengine.el (cfengine-cf-promises)
912         (cfengine-parameters-indent):
913         * progmodes/octave.el (inferior-octave-error-regexp-alist):
914         * textmodes/reftex-vars.el (reftex-label-regexps):
915         * vc/log-edit.el (log-edit-setup-add-author): Add version.
917         * net/tls.el (tls-certtool-program): Fix default value.
919         * desktop.el (desktop-restore-in-current-display):
920         * newcomment.el (comment-empty-lines):
921         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
922         (idlwave-pad-keyword):
923         * progmodes/tcl.el (tcl-tab-always-indent):
924         * textmodes/reftex-vars.el (reftex-index-default-tag):
925         * elec-pair.el (electric-pair-skip-whitespace):
926         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
928         * emacs-lisp/authors.el (authors-ignored-files)
929         (authors-valid-file-names, authors-renamed-files-alist): Additions.
931 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
933         * shell.el (shell-dynamic-complete-command): Doc fix.
934         (shell--command-completion-data): Shell completion now matches
935         executable filenames from the current buffer's directory, on
936         systems in which this behavior is the default (windows-nt, ms-dos).
938 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
940         * net/shr.el (shr-insert): Don't infloop if the width is zero.
942 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
944         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
945         (bug#16251).
947         * electric.el: Move all electric-pair-* to elec-pair.el.
948         * elec-pair.el: New file, split from electric.el.
950 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
952         * net/shr.el (shr-find-fill-point): Don't try to fill if the
953         indentation level is larger than the width, because that will
954         infloop.
955         (shr-insert): Fill repeatedly long texts, so that Japanese is
956         formatted correctly (bug#16263).
957         (shr-find-fill-point): Off by one error in comparison with the
958         indentation.
960 2013-12-26  João Távora  <joaotavora@gmail.com>
962         * electric.el (electric-pair-mode): More flexible engine for skip-
963         and inhibit predicates, new options for pairing-related functionality.
964         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
965         if that keeps or improves their balance in buffers.
966         (electric-pair-delete-adjacent-pairs): Delete the pair when
967         backspacing over adjacent matched delimiters.
968         (electric-pair-open-extra-newline): Open extra newline when
969         inserting newlines between adjacent matched delimiters.
970         (electric--sort-post-self-insertion-hook):
971         Sort post-self-insert-hook according to priority values when
972         minor-modes are activated.
973         * simple.el (newline-and-indent): Call newline with interactive
974         set to t.
975         (blink-paren-post-self-insert-function): Set priority to 100.
976         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
977         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
978         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
979         electric-pair-open-newline-between-pairs to nil.
981 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
983         * progmodes/python.el: Use lexical-binding.
984         (python-nav-beginning-of-defun): Stop searching ASAP.
986 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
988         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
989         Fix interactive spec.  Doc fix.  (Bug#15754)
991 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
993         * emacs-lisp/byte-run.el (eval-when-compile):
994         * progmodes/cc-defs.el (cc-eval-when-compile):
995         Fix edebug spec (bug#16184).
997 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
999         * net/shr.el (shr-visit-file): Remove debugging function.
1000         (shr-insert): Don't infloop if we can't find a good place to break
1001         the line (bug#16256).
1003 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1005         * progmodes/python.el:
1006         (python-nav--lisp-forward-sexp): New function.
1007         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
1008         python-nav-lisp-forward-sexp-safe.
1009         (python-nav--forward-sexp): New argument SAFE allows switching
1010         forward sexp movement behavior for parens.
1011         (python-nav-forward-sexp): Throw errors on unterminated parens
1012         (Bug#16191).
1013         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
1014         (python-nav-backward-sexp-safe): New functions.
1015         (python-shell-buffer-substring):
1016         Use `python-nav-forward-sexp-safe'.
1018 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1020         * net/shr.el (shr-find-fill-point): Don't break lines before a
1021         quotation mark.
1022         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
1023         (shr-find-fill-point): Remove the special checks for the quotation
1024         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
1026 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1028         * net/eww.el (eww-form-textarea): Use a different face for
1029         textareas than text input since they have different keymaps
1030         (bug#16142).
1032 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1034         * progmodes/python.el (python-nav-beginning-of-statement):
1035         Speed up (Bug#15295).
1037 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1039         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
1040         the window configuration.
1042 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
1044         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
1045         we run on MS-Windows or MS-DOS.
1047 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
1049         * window.el (balance-windows-area): Call window-size instead of
1050         window-height and window-width.  Bug#16241.
1052 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1054         * net/eww.el (eww-bookmark-quit): Remove.
1055         (eww-bookmark-browse): Restore the window configuration when you
1056         choose a bookmark (bug#16144).
1058 2013-12-24  Daniel Colascione  <dancol@dancol.org>
1060         * icomplete.el: Remove redundant :group arguments to `defcustom'
1061         throughout.
1062         (icomplete-show-matches-on-no-input): New customizable variable.
1063         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
1064         we have something to show.
1065         (icomplete-exhibit): Compute completions even if we have no user input.
1067 2013-12-23  Daniel Colascione  <dancol@dancol.org>
1069         * icomplete.el: Move `provide' to end of file.
1071 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
1073         * net/gnutls.el (gnutls-verify-error): Add version tag.
1075 2013-12-23  Chong Yidong  <cyd@gnu.org>
1077         * subr.el (set-transient-map): Rename from
1078         set-temporary-overlay-map.  Doc fix.
1080         * face-remap.el (text-scale-adjust):
1081         * indent.el (indent-rigidly):
1082         * kmacro.el (kmacro-call-macro):
1083         * minibuffer.el (minibuffer-force-complete):
1084         * repeat.el (repeat):
1085         * simple.el (universal-argument--mode):
1086         * calendar/todo-mode.el (todo-insert-item--next-param):
1087         * progmodes/f90.el (f90-abbrev-start): Callers changed.
1089         * indent.el (indent-rigidly): Use substitute-command-keys.
1091 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1093         * net/eww.el (eww-tag-select): Add text-property to jump to next
1094         select field.
1095         (eww): Add non-supported ftp error.
1097 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1099         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
1100         comments.  Handle electric indent after typing `?' and `!'.
1102 2013-12-22  Chong Yidong  <cyd@gnu.org>
1104         * faces.el (face-spec-recalc): If the theme specs are not
1105         applicable to a frame, fall back on the defface spec.
1106         This prevents themes from obliterating faces on low-color terminals.
1108 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1110         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1111         after `{'.  We need it after block openers, and it doesn't seem
1112         to hurt after hash openers.
1114 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1116         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
1117         extracted from `ruby-smie-rules'.
1118         (ruby--electric-indent-chars): New variable.
1119         (ruby--electric-indent-p): New function.
1120         (ruby-mode): Use `electric-indent-functions' instead of
1121         `electric-indent-chars'.
1123 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
1125         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
1126         docstring.
1127         (ruby-smie-rules): Indent plus one level after `=>'.
1129 2013-12-21  Richard Stallman  <rms@gnu.org>
1131         * simple.el (newline): Doc fix.
1133 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1135         * net/eww.el (eww-list-histories, eww-list-histories)
1136         (eww-history-browse, eww-history-quit, eww-history-kill)
1137         (eww-history-mode-map, eww-history-mode): New command and
1138         functions to list browser histories.
1139         (eww-form-text): Support text form with disabled
1140         and readonly attributes.
1141         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
1143 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1145         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
1146         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
1147         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
1148         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
1149         Use `user-error'.
1150         (eww-bookmark-mode-map): Add menu.
1151         (eww-render, eww-mode): Use `setq-local'.
1152         (eww-tool-bar-map): New variable.
1153         (eww-mode): Set `tool-bar-map'.
1154         (eww-view-source): Check for `html-mode' with `fboundp'.
1156 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158         * net/shr.el (shr--extract-best-source): Don't bug out on audio
1159         elements with text inside.  Also remove debugging.
1161 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
1163         * cus-start.el (all): Add ns-use-srgb-colorspace.
1165 2013-12-21  Chong Yidong  <cyd@gnu.org>
1167         * custom.el (custom-theme-recalc-face): Do nothing if the face is
1168         undefined.  Thus, theme settings for undefined faces do not take
1169         effect until the faces are defined with defface, the same as with
1170         theme variables.
1172         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
1173         (face-spec-reset-face): Don't assign extra properties in temacs.
1174         (face-spec-recalc): Apply X resources too.
1176 2013-12-21  Chong Yidong  <cyd@gnu.org>
1178         * faces.el (face-spec-set):
1179         * cus-face.el (custom-theme-set-faces, custom-set-faces):
1180         * custom.el (defface): Doc fixes (Bug#16203).
1182         * indent.el (indent-rigidly-map): Add docstring, and move commands
1183         into named functions.
1184         (indent-rigidly-left, indent-rigidly-right)
1185         (indent-rigidly-left-to-tab-stop)
1186         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
1187         indentation direction based on bidi direction, and accumulate
1188         sequential commands in a single undo boundary.
1189         (indent-rigidly--pop-undo): New utility function.
1191 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
1193         * faces.el (read-face-name): Require crm.el when using crm-separator.
1195 2013-12-20  Daniel Colascione  <dancol@dancol.org>
1197         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
1198         so that we don't reflow comments into the shebang line.
1200 2013-12-20  Juri Linkov  <juri@jurta.org>
1202         * saveplace.el (save-place-to-alist): Add `dired-filename' as
1203         a position when `dired-directory' is non-nil.  Check integer
1204         positions with `integerp'.
1205         (toggle-save-place, save-places-to-alist): Add check for
1206         `dired-directory'.
1207         (save-place-find-file-hook): Check integer positions with
1208         `integerp'.
1209         (save-place-dired-hook): Use `dired-goto-file' when
1210         `dired-filename' is found in the assoc list.  Check integer
1211         positions with `integerp'.
1212         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
1214         * dired.el (dired-initial-position-hook): Rename back from
1215         `dired-initial-point-hook'.
1216         (dired-initial-position): Rename `dired-initial-point-hook' to
1217         `dired-initial-position-hook'.
1218         (dired-file-name-at-point): Doc fix.  (Bug#15329)
1220 2013-12-20  Juri Linkov  <juri@jurta.org>
1222         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
1223         (read-regexp-suggestions): New function.
1224         (read-regexp): Use `read-regexp-defaults-function' to get default values.
1225         Use `read-regexp-suggestions'.  Add non-empty default to history
1226         for empty input.
1227         (occur-read-regexp-defaults-function): Remove function.
1228         (occur-read-primary-args): Use `regexp-history-last' instead of
1229         `occur-read-regexp-defaults-function'.
1231         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
1232         (hi-lock-line-face-buffer, hi-lock-face-buffer)
1233         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
1234         `hi-lock-read-regexp-defaults-function'.  Doc fix.
1235         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
1236         with `find-tag-default-as-symbol-regexp'.  Doc fix.
1237         (hi-lock-read-regexp-defaults): Remove function.
1238         (hi-lock-regexp-okay): Add check for null.
1240         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
1241         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
1243         * subr.el (find-tag-default-as-symbol-regexp): New function.
1244         (find-tag-default-as-regexp): Move symbol regexp formatting to
1245         `find-tag-default-as-symbol-regexp'.
1247 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
1249         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
1250         (Bug#14179)
1252 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1254         * calendar/todo-mode.el: New implementation of item insertion
1255         commands and key bindings.
1256         (todo-key-prompt): New face.
1257         (todo-insert-item): New command.
1258         (todo-insert-item--parameters): New defconst, replacing defvar
1259         todo-insertion-commands-args-genlist.
1260         (todo-insert-item--param-key-alist): New defconst, replacing
1261         defvar todo-insertion-commands-arg-key-list.
1262         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
1263         (todo-insert-item--argsleft, todo-insert-item--apply-args)
1264         (todo-insert-item--next-param): New functions.
1265         (todo-insert-item--args, todo-insert-item--argleft)
1266         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
1267         New variables.
1268         (todo-key-bindings-t): Change binding of "i" from
1269         todo-insertion-map to todo-insert-item.
1270         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
1271         (todo-insertion-command-name, todo-insertion-commands-names)
1272         (todo-define-insertion-command, todo-insertion-commands)
1273         (todo-insertion-key-bindings, todo-insertion-map): Remove.
1275 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
1277         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
1278         (todo-toggle-item-highlighting): Use eval-and-compile instead of
1279         eval-when-compile.
1280         (todo-move-category): Allow choosing a non-existing todo file to
1281         move the category to, and create that file.
1282         (todo-default-priority): New user option.
1283         (todo-set-item-priority): Use it.
1284         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
1285         (desktop-restore-file-buffer): Declare.
1286         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
1287         (todo-modes-set-2): Locally set desktop-save-buffer to
1288         todo-desktop-save-buffer.
1289         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
1290         (auto-mode-alist): Add autoload cookie.
1292 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
1294         * emacs-lisp/subr-x.el: Renamed from helpers.el.
1295         helpers.el was a poor choice of name.
1296         (string-remove-prefix): New function.
1297         (string-remove-suffix): New function.
1299 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
1301         Fix assignment for new window total sizes.
1302         * window.el (window--pixel-to-size): Remove function.
1303         (window--pixel-to-total-1, window--pixel-to-total):
1304         Fix calculation of new total sizes.
1306 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
1308         * comint.el (comint-output-filter): Fix rear-nonsticky property
1309         placement (Bug#16010).
1311 2013-12-20  Chong Yidong  <cyd@gnu.org>
1313         * faces.el (read-color): Minor fix for completion function.
1315 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
1317         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
1318         New option.  (Bug#16182)
1319         (ruby-smie--indent-to-stmt-p): Use it.
1320         (ruby-smie-rules): Revert the logic in the handling of `when'.
1321         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
1322         (ruby-deep-arglist, ruby-deep-indent-paren)
1323         (ruby-deep-indent-paren-style): Update docstrings to note that the
1324         vars don't have any effect with SMIE.
1326 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
1328         * calc/calc.el (calc-enter, calc-pop): Use the variable
1329         `calc-context-sensitive-enter'.
1331 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333         * net/shr.el (shr-insert): Protect against infloops in degenerate
1334         tables.
1336 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1338         * progmodes/octave.el (octave): Add link to manual and octave
1339         homepage.
1340         (octave-mode-menu): Link to octave-mode manual.
1342 2013-12-20  Leo Liu  <sdl.web@gmail.com>
1344         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
1345         insertion using skeleton-end-newline.  (Bug#16138)
1347 2013-12-20  Juri Linkov  <juri@jurta.org>
1349         * replace.el (occur-engine): Use `add-face-text-property'
1350         to add the face property to matches and titles.  (Bug#14645)
1352         * hi-lock.el (hi-green): Use lighter color "light green" closer to
1353         the palette of other hi-lock colors.
1354         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
1356 2013-12-19  Juri Linkov  <juri@jurta.org>
1358         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
1359         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
1360         (minibuffer-history-symbol): Move variable declaration closer to
1361         its usage.
1363         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
1364         (Bug#14785)
1366 2013-12-19  Juri Linkov  <juri@jurta.org>
1368         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1369         New function.
1370         (log-edit-hook): Add it to :options.  (Bug#16170)
1372 2013-12-19  Juri Linkov  <juri@jurta.org>
1374         * simple.el (eval-expression-print-format): Don't check for
1375         command names and the last command.  Always display additional
1376         formats of the integer result in the echo area, and insert them
1377         to the current buffer only with a zero prefix arg.
1378         Display character when char-displayable-p is non-nil.
1379         (eval-expression): With a zero prefix arg, set `print-length' and
1380         `print-level' to nil, and insert the integer values from
1381         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
1383         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1384         `eval-last-sexp-arg-internal'.  Doc fix.
1385         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1386         `eval-last-sexp-print-value'.  Doc fix.
1387         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1388         Set `print-length' and `print-level' to nil when arg is zero.
1389         (eval-last-sexp): Doc fix.
1390         (eval-defun-2): Print the integer values from
1391         `eval-expression-print-format' at the end.
1393         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1394         values from `eval-expression-print-format' at the end.
1396         * ielm.el (ielm-eval-input): Print the integer
1397         values from `eval-expression-print-format' at the end.
1399 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1401         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1402         2013-12-11T19:01:44Z!tzz@lifelogs.com.
1404 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
1407         (hl-line-highlight, global-hl-line-highlight): Use it.
1408         (hl-line-overlay): Use defvar-local.
1410 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
1412         * term/ns-win.el: Require dnd.
1413         (global-map): Remove drag items.
1414         (ns-insert-text, ns-set-foreground-at-mouse)
1415         (ns-set-background-at-mouse):
1416         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1417         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1418         New functions.
1420 2013-12-19  Glenn Morris  <rgm@gnu.org>
1422         * emacs-lisp/ert.el (ert-select-tests):
1423         Fix string/symbol mixup.  (Bug#16121)
1425 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1427         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1428         keywords to their parent.
1430 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1432         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1433         first arg to be a string (fixed dead code), or an operator symbol.
1434         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1435         operator symbols.
1436         (ruby-smie-rules): Remove parent token check in the `.' clause, it
1437         did nothing.  Don't respond to `(:after ".")', it will be called
1438         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
1439         change anything.  Only return indentation for binary operators
1440         when they are hanging.  De-dent opening paren when its parent is
1441         `.', otherwise it looks bad when the dot is not at bol or eol
1442         (bug#16182).
1444 2013-12-19  Juri Linkov  <juri@jurta.org>
1446         * replace.el (query-replace-read-args): Split a non-negative arg
1447         and a negative arg into separate elements.
1448         (query-replace, query-replace-regexp, replace-string)
1449         (replace-regexp): Add arg `backward'.  Doc fix.
1450         (replace-match-maybe-edit): When new arg `backward' is non-nil,
1451         move point to the beginning of the match.
1452         (replace-search, replace-highlight): Use new arg `backward'
1453         to set the value of `isearch-forward'.
1454         (perform-replace): Add arg `backward' and use it to perform
1455         replacement backward.  (Bug#14979)
1457         * isearch.el (isearch-query-replace): Use a negative prefix arg
1458         to call `perform-replace' with a non-nil arg `backward'.
1460 2013-12-18  Juri Linkov  <juri@jurta.org>
1462         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1463         to the default list.  Move `log-edit-show-files' to the end.
1464         Add more available functions to options.
1465         (log-edit): Move default specific settings to
1466         `log-edit-insert-message-template'.  Don't move point.
1467         (log-edit-insert-message-template): New function.
1468         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1469         (Bug#16170)
1471 2013-12-18  Juri Linkov  <juri@jurta.org>
1473         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1474         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
1476 2013-12-18  Leo Liu  <sdl.web@gmail.com>
1478         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1479         (Bug#16186)
1481 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
1483         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1484         formats for displaying file sizes when the -s switch is given.
1485         Instead, compute a separate format for displaying the size in
1486         blocks, which is displayed in addition to the "regular" size.
1487         When -h is given in addition to -s, produce size in blocks in
1488         human-readable form as well.  (Bug#16179)
1490 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
1492         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1493         Reference tables with ~\ref{...} instead of only \ref{...}.
1495 2013-12-18  Chong Yidong  <cyd@gnu.org>
1497         * cus-edit.el (custom-magic-alist): Fix "themed" description
1498         (Bug#14348).
1500         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1501         is non-nil, do not create a new entry in the symbol's theme-value
1502         or theme-face property; update theme-settings only (Bug#14664).
1503         (custom-available-themes): Doc fix.
1505         * cus-theme.el (custom-new-theme-mode-map): Add bindings
1506         (Bug#15674).
1508         * replace.el (occur-engine): Avoid infloop (Bug#7593).
1510 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1512         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1513         (Bug#13914).
1515 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1517         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1519 2013-12-18  Glenn Morris  <rgm@gnu.org>
1521         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1522         * cus-start.el (load-prefer-newer): New option.
1524 2013-12-18  Le Wang  <l26wang@gmail.com>
1526         * comint.el (comint-previous-matching-input-from-input):
1527         Retain point (Bug#13404).
1529 2013-12-18  Chong Yidong  <cyd@gnu.org>
1531         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1533 2013-12-18  Glenn Morris  <rgm@gnu.org>
1535         * mail/emacsbug.el (report-emacs-bug):
1536         Only mention enable-multibyte-characters if non-standard.
1538 2013-12-17  Juri Linkov  <juri@jurta.org>
1540         * arc-mode.el (archive-extract-by-file): Check if directory exists
1541         before deletion to not show irrelevant errors if it doesn't exist.
1543 2013-12-17  Juri Linkov  <juri@jurta.org>
1545         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1546         (Bug#14751)
1548         * net/eww.el (browse-web): Add alias to `eww'.
1549         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1550         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
1552         * net/browse-url.el (browse-url-browser-function): Move `eww'
1553         closer to similar functions.
1555         * startup.el (fancy-startup-screen, fancy-about-screen):
1556         Set browse-url-browser-function to eww-browse-url locally.
1557         (Bug#14751)
1559 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1561         * window.el (window--pixel-to-total): Remove unused `mini' var.
1562         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1563         (split-window): Remove unused `new' var.
1564         (window--display-buffer): Remove unused `frame' and `delta' vars.
1565         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1566         and display-width'.
1568 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
1570         * dired.el (dired-mark-pop-up):
1571         * register.el (register-preview): Don't bind
1572         split-height-threshold here since it's now done in
1573         display-buffer-below-selected.
1575 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
1577         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1578         xterm-rgb-convert-to-16bit.
1579         (rxvt-register-default-colors): Standardize with
1580         xterm-register-default-colors (Bug#14078).
1582 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1584         * simple.el (kill-region): Pass mark first, then point, so that
1585         kill-append works right (Bug#12819).
1586         (copy-region-as-kill, kill-ring-save): Likewise.
1588 2013-12-17  Leo Liu  <sdl.web@gmail.com>
1590         * net/rcirc.el (rcirc-add-face):
1591         * eshell/em-prompt.el (eshell-emit-prompt):
1592         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1593         (Bug#16167)
1595 2013-12-17  Chong Yidong  <cyd@gnu.org>
1597         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1598         Suggested by Xue Fuqiao.
1600 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1602         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1604 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * net/shr.el (shr-insert-document): Remove unused var
1607         `shr-preliminary-table-render'.
1608         (shr-rescale-image): Remove unused arg `force'.
1609         (shr-put-image): Update calls accordingly.
1610         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1612 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1614         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1615         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1616         :close-all, to see which indentation method to use (Bug#16116).
1617         (smie-rules-function): Document the method :close-all.
1619 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1623         * net/eww.el (eww-display-html): If we can't find the anchor we're
1624         looking for, then go to point-min.
1626 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1628         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1629         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1630         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1631         Expand dir too, in case it's relative.
1633 2013-12-16  Juri Linkov  <juri@jurta.org>
1635         * desktop.el (desktop-auto-save-timeout): Change default to
1636         `auto-save-timeout'.  Doc fix.
1637         (desktop-save): Skip the timestamp in desktop-saved-frameset
1638         when checking for auto-save changes.
1639         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1640         `desktop-auto-save' is called repeatedly by the idle timer.
1641         (desktop-auto-save-set-timer): Replace `run-with-timer' with
1642         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
1643         (Bug#15331)
1645 2013-12-16  Juri Linkov  <juri@jurta.org>
1647         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1648         (Bug#16035)
1649         (isearch-pre-command-hook): Check `this-command' for symbolp.
1651 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1655 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
1657         * progmodes/cfengine.el (cfengine3--current-word): Remove.
1658         (cfengine3--current-function): Bring in the current-function
1659         functionality from `cfengine3--current-word'.
1660         (cfengine3-completion-function): Bring in the
1661         bounds-of-current-word functionality from
1662         `cfengine3--current-word'.
1664 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
1666         * window.el (display-buffer-below-selected):
1667         Bind split-height-threshold to 0 as suggested by Juri Linkov.
1669 2013-12-16  Leo Liu  <sdl.web@gmail.com>
1671         * progmodes/compile.el (compile-goto-error): Do not push-mark.
1672         Remove NOMSG arg and all uses changed.
1674 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1677         (cua--deactivate-rectangle): Don't deactivate the mark.
1678         (cua-set-rectangle-mark): Don't set mark-active since
1679         cua--activate-rectangle already does it for us.
1680         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1681         non-rectangular region.
1683         * emulation/cua-base.el (cua-repeat-replace-region):
1684         Use with-current-buffer.
1686         * net/gnutls.el: Use cl-lib.
1687         (gnutls-negotiate): `mapcan' -> cl-mapcan.
1689 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1691         * emacs-lisp/package.el (package-built-in-p): Support both
1692         built-in and the package.el converted package descriptions.
1693         (package-show-package-list): Allow keywords.
1694         (package-keyword-button-action): Use it instead of
1695         `finder-list-matches'.
1696         (package-menu-filter-interactive): Interactive filtering (by
1697         keyword) function.
1698         (package-menu--generate): Support keywords and change keymappings
1699         and headers when they are given.
1700         (package--has-keyword-p): Helper function.
1701         (package-menu--refresh): Use it.
1702         (package--mapc): Helper function.
1703         (package-all-keywords): Use it.
1704         (package-menu-mode-map): Set up menu items and keybindings to
1705         provide a filtering UI.
1707 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1709         * net/gnutls.el (gnutls-verify-error): New defcustom to control
1710         the behavior when a certificate fails validation.  Defaults to
1711         old behavior: never abort, just warn.
1712         (gnutls-negotiate): Use it.
1714 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
1716         * window.el (display-buffer-below-selected): Never split window
1717         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
1719 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1721         * emacs-lisp/package.el (package--prepare-dependencies): New function.
1722         (package-buffer-info): Use it (bug#15108).
1724 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * icomplete.el (icomplete-completions): Make sure the prefix is already
1727         displayed elsewhere before hiding it (bug#16219).
1729 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1731         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1732         open-paren tokens when preceded by a open-paren, too.
1733         (ruby-smie-rules): Handle virtual indentation after open-paren
1734         tokens specially.  If there is code between it and eol, return the
1735         column where is starts (Bug#16118).
1737 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1739         * progmodes/cfengine.el: Fix `add-hook' doc.
1740         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1741         (cfengine3--current-word): Fix parameters.
1742         (cfengine3-make-syntax-cache): Simplify further.
1743         (cfengine3-completion-function, cfengine3--current-function):
1744         Use `assq' for symbols.
1745         (cfengine3--current-function): Fix `cfengine3--current-word' call.
1747 2013-12-13  Glenn Morris  <rgm@gnu.org>
1749         * loadup.el (load-path): Warn if site-load or site-init changes it.
1750         No more need to reset it when bootstrapping.
1752 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1754         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1755         locations for cf-promises.
1756         (cfengine-mode-syntax-functions-regex): New caching variable.
1757         (cfengine3-fallback-syntax): Fallback syntax for cases where
1758         cf-promises doesn't run.
1759         (cfengine3--current-word): Reimplement using
1760         `cfengine-mode-syntax-functions-regex'.
1761         (cfengine3-completion-function, cfengine3--current-function):
1762         Use `cfengine3-make-syntax-cache' directly.
1763         (cfengine3-clear-syntax-cache): New function.
1764         (cfengine3-make-syntax-cache): Simplify and create
1765         `cfengine-mode-syntax-functions-regex' on demand.
1766         (cfengine3-format-function-docstring): Don't call
1767         `cfengine3-make-syntax-cache' explicitly.
1769 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
1771         Fix windmove-find-other-window broken after pixelwise resizing
1772         (Bug#16017).
1773         * windmove.el (windmove-other-window-loc): Revert change from
1774         2013-12-04.
1775         (windmove-find-other-window): Call window-in-direction.
1776         * window.el (window-in-direction): New arguments SIGN, WRAP and
1777         MINI to emulate original windmove-find-other-window behavior.
1779 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
1781         * simple.el (blink-matching--overlay): New variable.
1782         (blink-matching-open): Instead of moving point, highlight the
1783         matching paren with an overlay
1784         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1786         * faces.el (paren-showing-faces, show-paren-match)
1787         (show-paren-mismatch): Move from paren.el.
1789 2013-12-13  Leo Liu  <sdl.web@gmail.com>
1791         * indent.el (indent-region): Disable progress reporter in
1792         minibuffer.  (Bug#16108)
1794         * bindings.el (visual-order-cursor-movement): Fix version.
1796 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1798         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1799         Also match after beginning of line.
1800         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1801         files.  Thanks to Russell Sim.  (Bug#15378)
1803 2013-12-13  Juri Linkov  <juri@jurta.org>
1805         * simple.el <Keypad support>: Remove key bindings duplicated
1806         with bindings.el.  (Bug#14397)
1808 2013-12-13  Juri Linkov  <juri@jurta.org>
1810         * comint.el (comint-mode-map): Replace `delete-char' with
1811         `delete-forward-char'.  (Bug#16109)
1813 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1815         * progmodes/python.el (python-indent-calculate-indentation):
1816         Fix de-denters cornercase.  (Bug#15731)
1818 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1820         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1821         (advice--make): Pay attention to `depth'.
1822         (advice--make-1): Don't autoload commands eagerly.
1823         * emacs-lisp/elp.el (elp-instrument-function):
1824         * emacs-lisp/trace.el (trace-function-internal):
1825         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1827         * iswitchb.el (iswitchb-mode): Don't belittle ido.
1829 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
1831         * term/w32-win.el (w32-handle-dropped-file):
1832         * startup.el (normal-top-level):
1833         * net/browse-url.el (browse-url-file-url):
1834         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1835         decode file names using 'utf-8' rather than
1836         file-name-coding-system.
1838 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1840         * progmodes/python.el (python-indent-context)
1841         (python-indent-calculate-indentation): Fix auto-identation
1842         behavior for comment blocks.  (Bug#15916)
1844 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1846         * progmodes/python.el (python-indent-calculate-indentation):
1847         When determining indentation, don't treat "return", "pass", etc., as
1848         operators when they are just string constituents.  (Bug#15812)
1850 2013-12-12  Juri Linkov  <juri@jurta.org>
1852         * uniquify.el (uniquify-buffer-name-style): Change default to
1853         `post-forward-angle-brackets'.
1855         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1856         `uniquify'.  Change default to `post-forward-angle-brackets'.
1858 2013-12-11  Glenn Morris  <rgm@gnu.org>
1860         * emacs-lisp/package.el (finder-list-matches):
1861         Autoload rather than falsely declaring.
1863 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
1865         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1866         (eww-mode-map): Use them.
1868 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
1870         * window.el (display-buffer-in-side-window): Fix doc-string
1871         (Bug#16115).
1873 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
1875         * vc/vc-git.el: Silence byte-compiler warnings.
1876         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1877         (log-edit-set-header): Declare.
1879 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
1881         * Makefile.in (custom-deps, finder-data): Run output file names
1882         through unmsys--file-name.  (Bug#16099)
1884 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1887         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1889         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1890         instead of deleting the selection "by hand" (bug#16098).
1891         Rely on insert-for-yank to yank rectangles.
1892         (cua-highlight-region-shift-only): Mark obsolete.
1893         (cua-mode): Don't enable/disable transient-mark-mode,
1894         shift-select-mode (cua-mode works both with and without them), and
1895         pc-selection-mode (obsolete).
1896         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1897         (cua--deactivate-rectangle): Deactivate it.
1899         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1900         (delete-selection-helper): Make sure yank starts at the top of the
1901         deleted region.
1902         (minibuffer-keyboard-quit): Use region-active-p.
1904         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1906         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1907         to `delete' (bug#16109).
1909 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1911         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1912         info manual and show keybindings and set `:group' keyword.
1914 2013-12-11  Juri Linkov  <juri@jurta.org>
1916         * delsel.el (delete-active-region): Let-bind `this-command'
1917         to prevent `kill-region' from changing its original value.
1918         (delete-selection-helper): Handle `overwrite-mode' for the type
1919         `kill' exactly the same way as for the type `t'.
1920         (insert-char, quoted-insert, reindent-then-newline-and-indent):
1921         Support more commands.  (Bug#13312)
1923 2013-12-11  Juri Linkov  <juri@jurta.org>
1925         * bindings.el: Map kp keys to non-kp keys systematically
1926         with basic modifiers control, meta and shift.  (Bug#14397)
1928 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1930         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1931         "Close browser" menu items.  Fix wrong function of "List
1932         bookmarks".
1934 2013-12-11  Juri Linkov  <juri@jurta.org>
1936         * misearch.el (multi-isearch-buffers): Set the value of
1937         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1938         arg of isearch-forward to t.
1939         (multi-isearch-buffers-regexp): Set the value of
1940         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1941         arg of isearch-forward-regexp to t.
1942         (multi-isearch-files): Set the value of
1943         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
1944         arg of isearch-forward to t.
1945         (multi-isearch-files-regexp): Set the value of
1946         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
1947         arg of isearch-forward-regexp to t.  (Bug#16035)
1949         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1950         arg of isearch-forward to t.
1951         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1952         arg of isearch-forward-regexp to t.
1953         (dired-isearch-filter-filenames): Remove unnecessary check for
1954         `dired-isearch-filenames'.
1956         * comint.el (comint-history-isearch-backward):
1957         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1958         (comint-history-isearch-backward-regexp):
1959         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1961 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
1963         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1964         unmsys--file-name.  (Bug#16099)
1966 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
1968         * emacs-lisp/package.el (package-keyword-button-action):
1969         Remove finder.el require dependency.
1971 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
1973         * emacs-lisp/package.el: Require finder.el.
1974         (describe-package-1): Add keyword buttons.
1975         (package-make-button): New convenience function.
1976         (package-keyword-button-action): Keyword button action using
1977         `finder-list-matches'.
1979 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
1981         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1982         last commit.
1984 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
1986         * autorevert.el (auto-revert-notify-add-watch): Do not handle
1987         symlinked files.
1989 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1991         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1992         after the end of a percent literal.
1994 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1996         * progmodes/ruby-mode.el (ruby-forward-string): Document.
1997         Handle caret-delimited strings (Bug#16079).
1999 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
2001         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
2002         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
2003         `ruby-parse-partial' (Bug#16078).
2005 2013-12-09  Leo Liu  <sdl.web@gmail.com>
2007         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
2009 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
2011         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
2012         (js-switch-indent-offset): New option.
2013         (js--proper-indentation): Use it.  And handle the case when
2014         "default" is actually a key in an object literal.
2015         (js--same-line): New function.
2016         (js--multi-line-declaration-indentation): Use it.
2017         (js--indent-in-array-comp, js--array-comp-indentation):
2018         New functions.
2019         (js--proper-indentation): Use them, to handle array comprehension
2020         continuations.
2022 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2024         * progmodes/flymake.el (flymake-highlight-line): Re-write.
2025         (flymake-make-overlay): Remove arg MOUSE-FACE.
2026         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
2028 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2030         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
2031         New function.
2032         (redisplay-highlight-region-function): Use it.
2034         * emulation/cua-base.el (cua--explicit-region-start)
2035         (cua--last-region-shifted): Remove.
2036         (cua--deactivate): Use deactivate-mark.
2037         (cua--pre-command-handler-1): Don't handle shift-selection.
2038         (cua--post-command-handler-1): Don't change transient-mark-mode.
2039         (cua--select-keymaps): Use region-active-p rather than
2040         cua--explicit-region-start or cua--last-region-shifted.
2041         (cua-mode): Enable shift-select-mode.
2043 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2045         * progmodes/flymake.el (flymake-popup-current-error-menu):
2046         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
2047         (flymake-posn-at-point-as-event, flymake-popup-menu)
2048         (flymake-make-emacs-menu): Remove.  (Bug#16077)
2050 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2052         * rect.el (rectangle-mark-mode): Activate mark even if
2053         transient-mark-mode is off (bug#16066).
2054         (rectangle--highlight-for-redisplay): Fix boundary condition when point
2055         is > mark and at bolp.
2057         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
2058         (region-extract-function): Use it.
2059         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
2060         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
2061         Delete functions.
2062         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
2063         kill-ring-save, kill-region, delete-char, delete-forward-char.
2064         Ignore self-insert-iso.
2066         * emulation/cua-gmrk.el (cua--init-global-mark):
2067         Ignore `self-insert-iso'.
2069         * emulation/cua-base.el (cua--prefix-copy-handler)
2070         (cua--prefix-cut-handler): Rely on region-extract-function rather than
2071         checking cua--rectangle.
2072         (cua-delete-region): Use region-extract-function.
2073         (cua-replace-region): Delete function.
2074         (cua-copy-region, cua-cut-region): Obey region-extract-function.
2075         (cua--pre-command-handler-1): Don't do the delete-selection thing.
2076         (cua--self-insert-char-p): Ignore `self-insert-iso'.
2077         (cua--init-keymaps): Don't remap delete-selection commands.
2078         (cua-mode): Use delete-selection-mode instead of rolling our own
2079         (bug#16085).
2081         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
2082         Obey region-extract-function.
2084         Make registers and delete-selection-mode work on rectangles.
2085         * register.el (describe-register-1): Don't modify the register's value.
2086         (copy-to-register): Obey region-extract-function.
2087         * delsel.el (delete-active-region): Obey region-extract-function.
2089 2013-12-08  Leo Liu  <sdl.web@gmail.com>
2091         * progmodes/flymake.el (flymake, flymake-error-bitmap)
2092         (flymake-warning-bitmap, flymake-fringe-indicator-position)
2093         (flymake-compilation-prevents-syntax-check)
2094         (flymake-start-syntax-check-on-newline)
2095         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
2096         (flymake-start-syntax-check-on-find-file, flymake-log-level)
2097         (flymake-xml-program, flymake-master-file-dirs)
2098         (flymake-master-file-count-limit)
2099         (flymake-allowed-file-name-masks): Relocate.
2100         (flymake-makehash, flymake-float-time)
2101         (flymake-replace-regexp-in-string, flymake-split-string)
2102         (flymake-get-temp-dir): Remove.
2103         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
2104         (flymake-current-row, flymake-selected-frame)
2105         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
2106         related functions.  (Bug#16077)
2108 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
2110         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
2112 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
2114         * help-fns.el (describe-function-1): Use new advice-* functions
2115         rather than old ad-* functions.  Fix function type description and
2116         source links for advised functions and subrs.
2118 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
2122 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
2124         * progmodes/compile.el (compilation-start):
2125         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
2127         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2128         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
2130 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2132         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2133         Touch up the last change.
2135 2013-12-06  Leo Liu  <sdl.web@gmail.com>
2137         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
2138         (inferior-octave-startup): Always use "octave> " for prompt.
2139         (octave-goto-function-definition)
2140         (octave-sync-function-file-names)
2141         (octave-find-definition-default-filename): Remove redundant backquotes.
2143 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2145         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
2146         syntax for `?'.
2147         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
2148         where appropriate already.
2149         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
2150         end of method names (Bug#15874).
2152 2013-12-06  Juri Linkov  <juri@jurta.org>
2154         * isearch.el (isearch--saved-overriding-local-map):
2155         New internal variable.
2156         (isearch-mode): Set it to the initial value of
2157         `overriding-terminal-local-map'.
2158         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
2159         with `isearch--saved-overriding-local-map'.  (Bug#16035)
2161 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
2163         * progmodes/octave.el (inferior-octave-completion-table):
2164         Turn back into function, use `completion-table-with-cache'
2165         (Bug#11906).  Update all references.
2167         * minibuffer.el (completion-table-with-cache): New function.
2169 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
2171         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
2173 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
2175         * net/eww.el (eww-current-source): New variable to store page
2176         source.
2177         (eww-display-html, eww-mode, eww-save-history)
2178         (eww-restore-history): Use it.
2179         (eww-view-source): New command to view page source.
2180         Opportunistically uses `html-mode' to highlight the buffer.
2181         (eww-mode-map): Install it.
2183 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
2185         * net/dbus.el (dbus-unregister-service)
2186         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
2187         Fix docstring.
2188         (dbus-unregister-service): Skip :serial entries in
2189         `dbus-registered-objects-table'.
2190         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
2192 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
2194         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
2195         around keywords with extra `split-string' argument.
2197 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
2199         * windmove.el (windmove-other-window-loc): Handle navigation
2200         between windows (excluding the minibuffer window - Bug#16017).
2202 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
2204         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
2205         in D-Bus type syntax.
2206         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
2207         preserve unibyte strings.  (Bug#16048)
2209 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2212         Call force-mode-line-update is the proper buffer (bug#16042).
2214 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
2216         * vc/log-edit.el (log-edit-add-new-comment): Rename to
2217         `log-edit-remember-comment', make argument optional.  Adjust all
2218         callers.
2219         (log-edit-mode): Add `log-edit-remember-comment' to
2220         `kill-buffer-hook' locally.
2221         (log-edit-kill-buffer): Don't remember comment explicitly since
2222         the buffer is killed anyway.
2224 2013-12-04  Juri Linkov  <juri@jurta.org>
2226         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
2227         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
2229 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
2231         * notifications.el (notifications-close-notification): Call the
2232         D-Bus method with ID being a `:uint32'.  (Bug#16030)
2234 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2236         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
2238 2013-12-03  Juri Linkov  <juri@jurta.org>
2240         * progmodes/compile.el (compilation-start): Rename window alist
2241         entry `no-display-ok' to `allow-no-window'.
2243         * simple.el (shell-command): Add window alist entry
2244         `allow-no-window' to `display-buffer'.
2245         (async-shell-command): Doc fix.
2247         * window.el (display-buffer-no-window): New action function.
2248         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
2250 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2252         * vc/log-edit.el (log-edit-set-header): Extract from
2253         `log-edit-toggle-header'.
2254         (log-edit-extract-headers): Separate the summary, when extracted
2255         from header, from the rest of the message with an empty line.
2257         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
2258         line, if present, to the Summary header.
2260 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
2263         in current-buffer (bug#16029).
2265 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
2267         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
2268         (debugger-mode-map): Bind it.
2269         (debugger--backtrace-base): New function.
2270         (debugger-eval-expression): Use it.
2271         (debugger-frame-number): Skip local vars when present.
2272         (debugger--locals-visible-p, debugger--insert-locals)
2273         (debugger--show-locals, debugger--hide-locals): New functions.
2275 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
2277         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
2278         "LC_ALL".
2279         (tramp-get-remote-locale): New defun.
2280         (tramp-open-connection-setup-interactive-shell): Use it.
2282 2013-12-02  Leo Liu  <sdl.web@gmail.com>
2284         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
2286         * progmodes/sh-script.el (sh-shell-process):
2287         * progmodes/octave.el (inferior-octave-process-live-p):
2288         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
2289         (gdb-inferior-io-sentinel):
2290         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
2292 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2294         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
2295         `save-selected-window' to `log-edit-hide-buf'.  This makes
2296         `log-edit-show-files' idempotent.
2297         (log-edit-show-files): Mark the new window as dedicated.
2299 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
2301         * vc/log-edit.el (log-edit-mode-map): Add binding for
2302         `log-edit-kill-biffer'.
2303         (log-edit-hide-buf): Add a FIXME comment.
2304         (log-edit-add-new-comment): New function, extracted from
2305         `log-edit-done'.
2306         (log-edit-done, log-edit-add-to-changelog): Use it.
2307         (log-edit-kill-buffer): New command.
2309 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
2312         instead of killing the buffer.
2314 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2316         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
2318 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2320         * net/eww.el (eww-form-checkbox-selected-symbol)
2321         (eww-form-checkbox-symbol): New customizable variable.
2322         (eww-form-checkbox, eww-toggle-checkbox):
2323         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
2325         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
2326         (shr--get-media-pref, shr--extract-best-source): New function.
2327         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
2328         no :src tag was specified.
2330         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
2331         (eww-render): Handle `eww-use-external-browser-for-content-type'.
2332         Use \\` to match beginning of string instead of ^.
2333         (eww-browse-with-external-browser): Provide optional URL parameter.
2334         (eww-render): Set `eww-current-title' back to "".
2336         * net/shr.el (shr-tag-video): Display content for video if no
2337         poster is available.
2338         (shr-tag-audio): Add support for <audio> tag.
2340         * net/eww.el (eww-text-input-types): New const.
2341         (eww-process-text-input): Treat input types in
2342         `eww-text-input-types' as text.
2344         * net/shr.el (shr-tag-table): Fix comment typo.
2346 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348         * net/eww.el (eww-follow-link): New command to avoid reloading
2349         pages when we follow #target links (bug#15243).
2350         (eww-quit): Special mode buffers shouldn't query before exiting.
2352 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2354         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
2355         forms.
2357 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359         * net/eww.el (eww-restore-history): Update the window title after
2360         moving in the history.
2361         (eww-current-dom): New variable used to save the current DOM.
2363 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
2365         * vc/log-edit.el (log-edit-mode-map): Add binding for
2366         `log-edit-beginning-of-line'.
2367         (log-edit-setup-add-author): New user option.
2368         (log-edit-beginning-of-line): New command.
2369         (log-edit): Move major mode call above the contents setup so that
2370         the local variable values are already applied.
2371         (log-edit): Only insert "Author: " when
2372         `log-edit-setup-add-author' is non-nil.
2373         (log-edit): When SETUP is non-nil, position point after ": "
2374         instead of point-min.
2376 2013-12-01  Glenn Morris  <rgm@gnu.org>
2378         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2380 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
2382         * startup.el (fancy-splash-frame): On MS-Windows, trigger
2383         redisplay to make sure the initial frame gets a chance to become
2384         visible.  (Bug#16014)
2386 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
2388         Support resizing frames and windows pixelwise.
2389         * cus-start.el (frame-resize-pixelwise)
2390         (window-resize-pixelwise): New entries.
2391         * emacs-lisp/debug.el (debug): Use window-total-height instead
2392         of window-total-size.
2393         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2394         * help.el (describe-bindings-internal): Call help-buffer
2395         (temp-buffer-max-width): New option.
2396         (resize-temp-buffer-window, help-window-setup)
2397         (with-help-window): Rewrite.
2398         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
2399         dragging dividers.
2400         * window.el (frame-char-size, window-min-pixel-height)
2401         (window-safe-min-pixel-height, window-safe-min-pixel-width)
2402         (window-min-pixel-width, window-safe-min-pixel-size)
2403         (window-combination-p, window-safe-min-size)
2404         (window-resizable-p, window--size-to-pixel)
2405         (window--pixel-to-size, window--resize-apply-p): New functions.
2406         (window-safe-min-height): Fix doc-string.
2407         (window-size, window-min-size, window--min-size-1)
2408         (window-sizable, window-sizable-p, window--min-delta-1)
2409         (window-min-delta, window--max-delta-1, window-max-delta)
2410         (window--resizable, window--resizable-p, window-resizable)
2411         (window-full-height-p, window-full-width-p, window-at-side-p)
2412         (window--in-direction-2, window-in-direction)
2413         (window--resize-reset-1, window--resize-mini-window)
2414         (window-resize, window-resize-no-error)
2415         (window--resize-child-windows-normal)
2416         (window--resize-child-windows, window--resize-siblings)
2417         (window--resize-this-window, window--resize-root-window)
2418         (window--resize-root-window-vertically)
2419         (adjust-window-trailing-edge, enlarge-window, shrink-window)
2420         (maximize-window, minimize-window, delete-window)
2421         (quit-restore-window, window-split-min-size, split-window)
2422         (balance-windows-2, balance-windows)
2423         (balance-windows-area-adjust, balance-windows-area)
2424         (window--state-get-1, window-state-get, window--state-put-1)
2425         (window--state-put-2, window-state-put)
2426         (display-buffer-record-window, window--display-buffer):
2427         Make functions handle pixelwise sizing of windows.
2428         (display-buffer--action-function-custom-type)
2429         (display-buffer-fallback-action):
2430         Add display-buffer-in-previous-window.
2431         (display-buffer-use-some-window): Resize window to height it had
2432         before.
2433         (fit-window-to-buffer-horizontally): New option.
2434         (fit-frame-to-buffer): Describe new values.
2435         (fit-frame-to-buffer-bottom-margin): Replace with
2436         fit-frame-to-buffer-margins.
2437         (window--sanitize-margin): New function.
2438         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2439         using window-text-pixel-size.
2441 2013-11-30  Glenn Morris  <rgm@gnu.org>
2443         * emacs-lisp/bytecomp.el (byte-compile-form):
2444         Make the `interactive-only' warning like the `obsolete' one.
2445         * comint.el (comint-run):
2446         * files.el (insert-file-literally, insert-file):
2447         * replace.el (replace-string, replace-regexp):
2448         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2449         (goto-line, insert-buffer, next-line, previous-line):
2450         Tweak `interactive-only' spec.
2452         Stop keeping (most) generated cedet grammar files in the repository.
2453         * Makefile.in (semantic): New.
2454         (compile-main): Depend on semantic.
2456 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2459         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2461         * uniquify.el (uniquify-buffer-name-style): Change default.
2463         * loadup.el: Preload "uniquify".
2465         * time.el (display-time-update): Update all mode lines (bug#15999).
2467         * electric.el (electric-indent-mode): Enable by default.
2468         * loadup.el: Preload "electric".
2470 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
2472         * emacs-lisp/helpers.el (string-empty-p): New function.
2473         (string-blank-p): New function.
2475 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
2477         * imenu.el (imenu--index-alist): Add missing dot to the docstring
2478         (Bug#14029).
2480 2013-11-29  Andreas Politz  <politza@fh-trier.de>
2481         * imenu.el (imenu--subalist-p): Don't error on non-conses and
2482         allow non-lambda lists as functions.
2483         (imenu--in-alist): Don't recurse into non-subalists.
2484         (imenu): Don't pass function itself as an argument (Bug#14029).
2486 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * progmodes/python.el (python-mode-map): Remove binding for ":".
2489         (python-indent-electric-colon): Remove command.
2490         (python-indent-post-self-insert-function): Integrate the previous code
2491         of python-indent-electric-colon.  Make it conditional on
2492         electric-indent-mode.
2493         (python-mode): Add ?: to electric-indent-chars.
2494         Move python-indent-post-self-insert-function to the end of
2495         post-self-insert-hook.
2497 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2499         * doc-view.el (doc-view-goto-page): Update mode-line.
2501         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2503 2013-11-27  Glenn Morris  <rgm@gnu.org>
2505         * international/charprop.el, international/uni-bidi.el:
2506         * international/uni-category.el, international/uni-combining.el:
2507         * international/uni-comment.el, international/uni-decimal.el:
2508         * international/uni-decomposition.el, international/uni-digit.el:
2509         * international/uni-lowercase.el, international/uni-mirrored.el:
2510         * international/uni-name.el, international/uni-numeric.el:
2511         * international/uni-old-name.el, international/uni-titlecase.el:
2512         * international/uni-uppercase.el:
2513         Remove generated files from VCS repository.
2515 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
2517         * filenotify.el (file-notify-add-watch): Don't special-case
2518         w32notify when computing the directory to watch.
2520 2013-11-27  Glenn Morris  <rgm@gnu.org>
2522         Make bootstrap without generated uni-*.el files possible again.
2523         * loadup.el: Update command-line-args checking for unidata-gen.
2524         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2525         * composite.el, international/characters.el:
2526         Handle unicode tables being undefined.
2528         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2529         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2530         (compile-main): Depend on leim rule.
2531         (leim): New rule.
2532         * loadup.el: Move leim-list.el to leim/ subdirectory.
2533         * startup.el (normal-top-level): No more leim directory.
2534         * international/ja-dic-cnv.el (skkdic-convert):
2535         Disable version-control and autoloads in output files.
2536         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2537         Disable version-control and autoloads in output files.
2538         * leim/quail: Move here from ../leim.
2539         * leim/quail/hangul.el (hangul-input-method-activate):
2540         Add autoload cookie.
2541         (generated-autoload-load-name): Set file-local value.
2542         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2543         (generated-autoload-load-name): Set file-local value.
2545 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
2547         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2548         (eww-add-bookmark): Ask confirmation when add to bookmarks.
2549         (eww-quit): Ask confirmation before quitting eww.
2551 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
2553         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2554         reading output from Diff on MS-Windows and MS-DOS.
2556 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
2558         * emacs-lisp/helpers.el (string-reverse): New function.
2560 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
2562         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2563         names on MS Windows, like "/[::1]:".
2565         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2566         SWITCHES.
2568 2013-11-26  Glenn Morris  <rgm@gnu.org>
2570         * progmodes/python.el (python-indent-guess-indent-offset):
2571         Avoid corner-case error.  (Bug#15975)
2573         Preload leim-list.el.  (Bug#4789)
2574         * loadup.el: Load leim-list.el when found.
2575         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2577 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
2579         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2581         * emacs-lisp/helpers.el (string-join): New function.
2583 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
2585         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2586         Mark as obsolete and replace it with a symbol property.
2587         (byte-compile-form): Use new 'interactive-only property.
2588         * comint.el, files.el, replace.el, simple.el:
2589         Apply new 'interactive-only properly.
2591 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
2593         * window.el (display-buffer-at-bottom): Make sure that
2594         split-window-sensibly creates the new window on bottom
2595         (Bug#15961).
2597 2013-11-23  David Kastrup  <dak@gnu.org>
2599         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2600         on the conflict markers when available.
2601         (smerge--get-marker): New function.
2602         (smerge-end-re, smerge-base-re): Add subgroup.
2604 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2606         * frame.el (handle-focus-in, handle-focus-out): Add missing
2607         interactive spec.
2609 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
2611         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2612         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2614 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2616         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
2617         (gomoku--last-pos): New var.
2618         (gomoku--intangible-chars): New const.
2619         (gomoku--intangible): New function.
2620         (gomoku-mode): Use it.  Derive from special-mode.
2621         (gomoku-move-up): Adjust line count.
2622         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2623         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2624         Simplify accordingly.
2626         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2627         Remove blink-cursor code.
2628         (blink-cursor-timer-function, blink-cursor-suspend):
2629         Don't special-case GUIs.
2630         (blink-cursor-mode): Use focus-in/out-hook.
2632 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
2634         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2635         work when annotation is invisible (Bug#13886).
2637 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
2639         * json.el (json-alist-p): Only return non-nil if the alist has
2640         simple keys (Bug#13518).
2642 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
2644         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2645         when control-statement is the first statement in a buffer (Bug#15956).
2647 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
2649         * imenu.el (imenu-generic-skip-comments-and-strings):
2650         New option (Bug#15560).
2651         (imenu--generic-function): Use it.
2653 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
2655         * minibuffer.el (completion--in-region-1): Scroll the correct window.
2656         (Bug#13898)
2658 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
2660         * emacs-lisp/helpers.el: Add some string helpers.
2661         (string-trim-left): Removes leading whitespace.
2662         (string-trim-right): Removes trailing whitespace.
2663         (string-trim): Removes leading and trailing whitespace.
2665         * subr.el (string-suffix-p): New function.
2667 2013-11-23  Glenn Morris  <rgm@gnu.org>
2669         * progmodes/python.el (python-shell-send-file):
2670         Add option to delete file when done.  (Bug#15647)
2671         (python-shell-send-string, python-shell-send-region): Use it.
2673 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
2675         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2676         to set buffer-read-only to t, never to nil.  (Bug#15938)
2678         * textmodes/tex-mode.el (latex-noindent-environments):
2679         Add safe-local-variable property.  (Bug#15936)
2681 2013-11-23  Glenn Morris  <rgm@gnu.org>
2683         * textmodes/enriched.el (enriched-mode): Doc fix.
2684         * emacs-lisp/authors.el (authors-renamed-files-alist):
2685         Add enriched.doc -> enriched.txt.
2687         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2689 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2691         * progmodes/octave.el (inferior-octave-startup): Spit out error
2692         message.
2694 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
2696         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2697         Improve docstring.
2698         Add :version.
2699         (ruby-encoding-magic-comment-style): Add :version.
2701 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2703         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2704         (Bug#15076)
2705         (octave-help-mode): Adapt to change to help-mode-finish to use
2706         derived-mode-p on 2013-09-17.
2707         (inferior-octave-prompt): Also match octave-gui.
2708         (octave-kill-process): Don't ask twice.  (Bug#10564)
2710 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2712         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2713         (inferior-octave-startup, inferior-octave-check-process)
2714         (inferior-octave-track-window-width-change)
2715         (octave-completion-at-point, octave-eldoc-function): Use it.
2716         (octave-kill-process): Provide confirmation.  (Bug#10564)
2718 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2720         * progmodes/octave.el (octave-mode, inferior-octave-mode):
2721         Fix obsolete variable comment-use-global-state.
2723 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2725         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2726         Add `octave-source-file'.
2727         (octave-source-file): New function.  (Bug#15935)
2729 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
2731         * net/eww.el (eww-local-regex): New variable.
2732         (eww): Use it to detect localhost and similar.
2734 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2736         Add completion for command `ag'.
2737         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2738         (pcomplete/ag): New function.
2739         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
2741 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2744         (bug#14646).
2745         (make-obsolete): Remove interactive spec.
2747 2013-11-21  Glenn Morris  <rgm@gnu.org>
2749         * startup.el (command-line-1): Use path-separator with -L.
2751 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
2753         * emacs-lisp/package.el (describe-package-1): Add package archive
2754         to shown fields.
2756 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
2758         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2759         Change default to "# encoding: %s" to differentiate it from the
2760         default Ruby encoding comment template.
2762 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
2764         * ses.el (ses-mode): Doc fix.  (Bug#14748)
2766 2013-11-20  Leo Liu  <sdl.web@gmail.com>
2768         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
2770 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
2772         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2773         when rebase or bisect are in progress.
2775 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
2777         * filenotify.el (file-notify-add-watch): Doc fix.
2779 2013-11-19  Leo Liu  <sdl.web@gmail.com>
2781         * obsolete/rcompile.el: Mark obsolete.
2783         * progmodes/compile.el (compilation-start)
2784         (compilation-goto-locus, compilation-find-file):
2785         Pass no-display-ok and handle nil value from display-buffer.
2786         (Bug#13594)
2788         * window.el (display-buffer-alist, display-buffer): Document the
2789         new parameter no-display-ok.  Return either a window or nil
2790         but never a non-window value.
2792 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2794         * electric.el (electric-indent-mode-map): Remove.
2795         (electric-indent-mode): Change the global-map instead (bug#15915).
2797         * textmodes/text-mode.el (paragraph-indent-minor-mode):
2798         Use add-function.
2800 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         * emacs-lisp/nadvice.el (remove-function): Align with
2803         add-function's behavior.
2805         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2806         (gdb--string-regexp): New constant.
2807         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2808         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2809         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2810         submatch 1.
2811         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2812         Adjust use accordingly.
2813         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2815 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
2817         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2818         interpolation curlies (Bug#15914).
2820 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2822         * calc/calc.el (calc-context-sensitive-enter): New variable.
2823         (calc-enter): Use `calc-context-sensitive-enter'.
2825 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
2827         * progmodes/cfengine.el: Version bump.
2828         (cfengine-cf-promises): New defcustom to locate cf-promises.
2829         (cfengine3-vartypes): Add new "data" type.
2830         (cfengine3--current-word): New function to get current name-like
2831         word or its bounds.
2832         (cfengine3--current-function): New function to look up a CFEngine
2833         function's definition.
2834         (cfengine3-format-function-docstring): New function.
2835         (cfengine3-make-syntax-cache): New function.
2836         (cfengine3-documentation-function): New function: ElDoc glue.
2837         (cfengine3-completion-function): New function: completion glue.
2838         (cfengine3-mode): Set `compile-command',
2839         `eldoc-documentation-function', and add to
2840         `completion-at-point-functions'.
2842 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
2844         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2845         `tramp-current-connection'.
2847 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
2849         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2850         nil/self/true/false with "end of symbol".
2852 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
2854         * subr.el (version-regexp-alist): Fix a typo.
2856 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
2858         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2859         "en_US.utf8" and "LC_CTYPE" to "".
2860         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2861         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2863 2013-11-15  Leo Liu  <sdl.web@gmail.com>
2865         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
2867 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * progmodes/gud.el (ctl-x-map):
2870         Remove C-x SPC binding.  (Bug#12342)
2871         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2873 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
2875         * subr.el (version-regexp-alist):
2876         Recognize hg, svn and darcs versions as snapshot versions.
2878         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2879         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2880         (ruby--encoding-comment-required-p): Extract from
2881         `ruby-mode-set-encoding'.
2882         (ruby-mode-set-encoding): Add the ability to always insert an
2883         utf-8 encoding comment.  Fix and simplify coding comment update
2884         logic.
2886 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
2888         * net/tramp-gvfs.el (top): Run init code only when
2889         `tramp-gvfs-enabled' is not nil.
2890         (tramp-gvfs-enabled): Check also :system bus.
2892 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2894         Sync with upstream verilog-mode revision 78e66ba.
2895         * progmodes/verilog-mode.el (verilog-end-of-defun)
2896         (verilog-type-completion, verilog-get-list): Remove unused funcs.
2897         (verilog-get-end-of-defun): Remove unused argument.
2898         (verilog-comment-depth): Remove unused local `e'.
2899         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2900         Don't pass arg to verilog-get-end-of-defun.
2902 2013-11-14  Glenn Morris  <rgm@gnu.org>
2904         * obsolete/assoc.el (aget): Prefix dynamic variable.
2906         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2908 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * widget.el, hfy-cmap.el: Remove bogus package version number.
2912 2013-11-13  Glenn Morris  <rgm@gnu.org>
2914         * replace.el (replace-eval-replacement):
2915         Try to give more helpful error message.  (Bug#15836)
2917         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2918         (archive-7z-update): Avoid custom type mismatches.
2920         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2922 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
2924         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2925         address can be empty.
2927         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2928         Accept nil SWITCHES.
2929         (tramp-gvfs-handle-write-region): Implement APPEND.
2931 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
2933         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2934         binary "|" operator and closing block args delimiter.
2935         Remove FIXME comment referring to Ruby 1.8-only syntax.
2936         (ruby-smie--implicit-semi-p): Not after "|" operator.
2937         (ruby-smie--closing-pipe-p): New function.
2938         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2939         (ruby-smie-rules): Indent after "|".
2941 2013-11-12  Glenn Morris  <rgm@gnu.org>
2943         * ps-print.el (ps-face-attribute-list):
2944         Handle anonymous faces.  (Bug#15827)
2946 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
2948         * window.el (display-buffer-other-frame): Fix doc-string.
2949         (Bug#15868)
2951 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * subr.el (force-mode-line-update): Delete, move to buffer.c.
2955 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
2957         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2958         (tramp-sh-handle-file-local-copy): Don't write a message when
2959         saving temporary files.
2961         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2962         both directories are remote.
2963         (tramp-smb-handle-directory-files): Do not return double entries.
2964         Do not expand full file names.
2965         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2966         (tramp-smb-handle-write-region): Implement APPEND.
2967         (tramp-smb-get-stat-capability): Fix a stupid bug.
2969 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2971         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2973 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2975         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2976         throwing error over malformed let/let* (bug#15814).
2978 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2980         * iswitchb.el (iswitchb-mode): Mark obsolete.
2982 2013-11-11  Glenn Morris  <rgm@gnu.org>
2984         * international/uni-bidi.el, international/uni-category.el:
2985         * international/uni-name.el, international/uni-numeric.el:
2986         Regenerate for Unicode 6.3.0.
2988 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
2990         * net/tramp.el (tramp-methods):
2991         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2992         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2994 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
2996         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2997         Force highlighting text after Summary keyword in doc face for rpm.
2999 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
3001         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
3002         available and the word has no wildcards, append one to the grep pattern.
3003         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
3004         (ispell-complete-word): Call `ispell-lookup-words' with the value
3005         independent of `ispell-look-p'.
3007 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3009         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
3010         Not after "||".
3011         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
3012         their parent.
3014 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3016         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
3017         (ruby-font-lock-keywords): Use backquote.
3019 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3021         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3022         (ruby-smie--backward-token): Only consider full-string matches.
3024 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
3026         * faces.el (describe-face): Add distant-foreground.
3028 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
3030         * progmodes/ruby-mode.el: Improve encoding comment handling.
3031         (ruby-encoding-magic-comment-style): New option.
3032         (ruby-custom-encoding-magic-comment-template): New option.
3033         (ruby--insert-coding-comment, ruby--detect-encoding):
3034         New functions extracted from `ruby-mode-set-encoding'.
3035         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
3036         to control the style of the auto-inserted encoding comment.
3038 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3040         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
3041         Use `smie-backward-sexp' with token argument.
3043 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
3045         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3046         Remove instrumentation code.
3048 2013-11-08  Glenn Morris  <rgm@gnu.org>
3050         * progmodes/autoconf.el (autoconf-mode):
3051         Tweak comment-start-skip.  (Bug#15822)
3053 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3055         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
3056         at bobp (bug#15826).
3057         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
3059 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
3061         * man.el (Man-start-calling): New macro, extracted from
3062         Man-getpage-in-background.
3063         (Man-getpage-in-background): Use it.
3064         (Man-update-manpage): New command.
3065         (Man-mode-map): Bind it.
3067 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
3069         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
3070         of "and", "or", "&&" and "||".
3071         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
3072         argument.  Prohibit opening curly brace because it could only be a
3073         block opener in that position.
3074         (ruby-smie--forward-token, ruby-smie--backward-token):
3075         Separate "|" from "&" or "*" going after it.  That can happen in block
3076         arguments.
3077         (ruby-smie--indent-to-stmt): New function, seeks the end of
3078         previous statement or beginning of buffer.
3079         (ruby-smie-rules): Use it.
3080         (ruby-smie-rules): Check if there's a ":" before a curly block
3081         opener candidate; if there is, it's a hash.
3083 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3085         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
3086         (cl--block-wrapper): Fix last accidental change.
3088 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
3090         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
3091         Instrument, in order to hunt failure on hydra.
3093 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3095         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
3096         malformed bindings form (bug#15814).
3098 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
3100         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
3101         "." compared to " @ ".  This incidentally fixes some indentation
3102         examples with "do".
3103         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
3104         (ruby-smie-grammar): New tokens: "and" and "or".
3105         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
3106         Exclude "and" and "or".  Remove "do" in order to work around token
3107         priorities.
3108         (ruby-smie-rules): Add all infix tokens.  Handle the case of
3109         beginning-of-buffer.
3111 2013-11-06  Glenn Morris  <rgm@gnu.org>
3113         * Makefile.in (setwins_almost, setwins_for_subdirs):
3114         Avoid accidental matches.
3116 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * menu-bar.el (popup-menu): Use key-binding.
3120 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
3122         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
3123         menus, support also the menus produced by minor modes.
3124         (Bug#15817)
3126 2013-11-06  Leo Liu  <sdl.web@gmail.com>
3128         * thingatpt.el (thing-at-point-looking-at): Add optional arg
3129         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
3131 2013-11-06  Glenn Morris  <rgm@gnu.org>
3133         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
3134         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
3135         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
3137 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * electric.el (electric-indent-just-newline): New command.
3140         (electric-indent-mode-map): New keymap.
3141         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
3142         Re-add :group which weren't redundant.
3144         * electric.el (electric-indent-local-mode): New minor mode.
3145         (electric-indent-functions-without-reindent): New var.
3146         (electric-indent-post-self-insert-function): Use it.
3147         * emacs-lisp/gv.el (buffer-local-value): Add setter.
3149 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
3151         * international/quail.el (quail-help): Be more explicit about the
3152         meaning of the labels shown on the keys.  (Bug#15800)
3154         * startup.el (normal-top-level): Load the subdirs.el files before
3155         setting the locale environment.  (Bug#15805)
3157 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3159         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
3160         via arguments so as to get the right ones (bug#15418).
3162         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
3164 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
3166         Fix problems found while writing a test suite.
3168         * net/tramp-compat.el (tramp-compat-load): New defun.
3169         * net/tramp.el (tramp-handle-load): Use it.
3171         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
3172         "(numberp ok-if-already-exists)" correctly.
3174 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
3176         * international/characters.el (glyphless-char-display-control):
3177         Add usage note.
3179 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
3181         * progmodes/python.el (python-mode):
3182         * progmodes/scheme.el (scheme-mode):
3183         * progmodes/prolog.el (prolog-mode):
3184         * progmodes/ruby-mode.el (ruby-mode):
3185         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
3186         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
3188 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3190         * rect.el (rectangle--highlight-for-redisplay):
3191         * emacs-lisp/smie.el (smie--next-indent-change):
3192         Use buffer-chars-modified-tick.
3194         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
3196         * electric.el (electric-indent-post-self-insert-function):
3197         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
3199 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
3201         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
3203 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3205         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
3206         (bug#15786).
3208 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3210         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
3212         * progmodes/python.el: Fix up last change.
3213         (python-shell--save-temp-file): New function.
3214         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
3215         `string' comes from the current buffer.
3216         (python-shell-send-string-no-output): Remove `msg' arg.
3217         (python--use-fake-loc): New var.
3218         (python-shell-buffer-substring): Obey it.  Try to compensate for the
3219         extra coding line added by python-shell--save-temp-file.
3220         (python-shell-send-region): Use python-shell--save-temp-file and
3221         python-shell-send-file directly.  Add `nomain' argument.
3222         (python-shell-send-buffer): Use python-shell-send-region.
3223         (python-electric-pair-string-delimiter): New function.
3224         (python-mode): Use it.
3226 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
3228         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
3229         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
3230         environment and decoding all of the default-directory's to here
3231         from command-line.
3232         (command-line): Decode also argv[0].
3234         * loadup.el: Error out if default-directory is a multibyte string
3235         when we are dumping.
3237         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
3239 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
3241         * emacs-lisp/package.el (package-menu-mode)
3242         (package-menu--print-info, package-menu--archive-predicate):
3243         Add Archive column to package list.
3245 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
3247         Fix problems found while writing a test suite.
3249         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
3250         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
3251         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
3252         to nil when running original file name handler.  Otherwise,
3253         there are problems with constructs like "$$FOO".
3255         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
3256         for `localname'.
3258 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
3260         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
3262         * subr.el (version<, version<=, version=):
3263         Update docstrings with information for snapshot versions.
3265         * helpers.el: New library for misc helper functions.
3266         (hash-table-keys): New function returning a list of hash keys.
3267         (hash-table-values): New function returning a list of hash values.
3269 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
3271         * progmodes/ruby-mode.el (ruby-smie--forward-token)
3272         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
3274 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
3276         * textmodes/fill.el (fill-single-char-nobreak-p): New function
3277         checking whether point is after a 1-letter word.
3279 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3281         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
3282         Don't infloop when expanding region over `multiline' syntax-type that
3283         begins a line (bug#15778).
3285 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3287         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
3288         Make it into a proper minor mode.
3289         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
3290         (rectangle-mark-mode-map): New keymap.
3291         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
3293 2013-11-04  Glenn Morris  <rgm@gnu.org>
3295         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
3297 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
3300         (ruby-smie-rules): Use smie-rule-parent instead.
3302         * emacs-lisp/smie.el (smie-rule-parent): Always call
3303         smie-indent-virtual rather than only for hanging tokens.
3304         (smie--next-indent-change): New helper command.
3306 2013-11-03  Glenn Morris  <rgm@gnu.org>
3308         * Makefile.in (abs_srcdir): Remove.
3309         (emacs): Unset EMACSLOADPATH.
3311 2013-11-02  Glenn Morris  <rgm@gnu.org>
3313         * Makefile.in (EMACS): Use a relative filename.
3314         (abs_top_builddir): Remove.
3315         (custom-deps, finder-data, autoloads): Use --chdir.
3317         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
3319         Use relative filenames in TAGS files.
3320         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3321         (lisptagsfiles4, TAGS): Use relative file names.
3322         (TAGS-LISP): Remove.
3323         (maintainer-clean): No more TAGS-LISP file.
3325         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
3326         (lisptagsfiles4): Use absolute filenames again.
3327         (TAGS, TAGS-LISP): Not everything needs to run in one line.
3328         Remove all *loaddefs files, not just the first.  Remove esh-groups.
3329         (maintainer-clean): Delete TAGS, TAGS-LISP.
3331 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3333         * emacs-lisp/package.el (package-version-join):
3334         Recognize snapshot versions.
3336 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3338         * subr.el (version-regexp-alist): Add support for snapshot versions.
3340 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3342         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
3343         New function, replacement for `smie-rule-parent' for when we want to
3344         skip over our direct parent if it's an assignment token..
3345         (ruby-smie-rules): Use it.
3347 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
3349         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
3350         unconditionally.  Remove now unnecessary forward declarations.
3351         Remove XEmacs-specific setup.
3352         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
3353         (ruby-font-lock-syntactic-keywords)
3354         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
3355         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
3356         (ruby-here-doc-end-syntax): Remove.
3357         (ruby-mode): Don't check whether `syntax-propertize-rules' is
3358         defined as function.
3360 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
3362         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
3364 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3366         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3367         table and abbrev table, `define-derived-mode' does that for us
3368         anyway.
3370 2013-11-01  Glenn Morris  <rgm@gnu.org>
3372         * Makefile.in: Remove manual mh-e dependencies (writing .elc
3373         files is atomic for some time, so no parallel compilation issues).
3375 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
3377         * faces.el (face-x-resources): Add :distant-foreground.
3378         (region): Use :distant-foreground for gtk and ns.
3380 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
3382         Allow multiple bibliographies when BibLaTeX is used rather than
3383         BibTeX.
3384         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3385         (reftex-locate-bibliography-files): Us it.
3387 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
3389         * image.el (image-type-header-regexps): Fix the 'pbm' part to
3390         allow comments in pbm files.
3392         * term/w32-win.el (dynamic-library-alist): Support newer versions
3393         of libjpeg starting with v7: look only for the DLL from the
3394         version against which Emacs was built.
3395         Support versions of libpng beyond 1.4.x.
3396         Support libtiff v4.x.
3398 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3400         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3401         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3402         Add property :safe.
3403         (ruby-deep-arglist): Add property :type.
3405 2013-10-31  Glenn Morris  <rgm@gnu.org>
3407         * Makefile.in (custom-deps, finder-data): No need to setq the target
3408         variables, we are in the right directory and the defaults work fine.
3410 2013-10-30  Glenn Morris  <rgm@gnu.org>
3412         * Makefile.in (autoloads): Do not use abs_lisp.
3414         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3415         `newline' does not respect `standard-output', so use `princ'.
3417 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
3419         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
3420         * buff-menu.el (Buffer-menu--unmark): New function.
3421         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3423 2013-10-30  Glenn Morris  <rgm@gnu.org>
3425         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3427         * emacs-lisp/package.el (lm-homepage): Declare.
3429         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3430         Fix doc typos.
3432         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3434         * Makefile.in (finder-data, autoloads, update-subdirs)
3435         (compile-main, compile-clean, compile-always, bootstrap-clean):
3436         Check return value of cd.
3437         (compile-calc): Remove.
3439 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3441         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3443         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3444         (byte-compile-and-folded): New function.
3445         (=, <, >, <=, >=): Use it.
3447         * dos-w32.el (minibuffer-history-case-insensitive-variables)
3448         (path-separator, null-device, buffer-file-coding-system)
3449         (lpr-headers-switches): Check system-type before modifying them.
3450         (find-buffer-file-type-coding-system): Mark obsolete.
3451         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3452         find-file-not-found-set-buffer-file-coding-system.
3453         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3454         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3455         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3456         (w32-direct-print-region-helper, w32-direct-print-region-function)
3457         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3458         * startup.el (normal-top-level-add-subdirs-to-load-path):
3459         * ps-print.el (ps-print-region-function):
3460         * lpr.el (print-region-function): Use new name.
3462         * subr.el (custom-declare-variable-early): Remove function.
3463         (custom-declare-variable-list): Remove var.
3464         (error, user-error): Remove `while' loop.
3465         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3466         (user-emacs-directory-warning, locate-user-emacs-file):
3467         Move to files.el.
3468         * simple.el (read-quoted-char-radix, read-quoted-char):
3469         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3470         Move from subr.el.
3471         * custom.el (custom-declare-variable-list): Don't process
3472         custom-declare-variable-list.
3474         * progmodes/python.el (python-shell-get-buffer): New function.
3475         (python-shell-get-process): Use it.
3476         (python-shell-send-string): Always use utf-8 and add a cookie to tell
3477         Python which encoding was used.  Don't split-string since we only care
3478         about the first line.  Return the temp-file, if applicable.
3479         (python-shell-send-region): Tell compile.el how to turn locations in
3480         the temp-file into locations in the source buffer.
3482 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3484         * subr.el (undefined): Add missing behavior from the C code for
3485         unbound keys.
3487         * rect.el: Use lexical-binding.  Add new rectangular region support.
3488         (rectangle-mark): New command.
3489         (rectangle--region): New var.
3490         (deactivate-mark-hook): Reset rectangle--region.
3491         (rectangle--extract-region, rectangle--insert-for-yank)
3492         (rectangle--highlight-for-redisplay)
3493         (rectangle--unhighlight-for-redisplay): New functions.
3494         (region-extract-function, redisplay-unhighlight-region-function)
3495         (redisplay-highlight-region-function): Use them to handle
3496         rectangular region.
3497         * simple.el (region-extract-function): New var.
3498         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3499         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3500         (kill-region): Replace obsolete `yank-handler' arg with `region'.
3501         (copy-region-as-kill, kill-ring-save): Add `region' argument.
3502         (redisplay-unhighlight-region-function)
3503         (redisplay-highlight-region-function): New vars.
3504         (redisplay--update-region-highlight): New function.
3505         (pre-redisplay-function): Use it.
3506         (exchange-point-and-mark): Don't deactivate the mark before
3507         reactivate-it anyway.
3508         * comint.el (comint-kill-region): Remove yank-handler argument.
3509         * delsel.el (delete-backward-char, backward-delete-char-untabify)
3510         (delete-char): Remove property, since it's now part of their
3511         default behavior.
3512         (self-insert-iso): Remove property since this command doesn't exist.
3514         * emacs-lisp/package.el (package--download-one-archive)
3515         (describe-package-1): Don't query the user about final newline.
3517 2013-10-29  Daniel Colascione  <dancol@dancol.org>
3519         * net/tramp.el (tramp-methods): Document new functionality.
3520         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3521         tramp-hostname-checker if method provides one instead of scanning
3522         argument list for "%h" to decide hostname acceptability.
3524 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
3526         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3527         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3528         Handle COPY-CONTENTS.  (Bug#15737)
3530 2013-10-28  Daiki Ueno  <ueno@gnu.org>
3532         * epa-file.el
3533         (epa-file-cache-passphrase-for-symmetric-encryption):
3534         Document that this option has no effect with GnuPG 2.0 (bug#15552).
3536 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
3538         * image.el (defimage):
3539         (image-load-path): Doc fixes.
3541 2013-10-27  Alan Mackenzie  <acm@muc.de>
3543         Indent statements in macros following "##" correctly.
3544         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3545         Modify the "#" arm of a cond form to handle "#" and "##" operators.
3547 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3549         * linum.el (linum-update-window): Fix boundary test (bug#13446).
3551 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
3553         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3554         after `=' is probably a new expression.
3556 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3558         * man.el (man-imenu-title): New option.
3559         (Man-mode-map): Add menu.  (Bug#15722)
3560         (Man-mode): Add imenu to menu.
3562 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
3564         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3565         specific in what the first arg can be: a non-keyword word,
3566         string/regexp/percent literal opener, opening paren, or unary
3567         operator followed directly by word.
3569 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3571         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3572         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3573         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3574         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3575         Remove vars, they do not apply any more.
3576         (prolog-mode-abbrev-table): Remove redundant declaration.
3577         (prolog-upper-case-string, prolog-lower-case-string): Remove.
3578         (prolog-use-smie): Remove.
3579         (prolog-smie-rules): Add indentation rule for the if-then-else layout
3580         supported by prolog-electric-if-then-else-flag.
3581         (prolog-mode-variables, prolog-menu): Use setq-local.
3582         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3583         Remove binding to `Backspace' since this key doesn't exist anyway.
3584         Remove bindings for electric self-inserting keys.
3585         (prog-mode): Assume it's defined.
3586         (prolog-post-self-insert): New function.
3587         (prolog-mode): Use it.
3588         (prolog-indent-line, prolog-indent-level)
3589         (prolog-find-indent-of-matching-paren)
3590         (prolog-indentation-level-of-line, prolog-goto-comment-column)
3591         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3592         (prolog-goto-next-paren, prolog-in-string-or-comment)
3593         (prolog-tokenize, prolog-inside-mline-comment)
3594         (prolog-find-start-of-mline-comment): Remove functions.
3595         (prolog-find-unmatched-paren, prolog-clause-end)
3596         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3597         (prolog-electric--if-then-else): Rename from
3598         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3599         (prolog-tokenize-searchkey): Remove const.
3600         (prolog-clause-info): Use forward-sexp.
3601         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3602         (prolog-electric-if-then-else): Remove commands.
3603         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3604         for use in post-self-insert-hook.
3605         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3606         for use in post-self-insert-hook.
3607         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3608         for use in post-self-insert-hook.
3609         (prolog-electric--underscore): Rename from prolog-electric--underscore;
3610         adapt it for use in post-self-insert-hook.
3612 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
3614         * emacs-lisp/ert.el (ert-run-tests-interactively):
3615         Use `completing-read'.  (Bug#9756)
3617 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
3619         * simple.el (line-move): Call line-move-1 instead of
3620         line-move-visual when the current window hscroll is zero, but
3621         temporary-goal-column indicates we will need to hscroll as result
3622         of the movement.  (Bug#15712)
3624 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
3626         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3627         capitalization.  Use :visible instead of :active.
3628         Fix `ruby-indent-exp' reference.  Add menu items for the generic
3629         commands that are used with SMIE.
3630         (ruby-do-end-to-brace): Insert space after `{'.
3632 2013-10-25  John Anthony  <john@jo.hnanthony.com>
3634         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
3636         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
3638 2013-10-25  Glenn Morris  <rgm@gnu.org>
3640         * vc/vc.el (vc-print-log): Don't use a working revision unless
3641         one was explicitly specified.  (Bug#15322)
3643 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * subr.el (add-to-list): Preserve return value in compiler-macro
3646         (bug#15692).
3648 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3650         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3651         result.  Ask user to retry using '-all' flag.  (Bug#15701)
3653 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * emacs-lisp/smie.el: New smie-config system.
3656         (smie-config): New defcustom.
3657         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3658         (smie-config-guess, smie-config-save): New commands.
3659         (smie-config--mode-local, smie-config--buffer-local)
3660         (smie-config--trace, smie-config--modefuns): New vars.
3661         (smie-config--advice, smie-config--mode-hook)
3662         (smie-config--setter, smie-config-local, smie-config--get-trace)
3663         (smie-config--guess-value, smie-config--guess): New functions.
3664         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3665         text properties.  Treat "string fence" syntax like string syntax.
3667         * progmodes/sh-script.el (sh-use-smie): Change default.
3668         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3669         (sh-var-value): Simplify by CSE.
3670         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3671         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3672         is used.
3673         (sh-guess-basic-offset): Use cl-incf.
3674         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3676 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
3678         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3679         (bug#15699).
3681 2013-10-24  Glenn Morris  <rgm@gnu.org>
3683         * Makefile.in (abs_top_srcdir): Remove.
3684         (update-subdirs): Use relative path to update-subdirs.
3686 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
3688         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3689         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3690         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3691         Call unmsys--file-name before expand-file-name, not after it.
3693 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
3695         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3696         (ert-test-skipped): New error.
3697         (ert-skip, ert-stats-skipped): New defuns.
3698         (ert--skip-unless): New macro.
3699         (ert-test-skipped): New struct.
3700         (ert--run-test-debugger, ert-test-result-type-p)
3701         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3702         (ert--stats-set-test-and-result, ert-char-for-test-result)
3703         (ert-string-for-test-result, ert-run-tests-batch)
3704         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3705         Handle skipped tests.  (Bug#9803)
3707 2013-10-24  Glenn Morris  <rgm@gnu.org>
3709         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3711         * Makefile.in (abs_top_srcdir): New, set by configure.
3712         (update-subdirs): Correct build-aux location.
3714 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
3716         * vc/vc.el (vc-print-root-log): Always set `default-directory'
3717         value, whether we could auto-deduce `backend', or not.
3719         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3720         with parameters" example.  Simplify the "is it block or is it
3721         hash" check, but also make it more thorough.
3723 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
3725         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
3727 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3729         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3730         { if it is hanging.
3732         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3733         :before ";".
3735 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
3737         * progmodes/compile.el (compilation-directory-matcher)
3738         (compilation-page-delimiter):
3739         Support GNU Make-4.0 directory quoting.  (Bug#15678)
3741 2013-10-23  Leo Liu  <sdl.web@gmail.com>
3743         * ido.el (ido-tidy): Handle read-only text.
3745 2013-10-23  Glenn Morris  <rgm@gnu.org>
3747         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3748         (emacs, compile, compile-always):
3749         Quote entities that might contain whitespace.
3750         (custom-deps, finder-data, autoloads): Use abs_lisp.
3751         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3752         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3753         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3755 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
3757         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3758         Use `following-char'.
3760 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3763         * progmodes/ruby-mode.el (ruby-smie-rules):
3764         Remove corresponding workaround.  Fix indentation rule of ";" so it
3765         also applies when ";" is the parent.
3767 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
3769         * frame.el (display-screens, display-pixel-height)
3770         (display-pixel-width, display-mm-width, display-backing-store)
3771         (display-save-under, display-planes, display-color-cells)
3772         (display-visual-class, display-monitor-attributes-list):
3773         Mention the optional ‘display’ argument in doc strings.
3775 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
3777         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3778         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
3780 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3782         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3783         TODO.  Add "." after " @ ".
3784         (ruby-smie--at-dot-call): New function.  Checks if point at method
3785         call with explicit target.
3786         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3787         to the method name tokens when it precedes them.
3788         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3789         (ruby-smie-rules): Add rule for indentation before and after "."
3790         token.
3792 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         * textmodes/remember.el (remember-diary-extract-entries):
3795         Avoid add-to-list.
3797         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3798         an instruction.
3800 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3802         * progmodes/ruby-mode.el (ruby-smie-grammar):
3803         Add (almost) all infix operators.
3804         (ruby-smie--implicit-semi-p): Add new operator chars.
3806         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3807         `smie-down-list'.
3808         (ruby-smie--args-separator-p): Check that there's no newline
3809         between method call and its arguments.
3811 2013-10-20  Alan Mackenzie  <acm@muc.de>
3813         Allow comma separated lists after Java "implements".
3815         * progmodes/cc-engine.el (c-backward-over-enum-header):
3816         Parse commas.
3817         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3818         from a "disallowed" list in enum fontification.
3820 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
3822         * startup.el (default-frame-background-mode): Remove unused defvar.
3824         * progmodes/verilog-mode.el (verilog-mode): Don't set
3825         comment-indent-function globally.
3827 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
3829         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3830         Move Info menu item creation to ns-win.el.
3832         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3833         in menu bar.
3835         * menu-bar.el: Move GNUstep specific menus...
3837         * term/ns-win.el (ns-initialize-window-system): ... to here.
3839 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * simple.el (newline): Only run post-self-insert-hook when
3842         called interactively.
3844 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
3846         * icomplete.el (icomplete-with-completion-tables): Add :version.
3848 2013-10-19  Alan Mackenzie  <acm@muc.de>
3850         Fix fontification bugs with constructors and const.
3852         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3853         CASE 2) Remove the check for the absence of a suffix construct
3854         after a function declaration with only types (no identifiers) in
3855         the parentheses.  Also, accept a function declaration with just a
3856         type inside the parentheses, if this type can be positively
3857         recognised as such, or if a prefix keyword like "explicit" nails
3858         down the construct as a declaration.
3860 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
3862         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3863         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
3864         the problem whereby selecting a menu item that leads to a
3865         minibuffer prompt moves the cursor out of the minibuffer window,
3866         making it hard to type at the prompt.  Suggested by Stefan Monnier
3867         <monnier@iro.umontreal.ca>.
3869 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
3871         * menu-bar.el: Don't make Services menu.
3873 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3875         * ffap.el: Handle "/usr/include/c++/<version>" directories.
3876         (ffap-alist): Use ffap-c++-mode for c++-mode.
3877         (ffap-c++-path): New variable.
3878         (ffap-c++-mode): New function.
3880 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
3882         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
3884 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
3886         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3887         introduced on 2013-09-08, which results in an infinite loop
3888         requesting a password.
3890 2013-10-18  Glenn Morris  <rgm@gnu.org>
3892         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3894 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
3896         Sync with upstream verilog-mode revision 1a6ecec7.
3897         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3898         (verilog-mode-release-date): Remove.
3899         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3900         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3901         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3902         (verilog-auto-tieoff-ignore-regexp)
3903         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3904         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3905         (verilog-signals-with, verilog-dir-cache-preserving)
3906         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3907         Doc fixes.
3908         (verilog-case-fold): New option, to control case folding in
3909         regexp searches, bug597.
3910         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3911         (verilog-string-match-fold, verilog-in-paren-count)
3912         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3913         (verilog-at-close-struct-p): New functions.
3914         (verilog-beg-block-re-ordered, verilog-extended-case-re)
3915         (verilog-forward-sexp, verilog-set-auto-endcomments):
3916         (verilog-leap-to-case-head): Handle "unique0" case.
3917         (verilog-in-constraint-re): New constant.
3918         (verilog-keywords, verilog-type-font-keywords):
3919         Add some SystemVerilog 1800-2012 keywords.
3920         (verilog-label-be): Remove unimplemented argument, bug669.
3921         (verilog-batch-execute-func): When batch expanding clear
3922         create-lockfiles to prevent spurious user locks when a file ends
3923         up not changing.
3924         (verilog-calculate-indent, verilog-calc-1)
3925         (verilog-at-close-constraint-p, verilog-at-constraint-p)
3926         (verilog-do-indent): Fix indentation of nested constraints
3927         and structures.
3928         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3929         (verilog-auto-inst-param): Use verilog-string-match-fold.
3930         (verilog-read-inst-module-matcher):
3931         Fix AUTOINST on gate primitives with #1.
3932         (verilog-read-decls): Fix double-declaring user-defined typed signals.
3933         Reads all user-defined typed variables.
3934         (verilog-read-defines): Fix reading definitions inside comments, bug647.
3935         (verilog-signals-matching-regexp)
3936         (verilog-signals-not-matching-regexp, verilog-auto):
3937         Respect verilog-case-fold.
3938         (verilog-diff-report): Fix line count.
3939         (verilog-auto-assign-modport): Remove unused local `modi'.
3940         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3941         better handle multidimensional arrays.
3942         Fix packed array ports misadding bit index in AUTOINST, bug637.
3943         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3944         to not double-declare existing outputs and inputs, respectively.
3945         (verilog-template-map): Bind U to verilog-sk-uvm-component.
3946         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3947         (verilog-sk-uvm-component): New skeleton.
3948         (verilog-submit-bug-report): Add verilog-case-fold,
3949         remove verilog-mode-release-date.
3951 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3953         * subr.el (sit-for): Call (input-pending-p t) so as to behave
3954         as before.
3956 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
3958         * textmodes/remember.el (remember): Set buffer-offer-save in
3959         remember buffers (bug#13566).
3961 2013-10-18  Daniel Colascione  <dancol@dancol.org>
3963         When evaluating forms in ielm, direct standard output to ielm
3964         buffer.  Add new ielm-return-for-effect command.  Remove trailing
3965         whitespace throughout.
3967         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3968         (ielm-return-for-effect): New command.
3969         (ielm-send-input): Accept optional `for-effect' parameter.
3970         (ielm-eval-input): Accept optional `for-effect' parameter.
3971         Bind `standard-output' to stream we create using
3972         `ielm-standard-output-impl'.  Suppress printing result when
3973         `for-effect'.
3974         (ielm-standard-output-impl): New function.
3975         (inferior-emacs-lisp-mode): Explain new features in documentation.
3977 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
3979         Code cleanup.
3981         * net/tramp.el (tramp-debug-message): Do not check for connection
3982         buffer.
3983         (tramp-message): Use "vector" connection property.
3985         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3986         (tramp-equal-remote, tramp-eshell-directory-change)
3987         * net/tramp-adb.el (tramp-adb-handle-copy-file)
3988         (tramp-adb-handle-rename-file)
3989         * net/tramp-cmds.el (tramp-list-remote-buffers)
3990         (tramp-cleanup-connection, tramp-cleanup-this-connection)
3991         * net/tramp-compat.el (tramp-compat-process-running-p)
3992         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3993         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3994         (tramp-gvfs-handle-rename-file)
3995         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3996         (tramp-set-file-uid-gid)
3997         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3998         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3999         of `file-remote-p'.
4001         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
4002         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4003         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
4004         (tramp-gw-open-network-stream): Suppress unrelated traces.
4006         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
4007         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4008         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4009         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
4010         connection property.
4012         * net/tramp-cache.el (top): Suppress traces when reading
4013         persistency file.
4015         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4016         Refactor common code.  Improve debug message.
4017         (tramp-maybe-open-connection)
4018         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
4019         connection buffer too early.
4021         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
4022         from `tramp-smb-actions-with-acl'.
4023         (tramp-smb-actions-set-acl): New defconst.
4024         (tramp-smb-handle-copy-directory)
4025         (tramp-smb-action-get-acl): New defun, renamed from
4026         `tramp-smb-action-with-acl'.
4027         (tramp-smb-action-set-acl): New defun.
4028         (tramp-smb-handle-set-file-acl): Rewrite.
4030 2013-10-17  Glenn Morris  <rgm@gnu.org>
4032         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
4034 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * skeleton.el (skeleton-newline): Remove.
4037         (skeleton-internal-1): Use (insert "\n") instead.
4039         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
4040         let-bindings.
4042         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
4043         forward-sexp-function while we redo its job (bug#15613).
4045 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
4047         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
4048         represented by lists.
4050 2013-10-16  Glenn Morris  <rgm@gnu.org>
4052         * tmm.el (tmm--history): New dynamic variable.
4053         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
4055 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
4057         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
4058         (tramp-smb-errors): Add error messages.
4059         (tramp-smb-actions-with-acl): New defconst.
4060         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
4061         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
4062         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
4063         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
4064         (tramp-smb-get-stat-capability): Fix tests.
4066 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4068         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
4069         (bug#15580).
4071 2013-10-16  Glenn Morris  <rgm@gnu.org>
4073         * ansi-color.el (ansi-color-drop-regexp):
4074         Add 1J, 1K, 2K.  (Bug#15617)
4076         * files.el (hack-local-variables--warned-lexical): New.
4077         (hack-local-variables):
4078         Warn about misplaced lexical-binding.  (Bug#15616)
4080         * net/eww.el (eww-render): Always set eww-current-url,
4081         and update header line.  (Bug#15622)
4082         (eww-display-html): ... Rather than just doing it here.
4084 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
4086         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
4087         menu navigations commands.
4089 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
4091         * progmodes/subword.el (subword-capitalize): Be careful when
4092         the search for [[:alpha:]] fails (bug#15580).
4094 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
4096         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
4097         to commands that scroll the menu.
4099 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
4101         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
4102         Handle methods ending with `?' and `!'.
4104 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
4106         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
4107         `japanese-cp932' to `cp932' to fix the problem where saving a
4108         source file written in Shift_JIS twice would end up having
4109         `coding: japanese-cp932' which Ruby could not recognize.
4110         (ruby-mode-set-encoding): Add support for encodings mapped to nil
4111         in `ruby-encoding-map'.
4112         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
4113         doesn't need to be explicitly declared in magic comment.
4114         (ruby-encoding-map): Add type declaration for better customize UI.
4116 2013-10-13  Glenn Morris  <rgm@gnu.org>
4118         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
4119         Occur buffers are read-only.  http://bugs.debian.org/720775
4121         * emacs-lisp/authors.el (authors-fixed-entries):
4122         Comment out old alpha stuff.
4124 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
4126         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
4127         to `after-save-hook' instead of `before-save-hook'.
4128         (ruby-mode-set-encoding): Use the value of coding system used to
4129         write the file.  Call `basic-save-buffer-1' after modifying the
4130         buffer.
4132 2013-10-13  Alan Mackenzie  <acm@muc.de>
4134         Fix indentation/fontification of Java enum with
4135         "implements"/generic.
4137         * progmodes/cc-engine.el (c-backward-over-enum-header):
4138         Extracted from the three other places and enhanced to handle generics.
4139         (c-inside-bracelist-p): Uses new function above.
4140         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
4141         function above.
4142         (c-font-lock-enum-tail): Uses new function above.
4144 2013-10-13  Kenichi Handa  <handa@gnu.org>
4146         * international/mule-cmds.el (select-safe-coding-system): Remove a
4147         superfluous condition in chekcing whether a coding system is safe
4148         or not.
4150 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
4152         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
4154 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
4156         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
4158 2013-10-13  Glenn Morris  <rgm@gnu.org>
4160         * menu-bar.el (menu-bar-update-buffers):
4161         Unify Buffers menu prompt string.  (Bug#15576)
4163         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
4165         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
4166         Add some entries.
4167         (authors-fixed-entries): Use accented form of name.
4169 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4171         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
4172         method calls (bug#15594).
4173         (ruby-smie--args-separator-p): New function.
4174         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
4175         recognize paren-free method calls.
4177         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
4178         internals of universal-argument.
4180 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
4182         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
4183         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
4184         dropped menu on second mouse click on the menu bar.
4186 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4188         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
4189         (explicit-shell-file-name): Declare.
4190         (sh--vars-before-point, sh--cmd-completion-table): New functions.
4191         (sh-completion-at-point-function): New function.
4192         (sh-mode): Use it.
4193         (sh-smie--keyword-p): Remove unused argument.
4194         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
4195         vars.
4196         (sh-set-shell): Always setup SMIE, even if we use the
4197         old indentation code.
4199 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
4201         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4202         cases of ? and =.
4203         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
4204         predicate would return nil are almost non-existent.
4205         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
4207         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
4208         cache also after commands that modify the buffer but don't move
4209         point.
4211 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4213         * env.el (substitute-env-in-file-name): New function.
4214         (substitute-env-vars): Extend the meaning of the optional arg.
4216 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
4218         * term/w32-win.el (dynamic-library-alist): Define separate lists
4219         of GIF DLLs for versions before and after 5.0.0 of giflib.
4220         (Bug#15531)
4222 2013-10-10  João Távora  <joaotavora@gmail.com>
4224         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
4225         not locked, use last revision and current source as
4226         defaults.  (Bug#15569)
4228 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
4230         * menu-bar.el (menu-bar-open): Don't use popup-menu if
4231         menu-bar is hidden.
4233 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
4235         * window.el (pop-to-buffer-same-window): Fix doc-string.
4236         (Bug#15492)
4238 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4240         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
4242 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
4244         * calendar/icalendar.el (icalendar-import-file):
4245         Fix interactive spec.  (Bug#15482)
4247 2013-10-10  Glenn Morris  <rgm@gnu.org>
4249         * desktop.el (desktop-save): Default to saving in .emacs.d,
4250         since PWD is no longer in desktop-path by default.  (Bug#15319)
4252         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
4253         now that text mode has a menu with the same entry.
4254         (menu-bar-text-mode-auto-fill): Remove now unused func.
4255         * textmodes/text-mode.el (text-mode-map):
4256         Use auto-fill help text from menu-bar.el.
4258 2013-10-10  John Anthony  <john@jo.hnanthony.com>
4260         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
4262 2013-10-09  Juri Linkov  <juri@jurta.org>
4264         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
4265         instead of this-command-keys.  Add universal-argument-more and
4266         universal-argument-minus to the list of prefix commands.  (Bug#15568)
4268 2013-10-09  Glenn Morris  <rgm@gnu.org>
4270         * vc/vc-svn.el (vc-svn-create-repo):
4271         Expand paths in file://... url.  (Bug#15446)
4273         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
4274         Add some entries.
4275         (authors): Remove unused local variables.
4277 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4279         * profiler.el: Create a more coherent calltree from partial backtraces.
4280         (profiler-format): Hide the tail with `invisible' so that C-s can still
4281         find the hidden elements.
4282         (profiler-calltree-depth): Don't recurse so enthusiastically.
4283         (profiler-function-equal): New hash-table-test.
4284         (profiler-calltree-build-unified): New function.
4285         (profiler-calltree-build): Use it.
4286         (profiler-report-make-name-part): Indent the calltree less.
4287         (profiler-report-mode): Add visibility specs for profiler-format.
4288         (profiler-report-expand-entry, profiler-report-toggle-entry):
4289         Expand the whole subtree when provided with a prefix arg.
4291 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
4293         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
4294         iuwu-mod token.
4295         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
4296         hanging iuwu-mod token.
4297         (ruby-smie--forward-token): Do not include a dot after a token in
4298         that token.
4299         (ruby-smie--backward-token): Likewise.
4301 2013-10-08  Juri Linkov  <juri@jurta.org>
4303         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
4304         to isearch-other-control-char.
4305         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
4306         and isearch-post-command-hook to post-command-hook.
4307         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
4308         and isearch-post-command-hook from post-command-hook.
4309         (isearch-unread-key-sequence)
4310         (isearch-reread-key-sequence-naturally)
4311         (isearch-lookup-scroll-key, isearch-other-control-char)
4312         (isearch-other-meta-char): Remove functions.
4313         (isearch-pre-command-hook, isearch-post-command-hook):
4314         New functions based on isearch-other-meta-char rewritten
4315         relying on the new behavior of overriding-terminal-local-map
4316         that does not replace the local keymaps any more.  (Bug#15200)
4318 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
4320         Support menus on text-mode terminals.
4321         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
4322         functionality.
4324         * tooltip.el (tooltip-mode): Don't error out on TTYs.
4326         * menu-bar.el (popup-menu, popup-menu-normalize-position):
4327         Move here from mouse.el.
4328         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
4329         and arrow keys.
4330         (tty-menu-navigation-map): New map for TTY menu navigation.
4332         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
4334         * frame.el (display-mouse-p): Report text-mode mouse as available
4335         on w32.
4336         (display-popup-menus-p): Report availability if mouse is
4337         available; don't condition on window-system.
4339         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
4340         (tty-menu-selected-face): New faces.
4342 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4344         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
4345         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
4346         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
4347         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
4348         New constants.
4349         (lisp-mode-variables): New `elisp' argument.
4350         (emacs-lisp-mode): Use it.
4351         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
4352         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
4354         * indent.el: Use lexical-binding.
4355         (indent-region): Add progress reporter.
4356         (tab-stop-list): Make it implicitly extend to infinity by repeating the
4357         last step.
4358         (indent--next-tab-stop): New function to implement this behavior.
4359         (tab-to-tab-stop, move-to-tab-stop): Use it.
4361 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
4363         * indent.el (indent-rigidly--current-indentation): New function.
4364         (indent-rigidly-map): New var.
4365         (indent-rigidly): Use it to provide interactive mode (bug#8196).
4367 2013-10-08  Bastien Guerry  <bzg@gnu.org>
4369         * register.el (insert-register): Fix 2013-10-07 change.
4371 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * progmodes/perl-mode.el: Use lexical-binding.
4374         Remove redundant :group args.
4375         (perl-nochange): Change default to be closer to other major modes's
4376         standard behavior.
4377         (perl-indent-line): Don't consider text on current line as a
4378         valid beginning of function from which to indent.
4380         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4381         with more than one argument (bug#15538).
4383         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4385         * vc/pcvs.el: Use lexical-binding.
4386         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4387         environment of `eval'.
4388         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4389         than a list of expressions.  Adjust callers.
4390         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4392 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
4394         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4395         case of the dot in a chained method call being on the following line.
4397 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * electric.el (electric-indent-inhibit): New var.
4400         (electric-indent-post-self-insert-function): Use it.
4401         * progmodes/python.el (python-mode): Set it.
4403         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4404         open braces.
4406         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4408         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4409         (css-mode): Use electric-indent-chars.
4411         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4412         (font-lock-beg, font-lock-end): Move before first use.
4413         (nxml-mode): Use syntax-propertize-function.
4414         (nxml-after-change, nxml-after-change1): Adjust accordingly.
4415         (nxml-extend-after-change-region): Remove.
4416         * nxml/xmltok.el: Use lexical-binding.
4417         (xmltok-save): Use `declare'.
4418         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4419         * nxml/nxml-util.el: Use lexical-binding.
4420         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4421         Use `declare'.
4422         * nxml/nxml-ns.el: Use lexical-binding.
4423         (nxml-ns-save): Use `declare'.
4424         (nxml-ns-prefixes-for): Avoid add-to-list.
4425         * nxml/rng-match.el: Use lexical-binding.
4426         (rng--ipattern): Use cl-defstruct.
4427         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4428         (rng-cons-group-after, rng-subst-group-after)
4429         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4430         Use closures instead of `(lambda...).
4432 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
4434         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4435         of BEG and END.
4437         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4438         Use `tramp-handle-insert-file-contents'.
4439         (tramp-gvfs-handle-insert-file-contents): Remove function.
4441         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4442         Use `save-restriction' in order to keep markers.
4444         * net/trampver.el: Update release number.
4446 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4448         * progmodes/compile.el (compilation-parse-errors):
4449         Use compilation--put-prop.
4450         (compilation--ensure-parse): Check compilation-multiline.
4452         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4454         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4455         lexical-binding.
4457         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4459         * progmodes/ruby-mode.el: Fix recently added tests.
4460         (ruby-smie-grammar): Add - and +.
4461         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4462         (ruby-smie--backward-id): New functions.
4463         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4464         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
4465         any more.
4467 2013-10-07  Leo Liu  <sdl.web@gmail.com>
4469         * register.el (register-preview-delay)
4470         (register-preview-functions): New variables.
4471         (register-read-with-preview, register-preview)
4472         (register-describe-oneline): New functions.
4473         (point-to-register, window-configuration-to-register)
4474         (frame-configuration-to-register, jump-to-register)
4475         (number-to-register, view-register, insert-register)
4476         (copy-to-register, append-to-register, prepend-to-register)
4477         (copy-rectangle-to-register): Use register-read-with-preview to
4478         read register.  (Bug#15525)
4480 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
4482         * net/network-stream.el (network-stream-open-starttls): Don't add
4483         --insecure if it's already present, because that gnutls-cli
4484         rejects getting that parameter twice.
4486 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
4488         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4489         keyword, too.
4491 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
4493         * newcomment.el (comment-use-global-state): Change default value
4494         to t, mark obsolete (Bug#15251).
4495         (comment-beginning): In addition to `comment-to-syntax', check the
4496         value of `comment-use-global-state'.
4498 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4500         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4501         (ruby-comment-column): Follow the global default, by default.
4502         (ruby-smie-grammar): Add assignment syntax.
4503         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4504         open-paren, a comma, or a \.
4505         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4506         and line continuations.
4507         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4508         followed by implicit semi-colons.  Add rule for string concatenation
4509         and for indentation at BOB.
4510         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4512         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4513         calling next-sexp, since next-token may have skipped chars which
4514         next-sexp doesn't know should be skipped!
4516 2013-10-05  Leo Liu  <sdl.web@gmail.com>
4518         * progmodes/octave.el (octave-send-region):
4519         Call compilation-forget-errors.
4521 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4523         * vc/vc-svn.el (vc-svn-find-admin-dir):
4524         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4525         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4526         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4527         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4529 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4531         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4533 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * subr.el (read-passwd): Hide chars even when called within a context
4536         where after-change-functions is disabled (bug#15501).
4537         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4538         until we removed ourself from overriding-terminal-local-map.
4540 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4542         * progmodes/octave.el (inferior-octave-mode):
4543         Call compilation-forget-errors.
4545 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4547         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4549 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
4551         * net/secrets.el (secrets-create-collection): Add optional
4552         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
4553         dbus-call-method argument.  (Bug#15516)
4555 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4557         * progmodes/octave.el (inferior-octave-error-regexp-alist)
4558         (inferior-octave-compilation-font-lock-keywords): New variables.
4559         (compilation-error-regexp-alist)
4560         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4561         (inferior-octave-mode): Use compilation-shell-minor-mode.
4563 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
4565         * minibuffer.el (completion--replace): Be careful that `end' might be
4566         a marker.
4568 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4570         Add support for package signature checking.
4571         * emacs-lisp/package.el (url-http-file-exists-p)
4572         (epg-make-context, epg-context-set-home-directory)
4573         (epg-verify-string, epg-context-result-for)
4574         (epg-signature-status, epg-signature-to-string)
4575         (epg-check-configuration, epg-configuration)
4576         (epg-import-keys-from-file): Declare.
4577         (package-check-signature): New user option.
4578         (package-unsigned-archives): New user option.
4579         (package-desc): Add `signed' field.
4580         (package-load-descriptor): Set `signed' field if .signed file exists.
4581         (package--archive-file-exists-p): New function.
4582         (package--check-signature): New function.
4583         (package-install-from-archive): Check package signature.
4584         (package--download-one-archive): Check archive signature.
4585         (package-delete): Remove .signed file.
4586         (package-import-keyring): New command.
4587         (package-refresh-contents): Import default keyring.
4588         (package-desc-status): Add "unsigned" status.
4589         (describe-package-1, package-menu--print-info)
4590         (package-menu-mark-delete, package-menu--find-upgrades)
4591         (package-menu--status-predicate): Support "unsigned" status.
4593 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4595         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4596         the new compilation scheme using the new byte-codes.
4598         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4599         (byte-pophandler): New byte codes.
4600         (byte-goto-ops): Adjust accordingly.
4601         (byte-compile--use-old-handlers): New var.
4602         (byte-compile-catch): Use new byte codes depending on
4603         byte-compile--use-old-handlers.
4604         (byte-compile-condition-case--old): Rename from
4605         byte-compile-condition-case.
4606         (byte-compile-condition-case--new): New function.
4607         (byte-compile-condition-case): New function that dispatches depending
4608         on byte-compile--use-old-handlers.
4609         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4610         when we can.
4612         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4613         Optimize under `condition-case' and `catch' if
4614         byte-compile--use-old-handlers is nil.
4615         (disassemble-offset): Handle new bytecodes.
4617 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4619         * subr.el (error): Use `declare'.
4620         (decode-char, encode-char): Use advertised-calling-convention instead
4621         of the docstring to discourage use of the `restriction' arg.
4623 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4625         * epg.el (epg-verify-file): Add a comment saying that it does not
4626         notify verification error as a return value nor a signal.
4627         (epg-verify-string): Ditto.
4629 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4631         * progmodes/compile.el (compilation-start): Try globbing the arg to
4632         `cd' (bug#15417).
4634 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
4636         Sync with Tramp 2.2.8.
4638         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4639         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4640         * net/trampver.el: Update release number.
4642 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
4644         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4645         and default-process-coding-system for darwin only.
4647 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4651 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
4653         * vc/vc-git.el (vc-git-grep): Disable pager.
4655 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
4657         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4658         Use :url instead of :homepage, as per
4659         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4661         * newcomment.el (comment-beginning): When `comment-use-syntax' is
4662         non-nil, use `syntax-ppss' (Bug#15251).
4664 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4666         * progmodes/octave.el (inferior-octave-startup-file):
4667         Prefer ~/.emacs.d/init_octave.m.
4669 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
4671         * emacs-lisp/package.el (package-desc-from-define):
4672         Accept additional arguments as plist, convert them to an alist and store
4673         them in the `extras' slot.
4674         (package-generate-description-file): Convert extras alist back to
4675         plist and append to the `define-package' form arguments.
4676         (package--alist-to-plist): New function.
4677         (package--ac-desc): Add `extras' slot.
4678         (package--add-to-archive-contents): Check if the archive-contents
4679         vector is long enough, and if it is, pass its `extras' slot value
4680         to `package-desc-create'.
4681         (package-buffer-info): Call `lm-homepage', pass the returned value
4682         to `package-desc-from-define'.
4683         (describe-package-1): Render the homepage button (Bug#13291).
4685         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4686         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4688 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
4690         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4691         and default-process-coding-system to utf-8-unix (Bug#15402).
4693 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
4695         * subr.el (looking-back): Do not recommend using looking-back.
4697 2013-09-28  Alan Mackenzie  <acm@muc.de>
4699         Fix indentation/fontification of Java enum with "implements".
4701         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4702         regexp which matches "implements", etc., in Java.
4703         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4704         specifier clauses coming after "enum".
4705         * progmodes/cc-fonts.el (c-font-lock-declarations)
4706         (c-font-lock-enum-tail): Check for extra specifier clauses coming
4707         after "enum".
4709 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
4711         * faces.el (region): Change ns_selection_color to
4712         ns_selection_fg_color, add ns_selection_bg_color.
4714 2013-09-28  Leo Liu  <sdl.web@gmail.com>
4716         * progmodes/octave.el (inferior-octave-completion-table)
4717         (inferior-octave-completion-at-point): Minor tweaks.
4719         * textmodes/ispell.el (ispell-lookup-words): Rename from
4720         lookup-words.  (Bug#15460)
4721         (lookup-words): Obsolete.
4722         (ispell-complete-word, ispell-command-loop): All uses changed.
4724 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4726         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4727         (octave-mode-menu): Add octave-send-buffer.
4728         (octave-send-buffer): New function.
4730 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4732         * progmodes/octave.el (octave-mode-map): Add key binding for
4733         octave-lookfor.
4734         (octave-mode-menu): Add octave-lookfor.
4735         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4736         octave-lookfor.
4737         (octave-lookfor): New function.
4739 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4741         * emacs-lisp/cl-macs.el:
4742         (cl--loop-destr-temps): Remove.
4743         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4744         its convention.
4745         (cl--loop-set-iterator-function): New function.
4746         (cl-loop): Adjust accordingly, so as not to use cl-subst.
4747         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4748         Bind `it' with `let' instead of substituting it with `cl-subst'.
4749         (cl--unused-var-p): New function.
4750         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4751         Eliminate some unused variable warnings (bug#15326).
4753 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
4755         * doc-view.el (doc-view-scale-reset): Rename from
4756         `doc-view-reset-zoom-level'.
4757         (doc-view-scale-adjust): New command.
4758         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4759         `doc-view-scale-adjust'.
4761 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
4763         * doc-view.el (doc-view-reset-zoom-level): New command.
4764         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4765         zoom commands (bug#15466).
4767 2013-09-26  Kenichi Handa  <handa@gnu.org>
4769         * international/quail.el (quail-help): Make it not a command.
4771 2013-09-26  Leo Liu  <sdl.web@gmail.com>
4773         * minibuffer.el (completion-all-sorted-completions): Make args
4774         optional as they are.
4776 2013-09-25  Daniel Colascione  <dancol@dancol.org>
4778         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4779         specs are and that they're not evaluated.
4781 2013-09-24  Sam Steingold  <sds@gnu.org>
4783         * midnight.el (clean-buffer-list-kill-regexps)
4784         (clean-buffer-list-kill-buffer-names): Update for the new Man
4785         buffer naming which includes the object name.
4787 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * eshell/esh-cmd.el (eshell--sep-terms): New var.
4790         (eshell-parse-command, eshell-parse-pipeline): Use it since
4791         eshell-separate-commands requires a dynamic scoped var.
4792         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4794 2013-09-23  Leo Liu  <sdl.web@gmail.com>
4796         * autoinsert.el (auto-insert-alist): Make the value of
4797         lexical-binding match its file setting.
4799 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
4801         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4803         * autoarg.el (autoarg-kp-digit-argument):
4804         * electric.el (Electric-command-loop):
4805         * kmacro.el (kmacro-step-edit-insert):
4806         Do not set universal-argument-num-events.
4808 2013-09-22  Leo Liu  <sdl.web@gmail.com>
4810         * files.el (interpreter-mode-alist): Add octave.
4812 2013-09-21  Alan Mackenzie  <acm@muc.de>
4814         C++: fontify identifier in declaration following "public:" correctly.
4815         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4816         to match "public", etc.
4817         (c-decl-prefix-re): Add ":" into the C++ value.
4818         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4819         bit.  Add a check for a ":" preceded by "public", etc.
4821 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
4823         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4824         recognized by GDB 7.5 and later.
4826 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
4828         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4830 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * subr.el (internal--call-interactively): New const.
4833         (called-interactively-p): Use it (bug#3984).
4835 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
4837         * vc/pcvs.el (cvs-mode-ignore):
4838         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4839         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4841 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4843         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
4844         (eshell-ls-orig-insert-directory): Remove.
4845         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
4846         (eshell-ls-use-in-dired): Use advice-add/remove.
4847         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4848         Add `orig-fun' arg for use in :around advice.
4849         Make it check (redundantly) eshell-ls-use-in-dired.
4851 2013-09-19  Glenn Morris  <rgm@gnu.org>
4853         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4855         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4857         * emacs-lisp/eieio.el (class-parent): Undo previous change.
4859 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
4861         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4862         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4863         (tramp-get-remote-python): New defuns.
4864         (tramp-get-remote-uid-with-perl)
4865         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
4866         contributed by yary <not.com@gmail.com> (tiny change).
4867         (tramp-get-remote-uid-with-python)
4868         (tramp-get-remote-gid-with-python): New defuns.  Python code
4869         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4870         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4872 2013-09-19  Glenn Morris  <rgm@gnu.org>
4874         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4876         * eshell/em-unix.el (eshell-remove-entries):
4877         Rename argument to avoid name-clash with global `top-level'.
4879         * eshell/esh-proc.el (eshell-kill-process-function):
4880         Remove eshell-reset-after-proc from eshell-kill-hook if present.
4881         (eshell-reset-after-proc): Remove unused arg `proc'.
4883         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4884         (directory-files-and-attributes): Mark unused arg.
4886         * eshell/em-unix.el (eshell-remove-entries):
4887         Remove unused arg `path'.  Update callers.
4889         * eshell/em-hist.el (eshell-hist-parse-arguments):
4890         Remove unused arg `silent'.  Update callers.
4892         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4893         Fix (f)boundp mix-up.
4895         * eshell/em-smart.el (eshell-smart-scroll-window)
4896         (eshell-disable-after-change):
4897         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4899 2013-09-18  Alan Mackenzie  <acm@muc.de>
4901         Fix fontification of type when followed by "const".
4902         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4903         "known" types from fontification.
4905 2013-09-18  Glenn Morris  <rgm@gnu.org>
4907         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4908         (chart-face-list): Drop Emacsen without display-color-p.
4910         * net/eww.el (libxml-parse-html-region): Declare.
4911         (eww-display-html): Explicit error if no libxml2 support.
4913         * doc-view.el (doc-view-mode): Silence --without-x compilation.
4915         * image.el (image-type-from-buffer, image-multi-frame-p):
4916         Remove --without-x warning/error.
4918         * mouse.el (mouse-yank-primary):
4919         * term.el (term-mouse-paste):
4920         Reorder to silence --without-x compilation.
4922         * mpc.el (doc-view-mode): Silence --without-x compilation.
4924         * mail/rmailmm.el (rmail-mime-set-bulk-data):
4925         Silence --without-x compilation.
4927         * progmodes/gud.el (gud-find-file, gud-mode):
4928         Silence --without-x compilation.
4929         (tooltip-mode): Declare.
4931         * wdired.el (dired-backup-overwrite): Remove declaration.
4932         (wdired-mode-map): Add doc string.
4934         * custom.el (x-get-resource): Declare.
4936         * eshell/em-glob.el (ange-cache):
4937         * eshell/em-unix.el (ange-cache): Declare.
4939         * faces.el (x-display-list, x-open-connection, x-get-resource):
4940         Declare.
4942         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4943         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4944         Declare.
4946         * frame.el (x-display-grayscale-p, x-display-name): Declare.
4948         * net/gnutls.el (gnutls-log-level): Declare.
4950         * net/shr.el (image-size, image-animate): Declare.
4952         * simple.el (font-info): Declare.
4954         * subr.el (x-popup-dialog): Declare.
4956         * term/common-win.el (x-select-enable-primary)
4957         (x-last-selected-text-primary, x-last-selected-text-clipboard):
4958         Declare.
4960         * term/ns-win.el (x-handle-args): Declare.
4962         * term/x-win.el (x-select-enable-clipboard): Declare.
4964         * term/w32-win.el (create-default-fontset): Declare.
4966         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4967         Declare.
4969         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4970         (fit-frame-to-buffer): Explicit error if --without-x.
4971         (mouse-autoselect-window-select): Silence compiler.
4973         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4975         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4976         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4977         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4978         * eshell/esh-util.el (eshell-sublist):
4979         Remove unused local variables.
4981         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4983         * textmodes/two-column.el: Make 2C-split work for --without-x.
4984         (scroll-bar-columns): Autoload.
4985         (top-level): Require fringe when compiling.
4987 2013-09-18  Leo Liu  <sdl.web@gmail.com>
4989         * subr.el (add-hook): Robustify to handle closure as well.
4991 2013-09-17  Glenn Morris  <rgm@gnu.org>
4993         * simple.el (messages-buffer-mode-map): Unbind "g".
4995 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4997         * help-mode.el (help-mode-finish): Use derived-mode-p.
4998         Remove obsolete highlighting.
5000         * play/life.el (life-mode): Use define-derived-mode.  Derive from
5001         special-mode.
5002         (life): Let-bind inhibit-read-only.
5003         (life-setup): Avoid `setq'.  Use `life-mode'.
5005         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
5006         which should not be needed any more.
5007         (package-menu-refresh, package-menu-describe-package): Use user-error.
5009         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
5010         (eshell-post-rewrite-command-hook): Make obsolete.
5011         (eshell-parse-command): Simplify.
5012         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
5013         (eshell--cmd): Declare.
5014         (eshell-parse-pipeline): Remove unused var `final-p'.
5015         Pass a dynvar to eshell-post-rewrite-command-hook.
5016         Implement the new eshell-post-rewrite-command-function.
5017         (eshell-invoke-directly): Remove unused arg `input'.
5018         * eshell/esh-io.el (eshell-io-initialize):
5019         Use eshell-post-rewrite-command-function (bug#15399).
5020         (eshell--apply-redirections): Rename from eshell-apply-redirections;
5021         adjust to new calling convention.
5022         (eshell-create-handles): Rename args to avoid clashing with dynvar
5023         `standard-output'.
5025 2013-09-17  Glenn Morris  <rgm@gnu.org>
5027         * simple.el (messages-buffer-mode): New major mode.
5028         (messages-buffer): New function.
5029         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
5030         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
5031         (ert-run-test): Use `messages-buffer' function.
5032         (ert--force-message-log-buffer-truncation): Ignore read-only.
5033         * help.el (view-echo-area-messages): Use `messages-buffer' function.
5034         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
5036 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
5040         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
5042 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5044         * icomplete.el (icomplete-in-buffer): New var.
5045         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
5046         vars and replace them with functions.
5047         (icomplete-minibuffer-setup): Adjust accordingly.
5048         (icomplete--completion-table, icomplete--completion-predicate)
5049         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
5050         New functions.
5051         (icomplete-forward-completions, icomplete-backward-completions)
5052         (icomplete-simple-completing-p, icomplete-exhibit)
5053         (icomplete-completions): Use them.
5054         (icomplete--in-region-buffer): New var.
5055         (icomplete--in-region-setup): New function.
5056         (icomplete-mode): Use it.
5058         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
5059         (bug#15379).
5060         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
5061         return args and options.
5062         (eshell-eval-using-options): Use the new return value of
5063         eshell--do-opts to set the options's vars in their scope.
5064         (eshell--set-option): Rename from eshell-set-option.
5065         Add arg `opt-vals'.
5066         (eshell--process-option): Rename from eshell-process-option.
5067         Add arg `opt-vals'.
5068         (eshell--process-args): Use an `opt-vals' alist to store the options's
5069         values during their processing and return them additionally to the
5070         remaining args.
5072 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
5074         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
5075         continuation character an operator, as far as indentation is
5076         concerned (Bug#15369).
5078 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
5080         * window.el (window--state-put-2): Don't process buffer state
5081         when buffer doesn't exist any more (Bug#15382).
5083 2013-09-15  Glenn Morris  <rgm@gnu.org>
5085         * eshell/em-unix.el (eshell/rm):
5086         Make -f ignore missing files.  (Bug#15373)
5088         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
5089         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
5090         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
5092 2013-09-14  Glenn Morris  <rgm@gnu.org>
5094         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
5096 2013-09-13  Glenn Morris  <rgm@gnu.org>
5098         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
5099         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
5101 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
5103         * frame.el (x-focus-frame): Mark as declared in frame.c.
5105 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5107         * ls-lisp.el: Use advice-add.
5108         (original-insert-directory): Remove.
5109         (ls-lisp--insert-directory): Rename from insert-directory; add
5110         `orig-fun' argument.
5111         (insert-directory): Advise.
5113 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
5115         * term.el (term-emulate-terminal): Decode the command string
5116         before passing it to term-command-hook.  (Bug#15337)
5118 2013-09-13  Glenn Morris  <rgm@gnu.org>
5120         * eshell/esh-util.el (ange-cache): Move declaration earlier.
5122         * eshell/esh-ext.el (eshell-search-path): Declare.
5124         * eshell/em-prompt.el (eshell/pwd): Autoload it.
5125         Otherwise an error occurs if eshell-dirs module not loaded.
5127         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
5129 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
5131         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
5132         `tramp-check-proper-host'.  Check for a valid method name.
5134         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5135         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5136         * net/tramp-sh.el (tramp-maybe-open-connection):
5137         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
5139         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
5140         also for hash values.
5142 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * term/ns-win.el (parameters): Don't declare as dynamic.
5145         (before-make-frame-hook): Don't add ineffective function.
5147         * eshell/*.el: Use lexical-binding (bug#15231).
5149 2013-09-12  Kenichi Handa  <handa@gnu.org>
5151         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
5153 2013-09-12  Glenn Morris  <rgm@gnu.org>
5155         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
5156         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
5158         * subr.el (do-after-load-evaluation): Also give compiler warnings
5159         when obsolete files are used (except by obsolete files).
5161         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
5162         in the status output, assume `filename' is the first.  (Bug#15322)
5164         * vc/vc.el (vc-deduce-fileset): Doc fix.
5166         * calc/calc-help.el (Info-goto-node):
5167         * progmodes/cperl-mode.el (Info-find-node):
5168         * vc/ediff.el (Info-goto-node): Update declarations.
5170         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
5172         * vc/vc-bzr.el (vc-compilation-mode): Declare.
5173         (vc-bzr-pull): Require vc-dispatcher.
5174         * vc/vc-git.el (vc-compilation-mode): Declare.
5175         (vc-git-pull): Require vc-dispatcher.
5177         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
5179         * progmodes/octave.el (help-button-action): Declare.
5181         * shell.el (shell-directory-tracker): Output error as a message
5182         rather than just returning it as a string.
5183         (shell-process-pushd): Remove useless use of message.
5185         * dframe.el (dframe-timer-fn):
5186         * files.el (dir-locals-read-from-file):
5187         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
5188         (mpc-format):
5189         * reveal.el (reveal-post-command):
5190         * saveplace.el (load-save-place-alist-from-file):
5191         * shell.el (shell-resync-dirs):
5192         * w32-common-fns.el (x-get-selection-value):
5193         * emacs-lisp/copyright.el (copyright-find-copyright):
5194         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
5195         * emulation/tpu-edt.el (tpu-copy-keyfile):
5196         * play/bubbles.el (bubbles--mark-neighbourhood):
5197         * progmodes/executable.el
5198         (executable-make-buffer-file-executable-if-script-p):
5199         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
5201 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5203         Cleanup Eshell to rely less on dynamic scoping.
5204         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
5205         last-value, and ext-command here.  Bind `args' closer to `body'.
5206         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
5207         (eshell--args): Declare new dynamic var.
5208         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
5209         last-value, and ext-command.  Pass `args' to `body'.
5210         (eshell-process-args): Bind eshell--args.
5211         (eshell-set-option): Use eshell--args.
5212         * eshell/eshell.el (eshell): Use derived-mode-p.
5213         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
5214         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
5215         (eshell-glob-function): Declare.
5216         * eshell/esh-util.el: Require cl-lib.
5217         (eshell-read-hosts-file): Avoid add-to-list.
5218         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
5219         `err'.
5220         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
5221         Declare.
5222         (eshell/diff): Remove unused var `err'.
5223         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
5224         `killflag'.
5225         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
5226         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
5227         first use.
5228         * eshell/em-glob.el (eshell-glob-matches, message-shown):
5229         Move declaration before first use.
5230         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
5231         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
5232         rely on cl-return.
5234 2013-09-12  Glenn Morris  <rgm@gnu.org>
5236         * term/ns-win.el (global-map): Remove binding for ispell-next,
5237         deleted 1999-05-29.  (Bug#15357)
5239 2013-09-11  Glenn Morris  <rgm@gnu.org>
5241         * echistory.el (electric-command-history): Remove call to deleted func.
5243         * play/landmark.el (landmark-mode): Fix typos.
5245         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
5246         Check cvs-sort-ignore-file is bound.
5248         * savehist.el: No need for cl when compiling on Emacs.
5250 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
5253         (bug#15338).
5254         (eshell-self-insert-command, eshell-send-invisible):
5255         Remove unused argument.
5256         (eshell-handle-control-codes): Remove unused var `orig'.
5257         Avoid delete-backward-char.
5259         * files.el (set-auto-mode): Simplify a bit further.
5261 2013-09-11  Glenn Morris  <rgm@gnu.org>
5263         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
5264         (set-auto-mode): Don't regexp-quote elements.
5265         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
5266         * progmodes/cc-mode.el (interpreter-mode-alist):
5267         * progmodes/ruby-mode.el (interpreter-mode-alist):
5268         Revert previous change.
5270 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5272         * play/snake.el (snake-mode):
5273         * play/mpuz.el (mpuz-mode):
5274         * play/landmark.el (lm-mode):
5275         * play/blackbox.el (blackbox-mode):
5276         * play/5x5.el (5x5-mode):
5277         * obsolete/options.el (Edit-options-mode):
5278         * net/quickurl.el (quickurl-list-mode):
5279         * net/newst-treeview.el (newsticker-treeview-mode):
5280         * mail/rmailsum.el (rmail-summary-mode):
5281         * mail/mspools.el (mspools-mode):
5282         * locate.el (locate-mode):
5283         * ibuffer.el (ibuffer-mode):
5284         * emulation/ws-mode.el (wordstar-mode):
5285         * emacs-lisp/debug.el (debugger-mode):
5286         * array.el (array-mode):
5287         * net/eudc.el (eudc-mode): Use define-derived-mode.
5288         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
5289         Move initialization into declaration.
5290         (mairix-searches-mode): Use define-derived-mode.
5291         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
5292         (eudc-edit-hotlist): Use dolist.
5293         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
5294         (Man-mode): Use define-derived-mode.
5295         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
5296         (Info-edit-mode): Use define-derived-mode.
5297         (Info-cease-edit): Use Info-mode.
5298         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
5299         into declaration.
5300         (eshell-mode): Use define-derived-mode.
5301         * chistory.el (command-history-mode-map): Rename from
5302         command-history-map.
5303         (command-history-mode): Use define-derived-mode.
5304         (Command-history-setup): Remove function.
5305         * calc/calc.el (calc-trail-mode-map): New var.
5306         (calc-trail-mode): Use define-derived-mode.
5307         (calc-trail-buffer): Set calc-main-buffer manually.
5308         * bookmark.el (bookmark-insert-annotation): New function.
5309         (bookmark-edit-annotation): Use it.
5310         (bookmark-edit-annotation-mode): Make it a proper major mode.
5311         (bookmark-send-edited-annotation): Use derived-mode-p.
5312         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
5313         closer to its ideal place.  Use \' to match EOS.
5315         * profiler.el (profiler-calltree-find): Use function-equal.
5317 2013-09-10  Glenn Morris  <rgm@gnu.org>
5319         * files.el (interpreter-mode-alist): Convert to regexps.
5320         (set-auto-mode): Adapt for this.  (Bug#15306)
5321         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
5322         Comment out unused variable.
5323         * progmodes/cc-mode.el (interpreter-mode-alist):
5324         * progmodes/python.el (interpreter-mode-alist):
5325         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
5326         * progmodes/sh-script.el (sh-set-shell):
5327         No longer use interpreter-mode-alist to get list of shells.
5329         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
5331 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5333         * simple.el: Use set-temporary-overlay-map for universal-argument.
5334         (universal-argument-map): Don't use default-bindings (bug#15317).
5335         Bind switch-frame explicitly.  Replace universal-argument-minus with
5336         a conditional binding.
5337         (universal-argument-num-events, saved-overriding-map): Remove.
5338         (restore-overriding-map): Remove.
5339         (universal-argument--mode): Rename from save&set-overriding-map,
5340         and rewrite.
5341         (universal-argument, universal-argument-more, negative-argument)
5342         (digit-argument): Adjust accordingly.
5343         (universal-argument-minus): Remove.
5344         (universal-argument-other-key): Remove.
5346         * subr.el (with-demoted-errors): Add `format' argument.
5348 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
5350         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
5351         `tramp-cleanup-connection'.
5353         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
5354         parameters KEEP-DEBUG and KEEP-PASSWORD.
5356         * net/tramp.el (tramp-file-name-handler):
5357         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5358         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5359         (tramp-maybe-open-connection):
5360         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5361         Use `tramp-cleanup-connection'.
5363         * net/tramp-sh.el (tramp-maybe-open-connection):
5364         Catch 'uname-changed inside the progress reporter.
5366 2013-09-10  Glenn Morris  <rgm@gnu.org>
5368         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
5370         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5371         returns "alternate access method" in mode (eg "-rw-r--r--.").
5373 2013-09-08  Glenn Morris  <rgm@gnu.org>
5375         * saveplace.el (load-save-place-alist-from-file):
5376         Demote errors.  (Bug#15305)
5378 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
5380         Improve compatibility with older Emacsen, and XEmacs.
5382         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5383         only if it is bound.  It isn't for XEmacs.
5384         (with-tramp-progress-reporter): Do not let-bind `result'.
5385         This yields to scoping errors in XEmacs.
5386         (tramp-handle-make-auto-save-file-name): New function, moved from
5387         tramp-sh.el.
5389         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5390         for `make-auto-save-file-name'.
5391         (tramp-adb--gnu-switches-to-ash):
5392         Use `tramp-compat-replace-regexp-in-string'.
5394         * net/tramp-cache.el (tramp-cache-print): Call
5395         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
5397         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5398         bound.  It isn't for XEmacs.
5400         * net/tramp-compat.el (tramp-compat-copy-file):
5401         Catch `wrong-number-of-arguments' error.
5402         (tramp-compat-replace-regexp-in-string): New defun.
5404         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5405         for `make-auto-save-file-name'.
5406         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5407         `copy-file'.
5408         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5409         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5410         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5412         * net/tramp-gw.el (tramp-gw-open-network-stream):
5413         Use `tramp-compat-replace-regexp-in-string'.
5415         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5416         Call `tramp-handle-make-auto-save-file-name'.
5417         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5418         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5419         (tramp-sh-file-inotifywait-process-filter):
5420         Use `tramp-compat-replace-regexp-in-string'.
5421         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5423         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5424         for `make-auto-save-file-name'.
5425         (tramp-smb-handle-copy-directory):
5426         Call `tramp-compat-replace-regexp-in-string'.
5427         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5428         (tramp-smb-handle-copy-file): Improve error message.
5429         (tramp-smb-handle-rename-file): Rename directly only in case
5430         `newname' does not exist yet.  This is a restriction of smbclient.
5431         (tramp-smb-maybe-open-connection): Rerun the function only when
5432         `auth-sources' is non-nil.
5434 2013-09-08  Kenichi Handa  <handa@gnu.org>
5436         * international/characters.el: Set category "^" (Combining) for
5437         more characters.
5439 2013-09-07  Alan Mackenzie  <acm@muc.de>
5441         Correctly fontify Java class constructors.
5442         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5443         in Java Mode.
5444         (c-recognize-typeless-decls): Set the Java value to t.
5445         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5446         While handling a "(", add a check for, effectively, Java, and handle a
5447         "typeless" declaration there.
5449 2013-09-07  Roland Winkler  <winkler@gnu.org>
5451         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5452         field subtitle for entry type book.
5454 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5456         * minibuffer.el: Make minibuffer-complete call completion-in-region
5457         rather than other way around.
5458         (completion--some, completion-pcm--find-all-completions):
5459         Don't delay signals when debugging.
5460         (minibuffer-completion-contents): Beware fields within the
5461         minibuffer contents.
5462         (completion-all-sorted-completions): Use defvar-local.
5463         (completion--do-completion, completion--cache-all-sorted-completions)
5464         (completion-all-sorted-completions, minibuffer-force-complete):
5465         Add args `beg' and `end'.
5466         (completion--in-region-1): New fun, extracted from minibuffer-complete.
5467         (minibuffer-complete): Use completion-in-region.
5468         (completion-complete-and-exit): New fun, extracted from
5469         minibuffer-complete-and-exit.
5470         (minibuffer-complete-and-exit): Use it.
5471         (completion--complete-and-exit): Rename from
5472         minibuffer--complete-and-exit.
5473         (completion-in-region--single-word): New function, extracted from
5474         minibuffer-complete-word.
5475         (minibuffer-complete-word): Use it.
5476         (display-completion-list): Make `common-substring' argument obsolete.
5477         (completion--in-region): Call completion--in-region-1 instead of
5478         minibuffer-complete.
5479         (completion-help-at-point): Pass boundaries to
5480         minibuffer-completion-help as args rather than via an overlay.
5481         (completion-pcm--string->pattern): Use `any-delim'.
5482         (completion-pcm--optimize-pattern): New function.
5483         (completion-pcm--pattern->regex): Handle `any-delim'.
5484         * icomplete.el (icomplete-forward-completions)
5485         (icomplete-backward-completions, icomplete-completions):
5486         Adjust calls to completion-all-sorted-completions and
5487         completion--cache-all-sorted-completions.
5488         (icomplete-with-completion-tables): Default to t.
5489         * emacs-lisp/crm.el (crm--current-element): Rename from
5490         crm--select-current-element.  Don't put an overlay but return the
5491         boundaries instead.
5492         (crm--completion-command): Take two new args to bind to the boundaries.
5493         (crm-completion-help): Adjust accordingly.
5494         (crm-complete): Use completion-in-region.
5495         (crm-complete-word): Use completion-in-region--single-word.
5496         (crm-complete-and-exit): Use completion-complete-and-exit.
5498 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5501         than dynamically.
5503 2013-09-06  Juri Linkov  <juri@jurta.org>
5505         * info.el (Info-display-images-node): When image file doesn't exist
5506         display text version of the image if it's provided in the Info file.
5507         Otherwise, display the location of missing image from SRC attribute.
5508         Add help-echo text property from ALT attribute.  (Bug#15279)
5510 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5512         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5513         (edit-abbrevs-mode): Use define-derived-mode.
5515         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5516         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5517         that it's defined.
5518         (epa-key-list-mode, epa-key-mode, epa-info-mode):
5519         Use define-derived-mode.
5521         * epg.el (epg-start-encrypt): Minor CSE simplification.
5523 2013-09-06  William Xu  <william.xwl@gmail.com>
5525         * arc-mode.el: Add support for 7za (bug#15264).
5526         (archive-7z-program): New var.
5527         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5528         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5529         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5531 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
5533         Remove URL syntax.
5535         * net/tramp.el (tramp-syntax, tramp-prefix-format)
5536         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5537         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5538         (tramp-postfix-host-format, tramp-file-name-regexp)
5539         (tramp-completion-file-name-regexp)
5540         (tramp-completion-dissect-file-name)
5541         (tramp-handle-substitute-in-file-name): Remove 'url case.
5542         (tramp-file-name-regexp-url)
5543         (tramp-completion-file-name-regexp-url): Remove constants.
5545 2013-09-06  Glenn Morris  <rgm@gnu.org>
5547         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
5549 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
5551         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5552         keywords" below "here-doc beginnings" (Bug#15270).
5554 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5556         * subr.el (pop): Use `car-safe'.
5557         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5558         to detect unused `pop' return value.
5560         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5561         var `block-regexp'.
5562         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5563         (python-fill-string): Remove unused var `marker'.
5564         (python-skeleton-add-menu-items): Remove unused var `items'.
5566         * international/mule-cmds.el: Require CL.
5567         (find-coding-systems-for-charsets): Avoid add-to-list.
5568         (sanitize-coding-system-list): New function, extracted from
5569         select-safe-coding-system-interactively.
5570         (select-safe-coding-system-interactively): Use it.
5571         (read-input-method-name): Accept symbols for `default'.
5573         * emacs-lisp/advice.el (defadvice): Add indent rule.
5575 2013-09-05  Daniel Hackney  <dan@haxney.org>
5577         * dired-x.el:
5578         * net/ange-ftp.el:
5579         * net/browse-url.el:
5580         * net/dbus.el:
5581         * net/eudc.el:
5582         * net/eudcb-ldap.el:
5583         * net/eww.el:
5584         * net/imap.el:
5585         * printing.el:
5586         * vc/ediff-diff.el:
5587         * vc/ediff-init.el:
5588         * vc/ediff-merg.el:
5589         * vc/ediff-mult.el:
5590         * vc/ediff-util.el:
5591         * vc/ediff-wind.el:
5592         * vc/ediff.el:
5593         * vc/emerge.el:
5594         * vc/pcvs.el:
5595         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5596         byte compiler.  Remove some unused let-bound variables.
5598 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5601         a "ref-cell", since it gets better optimized (bug#14883).
5603 2013-09-05  Glenn Morris  <rgm@gnu.org>
5605         * progmodes/cc-awk.el (c-forward-sws): Declare.
5607 2013-09-04  Glenn Morris  <rgm@gnu.org>
5609         * generic-x.el [rul-generic-mode]: Require cc-mode.
5610         (c++-mode-syntax-table): Declare.
5611         (rul-generic-mode-syntax-table): Init in the defvar.
5613 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5615         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5616         (vc-do-command, vc-set-async-update):
5617         * vc/vc-mtn.el (vc-mtn-dir-status):
5618         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5619         (vc-hg-pull, vc-hg-merge-branch):
5620         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5621         (vc-git-merge-branch):
5622         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5623         (vc-cvs-dir-status-files):
5624         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5625         (vc-bzr-dir-status-files):
5626         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5627         * vc/vc-annotate.el: Use lexical-binding.
5628         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5629         (vc-sentinel-movepoint): Declare.
5630         (vc-annotate): Don't use `goto-line'.
5631         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5632         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5633         (vc-sentinel-movepoint): Declare.
5634         * vc/vc-svn.el: Use lexical-binding.
5635         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5636         * vc/vc-sccs.el:
5637         * vc/vc-rcs.el: Use lexical-binding.
5639         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5640         `deleted'.  Don't drop errors silently.
5642         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5644 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
5646         * vc/vc.el (vc-ignore): Rewrite.
5647         (vc-default-ignore): New function.
5648         (vc-default-ignore-completion-table): Use find-ignore-file.
5650         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5651         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5652         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5653         Remove.  Most code moved to vc.el.
5655 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5657         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5658         * net/tramp-smb.el (tramp-smb-get-file-entries):
5659         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5660         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5662         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5663         Update call to it.
5664         (eww-change-select): Remove unused var `properties'.
5665         (eww-make-unique-file-name): Remove unused var `base'.
5667         * finder.el (finder-compile-keywords): Don't mess with windows.
5669         * calculator.el (calculator-funcall): Fix typo in last change.
5671         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5673         * emacs-lisp/package.el (package-activate-1): Don't let a missing
5674         <pkg>-autoloads.el file stop us.
5676         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5677         warnings, and factor out common code.
5679 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
5681         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5682         two-character operators and whether the character preceding them
5683         changes their meaning (Bug#15208).
5685 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5687         Format code sent to Python shell for robustness.
5688         * progmodes/python.el (python-shell-buffer-substring):
5689         New function.
5690         (python-shell-send-region, python-shell-send-buffer): Use it.
5692 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
5694         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5695         * net/tramp.el (tramp-user-error): ... here.
5696         (tramp-find-method, tramp-check-proper-host)
5697         (tramp-dissect-file-name, tramp-debug-message)
5698         (tramp-handle-shell-command):
5699         * net/tramp-adb.el (tramp-adb-handle-shell-command):
5700         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5702         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5704 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
5706         * avoid.el (mouse-avoidance-point-position)
5707         (mouse-avoidance-too-close-p): Handle case where posn-at-point
5708         returns nil.
5710 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5712         * progmodes/python.el (python-shell-completion-get-completions):
5713         Drop use of deleted `comint-last-prompt-overlay'.
5714         (python-nav-if-name-main): New command.
5716 2013-09-01  Glenn Morris  <rgm@gnu.org>
5718         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5719         Avoid leading space in $wins.  Otherwise the sed command used by
5720         eg compile-main ends up containing "/*.el".  (Bug#15170)
5722         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
5724 2013-08-30  Glenn Morris  <rgm@gnu.org>
5726         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5727         Fix is-this-a-directory logic.  (Bug#15220)
5729 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5731         * textmodes/css-mode.el: Use SMIE.
5732         (css-smie-grammar): New var.
5733         (css-smie--forward-token, css-smie--backward-token)
5734         (css-smie-rules): New functions.
5735         (css-mode): Use them.
5736         (css-navigation-syntax-table): Remove var.
5737         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5738         (css-indent-calculate, css-indent-line): Remove functions.
5740         Misc changes to reduce use of `(lambda...); and other cleanups.
5741         * cus-edit.el: Use lexical-binding.
5742         (customize-push-and-save, customize-apropos)
5743         (custom-buffer-create-internal): Use closures.
5744         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5745         * progmodes/ada-xref.el: Use setq.
5746         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5747         * dframe.el: Use lexical-binding.
5748         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
5749         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5750         * descr-text.el: Use lexical-binding.
5751         (describe-text-widget, describe-text-sexp, describe-property-list):
5752         Use closures.
5753         * comint.el (comint-history-isearch-push-state): Use a closure.
5754         * calculator.el: Use lexical-binding.
5755         (calculator-number-to-string): Make it work with lexical-binding.
5756         (calculator-funcall): Same and use cl-letf.
5758         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5759         (lisp--company-doc-string, lisp--company-location): New functions.
5760         (lisp-completion-at-point): Use them to improve Company support.
5762         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5763         params of lambda expressions.
5764         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5765         (ruby-smie--opening-pipe-p): New function.
5766         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5767         symbols and matched |...| for formal params.
5768         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5769         from being treated as hanging.  Handle "rescue".
5771 2013-08-29  Glenn Morris  <rgm@gnu.org>
5773         * progmodes/cc-engine.el (c-pull-open-brace):
5774         Move definition before use.
5776 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5779         are immutable.  Don't use `unsafe' any more.
5780         (cl--defsubst-expand): Don't substitute at the same time as keeping
5781         a residual unused let-binding.  Don't use `unsafe' any more.
5783 2013-08-29  Glenn Morris  <rgm@gnu.org>
5785         * calendar/cal-china.el (calendar-chinese-year-cache):
5786         Recenter on 2015.
5788         * nxml/nxml-util.el (nxml-debug-clear-inside):
5789         Use cl-loop rather than loop.
5791         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5793         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5795 2013-08-28  Glenn Morris  <rgm@gnu.org>
5797         * progmodes/antlr-mode.el: No need to require cc-mode twice.
5799         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5801         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5803 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * simple.el (repeat-complex-command--called-interactively-skip):
5806         New function.
5807         (repeat-complex-command): Use it (bug#14136).
5809         * progmodes/cc-mode.el: Minor cleanup of var declarations.
5810         (c-define-abbrev-table): Add `doc' argument.
5811         (c-mode-abbrev-table, c++-mode-abbrev-table)
5812         (objc-mode-abbrev-table, java-mode-abbrev-table)
5813         (idl-mode-abbrev-table, pike-mode-abbrev-table)
5814         (awk-mode-abbrev-table): Use it.
5815         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5816         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5817         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5818         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5819         Move initialization into the declaration; and remove any
5820         autoload cookie.
5822         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5823         and dynamic let binding.
5825         * vc/smerge-mode.el: Remove redundant :group args.
5827         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5828         to load-path.
5830 2013-08-28  Juri Linkov  <juri@jurta.org>
5832         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5833         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5834         (isearch-other-meta-char): Handle an undefined shifted printing
5835         character by downshifting it.  (Bug#15200)
5837 2013-08-28  Juri Linkov  <juri@jurta.org>
5839         * isearch.el (isearch-search): Change regexp error message for
5840         non-regexp searches.  (Bug#15166)
5842 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5844         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5845         for portability to hosts where /bin/sh has problems.
5847 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5851 2013-08-27  Juri Linkov  <juri@jurta.org>
5853         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5854         in the keyboard macro.  (Bug#15126)
5856 2013-08-27  Juri Linkov  <juri@jurta.org>
5858         * isearch.el (isearch-quote-char): Comment out converting unibyte
5859         to multibyte, thus syncing with its `quoted-insert' counterpart.
5860         (Bug#15166)
5862 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
5864         * window.el (display-buffer-use-some-window): Add missing
5865         argument in call of get-largest-window (Bug#15185).
5866         Reported by Stephen Leake.
5868 2013-08-27  Glenn Morris  <rgm@gnu.org>
5870         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5872 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * progmodes/python.el (python-font-lock-keywords): Don't return nil
5875         from a matcher-function unless there's no more matches (bug#15161).
5877 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5879         * minibuffer.el: Revert change from 2013-08-20.
5881         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5882         with text property `tramp-default', if appropriate.
5883         (tramp-check-proper-host): New defun.
5884         (tramp-dissect-file-name): Do not check hostname.  Revert change
5885         of 2013-03-18.
5886         (tramp-backtrace): Make VEC-OR-PROC optional.
5888         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5889         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5890         * net/tramp-sh.el (tramp-maybe-open-connection):
5891         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5892         Apply `tramp-check-proper-host'.
5894 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
5896         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5897         lambda expression in order to have `describe-variable' display it.
5899 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5901         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5902         BUF can be optional.  (Bug#15186)
5904 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
5906         * progmodes/flymake.el (flymake-get-real-file-name-function):
5907         Fix broken customization.  (Bug#15184)
5909 2013-08-25  Alan Mackenzie  <acm@muc.de>
5911         Improve indentation of bracelists defined by macros (without "=").
5913         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5914         expansion begins with "{", regard it as bracelist when it doesn't
5915         contain a ";".
5917         Parse C++ inher-intro when there's a template split over 2 lines.
5919         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5920         rigorously the search for "class" etc. followed by ":".
5922         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5923         random languages a regexp which never matches rather than nil.
5925         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5927         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5928         (c-awk-regexp-one-line-possibly-open-char-list-re)
5929         (c-awk-one-line-possibly-open-regexp-re)
5930         (c-awk-one-line-non-syn-ws*-re): Remove.
5931         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5932         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5933         (c-awk-space*-unclosed-regexp-/-re): New constants.
5934         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5935         aren't regexp delimiters.
5937         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5938         handling for a rare situation in AWK Mode involving unterminated
5939         strings/regexps.
5941 2013-08-23  Glenn Morris  <rgm@gnu.org>
5943         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5945         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5947         * files.el (create-file-buffer): If the result would begin with
5948         spaces, prepend a "|" instead of removing them.  (Bug#15162)
5950 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5953         text-properties (bug#15155).
5955         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5956         exist any more.
5957         (calc-keypad-redraw): Remove unused var `pad'.
5958         (calc-keypad-press): Remove unused var `menu'.
5960 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
5962         * window.el (display-buffer-pop-up-frame):
5963         Call pop-up-frame-function with BUFFER current so `make-frame' will
5964         use it as the new frame's buffer (Bug#15133).
5966 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5968         * calendar/timeclock.el: Minor cleanups.
5969         (timeclock-ask-before-exiting, timeclock-use-display-time):
5970         Use `symbol'.
5971         (timeclock-modeline-display): Define as alias before the
5972         actual definition.
5973         (timeclock-mode-line-display): Use define-minor-mode.
5974         (timeclock-day-list-template): Make it a function, add an argument.
5975         (timeclock-day-list-required, timeclock-day-list-length)
5976         (timeclock-day-list-debt, timeclock-day-list-span)
5977         (timeclock-day-list-break): Adjust calls accordingly.
5979 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5982         Use read--expression so that completion works again.
5984 2013-08-21  Sam Steingold  <sds@gnu.org>
5986         Add rudimentary inferior shell interaction
5987         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5988         (sh-set-shell): Reset it.
5989         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5990         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5992 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5994         * align.el: Use lexical-binding.
5995         (align-region): Simplify accordingly.
5997 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
5999         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
6001         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
6002         `non-essential' up.
6004 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
6006         * net/tramp.el:
6007         * net/tramp-adb.el:
6008         * net/tramp-cmds.el:
6009         * net/tramp-ftp.el:
6010         * net/tramp-gvfs.el:
6011         * net/tramp-gw.el:
6012         * net/tramp-sh.el: Don't wrap external variable declarations by
6013         `eval-when-compile'.
6015 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
6018         now that Emacs supports ImageMagick animations.
6020 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
6022         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
6023         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
6025 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
6027         * window.el (mouse-autoselect-window-select): Do autoselect when
6028         mouse pointer is on margin.
6030 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
6032         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
6034 2013-08-16  Glenn Morris  <rgm@gnu.org>
6036         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
6037         Handle "Remote Directory" response of some clients.  (Bug#15058)
6039         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
6040         Tweak warning.  (Bug#14926)
6042         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
6043         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
6045         * image-mode.el (image-mode-map): Add menu items to reverse,
6046         increase, decrease, reset animation speed.
6047         (image--set-speed, image-increase-speed, image-decrease-speed)
6048         (image-reverse-speed, image-reset-speed): New functions.
6049         (image-mode-map): Add bindings for speed commands.
6051         * image.el (image-animate-get-speed, image-animate-set-speed):
6052         New functions.
6053         (image-animate-timeout): Respect image :speed property.
6055 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
6058         previous line (bug#15101).
6059         (debugger-eval-expression, debugger-record-expression):
6060         Use read--expression (bug#15102).
6062 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
6064         Remove byte compiler warnings, visible when compiling with
6065         `byte-compile-force-lexical-warnings' set to t.
6067         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
6068         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
6069         (tramp-handle-unhandled-file-name-directory)
6070         (tramp-handle-file-notify-add-watch, tramp-action-login)
6071         (tramp-action-succeed, tramp-action-permission-denied)
6072         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
6073         arguments with "_".
6075         * net/tramp-adb.el (tramp-adb-parse-device-names)
6076         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
6077         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
6078         (tramp-adb-handle-file-truename): Remove unused arguments.
6080         * net/tramp-cache.el (tramp-flush-directory-property)
6081         (tramp-flush-connection-property, tramp-list-connections)
6082         (tramp-parse-connection-properties): Prefix unused arguments with "_".
6084         * net/tramp-compat.el (tramp-compat-make-temp-file):
6085         Rename FILENAME to F.
6087         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6088         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
6089         (tramp-zeroconf-parse-workstation-device-names)
6090         (tramp-zeroconf-parse-webdav-device-names)
6091         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
6093         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6094         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
6096         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
6097         arguments.
6098         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
6099         (tramp-sh-handle-insert-file-contents-literally)
6100         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
6101         with "_".
6102         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
6103         Remove unused variables.
6105         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6106         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
6107         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
6109         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
6110         Make them a defconst.
6111         (tramp-uuencode-region): Remove unused variable.
6113 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
6115         * frameset.el (frameset--prop-setter): New function.
6116         (frameset-prop): Add gv-setter declaration.
6117         (frameset-filter-minibuffer): Deal with the case that the minibuffer
6118         parameter was already set in FILTERED.  Doc fix.
6119         (frameset--record-minibuffer-relationships): Allow saving a
6120         minibufferless frame without its corresponding minibuffer frame.
6121         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
6122         frame, if the frame id matches.
6123         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
6124         frames before orphaned ones.
6125         (frameset-restore): Warn about orphaned windows, instead of error out.
6127 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
6129         * window.el (window-make-atom): Don't overwrite parameter
6130         already present.
6131         (display-buffer-in-atom-window): Handle special case where we
6132         split an already atomic window.
6133         (window--major-non-side-window, display-buffer-in-side-window)
6134         (window--side-check): Ignore minibuffer window when walking
6135         window tree.
6136         (window-deletable-p): Return 'frame only if no other frame uses
6137         our minibuffer window.
6138         (record-window-buffer): Run buffer-list-update-hook.
6139         (split-window): Make sure window--check-frame won't destroy an
6140         existing atomic window in case the new window gets nested
6141         inside.
6142         (display-buffer-at-bottom): Ignore minibuffer window when
6143         walking window tree.  Don't split a side window.
6144         (pop-to-buffer): Don't set-buffer here, the select-window call
6145         should do that.
6146         (mouse-autoselect-window-select): Autoselect only if we are in the
6147         text portion of the window.
6149 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6151         * net/shr.el (shr-parse-image-data): New function to grab both the
6152         data itself and the Content-Type.
6153         (shr-put-image): Use it.
6155         * net/eww.el (eww-display-image): Ditto.
6157         * image.el (image-content-type-suffixes): New variable.
6159 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6161         * progmodes/python.el (python-imenu--build-tree)
6162         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
6164 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
6166         * simple.el (backward-word): Mention the optional argument.
6168 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6170         * frameset.el (frameset--make): Rename constructor from make-frameset.
6171         (frameset-p, frameset-valid-p): Don't autoload.
6172         (frameset-valid-p): Use normal accessors.
6174 2013-08-13  Glenn Morris  <rgm@gnu.org>
6176         * progmodes/compile.el (compile-command): Tweak example in doc.
6177         * obsolete/scribe.el (scribe-mode):
6178         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
6180         * mail/feedmail.el (feedmail-confirm-outgoing)
6181         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
6183         * cus-start.el (truncate-partial-width-windows): Fix type.
6185         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
6187         * net/shr.el (shr-table-horizontal-line): Fix custom type.
6189 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6191         * emacs-lisp/timer.el (timer--time-setter): New function.
6192         (timer--time): Use it as gv-setter.
6194         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
6195         setter is not a symbol.
6197 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
6199         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
6200         if sending fails.  This makes debugging easier.
6202 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
6204         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
6205         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
6206         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
6208 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
6210         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
6212 2013-08-12  Glenn Morris  <rgm@gnu.org>
6214         * format.el (format-annotate-function):
6215         Handle read-only text properties in the source.  (Bug#14887)
6217 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6219         * net/eww.el (eww-display-html): Ignore coding system errors.
6220         One web site uses "utf-8lias" as the coding system.
6222 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
6224         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
6226 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
6228         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
6229         (tutorial--detailed-help): Remove unused local variables.
6230         (tutorial--save-tutorial-to): Use ignore-errors.
6231         (help-with-tutorial): Use looking-at-p.
6233         * view.el (view-buffer-other-window, view-buffer-other-frame):
6234         Mark unused arguments.
6236         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
6237         (woman-select-symbol-fonts, woman, woman-find-file)
6238         (woman-insert-file-contents, woman-non-underline-faces):
6239         Use string-match-p.
6240         (woman1-unquote): Move declaration.
6242         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
6243         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
6244         argument.  Remove unused local variable.
6245         (xml-parse-elem-type): Use string-match-p.
6246         (xml-substitute-numeric-entities): Use ignore-errors.
6248         * calculator.el (calculator): Mark unused argument.
6249         (calculator-paste, calculator-quit, calculator-integer-p):
6250         Use ignore-errors.
6251         (calculator-string-to-number, calculator-decimal, calculator-exp)
6252         (calculator-op-or-exp): Use string-match-p.
6254         * dired.el (dired-buffer-more-recently-used-p): Declare.
6255         (dired-insert-set-properties, dired-insert-old-subdirs):
6256         Use ignore-errors.
6258         * dired-aux.el (dired-compress): Use ignore-errors.
6259         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
6260         (dired-do-async-shell-command, dired-do-shell-command)
6261         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
6262         (dired-insert-subdir-validate): Use string-match-p.
6263         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
6264         (dired-add-entry): Use string-match-p, looking-at-p.
6265         (dired-insert-subdir-newpos): Remove unused local variable.
6267         * filenotify.el (file-notify-callback): Remove unused local variable.
6269         * filesets.el (filesets-error): Mark unused argument.
6270         (filesets-which-command-p, filesets-filter-dir-names)
6271         (filesets-directory-files, filesets-get-external-viewer)
6272         (filesets-ingroup-get-data): Use string-match-p.
6274         * find-file.el (ff-other-file-name, ff-other-file-name)
6275         (ff-find-the-other-file, ff-cc-hh-converter):
6276         Remove unused local variables.
6277         (ff-get-file-name): Use string-match-p.
6278         (ff-all-dirs-under): Use ignore-errors.
6280         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
6281         (follow-select-if-visible): Remove unused local variable.
6283         * forms.el (read-file-filter): Move declaration.
6284         (forms--make-format, forms--make-parser, forms-insert-record):
6285         Quote function with #'.
6286         (forms--update): Use string-match-p.  Quote function with #'.
6288         * help-mode.el (help-dir-local-var-def): Mark unused argument.
6289         (help-make-xrefs): Use looking-at-p.
6290         (help-xref-on-pp): Use looking-at-p, ignore-errors.
6292         * ibuffer.el (ibuffer-ext-visible-p): Declare.
6293         (ibuffer-confirm-operation-on): Use string-match-p.
6295         * msb.el (msb-item-handler, msb-dired-item-handler):
6296         Mark unused arguments.
6298         * ses.el (ses-decode-cell-symbol)
6299         (ses-kill-override): Remove unused local variable.
6300         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
6301         (ses-load): Use ignore-errors, looking-at-p.
6302         (ses-jump-safe): Use ignore-errors.
6303         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
6305         * tabify.el (untabify, tabify): Mark unused arguments.
6307         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
6308         Mark unused argument.
6309         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
6310         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
6312         * emacs-lisp/timer.el (timer--time): Define setter with
6313         gv-define-setter to avoid deprecation warning.
6315         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
6316         (*record-cmpl-statistics-p*): Remove (was commented out).
6317         (cmpl-statistics-block): Remove (body was commented out).
6318         All callers changed.
6319         (add-completions-from-buffer, load-completions-from-file):
6320         Remove unused variables.
6322 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6324         * filecache.el (file-cache-delete-file-list):
6325         Print message only when told so.
6326         (file-cache-files-matching): Use #' in mapconcat argument.
6328         * ffap.el (ffap-url-at-point): Fix reference to variable
6329         thing-at-point-default-mail-uri-scheme.
6331 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * subr.el (define-error): New function.
6334         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
6335         error-file-not-found and define with define-error.
6336         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
6337         and define with define-error.
6338         * userlock.el (file-locked, file-supersession):
6339         * simple.el (mark-inactive):
6340         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
6341         * progmodes/ada-mode.el (ada-mode-errors):
6342         * play/life.el (life-extinct):
6343         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
6344         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
6345         * nxml/rng-util.el (rng-error):
6346         * nxml/rng-uri.el (rng-uri-error):
6347         * nxml/rng-match.el (rng-compile-error):
6348         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
6349         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
6350         * nxml/nxml-rap.el (nxml-scan-error):
6351         * nxml/nxml-outln.el (nxml-outline-error):
6352         * net/soap-client.el (soap-error):
6353         * net/gnutls.el (gnutls-error):
6354         * net/ange-ftp.el (ftp-error):
6355         * mpc.el (mpc-proc-error):
6356         * json.el (json-error, json-readtable-error, json-unknown-keyword)
6357         (json-number-format, json-string-escape, json-string-format)
6358         (json-key-format, json-object-format):
6359         * jka-compr.el (compression-error):
6360         * international/quail.el (quail-error):
6361         * international/kkc.el (kkc-error):
6362         * emacs-lisp/ert.el (ert-test-failed):
6363         * calc/calc.el (calc-error, inexact-result, math-overflow)
6364         (math-underflow):
6365         * bookmark.el (bookmark-error-no-filename):
6366         * epg.el (epg-error): Define with define-error.
6368         * time.el (display-time-event-handler)
6369         (display-time-next-load-average): Don't call sit-for since it seems
6370         unnecessary (bug#15045).
6372         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6373         Use #' instead of ' to quote functions.
6374         (checkdoc-output-mode): Use setq-local.
6375         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6376         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6377         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6378         (checkdoc-ispell, checkdoc-ispell-current-buffer)
6379         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6380         (checkdoc-ispell-message-text, checkdoc-ispell-start)
6381         (checkdoc-ispell-continue, checkdoc-ispell-comments)
6382         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6384         * ido.el (ido-completion-help): Fix up compiler warning.
6386 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6388         * frameset.el (frameset-p): Add autoload cookie.
6389         (frameset--jump-to-register): New function, based on code moved from
6390         register.el.
6391         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
6393         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6394         (frameset-restore, frameset-save, frameset-session-filter-alist):
6395         Remove declarations.
6396         (register-alist): Doc fix.
6397         (frameset-to-register): Move to frameset.el.
6398         (jump-to-register, describe-register-1): Remove frameset-specific code.
6400 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6402         * allout-widgets.el (allout-widgets-pre-command-business)
6403         (allout-widgets-post-command-business)
6404         (allout-widgets-after-change-handler)
6405         (allout-decorate-item-and-context, allout-set-boundary-marker)
6406         (allout-body-modification-handler)
6407         (allout-graphics-modification-handler): Mark ignored arguments.
6408         (allout-widgets-post-command-business)
6409         (allout-widgets-exposure-change-processor)
6410         (allout-widgets-exposure-undo-processor)
6411         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6412         (allout-parse-item-at-point, allout-decorate-item-guides)
6413         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6414         * allout.el (epa-passphrase-callback-function): Declare.
6415         (allout-overlay-insert-in-front-handler)
6416         (allout-overlay-interior-modification-handler)
6417         (allout-isearch-end-handler, allout-chart-siblings)
6418         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6419         (allout-yank-processing, allout-process-exposed)
6420         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6421         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6422         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6423         (lisp-indent-defform): Mark ignored arguments.
6424         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
6425         (calculate-lisp-indent): Remove unused variables.
6426         * international/characters.el (indian-2-column, arabic-2-column)
6427         (tibetan): Mark ignored arguments.
6428         (use-cjk-char-width-table): Mark ignored arguments.
6429         Remove unused variables.
6430         * international/fontset.el (build-default-fontset-data)
6431         (x-compose-font-name, create-fontset-from-fontset-spec):
6432         Mark ignored arguments.
6433         (fontset-plain-name): Remove unused variables.
6434         * international/mule.el (charset-id, charset-bytes, generic-char-p)
6435         (keyboard-coding-system): Mark ignored arguments.
6436         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
6437         * help.el (resize-temp-buffer-window):
6438         * window.el (display-buffer-in-major-side-window)
6439         (display-buffer-in-side-window, display-buffer-in-previous-window):
6440         Remove unused variables.
6441         * isearch.el (isearch-forward-symbol):
6442         * version.el (emacs-bzr-version-bzr):
6443         * international/mule-cmds.el (current-language-environment):
6444         * term/common-win.el (x-handle-iconic, x-handle-geometry)
6445         (x-handle-display):
6446         * term/pc-win.el (x-list-fonts, x-display-planes)
6447         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6448         (x-server-version, x-display-screens, x-display-mm-height)
6449         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6450         (x-selection-owner-p, x-own-selection-internal)
6451         (x-disown-selection-internal, x-get-selection-internal)
6452         (msdos-initialize-window-system):
6453         * term/tty-colors.el (tty-color-alist, tty-color-clear):
6454         * term/x-win.el (x-handle-no-bitmap-icon):
6455         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6456         (vc-default-find-file-hook, vc-default-extra-menu):
6457         Mark ignored arguments.
6459 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6462         break-condition in the context of the debugged code (bug#12685).
6464 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
6466         * comint.el:
6467         Do not use an overlay to highlight the last prompt.  (Bug#14744)
6468         (comint-mode): Make comint-last-prompt buffer local.
6469         (comint-last-prompt): New variable.
6470         (comint-last-prompt-overlay): Remove.  Superseded by
6471         comint-last-prompt.
6472         (comint-snapshot-last-prompt, comint-output-filter):
6473         Use comint-last-prompt.
6475 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6477         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
6478         (frameset-save): Check validity of the resulting frameset.
6480 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
6482         * ido.el (ido-record-command): Add doc string.
6484 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6486         * frameset.el (frameset): Do not disable creation of the default
6487         frameset-p predicate.  Doc fix.
6488         (frameset-valid-p): New function, copied from the old predicate-p.
6489         Add additional checks.
6490         (frameset-restore): Check with frameset-valid-p.
6491         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6492         (frameset-name, frameset-description, frameset-properties)
6493         (frameset-states): Add docstring.
6494         (frameset-session-filter-alist, frameset-persistent-filter-alist)
6495         (frameset-filter-alist): Doc fixes.
6497 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6499         * frameset.el (frameset-p, frameset-prop): Doc fixes.
6501 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6504         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6505         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6506         (byte-compile-normal-call): Remove obsolescence check.
6508 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6510         * frameset.el (frameset-restore): Doc fix.
6512         * register.el (frameset-frame-id, frameset-frame-with-id)
6513         (frameset-p, frameset-restore, frameset-save): Declare.
6514         (register-alist): Document framesets.
6515         (frameset-session-filter-alist): Declare.
6516         (frameset-to-register): New function.
6517         (jump-to-register): Implement jumping to framesets.  Doc fix.
6518         (describe-register-1): Describe framesets.
6520         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6522 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
6524         * desktop.el (desktop-save-frameset): Use new frameset-save args.
6525         Use lexical-binding.
6527         * frameset.el (frameset): Use type vector, not list (incompatible
6528         change).  Do not declare a new constructor, use the default one.
6529         Upgrade suggested properties `app', `name' and `desc' to slots `app',
6530         `name' and `description', respectively, and add read-only slot
6531         `timestamp'.  Doc fixes.
6532         (frameset-copy, frameset-persistent-filter-alist)
6533         (frameset-filter-alist, frameset-switch-to-gui-p)
6534         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6535         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6536         (frameset-filter-iconified, frameset-keep-original-display-p):
6537         Doc fixes.
6538         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6539         Rename from frameset-filter-(save|restore)-param.  All callers changed.
6540         Doc fix.
6541         (frameset-p): Adapt to change to vector and be more thorough.
6542         Change arg name to OBJECT.  Doc fix.
6543         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
6544         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6545         All callers changed.
6546         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6547         All callers changed.
6548         (frameset--record-minibuffer-relationships): Rename from
6549         frameset--process-minibuffer-frames.  All callers changed.
6550         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6551         Use new default constructor (again).  Doc fix.
6552         (frameset--find-frame-if): Rename from `frameset--find-frame.
6553         All callers changed.
6554         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6555         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6556         Doc fix.
6557         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6558         PARAMETERS and WINDOW-STATE, respectively.
6559         (frameset-restore): Add new keyword argument PREDICATE.
6560         Reset frameset--target-display to nil.  Doc fix.
6562 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6565         (bat-mode): Use it.
6566         (bat-mode-syntax-table): Mark \n as end-of-comment.
6567         (bat-font-lock-keywords): Remove comment rule.
6569         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
6570         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
6572         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6573         (byte-compile-callargs-warn): Use `push'.
6574         (byte-compile-arglist-warn): Ignore higher-order "calls".
6575         (byte-compile-file-form-autoload): Use `pcase'.
6576         (byte-compile-function-form): If quoting a symbol, check that it exists.
6578 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
6580         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6581         and add a few popular commands found in batch files.
6582         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6583         (dos-mode): Doc fixes.
6585 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6588         (dos-mode): Use setq-local.  Add space after "rem".
6589         (dos-mode-syntax-table): Don't use "w" for symbol chars.
6590         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6592 2013-08-07  Arni Magnusson  <arnima@hafro.is>
6594         * progmodes/dos.el: New file.
6595         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6596         dos-mode.
6598 2013-08-06  Glenn Morris  <rgm@gnu.org>
6600         * calendar/calendar.el: Add new faces, and day-header-array.
6601         (calendar-weekday-header, calendar-weekend-header)
6602         (calendar-month-header): New faces.
6603         (calendar-day-header-construct): New function.
6604         (calendar-day-header-width): Also :set calendar-day-header-array.
6605         (calendar-american-month-header, calendar-european-month-header)
6606         (calendar-iso-month-header): Use calendar- faces.
6607         (calendar-generate-month):
6608         Use calendar-day-header-array for day headers; apply faces to them.
6609         (calendar-mode): Check calendar-font-lock-keywords non-nil.
6610         (calendar-abbrev-construct): Add optional maxlen argument.
6611         (calendar-day-name-array): Doc fix.
6612         (calendar-day-name-array, calendar-abbrev-length)
6613         (calendar-day-abbrev-array):
6614         Also :set calendar-day-header-array, and maybe redraw.
6615         (calendar-day-header-array): New option.  (Bug#15007)
6616         (calendar-font-lock-keywords): Set to nil and make obsolete.
6617         (calendar-day-name): Add option to use header array.
6619 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6621         * net/shr.el (shr-render-td): Remove debugging.
6622         (shr-render-td): Make width computation consistent by defaulting
6623         all zero-width columns to 10 characters.  This may not be optimal,
6624         but it's at least consistent.
6625         (shr-make-table-1): Redo last change to fix the real problem in
6626         colspan handling.
6628 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6630         * files.el (cache-long-line-scans):
6631         Make obsolete alias to `cache-long-scans'.
6633 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6635         * frameset.el (frameset, frameset-filter-alist)
6636         (frameset-filter-params, frameset-save, frameset--reuse-frame)
6637         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6638         (frameset-compute-pos): Rename from frameset--compute-pos,
6639         and add docstring.
6640         (frameset-move-onscreen): Use frameset-compute-pos.
6641         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6643         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6644         Fix typos in docstrings.
6646 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6648         * frame.el (get-other-frame): Tiny cleanup.
6650 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6652         * vc/vc.el (vc-default-ignore-completion-table):
6653         Silence byte-compiler warning.
6655         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6656         slot, which can indeed be nil.
6657         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6658         Move entry for `left' from persistent to live filter alist.
6659         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6660         Doc fixes.
6661         (frameset-filter-params): When restoring a frame, copy items added to
6662         `filtered', to avoid unwittingly modifying the original parameters.
6663         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
6664         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6666         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6667         to use looking-at-p instead of looking-at.  (Bug#15028)
6669 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         Revert introduction of isearch-filter-predicates (bug#14714).
6672         Rely on add-function instead.
6673         * isearch.el (isearch-filter-predicates): Rename it back to
6674         isearch-filter-predicate.
6675         (isearch-message-prefix): Use advice-function-mapc and advice
6676         properties to get the isearch-message-prefix.
6677         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6678         instead of run-hook-with-args-until-failure.
6679         (isearch-filter-visible): Not obsolete any more.
6680         * loadup.el: Preload nadvice.
6681         * replace.el (perform-replace): Revert to funcall
6682         instead of run-hook-with-args-until-failure.
6683         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6684         * dired-aux.el (dired-isearch-filenames-mode): Rename from
6685         dired-isearch-filenames-toggle; make it into a proper minor mode.
6686         Use add/remove-function.
6687         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6688         Call the minor-mode rather than add/remove-hook.
6689         (dired-isearch-filter-filenames):
6690         Remove isearch-message-prefix property.
6691         * info.el (Info--search-loop): New function, extracted from Info-search.
6692         Funcall isearch-filter-predicate instead of
6693         run-hook-with-args-until-failure isearch-filter-predicates.
6694         (Info-search): Use it.
6695         (Info-mode): Use isearch-filter-predicate instead of
6696         isearch-filter-predicates.
6698 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6700         Do not call to `selected-window' where it is assumed by default.
6701         Affected functions are `window-minibuffer-p', `window-dedicated-p',
6702         `window-hscroll', `window-width', `window-height', `window-buffer',
6703         `window-frame', `window-start', `window-point', `next-window'
6704         and `window-display-table'.
6705         * abbrev.el (abbrev--default-expand):
6706         * bs.el (bs--show-with-configuration):
6707         * buff-menu.el (Buffer-menu-mouse-select):
6708         * calc/calc.el (calc):
6709         * calendar/calendar.el (calendar-generate-window):
6710         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6711         (diary-make-entry):
6712         * comint.el (send-invisible, comint-dynamic-complete-filename)
6713         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6714         * completion.el (complete):
6715         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6716         * disp-table.el (describe-current-display-table):
6717         * doc-view.el (doc-view-insert-image):
6718         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6719         * ehelp.el (with-electric-help):
6720         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6721         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6722         * emacs-lisp/helper.el (Helper-help-scroller):
6723         * emulation/cua-base.el (cua--post-command-handler-1):
6724         * eshell/esh-mode.el (eshell-output-filter):
6725         * ffap.el (ffap-gnus-wrapper):
6726         * help-macro.el (make-help-screen):
6727         * hilit-chg.el (highlight-compare-buffers):
6728         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6729         * hl-line.el (global-hl-line-highlight):
6730         * icomplete.el (icomplete-simple-completing-p):
6731         * isearch.el (isearch-done):
6732         * jit-lock.el (jit-lock-stealth-fontify):
6733         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6734         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6735         * mpc.el (mpc-tagbrowser, mpc):
6736         * net/rcirc.el (rcirc-any-buffer):
6737         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6738         * play/landmark.el (landmark-max-width, landmark-max-height):
6739         * play/zone.el (zone):
6740         * progmodes/compile.el (compilation-goto-locus):
6741         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6742         * progmodes/etags.el (find-tag-other-window):
6743         * progmodes/fortran.el (fortran-column-ruler):
6744         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6745         * progmodes/verilog-mode.el (verilog-point-text):
6746         * reposition.el (reposition-window):
6747         * rot13.el (toggle-rot13-mode):
6748         * server.el (server-switch-buffer):
6749         * shell.el (shell-dynamic-complete-command)
6750         (shell-dynamic-complete-environment-variable):
6751         * simple.el (insert-buffer, set-selective-display)
6752         (delete-completion-window):
6753         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6754         (speedbar-recenter):
6755         * startup.el (fancy-splash-head):
6756         * textmodes/ispell.el (ispell-command-loop):
6757         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6758         * tutorial.el (help-with-tutorial):
6759         * vc/add-log.el (add-change-log-entry):
6760         * vc/compare-w.el (compare-windows):
6761         * vc/ediff-help.el (ediff-indent-help-message):
6762         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6763         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6764         (ediff-setup-control-frame):
6765         * vc/emerge.el (emerge-position-region):
6766         * vc/pcvs-util.el (cvs-bury-buffer):
6767         * window.el (walk-windows, mouse-autoselect-window-select):
6768         * winner.el (winner-set-conf, winner-undo): Related users changed.
6770 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6772         * frameset.el (frameset--set-id): Doc fix.
6773         (frameset-frame-id, frameset-frame-id-equal-p)
6774         (frameset-locate-frame-id): New functions.
6775         (frameset--process-minibuffer-frames, frameset--reuse-frame)
6776         (frameset-restore): Use them.
6778 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6780         Do not call to `selected-frame' where it is assumed by default.
6781         Affected functions are `raise-frame', `redraw-frame',
6782         `frame-first-window', `frame-terminal' and `delete-frame'.
6783         * calendar/appt.el (appt-disp-window):
6784         * epg.el (epg-wait-for-completion):
6785         * follow.el (follow-delete-other-windows-and-split)
6786         (follow-avoid-tail-recenter):
6787         * international/mule.el (set-terminal-coding-system):
6788         * mail/rmail.el (rmail-mail-return):
6789         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6790         * progmodes/f90.el (f90-add-imenu-menu):
6791         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6792         * server.el (server-switch-buffer):
6793         * simple.el (delete-completion-window):
6794         * talk.el (talk):
6795         * term/xterm.el (terminal-init-xterm-modify-other-keys)
6796         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6797         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6798         * vc/ediff.el (ediff-documentation): Related users changed.
6799         * frame.el (selected-terminal): Remove the leftover.
6801 2013-08-05  Glenn Morris  <rgm@gnu.org>
6803         * calendar/calendar.el (calendar-generate-month):
6804         Fix for calendar-column-width != 1 + calendar-day-digit-width.
6805         (calendar-generate-month, calendar-font-lock-keywords):
6806         Fix for calendar-day-header-width > length of any day name.
6808 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6810         * desktop.el (desktop-clear): Use new name of sort predicate.
6812         * frameset.el (frameset): Add docstring.  Move :version property to its
6813         own `version' slot.
6814         (frameset-copy): Rename from copy-frameset.
6815         (frameset-p): Check more thoroughly.
6816         (frameset-prop): Do not check for :version, which is no longer a prop.
6817         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6818         Use new :never value instead of t.
6819         (frameset-filter-alist): Expand and clarify docstring.
6820         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6821         (frameset-filter-minibuffer, frameset-filter-save-param)
6822         (frameset-filter-restore-param, frameset-filter-iconified):
6823         Add pointer to docstring of frameset-filter-alist.
6824         (frameset-filter-params): Rename filter values to be more meaningful:
6825         :never instead of t, and reverse the meanings of :save and :restore.
6826         (frameset--process-minibuffer-frames): Clarify error message.
6827         (frameset-save): Avoid unnecessary and confusing call to framep.
6828         Use new BOA constructor for framesets.
6829         (frameset--reuse-list): Doc fix.
6830         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
6831         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6832         (frameset-minibufferless-first-p): Doc fix.
6833         Rename from frameset-sort-frames-for-deletion.
6834         (frameset-restore): Doc fixes.  Use new function names.
6835         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6837 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6839         * desktop.el (desktop-restore-forces-onscreen)
6840         (desktop-restore-reuses-frames): Document :keyword constant values.
6841         (desktop-filter-parameters-alist): Remove, now identical to
6842         frameset-filter-alist.
6843         (desktop--filter-tty*): Remove, moved to frameset.el.
6844         (desktop-save-frameset, desktop-restore-frameset):
6845         Do not pass :filters argument.
6847         * frameset.el (frameset-live-filter-alist)
6848         (frameset-persistent-filter-alist): New variables.
6849         (frameset-filter-alist): Use them.  Add autoload cookie.
6850         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6851         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6852         `frameset--id' (it's supposed to be internal to frameset.el).
6853         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
6854         (frameset--initial-params): New function.
6855         (frameset--get-frame): Use it.  Doc fix.
6856         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6857         Accept :all, not 'all.
6858         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6859         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
6860         with fbound symbols.  Fix frame id matching, and remove matching ids if
6861         the frame being restored is deleted.  Obey :delete.
6863 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * subr.el (macrop): New function.
6866         (text-clone--maintaining): New var.
6867         (text-clone--maintain): Rename from text-clone-maintain.  Use it
6868         instead of inhibit-modification-hooks.
6870         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6871         a proxy, so as handle autoloads and redefinitions of the target.
6872         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6874         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6875         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
6876         (pcase--mutually-exclusive-p): New function.
6877         (pcase--split-consp): Use it.
6878         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
6879         mutually exclusive with the current predicate.
6881         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6882         (edebug-macrop): Remove.  Use `macrop' instead.
6883         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
6884         (ad-macro-p):
6885         * eshell/esh-cmd.el (eshell-macrop):
6886         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
6888 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6890         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6891         (advice-mapc): New function, using it.
6892         (advice-function-member-p): New function.
6893         (advice--normalize): Store the cdr in advice--saved-rewrite since
6894         that's the part that will be changed.
6895         (advice--symbol-function): New function.
6896         (advice-remove): Handle removal before the function is defined.
6897         Adjust to new advice--saved-rewrite.
6898         (advice-member-p): Use advice-function-member-p and
6899         advice--symbol-function.
6901 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6903         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6904         (frameset-filter-minibuffer): Doc fix.
6905         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
6906         (frameset--set-id, frameset--process-minibuffer-frames)
6907         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6908         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6910         * desktop.el (desktop-clear): Only delete frames when called
6911         interactively and desktop-restore-frames is non-nil.  Doc fix.
6912         (desktop-read): Set desktop-saved-frameset to nil.
6914 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
6916         * vc/vc.el (vc-ignore): Rewrite.
6917         (vc-default-ignore-completion-table):
6918         (vc--read-lines):
6919         (vc--add-line, vc--remove-regexp): New functions.
6921         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6922         (vc-svn-ignore-completion-table): New function.
6924         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6925         (vc-hg-ignore-completion-table):
6926         (vc-hg-find-ignore-file): New functions.
6928         * vc/vc-git.el (vc-git-ignore): Rewrite.
6929         (vc-git-ignore-completion-table):
6930         (vc-git-find-ignore-file): New functions.
6932         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6934         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6935         (vc-bzr-ignore-completion-table):
6936         (vc-bzr-find-ignore-file): New functions.
6938 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
6940         * frameset.el (frameset-prop): New function and setter.
6941         (frameset-save): Do not modify frame list passed by the caller.
6943 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6945         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6947 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6950         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6952         * custom.el (custom-initialize-default, custom-initialize-set)
6953         (custom-initialize-reset, custom-initialize-changed): Affect the
6954         toplevel-default-value (bug#6275, bug#14586).
6955         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6956         for bug#6275.
6958 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6960         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6961         Add cl-def* expressions.
6963         * frameset.el (frameset-filter-params): Fix order of arguments.
6965 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6967         Move code related to saving frames to frameset.el.
6968         * desktop.el: Require frameset.
6969         (desktop-restore-frames): Doc fix.
6970         (desktop-restore-reuses-frames): Rename from
6971         desktop-restoring-reuses-frames.
6972         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6973         (desktop-clear): Clear frames too.
6974         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6975         (desktop--filter-tty*, desktop-save, desktop-read):
6976         Use frameset functions.
6977         (desktop-before-saving-frames-functions, desktop--filter-*-color)
6978         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6979         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6980         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6981         (desktop--process-minibuffer-frames, desktop-save-frames)
6982         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6983         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6984         (desktop--sort-states, desktop-restoring-frames-p)
6985         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
6986         (desktop-restoring-frameset-p, desktop-restore-frameset)
6987         (desktop--check-dont-save, desktop-save-frameset): New functions.
6988         (desktop--app-id): New constant.
6989         (desktop-first-buffer, desktop-buffer-ok-count)
6990         (desktop-buffer-fail-count): Move before first use.
6991         * frameset.el: New file.
6993 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * files.el: Use lexical-binding.
6996         (dir-locals-read-from-file): Remove unused `err' variable.
6997         (hack-dir-local-variables--warned-coding): New var.
6998         (hack-dir-local-variables): Use it to avoid repeated warnings.
6999         (make-backup-file-name--default-function): New function.
7000         (make-backup-file-name-function): Use it as default.
7001         (buffer-stale--default-function): New function.
7002         (buffer-stale-function): Use it as default.
7003         (revert-buffer-insert-file-contents--default-function): New function.
7004         (revert-buffer-insert-file-contents-function): Use it as default.
7005         (insert-directory): Avoid add-to-list.
7007         * autorevert.el (auto-revert-handler): Simplify.
7008         Use buffer-stale--default-function.
7010 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
7012         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
7014         * whitespace.el (whitespace-ensure-local-variables): New function.
7015         (whitespace-cleanup-region): Call it.
7016         (whitespace-turn-on): Call it.
7018 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
7020         Complete file name handlers.
7022         * net/tramp.el (tramp-handle-set-visited-file-modtime)
7023         (tramp-handle-verify-visited-file-modtime)
7024         (tramp-handle-file-notify-rm-watch): New functions.
7025         (tramp-call-process): Do not bind `default-directory'.
7027         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7028         Order alphabetically.
7029         [access-file, add-name-to-file, dired-call-process]:
7030         [dired-compress-file, file-acl, file-notify-rm-watch]:
7031         [file-ownership-preserved-p, file-selinux-context]:
7032         [make-directory-internal, make-symbolic-link, set-file-acl]:
7033         [set-file-selinux-context, set-visited-file-modtime]:
7034         [verify-visited-file-modtime]: Add handler.
7035         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
7037         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
7038         [file-notify-add-watch, file-notify-rm-watch]:
7039         [set-file-times, set-visited-file-modtime]:
7040         [verify-visited-file-modtime]: Add handler.
7041         (with-tramp-gvfs-error-message)
7042         (tramp-gvfs-handle-set-visited-file-modtime)
7043         (tramp-gvfs-fuse-file-name): Remove.
7044         (tramp-gvfs-handle-file-notify-add-watch)
7045         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
7046         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
7048         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7049         Order alphabetically.
7050         [file-notify-rm-watch ]: Use default Tramp handler.
7051         [executable-find]: Remove private handler.
7052         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
7053         `default-directory'.
7054         (tramp-sh-handle-executable-find)
7055         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
7056         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7057         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
7058         Do not use `format' in `tramp-message'.
7060         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
7061         [file-notify-rm-watch, set-visited-file-modtime]:
7062         [verify-visited-file-modtime]: Add handler.
7063         (tramp-smb-call-winexe): Do not bind `default-directory'.
7065 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
7067         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
7069 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
7071         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
7072         use it.
7073         (log-view-diff-changeset): Same.
7074         (log-view-diff-common): Call backend command `previous-revision'
7075         to find out the previous revision, in both cases.  Swap the
7076         variables `to' and `fr', so that `fr' usually refers to the
7077         earlier revision (Bug#14989).
7079 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
7081         * ibuf-ext.el (ibuffer-filter-by-filename):
7082         Make it work with dired buffers too.
7084 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
7086         * emacs-lisp/re-builder.el (reb-color-display-p):
7087         * files.el (save-buffers-kill-terminal):
7088         * net/browse-url.el (browse-url):
7089         * server.el (server-save-buffers-kill-terminal):
7090         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
7091         Prefer nil to selected-frame for the first arg of frame-parameter.
7093 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
7095         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
7097 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
7099         * minibuffer.el (completion--twq-all): Try and preserve each
7100         completion's case choice (bug#14907).
7102 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104         * net/network-stream.el (open-network-stream): Mention the new
7105         :nogreeting parameter.
7106         (network-stream-open-starttls): Use the :nogreeting parameter
7107         (bug#14938).
7109         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
7111         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
7112         more natural than popping.
7114         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
7115         (shr-urlify): Highlight under mouse.
7117 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7119         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
7121         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
7123         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
7124         buffer for output.
7126         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
7127         point-min==1.  Fix search string.  Fix parentheses missing.
7129         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
7130         assume point-min==1.  Fix search string.  Fix parentheses missing.
7132         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
7134         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
7135         buffer for output.
7137 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
7139         * frame.el (frame-notice-user-settings): Avoid inflooping when the
7140         initial frame is minibuffer-less.  (Bug#14841)
7142 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
7144         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
7145         option.
7147         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7148         (tramp-maybe-open-connection): Use it.
7150 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7152         * desktop.el (desktop--make-frame): Include `minibuffer' in the
7153         minimal set of parameters passed when creating a frame, because
7154         the minibuffer status of a frame cannot be changed later.
7156 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
7158         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
7159         replace-regexp-in-string and inadvertent omissions in previous change.
7160         (todo-filter-items): Ensure only file names are comma-separated in
7161         name of filtered items buffer.
7163 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
7165         * desktop.el: Optionally force offscreen frames back onscreen.
7166         (desktop-restoring-reuses-frames): New option.
7167         (desktop--compute-pos, desktop--move-onscreen): New functions.
7168         (desktop--make-frame): Use desktop--move-onscreen.
7170 2013-07-27  Alan Mackenzie  <acm@muc.de>
7172         Fontify a Java generic method as a function.
7173         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
7174         value to t.
7176 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
7178         * calendar/todo-mode.el: Add command to rename todo files.
7179         (todo-rename-file): New command.
7180         (todo-key-bindings-t): Add key binding for it.  Change the
7181         bindings of todo-filter-regexp-items(-multifile) to use `x'
7182         instead of `r', since the latter is better suited to the new
7183         renaming command.
7185 2013-07-27  Alan Mackenzie  <acm@muc.de>
7187         Make Java try-with-resources statement parse properly.
7188         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
7189         (c-block-stmt-1-2-key): New language constants/variables.
7190         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7191         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
7192         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
7193         with c-block-stmt-1-2-key.
7195 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
7197         * desktop.el (desktop--make-frame): Apply most frame parameters after
7198         creating the frame to force (partially or totally) offscreen frames to
7199         be restored as such.
7201 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
7203         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
7204         (Bug#14948)
7206 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7208         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
7209         `base' arg of backtrace-frame.
7211 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
7213         * simple.el (list-processes): Doc fix.
7215 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7217         * desktop.el (desktop--select-frame):
7218         Try harder to reuse existing frames.
7220 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7222         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
7223         (edebug-eval): Use backtrace-eval.
7224         (edebug--display, edebug--recursive-edit): Don't let-bind the
7225         edebug-outer-* vars that keep track of variables we locally let-bind.
7226         (edebug-outside-excursion): Don't restore outside values of locally
7227         let-bound vars.
7228         (edebug--display): Use user-error.
7229         (cl-lexical-debug, cl-debug-env): Remove.
7231 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
7233         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
7234         are restored to be sure that they are visible before deleting any
7235         remaining ones.
7237 2013-07-26  Matthias Meulien  <orontee@gmail.com>
7239         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
7240         vc-print-root-log.  (Bug#14948)
7242 2013-07-26  Richard Stallman  <rms@gnu.org>
7244         Add aliases for encrypting mail.
7245         * epa.el (epa-mail-aliases): New option.
7246         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
7247         Bind inhibit-read-only so read-only text doesn't ruin everything.
7248         (epa-mail-default-recipients): New subroutine broken out.
7249         Handle epa-mail-aliases.
7251 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         Add support for lexical variables to the debugger's `e' command.
7254         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
7255         vars, except for debugger-outer-match-data.
7256         (debugger-frame-number): Move check for "on a function call" from
7257         callers into it.  Add `skip-base' argument.
7258         (debugger-frame, debugger-frame-clear): Simplify accordingly.
7259         (debugger-env-macro): Only reset the state stored in non-variables,
7260         i.e. current-buffer and match-data.
7261         (debugger-eval-expression): Rewrite using backtrace-eval.
7262         * subr.el (internal--called-interactively-p--get-frame): Remove.
7263         (called-interactively-p):
7264         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
7265         `base' arg of backtrace-frame instead.
7267 2013-07-26  Glenn Morris  <rgm@gnu.org>
7269         * align.el (align-regexp): Doc fix.  (Bug#14857)
7270         (align-region): Explicit error if subexpression missing/does not match.
7272         * simple.el (global-visual-line-mode):
7273         Do not duplicate the mode lighter.  (Bug#14858)
7275 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
7277         * window.el (display-buffer): In display-buffer bind
7278         split-window-keep-point to t, bug#14829.
7280 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7282         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
7283         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
7284         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
7285         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7286         Change accordingly.
7287         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
7288         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
7290 2013-07-25  Glenn Morris  <rgm@gnu.org>
7292         * dired-x.el (dired-mark-extension): Convert comment to doc string.
7294 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
7296         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
7297         parameter to modify-frame-parameters if the value has not changed;
7298         this is a workaround for bug#14949.
7299         (desktop--make-frame): On cl-delete-if call, check parameter name,
7300         not full parameter.
7302 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
7304         * vc/vc.el (vc-ignore): New function.
7306         * vc/vc-svn.el (vc-svn-ignore): New function.
7308         * vc/vc-hg.el (vc-hg-ignore): New function.
7310         * vc/vc-git.el (vc-git-ignore): New function.
7312         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
7313         (vc-dir-ignore): New function.
7315         * vc/vc-cvs.el (vc-cvs-ignore): New function.
7316         (cvs-append-to-ignore): Move here from pcvs.el.
7318         * vc/vc-bzr.el (vc-bzr-ignore): New function.
7320         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
7322 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
7324         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
7325         (desktop-restore-frames): Warn when deleting an existing frame failed.
7327 2013-07-24  Glenn Morris  <rgm@gnu.org>
7329         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
7331 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
7333         * filenotify.el (file-notify-supported-p):
7334         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7335         Remove functions.
7337         * autorevert.el (auto-revert-use-notify):
7338         (auto-revert-notify-add-watch):
7339         * net/tramp.el (tramp-file-name-for-operation):
7340         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7341         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7342         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
7343         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7344         Remove `file-notify-supported-p' entry.
7346 2013-07-24  Glenn Morris  <rgm@gnu.org>
7348         * printing.el: Replace all uses of deleted ps-windows-system,
7349         ps-lp-system, ps-flatten-list with lpr- versions.
7351 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7353         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
7354         checked with memq (bug#14935).
7356         * files.el (revert-buffer-function): Use a non-nil default.
7357         (revert-buffer-preserve-modes): Declare var to
7358         provide access to the `preserve-modes' argument.
7359         (revert-buffer): Let-bind it.
7360         (revert-buffer--default): New function, extracted from revert-buffer.
7362 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * lpr.el: Signal print errors more prominently.
7365         (print-region-function): Don't default to nil.
7366         (lpr-print-region): New function, extracted from print-region-1.
7367         Check lpr's return value and signal an error in case of problem.
7368         (print-region-1): Use it.
7369         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
7370         versions instead.
7371         (ps-printer-name): Default to nil.
7372         (ps-printer-name-option): Default to lpr-printer-switch.
7373         (ps-print-region-function): Don't default to nil.
7374         (ps-postscript-code-directory): Simplify default.
7375         (ps-do-despool): Use lpr-print-region to properly check the outcome.
7376         (ps-string-list, ps-eval-switch, ps-flatten-list)
7377         (ps-flatten-list-1): Remove.
7378         (ps-multibyte-buffer): Avoid setq.
7379         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7380         (print-region-function, ps-print-region-function): Don't set them here.
7382 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
7384         * ido.el (ido-fractionp):
7385         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7386         (ido-max-file-prompt-width, ido-unc-hosts-cache)
7387         (ido-max-directory-size, ido-max-dir-file-cache)
7388         (ido-decorations): Doc fix.
7390         * ansi-color.el: Fix old URL.
7392 2013-07-23  Michael R. Mauger  <michael@mauger.com>
7394         * progmodes/sql.el: Version 3.3
7395         (sql-product-alist): Improve oracle :prompt-cont-regexp.
7396         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7397         (sql-interactive-remove-continuation-prompt): Rewrite, use
7398         functions above.  Fix continuation prompt and complete output line
7399         handling.
7400         (sql-redirect-one, sql-execute): Use `read-only-mode' on
7401         redirected output buffer.
7402         (sql-mode): Restore deleted code (Bug#13591).
7404 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7406         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7408 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
7410         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7412         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7413         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7414         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7416 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7418         * desktop.el (desktop-clear): Simplify; remove useless checks
7419         against invalid buffer names.
7420         (desktop-list*): Use cl-list*.
7421         (desktop-buffer-info, desktop-create-buffer): Simplify.
7423 2013-07-23  Leo Liu  <sdl.web@gmail.com>
7425         * bookmark.el (bookmark-make-record): Restore NAME as a default
7426         value.  (Bug#14933)
7428 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * emacs-lisp/autoload.el (autoload--setup-output): New function,
7431         extracted from autoload--insert-text.
7432         (autoload--insert-text): Remove.
7433         (autoload--print-cookie-text): New function, extracted from
7434         autoload--insert-cookie-text.
7435         (autoload--insert-cookie-text): Remove.
7436         (autoload-generate-file-autoloads): Adjust calls accordingly.
7438         * winner.el (winner-hook-installed-p): Remove.
7439         (winner-mode): Simplify accordingly.
7441         * subr.el (add-to-list): Fix compiler-macro when `append' is
7442         not constant.  Don't use `cl-member' for the base case.
7444         * progmodes/subword.el: Fix boundary case (bug#13758).
7445         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
7446         own group.
7447         (subword-backward-regexp): Make it a constant.
7448         (subword-forward-internal): Don't treat a trailing capital as the
7449         beginning of a word.
7451 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
7453         * emacs-lisp/package.el (package-menu-mode): Don't modify the
7454         global value of tabulated-list-revert-hook (bug#14930).
7456 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
7458         * desktop.el: Require 'cl-lib.
7459         (desktop-before-saving-frames-functions): New hook.
7460         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7461         for frames being saved.  Rename from desktop--save-minibuffer-frames.
7462         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7463         Do not save frames with non-nil `desktop-dont-save' parameter.
7464         Filter out deleted frames.
7465         (desktop--find-frame): Use cl-find-if.
7466         (desktop--select-frame): Use cl-(first|second|third) to access values
7467         of desktop-mini.
7468         (desktop--make-frame): Use cl-delete-if.
7469         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7470         (desktop-restore-frames): Use cl-(first|second|third) to access values
7471         of desktop-mini.  Look for visible frame at the end, not while
7472         restoring frames.
7474         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7475         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7476         Use string-match-p, looking-at-p (bug#14927).
7478 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
7480         * desktop.el (desktop-saved-frame-states):
7481         Rename from desktop--saved-states; all users changed.
7482         (desktop-save-frames): Rename from desktop--save-frames.
7483         Do not save state to desktop file.
7484         (desktop-save): Save desktop-saved-frame-states to desktop file
7485         and reset to nil.
7486         (desktop-restoring-frames-p): New function.
7487         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
7488         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
7489         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
7491         * desktop.el: Correctly restore iconified frames.
7492         (desktop--filter-iconified-position): New function.
7493         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7495 2013-07-20  Glenn Morris  <rgm@gnu.org>
7497         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7498         Let `message' do the formatting.
7499         (def-gdb-preempt-display-buffer): Add explicit format.
7501         * image-dired.el (image-dired-track-original-file):
7502         Use with-current-buffer.
7503         (image-dired-track-thumbnail): Use with-current-buffer.
7504         Avoid changing point of wrong window.
7506         * image-dired.el (image-dired-track-original-file):
7507         Avoid changing point of wrong window.  (Bug#14909)
7509 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
7511         * progmodes/gdb-mi.el (gdb-done-or-error):
7512         Guard against "%" in gdb output.  (Bug#14127)
7514 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
7516         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7517         (Bug#14826)
7519         * international/mule.el (coding-system-iso-2022-flags): Fix last
7520         change.
7522 2013-07-20  Kenichi Handa  <handa@gnu.org>
7524         * international/mule.el (coding-system-iso-2022-flags):
7525         Add `8-bit-level-4'.  (Bug#8522)
7527 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529         * net/shr.el (shr-mouse-browse-url): New command and keystroke
7530         (bug#14815).
7532         * net/eww.el (eww-process-text-input): Allow inputting when the
7533         point is at the start of the line, as the properties aren't
7534         front-sticky.
7536         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7537         degenerate widths.
7539 2013-07-19  Richard Stallman  <rms@gnu.org>
7541         * epa.el (epa-popup-info-window): Doc fix.
7543         * subr.el (split-string): New arg TRIM.
7545 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
7547         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7548         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7550 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
7552         * filenotify.el (file-notify--library): Rename from
7553         `file-notify-support'.  Do not autoload.  Adapt all uses.
7554         (file-notify-supported-p): New defun.
7556         * autorevert.el (auto-revert-use-notify):
7557         Use `file-notify-supported-p' instead of `file-notify-support'.
7558         Adapt docstring.
7559         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7561         * net/tramp.el (tramp-file-name-for-operation):
7562         Add `file-notify-supported-p'.
7564         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7565         New defun.
7566         (tramp-sh-file-name-handler-alist): Add it as handler for
7567         `file-notify-supported-p '.
7569         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7570         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7571         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7572         Add `ignore' as handler for `file-notify-*' functions.
7574 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
7576         * simple.el (line-move-partial, line-move): Don't start vscroll or
7577         scroll-up if the current line is not taller than the window.
7578         (Bug#14881)
7580 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
7582         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7583         highlight question marks in the method names as strings.
7584         (ruby-block-beg-keywords): Inline.
7585         (ruby-font-lock-keyword-beg-re): Extract from
7586         `ruby-font-lock-keywords'.
7588 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
7590         * frame.el (blink-cursor-blinks): New defcustom.
7591         (blink-cursor-blinks-done): New defvar.
7592         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7593         (blink-cursor-timer-function): Check if number of blinks has been
7594         done on X and NS.
7595         (blink-cursor-suspend, blink-cursor-check): New defuns.
7597 2013-07-15  Glenn Morris  <rgm@gnu.org>
7599         * edmacro.el (edmacro-format-keys): Fix previous change.
7601 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
7603         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7604         The hack didn't work outside English locales anyway.
7606 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
7608         * simple.el (define-alternatives): Rename from alternatives-define,
7609         per RMS' suggestion.
7611 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
7613         * desktop.el (desktop-restore-frames): Change default to t.
7614         (desktop-restore-in-current-display): Now offer more options.
7615         (desktop-restoring-reuses-frames): New customization option.
7616         (desktop--saved-states): Doc fix.
7617         (desktop-filter-parameters-alist): New variable, renamed and expanded
7618         from desktop--excluded-frame-parameters.
7619         (desktop--target-display): New variable.
7620         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7621         (desktop--filter-tty*, desktop--filter-*-color)
7622         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7623         (desktop--filter-save-desktop-parm)
7624         (desktop-restore-in-original-display-p): New functions.
7625         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7626         (desktop--save-minibuffer-frames): New function, inspired by a similar
7627         function from Martin Rudalics.
7628         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7629         (desktop--restore-in-this-display-p): Remove.
7630         (desktop--find-frame): Rename from desktop--find-frame-in-display
7631         and add predicate argument.
7632         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7633         (desktop--reuse-list): New variable.
7634         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7635         New functions.
7636         (desktop--restore-frames): Add support for "minibuffer-special" frames.
7638 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
7640         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7642 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
7644         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7645         Highlight conversion methods on Kernel.
7647 2013-07-13  Alan Mackenzie  <acm@muc.de>
7649         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7650         and comment it out.  This out-commenting enables certain C++
7651         declarations to be parsed correctly.
7653 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
7655         * international/mule.el (define-coding-system): Doc fix.
7657         * simple.el (default-font-height): Don't call font-info if the
7658         frame's default font didn't change since the frame was created.
7659         (Bug#14838)
7661 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7663         * ido.el (ido-read-file-name): Guard against non-symbol value.
7665 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7667         * progmodes/python.el (python-imenu--build-tree): Fix corner case
7668         in nested defuns.
7670 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7672         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7673         ido-set-matches call.  (Bug#6852)
7675 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
7677         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7678         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7679         Ruby 2.0.
7680         (ruby-font-lock-keywords): Distinguish calls to functions with
7681         module-like names from module references.  Highlight character
7682         literals.
7684 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7686         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7687         (gdb-send): Handle continued commands.  (Bug#14847)
7689 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7691         * desktop.el (desktop--v2s): Remove unused local variable.
7692         (desktop-save-buffer): Make defvar-local; adjust docstring.
7693         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7694         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7696 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7698         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7700 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
7702         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7703         (Bug#14842)
7705 2013-07-12  Glenn Morris  <rgm@gnu.org>
7707         * doc-view.el: Require cl-lib at runtime too.
7708         (doc-view-remove-if): Remove.
7709         (doc-view-search-next-match, doc-view-search-previous-match):
7710         Use cl-remove-if.
7712         * edmacro.el: Require cl-lib at runtime too.
7713         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7714         (edmacro-mismatch, edmacro-subseq): Remove.
7716         * shadowfile.el: Require cl-lib.
7717         (shadow-remove-if): Remove.
7718         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7719         Use cl-remove-if.
7721         * wid-edit.el: Require cl-lib.
7722         (widget-choose): Use cl-remove-if.
7723         (widget-remove-if): Remove.
7725         * progmodes/ebrowse.el: Require cl-lib at runtime too.
7726         (ebrowse-delete-if-not): Remove.
7727         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7728         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7729         Use cl-delete-if-not.
7731 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7733         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7734         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7736 2013-07-12  Leo Liu  <sdl.web@gmail.com>
7738         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
7740 2013-07-11  Glenn Morris  <rgm@gnu.org>
7742         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7743         (edebug-gensym-index, edebug-gensym):
7744         Remove reimplementation of cl-gensym.
7745         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7747         * thumbs.el: Require cl-lib at run-time too.
7748         (thumbs-gensym-counter, thumbs-gensym):
7749         Remove reimplementation of cl-gensym.
7750         (thumbs-temp-file): Use cl-gensym.
7752         * emacs-lisp/ert.el: Require cl-lib at runtime too.
7753         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7754         (ert--intersection, ert--set-difference, ert--set-difference-eq)
7755         (ert--union, ert--gensym-counter, ert--gensym-counter)
7756         (ert--coerce-to-vector, ert--remove*, ert--string-position)
7757         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7758         (ert-make-test-unbound, ert--expand-should-1)
7759         (ert--expand-should, ert--should-error-handle-error)
7760         (should-error, ert--explain-equal-rec)
7761         (ert--plist-difference-explanation, ert-select-tests)
7762         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7763         Use cl-lib functions rather than reimplementations.
7765 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
7767         * net/tramp.el (tramp-methods): Extend docstring.
7768         (tramp-connection-timeout): New defcustom.
7769         (tramp-error-with-buffer): Reset timestamp only when appropriate.
7770         (with-tramp-progress-reporter): Simplify.
7771         (tramp-process-actions): Improve messages.
7773         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7774         * net/tramp-sh.el (tramp-maybe-open-connection):
7775         Use `tramp-connection-timeout'.
7776         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7777         (Bug#14808)
7779 2013-07-11  Leo Liu  <sdl.web@gmail.com>
7781         * ido.el (ido-read-file-name): Conform to the requirements of
7782         read-file-name.  (Bug#11861)
7783         (ido-read-directory-name): Conform to the requirements of
7784         read-directory-name.
7786 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
7788         * subr.el (delay-warning): New function.
7790 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
7792         * simple.el (default-line-height): New function.
7793         (line-move-partial, line-move): Use it instead of computing the
7794         line height inline.
7795         (line-move-partial): Always compute ROWH.  If the last line is
7796         partially-visible, but its text is completely visible, allow
7797         cursor to enter such a partially-visible line.
7799 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
7801         Improve error messages.  (Bug#14808)
7803         * net/tramp.el (tramp-current-connection): New defvar, moved from
7804         tramp-sh.el.
7805         (tramp-message-show-progress-reporter-message): Remove, not
7806         needed anymore.
7807         (tramp-error-with-buffer): Show message in minibuffer.
7808         Discard input before waiting.  Reset connection timestamp.
7809         (with-tramp-progress-reporter): Improve messages.
7810         (tramp-process-actions): Use progress reporter.  Delete process in
7811         case of error.  Improve messages.
7813         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7814         Call `tramp-error-with-buffer' with vector and buffer.
7815         (tramp-current-connection): Remove.
7816         (tramp-maybe-open-connection): The car of
7817         `tramp-current-connection' are the first 3 slots of the vector.
7819 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
7821         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7822         inside continued strings.
7824 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7826         Timestamp fixes for undo (Bug#14824).
7827         * files.el (clear-visited-file-modtime): Move here from fileio.c.
7829 2013-07-10  Leo Liu  <sdl.web@gmail.com>
7831         * files.el (require-final-newline): Allow safe local value.
7832         (Bug#14834)
7834 2013-07-09  Leo Liu  <sdl.web@gmail.com>
7836         * ido.el (ido-read-directory-name): Handle fallback.
7837         (ido-read-file-name): Update DIR to ido-current-directory.
7838         (Bug#1516)
7839         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
7841 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
7843         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7844         "autoload".  Remove "warn lower camel case" section, previously
7845         commented out.  Highlight negation char.  Do not highlight the
7846         target in singleton method definitions.
7848 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7850         * faces.el (tty-setup-hook): Declare the hook.
7852         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7853         and detect when a guard/pred depends on local vars (bug#14773).
7854         (pcase--u1): Adjust caller.
7856 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
7858         * simple.el (line-move-partial, line-move): Account for
7859         line-spacing.
7860         (line-move-partial): Avoid setting vscroll when the last
7861         partially-visible line in window is of default height.
7863 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7866         been used a while.
7868 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
7870         * subr.el (read-quoted-char): Remove unused local variable `char'.
7872 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7874         * ediff.el (ediff-version): Version update.
7875         (ediff-files-command, ediff3-files-command, ediff-merge-command)
7876         (ediff-merge-with-ancestor-command, ediff-directories-command)
7877         (ediff-directories3-command, ediff-merge-directories-command)
7878         (ediff-merge-directories-with-ancestor-command): New functions.
7879         All are command-line interfaces to ediff: to facilitate calling
7880         Emacs with the appropriate ediff functions invoked.
7882         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7883         (viper-save-kill-buffer): Check if buffer is modified.
7885         * viper.el (viper-version): Version update.
7886         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7888 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7891         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7892         (viper-intercept-ESC-key): Simplify.
7893         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7894         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7895         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7896         (viper-setup-ESC-to-escape): New functions.
7897         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7898         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
7900 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
7902         * simple.el (default-font-height, window-screen-lines):
7903         New functions.
7904         (line-move, line-move-partial): Use them instead of
7905         frame-char-height and window-text-height.  This makes scrolling
7906         text smoother when the buffer's default face uses a font that is
7907         different from the frame's default font.
7909 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
7911         * files.el (write-file): Do not display confirm dialog for NS,
7912         it does its own dialog, which can't be canceled (Bug#14578).
7914 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
7916         * simple.el (line-move-partial): Adjust the row returned by
7917         posn-at-point for the current window-vscroll.  (Bug#14567)
7919 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
7921         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7922         (tramp-sh-file-inotifywait-process-filter): Handle file names with
7923         spaces.
7925 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
7927         * window.el (window-state-put-stale-windows): New variable.
7928         (window--state-put-2): Save list of windows without matching buffer.
7929         (window-state-put): Remove "bufferless" windows if possible.
7931 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7933         * simple.el (alternatives-define): Remove leftover :group keyword.
7934         Tweak docstring.
7936 2013-07-06  Leo Liu  <sdl.web@gmail.com>
7938         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7939         (ido-enable-virtual-buffers): New variable.
7940         (ido-buffer-internal, ido-toggle-virtual-buffers)
7941         (ido-make-buffer-list): Use it.
7942         (ido-exhibit): Support turning on and off virtual buffers
7943         automatically.
7945 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7947         * simple.el (alternatives-define): New macro.
7949 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7951         * subr.el (read-quoted-char): Use read-key.
7952         (sit-for): Let read-event decode tty input (bug#14782).
7954 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
7956         * calendar/todo-mode.el: Add handling of file deletion, both by
7957         mode command and externally.  Fix various related bugs.
7958         Clarify Commentary and improve some documentation strings and code.
7959         (todo-delete-file): New command.
7960         (todo-check-file): New function.
7961         (todo-show): Handle external deletion of the file we're trying to
7962         show (bug#14688).  Replace called-interactively-p by an optional
7963         prefix argument to avoid problematic interaction with catch form
7964         when byte compiled (bug#14702).
7965         (todo-quit): Handle external deletion of the archive's todo file.
7966         Make sure the buffer that was visiting the archive file is still
7967         live before trying to bury it.
7968         (todo-category-completions): Handle external deletion of any
7969         category completion files.
7970         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7971         of todo files, in case of external deletion.
7972         (todo-add-file): Replace unnecessary setq by let-binding.
7973         (todo-find-archive): Check whether there are any archives.
7974         Replace unnecessary setq by let-binding.
7975         (todo-archive-done-item): Use find-file-noselect to get the
7976         archive buffer whether or not the archive already exists.
7977         Remove superfluous code.  Use file size instead of buffer-file-name to
7978         check if the archive is new; if it is, update list of archives.
7979         (todo-default-todo-file): Allow nil to be a valid value for when
7980         there are no todo files.
7981         (todo-reevaluate-default-file-defcustom): Use corrected definition
7982         of todo-default-todo-file.
7983         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7984         (todo-delete-category, todo-show-categories-table)
7985         (todo-category-number): Clarify comment.
7986         (todo-filter-items): Clarify documentation string.
7987         (todo-show-current-file, todo-display-as-todo-file)
7988         (todo-reset-and-enable-done-separator): Tweak documentation string.
7989         (todo-done-separator): Make separator length window-width, since
7990         bug#2749 is now fixed.
7992 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
7994         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7995         Support both "gvfs-monitor-dir" and "inotifywait".
7996         (tramp-sh-file-inotifywait-process-filter): Rename from
7997         `tramp-sh-file-notify-process-filter'.
7998         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7999         (tramp-get-remote-gvfs-monitor-dir): New defuns.
8001 2013-07-05  Leo Liu  <sdl.web@gmail.com>
8003         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
8005 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8007         * frame.el (display-pixel-height, display-pixel-width)
8008         (display-mm-height, display-mm-width): Mention behavior on
8009         multi-monitor setups in docstrings.
8010         (w32-display-monitor-attributes-list): Declare function.
8011         (display-monitor-attributes-list): Use it.
8013 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
8015         * filenotify.el: New package.
8017         * autorevert.el (top): Require filenotify.el.
8018         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
8019         instead.
8020         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8021         (auto-revert-notify-handler): Use `file-notify-*' functions.
8023         * subr.el (file-notify-handle-event): Move function to filenotify.el.
8025         * net/tramp.el (tramp-file-name-for-operation):
8026         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
8028         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
8029         for `file-notify-add-watch' and `file-notify-rm-watch'.
8030         (tramp-process-sentinel): Improve trace.
8031         (tramp-sh-handle-file-notify-add-watch)
8032         (tramp-sh-file-notify-process-filter)
8033         (tramp-sh-handle-file-notify-rm-watch)
8034         (tramp-get-remote-inotifywait): New defuns.
8036 2013-07-03  Juri Linkov  <juri@jurta.org>
8038         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
8039         call of `occur-read-primary-args' to interactive spec.
8041         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
8042         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
8044 2013-07-03  Matthias Meulien  <orontee@gmail.com>
8046         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
8047         `Buffer-menu-multi-occur'.  Add it to the menu.
8048         (Buffer-menu-mode): Document it in docstring.
8049         (Buffer-menu-multi-occur): New command.  (Bug#14673)
8051 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8053         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
8054         keywords and built-ins.
8056 2013-07-03  Glenn Morris  <rgm@gnu.org>
8058         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
8060         Make info-xref checks case-sensitive by default
8061         * info.el (Info-find-node, Info-find-in-tag-table)
8062         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
8063         Add option for exact case matching of nodes.
8064         * info-xref.el (info-xref): New custom group.
8065         (info-xref-case-fold): New option.
8066         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
8068 2013-07-03  Leo Liu  <sdl.web@gmail.com>
8070         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
8072 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
8074         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
8075         middle of block statement initially, lower the depth.  Remove
8076         FIXME comment, not longer valid.  Remove middle of block statement
8077         detection, no need to do that anymore since we've been using
8078         `ruby-parse-region' here.
8080 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
8082         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
8084 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
8088 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
8090         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
8091         (desktop-restore-in-current-display): New customization option.
8092         (desktop--excluded-frame-parameters): Add `font'.
8093         (desktop--save-frames): Rename from desktop--save-windows.
8094         (desktop--restore-in-this-display-p): New function.
8095         (desktop--make-full-frame): Remove unwanted width/height from
8096         full(width|height) frames.
8097         (desktop--restore-frames): Rename from desktop--restore-windows.
8098         Obey desktop-restore-current-display.  Do not delete old frames or
8099         select a new frame unless we were able to restore at least one frame.
8101 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
8103         * files.el (find-file-noselect): Simplify conditional expression.
8105         * textmodes/remember.el (remember-append-to-file):
8106         Don't mix `find-buffer-visiting' and `get-file-buffer'.
8108         Add `remember-notes' function to store random notes across Emacs
8109         restarts.
8110         * textmodes/remember.el (remember-data-file): Add :set callback to
8111         affect notes buffer (if any).
8112         (remember-notes): New command.
8113         (remember-notes-buffer-name, bury-remember-notes-on-kill):
8114         New defcustoms for the `remember-notes' function.
8115         (remember-notes-save-and-bury-buffer): New command.
8116         (remember-notes-mode-map): New variable.
8117         (remember-mode): New minor mode.
8118         (remember-notes--kill-buffer-query): New function.
8119         * startup.el (initial-buffer-choice): Add notes to custom type.
8121 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
8123         * bindings.el (right-char, left-char): Don't call sit-for, this is
8124         no longer needed.  Use arithmetic comparison only for numerical
8125         arguments.
8127         * international/mule-cmds.el (select-safe-coding-system):
8128         Handle the case of FROM being a string correctly.  (Bug#14755)
8130 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132         * net/shr.el (shr-make-table-1): Add a sanity check that allows
8133         progression on degenerate tables.
8134         (shr-rescale-image): ImageMagick animated images currently don't work.
8136 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
8138         Some fixes and improvements for desktop frame restoration.
8139         It is still experimental and disabled by default.
8140         * desktop.el (desktop--save-windows): Put the selected frame at
8141         the head of the list.
8142         (desktop--make-full-frame): New function.
8143         (desktop--restore-windows): Try to re-select the frame that was
8144         selected upon saving.  Do not abort if some frames fail to restore,
8145         just show an error message and continue.  Set up maximized frames
8146         so they have default non-maximized dimensions.
8148 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
8150         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
8151         Don't start heredoc inside a string or comment.
8153 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
8155         * bindings.el (visual-order-cursor-movement): New defcustom.
8156         (right-char, left-char): Provide visual-order cursor motion by
8157         calling move-point-visually.  Update the doc strings.
8159 2013-06-28  Kenichi Handa  <handa@gnu.org>
8161         * international/mule.el (define-coding-system): New coding system
8162         properties :inhibit-null-byte-detection,
8163         :inhibit-iso-escape-detection, and :prefer-utf-8.
8164         (set-buffer-file-coding-system): If :charset-list property of
8165         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
8166         appropriate for setting.
8168         * international/mule-cmds.el (select-safe-coding-system):
8169         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
8170         multibyte characters, return utf-8 (or one of its siblings).
8172         * international/mule-conf.el (prefer-utf-8): New coding system.
8173         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
8174         files.
8176 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
8178         * net/shr.el (shr-render-region): New function.
8180         * net/eww.el: Autoload `eww-browse-url'.
8182 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
8184         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8185         Adapt to `package-desc-version' being a list.
8186         Use `package--ac-desc-version' to retrieve version from a package
8187         archive element.
8189 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
8191         New experimental feature to save&restore window and frame setup.
8192         * desktop.el (desktop-save-windows): New defcustom.
8193         (desktop--saved-states): New var.
8194         (desktop--excluded-frame-parameters): New defconst.
8195         (desktop--filter-frame-parms, desktop--find-frame-in-display)
8196         (desktop--restore-windows, desktop--save-windows): New functions.
8197         (desktop-save): Call `desktop--save-windows'.
8198         (desktop-read): Call `desktop--restore-windows'.
8200 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202         * net/shr.el (add-face-text-property): Remove compat definition.
8204 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8206         * info.el (Info-try-follow-nearest-node): Move search for footnote
8207         above search for node name to prevent missing a footnote (bug#14717).
8209 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
8211         * obsolete/otodo-mode.el: Add obsolescence info to file header.
8213 2013-06-27  Leo Liu  <sdl.web@gmail.com>
8215         * net/eww.el (eww-read-bookmarks): Check file size.
8217 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8219         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
8220         advice--pending if newdef is nil or an autoload (bug#13820).
8221         (advice-mapc): New function.
8223 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
8226         probably.
8227         (eww-mode-map): Add a menu bar.
8228         (eww-add-bookmark): New command.
8229         (eww-bookmark-mode): New mode and commands.
8230         (eww-add-bookmark): Remove newlines from the title.
8231         (eww-bookmark-browse): Don't bug out if it's the only window.
8233 2013-06-26  Glenn Morris  <rgm@gnu.org>
8235         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
8236         (hfy-size): Handle ttys.  (Bug#14668)
8238         * info-xref.el: Update for Texinfo 5 change in *note format.
8239         (info-xref-node-re, info-xref-note-re): New constants.
8240         (info-xref-check-buffer): Use info-xref-note-re.
8242 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
8246         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
8247         nil terminate the loop (bug#14718).
8249 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8251         * net/eww.el: Rework history traversal.  When going forward/back,
8252         put these actions into the history, too, so that they can be
8253         replayed.
8254         (eww-render): Move the history reset to the correct buffer.
8256 2013-06-25  Juri Linkov  <juri@jurta.org>
8258         * files-x.el (modify-dir-local-variable): Change the header comment
8259         in the file with directory local variables.  (Bug#14692)
8261         * files-x.el (read-file-local-variable-value): Add `default'.
8262         (Bug#14710)
8264 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8266         * net/eww.el (eww-make-unique-file-name): Create a unique file
8267         name before saving to entering `y' accidentally asynchronously.
8269 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
8271         * net/eww.el (eww-download): New command and keystroke.
8273 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275         * net/eww.el (eww-copy-page-url): Change name of command.
8277         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
8278         be more consistent with Info and dired.
8280         * net/eww.el (eww-mode-map): Ditto.
8282 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8284         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
8285         packages from archives.
8286         (package-archive-contents): Change format; include obsolete packages.
8287         (package-desc): Use `dir' to mark builtin packages.
8288         (package--from-builtin): Set the `dir' field to `builtin'.
8289         (generated-autoload-file, version-control): Declare.
8290         (package-compute-transaction): Change first arg and return value to be
8291         lists of package-descs.  Adjust to new package-archive-contents format.
8292         (package--add-to-archive-contents): Adjust to new
8293         package-archive-contents format.
8294         (package-download-transaction): Arg is now a list of package-descs.
8295         (package-install): If `pkg' is a package name, pass it as
8296         a requirement, so it is subject to the usual (e.g. disabled) checks.
8297         (describe-package): Accept package-desc as well.
8298         (describe-package-1): Describe a specific package-desc.  Add links to
8299         other package-descs for the same package name.
8300         (package-menu-describe-package): Pass the actual package-desc.
8301         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
8302         works correctly.
8303         (package-desc-status): New function.
8304         (package-menu--refresh): New function, extracted
8305         from package-menu--generate.
8306         (package-menu--generate): Use it.
8307         (package-delete): Update package-alist.
8308         (package-menu-execute): Don't call package-initialize.
8310         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
8311         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
8312         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
8313         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
8314         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
8315         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
8317 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
8319         * window.el (window--state-get-1): Workaround for bug#14527.
8320         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
8322 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324         * net/eww.el (eww-back-url): Implement the history by stashing all
8325         the data into a list.
8326         (eww-forward-url): Allow going forward in the history, too.
8328 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8330         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
8331         for values and use read--expression for expressions (bug#14710).
8332         (read-file-local-variable): Avoid setq.
8333         (read-file-local-variable-mode): Use minor-mode-list.
8335 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8337         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
8338         for DOI URLs.
8340 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8342         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
8343         Update imenu-support when dialect changes.
8345 2013-06-25  Leo Liu  <sdl.web@gmail.com>
8347         * ido.el (ido-read-internal): Allow forward slash on windows.
8349 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8351         * net/eww.el (eww): Start of strings is \\`, not ^.
8353 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8355         * net/shr.el (shr-browse-url): Fix interactive spec.
8357         * net/eww.el (eww): Add a trailing slash to domain names.
8359 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
8361         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
8363 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8365         * net/shr.el (shr-browse-url): Use an external browser if given a
8366         prefix.
8368         * net/eww.el (eww-external-browser): Move to shr.
8370 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8372         * net/eww.el (eww): Work more correctly for file: URLs.
8373         (eww-detect-charset): Allow quoted charsets.
8374         (eww-yank-page-url): New command and keystroke.
8376 2013-06-24  Daiki Ueno  <ueno@gnu.org>
8378         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8379         file name of gpg executable.
8380         (epg-context-program): New function.
8381         (epg-context-home-directory): New function.
8382         (epg-context-set-program): New function.
8383         (epg-context-set-home-directory): New function.
8384         (epg--start): Use `epg-context-program' instead of
8385         'epg-gpg-program'.
8386         (epg--list-keys-1): Likewise.
8388 2013-06-24  Leo Liu  <sdl.web@gmail.com>
8390         * ido.el (ido-read-internal): Fix bug#14620.
8392 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8394         * faces.el (face-documentation): Simplify.
8395         (read-face-attribute, tty-find-type, x-resolve-font-name):
8396         Use `string-match-p'.
8397         (list-faces-display): Use `string-match-p'.  Simplify.
8398         (face-spec-recalc): Check face to avoid face alias loops.
8399         (read-color): Use `string-match-p' and non-capturing parenthesis.
8401 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8403         * net/shr.el (shr-rescale-image): Use the new
8404         :max-width/:max-height functionality.
8406 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
8408         * net/eww.el (eww-search-prefix): New variable.
8409         (eww): Use it.
8410         (eww-external-browser): New variable.
8411         (eww-mode-map): New keystroke.
8412         (eww-browse-with-external-browser): New command.
8414         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8416 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8418         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8419         Don't skip aligning the next header field when padding is 0;
8420         otherwise, field width is not respected unless the title is as
8421         wide as the field.
8423 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8425         * emacs-lisp/package.el (package-el-version): Remove.
8426         (package-process-define-package): Fix inf-loop.
8427         (package-install): Allow symbols as arguments again.
8429 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8431         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8432         add some more keyword-like methods.
8433         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8435 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
8437         * bs.el (bs-buffer-show-mark): Make defvar-local.
8438         (bs-mode): Use setq-local.
8440         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8441         (emacs-lock--try-unlocking): Make defvar-local.
8443 2013-06-22  Glenn Morris  <rgm@gnu.org>
8445         * play/cookie1.el (cookie-apropos): Minor simplification.
8447         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8449 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8451         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8452         `regexp-opt', it breaks the build during dumping.
8454 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
8456         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8457         Highlight keyword-like methods on Kernel and Module with
8458         font-lock-builtin-face.
8459         (auto-mode-alist): Consolidate different entries into one regexp
8460         and add more *file-s.
8462 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
8464         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8466         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8467         (diary-entry): Use it in the action of this button type instead of
8468         diary-goto-entry.
8470         * calendar/todo-mode.el: New version.
8471         (todo-add-category): Append new category to end of file and give
8472         it the highest number, instead of putting it at the beginning and
8473         giving it 0.  Incorporate noninteractive functionality.
8474         (todo-forward-category): Adapt to 1-based category numbering.
8475         Allow skipping over archived categories.
8476         (todo-backward-category): Derive from todo-forward-category.
8477         (todo-backward-item, todo-forward-item): Make noninteractive and
8478         delegate interactive part to new commands.  Make sensitive to done items.
8479         (todo-categories): Make value an alist of category names and
8480         vectors of item counts.
8481         (todo-category-beg): Make a defconst.
8482         (todo-category-number): Use 1 instead of 0 as initial value.
8483         (todo-category-select): Make sensitive to overlays, optional item
8484         highlighting and done items.
8485         (todo-delete-item): Make sensitive to overlays and marked and done items.
8486         (todo-edit-item): Make sensitive to overlays and editing of
8487         date/time header optional.  Add format checks.
8488         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
8489         no-op if point is not on an item.  Advertise using todo-edit-quit.
8490         (todo-edit-mode): Make sensitive to new format, font-locking, and
8491         multiple todo files.
8492         (todo-insert-item, todo-insert-item-here): Derive from
8493         todo-basic-insert-item and extend functionality.
8494         (todo-item-end, todo-item-start): Make sensitive to done items.
8495         (todo-item-string): Don't return text properties.  Restore point.
8496         (todo-jump-to-category): Make sensitive to multiple todo files and
8497         todo archives.  Use extended category completion.
8498         (todo-lower-item, todo-raise-item): Rename to *-priority and
8499         derive from todo-set-item-priority.
8500         (todo-mode): Derive from special-mode.  Make sensitive to new
8501         format, font-locking and multiple todo files.  Make read-only.
8502         (todo-mode-map): Don't suppress digit keys, so they can supply
8503         prefix arguments.  Add many new key bindings.
8504         (todo-prefix): Insert as an overlay instead of file text.
8505         Change semantics from diary date expression to purely visual mark.
8506         (todo-print): Rename to todo-print-buffer.  Make buffer display
8507         features printable.  Remove option to restrict number of items
8508         printed.  Add option to print to file.
8509         (todo-print-function): Rename to todo-print-buffer-function.
8510         (todo-quit): Extend to handle exiting new todo modes.
8511         (todo-remove-item): Make sensitive to overlays.
8512         (todo-save): Extend to buffers of filtered items.
8513         (todo-show): Make sensitive to done items, multiple todo files and
8514         new todo modes.  Offer to convert legacy todo file before creating
8515         first new todo file.
8516         (todo-show-priorities): Rename to todo-top-priorities.
8517         Change semantics of value 0.
8518         (todo-top-priorities): Rename to todo-filter-top-priorities,
8519         derive from todo-filter-items and extend functionality.
8520         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8521         and extend functionality to other types of filtered items.
8522         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8523         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8524         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8525         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8526         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8527         (todo-edit-mode-hook, todo-entry-prefix-function)
8528         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8529         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8530         (todo-initials, todo-insert-threshold, todo-item-string-start)
8531         (todo-line-string, todo-menu, todo-mode-hook)
8532         (todo-more-important-p, todo-previous-answer, todo-previous-line)
8533         (todo-print-priorities, todo-remove-separator)
8534         (todo-save-top-priorities-too, todo-string-count-lines)
8535         (todo-string-multiline-p, todo-time-string-format)
8536         (todo-tmp-buffer-name): Remove.
8537         (todo-add-file, todo-archive-done-item, todo-choose-archive)
8538         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8539         (todo-edit-category-diary-inclusion)
8540         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8541         (todo-edit-file, todo-edit-item-date-day)
8542         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8543         (todo-edit-item-date-month, todo-edit-item-date-to-today)
8544         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8545         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8546         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8547         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8548         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8549         (todo-filter-top-priorities-multifile, todo-find-archive)
8550         (todo-find-filtered-items-file, todo-go-to-source-item)
8551         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8552         (todo-jump-to-archive-category, todo-lower-category)
8553         (todo-mark-category, todo-marked-item-p, todo-merge-category)
8554         (todo-move-category, todo-move-item, todo-next-button)
8555         (todo-next-item, todo-padded-string, todo-powerset)
8556         (todo-previous-button, todo-previous-item)
8557         (todo-print-buffer-to-file, todo-raise-category)
8558         (todo-rename-category, todo-repair-categories-sexp, todo-search)
8559         (todo-set-category-number, todo-set-item-priority)
8560         (todo-set-top-priorities-in-category)
8561         (todo-set-top-priorities-in-file, todo-show-categories-table)
8562         (todo-sort-categories-alphabetically-or-numerically)
8563         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8564         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8565         (todo-toggle-item-header, todo-toggle-item-highlighting)
8566         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8567         (todo-toggle-view-done-items, todo-toggle-view-done-only)
8568         (todo-unarchive-items, todo-unmark-category): New commands.
8569         (todo-absolute-file-name, todo-add-to-buffer-list)
8570         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8571         (todo-basic-insert-item, todo-category-completions)
8572         (todo-category-number, todo-category-string-matcher-1)
8573         (todo-category-string-matcher-2, todo-check-filtered-items-file)
8574         (todo-check-format, todo-clear-matches)
8575         (todo-comment-string-matcher, todo-convert-legacy-date-time)
8576         (todo-current-category, todo-date-string-matcher)
8577         (todo-define-insertion-command, todo-diary-expired-matcher)
8578         (todo-diary-goto-entry, todo-diary-item-p)
8579         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8580         (todo-display-categories, todo-display-sorted, todo-done-item-p)
8581         (todo-done-item-section-p, todo-done-separator)
8582         (todo-done-string-matcher, todo-files, todo-filter-items)
8583         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8584         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8585         (todo-insert-category-line, todo-insert-item-from-calendar)
8586         (todo-insert-sort-button, todo-insert-with-overlays)
8587         (todo-insertion-command-name, todo-insertion-key-bindings)
8588         (todo-label-to-key, todo-longest-category-name-length)
8589         (todo-make-categories-list, todo-mode-external-set)
8590         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8591         (todo-modes-set-3, todo-multiple-filter-files)
8592         (todo-nondiary-marker-matcher, todo-prefix-overlays)
8593         (todo-read-category, todo-read-date, todo-read-dayname)
8594         (todo-read-file-name, todo-read-time)
8595         (todo-reevaluate-category-completions-files-defcustom)
8596         (todo-reevaluate-default-file-defcustom)
8597         (todo-reevaluate-filelist-defcustoms)
8598         (todo-reevaluate-filter-files-defcustom)
8599         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8600         (todo-reset-done-separator, todo-reset-done-separator-string)
8601         (todo-reset-done-string, todo-reset-global-current-todo-file)
8602         (todo-reset-highlight-item, todo-reset-nondiary-marker)
8603         (todo-reset-prefix, todo-set-categories)
8604         (todo-set-date-from-calendar, todo-set-show-current-file)
8605         (todo-set-top-priorities, todo-short-file-name)
8606         (todo-show-current-file, todo-sort, todo-time-string-matcher)
8607         (todo-total-item-counts, todo-update-buffer-list)
8608         (todo-update-categories-display, todo-update-categories-sexp)
8609         (todo-update-count, todo-validate-name, todo-y-or-n-p):
8610         New functions.
8611         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8612         New major modes.
8613         (todo-categories, todo-display, todo-edit, todo-faces)
8614         (todo-filtered): New defgroups.
8615         (todo-archived-only, todo-button, todo-category-string, todo-date)
8616         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8617         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8618         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8619         (todo-add-item-if-new-category, todo-always-add-time-string)
8620         (todo-categories-align, todo-categories-archived-label)
8621         (todo-categories-category-label, todo-categories-diary-label)
8622         (todo-categories-done-label, todo-categories-number-separator)
8623         (todo-categories-todo-label, todo-categories-totals-label)
8624         (todo-category-completions-files, todo-completion-ignore-case)
8625         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8626         (todo-done-separator-string, todo-done-string)
8627         (todo-files-function, todo-filter-done-items, todo-filter-files)
8628         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8629         (todo-initial-category, todo-initial-file, todo-item-mark)
8630         (todo-legacy-date-time-regexp, todo-mode-line-function)
8631         (todo-nondiary-marker, todo-number-prefix)
8632         (todo-print-buffer-function, todo-show-current-file)
8633         (todo-show-done-only, todo-show-first, todo-show-with-done)
8634         (todo-skip-archived-categories, todo-top-priorities-overrides)
8635         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8636         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8637         New defcustoms.
8638         (todo-category-done, todo-date-pattern, todo-date-string-start)
8639         (todo-diary-items-buffer, todo-done-string-start)
8640         (todo-filtered-items-buffer, todo-item-start)
8641         (todo-month-abbrev-array, todo-month-name-array)
8642         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8643         (todo-top-priorities-buffer): New defconsts.
8644         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8645         (todo-categories-with-marks, todo-category-string-face)
8646         (todo-comment-face, todo-comment-string, todo-current-todo-file)
8647         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8648         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8649         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8650         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8651         (todo-font-lock-keywords, todo-global-current-todo-file)
8652         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8653         (todo-insertion-commands-args)
8654         (todo-insertion-commands-args-genlist)
8655         (todo-insertion-commands-names, todo-insertion-map)
8656         (todo-key-bindings-t, todo-key-bindings-t+a)
8657         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8658         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8659         (todo-nondiary-face, todo-print-buffer, todo-time-face)
8660         (todo-visited): New variables.
8662 2013-06-21  Glenn Morris  <rgm@gnu.org>
8664         * play/cookie1.el (cookie-apropos): Add optional display argument.
8665         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8666         (psychoanalyze-pinhead): Use cookie-doctor.
8668 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8670         * emacs-lisp/package.el (tar-get-file-descriptor)
8671         (tar--extract): Declare.
8673 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
8675         Extend flymake's warning predicate to be a function (bug#14217).
8676         * progmodes/flymake.el (flymake-warning-predicate): New.
8677         (flymake-parse-line): Use it.
8678         (flymake-warning-re): Make obsolete alias to
8679         `flymake-warning-predicate'.
8681 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8683         * emacs-lisp/package.el (package-alist): Include obsolete packages.
8684         (package-obsolete-list): Remove.
8685         (package-activate): Remove min-version argument.  Add `force' argument.
8686         Adjust to new package-alist format.
8687         (package-mark-obsolete): Remove.
8688         (package-unpack): Force reload of the package's autoloads.
8689         (package-installed-p): Check builtins if the installed package is not
8690         recent enough.
8691         (package-initialize): Don't reset package-obsolete-list.
8692         Don't specify which package version to activate.
8693         (package-process-define-package, describe-package-1)
8694         (package-menu--generate): Adjust to new package-alist format.
8696 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8698         * allout-widgets.el (allout-widgets-mode-off)
8699         (allout-widgets-mode-on, allout-widgets-pre-command-business)
8700         (allout-widgets-post-command-business)
8701         (allout-widgets-after-copy-or-kill-function)
8702         (allout-widgets-after-undo-function, allout-test-range-overlaps)
8703         (allout-decorate-item-and-context)
8704         (allout-graphics-modification-handler): Fix typos in docstrings.
8705         (allout-get-or-create-parent-widget): Use `looking-at-p'.
8707         * cmuscheme.el (scheme-start-file): Doc fix.
8708         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8709         (scheme-input-filter): Use `string-match-p'.
8711         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8713         * dired-x.el: Use Dired consistently in docstrings.
8715         * dired.el: Use Dired consistently in docstrings.
8716         (dired-readin, dired-mode): Use `setq-local'.
8717         (dired-switches-alist): Make defvar-local.
8718         (dired-buffers-for-dir): Use `zerop'.
8719         (dired-safe-switches-p, dired-switches-escape-p)
8720         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8721         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8722         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8723         (dired-goto-next-nontrivial-file): Use `string-match-p'.
8724         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8725         (dired-toggle-marks, dired-mark-files-containing-regexp)
8726         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8727         (dired-flag-auto-save-files, dired-flag-backup-files):
8728         Use `looking-at-p'.
8729         (dired-mark-files-regexp, dired-build-subdir-alist):
8730         Use `string-match-p', `looking-at-p'.
8732         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8733         (direct-print-region-helper): Use `string-match-p'.
8735 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8737         * comint.el (comint-redirect-results-list-from-process):
8738         Fix infinite loop.
8740 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8742         * net/eww.el (eww-update-header-line-format): Quote % characters.
8744 2013-06-21  Glenn Morris  <rgm@gnu.org>
8746         * play/cookie1.el (cookie): New custom group.
8747         (cookie-file): New option.
8748         (cookie-check-file): New function.
8749         (cookie): Make it interactive.  Make start and end messages optional.
8750         Interactively, display the result.  Default to cookie-file.
8751         (cookie-insert): Default to cookie-file.
8752         (cookie-snarf): Make start and end messages optional.
8753         Default to cookie-file.  Use with-temp-buffer.
8754         (cookie-read): Rename from read-cookie.
8755         Make start and end messages optional.  Default to cookie-file.
8756         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
8757         Do not autoload it.
8758         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8759         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8761 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8763         * progmodes/octave.el (octave-mode): Backward compatibility fix.
8765 2013-06-21  Glenn Morris  <rgm@gnu.org>
8767         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8769 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8770             Daniel Hackney  <dan@haxney.org>
8772         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8773         Consolidate the single-file vs tarball code.
8774         (package-desc-suffix): New function.
8775         (package-desc-full-name): Don't bother inlining it.
8776         (package-load-descriptor): Return the new package-desc.
8777         (package-mark-obsolete): Remove unused arg `package'.
8778         (package-unpack): Make it work for single files as well.
8779         Make it update package-alist.
8780         (package--make-autoloads-and-stuff): Rename from
8781         package--make-autoloads-and-compile.  Don't compile any more.
8782         (package--compile): New function.
8783         (package-generate-description-file): New function, extracted from
8784         package-unpack-single.
8785         (package-unpack-single): Remove.
8786         (package--with-work-buffer): Add indentation and debugging info.
8787         (package-download-single): Remove.
8788         (package-install-from-archive): Rename from package-download-tar, make
8789         it take a pkg-desc, and make it work for single files as well.
8790         (package-download-transaction): Simplify.
8791         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
8792         external tar program.
8793         (package-install-from-buffer): Remove `pkg-desc' argument.
8794         Use package-tar-file-info for tar-mode buffers.
8795         (package-install-file): Simplify accordingly.
8796         (package-archive-base): Change to take a pkg-desc.
8797         * tar-mode.el (tar--check-descriptor): New function, extracted from
8798         tar-get-descriptor.
8799         (tar-get-descriptor): Use it.
8800         (tar-get-file-descriptor): New function.
8801         (tar--extract): New function, extracted from tar-extract.
8802         (tar--extract): Use it.
8803         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8804         case the summary uses non-ascii.  Adjust to new calling convention of
8805         package-tar-file-info.
8807 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8809         * comint.el (comint-redirect-results-list-from-process):
8810         Fix random delay.  (Bug#14681)
8812 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8814         * profiler.el (profiler-format-number): Use log, not log10.
8816 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8818         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8820 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8822         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8823         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8824         yet available.
8825         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8826         (AUTOGENEL): ... here.
8827         * emacs-lisp/cl-macs.el (cl--sublis): New function.
8828         (cl--defsubst-expand): Use it.
8830 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8832         * subr.el (log10): Move here from C code, and declare as obsolete.
8833         All uses of (log10 X) replaced with (log X 10).
8835 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8837         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8838         Declare with `defvar-local'.
8839         (tabulated-list-use-header-line, tabulated-list-entries)
8840         (tabulated-list-padding, tabulated-list-printer)
8841         (tabulated-list-sort-key): Declare with `defvar-local'.
8842         (tabulated-list-init-header, tabulated-list-print-fake-header):
8843         Use `setq-local'.
8845 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
8847         * arc-mode.el (archive-mode): Add `archive-write-file' to
8848         `write-contents-functions' also for remote files.  (Bug#14652)
8850 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8852         * cus-edit.el (custom-commands): Fix typos.
8853         (custom-display): Fix tooltip text.
8854         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8855         Fix typos in docstrings.
8856         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8857         (custom-unlispify-menu-entry, custom-magic-value-create)
8858         (custom-add-see-also, custom-group-value-create): Use ?\s.
8859         (custom-guess-type, customize-apropos, editable-field)
8860         (custom-face-value-create): Use `string-match-p'.
8861         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8863         * custom.el (custom-load-symbol): Use `string-match-p'.
8865         * ansi-color.el: Convert to lexical binding.
8866         (ansi-colors): Fix URL.
8867         (ansi-color-context, ansi-color-context-region): Use defvar-local.
8868         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8869         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8871 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8875         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8877 2013-06-19  Tom Tromey  <tromey@redhat.com>
8879         * net/eww.el (eww-top-url): Remove.
8880         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8881         (eww-render): Set new variables.  Don't set eww-top-url.
8882         (eww-handle-link): Handle "prev", "home", and "contents".
8883         Downcase the rel text.
8884         (eww-top-url): Choose best top URL.
8886 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8888         * net/eww.el: Rewrite to implement form elements "by hand" instead of
8889         relying in widget.el.  Using widget.el leads to too many
8890         user interface inconsistencies.
8891         (eww-self-insert): Implement entering commands in text fields.
8892         (eww-process-text-input): New function to make text input field editing
8893         work.
8894         (eww-submit): Rewrite to use the new-style form methods.
8895         (eww-select-display): Display the correct selected item.
8896         (eww-change-select): Implement changing the select value.
8897         (eww-toggle-checkbox): Implement radio/checkboxes.
8898         (eww-update-field): Fix compilation error.
8899         (eww-tag-textarea): Implement <textarea>.
8901         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8902         we don't shadow mode-specific bindings.
8904         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8905         nothing to push.
8907         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8909 2013-06-19  Glenn Morris  <rgm@gnu.org>
8911         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8913 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8915         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8916         not needed.
8918         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8920 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8922         * net/browse-url.el (browse-url-browser-function):
8923         `eww-browse-url' has the right calling signature, `eww' does not.
8925 2013-06-19  Glenn Morris  <rgm@gnu.org>
8927         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8928         Only eval autoloaded macros.
8929         (byte-compile-autoload): Only give the macro warning for macros.
8931         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8932         (ps-underlined-faces): Declare.
8934         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8935         (speedbar-add-supported-extension): Declare.
8937         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8938         Don't include a date stamp in the header of the generated file;
8939         it leads to needless differences between output files.
8941 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8943         * net/secrets.el (secrets-struct-secret-content-type):
8944         Replace check of introspection data by a test call of "CreateItem".
8945         Some servers do not offer introspection.
8947 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * electric.el (electric-pair-mode): Improve interaction with
8950         electric-layout-mode.
8951         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8952         (electric-pair-syntax): Use text-mode-syntax-table in comments
8953         and strings.
8954         (electric-pair--insert): New function.
8955         (electric-pair-post-self-insert-function): Use it and
8956         electric--after-char-pos.
8958 2013-06-19  Leo Liu  <sdl.web@gmail.com>
8960         * progmodes/octave.el (octave-help): Fix regexp.
8962 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8965         (shr-table-horizontal-line): Allow nil as a value, and change the
8966         default.
8967         (shr-insert-table-ruler): Respect the nil value.
8969 2013-06-18  Tom Tromey  <tromey@barimba>
8971         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8972         New defvars.
8973         (eww-open-file): New defun.
8974         (eww-render): Initialize new variables.
8975         (eww-display-html): Handle "link" and "a".
8976         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8977         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
8978         (eww-back-url): Rename from eww-previous-url.
8979         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8980         New defuns.
8982 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
8984         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8985         Distinguish ternary operator tokens from slash symbol and slash
8986         char literal.
8988 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8990         Convert symbol prettification into minor mode and global minor mode.
8992         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8993         `prog-prettify-symbols', and make a local defvar instead of defcustom.
8994         (prettify-symbols--keywords): Rename from
8995         `prog-prettify-symbols-alist' and make a local defvar.
8996         (prettify-symbols--compose-symbol): Rename from
8997         `prog--prettify-font-lock-compose-symbol'.
8998         (prettify-symbols--make-keywords): Rename from
8999         `prog-prettify-font-lock-symbols-keywords' and simplify.
9000         (prog-prettify-install): Remove.
9001         (prettify-symbols-mode): New minor mode, based on
9002         `prog-prettify-install'.
9003         (turn-on-prettify-symbols-mode): New function.
9004         (global-prettify-symbols-mode): New globalized minor mode.
9006         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9007         * progmodes/cfengine.el (cfengine3-mode):
9008         * progmodes/perl-mode.el (perl-mode): Don't call
9009         `prog-prettify-install'; set `prettify-symbols-alist' instead.
9011 2013-06-18  Juri Linkov  <juri@jurta.org>
9013         * files-x.el (modify-file-local-variable-message): New function.
9014         (modify-file-local-variable)
9015         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
9016         and call `modify-file-local-variable-message' when it's non-nil.
9017         (add-file-local-variable, delete-file-local-variable)
9018         (add-file-local-variable-prop-line)
9019         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
9020         and use it.  (Bug#9820)
9022 2013-06-18  Juri Linkov  <juri@jurta.org>
9024         * emulation/vi.el (vi-shell-op):
9025         * emulation/vip.el (vip-execute-com, ex-command):
9026         * emulation/viper-cmd.el (viper-exec-bang):
9027         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
9028         the call of `shell-command-on-region'.  (Bug#14637)
9030         * simple.el (shell-command-on-region): Doc fix.
9032 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
9035         (bug#14633).
9037 2013-06-18  Glenn Morris  <rgm@gnu.org>
9039         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
9041         * newcomment.el (comment-search-forward, comment-search-backward):
9042         Doc fix.  (Bug#14376)
9044 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
9046         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
9047         (buffer-face-mode-invoke): Doc fix.
9049 2013-06-18  Matthias Meulien  <orontee@gmail.com>
9051         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
9052         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9054 2013-06-18  Glenn Morris  <rgm@gnu.org>
9056         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
9057         Replace obsolete function generic-make-keywords with its expansion.
9059         * progmodes/python.el (ffap-alist): Declare.
9061         * textmodes/reftex.el (bibtex-mode-map): Declare.
9063 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9065         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
9066         (package-unpack, package-unpack-single): Return the pkg-dir.
9067         (package-download-transaction): Use it to update package-alist.
9069 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
9072         possible choice.
9074 2013-06-17  Juri Linkov  <juri@jurta.org>
9076         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
9078 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9080         * emacs-lisp/package.el (package-load-descriptor):
9081         Remove `with-syntax-table' call, `read' doesn't need it.
9082         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
9084 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9086         * startup.el (command-line): Expand package name returned by
9087         `package--description-file' (bug#14639).
9089 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
9091         * emacs-lisp/package.el (package-load-descriptor): Do not call
9092         `emacs-lisp-mode', just use its syntax table.
9094 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
9096         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
9097         `font-lock-extra-managed-props' if any prettifying keyword is added.
9098         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
9099         (prog-mode): Use `setq-local'.
9101 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9103         * international/characters.el (standard-case-table): Set syntax of ?»
9104         and ?« to punctuation.
9106 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
9108         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
9109         Save relevant match data before calling `syntax-ppss' (bug#14595).
9111 2013-06-15  Juri Linkov  <juri@jurta.org>
9113         * files-x.el (modify-file-local-variable-prop-line): Add local
9114         variables to the end of the existing comment on the first line.
9115         Use `file-auto-mode-skip' to skip interpreter magic line,
9116         and also skip XML declaration.
9118 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9120         * startup.el (package--builtin-versions): New var.
9121         (package-subdirectory-regexp): Remove.
9122         (package--description-file): Hard code its value instead.
9124         * emacs-lisp/package.el: Don't activate packages older than builtin.
9125         (package-obsolete-list): Rename from package-obsolete-alist, and make
9126         it into a simple list of package-desc.
9127         (package-strip-version): Remove.
9128         (package-built-in-p): Use package--builtin-versions.
9129         (package-mark-obsolete): Simplify.
9130         (package-process-define-package): Mark it obsolete if older than the
9131         builtin version.
9132         (package-handle-response): Use line-end-position.
9133         (package-read-archive-contents, package--download-one-archive):
9134         Simplify.
9135         (package--add-to-archive-contents): Skip if older than the builtin or
9136         installed version.
9137         (package-menu-describe-package): Fix last change.
9138         (package-list-unversioned): New var.
9139         (package-menu--generate): Use it.
9141         * emacs-lisp/autoload.el: Manage package--builtin-versions.
9142         (autoload--insert-text, autoload--insert-cookie-text): New functions.
9143         (autoload-builtin-package-versions): New variable.
9144         (autoload-generate-file-autoloads): Use them.
9145         Remove the list of autoloaded functions/macros from the
9146         (autoload...) comments.
9148         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
9150 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
9152         * simple.el (line-move-partial): Don't jump to the next screen
9153         line as soon as it becomes visible.  Instead, continue enlarging
9154         the vscroll until the portion of a tall screen line that's left on
9155         display is about the height of the frame's default font.
9156         (Bug#14567)
9158 2013-06-15  Glenn Morris  <rgm@gnu.org>
9160         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
9161         compilation-error-regexp-alist void, or local while let-bound.
9163         * progmodes/make-mode.el (makefile-mode-syntax-table):
9164         Treat "=" as punctuation.  (Bug#14614)
9166 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
9168         * help-fns.el (describe-variable):
9169         Add extra line for permanent-local variables.
9171 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
9173         * progmodes/scheme.el (scheme-font-lock-keywords-2):
9174         Add export, import, library.  (Bug#9164)
9175         (library): Set indent function.
9177 2013-06-14  Glenn Morris  <rgm@gnu.org>
9179         * term/xterm.el (xterm--query):
9180         Stop after first matching handler.  (Bug#14615)
9182 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
9184         Add support for dired in saveplace.
9185         * dired.el (dired-initial-position-hook): New variable.
9186         (dired-initial-position): Call hook to place cursor position.
9187         * saveplace.el (save-place-to-alist): Add dired position.
9188         (save-place-dired-hook): New function.
9190 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9192         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
9193         through a symbol rather than letrec.
9195         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
9196         (package-desc): Add `dir' field.
9197         (package-desc-full-name): New function.
9198         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
9199         (package-maybe-load-descriptor): Remove.
9200         (package-load-all-descriptors): Just call package-load-descriptor.
9201         (package--disabled-p): New function.
9202         (package-desc-vers, package-desc-doc): Remove aliases.
9203         (package--dir): Remove function.
9204         (package-activate): Check if a package is disabled.
9205         (package-process-define-package): New function, extracted from
9206         define-package.
9207         (define-package): Turn into a place holder.
9208         (package-unpack-single, package-tar-file-info):
9209         Use package--description-file.
9210         (package-compute-transaction): Use package--disabled-p.
9211         (package-download-transaction): Don't call
9212         package-maybe-load-descriptor since they're all loaded anyway.
9213         (package-install): Change argument to be a pkg-desc.
9214         (package-delete): Use a single pkg-desc argument.
9215         (describe-package-1): Use package-desc-dir instead of package--dir.
9216         Use package-desc property instead of package-symbol.
9217         (package-install-button-action): Adjust accordingly.
9218         (package--push): Rewrite.
9219         (package-menu--print-info): Adjust accordingly.  Change the ID format
9220         to be a pkg-desc.
9221         (package-menu-describe-package, package-menu-get-status)
9222         (package-menu--find-upgrades, package-menu-mark-upgrades)
9223         (package-menu-execute, package-menu--name-predicate):
9224         Adjust accordingly.
9225         * startup.el (package--description-file): New function.
9226         (command-line): Use it.
9227         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9228         Use package-desc-version.
9230         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
9231         (byte-compile-preprocess): Use it.
9232         (byte-compile-file-form-defalias): Try a bit harder to use macros we
9233         can't quite recognize.
9234         (byte-compile-add-to-list): Remove.
9235         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
9236         (cconv-closure-convert): Add assertion.
9238         * emacs-lisp/map-ynp.el: Use lexical-binding.
9239         (map-y-or-n-p): Remove unused vars `tail' and `object'.
9240         Factor out some repeated code.
9242 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9244         * subr.el (with-eval-after-load): New macro.
9245         (eval-after-load): Allow form to be a function.
9246         take advantage of lexical-binding.
9247         (do-after-load-evaluation): Use dolist and adjust to new format.
9248         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
9250 2013-06-13  Juri Linkov  <juri@jurta.org>
9252         * replace.el (perform-replace): Display "symbol " and other search
9253         modes from `isearch-message-prefix' in the *Help* buffer.
9255         * isearch.el (isearch-query-replace): Add " symbol" and other
9256         possible search modes from `isearch-message-prefix' to the prompt.
9257         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
9258         when reading a regexp to collect.
9260 2013-06-13  Juri Linkov  <juri@jurta.org>
9262         * isearch.el (word-search-regexp): Match whitespace if the search
9263         string begins or ends in whitespace.  The LAX arg is applied to
9264         both ends of the search string.  Use `regexp-quote' and explicit
9265         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
9266         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
9267         boundaries are replaced with symbol boundaries, and characters
9268         between symbols match non-word non-symbol syntax.  (Bug#14602)
9270 2013-06-13  Juri Linkov  <juri@jurta.org>
9272         * isearch.el (isearch-del-char): Don't exceed the length of
9273         `isearch-string' by the prefix arg.  (Bug#14563)
9275 2013-06-13  Juri Linkov  <juri@jurta.org>
9277         * isearch.el (isearch-yank-word, isearch-yank-line)
9278         (isearch-char-by-name, isearch-quote-char)
9279         (isearch-printing-char, isearch-process-search-char):
9280         Add optional count prefix arg.  (Bug#14563)
9282         * international/isearch-x.el
9283         (isearch-process-search-multibyte-characters):
9284         Add optional count prefix arg.
9286 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
9289         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
9290         lexical-binding.
9292 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
9294         * subr.el (set-temporary-overlay-map): Add on-exit argument.
9296 2013-06-13  Glenn Morris  <rgm@gnu.org>
9298         * startup.el (tty-handle-args):
9299         Don't just discard "--" and anything after.  (Bug#14608)
9301         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
9303 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
9305         Implement changes in Secret Service API.  Make it backward compatible.
9306         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
9307         (secrets-create-item): Use it.  Prefix properties with interface.
9309 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
9311         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
9312         (term-emulate-terminal): Respect term-suppress-hard-newline.
9314 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
9316         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9317         Only remove a `thumb-file' overlay.  (Bug#14548)
9319 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
9321         * mail/reporter.el (reporter-submit-bug-report):
9322         Handle missing package-name.  (Bug#14600)
9324 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9326         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
9327         (reftex-citation-prompt, reftex-default-bibliography)
9328         (reftex-bib-or-thebib, reftex-get-bibfile-list)
9329         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9330         (reftex-bib-sort-author, reftex-bib-sort-year)
9331         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
9332         (reftex-extract-bib-entries-from-thebibliography)
9333         (reftex-get-bibkey-default, reftex-get-bib-names)
9334         (reftex-parse-bibtex-entry, reftex-get-bib-field)
9335         (reftex-format-bib-entry, reftex-parse-bibitem)
9336         (reftex-format-bibitem, reftex-do-citation)
9337         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
9338         (reftex-restrict-bib-matches, reftex-extract-bib-file)
9339         (reftex-insert-bib-matches, reftex-format-citation)
9340         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
9341         (reftex-create-bibtex-file): Add docstrings, mostly by converting
9342         existing comments into docstrings.
9344 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9346         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
9348 2013-06-12  Andreas Schwab  <schwab@suse.de>
9350         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
9351         for auto-save files.
9353 2013-06-12  Glenn Morris  <rgm@gnu.org>
9355         * ido.el (ido-delete-ignored-files): Remove.
9356         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
9357         Go back to calling ido-ignore-item-p directly.
9359 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
9361         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
9363         * ido.el (ido-delete-ignored-files): New function,
9364         split from ido-make-file-list-1.
9365         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
9366         (ido-make-file-list-1): Use ido-delete-ignored-files.
9368 2013-06-12  Leo Liu  <sdl.web@gmail.com>
9370         * progmodes/octave.el (inferior-octave-startup)
9371         (inferior-octave-completion-table)
9372         (inferior-octave-track-window-width-change)
9373         (octave-eldoc-function-signatures, octave-help)
9374         (octave-find-definition): Use single quoted strings.
9375         (inferior-octave-startup-args): Change default value.
9376         (inferior-octave-startup): Do not hard code "-i" and
9377         "--no-line-editing".
9378         (inferior-octave-resync-dirs): Add optional arg NOERROR.
9379         (inferior-octave-directory-tracker): Use it.
9380         (octave-goto-function-definition): Robustify.
9381         (octave-help): Support highlighting operators in 'See also'.
9382         (octave-find-definition): Find subfunctions only in Octave mode.
9384 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9386         * help-fns.el (help-fns--compiler-macro): If the handler function is
9387         named, then put a link to it.
9388         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9389         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9390         (cl-typep): Use it.
9391         (cl-eval-when): Simplify debug spec.
9392         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
9393         compiler-macro function instead of setting `compiler-macro-file'.
9395 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9397         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9398         * vc/vc-hooks.el (vc-stay-local): Doc fix.
9400 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9401             Daniel Hackney  <dan@haxney.org>
9403         First part of Daniel Hackney's patch to package.el.
9404         * emacs-lisp/package.el: Use defstruct.
9405         (package-desc): New, main struct.
9406         (package--bi-desc, package--ac-desc): New structs, used to describe the
9407         format in external files.
9408         (package-desc-vers): Replace with package-desc-version accessor.
9409         (package-desc-doc): Replace with package-desc-summary accessor.
9410         (package-activate-1): Remove `package' arg since the pkg-vec now
9411         includes the name.
9412         (define-package): Use package-desc-from-define.
9413         (package-unpack-single): Change file-name arg to be a symbol.
9414         (package--add-to-archive-contents): Use package-desc-create and new
9415         accessor functions to package--ac-desc.
9416         (package-buffer-info, package-tar-file-info): Return a package-desc.
9417         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
9418         arg to be a package-desc.
9419         (package-install-file): Adjust accordingly.  Use \' to match EOS.
9420         (package--from-builtin): New function.
9421         (describe-package-1, package-menu--generate): Use it.
9422         (package--make-autoloads-and-compile): Change name arg to be a symbol.
9423         (package-generate-autoloads): Idem and return the name of the file.
9424         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9425         Change pkg-info arg to be a package-desc.
9426         Use package-make-ac-desc.
9427         (package-upload-file): Use \' to match EOS.
9428         * finder.el (finder-compile-keywords): Use package-make-builtin.
9430 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * vc/vc.el (vc-deduce-fileset): Change error message.
9433         (vc-read-backend): New function.
9434         (vc-next-action): Use it.
9436         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9438         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9439         (prolog-font-lock-keywords): Use regexp-opt instead.
9440         Don't manually highlight strings.
9441         (prolog-mode-variables): Simplify comment-start-skip.
9442         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
9444         * emacs-lisp/generic.el (generic--normalise-comments)
9445         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9446         (generic-mode-set-comments): Use them.
9447         (generic-bracket-support): Use setq-local.
9448         (generic-make-keywords-list): Declare obsolete.
9450 2013-06-11  Glenn Morris  <rgm@gnu.org>
9452         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9453         Prettify after setting font-lock-defaults.  (Bug#14574)
9455 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
9457         * replace.el (query-replace, occur-read-regexp-defaults-function)
9458         (replace-search):
9459         * subr.el (declare-function, number-sequence, local-set-key)
9460         (substitute-key-definition, locate-user-emacs-file)
9461         (with-silent-modifications, split-string, eval-after-load):
9462         Fix typos, remove unneeded backslashes and reflow some docstrings.
9464 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9466         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9467         default for Elisp files.
9469 2013-06-11  Glenn Morris  <rgm@gnu.org>
9471         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9472         although define-derived-mode was doing this anyway.  (Bug#14583)
9474 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
9476         * allout.el (allout-encryption-plaintext-sanitization-regexps):
9477         Fix make-variable-buffer-local call to refer to the correct variable.
9479 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
9481         * eshell/em-term.el (eshell-visual-commands)
9482         (eshell-visual-subcommands, eshell-visual-options):
9483         Add summary line to docstrings.  Add cross-references.
9485 2013-06-10  Glenn Morris  <rgm@gnu.org>
9487         * epa.el (epa-read-file-name): New function.  (Bug#14510)
9488         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
9490 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9492         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9493         output redirection to be ignored with visual commands.
9495 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9497         * eshell/em-term.el (eshell-visual-command-p): New function.
9498         (eshell-term-initialize): Move long lambda to separate function
9499         eshell-visual-command-p.
9500         * eshell/em-dirs.el (eshell-dirs-initialise):
9501         * eshell/em-script.el (eshell-script-initialize):
9502         Add missing #' to lambda.
9504 2013-06-08  Leo Liu  <sdl.web@gmail.com>
9506         * progmodes/octave.el (octave-add-log-current-defun): New function.
9507         (octave-mode): Set add-log-current-defun-function.
9508         (octave-goto-function-definition): Do not move point if not found.
9509         (octave-find-definition): Enhance to try subfunctions first.
9511 2013-06-08  Glenn Morris  <rgm@gnu.org>
9513         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9514         (byte-compile-backward-char, byte-compile-backward-word):
9515         Improve previous change, to handle non-explicit nil.
9517 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9520         (smie--opener/closer-at-point): New function.
9521         (smie--matching-block-data): Use it.  Don't match from right after an
9522         opener or right before a closer.  Obey smie-blink-matching-inners.
9523         Don't signal a mismatch for repeated inners like "switch..case..case".
9525 2013-06-07  Leo Liu  <sdl.web@gmail.com>
9527         * progmodes/octave.el (octave-mode): Set comment-use-global-state
9528         to t.  (Bug#14303)
9529         (octave-function-header-regexp): Fix.  (Bug#14570)
9530         (octave-help-mode-finish-hook, octave-help-mode-finish):
9531         Remove.  Just use temp-buffer-show-hook.
9533         * newcomment.el (comment-search-backward): Revert last change.
9534         (Bug#14434)
9536         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9538 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
9540         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9541         through xargs, to avoid failure due to MS-Windows limitations on
9542         command-line length.
9544 2013-06-06  Glenn Morris  <rgm@gnu.org>
9546         * font-lock.el (lisp-font-lock-keywords-2):
9547         Treat user-error like error.
9549         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9550         (byte-compile-backward-char, byte-compile-backward-word):
9551         Handle explicit nil arguments.  (Bug#14565)
9553 2013-06-05  Alan Mackenzie  <acm@muc.de>
9555         * isearch.el (isearch-allow-prefix): New user option.
9556         (isearch-other-meta-char): Don't exit isearch when a prefix
9557         argument is typed whilst `isearch-allow-prefix' is non-nil.
9558         (Bug#9706)
9560 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9562         * autorevert.el (auto-revert-notify-handler): Use memq.
9563         Hide assertion failure.
9565         * skeleton.el: Use cl-lib.
9566         (skeleton-further-elements): Use defvar-local.
9567         (skeleton-insert): Use cl-progv.
9569 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9571         * progmodes/prog-mode.el (prog-prettify-symbols)
9572         (prog-prettify-install): Update docstrings.
9574 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9576         * simple.el: Move all the prog-mode code to prog-mode.el.
9577         * progmodes/prog-mode.el: New file.
9578         * loadup.el: Add prog-mode.el.
9580 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9582         * simple.el (prog-prettify-symbols): Add version.
9583         (prog-prettify-install): Add convenience function to prettify symbols.
9585         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9586         (perl--augmented-font-lock-keywords-1)
9587         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9588         variables and use it.
9590         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9591         (cfengine3-mode): Remove unneeded variable and use it.
9593         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9594         (lisp--augmented-font-lock-keywords-1)
9595         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9596         Remove unneeded variables and use it.
9598 2013-06-05  João Távora  <joaotavora@gmail.com>
9600         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9601         to point when opening the connection.  (Bug#14380)
9603 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * subr.el (load-history-regexp, load-history-filename-element)
9606         (eval-after-load, after-load-functions, do-after-load-evaluation)
9607         (eval-next-after-load, display-delayed-warnings)
9608         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9609         definition of save-match-data.
9610         (overriding-local-map): Remove accidental obsolescence declaration.
9612         * emacs-lisp/edebug.el (edebug-result): Move before first use.
9614 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9616         Generalize symbol prettify support to prog-mode and implement it
9617         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9618         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9619         (prog--prettify-font-lock-compose-symbol)
9620         (prog-prettify-font-lock-symbols-keywords): New variables and
9621         functions to support symbol prettification.
9622         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9623         (lisp--augmented-font-lock-keywords-1)
9624         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9625         (lisp--prettify-symbols-alist): Implement prettify of lambda.
9626         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9627         (cfengine3--prettify-symbols-alist, cfengine3-mode):
9628         Implement prettify of -> => :: strings.
9629         * progmodes/perl-mode.el (perl-prettify-symbols)
9630         (perl--font-lock-compose-symbol)
9631         (perl--font-lock-symbols-keywords): Move to prog-mode.
9632         (perl--prettify-symbols-alist): Prettify -> => :: strings.
9633         (perl-font-lock-keywords-1)
9634         (perl-font-lock-keywords-2): Remove explicit prettify support.
9635         (perl--augmented-font-lock-keywords)
9636         (perl--augmented-font-lock-keywords-1)
9637         (perl--augmented-font-lock-keywords-2, perl-mode):
9638         Implement prettify support.
9640 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9642         Re-implement smie matching block highlight using
9643         show-paren-data-function.  (Bug#14395)
9644         * emacs-lisp/smie.el (smie-matching-block-highlight)
9645         (smie--highlight-matching-block-overlay)
9646         (smie--highlight-matching-block-lastpos)
9647         (smie-highlight-matching-block)
9648         (smie-highlight-matching-block-mode): Remove.
9649         (smie--matching-block-data-cache): New variable.
9650         (smie--matching-block-data): New function.
9651         (smie-setup): Use smie--matching-block-data for
9652         show-paren-data-function.
9654         * progmodes/octave.el (octave-mode-menu): Fix.
9655         (octave-find-definition): Skip garbage lines.
9657 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9659         Fix compilation error with simultaneous dynamic+lexical scoping.
9660         Add warning when a defvar appears after the first let-binding.
9661         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9662         (byte-compile-close-variables): Initialize it.
9663         (byte-compile--declare-var): New function.
9664         (byte-compile-file-form-defvar)
9665         (byte-compile-file-form-define-abbrev-table)
9666         (byte-compile-file-form-custom-declare-variable): Use it.
9667         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
9668         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9669         (byte-compile-bind): Handle dynamic bindings that shadow
9670         lexical bindings.
9671         (byte-compile-unbind): Make arg non-optional.
9672         (byte-compile-let): Simplify.
9673         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9674         (cconv--analyse-function, cconv-analyse-form): Populate it.
9675         Protect byte-compile-bound-variables to limit the scope of defvars.
9676         (cconv-analyse-form): Add missing rule for (defvar <foo>).
9677         Remove unneeded rule for `declare'.
9679         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9680         so as to avoid depending on cl-adjoin at run-time.
9681         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9683         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9684         (macroexp--warn-and-return): Use it.
9686 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9688         * subr.el: Convert to lexical binding.
9689         (overriding-local-map): Make obsolete.
9690         (add-to-list): Doc fix.  Add compiler macro.
9691         (read-key): Swap values of local maps.
9693 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9695         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9697 2013-06-04  Leo Liu  <sdl.web@gmail.com>
9699         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9700         (compilation-auto-jump): Suppress the "Mark set" message to give
9701         way to exit message.
9703 2013-06-04  Alan Mackenzie  <acm@muc.de>
9705         Remove faulty optimisation from indentation calculation.
9706         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9707         search limit based on 2000 characters back from indent-point.
9709 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9711         * eshell/em-term.el (cl-lib): Require `cl-lib'.
9713 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9715         * emacs-lisp/lisp.el: Use lexical-binding.
9716         (lisp--local-variables-1, lisp--local-variables): New functions.
9717         (lisp--local-variables-completion-table): New var.
9718         (lisp-completion-at-point): Use it complete let-bound vars.
9720         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9721         eagerly (bug#14422).
9723 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
9725         * autorevert.el (auto-revert-notify-enabled)
9726         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9727         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9728         (auto-revert-notify-handler): Handle also gfilenotify.
9730         * subr.el (file-notify-handle-event): New defun.  Replacing ...
9731         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9732         Remove.
9734 2013-06-03  Juri Linkov  <juri@jurta.org>
9736         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9737         `M-s h .'.  (Bug#14427)
9739         * hi-lock.el (highlight-symbol-at-point): New alias for the new
9740         command `hi-lock-face-symbol-at-point'.
9741         (hi-lock-face-symbol-at-point): New command.
9742         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9743         (hi-lock-menu): Add `highlight-symbol-at-point'.
9744         (hi-lock-mode): Doc fix.
9746         * isearch.el (isearch-forward-symbol-at-point): New command.
9747         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9748         (isearch-highlight-regexp): Add a regexp which matches
9749         words/symbols for word/symbol mode.
9751         * subr.el (find-tag-default-bounds): New function with the body
9752         mostly moved from `find-tag-default'.
9753         (find-tag-default): Move most code to `find-tag-default-bounds',
9754         call it and apply `buffer-substring-no-properties' afterwards.
9756 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9758         * eshell/em-term.el (eshell-term-initialize):
9759         Use `cl-intersection' rather than `intersection'.
9761 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
9763         * vc/log-view.el: Doc fix.
9764         (log-view-mode-map): Copy keymap from `special-mode-map'.
9766 2013-06-02  Eric Ludlam  <zappo@gnu.org>
9768         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9769         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9770         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9771         (eieio-unbound, eieio-default-superclass)
9772         (eieio--define-field-accessors, method-static, method-before)
9773         (method-primary, method-after, method-num-lists)
9774         (method-generic-before, method-generic-primary)
9775         (method-generic-after, method-num-slots)
9776         (eieio-specialized-key-to-generic-key)
9777         (eieio--check-type, class-v, class-p)
9778         (eieio-class-name, define-obsolete-function-alias)
9779         (eieio-class-parents-fast, eieio-class-children-fast)
9780         (same-class-fast-p, class-constructor, generic-p)
9781         (generic-primary-only-p, generic-primary-only-one-p)
9782         (class-option-assoc, class-option, eieio-object-p)
9783         (class-abstract-p, class-method-invocation-order)
9784         (eieio-defclass-autoload-map, eieio-defclass-autoload)
9785         (eieio-class-un-autoload, eieio-defclass)
9786         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9787         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9788         (eieio--defgeneric-init-form, eieio-defgeneric-form)
9789         (eieio-defgeneric-reset-generic-form)
9790         (eieio-defgeneric-form-primary-only)
9791         (eieio-defgeneric-reset-generic-form-primary-only)
9792         (eieio-defgeneric-form-primary-only-one)
9793         (eieio-defgeneric-reset-generic-form-primary-only-one)
9794         (eieio-unbind-method-implementations)
9795         (eieio--defmethod, eieio--typep)
9796         (eieio-perform-slot-validation, eieio-validate-slot-value)
9797         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9798         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9799         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9800         (eieio-slot-name-index, eieio-class-slot-name-index)
9801         (eieio-set-defaults, eieio-initarg-to-attribute)
9802         (eieio-attribute-to-initarg, eieio-c3-candidate)
9803         (eieio-c3-merge-lists, eieio-class-precedence-c3)
9804         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9805         (eieio-class-precedence-list, eieio-generic-call-methodname)
9806         (eieio-generic-call-arglst, eieio-generic-call-key)
9807         (eieio-generic-call-next-method-list)
9808         (eieio-pre-method-execution-functions, eieio-generic-call)
9809         (eieio-generic-call-primary-only, eieiomt-method-list)
9810         (eieiomt-optimizing-obarray, eieiomt-install)
9811         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9812         (eieio-generic-form, eieio-defmethod, make-obsolete)
9813         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9814         (defclass): Remove `eval-and-compile' from macro.
9815         (call-next-method, shared-initialize): Instead of using
9816         `scoped-class' variable, use new eieio--scoped-class, and
9817         eieio--with-scoped-class.
9818         (initialize-instance): Rename local variable 'scoped-class' to
9819         'this-class' to remove ambiguitity from old global.
9821         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
9822         eieio.el.
9823         (eieio--scoped-class-stack): New variable.
9824         (eieio--scoped-class): New fcn.
9825         (eieio--with-scoped-class): New scoping macro.
9826         (eieio-defclass): Use pushnew instead of add-to-list.
9827         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9828         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9829         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9830         `scoped-class' variable, use new eieio--scoped-class, and
9831         eieio--with-scoped-class.
9833         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9835 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
9837         * eshell/esh-ext.el (eshell-external-command): Pass args to
9838         `eshell-find-interpreter'.
9839         (eshell-find-interpreter): Add new second parameter ARGS.
9841         * eshell/em-script.el (eshell-script-initialize): Add second arg
9842         to the function added as MATCH to `eshell-interpreter-alist'.
9844         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9845         the function added as MATCH to `eshell-interpreter-alist'.
9847         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9848         (eshell-visual-options): New defcustom.
9849         (eshell-escape-control-x): Adapt docstring.
9850         (eshell-term-initialize): Test `eshell-visual-subcommands' and
9851         `eshell-visual-options' in addition to `eshell-visual-commands'.
9852         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9854 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9856         * progmodes/python.el (python-indent-block-enders): Add break,
9857         continue and raise keywords.
9859 2013-06-01  Glenn Morris  <rgm@gnu.org>
9861         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9863         Plain (f)boundp silences compilation warnings since Emacs 22.1.
9864         * progmodes/cc-cmds.el (delete-forward-p):
9865         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9866         * progmodes/cc-engine.el (buffer-syntactic-context):
9867         * progmodes/cc-fonts.el (face-property-instance):
9868         * progmodes/cc-mode.el (set-keymap-parents):
9869         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9870         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9871         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9872         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9873         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9875         * progmodes/cc-vars.el (other): Emacs has this widget since
9876         at least 21.1, so don't (re)define it.
9878         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9879         Replace the obsolete alias pcomplete-arg-quote-list.
9881 2013-06-01  Leo Liu  <sdl.web@gmail.com>
9883         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9884         punctuation syntax.
9885         (inferior-octave-minimal-columns)
9886         (inferior-octave-last-column-width): New variables.
9887         (inferior-octave-track-window-width-change): New function.
9888         (inferior-octave-mode): Adjust column width so that Octave output,
9889         for example from 'ls', can fit into the window nicely.
9891 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9893         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9894         Highlight expansions inside regexp literals.
9896 2013-05-31  Glenn Morris  <rgm@gnu.org>
9898         * obsolete/sym-comp.el (symbol-complete):
9899         Replace obsolete completion-annotate-function.
9901         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9903 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9905         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9906         New function, checks if point is inside a literal that allows
9907         expression expansion.
9908         (ruby-syntax-propertize-expansion): Use it.
9909         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9910         around the body.
9912 2013-05-30  Juri Linkov  <juri@jurta.org>
9914         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9915         to "\M-si".
9916         (isearch-invisible): New variable.
9917         (isearch-forward): Doc fix.
9918         (isearch-mode): Set `isearch-invisible'
9919         to the value of `search-invisible'.
9920         (isearch-toggle-case-fold): Doc fix.
9921         (isearch-toggle-invisible): New command.
9922         (isearch-query-replace): Let-bind `search-invisible'
9923         to the value of `isearch-invisible'.
9924         (isearch-search): Use `isearch-invisible' instead of
9925         `search-invisible'.  Let-bind `search-invisible'
9926         to the value of `isearch-invisible'.  (Bug#11378)
9928 2013-05-30  Juri Linkov  <juri@jurta.org>
9930         * replace.el (perform-replace): Avoid `isearch-range-invisible'
9931         call when `query-flag' is nil and `search-invisible' is non-nil.
9932         (Bug#11746)
9934 2013-05-30  Glenn Morris  <rgm@gnu.org>
9936         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9938         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9939         (cc-require): Suppress spurious "noruntime" warnings.
9940         (cc-require-when-compile): Use fboundp, for sake of compiler.
9942         * progmodes/cc-mode.el: Move load of cc-vars before that of
9943         cc-langs (which in turn loads cc-vars), to quieten compiler.
9945 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9947         * paren.el: Simplify the code.
9948         (show-paren-mode): Always start the timer.
9949         (show-paren--idle-timer): Rename from show-paren-idle-timer.
9950         (show-paren--overlay, show-paren--overlay-1): Rename from
9951         show-paren-overlay and show-paren-overlay-1, and initialize to an
9952         overlay rather than to nil.
9953         (show-paren-function): Misc cleanup and simplifications.
9955 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9957         * paren.el (show-paren-data-function): New hook.
9958         (show-paren--default): New function, extracted from show-paren-function.
9959         (show-paren-function): Use show-paren-data-function.
9961 2013-05-30  Glenn Morris  <rgm@gnu.org>
9963         * ielm.el (ielm-map, ielm-complete-symbol):
9964         Use completion-at-point rather than obsolete functions.
9965         (inferior-emacs-lisp-mode): Doc fix.
9966         Set completion-at-point-functions, rather than
9967         comint-dynamic-complete-functions.
9969         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9970         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9971         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9973         * image.el (image-animated-p): Tweak definition.
9975         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9976         (rlogin-process-connection-type): Tweak default.  Add set-after.
9977         (rlogin-host): Doc fix.
9978         (rlogin): Tweak prompt.
9979         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9981         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9982         * progmodes/tcl.el (inferior-tcl-mode-map):
9983         Use completion-at-point rather than obsolete alias.
9985         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9987         * minibuffer.el (read-file-name-completion-ignore-case):
9988         Move before completion--in-region, for eager macro expansion.
9990 2013-05-29  Juri Linkov  <juri@jurta.org>
9992         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9993         for total count of matching lines.  Add `global-matches' for total
9994         count of matches.  Rename `matches' to `lines' for count of
9995         matching lines.  Add `matches' for count of matches.
9996         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
9997         to `prev-line' for line number of prev match endpt.
9998         Increment `matches' for every match.  Print the number of
9999         matching lines in the header.
10000         (occur-context-lines): Rename `lines' to `curr-line'.
10001         Rename `prev-lines' to `prev-line'.  (Bug#14017)
10003 2013-05-29  Juri Linkov  <juri@jurta.org>
10005         * replace.el (perform-replace): Add `skip-read-only-count',
10006         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
10007         Increment them for corresponding conditions and report the number
10008         of skipped occurrences in the final message.  (Bug#11746)
10009         (query-replace, query-replace-regexp, query-replace-regexp-eval)
10010         (replace-string, replace-regexp): Doc fix.
10012 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10014         * emacs-lisp/trace.el (trace--read-args): Provide a default.
10016         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
10017         prog-mode-map (bug#14504).
10019 2013-05-29  Leo Liu  <sdl.web@gmail.com>
10021         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
10022         (octave-help): Small simplification.
10024         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
10025         off the highlight first.
10027 2013-05-29  Glenn Morris  <rgm@gnu.org>
10029         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
10030         Handle idlwave-last-system-routine-info-cons-cell being nil.
10032         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
10033         (idlwave-write-paths): Simplify via with-temp-buffer.
10035         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
10036         * emulation/cua-rect.el: Also load cua-base at run time.
10038         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
10039         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
10040         (cperl-imenu-on-info): Require imenu.
10042 2013-05-28  Alan Mackenzie  <acm@muc.de>
10044         Handle "capitalised keywords" correctly.
10045         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
10047 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
10049         * eshell/em-unix.el: Add -r option to cp.
10051 2013-05-28  Glenn Morris  <rgm@gnu.org>
10053         * vc/vc-arch.el (vc-exec-after): Declare.
10054         (vc-switches): Autoload.
10055         * vc/vc-bzr.el: No need to require vc when compiling.
10056         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
10057         (vc-resynch-buffer, vc-dir-refresh): Declare.
10058         (vc-setup-buffer, vc-switches): Autoload.
10059         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
10060         (vc-resynch-buffer): Declare.
10061         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
10062         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
10063         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
10064         (grep-read-regexp, grep-read-files, grep-expand-template)
10065         (vc-dir-refresh): Declare.
10066         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
10067         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
10068         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
10069         * vc/vc-mtn.el (vc-exec-after): Declare.
10070         (vc-switches): Autoload.
10071         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
10072         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
10073         (vc-file-tree-walk): Declare.
10074         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
10075         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
10076         (vc-tag-precondition, vc-rename-master): Autoload.
10077         * vc/vc-svn.el (vc-exec-after): Declare.
10078         (vc-switches, vc-setup-buffer): Autoload.
10079         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
10080         Autoload.
10081         (vc-resynch-buffer): Declare.
10083         * obsolete/fast-lock.el (byte-compile-warnings):
10084         Don't warn about obsolete features in this obsolete file.
10086         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
10087         Move definition before use.
10089         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
10090         (dun-unix-verbs): Remove dun-zippy.
10091         (dun-zippy): Remove function.
10093         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10095 2013-05-27  Juri Linkov  <juri@jurta.org>
10097         * replace.el (replace-search): New function with code moved out
10098         from `perform-replace'.
10099         (replace-highlight, replace-dehighlight): Move function definitions
10100         up closer to `replace-search'.  (Bug#11746)
10102 2013-05-27  Juri Linkov  <juri@jurta.org>
10104         * replace.el (perform-replace): Ignore invisible matches.
10105         In addition to checking `query-replace-skip-read-only', also
10106         filter out matches by calling `run-hook-with-args-until-failure'
10107         on `isearch-filter-predicates', and also check `search-invisible'
10108         for t or call `isearch-range-invisible'.
10109         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
10111 2013-05-27  Juri Linkov  <juri@jurta.org>
10113         * isearch.el (isearch-filter-predicates): Rename from
10114         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
10115         (isearch-message-prefix): Display text from the property
10116         `isearch-message-prefix' of the currently active filters.
10117         (isearch-search): Don't compare `isearch-filter-predicate' with
10118         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
10119         on `isearch-filter-predicates'.  Also check `search-invisible' for t
10120         or call `isearch-range-invisible'.
10121         (isearch-filter-visible): Make obsolete.
10122         (isearch-lazy-highlight-search):
10123         Call `run-hook-with-args-until-failure' on
10124         `isearch-filter-predicates' and use `isearch-range-invisible'.
10126         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
10127         `isearch-filter-predicates' instead of `funcall'ing
10128         `isearch-filter-predicate'.
10129         (Info-mode): Set `Info-isearch-filter' to
10130         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
10132         * dired-aux.el (dired-isearch-filter-predicate-orig):
10133         Remove variable.
10134         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
10135         (dired-isearch-filenames-end): Add and remove
10136         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
10137         instead of changing the value of `isearch-filter-predicate'.
10138         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
10139         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
10140         Put property `isearch-message-prefix' to "filename " on
10141         `dired-isearch-filter-filenames'.
10143         * wdired.el (wdired-change-to-wdired-mode):
10144         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
10145         locally instead of changing `isearch-filter-predicate'.
10146         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
10148 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
10150         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
10151         return the commit hash (Bug#14459).  Also set the
10152         `vc-git-detached' property.
10153         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
10154         (vc-git-mode-line-string): Use the same help-echo format whether
10155         in detached mode or not, because we know the actual revision now.
10156         When in detached mode, shorten the revision to 7 chars.
10158 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10160         * emacs-lisp/easy-mmode.el (define-minor-mode):
10161         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
10162         mode hook and provide a docstring.
10164 2013-05-27  Alan Mackenzie  <acm@muc.de>
10166         Remove spurious syntax-table text properties inserted by C-y.
10167         * progmodes/cc-mode.el (c-after-change): Also clear hard
10168         syntax-table property with value nil.
10170 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
10172         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
10173         when reading the events; the buffer layout shall not be changed.
10175 2013-05-27  Leo Liu  <sdl.web@gmail.com>
10177         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
10178         New variable.
10179         (inferior-octave-directory-tracker): Automatically re-sync
10180         default-directory.
10181         (octave-help): Improve handling of 'See also'.
10183 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10185         * doc-view.el: Minor naming convention tweaks.
10186         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
10188         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
10189         even if there's no `display' property yet (bug#14435).
10191 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
10193         * subr.el (unmsys--file-name): Rename from reveal-filename.
10195         * Makefile.in (custom-deps, finder-data, autoloads)
10196         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10197         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10198         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
10200 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
10203         error-completion on the first 2 args of condition-case (bug#14446).
10204         Don't burp at EOB.
10206 2013-05-25  Leo Liu  <sdl.web@gmail.com>
10208         * comint.el (comint-previous-matching-input): Do not flood the
10209         *Messages* buffer with trivial messages.
10211 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10213         * progmodes/flymake.el (flymake-nop): Don't return a string.
10214         (flymake-set-at): Fix typo.
10216         * simple.el (read--expression): New function, extracted from
10217         eval-expression.  Set completion-at-point-functions (bug#14465).
10218         (eval-expression, eval-minibuffer): Use it.
10220 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
10222         * progmodes/flymake.el (flymake-save-buffer-in-file)
10223         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
10224         (flymake-selected-frame, flymake-log, flymake-ins-after)
10225         (flymake-set-at, flymake-get-buildfile-from-cache)
10226         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
10227         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
10228         Refine the doc string.
10229         (flymake-get-file-name-mode-and-masks): Reformat.
10230         (flymake-get-real-file-name-function): Fix a minor bug.
10232 2013-05-24  Juri Linkov  <juri@jurta.org>
10234         * progmodes/grep.el (grep-mode-font-lock-keywords):
10235         Support =linenumber= format used by git-grep for lines with
10236         function names.  (Bug#13549)
10238 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * progmodes/octave.el (octave-smie-rules): Return nil rather than
10241         0 after a semi-colon; it works better for smie-auto-fill.
10242         (octave--indent-new-comment-line): New function.
10243         (octave-indent-new-comment-line): Use it (indirectly).
10244         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
10245         modify comment-line-break-function.
10247         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
10248         (smie-setup): Use add-function to set it.
10250 2013-05-24  Sam Steingold  <sds@gnu.org>
10252         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
10253         argument (before the `interactive' argument).
10255 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10257         * image-mode.el (image-mode-winprops): Add winprops to
10258         image-mode-winprops-alist before running
10259         image-mode-new-window-functions.
10260         * doc-view.el (doc-view-new-window-function): Don't delay
10261         doc-view-goto-page via timers (bug#14435).
10263 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
10265         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
10266         (doc-view-desktop-save-buffer): New function.
10267         (doc-view-restore-desktop-buffer): New function.
10268         (desktop-buffer-mode-handlers):
10269         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
10270         handler.
10271         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
10272         `desktop-save-buffer' function.
10274 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
10276         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
10277         (tramp-gvfs-file-name-handler): Raise a user error when
10278         `tramp-gvfs-enabled' is nil.
10279         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
10280         Do not raise a user error when loading package.  (Bug#14447)
10282         * net/xesam.el: Move to obsolete/.
10284 2013-05-24  Glenn Morris  <rgm@gnu.org>
10286         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
10288         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
10290         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
10291         (Info-find-node, Man-getpage-in-background): Declare.
10293         * mail/unrmail.el (unrmail):
10294         Replace obsolete detect-coding-with-priority.
10296         * net/socks.el (socks-split-string): Use this rather than split-string.
10297         (socks-nslookup-host): Update for above change.
10298         (dynamic-choice, s5-dynamic-choice-match)
10299         (s5-dynamic-choice-match-inline, s5-widget-value-create):
10300         Comment out unused code.
10302         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
10303         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
10304         (gud-tooltip-echo-area): Make obsolete.
10305         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
10307         * progmodes/js.el (js--optimize-arglist): Declare.
10309         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
10311         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
10312         (ediff-window-C): Declare.
10314         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
10315         Tweak requires to silence compiler.
10317         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
10318         (he-search-string, he-tried-table, he-expand-list)
10319         (he-init-string, he-string-member, he-substitute-string)
10320         (he-reset-string): Declare.
10322         * obsolete/options.el (list-options): Use custom-variable-p,
10323         rather than obsolete alias.
10325 2013-05-23  Sam Steingold  <sds@gnu.org>
10327         * simple.el (shell-command-on-region): Pass the `replace' argument
10328         down to `call-process-region' to comply with the doc as reported on
10329         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
10331 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10333         * emacs-lisp/smie.el (smie-indent-forward-token)
10334         (smie-indent-backward-token): Handle string tokens (bug#14381).
10336 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10338         * ielm.el (ielm-menu): New menu.
10339         (inferior-emacs-lisp-mode): Set comment-start.
10341 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10343         * textmodes/reftex.el (reftex-ref-style-toggle):
10344         Fix deactivate action.
10346         * textmodes/reftex-vars.el (reftex-ref-style-alist):
10347         Add cleveref macros.
10349         * textmodes/reftex-parse.el
10350         (reftex-locate-bibliography-files): Accept options for
10351         bibliography commands.
10352         * textmodes/reftex-vars.el (reftex-bibliography-commands):
10353         Add addbibresource.  Basic Biblatex support.
10355 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
10357         * net/tramp-gvfs.el (top):
10358         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
10359         when loading package.  (Bug#14447)
10361 2013-05-23  Glenn Morris  <rgm@gnu.org>
10363         * progmodes/js.el: No need to load comint when compiling.
10364         (ring-insert, comint-send-string, comint-send-input)
10365         (comint-last-input-end, ido-chop): Declare.
10367         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10368         * vc/ediff-mult.el: Adjust requires.
10369         (ediff-directories-internal, ediff-directory-revisions-internal)
10370         (ediff-patch-file-internal): Declare.
10371         * vc/ediff-ptch.el: Adjust requires.
10372         (ediff-use-last-dir, ediff-buffers-internal): Declare.
10373         (ediff-find-file): Autoload.
10374         * vc/ediff-util.el: No need to load ediff when compiling.
10375         (ediff-regions-internal): Declare.
10376         * vc/ediff-wind.el: Adjust requires.
10377         (ediff-compute-toolbar-width): Define when compiling.
10378         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10379         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10380         (dired-get-filename, dired-get-marked-files)
10381         (ediff-last-dir-patch, ediff-patch-default-directory)
10382         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10383         (ediff-patch-buffer-internal): Declare.
10385         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10386         (ispell-process, ispell-buffer-local-words, lm-summary)
10387         (lm-section-start, lm-section-end): Declare.
10388         (checkdoc-ispell-init): Simplify.
10390         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10391         (he-string-member, he-reset-string, he-substitute-string): Declare.
10393         * eshell/em-ls.el: Adjust requires.
10394         (eshell-glob-regexp): Declare.
10395         * eshell/em-tramp.el: Adjust requires.
10396         (eshell-parse-command): Autoload.
10397         * eshell/em-xtra.el: Adjust requires.
10398         (eshell-parse-command): Autoload.
10399         * eshell/esh-ext.el: Adjust requires.
10400         (eshell-parse-command, eshell-close-handles): Autoload.
10401         * eshell/esh-io.el: Adjust requires.
10402         (eshell-output-filter): Autoload.
10403         * eshell/esh-util.el: No need to load tramp when compiling.
10404         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10405         Declare.
10406         (eshell-parse-ange-ls): Require ange-ftp and tramp.
10407         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10408         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10409         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10410         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10411         * eshell/esh-opt.el, eshell/esh-proc.el:
10412         * eshell/esh-var.el: Adjust requires.
10413         * eshell/eshell.el: Do not require esh-util twice.
10414         (eshell-add-input-to-history): Declare.
10415         (eshell-command): Check history module is active before using it.
10417         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10419 2013-05-22  Leo Liu  <sdl.web@gmail.com>
10421         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10423 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
10425         * autorevert.el (auto-revert-notify-add-watch)
10426         (auto-revert-notify-handler): Add `attrib' for the inotify case,
10427         it indicates changes in file modification time.
10429 2013-05-22  Glenn Morris  <rgm@gnu.org>
10431         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10432         Always delete the autoloaded function from the noruntime and
10433         unresolved functions lists.
10435         * allout.el: No need to load epa, epg, overlay when compiling.
10436         (epg-context-set-passphrase-callback, epg-list-keys)
10437         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10438         (epg-key-user-id-list): Declare.
10440         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10441         (viper-set-parsing-style-toggling-macro)
10442         (viper-set-emacs-state-searchstyle-macros):
10443         Use called-interactively-p on Emacs.
10444         (viper-looking-back): Make it an obsolete alias.  Update callers.
10445         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10446         Use looking-back rather than viper-looking-back.
10447         (viper-tmp-insert-at-eob, viper-enlarge-region)
10448         (viper-read-string-with-history, viper-register-to-point)
10449         (viper-append-to-register, viper-change-state-to-vi)
10450         (viper-backward-char-carefully, viper-forward-char-carefully)
10451         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10452         (viper-change-state-to-emacs): Declare.
10453         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10454         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10455         * emulation/viper-mous.el: Do not load viper-cmd.
10456         (viper-backward-char-carefully, viper-forward-char-carefully)
10457         (viper-forward-word, viper-adjust-window): Declare.
10459         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10461         * progmodes/idlw-help.el (idlwave-help-fontify):
10462         Use called-interactively-p.
10464         * term/w32console.el (w32-get-console-codepage)
10465         (w32-get-console-output-codepage): Declare.
10467         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10468         Remove unnecessary declarations.
10469         (dframe-message): Doc fix.
10471         * info.el (dframe-select-attached-frame, dframe-current-frame):
10472         Declare.
10474         * speedbar.el (speedbar-message): Make it an obsolete alias.
10475         Update all callers.
10476         (speedbar-with-attached-buffer)
10477         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10478         (speedbar-with-writable): Use backquote.
10479         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10480         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10481         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10482         rather than speedbar- aliases.
10483         * mail/rmail.el: Load dframe rather than speedbar when compiling.
10484         (speedbar-make-specialized-keymap, speedbar-insert-button)
10485         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10486         (speedbar-do-function-pointer): Declare.
10487         (rmail-speedbar-button, rmail-speedbar-find-file)
10488         (rmail-speedbar-move-message):
10489         Use dframe-with-attached-buffer rather than speedbar- alias.
10490         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10491         (dframe-message, speedbar-make-specialized-keymap)
10492         (speedbar-add-expansion-list, speedbar-mode-functions-list)
10493         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10494         (speedbar-insert-button, dframe-select-attached-frame)
10495         (dframe-maybee-jump-to-attached-frame)
10496         (speedbar-change-initial-expansion-list)
10497         (speedbar-previously-used-expansion-list-name): Declare.
10498         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10499         Use dframe-message, dframe-with-attached-buffer rather than
10500         speedbar- aliases.
10501         (gud-sentinel): Silence compiler.
10502         * progmodes/vhdl-mode.el (speedbar-refresh)
10503         (speedbar-do-function-pointer, speedbar-add-supported-extension)
10504         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10505         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10506         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10507         (speedbar-file-lists, speedbar-make-tag-line)
10508         (speedbar-line-directory, speedbar-goto-this-file)
10509         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10510         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10511         (speedbar-make-button, speedbar-reset-scanners)
10512         (speedbar-files-item-info, speedbar-line-text)
10513         (speedbar-find-file-in-frame, speedbar-set-timer)
10514         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10515         (speedbar-with-writable): Do not (re)define it.
10516         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10517         rather than speedbar- alias.
10519 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10521         * progmodes/octave.el (octave-mode-menu): Update and re-organize
10522         menu items.
10523         (octave-mode): Tweak fill-nobreak-predicate.
10524         (inferior-octave-startup): Check process to avoid infinite loop.
10525         (inferior-octave): Pop to buffer first to show abornmal process
10526         exit information.
10528 2013-05-21  Glenn Morris  <rgm@gnu.org>
10530         * printing.el (pr-menu-bar): Define when compiling.
10532 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10534         * progmodes/octave.el (octave-auto-fill): Remove.
10535         (octave-indent-new-comment-line): Improve.
10536         (octave-mode): Use auto fill mode through
10537         comment-line-break-function and fill-nobreak-predicate.
10538         (octave-goto-function-definition): Support DEFUN_DLD.
10539         (octave-beginning-of-defun): Small tweak.
10540         (octave-help): Show parent directory.
10542 2013-05-21  Glenn Morris  <rgm@gnu.org>
10544         * files.el (dired-unmark):
10545         * progmodes/gud.el (gdb-input): Update declarations.
10547         * calculator.el (electric, ehelp): No need to load when compiling.
10548         (Electric-command-loop, electric-describe-mode): Declare.
10550         * doc-view.el (doc-view-current-converter-processes): Move before use.
10552         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10553         Move MODE-set-explicitly definition before use.
10555         * international/mule-diag.el (mule-diag):
10556         Don't use obsolete window-system-version.
10558         * mail/feedmail.el (smtpmail): No need to load when compiling.
10559         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10561         * mail/mail-utils.el (rfc822): No need to load when compiling.
10562         (rfc822-addresses): Autoload it.
10563         (mail-strip-quoted-names): Trivial simplification.
10565         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10566         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10568         * net/snmp-mode.el (tempo): Don't duplicate requires.
10570         * progmodes/prolog.el (info): No need to load when compiling.
10571         (comint): Require before shell requires it.
10572         (Info-goto-node): Autoload it.
10573         (Info-follow-nearest-node): Declare.
10574         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10576         * textmodes/artist.el (picture-mode-exit): Declare.
10578         * textmodes/reftex-parse.el (reftex-parse-from-file):
10579         Trivial rewrite so the compiler can parse it better.
10581 2013-05-20  Leo Liu  <sdl.web@gmail.com>
10583         * progmodes/octave.el (octave-help-mode-map)
10584         (octave-help-mode-finish-hook): New variables.
10585         (octave-help-mode, octave-help-mode-finish): New functions.
10586         (octave-help): Use octave-help-mode.
10588 2013-05-20  Glenn Morris  <rgm@gnu.org>
10590         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
10592 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
10594         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10595         start at point, so that expansion starting right after opening
10596         slash in a regexp is recognized.
10597         (ruby-syntax-before-regexp-re): New defvar, extracted from
10598         ruby-syntax-propertize-function.  Since the value of this regexp
10599         is looked up at runtime now, we should be able to turn
10600         `ruby-syntax-methods-before-regexp' into a defcustom later.
10601         (ruby-syntax-propertize-function): Split regexp matching into two
10602         parts, for opening and closing slashes.  That allows us to skip
10603         over string interpolations and support multiline regexps.
10604         Don't call `ruby-syntax-propertize-expansions', instead use another rule
10605         for them, which calls `ruby-syntax-propertize-expansion'.
10606         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10607         call to `ruby-syntax-propertize-function'.
10608         (ruby-syntax-propertize-expansion): Extracted from
10609         `ruby-syntax-propertize-expansions'.  Handles one expansion.
10610         (ruby-syntax-propertize-percent-literal): Leave point right after
10611         the percent symbol, so that the expression expansion rule can
10612         propertize the contents.
10613         (ruby-syntax-propertize-heredoc): Leave point at bol following the
10614         heredoc openers.
10615         (ruby-syntax-propertize-expansions): Remove.
10617 2013-05-18  Juri Linkov  <juri@jurta.org>
10619         * man.el (Man-default-man-entry): Remove `-' from the end
10620         of the default value.  (Bug#14400)
10622 2013-05-18  Glenn Morris  <rgm@gnu.org>
10624         * comint.el (comint-password-prompt-regexp):
10625         Allow "password for XXX" where XXX contains colons (eg https://...).
10627 2013-05-18  Leo Liu  <sdl.web@gmail.com>
10629         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10630         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
10631         (octave-source-directories): Don't check process.
10632         (octave-source-directories, octave-find-definition): Doc fix.
10634 2013-05-18  Glenn Morris  <rgm@gnu.org>
10636         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10637         Remove backspace/delete bindings.  (Bug#14392)
10639         * cus-dep.el (custom-make-dependencies): Sort the output.
10640         (custom-versions-load-alist): Convert comment to doc.
10642 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10644         * newcomment.el (comment-search-backward): Stricter in finding
10645         comment start.  (Bug#14303)
10647         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10648         (octave-comment-start-skip): Properly anchored.
10650 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10652         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10653         Clean up when turned off.  (Bug#14395)
10654         (smie--highlight-matching-block-overlay): No longer buffer-local.
10655         (smie-highlight-matching-block): Adjust.
10657 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10659         Doc string fix for "nanoseconds" (Bug#14406).
10660         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10661         Fix doc string typo that had "nanoseconds" instead of "microseconds".
10663 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
10665         * calc/calc-units.el (math-extract-units): Preserve powers
10666         of units.
10668 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10670         * subr.el (delete-consecutive-dups): New function.
10671         * ido.el (ido-set-matches-1): Use it.
10672         * progmodes/octave.el (inferior-octave-completion-table): Use it.
10673         * ido.el (ido-remove-consecutive-dups): Remove.
10675 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10677         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10678         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10679         regexp-opt's `words'.
10681 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10683         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10684         (smie--highlight-matching-block-overlay)
10685         (smie--highlight-matching-block-lastpos)
10686         (smie--highlight-matching-block-timer): New variables.
10687         (smie-highlight-matching-block): New function.
10688         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
10689         (smie-setup): Conditionally enable smie-blink-matching-open.
10691 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
10693         Sync with upstream verilog-mode r840.
10694         * progmodes/verilog-mode.el (verilog-mode-version)
10695         (verilog-mode-release-date): Update.
10696         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10697         (verilog-sig-tieoff): Fix string error on
10698         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
10699         (verilog-read-decls): Fix parameters confusing
10700         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
10702 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
10704         * subr.el (reveal-filename): New function.
10706         * loadup.el: Compute Emacs executable versions on MS-Windows,
10707         where executables have the .exe extension.  Add a hard link
10708         emacs-XX.YY.ZZ.exe on MS-Windows.
10710         * Makefile.in (XARGS_LIMIT): New variable.
10711         (custom-deps, finder-data, autoloads)
10712         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10713         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10714         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10715         (compile-main): Limit xargs according to $(XARGS_LIMIT).
10717 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10719         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10720         (octave-mode-menu, octave-mode-map): Remove its uses.
10722 2013-05-16  Reto Zimmermann  <reto@gnu.org>
10724         Sync with upstream vhdl mode v3.34.2.
10725         * progmodes/vhdl-mode.el: Use `push' throughout.
10726         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10727         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10728         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
10729         (vhdl-actual-generic-name): New option to derive actual generic name.
10730         (vhdl-port-paste-signals): Replace formal by actual generics.
10731         (vhdl-beautify): New name for old group vhdl-align.  Update users.
10732         (vhdl-beautify-options): New option.
10733         (vhdl-last-input-event): New compat alias.  Use throughout.
10734         (vhdl-goto-line): Replace user level function `goto-line'.
10735         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10736         vhdl-fix-statement-buffer.
10737         (vhdl-create-mode-menu): Add some entries.
10738         (vhdl-align-region-groups): Respect vhdl-beautify-options.
10739         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10740         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10741         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10742         to force statements on one line.
10743         (vhdl-remove-trailing-spaces-region):
10744         New, split from vhdl-remove-trailing-spaces.
10745         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10746         Respect vhdl-beautify-options.
10747         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10748         (vhdl-update-sensitivity-list): Not add with index if exists without.
10749         Not include array index with signal.  Ignore keywords in comments.
10750         (vhdl-get-visible-signals): Regexp tweaks.
10751         (vhdl-template-component-inst): Handle empty library.
10752         (vhdl-template-type): Add template for 'enum' type.
10753         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10754         Use vhdl-replace-string.
10755         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10756         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10757         (vhdl-speedbar-initialize): Update for above name change.
10758         (vhdl-compose-wire-components): Fix in handling of constants.
10759         (vhdl-error-regexp-emacs-alist): New variable.
10760         (vhdl-error-regexp-add-emacs): New function;
10761         adds support for new compile.el (Emacs 22+)
10762         (vhdl-generate-makefile-1): Change target order for single lib. units.
10763         Allow use of absolute file names.
10765 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10767         * simple.el (prog-indent-sexp): Indent enclosing defun.
10769 2013-05-15  Glenn Morris  <rgm@gnu.org>
10771         * cus-start.el (show-trailing-whitespace): Move to editing basics.
10772         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10773         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10774         (whitespace-highlight): Move to whitespace group.
10776         * comint.el (comint-source):
10777         * pcmpl-linux.el (pcmpl-linux):
10778         * shell.el (shell-faces):
10779         * eshell/esh-opt.el (eshell-opt):
10780         * international/ccl.el (ccl): Remove empty custom groups.
10782         * completion.el (dynamic-completion-mode):
10783         * jit-lock.el (jit-lock-debug-mode):
10784         * minibuffer.el (completion-in-region-mode):
10785         * type-break.el (type-break-mode-line-message-mode)
10786         (type-break-query-mode):
10787         * emulation/tpu-edt.el (tpu-edt-mode):
10788         * progmodes/subword.el (global-subword-mode, global-superword-mode):
10789         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10790         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10792         * term/xterm.el (xterm): Change parent group to terminals.
10794         * master.el (master): Remove empty custom group.
10795         (master-mode): Remove unused :group argument.
10796         * textmodes/refill.el (refill): Remove empty custom group.
10797         (refill-mode): Remove unused :group argument.
10799         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10801         * cus-dep.el: Provide a feature.
10802         (custom-make-dependencies): Ignore dotfiles (dir-locals).
10803         Don't mistakenly ignore files whose basenames match a basename
10804         from preloaded-file-list (eg cedet/ede/simple.el).
10805         Add a fallback method for getting :group.
10807 2013-05-15  Juri Linkov  <juri@jurta.org>
10809         * isearch.el (isearch-char-by-name): Rename from
10810         `isearch-insert-char-by-name'.  Doc fix.
10811         (isearch-forward): Mention `isearch-char-by-name' in
10812         the docstring.  (Bug#13348)
10814         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10815         `exit-minibuffer' instead of
10816         `isearch-nonincremental-exit-minibuffer'.
10817         (isearch-edit-string): Remove mention of
10818         `isearch-nonincremental-exit-minibuffer' from docstring.
10819         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10820         (isearch-forward-exit-minibuffer)
10821         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
10823 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * loadup.el: Just use unversioned DOC.
10827         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10828         literals as extending to EOB.
10829         (nxml-last-fontify-end): Remove unused variable.
10830         (nxml-after-change1): Use with-silent-modifications.
10831         (nxml-extend-after-change-region): Simplify.
10832         (nxml-extend-after-change-region1): Remove function.
10833         (nxml-after-change1): Don't adjust for dependent regions.
10834         (nxml-fontify-matcher): Simplify.
10835         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10836         (xmltok-add-dependent): Remove function.
10837         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10838         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10839         (xmltok-scan-prolog-after-processing-instruction-open): Treat
10840         unclosed <[[, <?, comment, and other literals as extending to EOB.
10841         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10842         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10843         Remove functions.
10844         (rng-do-some-validation-1): Don't mark dependent regions.
10845         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10846         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10847         (nxml-clear-dependent-regions): Remove functions.
10848         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10849         (nxml-ensure-scan-up-to-date):
10850         Don't clear&mark dependent regions.
10852 2013-05-15  Leo Liu  <sdl.web@gmail.com>
10854         * progmodes/octave.el (octave-goto-function-definition):
10855         Improve and fix callers.
10857 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10859         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10860         the setter (bug#14387).
10862         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10863         surrounding group (bug#14402).
10865 2013-05-14  Juri Linkov  <juri@jurta.org>
10867         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10868         (Bug#14390)
10870 2013-05-14  Glenn Morris  <rgm@gnu.org>
10872         * progmodes/f90.el (f90-imenu-generic-expression):
10873         Fix typo in 2013-05-08 change.  (Bug#14402)
10875 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10877         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10878         Remove signals for which replies are never received.
10880 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10882         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10883         (gdb-handler-alist, gdb-handler-number): Remove variables.
10884         (gdb-handler-list): New variable.
10885         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10886         (gdb-pending-handler-p, gdb-handle-reply)
10887         (gdb-remove-all-pending-triggers): New functions.
10888         (gdb-discard-unordered-replies): New defcustom.
10889         (gdb-handler): New defstruct.
10890         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
10891         instead of gdb-pending-triggers.  Update docstring.
10892         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
10893         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10894         (gdb-var-update-handler, def-gdb-auto-update-trigger)
10895         (def-gdb-auto-update-handler, gdb-get-changed-registers)
10896         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10897         (gdb-frame-handler): Pending triggers are now automatically managed.
10898         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10899         Remove argument.
10900         (gdb-input): Automatically handles pending triggers.  Update docstring.
10901         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10902         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10903         Update comments.
10904         (gdb-done-or-error): Now use gdb-handle-reply.
10906 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10908         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10909         gdb-debug-log.
10911 2013-05-14  Glenn Morris  <rgm@gnu.org>
10913         * subr.el (user-emacs-directory-warning): New option.
10914         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
10916 2013-05-14  Leo Liu  <sdl.web@gmail.com>
10918         * progmodes/octave.el (octave-font-lock-keywords): Fix error
10919         during redisplay.
10920         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10921         (octave-font-lock-texinfo-comment): Fix invalid search bound
10922         error: wrong side of point.
10924 2013-05-14  Glenn Morris  <rgm@gnu.org>
10926         * progmodes/flymake.el (flymake-xml-program): New option.
10927         (flymake-xml-init): Use it.
10929         * term/xterm.el: Provide a feature.
10931         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
10933 2013-05-13  Glenn Morris  <rgm@gnu.org>
10935         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10936         Add compat aliases as a hack workaround.  (Bug#14384)
10938 2013-05-13  Leo Liu  <sdl.web@gmail.com>
10940         * progmodes/octave.el (octave-indent-comment): Fix indentation for
10941         ###, and %!.
10942         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10943         C-M-q.
10944         (octave-comment-start-skip): Include %!.
10945         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10947 2013-05-12  Leo Liu  <sdl.web@gmail.com>
10949         * progmodes/octave.el (inferior-octave-startup): Store the value
10950         of __octave_srcdir__ for octave-source-directories.
10951         (inferior-octave-check-process): New function refactored out of
10952         inferior-octave-send-list-and-digest.
10953         (octave-source-directories)
10954         (octave-find-definition-filename-function): New variables.
10955         (octave-source-directories)
10956         (octave-find-definition-default-filename): New functions.
10957         (octave-find-definition): Improve to find functions implemented in C++.
10959 2013-05-12  Glenn Morris  <rgm@gnu.org>
10961         * calendar/diary-lib.el (diary-outlook-format-1):
10962         Don't include dayname in the output.  (Bug#14349)
10964 2013-05-11  Glenn Morris  <rgm@gnu.org>
10966         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10968         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10969         Treat cc-provide like provide.
10971 2013-05-11  Kevin Ryde  <user42@zip.com.au>
10973         * cus-dep.el (custom-make-dependencies):
10974         Use generated-autoload-load-name for the sake of files such
10975         such cedet/semantic/bovine/c.el, where the base file name
10976         is not in load-path.  (Bug#5277)
10978 2013-05-11  Glenn Morris  <rgm@gnu.org>
10980         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10981         Provide features.
10983 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10985         * progmodes/octave.el (octave-indent-comment): Improve.
10986         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10987         (octave-eldoc-function-signatures, octave-eldoc-function):
10988         New functions.
10989         (octave-mode, inferior-octave-mode): Add eldoc support.
10991 2013-05-11  Richard Stallman  <rms@gnu.org>
10993         * epa.el (epa-decrypt-file): Take output file name as argument
10994         and read it using `interactive'.
10996 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10998         * progmodes/octave.el (octave-beginning-of-line)
10999         (octave-end-of-line): Check before using up-list because it jumps
11000         out of more syntactic contructs since moving to smie.
11001         (octave-indent-comment): New function.
11002         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
11003         (octave-begin-keywords, octave-end-keywords)
11004         (octave-reserved-words, octave-smie-bnf-table)
11005         (octave-smie-rules): Add new keywords from Octave 3.6.4.
11007 2013-05-11  Glenn Morris  <rgm@gnu.org>
11009         * faces.el (internal-face-x-get-resource):
11010         * frame.el (ns-display-monitor-attributes-list):
11011         * calc/calc-aent.el (math-to-radians-2):
11012         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
11013         Fix declarations.
11015         * calc/calc-menu.el: Make it loadable in isolation.
11017         * net/eudcb-bbdb.el: Make it loadable without bbdb.
11018         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
11019         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
11020         (eudc-bbdb-query-internal): Require 'bbdb.
11022         * lpr.el (lpr-headers-switches):
11023         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
11025         * progmodes/sql.el (sql-login-params): Fix and improve :type.
11027         * emulation/edt-mapper.el: In batch mode, error rather than hang.
11029         * term.el (term-set-escape-char): Make it idempotent.
11031 2013-05-10  Leo Liu  <sdl.web@gmail.com>
11033         * progmodes/octave.el (inferior-octave-completion-table):
11034         No longer a function and all uses changed.  Use cache to speed up
11035         completion due to bug#11906.
11036         (octave-beginning-of-defun): Re-write to be more general.
11038 2013-05-10  Glenn Morris  <rgm@gnu.org>
11040         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
11042 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * comint.el (comint-redirect-send-command-to-process): Use :around
11045         rather than :override for comint-redirect-filter.
11046         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
11047         Call it instead of comint-redirect-original-filter-function (which
11048         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
11050 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
11052         * frame.el (display-monitor-attributes-list): Add NS case.
11053         (ns-display-monitor-attributes-list): Declare.
11055 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
11057         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
11059 2013-05-09  Glenn Morris  <rgm@gnu.org>
11061         * international/fontset.el (vertical-centering-font-regexp):
11062         Set standard-value.
11064         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
11066         * bookmark.el (bookmark-search-delay):
11067         * cus-start.el (vertical-centering-font-regexp):
11068         * ps-mule.el (ps-mule-font-info-database-default):
11069         * ps-print.el (ps-default-fg, ps-default-bg):
11070         * type-break.el (type-break-good-break-interval):
11071         * whitespace.el (whitespace-indentation-regexp)
11072         (whitespace-space-after-tab-regexp):
11073         * emacs-lisp/testcover.el (testcover-1value-functions)
11074         (testcover-noreturn-functions, testcover-progn-functions)
11075         (testcover-prog1-functions):
11076         * emulation/viper-init.el (viper-emacs-state-cursor-color):
11077         * eshell/em-glob.el (eshell-glob-translate-alist):
11078         * play/tetris.el (tetris-tty-colors):
11079         * progmodes/cpp.el (cpp-face-default-list):
11080         * progmodes/flymake.el (flymake-allowed-file-name-masks):
11081         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
11082         (idlwave-help-browser-generic-args):
11083         * progmodes/make-mode.el (makefile-special-targets-list):
11084         * progmodes/python.el (python-shell-virtualenv-path):
11085         * progmodes/verilog-mode.el (verilog-active-low-regexp)
11086         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
11087         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
11088         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
11089         * textmodes/reftex-vars.el (reftex-format-label-function):
11090         * textmodes/remember.el (remember-diary-file): Fix custom types.
11092         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
11093         Add :version.
11095 2013-05-09  Leo Liu  <sdl.web@gmail.com>
11097         * progmodes/octave.el (inferior-octave-completion-at-point):
11098         Restore file completion.  (Bug#14300)
11099         (inferior-octave-startup): Fix incorrect highlighting for the
11100         first prompt.
11102 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11104         * progmodes/ruby-mode.el: First cut at SMIE support.
11105         (ruby-use-smie): New var.
11106         (ruby-smie-grammar): New constant.
11107         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
11108         (ruby-smie--forward-token, ruby-smie--backward-token)
11109         (ruby-smie-rules): New functions.
11110         (ruby-mode-variables): Setup SMIE if applicable.
11112 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
11114         * simple.el (line-move-visual): Signal beginning/end of buffer
11115         only if vertical-motion moved less than it was requested.  Avoids
11116         silly incorrect error messages when there are display strings with
11117         multiple newlines at EOL.
11119 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
11122         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
11123         (prolog-char-quote-workaround):
11124         * progmodes/cperl-mode.el (cperl-under-as-char):
11125         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
11126         Mark as obsolete.
11127         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
11128         their declaration.
11129         (vhdl-mode-syntax-table-init): Remove.
11131         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
11132         last change.
11134         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
11135         syntax for "_".
11136         (ld-script-font-lock-keywords):
11137         Change regexps to use things like \_< and \_>.
11139         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
11140         Change all regexps to use things like \_< and \_>.
11142         * progmodes/autoconf.el (autoconf-definition-regexp)
11143         (autoconf-font-lock-keywords, autoconf-current-defun-function):
11144         Handle a _ with symbol syntax.
11145         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
11147         * progmodes/ada-mode.el (ada-mode-abbrev-table):
11148         Consolidate declaration.
11149         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
11150         the declaration.
11151         (ada-create-syntax-table): Remove.
11152         (ada-capitalize-word): Don't mess with the syntax of "_" since it
11153         already has the right syntax nowadays.
11154         (ada-goto-next-word): Don't change the syntax of "_".
11156         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
11157         with-wrapper-hook.
11159 2013-05-08  Sam Steingold  <sds@gnu.org>
11161         * thingatpt.el (thing-at-point): Accept optional second argument
11162         NO-PROPERTIES to strip the text properties from the return value.
11163         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
11164         to `thing-at-point' instead of stripping the properties ourselves.
11165         Also, when `thing-at-point' fails to find a url, prepend "http://"
11166         to the filename at point on the assumption that the user is
11167         pointing at something like gnu.org/gnu.
11169 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
11171         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11172         * faces.el (crm-separator):
11173         Silence byte-compiler.
11175         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
11176         (tool-bar-map): Remove unneeded defvars.
11178 2013-05-08  Leo Liu  <sdl.web@gmail.com>
11180         Re-work a fix for bug#10994 based on Le Wang's patch.
11181         * ido.el (ido-remove-consecutive-dups): New helper.
11182         (ido-completing-read): Use it.
11183         (ido-chop): Revert fix for bug#10994.
11185 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
11187         * cus-edit.el (custom-save-variables):
11188         Pretty-print long values.  (Bug#14187)
11190 2013-05-08  Glenn Morris  <rgm@gnu.org>
11192         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
11193         (m4-mode-syntax-table): Init in the defvar.
11194         (m4-mode-abbrev-table): Let define-derived-mode define it.
11196 2013-05-08  Tom Tromey  <tromey@redhat.com>
11198         * progmodes/m4-mode.el (m4-mode-syntax-table):
11199         Do not treat "_" as word constituent.  (Bug#14167)
11201 2013-05-07  Glenn Morris  <rgm@gnu.org>
11203         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
11204         Remove explicit eshell-isearch-cancel-map.
11206         * progmodes/f90.el (f90-smart-end-names): New option.
11207         (f90-smart-end): Doc fix.
11208         (f90-end-block-optional-name): New constant.
11209         (f90-block-match): Respect f90-smart-end-names.
11211 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11213         * progmodes/octave.el (octave-smie-forward-token): Be more careful
11214         about implicit semi-colons (bug#14218).
11216 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11218         * frame.el (display-monitor-attributes-list)
11219         (frame-monitor-attributes): New functions.
11221 2013-05-06  Leo Liu  <sdl.web@gmail.com>
11223         * progmodes/octave.el (octave-syntax-propertize-function): Change
11224         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
11225         (octave-font-lock-keywords): Use octave-operator-regexp.
11226         (octave-completion-at-point): Rename from
11227         octave-completion-at-point-function.
11228         (inferior-octave-directory-tracker): Robustify.
11229         (octave-text-functions): Remove and fix its uses.  No such things
11230         any more.
11232 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11234         * emacs-lisp/trace.el (trace--display-buffer): New function.
11235         (trace-make-advice): Use it.
11237 2013-05-06  Juri Linkov  <juri@jurta.org>
11239         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
11240         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
11241         Doc fix.
11242         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
11243         in the help string.  (Bug#12985)
11245 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
11247         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
11249 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11251         * progmodes/perl-mode.el: Add support for here documents.
11252         (perl-syntax-propertize-function): Match here-doc markers.
11253         (perl-syntax-propertize-special-constructs): Find their end.
11254         (perl-imenu-generic-expression): Use [:alnum:].
11256         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
11257         (advice--add-function): Refresh the advice if already present
11258         (bug#14317).
11260 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
11262         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
11264 2013-05-06  Glenn Morris  <rgm@gnu.org>
11266         * w32-fns.el (w32-charset-info-alist): Declare.
11268         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
11269         of its defcustom properties.
11270         (eshell-cmpl-initialize): No need to load pcomplete.
11272         * generic-x.el: No need to require comint when compiling.
11274         * net/eudc-export.el: Make it loadable without bbdb.
11275         (top-level): Use require rather than load-library.
11276         (eudc-create-bbdb-record, eudc-bbdbify-phone)
11277         (eudc-batch-export-records-to-bbdb)
11278         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
11279         Require bbdb.
11281 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11283         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
11284         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
11285         some tweaks, instead.
11287 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11289         * progmodes/octave.el (octave-font-lock-keywords)
11290         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
11291         (inferior-octave-send-list-and-digest): Improve error message.
11292         (octave-mode, inferior-octave-mode): Use setq-local.
11293         (octave-help): Set info-lookup-mode.
11295 2013-05-05  Richard Stallman  <rms@gnu.org>
11297         * vc/compare-w.el (compare-windows-whitespace):
11298         Treat no-break space as whitespace.
11300         * mail/rmailsum.el (rmail-summary-rmail-update):
11301         Detect empty summary and don't change selected message.
11302         (rmail-summary-goto-msg): Likewise.
11304         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
11305         Doc fixes, rename args.
11307 2013-05-05  Alan Mackenzie  <acm@muc.de>
11309         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
11311 2013-05-05  Juri Linkov  <juri@jurta.org>
11313         * info.el (Info-read-subfile): Use (point-min) instead of (point)
11314         to not add the length of the summary segment to the return value.
11315         (Bug#14125)
11317 2013-05-05  Leo Liu  <sdl.web@gmail.com>
11319         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
11320         (inferior-octave-output-filter): Remove.
11321         (octave-send-region, inferior-octave-startup): Fix callers.
11322         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
11323         (octave-binary-file-extensions): New user variable.
11324         (octave-find-definition): Confirm if opening binary files.
11325         (octave-help-file): Use octave-find-definition to get the binary
11326         confirmation.
11327         (octave-help): Adjust for octave-help-file change.
11329 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11331         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
11332         Merge the two entries that handle function definitions.
11333         (pascal--syntax-propertize): New const.
11334         (pascal-mode): Use it.  Use setq-local.
11336 2013-05-04  Glenn Morris  <rgm@gnu.org>
11338         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
11339         (diary-from-outlook): Respect diary-from-outlook-function.
11341 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11343         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
11344         Move the declaration from C.
11345         (read-minibuffer, eval-minibuffer): Move from C.
11346         (completion-setup-function): Avoid minibuffer-completion-contents.
11348 2013-05-03  Leo Liu  <sdl.web@gmail.com>
11350         * progmodes/octave.el (octave-font-lock-keywords): Do not
11351         dehighlight 'end' in comments or strings.
11352         (octave-completing-read, octave-goto-function-definition):
11353         New helpers.
11354         (octave-help-buffer): New user variable.
11355         (octave-help-file, octave-help-function): New button types.
11356         (octave-help): New command and bind it to C-h ;.
11357         (octave-find-definition): New command and bind it to M-.
11358         (user-error): Alias to error if not defined.
11360 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11362         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
11363         for \.  (bug#14332)
11364         (octave-font-lock-keywords): Include [ and {.
11366 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11368         * progmodes/octave.el (inferior-octave-startup-file): Change default.
11369         (inferior-octave): Remove calling comint-mode and return the buffer.
11370         (inferior-octave-startup): Cosmetic changes.
11372 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11374         * progmodes/octave.el (octave-syntax-propertize-function):
11375         Include the case when ' is at line beginning.  (Bug#14336)
11377 2013-05-02  Glenn Morris  <rgm@gnu.org>
11379         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11380         * desktop.el (vc-dir-mode): Just autoload it here.
11382 2013-05-02  Alan Mackenzie  <acm@muc.de>
11384         Eliminate variable c-standard-font-lock-fontify-region-function.
11385         * progmodes/cc-mode.el
11386         (c-standard-font-lock-fontify-region-function): Remove.
11387         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11389 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11391         * progmodes/octave.el: Compatible with older emacs-24 releases.
11392         (inferior-octave-has-built-in-variables): Remove.  Built-in
11393         variables were removed from Octave in 2007.
11394         (inferior-octave-startup): Fix uses.
11395         (comint-line-beginning-position): Remove compatibility code for
11396         emacs 21.
11398 2013-05-01  Juri Linkov  <juri@jurta.org>
11400         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
11402 2013-05-01  Juri Linkov  <juri@jurta.org>
11404         * comint.el (comint-previous-matching-input): Don't print message
11405         "History item: %d" when `isearch-mode' is active.
11406         (comint-history-isearch-message): Print message "History item: %d"
11407         when `comint-input-ring-index' is not empty and this function is
11408         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
11410 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11412         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11413         definitions.  Use completion-at-point to insert keywords.
11414         (octave-abbrev-start): Remove.
11415         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11417 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11419         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11420         change.
11422 2013-04-30  Alan Mackenzie  <acm@muc.de>
11424         Handle arbitrarily long C++ member initialisation lists.
11425         * progmodes/cc-engine.el (c-back-over-member-initializers):
11426         new function.
11427         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11428         (most) member init lists.
11430 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11432         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11433         variable.
11435 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11437         * progmodes/octave.el (octave-variables): Remove.  No builtin
11438         variables any more.  All converted to functions.
11439         (octave-font-lock-keywords, octave-completion-at-point-function):
11440         Fix uses.
11441         (octave-font-lock-texinfo-comment): New user variable.
11442         (octave-texinfo-font-lock-keywords): New variable for texinfo
11443         comment block.
11444         (octave-function-comment-block): New face.
11445         (octave-font-lock-texinfo-comment): New function.
11446         (octave-mode): Font lock texinfo comment block.
11448 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11450         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11451         indexing expression.
11452         (octave-continuation-string): Do not use \.
11453         (inferior-octave-complete-impossible): Remove.
11454         (inferior-octave-completion-table)
11455         (inferior-octave-completion-at-point): Remove its uses.
11456         (inferior-octave-startup): completion_matches was introduced to
11457         Octave in 1996 so safe to assume it.
11458         (octave-function-file-comment): Improve to follow how Octave does it.
11459         (octave-update-function-file-comment): Tweak.
11461 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11463         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11464         (inferior-octave-startup): Remove inferior-octave-startup-hook.
11465         (octave-function-file-comment): Fix typo.
11466         (octave-sync-function-file-names): Use read-char-choice.
11468 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
11470         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11471         to t for the less important warnings.
11473 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
11475         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
11477 2013-04-27  Glenn Morris  <rgm@gnu.org>
11479         * vc/log-view.el (log-view-current-entry):
11480         Treat "---" separator lines as part of the following rev.  (Bug#14169)
11482 2013-04-27  Juri Linkov  <juri@jurta.org>
11484         * subr.el (read-number): Doc fix about using it by interactive
11485         code letter `n'.  (Bug#14254)
11487 2013-04-27  Juri Linkov  <juri@jurta.org>
11489         * desktop.el (desktop-auto-save-timeout): New option.
11490         (desktop-file-checksum): New variable.
11491         (desktop-save): Add optional arg `auto-save' and don't auto-save
11492         if nothing changed.
11493         (desktop-auto-save-timer): New variable.
11494         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11495         (after-init-hook): Call `desktop-auto-save-set-timer'.
11496         Suggested by Reuben Thomas <rrt@sc3d.org> in
11497         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11499 2013-04-27  Leo Liu  <sdl.web@gmail.com>
11501         * progmodes/octave.el (octave-function-file-p)
11502         (octave-skip-comment-forward, octave-function-file-comment)
11503         (octave-update-function-file-comment): New functions.
11504         (octave-mode-map): Bind C-c ; to
11505         octave-update-function-file-comment.
11506         (octave-mode-menu): Add octave-update-function-file-comment.
11507         (octave-mode, inferior-octave-mode): Fix doc-string.
11508         (octave-insert-defun): Conform to Octave's coding convention.
11509         (Bug#14285)
11511         * files.el (basic-save-buffer): Don't let errors in
11512         before-save-hook prevent saving buffer.
11514 2013-04-20  Roland Winkler  <winkler@gnu.org>
11516         * faces.el (read-face-name): Use completing-read if arg multiple
11517         is nil.
11519 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
11521         * ls-lisp.el (ls-lisp-insert-directory): If no files are
11522         displayed, move point to after the totals line.
11523         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11524         for the details.
11526 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11528         * emacs-lisp/package.el (package-autoload-ensure-default-file):
11529         Add current dir to the load-path.
11530         (package-generate-autoloads): Don't rely on
11531         autoload-ensure-default-file.
11533 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
11535         * textmodes/remember.el (remember-store-in-files): Document that
11536         the file name format is passed to `format-time-string'.
11538 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11540         * progmodes/octave.el (octave-sync-function-file-names): New function.
11541         (octave-mode): Use it in before-save-hook.
11543 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11545         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11546         (bug#14274).
11548         * progmodes/octave.el (octave-smie-forward-token): Properly skip
11549         \n and comment, even if it's not an implicit ; (bug#14218).
11551 2013-04-26  Glenn Morris  <rgm@gnu.org>
11553         * subr.el (read-number): Once more use `read' rather than
11554         `string-to-number', to trap non-numeric input.  (Bug#14254)
11556 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
11558         * emacs-lisp/syntax.el (syntax-propertize-multiline):
11559         Use `syntax-multiline' text property consistently instead of
11560         `font-lock-multiline'.  (Bug#14237)
11562 2013-04-26  Glenn Morris  <rgm@gnu.org>
11564         * emacs-lisp/shadow.el (list-load-path-shadows):
11565         No longer necessary to check for duplicate simple.el, since
11566         2012-07-07 change to init_lread to not include installation lisp
11567         directories in load-path when running uninstalled.  (Bug#14270)
11569 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11571         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11572         (octave-mode, inferior-octave-mode): Use setq-local.
11573         (octave-not-in-string-or-comment-p): Rename to
11574         octave-in-string-or-comment-p.
11575         (octave-in-comment-p, octave-in-string-p)
11576         (octave-in-string-or-comment-p): Replace defsubst with defun.
11578 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11580         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11582 2013-04-25  Bastien Guerry  <bzg@gnu.org>
11584         * textmodes/remember.el (remember-data-directory)
11585         (remember-directory-file-name-format): Fix custom types.
11587 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11589         * progmodes/octave.el (octave-completion-at-point-function):
11590         Make use of inferior octave process.
11591         (octave-initialize-completions): Remove.
11592         (inferior-octave-completion-table): New function.
11593         (inferior-octave-completion-at-point): Use it.
11594         (octave-completion-alist): Remove.
11596 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11598         * progmodes/opascal.el: Use font-lock and syntax-propertize.
11599         (opascal-mode-syntax-table): New var.
11600         (opascal-literal-kind, opascal-is-literal-end)
11601         (opascal-literal-token-at): Rewrite.
11602         (opascal--literal-start-re, opascal-font-lock-keywords)
11603         (opascal--syntax-propertize): New constants.
11604         (opascal-font-lock-defaults): Adjust.
11605         (opascal-mode): Use them.  Set comment-<foo> variables as well.
11606         (delphi-comment-face, opascal-comment-face, delphi-string-face)
11607         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11608         (delphi-other-face, opascal-other-face): Remove face variables.
11609         (opascal-save-state): Remove macro.
11610         (opascal-fontifying-progress-step): Remove constant.
11611         (opascal--ignore-changes): Remove var.
11612         (opascal-set-token-property, opascal-parse-next-literal)
11613         (opascal-is-stable-literal, opascal-complete-literal)
11614         (opascal-is-literal-start, opascal-face-of)
11615         (opascal-parse-region, opascal-parse-region-until-stable)
11616         (opascal-fontify-region, opascal-after-change)
11617         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11618         (opascal-debug-parse-region, opascal-debug-parse-window)
11619         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11620         (opascal-debug-fontify-buffer): Remove.
11621         (opascal-debug-mode-map): Adjust accordingly.
11623 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11625         Merge octave-mod.el and octave-inf.el into octave.el with some
11626         cleanups.
11627         * progmodes/octave.el: New file renamed from octave-mod.el.
11628         * progmodes/octave-inf.el: Merged into octave.el.
11629         * progmodes/octave-mod.el: Renamed to octave.el.
11631 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
11633         * textmodes/reftex-vars.el
11634         (reftex-label-ignored-macros-and-environments): New defcustom.
11636         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11638 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11640         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11641         (smie-indent-keyword): Improve the check to ensure that the next
11642         comment is really on the same line.
11643         (smie-indent-comment): Don't align with a subsequent closer (or eob).
11645         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11646         semi-colons if the line is not otherwise empty (bug#14218).
11648 2013-04-25  Glenn Morris  <rgm@gnu.org>
11650         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11652 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11654         * progmodes/opascal.el (opascal-set-token-property): Rename from
11655         opascal-set-text-properties and only set `token' (bug#14134).
11656         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11657         (opascal-literal-text-properties): Remove.
11658         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11659         Adjust callers.
11661 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
11663         * textmodes/remember.el (remember-handler-functions): Add an
11664         option for a new handler `remember-store-in-files'.
11665         (remember-data-directory, remember-directory-file-name-format):
11666         New options.
11667         (remember-store-in-files): New function to store remember notes
11668         as separate files within a directory.
11670 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
11672         * progmodes/compile.el (compilation-next-error-function):
11673         Pass "formats" to compilation-find-file (bug#11777).
11675 2013-04-24  Glenn Morris  <rgm@gnu.org>
11677         * vc/vc-bzr.el (vc-bzr-print-log):
11678         * vc/vc-hg.el (vc-hg-print-log):
11679         * vc/vc-svn.el (vc-svn-print-log):
11680         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
11682         * vc/vc-bzr.el (vc-bzr-print-log):
11683         * vc/vc-cvs.el (vc-cvs-print-log):
11684         * vc/vc-git.el (vc-git-print-log):
11685         * vc/vc-hg.el (vc-hg-print-log):
11686         * vc/vc-mtn.el (vc-mtn-print-log):
11687         * vc/vc-rcs.el (vc-rcs-print-log):
11688         * vc/vc-sccs.el (vc-sccs-print-log):
11689         * vc/vc-svn.el (vc-svn-print-log):
11690         * vc/vc.el (vc-print-log-internal): Doc fixes.
11692 2013-04-23  Glenn Morris  <rgm@gnu.org>
11694         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11695         Remove venerable code attempting to avoid substitute-command-keys.
11697 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
11699         * textmodes/reftex-vars.el (reftex-label-regexps):
11700         Call `reftex-compile-variables' after changes to this variable.
11702 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11704         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11705         Use lexical-binding.
11706         (jit-lock-force-redisplay): Use markers, check buffer's continued
11707         existence and beware narrowed buffers.
11708         (jit-lock-fontify-now): Adjust call accordingly.
11710 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11713         to avoid misleading the user.
11715 2013-04-22  Leo Liu  <sdl.web@gmail.com>
11717         * info-look.el: Prefer latex2e.info.  (Bug#14240)
11719 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
11721         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
11723         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11724         * net/tramp.el (tramp-call-process): ... here.
11725         (tramp-set-completion-function, tramp-parse-putty):
11726         * net/tramp-adb.el (tramp-adb-execute-adb-command):
11727         * net/tramp-gvfs.el (tramp-gvfs-send-command):
11728         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11729         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11730         (tramp-call-local-coding-command): Use `tramp-call-process'
11731         instead of `tramp-compat-call-process'.
11733         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11734         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11735         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11736         (tramp-find-inline-compress): Improve traces.
11737         (tramp-maybe-send-script): Check for Perl binary.
11738         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11740 2013-04-22  Daiki Ueno  <ueno@gnu.org>
11742         * epg.el (epg-context-pinentry-mode): New function.
11743         (epg-context-set-pinentry-mode): New function.
11744         (epg--start): Pass --pinentry-mode option to gpg command.
11746 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
11748         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11749         `comint-dynamic-complete' is obsolete since 24.1, replaced by
11750         `completion-at-point'.  (Bug#13774)
11752         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11753         default key binding for `describe-distribution' has been moved to
11754         `C-h C-o'.  (Bug#13970)
11756 2013-04-21  Glenn Morris  <rgm@gnu.org>
11758         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11759         Add doc strings.
11760         (vc-print-log): Clarify interactive prompt.
11762 2013-04-20  Glenn Morris  <rgm@gnu.org>
11764         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11765         No longer include timestamp etc information.
11767 2013-04-20  Roland Winkler  <winkler@gnu.org>
11769         * faces.el (read-face-name): Bug fix, return just one face if arg
11770         multiple is nil.  (Bug#14209)
11772 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11774         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11775         (remove-function): Autoload.
11777         * comint.el (comint-redirect-original-filter-function): Remove.
11778         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11779         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11780         (vc-cvs-annotate-command):
11781         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11782         * progmodes/prolog.el (prolog-consult-compile):
11783         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11784         Use add/remove-function instead.
11785         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11786         (gud-tooltip-process-output, gud-tooltip-tips):
11787         Use add/remove-function instead.
11788         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11789         (scheme-interaction-mode, exit-scheme-interaction-mode):
11790         Use add/remove-function instead.
11792         * vc/vc-dispatcher.el: Use lexical-binding.
11793         (vc--process-sentinel): Rename from vc-process-sentinel.
11794         Change last arg to be the code to run.  Don't use vc-previous-sentinel
11795         and vc-sentinel-commands any more.
11796         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
11797         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11799 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
11801         * progmodes/sh-script.el (sh-imenu-generic-expression):
11802         Handle function names with a single character.   (Bug#14111)
11804 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
11806         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11807         for subroutines defined in an eval (bug#14182).
11809 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11811         * bookmark.el (bookmark-completing-read): Improve handling of empty
11812         string (bug#14176).
11814 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11818 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11820         New faster Imenu implementation (bug#14058).
11821         * progmodes/python.el:
11822         (python-imenu-prev-index-position):
11823         (python-imenu-format-item-label-function)
11824         (python-imenu-format-parent-item-label-function)
11825         (python-imenu-format-parent-item-jump-label-function):
11826         New vars.
11827         (python-imenu-format-item-label)
11828         (python-imenu-format-parent-item-label)
11829         (python-imenu-format-parent-item-jump-label)
11830         (python-imenu--put-parent, python-imenu--build-tree)
11831         (python-imenu-create-index, python-imenu-create-flat-index)
11832         (python-util-popn): New functions.
11833         (python-mode): Set imenu-create-index-function to
11834         python-imenu-create-index.
11836 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11838         * winner.el (winner-active-region): Use region-active-p, activate-mark
11839         and deactivate-mark (bug#14225).
11841         * simple.el (deactivate-mark): Don't inline it.
11843 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
11845         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11847 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
11849         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11850         file extensions from the archive-mode entry in order to prefer
11851         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11853 2013-04-18  Leo Liu  <sdl.web@gmail.com>
11855         * bindings.el (help-event-list): Add ?\?.
11857 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11859         * subr.el (with-wrapper-hook): Declare obsolete.
11860         * simple.el (filter-buffer-substring-function): New hook.
11861         (filter-buffer-substring): Use it.
11862         (filter-buffer-substring-functions): Mark obsolete.
11863         * minibuffer.el (completion-in-region-function): New hook.
11864         (completion-in-region): Use it.
11865         (completion-in-region-functions): Mark obsolete.
11866         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11867         * abbrev.el (abbrev-expand-function): New hook.
11868         (expand-abbrev): Use it.
11869         (abbrev-expand-functions): Mark obsolete.
11870         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11871         and :filter-return.
11873 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11875         * progmodes/python.el (python-nav--syntactically): Fix cornercases
11876         and do not care about match data.
11878 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11880         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11881         completion tables when completing error conditions and
11882         `declare' arguments.
11883         (lisp-complete-symbol, field-complete): Mark as obsolete.
11884         (check-parens): Unmatched parens are user errors.
11885         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11887 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
11889         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11890         command changed buffer (ie. `flyspell-pre-buffer' is not current
11891         buffer), which prevents making decisions based on invalid value of
11892         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
11893         cause an error when `flyspell-pre-point' was nil after switching
11894         buffers.
11895         (flyspell-post-command-hook): No longer needs to change buffers when
11896         checking pre-word.  While at it remove unnecessary progn.
11898 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
11900         * textmodes/ispell.el (ispell-add-per-file-word-list):
11901         Fix `flyspell-correct-word-before-point' error when accepting
11902         words and `coment-padding' is an integer by using
11903         `comment-normalize-vars' (Bug #14214).
11905 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11907         New defun movement commands.
11908         * progmodes/python.el (python-nav--syntactically)
11909         (python-nav--forward-defun, python-nav-backward-defun)
11910         (python-nav-forward-defun): New functions.
11912 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11914         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11915         (python-syntax-context): Use named compiler-macro for backwards
11916         compatibility with Emacs 24.x.
11918 2013-04-17  Leo Liu  <sdl.web@gmail.com>
11920         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11921         octave-hide-process-buffer.
11923 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11925         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11926         (bug#14216).
11928 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
11930         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11931         Fix adjustment of offset when receiving incomplete responses from GDB
11932         (bug#14129).
11934 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11937         python-mode-abbrev-table.
11938         (python-skeleton-define): Adjust accordingly.
11939         (python-mode-abbrev-table): New table that inherits from it so that
11940         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11942         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11943         (abbrev-symbol): Use it.
11944         (abbrev--before-point): Use it since we already handle inheritance.
11946 2013-04-16  Leo Liu  <sdl.web@gmail.com>
11948         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11949         binding to info-lookup-symbol.
11951 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
11953         * minibuffer.el (completion--twq-all):
11954         * term/ns-win.el (ns-initialize-window-system):
11955         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11957 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11960         global bindings.
11962         * doc-view.el (doc-view-start-process): Handle url-handler directories.
11964 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
11966         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11967         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11968         to nil.
11969         (ruby-end-of-defun): Remove the unused arg, change the docstring
11970         to reflect that this function is only used as the value of
11971         `end-of-defun-function'.
11972         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11973         to reflect an earlier change that beginning/end-of-defun functions
11974         jump between methods in a class definition, as well as top-level
11975         functions.
11977 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11979         * minibuffer.el (minibuffer-complete): Don't just scroll
11980         a *Completions* that's been iconified.
11981         (minibuffer-force-complete): Make sure repetitions do cycle when going
11982         through completion-in-region -> minibuffer-complete.
11984 2013-04-15  Alan Mackenzie  <acm@muc.de>
11986         Correct the placement of c-cpp-delimiters when there're #s not at
11987         col 0.
11989         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11990         place a submatch around the #.
11991         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11992         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
11993         on the #, not BOL.
11995 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11997         * emacs-lisp/nadvice.el: Properly test names when adding advice.
11998         (advice--member-p): New arg `name'.
11999         (advice--add-function, advice-member-p): Use it (bug#14202).
12001 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
12003         Reformulate java imenu-generic-expression.
12004         The old expression contained ill formed regexps.
12006         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
12007         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
12008         (cc-imenu-java-method-arg-regexp): New defconsts.
12009         (cc-imenu-java-build-type-args-regex): New defun.
12010         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
12011         handling of spaces in the regexp.
12013 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12015         * textmodes/ispell.el (ispell-command-loop): Remove
12016         flyspell highlight of a word when ispell accepts it (bug #14178).
12018 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
12020         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
12021         uses code from the previous `ange-ftp-run-real-handler'.
12022         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
12023         only in case that function exist.  This is needed for proper
12024         unloading of Tramp.
12026 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
12028         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
12030         * textmodes/reftex.el (reftex-compile-variables): Use it.
12032 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12034         * files.el (normal-mode): Only use default major-mode if no other mode
12035         was specified.
12037         * emacs-lisp/trace.el (trace-values): New function.
12039         * files.el: Allow : in local variables (bug#14089).
12040         (hack-local-variable-regexp): New var.
12041         (hack-local-variables-prop-line, hack-local-variables): Use it.
12043 2013-04-13  Roland Winkler  <winkler@gnu.org>
12045         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
12046         data before it gets modified by bibtex-beginning-of-entry.
12048 2013-04-13  Roland Winkler  <winkler@gnu.org>
12050         * textmodes/bibtex.el (bibtex-url): Doc fix.
12052 2013-04-13  Roland Winkler  <winkler@gnu.org>
12054         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
12055         does not visit a BibTeX file, exclude it from the list of buffers
12056         returned by bibtex-initialize.
12058 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
12060         * window.el (split-window): Remove interactive form, since as a
12061         command this function is a special case of split-window-below.
12062         Correct doc string.
12064 2013-04-12  Roland Winkler  <winkler@gnu.org>
12066         * faces.el (read-face-name): Do not override value of arg default.
12067         Allow single faces and strings as default values.  Remove those
12068         elements from return value that are not faces.
12069         (describe-face): Simplify.
12070         (face-at-point): New optional args thing and multiple so that this
12071         function can provide the same functionality previously provided by
12072         read-face-name.
12073         (make-face-bold, make-face-unbold, make-face-italic)
12074         (make-face-unitalic, make-face-bold-italic, invert-face)
12075         (modify-face, read-face-and-attribute): Use face-at-point.
12077         * cus-edit.el (customize-face, customize-face-other-window)
12078         * cus-theme.el (custom-theme-add-face)
12079         * face-remap.el (buffer-face-set)
12080         * facemenu.el (facemenu-set-face): Use face-at-point.
12082 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
12084         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
12086 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
12088         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
12089         off leading { and trailing } from field values.
12091 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * emacs-lisp/timer.el (timer--check): New function.
12094         (timer--time, timer-set-function, timer-event-handler): Use it.
12095         (timer-set-idle-time): Simplify.
12096         (timer--activate): CSE.
12097         (timer-event-handler): Give more info in error message.
12098         (internal-timer-start-idle): New function, moved from C.
12100         * mpc.el (mpc-proc): Add `restart' argument.
12101         (mpc-proc-cmd): Use it.
12102         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
12103         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
12104         less often.
12106 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
12108         * progmodes/sh-script.el: Implement `sh-mode' own
12109         `add-log-current-defun-function' (bug#14112).
12110         (sh-current-defun-name): New function.
12111         (sh-mode): Use the function.
12113 2013-04-09  Bastien Guerry  <bzg@gnu.org>
12115         * simple.el (choose-completion-string): Fix docstring (bug#14163).
12117 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12119         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
12121         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
12122         timer (bug#14156).
12124 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
12126         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
12127         declaration.
12129 2013-04-07  Leo Liu  <sdl.web@gmail.com>
12131         * pcmpl-x.el: New file.
12133 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
12135         Do not set x-display-name until X connection is established.
12136         This is needed to prevent from weird situation described at
12137         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
12138         * frame.el (make-frame): Set x-display-name after call to
12139         window system initialization function, not before.
12140         * term/x-win.el (x-initialize-window-system): Add optional
12141         display argument and use it.
12142         * term/w32-win.el (w32-initialize-window-system):
12143         * term/ns-win.el (ns-initialize-window-system):
12144         * term/pc-win.el (msdos-initialize-window-system):
12145         Add compatible optional display argument.
12147 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
12149         * files.el (normal-backup-enable-predicate): On MS-Windows and
12150         MS-DOS compare truenames of temporary-file-directory and of the
12151         file, so that 8+3 aliases (usually found in $TEMP on Windows)
12152         don't fail comparison by compare-strings.  Also, compare file
12153         names case-insensitively on MS-Windows and MS-DOS.
12155 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12157         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
12158         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
12160 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
12162         * whitespace.el (whitespace-color-on, whitespace-color-off):
12163         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
12165 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
12167         * ispell.el (ispell-set-spellchecker-params):
12168         Really set `ispell-args' for all equivs.
12170 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12172         * ido.el (ido-completions): Use extra elements of ido-decorations
12173         (bug#14143).
12174         (ido-decorations): Update docstring.
12176 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
12178         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12179         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
12180         nil during initialization, in order not to miss changes since the
12181         file was opened.  (Bug#14140)
12183 2013-04-05  Leo Liu  <sdl.web@gmail.com>
12185         * kmacro.el (kmacro-call-macro): Fix bug#14135.
12187 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
12189         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
12191 2013-04-04  Glenn Morris  <rgm@gnu.org>
12193         * electric.el (electric-pair-inhibit-predicate): Add :version.
12195 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12197         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
12198         when a package is required several times (bug#14082).
12200 2013-04-04  Roland Winkler  <winkler@gnu.org>
12202         * faces.el (read-face-name): Behave as promised by the docstring.
12203         Assume that arg default is a list of faces.
12204         (describe-face): Call read-face-name with list of default faces.
12206 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12208         * bookmark.el: Fix deletion of bookmarks (bug#13972).
12209         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
12210         (bookmark-bmenu-execute-deletions): Only skip first line if it's
12211         the header.
12212         (bookmark-exit-hook-internal): Save even if list is empty.
12214 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
12216         * emacs-lisp/package.el (package-pinned-packages): New var.
12217         (package--add-to-archive-contents): Obey it (bug#14118).
12219 2013-04-03  Alan Mackenzie  <acm@muc.de>
12221         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
12222         Also adapt to the new values of element 7 of a parse state.
12224         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
12225         parameter `not-in-delimiter'.  Handle being inside comment opener.
12226         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
12227         character in case we're typing a '*' after a '/'.
12228         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
12229         instead by passing the parameter to c-state-pp-to-literal.
12231         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
12232         for elt. 7 of a parse state.
12234 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
12236         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
12237         * international/latin1-disp.el, international/mule-util.el:
12238         * language/cyril-util.el, language/european.el, language/ind-util.el:
12239         * language/lao-util.el, language/thai.el, language/tibet-util.el:
12240         * language/tibetan.el, language/viet-util.el:
12241         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
12243 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12245         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
12246         (electric-pair-post-self-insert-function): Use it.
12247         (electric-pair-default-inhibit): New function, extracted from
12248         electric-pair-post-self-insert-function.
12250 2013-03-31  Roland Winkler  <winkler@gnu.org>
12252         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
12254 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12256         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
12258 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
12260         Un-indent after "pass" and "return" statements (Bug#13888)
12261         * progmodes/python.el (python-indent-block-enders): New var.
12262         (python-indent-calculate-indentation): Use it.
12264 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
12266         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
12267         defun.  Defining it as defalias could introduce too eager
12268         byte-compiler optimization.  (Bug#14030)
12270 2013-03-30  Chong Yidong  <cyd@gnu.org>
12272         * iswitchb.el (iswitchb-read-buffer): Fix typo.
12274 2013-03-30  Leo Liu  <sdl.web@gmail.com>
12276         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
12277         (kmacro-execute-from-register): Pass the keyboard macro to
12278         kmacro-call-macro or repeating won't work correctly.
12280 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
12282         * progmodes/subword.el: Back to using `forward-symbol'.
12284         * subr.el (forward-whitespace, forward-symbol)
12285         (forward-same-syntax): Move from thingatpt.el.
12287 2013-03-29  Leo Liu  <sdl.web@gmail.com>
12289         * kmacro.el (kmacro-to-register): New command.
12290         (kmacro-execute-from-register): New function.
12291         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
12293 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12295         * mpc.el: Use defvar-local and setq-local.
12296         (mpc--proc-connect): Connection failures are not bugs.
12297         (mpc-mode-map): `follow-link' only applies to the buffer's content.
12298         (mpc-volume-map): Bind to the up-events.
12300 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12302         * progmodes/subword.el (superword-mode): Use `forward-sexp'
12303         instead of `forward-symbol'.
12305 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12307         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
12308         (edebug--recursive-edit): Use it.
12309         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
12310         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
12312 2013-03-28  Leo Liu  <sdl.web@gmail.com>
12314         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
12316 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
12318         * facemenu.el (list-colors-callback): New defvar.
12319         (list-colors-redisplay): New function.
12320         (list-colors-display): Install list-colors-redisplay as the
12321         revert-buffer-function.  (Bug#14063)
12323 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12325         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
12326         and suffixes don't overlap (bug#14061).
12328         * case-table.el: Use lexical-binding.
12329         (case-table-get-table): New function.
12330         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
12332 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
12334         * progmodes/subword.el: Add `superword-mode' to do word motion
12335         over symbol_words (parallels and leverages `subword-mode' which
12336         does word motion inside MixedCaseWords).
12338 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
12340         * eshell/em-unix.el: Move su and sudo to...
12341         * eshell/em-tramp.el: ...Eshell tramp module.
12343 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12345         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
12346         Change return value to be a sexp.  Delay `get-buffer' to after
12347         restoring the desktop (bug#13951).
12349 2013-03-26  Leo Liu  <sdl.web@gmail.com>
12351         * register.el: Move semantic tag handling back to
12352         cedet/semantic/senator.el.  (Bug#14052)
12354 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12356         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
12357         into the prompt either (bug#13963).
12359 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12361         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
12362         part of "(error-foo)".
12364 2013-03-24  Juri Linkov  <juri@jurta.org>
12366         * replace.el (list-matching-lines-prefix-face): New defcustom.
12367         (occur-1): Pass `list-matching-lines-prefix-face' to the function
12368         `occur-engine' if `face-differs-from-default-p' returns t.
12369         (occur-engine): Add `,' inside backquote construct to evaluate
12370         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
12371         Pass `prefix-face' to the functions `occur-context-lines' and
12372         `occur-engine-add-prefix'.
12373         (occur-engine-add-prefix, occur-context-lines): Add optional arg
12374         `prefix-face' and propertize the prefix with `prefix-face'.
12375         (Bug#14017)
12377 2013-03-24  Leo Liu  <sdl.web@gmail.com>
12379         * nxml/rng-valid.el (rng-validate-while-idle)
12380         (rng-validate-quick-while-idle): Guard against deleted buffer.
12381         (Bug#13999)
12383         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12384         is the last entry in kill-buffer-hook.
12386         * files.el (kill-buffer-hook): Doc fix.
12388 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
12390         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12391         Make it safe-local.
12393         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12395 2013-03-23  Leo Liu  <sdl.web@gmail.com>
12397         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12398         Remove.
12400         * nxml/rng-valid.el (rng-validate-mode)
12401         (rng-after-change-function, rng-do-some-validation):
12402         * nxml/rng-maint.el (rng-validate-buffer):
12403         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12404         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12405         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12406         (nxml-extend-after-change-region): Use with-silent-modifications.
12408         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12409         timer-idle-list.
12411         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12412         (rng-next-error-1, rng-previous-error-1): Do not let-bind
12413         timer-idle-list.  (Bug#13999)
12415 2013-03-23  Juri Linkov  <juri@jurta.org>
12417         * info.el (info-index-match): New face.
12418         (Info-index, Info-apropos-matches): Add a nested subgroup to the
12419         main pattern and add text properties with the new face to matches
12420         in index entries relative to the beginning of the index entry.
12421         (Bug#14015)
12423 2013-03-21  Eric Ludlam  <zappo@gnu.org>
12425         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12426         Inhibit read only while inserting objects.
12428 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12430         * progmodes/cfengine.el: Update docs to mention
12431         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
12432         symbol motion.  Remove "_" from the word syntax.
12434 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
12436         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12437         syntax for both `cfengine2-mode' and `cfengine3-mode'.
12439 2013-03-20  Juri Linkov  <juri@jurta.org>
12441         * info.el (Info-next-reference-or-link)
12442         (Info-prev-reference-or-link): New functions.
12443         (Info-next-reference, Info-prev-reference): Use them.
12444         (Info-try-follow-nearest-node): Handle footnote navigation.
12445         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
12447 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12450         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12452 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
12454         Suppress unnecessary non-ASCII chatter during build process.
12455         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12456         (batch-skkdic-convert): Suppress most of the chatter.
12457         It's not needed so much now that machines are faster,
12458         and its non-ASCII component was confusing; see Dmitry Gutov in
12459         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12461 2013-03-20  Leo Liu  <sdl.web@gmail.com>
12463         * ido.el (ido-chop): Fix bug#10994.
12465 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12467         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12468         Remove vars.
12469         (whitespace-color-on, whitespace-color-off):
12470         Use `font-lock-fontify-buffer' (Bug#13817).
12472 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12474         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12475         remapping in mode-line.
12476         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12478 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12480         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12481         value for `whitespace-line' face (Bug#13875).
12482         (whitespace-font-lock-keywords): Change description.
12483         (whitespace-color-on): Don't save `font-lock-keywords' value, save
12484         the constructed keywords instead.
12485         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12487 2013-03-19  Leo Liu  <sdl.web@gmail.com>
12489         * progmodes/compile.el (compilation-display-error): New command.
12490         (compilation-mode-map, compilation-minor-mode-map): Bind it to
12491         C-o.  (Bug#13992)
12493 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12495         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12497 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
12499         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12501 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
12503         * net/tramp-compat.el (tramp-compat-user-error): New defun.
12505         * net/tramp-adb.el (tramp-adb-handle-shell-command):
12506         * net/tramp-gvfs.el (top):
12507         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12508         (tramp-handle-shell-command): Use it.
12509         (tramp-dissect-file-name): Raise an error when hostname is a
12510         method name, and neither method nor user is specified.
12512         * net/trampver.el: Update release number.
12514 2013-03-18  Leo Liu  <sdl.web@gmail.com>
12516         Make sure eldoc can be turned off properly.
12517         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12518         eldoc-mode.
12519         (eldoc-display-message-p): Revert last change.
12520         (eldoc-display-message-no-interference-p)
12521         (eldoc-print-current-symbol-info): Tweak.
12523 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
12525         * doc-view.el (doc-view-new-window-function): Check the new window
12526         overlay's display property instead the char property of the
12527         buffer's first char.  Use `with-selected-window' instead of
12528         `save-window-excursion' with `select-window'.
12529         (doc-view-document->bitmap): Check the current doc-view overlay's
12530         display property instead the char property of the buffer's first char.
12532 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12534         Automate the build of ja-dic.el (Bug#13984).
12535         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12536         from the input, rather than assume that it's been done for us by the
12537         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
12538         the current date into a ja-dic.el comment, as that complicates
12539         regression testing.
12541 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12543         * whitespace.el: Fix double evaluation.
12544         (whitespace-space, whitespace-hspace, whitespace-tab)
12545         (whitespace-newline, whitespace-trailing, whitespace-line)
12546         (whitespace-space-before-tab, whitespace-indentation)
12547         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12548         obsolete defvars.
12549         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12550         (whitespace-color-on): Use a single font-lock-add-keywords call.
12551         Fix double-evaluation of face variables.
12553 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
12555         * net/tramp-adb.el (tramp-adb-parse-device-names):
12556         Use `start-process' instead of `call-process'.  Otherwise, the
12557         function might be blocked under MS Windows.  (Bug#13299)
12559 2013-03-17  Leo Liu  <sdl.web@gmail.com>
12561         Extend eldoc to display info in the mode-line.  (Bug#13978)
12562         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12563         (eldoc-mode-line-string): New variable.
12564         (eldoc-minibuffer-message): New function.
12565         (eldoc-message-function): New variable.
12566         (eldoc-message): Use it.
12567         (eldoc-display-message-p)
12568         (eldoc-display-message-no-interference-p):
12569         Support eldoc-post-insert-mode.
12571         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12572         (eval-expression): Run it.
12574 2013-03-17  Roland Winkler  <winkler@gnu.org>
12576         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12577         strings in the list of return values.
12579 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
12581         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12582         radix before checking for HMS forms.
12584 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12586         * progmodes/scheme.el: Add indentation and font-locking for λ.
12587         (Bug#13975)
12589 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12591         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12592         token before point (bug#13942).
12594 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12596         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
12598 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
12600         * startup.el (command-line-normalize-file-name): Fix handling of
12601         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
12602         <xfq.free@gmail.com> in
12603         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12605 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
12607         Sync with Tramp 2.2.7.
12609         * net/trampver.el: Update release number.
12611 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
12613         * doc-view.el: Fix bug#13887.
12614         (doc-view-insert-image): Don't modify overlay associated to
12615         non-live windows, and implement horizontal centering of image in
12616         case it's smaller than the window.
12617         (doc-view-new-window-function): Force redisplay of new windows on
12618         doc-view buffers.
12620 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
12622         * saveplace.el (save-place-alist-to-file): Don't sort
12623         `save-place-alist', just pretty-print it (bug#13882).
12625 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
12627         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12628         Check whether `default-file-name-coding-system' is bound.
12629         It isn't in XEmacs.
12631 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12634         backquotes for `obsolete' (bug#13929).
12636         * international/mule.el (find-auto-coding): Include file name in
12637         obsolescence warning (bug#13922).
12639 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12641         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12642         for CFEngine 3-specific indentation.
12643         (cfengine3-indent-line): Use it.  Fix up category regex.
12644         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12646 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12648         * type-break.el (type-break-file-name):
12649         * textmodes/remember.el (remember-data-file):
12650         * strokes.el (strokes-file):
12651         * shadowfile.el (shadow-initialize):
12652         * saveplace.el (save-place-file):
12653         * ps-bdf.el (bdf-cache-file):
12654         * progmodes/idlwave.el (idlwave-config-directory):
12655         * net/quickurl.el (quickurl-url-file):
12656         * international/kkc.el (kkc-init-file-name):
12657         * ido.el (ido-save-directory-list-file):
12658         * emulation/viper.el (viper-custom-file-name):
12659         * emulation/vip.el (vip-startup-file):
12660         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12661         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12663 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
12665         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12666         * language/thai-word.el: Switch to UTF-8.
12668 See ChangeLog.16 for earlier changes.
12670 ;; Local Variables:
12671 ;; coding: utf-8
12672 ;; End:
12674   Copyright (C) 2011-2014 Free Software Foundation, Inc.
12676   This file is part of GNU Emacs.
12678   GNU Emacs is free software: you can redistribute it and/or modify
12679   it under the terms of the GNU General Public License as published by
12680   the Free Software Foundation, either version 3 of the License, or
12681   (at your option) any later version.
12683   GNU Emacs is distributed in the hope that it will be useful,
12684   but WITHOUT ANY WARRANTY; without even the implied warranty of
12685   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12686   GNU General Public License for more details.
12688   You should have received a copy of the GNU General Public License
12689   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.