* Makefile.in (epaths-force-w32): Use abs_srcdir
[emacs.git] / lisp / ChangeLog
blob926bd1091c0a5d02954aff9f27c5d3103c40c576
1 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
3         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
5 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8         { if it is hanging.
10         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
11         :before ";".
13 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
15         * progmodes/compile.el (compilation-directory-matcher)
16         (compilation-page-delimiter):
17         Support GNU Make-4.0 directory quoting.  (Bug#15678)
19 2013-10-23  Leo Liu  <sdl.web@gmail.com>
21         * ido.el (ido-tidy): Handle read-only text.
23 2013-10-23  Glenn Morris  <rgm@gnu.org>
25         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
26         (emacs, compile, compile-always):
27         Quote entities that might contain whitespace.
28         (custom-deps, finder-data, autoloads): Use abs_lisp.
29         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
30         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
31         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
33 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
35         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
36         Use `following-char'.
38 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
40         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
41         * progmodes/ruby-mode.el (ruby-smie-rules):
42         Remove corresponding workaround.  Fix indentation rule of ";" so it
43         also applies when ";" is the parent.
45 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
47         * frame.el (display-screens, display-pixel-height)
48         (display-pixel-width, display-mm-width, display-backing-store)
49         (display-save-under, display-planes, display-color-cells)
50         (display-visual-class, display-monitor-attributes-list):
51         Mention the optional ‘display’ argument in doc strings.
53 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
55         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
56         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
58 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
60         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
61         TODO.  Add "." after " @ ".
62         (ruby-smie--at-dot-call): New function.  Checks if point at method
63         call with explicit target.
64         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
65         to the method name tokens when it precedes them.
66         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
67         (ruby-smie-rules): Add rule for indentation before and after "."
68         token.
70 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * textmodes/remember.el (remember-diary-extract-entries):
73         Avoid add-to-list.
75         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
76         an instruction.
78 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
80         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
81         (ruby-smie--implicit-semi-p): Add new operator chars.
83         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
84         `smie-down-list'.
85         (ruby-smie--args-separator-p): Check that there's no newline
86         between method call and its arguments.
88 2013-10-20  Alan Mackenzie  <acm@muc.de>
90         Allow comma separated lists after Java "implements".
92         * progmodes/cc-engine.el (c-backward-over-enum-header):
93         Parse commas.
94         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
95         from a "disallowed" list in enum fontification.
97 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
99         * startup.el (default-frame-background-mode): Remove unused defvar.
101         * progmodes/verilog-mode.el (verilog-mode): Don't set
102         comment-indent-function globally.
104 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
106         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
107         Move Info menu item creation to ns-win.el.
109         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
110         in menu bar.
112         * menu-bar.el: Move GNUStep specific menus...
114         * term/ns-win.el (ns-initialize-window-system): ... to here.
116 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * simple.el (newline): Only run post-self-insert-hook when
119         called interactively.
121 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
123         * icomplete.el (icomplete-with-completion-tables): Add :version.
125 2013-10-19  Alan Mackenzie  <acm@muc.de>
127         Fix fontification bugs with constructors and const.
129         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
130         CASE 2) Remove the check for the absence of a suffix construct
131         after a function declaration with only types (no identifiers) in
132         the parentheses.  Also, accept a function declaration with just a
133         type inside the parentheses, if this type can be positively
134         recognised as such, or if a prefix keyword like "explicit" nails
135         down the construct as a declaration.
137 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
139         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
140         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
141         the problem whereby selecting a menu item that leads to a
142         minibuffer prompt moves the cursor out of the minibuffer window,
143         making it hard to type at the prompt.  Suggested by Stefan Monnier
144         <monnier@iro.umontreal.ca>.
146 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
148         * menu-bar.el: Don't make Services menu.
150 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
152         * ffap.el: Handle "/usr/include/c++/<version>" directories.
153         (ffap-alist): Use ffap-c++-mode for c++-mode.
154         (ffap-c++-path): New variable.
155         (ffap-c++-mode): New function.
157 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
159         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
161 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
163         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
164         introduced on 2013-09-08, which results in an infinite loop
165         requesting a password.
167 2013-10-18  Glenn Morris  <rgm@gnu.org>
169         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
171 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
173         Sync with upstream verilog-mode revision 1a6ecec7.
174         * progmodes/verilog-mode.el (verilog-mode-version): Update.
175         (verilog-mode-release-date): Remove.
176         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
177         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
178         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
179         (verilog-auto-tieoff-ignore-regexp)
180         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
181         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
182         (verilog-signals-with, verilog-dir-cache-preserving)
183         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
184         Doc fixes.
185         (verilog-case-fold): New option, to control case folding in
186         regexp searches, bug597.
187         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
188         (verilog-string-match-fold, verilog-in-paren-count)
189         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
190         (verilog-at-close-struct-p): New functions.
191         (verilog-beg-block-re-ordered, verilog-extended-case-re)
192         (verilog-forward-sexp, verilog-set-auto-endcomments):
193         (verilog-leap-to-case-head): Handle "unique0" case.
194         (verilog-in-constraint-re): New constant.
195         (verilog-keywords, verilog-type-font-keywords):
196         Add some SystemVerilog 1800-2012 keywords.
197         (verilog-label-be): Remove unimplemented argument, bug669.
198         (verilog-batch-execute-func): When batch expanding clear
199         create-lockfiles to prevent spurious user locks when a file ends
200         up not changing.
201         (verilog-calculate-indent, verilog-calc-1)
202         (verilog-at-close-constraint-p, verilog-at-constraint-p)
203         (verilog-do-indent): Fix indentation of nested constraints
204         and structures.
205         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
206         (verilog-auto-inst-param): Use verilog-string-match-fold.
207         (verilog-read-inst-module-matcher):
208         Fix AUTOINST on gate primitives with #1.
209         (verilog-read-decls): Fix double-declaring user-defined typed signals.
210         Reads all user-defined typed variables.
211         (verilog-read-defines): Fix reading definitions inside comments, bug647.
212         (verilog-signals-matching-regexp)
213         (verilog-signals-not-matching-regexp, verilog-auto):
214         Respect verilog-case-fold.
215         (verilog-diff-report): Fix line count.
216         (verilog-auto-assign-modport): Remove unused local `modi'.
217         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
218         better handle multidimensional arrays.
219         Fix packed array ports misadding bit index in AUTOINST, bug637.
220         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
221         to not double-declare existing outputs and inputs, respectively.
222         (verilog-template-map): Bind U to verilog-sk-uvm-component.
223         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
224         (verilog-sk-uvm-component): New skeleton.
225         (verilog-submit-bug-report): Add verilog-case-fold,
226         remove verilog-mode-release-date.
228 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
230         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
231         as before.
233 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
235         * textmodes/remember.el (remember): set buffer-offer-save in
236         remember buffers (bug#13566).
238 2013-10-18  Daniel Colascione  <dancol@dancol.org>
240         When evaluating forms in ielm, direct standard output to ielm
241         buffer.  Add new ielm-return-for-effect command.  Remove trailing
242         whitespace throughout.
244         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
245         (ielm-return-for-effect): New command.
246         (ielm-send-input): Accept optional `for-effect' parameter.
247         (ielm-eval-input): Accept optional `for-effect' parameter.
248         Bind `standard-output' to stream we create using
249         `ielm-standard-output-impl'.  Suppress printing result when
250         `for-effect'.
251         (ielm-standard-output-impl): New function.
252         (inferior-emacs-lisp-mode): Explain new features in documentation.
254 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
256         Code cleanup.
258         * net/tramp.el (tramp-debug-message): Do not check for connection
259         buffer.
260         (tramp-message): Use "vector" connection property.
262         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
263         (tramp-equal-remote, tramp-eshell-directory-change)
264         * net/tramp-adb.el (tramp-adb-handle-copy-file)
265         (tramp-adb-handle-rename-file)
266         * net/tramp-cmds.el (tramp-list-remote-buffers)
267         (tramp-cleanup-connection, tramp-cleanup-this-connection)
268         * net/tramp-compat.el (tramp-compat-process-running-p)
269         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
270         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
271         (tramp-gvfs-handle-rename-file)
272         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
273         (tramp-set-file-uid-gid)
274         * net/tramp-smb.el (tramp-smb-handle-copy-file)
275         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
276         of `file-remote-p'.
278         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
279         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
280         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
281         (tramp-gw-open-network-stream): Suppress unrelated traces.
283         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
284         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
285         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
286         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
287         connection property.
289         * net/tramp-cache.el (top): Suppress traces when reading
290         persistency file.
292         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
293         Refactor common code.  Improve debug message.
294         (tramp-maybe-open-connection)
295         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
296         connection buffer too early.
298         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
299         from `tramp-smb-actions-with-acl'.
300         (tramp-smb-actions-set-acl): New defconst.
301         (tramp-smb-handle-copy-directory)
302         (tramp-smb-action-get-acl): New defun, renamed from
303         `tramp-smb-action-with-acl'.
304         (tramp-smb-action-set-acl): New defun.
305         (tramp-smb-handle-set-file-acl): Rewrite.
307 2013-10-17  Glenn Morris  <rgm@gnu.org>
309         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
311 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
313         * skeleton.el (skeleton-newline): Remove.
314         (skeleton-internal-1): Use (insert "\n") instead.
316         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
317         let-bindings.
319         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
320         forward-sexp-function while we redo its job (bug#15613).
322 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
324         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
325         represented by lists.
327 2013-10-16  Glenn Morris  <rgm@gnu.org>
329         * tmm.el (tmm--history): New dynamic variable.
330         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
332 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
334         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
335         (tramp-smb-errors): Add error messages.
336         (tramp-smb-actions-with-acl): New defconst.
337         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
338         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
339         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
340         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
341         (tramp-smb-get-stat-capability): Fix tests.
343 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
345         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
346         (bug#15580).
348 2013-10-16  Glenn Morris  <rgm@gnu.org>
350         * ansi-color.el (ansi-color-drop-regexp):
351         Add 1J, 1K, 2K.  (Bug#15617)
353         * files.el (hack-local-variables--warned-lexical): New.
354         (hack-local-variables):
355         Warn about misplaced lexical-binding.  (Bug#15616)
357         * net/eww.el (eww-render): Always set eww-current-url,
358         and update header line.  (Bug#15622)
359         (eww-display-html): ... Rather than just doing it here.
361 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
363         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
364         menu navigations commands.
366 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
368         * progmodes/subword.el (subword-capitalize): Be careful when
369         the search for [[:alpha:]] fails (bug#15580).
371 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
373         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
374         to commands that scroll the menu.
376 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
378         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
379         Handle methods ending with `?' and `!'.
381 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
383         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
384         `japanese-cp932' to `cp932' to fix the problem where saving a
385         source file written in Shift_JIS twice would end up having
386         `coding: japanese-cp932' which Ruby could not recognize.
387         (ruby-mode-set-encoding): Add support for encodings mapped to nil
388         in `ruby-encoding-map'.
389         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
390         doesn't need to be explicitly declared in magic comment.
391         (ruby-encoding-map): Add type declaration for better customize UI.
393 2013-10-13  Glenn Morris  <rgm@gnu.org>
395         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
396         Occur buffers are read-only.  http://bugs.debian.org/720775
398         * emacs-lisp/authors.el (authors-fixed-entries):
399         Comment out old alpha stuff.
401 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
403         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
404         to `after-save-hook' instead of `before-save-hook'.
405         (ruby-mode-set-encoding): Use the value of coding system used to
406         write the file.  Call `basic-save-buffer-1' after modifying the
407         buffer.
409 2013-10-13  Alan Mackenzie  <acm@muc.de>
411         Fix indentation/fontification of Java enum with
412         "implements"/generic.
414         * progmodes/cc-engine.el (c-backward-over-enum-header):
415         Extracted from the three other places and enhanced to handle generics.
416         (c-inside-bracelist-p): Uses new function above.
417         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
418         function above.
419         (c-font-lock-enum-tail): Uses new function above.
421 2013-10-13  Kenichi Handa  <handa@gnu.org>
423         * international/mule-cmds.el (select-safe-coding-system): Remove a
424         superfluous condition in chekcing whether a coding system is safe
425         or not.
427 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
429         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
431 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
433         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
435 2013-10-13  Glenn Morris  <rgm@gnu.org>
437         * menu-bar.el (menu-bar-update-buffers):
438         Unify Buffers menu prompt string.  (Bug#15576)
440         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
442         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
443         Add some entries.
444         (authors-fixed-entries): Use accented form of name.
446 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
448         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
449         method calls (bug#15594).
450         (ruby-smie--args-separator-p): New function.
451         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
452         recognize paren-free method calls.
454         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
455         internals of universal-argument.
457 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
459         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
460         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
461         dropped menu on second mouse click on the menu bar.
463 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
466         (explicit-shell-file-name): Declare.
467         (sh--vars-before-point, sh--cmd-completion-table): New functions.
468         (sh-completion-at-point-function): New function.
469         (sh-mode): Use it.
470         (sh-smie--keyword-p): Remove unused argument.
471         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
472         vars.
473         (sh-set-shell): Always setup SMIE, even if we use the
474         old indentation code.
476 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
478         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
479         cases of ? and =.
480         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
481         predicate would return nil are almost non-existent.
482         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
484         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
485         cache also after commands that modify the buffer but don't move
486         point.
488 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
490         * env.el (substitute-env-in-file-name): New function.
491         (substitute-env-vars): Extend the meaning of the optional arg.
493 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
495         * term/w32-win.el (dynamic-library-alist): Define separate lists
496         of GIF DLLs for versions before and after 5.0.0 of giflib.
497         (Bug#15531)
499 2013-10-10  João Távora <joaotavora@gmail.com>
501         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
502         not locked, use last revision and current source as
503         defaults.  (Bug#15569)
505 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
507         * menu-bar.el (menu-bar-open): Don't use popup-menu if
508         menu-bar is hidden.
510 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
512         * window.el (pop-to-buffer-same-window): Fix doc-string.
513         (Bug#15492)
515 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
519 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
521         * calendar/icalendar.el (icalendar-import-file):
522         Fix interactive spec.  (Bug#15482)
524 2013-10-10  Glenn Morris  <rgm@gnu.org>
526         * desktop.el (desktop-save): Default to saving in .emacs.d,
527         since PWD is no longer in desktop-path by default.  (Bug#15319)
529         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
530         now that text mode has a menu with the same entry.
531         (menu-bar-text-mode-auto-fill): Remove now unused func.
532         * textmodes/text-mode.el (text-mode-map):
533         Use auto-fill help text from menu-bar.el.
535 2013-10-10  John Anthony  <john@jo.hnanthony.com>  (tiny change)
537         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
539 2013-10-09  Juri Linkov  <juri@jurta.org>
541         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
542         instead of this-command-keys.  Add universal-argument-more and
543         universal-argument-minus to the list of prefix commands.  (Bug#15568)
545 2013-10-09  Glenn Morris  <rgm@gnu.org>
547         * vc/vc-svn.el (vc-svn-create-repo):
548         Expand paths in file://... url.  (Bug#15446)
550         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
551         Add some entries.
552         (authors): Remove unused local variables.
554 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * profiler.el: Create a more coherent calltree from partial backtraces.
557         (profiler-format): Hide the tail with `invisible' so that C-s can still
558         find the hidden elements.
559         (profiler-calltree-depth): Don't recurse so enthusiastically.
560         (profiler-function-equal): New hash-table-test.
561         (profiler-calltree-build-unified): New function.
562         (profiler-calltree-build): Use it.
563         (profiler-report-make-name-part): Indent the calltree less.
564         (profiler-report-mode): Add visibility specs for profiler-format.
565         (profiler-report-expand-entry, profiler-report-toggle-entry):
566         Expand the whole subtree when provided with a prefix arg.
568 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
570         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
571         iuwu-mod token.
572         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
573         hanging iuwu-mod token.
574         (ruby-smie--forward-token): Do not include a dot after a token in
575         that token.
576         (ruby-smie--backward-token): Likewise.
578 2013-10-08  Juri Linkov  <juri@jurta.org>
580         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
581         to isearch-other-control-char.
582         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
583         and isearch-post-command-hook to post-command-hook.
584         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
585         and isearch-post-command-hook from post-command-hook.
586         (isearch-unread-key-sequence)
587         (isearch-reread-key-sequence-naturally)
588         (isearch-lookup-scroll-key, isearch-other-control-char)
589         (isearch-other-meta-char): Remove functions.
590         (isearch-pre-command-hook, isearch-post-command-hook):
591         New functions based on isearch-other-meta-char rewritten
592         relying on the new behavior of overriding-terminal-local-map
593         that does not replace the local keymaps any more.  (Bug#15200)
595 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
597         Support menus on text-mode terminals.
598         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
599         functionality.
601         * tooltip.el (tooltip-mode): Don't error out on TTYs.
603         * menu-bar.el (popup-menu, popup-menu-normalize-position):
604         Move here from mouse.el.
605         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
606         and arrow keys.
607         (tty-menu-navigation-map): New map for TTY menu navigation.
609         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
611         * frame.el (display-mouse-p): Report text-mode mouse as available
612         on w32.
613         (display-popup-menus-p): Report availability if mouse is
614         available; don't condition on window-system.
616         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
617         (tty-menu-selected-face): New faces.
619 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
622         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
623         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
624         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
625         New constants.
626         (lisp-mode-variables): New `elisp' argument.
627         (emacs-lisp-mode): Use it.
628         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
629         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
631         * indent.el: Use lexical-binding.
632         (indent-region): Add progress reporter.
633         (tab-stop-list): Make it implicitly extend to infinity by repeating the
634         last step.
635         (indent--next-tab-stop): New function to implement this behavior.
636         (tab-to-tab-stop, move-to-tab-stop): Use it.
638 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
640         * indent.el (indent-rigidly--current-indentation): New function.
641         (indent-rigidly-map): New var.
642         (indent-rigidly): Use it to provide interactive mode (bug#8196).
644 2013-10-08  Bastien Guerry  <bzg@gnu.org>
646         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
648 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
650         * progmodes/perl-mode.el: Use lexical-binding.
651         Remove redundant :group args.
652         (perl-nochange): Change default to be closer to other major modes's
653         standard behavior.
654         (perl-indent-line): Don't consider text on current line as a
655         valid beginning of function from which to indent.
657         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
658         with more than one argument (bug#15538).
660         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
662         * vc/pcvs.el: Use lexical-binding.
663         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
664         environment of `eval'.
665         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
666         than a list of expressions.  Adjust callers.
667         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
669 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
671         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
672         case of the dot in a chained method call being on the following line.
674 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * electric.el (electric-indent-inhibit): New var.
677         (electric-indent-post-self-insert-function): Use it.
678         * progmodes/python.el (python-mode): Set it.
680         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
681         open braces.
683         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
685         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
686         (css-mode): Use electric-indent-chars.
688         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
689         (font-lock-beg, font-lock-end): Move before first use.
690         (nxml-mode): Use syntax-propertize-function.
691         (nxml-after-change, nxml-after-change1): Adjust accordingly.
692         (nxml-extend-after-change-region): Remove.
693         * nxml/xmltok.el: Use lexical-binding.
694         (xmltok-save): Use `declare'.
695         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
696         * nxml/nxml-util.el: Use lexical-binding.
697         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
698         Use `declare'.
699         * nxml/nxml-ns.el: Use lexical-binding.
700         (nxml-ns-save): Use `declare'.
701         (nxml-ns-prefixes-for): Avoid add-to-list.
702         * nxml/rng-match.el: Use lexical-binding.
703         (rng--ipattern): Use cl-defstruct.
704         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
705         (rng-cons-group-after, rng-subst-group-after)
706         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
707         Use closures instead of `(lambda...).
709 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
711         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
712         of BEG and END.
714         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
715         Use `tramp-handle-insert-file-contents'.
716         (tramp-gvfs-handle-insert-file-contents): Remove function.
718         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
719         Use `save-restriction' in order to keep markers.
721         * net/trampver.el: Update release number.
723 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * progmodes/compile.el (compilation-parse-errors):
726         Use compilation--put-prop.
727         (compilation--ensure-parse): Check compilation-multiline.
729         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
731         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
732         lexical-binding.
734         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
736         * progmodes/ruby-mode.el: Fix recently added tests.
737         (ruby-smie-grammar): Add - and +.
738         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
739         (ruby-smie--backward-id): New functions.
740         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
741         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
742         any more.
744 2013-10-07  Leo Liu  <sdl.web@gmail.com>
746         * register.el (register-preview-delay)
747         (register-preview-functions): New variables.
748         (register-read-with-preview, register-preview)
749         (register-describe-oneline): New functions.
750         (point-to-register, window-configuration-to-register)
751         (frame-configuration-to-register, jump-to-register)
752         (number-to-register, view-register, insert-register)
753         (copy-to-register, append-to-register, prepend-to-register)
754         (copy-rectangle-to-register): Use register-read-with-preview to
755         read register.  (Bug#15525)
757 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
759         * net/network-stream.el (network-stream-open-starttls): Don't add
760         --insecure if it's already present, because that gnutls-cli
761         rejects getting that parameter twice.
763 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
765         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
766         keyword, too.
768 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
770         * newcomment.el (comment-use-global-state): Change default value
771         to t, mark obsolete (Bug#15251).
772         (comment-beginning): In addition to `comment-to-syntax', check the
773         value of `comment-use-global-state'.
775 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
778         (ruby-comment-column): Follow the global default, by default.
779         (ruby-smie-grammar): Add assignment syntax.
780         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
781         open-paren, a comma, or a \.
782         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
783         and line continuations.
784         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
785         followed by implicit semi-colons.  Add rule for string concatenation
786         and for indentation at BOB.
787         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
789         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
790         calling next-sexp, since next-token may have skipped chars which
791         next-sexp doesn't know should be skipped!
793 2013-10-05  Leo Liu  <sdl.web@gmail.com>
795         * progmodes/octave.el (octave-send-region):
796         Call compilation-forget-errors.
798 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
800         * vc/vc-svn.el (vc-svn-find-admin-dir):
801         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
802         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
803         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
804         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
806 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
810 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * subr.el (read-passwd): Hide chars even when called within a context
813         where after-change-functions is disabled (bug#15501).
814         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
815         until we removed ourself from overriding-terminal-local-map.
817 2013-10-04  Leo Liu  <sdl.web@gmail.com>
819         * progmodes/octave.el (inferior-octave-mode):
820         Call compilation-forget-errors.
822 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
824         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
826 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
828         * net/secrets.el (secrets-create-collection): Add optional
829         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
830         dbus-call-method argument.  (Bug#15516)
832 2013-10-04  Leo Liu  <sdl.web@gmail.com>
834         * progmodes/octave.el (inferior-octave-error-regexp-alist)
835         (inferior-octave-compilation-font-lock-keywords): New variables.
836         (compilation-error-regexp-alist)
837         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
838         (inferior-octave-mode): Use compilation-shell-minor-mode.
840 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
842         * minibuffer.el (completion--replace): Be careful that `end' might be
843         a marker.
845 2013-10-03  Daiki Ueno  <ueno@gnu.org>
847         Add support for package signature checking.
848         * emacs-lisp/package.el (url-http-file-exists-p)
849         (epg-make-context, epg-context-set-home-directory)
850         (epg-verify-string, epg-context-result-for)
851         (epg-signature-status, epg-signature-to-string)
852         (epg-check-configuration, epg-configuration)
853         (epg-import-keys-from-file): Declare.
854         (package-check-signature): New user option.
855         (package-unsigned-archives): New user option.
856         (package-desc): Add `signed' field.
857         (package-load-descriptor): Set `signed' field if .signed file exists.
858         (package--archive-file-exists-p): New function.
859         (package--check-signature): New function.
860         (package-install-from-archive): Check package signature.
861         (package--download-one-archive): Check archive signature.
862         (package-delete): Remove .signed file.
863         (package-import-keyring): New command.
864         (package-refresh-contents): Import default keyring.
865         (package-desc-status): Add "unsigned" status.
866         (describe-package-1, package-menu--print-info)
867         (package-menu-mark-delete, package-menu--find-upgrades)
868         (package-menu--status-predicate): Support "unsigned" status.
870 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
873         the new compilation scheme using the new byte-codes.
875         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
876         (byte-pophandler): New byte codes.
877         (byte-goto-ops): Adjust accordingly.
878         (byte-compile--use-old-handlers): New var.
879         (byte-compile-catch): Use new byte codes depending on
880         byte-compile--use-old-handlers.
881         (byte-compile-condition-case--old): Rename from
882         byte-compile-condition-case.
883         (byte-compile-condition-case--new): New function.
884         (byte-compile-condition-case): New function that dispatches depending
885         on byte-compile--use-old-handlers.
886         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
887         when we can.
889         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
890         Optimize under `condition-case' and `catch' if
891         byte-compile--use-old-handlers is nil.
892         (disassemble-offset): Handle new bytecodes.
894 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * subr.el (error): Use `declare'.
897         (decode-char, encode-char): Use advertised-calling-convention instead
898         of the docstring to discourage use of the `restriction' arg.
900 2013-10-03  Daiki Ueno  <ueno@gnu.org>
902         * epg.el (epg-verify-file): Add a comment saying that it does not
903         notify verification error as a return value nor a signal.
904         (epg-verify-string): Ditto.
906 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
908         * progmodes/compile.el (compilation-start): Try globbing the arg to
909         `cd' (bug#15417).
911 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
913         Sync with Tramp 2.2.8.
915         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
916         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
917         * net/trampver.el: Update release number.
919 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
921         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
922         and default-process-coding-system for darwin only.
924 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
928 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
930         * vc/vc-git.el (vc-git-grep): Disable pager.
932 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
934         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
935         Use :url instead of :homepage, as per
936         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
938         * newcomment.el (comment-beginning): When `comment-use-syntax' is
939         non-nil, use `syntax-ppss' (Bug#15251).
941 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
943         * progmodes/octave.el (inferior-octave-startup-file):
944         Prefer ~/.emacs.d/init_octave.m.
946 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
948         * emacs-lisp/package.el (package-desc-from-define):
949         Accept additional arguments as plist, convert them to an alist and store
950         them in the `extras' slot.
951         (package-generate-description-file): Convert extras alist back to
952         plist and append to the `define-package' form arguments.
953         (package--alist-to-plist): New function.
954         (package--ac-desc): Add `extras' slot.
955         (package--add-to-archive-contents): Check if the archive-contents
956         vector is long enough, and if it is, pass its `extras' slot value
957         to `package-desc-create'.
958         (package-buffer-info): Call `lm-homepage', pass the returned value
959         to `package-desc-from-define'.
960         (describe-package-1): Render the homepage button (Bug#13291).
962         * emacs-lisp/package-x.el (package-upload-buffer-internal):
963         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
965 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
967         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
968         and default-process-coding-system to utf-8-unix (Bug#15402).
970 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
972         * subr.el (looking-back): Do not recommend using looking-back.
974 2013-09-28  Alan Mackenzie  <acm@muc.de>
976         Fix indentation/fontification of Java enum with "implements".
978         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
979         regexp which matches "implements", etc., in Java.
980         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
981         specifier clauses coming after "enum".
982         * progmodes/cc-fonts.el (c-font-lock-declarations)
983         (c-font-lock-enum-tail): Check for extra specifier clauses coming
984         after "enum".
986 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
988         * faces.el (region): Change ns_selection_color to
989         ns_selection_fg_color, add ns_selection_bg_color.
991 2013-09-28  Leo Liu  <sdl.web@gmail.com>
993         * progmodes/octave.el (inferior-octave-completion-table)
994         (inferior-octave-completion-at-point): Minor tweaks.
996         * textmodes/ispell.el (ispell-lookup-words): Rename from
997         lookup-words.  (Bug#15460)
998         (lookup-words): Obsolete.
999         (ispell-complete-word, ispell-command-loop): All uses changed.
1001 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1003         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1004         (octave-mode-menu): Add octave-send-buffer.
1005         (octave-send-buffer): New function.
1007 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1009         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1010         octave-lookfor.
1011         (octave-mode-menu): Add octave-lookfor.
1012         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1013         octave-lookfor.
1014         (octave-lookfor): New function.
1016 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1018         * emacs-lisp/cl-macs.el:
1019         (cl--loop-destr-temps): Remove.
1020         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1021         its convention.
1022         (cl--loop-set-iterator-function): New function.
1023         (cl-loop): Adjust accordingly, so as not to use cl-subst.
1024         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1025         Bind `it' with `let' instead of substituting it with `cl-subst'.
1026         (cl--unused-var-p): New function.
1027         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1028         Eliminate some unused variable warnings (bug#15326).
1030 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
1032         * doc-view.el (doc-view-scale-reset): Rename from
1033         `doc-view-reset-zoom-level'.
1034         (doc-view-scale-adjust): New command.
1035         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1036         `doc-view-scale-adjust'.
1038 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
1040         * doc-view.el (doc-view-reset-zoom-level): New command.
1041         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1042         zoom commands (bug#15466).
1044 2013-09-26  Kenichi Handa  <handa@gnu.org>
1046         * international/quail.el (quail-help): Make it not a command.
1048 2013-09-26  Leo Liu  <sdl.web@gmail.com>
1050         * minibuffer.el (completion-all-sorted-completions): Make args
1051         optional as they are.
1053 2013-09-25  Daniel Colascione  <dancol@dancol.org>
1055         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1056         specs are and that they're not evaluated.
1058 2013-09-24  Sam Steingold  <sds@gnu.org>
1060         * midnight.el (clean-buffer-list-kill-regexps)
1061         (clean-buffer-list-kill-buffer-names): Update for the new Man
1062         buffer naming which includes the object name.
1064 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * eshell/esh-cmd.el (eshell--sep-terms): New var.
1067         (eshell-parse-command, eshell-parse-pipeline): Use it since
1068         eshell-separate-commands requires a dynamic scoped var.
1069         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1071 2013-09-23  Leo Liu  <sdl.web@gmail.com>
1073         * autoinsert.el (auto-insert-alist): Make the value of
1074         lexical-binding match its file setting.
1076 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
1078         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1080         * autoarg.el (autoarg-kp-digit-argument):
1081         * electric.el (Electric-command-loop):
1082         * kmacro.el (kmacro-step-edit-insert):
1083         Do not set universal-argument-num-events.
1085 2013-09-22  Leo Liu  <sdl.web@gmail.com>
1087         * files.el (interpreter-mode-alist): Add octave.
1089 2013-09-21  Alan Mackenzie  <acm@muc.de>
1091         C++: fontify identifier in declaration following "public:" correctly.
1092         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1093         to match "public", etc.
1094         (c-decl-prefix-re): Add ":" into the C++ value.
1095         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1096         bit.  Add a check for a ":" preceded by "public", etc.
1098 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
1100         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1101         recognized by GDB 7.5 and later.
1103 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
1105         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1107 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * subr.el (internal--call-interactively): New const.
1110         (called-interactively-p): Use it (bug#3984).
1112 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
1114         * vc/pcvs.el (cvs-mode-ignore):
1115         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1116         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1118 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1120         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
1121         (eshell-ls-orig-insert-directory): Remove.
1122         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
1123         (eshell-ls-use-in-dired): Use advice-add/remove.
1124         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1125         Add `orig-fun' arg for use in :around advice.
1126         Make it check (redundantly) eshell-ls-use-in-dired.
1128 2013-09-19  Glenn Morris  <rgm@gnu.org>
1130         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1132         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1134         * emacs-lisp/eieio.el (class-parent): Undo previous change.
1136 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
1138         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1139         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1140         (tramp-get-remote-python): New defuns.
1141         (tramp-get-remote-uid-with-perl)
1142         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
1143         contributed by yary <not.com@gmail.com> (tiny change).
1144         (tramp-get-remote-uid-with-python)
1145         (tramp-get-remote-gid-with-python): New defuns.  Python code
1146         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1147         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1149 2013-09-19  Glenn Morris  <rgm@gnu.org>
1151         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1153         * eshell/em-unix.el (eshell-remove-entries):
1154         Rename argument to avoid name-clash with global `top-level'.
1156         * eshell/esh-proc.el (eshell-kill-process-function):
1157         Remove eshell-reset-after-proc from eshell-kill-hook if present.
1158         (eshell-reset-after-proc): Remove unused arg `proc'.
1160         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1161         (directory-files-and-attributes): Mark unused arg.
1163         * eshell/em-unix.el (eshell-remove-entries):
1164         Remove unused arg `path'.  Update callers.
1166         * eshell/em-hist.el (eshell-hist-parse-arguments):
1167         Remove unused arg `silent'.  Update callers.
1169         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1170         Fix (f)boundp mix-up.
1172         * eshell/em-smart.el (eshell-smart-scroll-window)
1173         (eshell-disable-after-change):
1174         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1176 2013-09-18  Alan Mackenzie  <acm@muc.de>
1178         Fix fontification of type when followed by "const".
1179         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1180         "known" types from fontification.
1182 2013-09-18  Glenn Morris  <rgm@gnu.org>
1184         * emacs-lisp/chart.el (x-display-color-cells): Declare.
1185         (chart-face-list): Drop Emacsen without display-color-p.
1187         * net/eww.el (libxml-parse-html-region): Declare.
1188         (eww-display-html): Explicit error if no libxml2 support.
1190         * doc-view.el (doc-view-mode): Silence --without-x compilation.
1192         * image.el (image-type-from-buffer, image-multi-frame-p):
1193         Remove --without-x warning/error.
1195         * mouse.el (mouse-yank-primary):
1196         * term.el (term-mouse-paste):
1197         Reorder to silence --without-x compilation.
1199         * mpc.el (doc-view-mode): Silence --without-x compilation.
1201         * mail/rmailmm.el (rmail-mime-set-bulk-data):
1202         Silence --without-x compilation.
1204         * progmodes/gud.el (gud-find-file, gud-mode):
1205         Silence --without-x compilation.
1206         (tooltip-mode): Declare.
1208         * wdired.el (dired-backup-overwrite): Remove declaration.
1209         (wdired-mode-map): Add doc string.
1211         * custom.el (x-get-resource): Declare.
1213         * eshell/em-glob.el (ange-cache):
1214         * eshell/em-unix.el (ange-cache): Declare.
1216         * faces.el (x-display-list, x-open-connection, x-get-resource):
1217         Declare.
1219         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1220         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1221         Declare.
1223         * frame.el (x-display-grayscale-p, x-display-name): Declare.
1225         * net/gnutls.el (gnutls-log-level): Declare.
1227         * net/shr.el (image-size, image-animate): Declare.
1229         * simple.el (font-info): Declare.
1231         * subr.el (x-popup-dialog): Declare.
1233         * term/common-win.el (x-select-enable-primary)
1234         (x-last-selected-text-primary, x-last-selected-text-clipboard):
1235         Declare.
1237         * term/ns-win.el (x-handle-args): Declare.
1239         * term/x-win.el (x-select-enable-clipboard): Declare.
1241         * term/w32-win.el (create-default-fontset): Declare.
1243         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1244         Declare.
1246         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1247         (fit-frame-to-buffer): Explicit error if --without-x.
1248         (mouse-autoselect-window-select): Silence compiler.
1250         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1252         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1253         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1254         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1255         * eshell/esh-util.el (eshell-sublist):
1256         Remove unused local variables.
1258         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1260         * textmodes/two-column.el: Make 2C-split work for --without-x.
1261         (scroll-bar-columns): Autoload.
1262         (top-level): Require fringe when compiling.
1264 2013-09-18  Leo Liu  <sdl.web@gmail.com>
1266         * subr.el (add-hook): Robustify to handle closure as well.
1268 2013-09-17  Glenn Morris  <rgm@gnu.org>
1270         * simple.el (messages-buffer-mode-map): Unbind "g".
1272 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1274         * help-mode.el (help-mode-finish): Use derived-mode-p.
1275         Remove obsolete highlighting.
1277         * play/life.el (life-mode): Use define-derived-mode.  Derive from
1278         special-mode.
1279         (life): Let-bind inhibit-read-only.
1280         (life-setup): Avoid `setq'.  Use `life-mode'.
1282         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1283         which should not be needed any more.
1284         (package-menu-refresh, package-menu-describe-package): Use user-error.
1286         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1287         (eshell-post-rewrite-command-hook): Make obsolete.
1288         (eshell-parse-command): Simplify.
1289         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1290         (eshell--cmd): Declare.
1291         (eshell-parse-pipeline): Remove unused var `final-p'.
1292         Pass a dynvar to eshell-post-rewrite-command-hook.
1293         Implement the new eshell-post-rewrite-command-function.
1294         (eshell-invoke-directly): Remove unused arg `input'.
1295         * eshell/esh-io.el (eshell-io-initialize):
1296         Use eshell-post-rewrite-command-function (bug#15399).
1297         (eshell--apply-redirections): Rename from eshell-apply-redirections;
1298         adjust to new calling convention.
1299         (eshell-create-handles): Rename args to avoid clashing with dynvar
1300         `standard-output'.
1302 2013-09-17  Glenn Morris  <rgm@gnu.org>
1304         * simple.el (messages-buffer-mode): New major mode.
1305         (messages-buffer): New function.
1306         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1307         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
1308         (ert-run-test): Use `messages-buffer' function.
1309         (ert--force-message-log-buffer-truncation): Ignore read-only.
1310         * help.el (view-echo-area-messages): Use `messages-buffer' function.
1311         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
1313 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1317         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1319 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         * icomplete.el (icomplete-in-buffer): New var.
1322         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1323         vars and replace them with functions.
1324         (icomplete-minibuffer-setup): Adjust accordingly.
1325         (icomplete--completion-table, icomplete--completion-predicate)
1326         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1327         New functions.
1328         (icomplete-forward-completions, icomplete-backward-completions)
1329         (icomplete-simple-completing-p, icomplete-exhibit)
1330         (icomplete-completions): Use them.
1331         (icomplete--in-region-buffer): New var.
1332         (icomplete--in-region-setup): New function.
1333         (icomplete-mode): Use it.
1335         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1336         (bug#15379).
1337         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1338         return args and options.
1339         (eshell-eval-using-options): Use the new return value of
1340         eshell--do-opts to set the options's vars in their scope.
1341         (eshell--set-option): Rename from eshell-set-option.
1342         Add arg `opt-vals'.
1343         (eshell--process-option): Rename from eshell-process-option.
1344         Add arg `opt-vals'.
1345         (eshell--process-args): Use an `opt-vals' alist to store the options's
1346         values during their processing and return them additionally to the
1347         remaining args.
1349 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
1351         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1352         continuation character an operator, as far as indentation is
1353         concerned (Bug#15369).
1355 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
1357         * window.el (window--state-put-2): Don't process buffer state
1358         when buffer doesn't exist any more (Bug#15382).
1360 2013-09-15  Glenn Morris  <rgm@gnu.org>
1362         * eshell/em-unix.el (eshell/rm):
1363         Make -f ignore missing files.  (Bug#15373)
1365         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
1366         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1367         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1369 2013-09-14  Glenn Morris  <rgm@gnu.org>
1371         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1373 2013-09-13  Glenn Morris  <rgm@gnu.org>
1375         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1376         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
1378 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
1380         * frame.el (x-focus-frame): Mark as declared in frame.c.
1382 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1384         * ls-lisp.el: Use advice-add.
1385         (original-insert-directory): Remove.
1386         (ls-lisp--insert-directory): Rename from insert-directory; add
1387         `orig-fun' argument.
1388         (insert-directory): Advise.
1390 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
1392         * term.el (term-emulate-terminal): Decode the command string
1393         before passing it to term-command-hook.  (Bug#15337)
1395 2013-09-13  Glenn Morris  <rgm@gnu.org>
1397         * eshell/esh-util.el (ange-cache): Move declaration earlier.
1399         * eshell/esh-ext.el (eshell-search-path): Declare.
1401         * eshell/em-prompt.el (eshell/pwd): Autoload it.
1402         Otherwise an error occurs if eshell-dirs module not loaded.
1404         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1406 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
1408         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1409         `tramp-check-proper-host'.  Check for a valid method name.
1411         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1412         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1413         * net/tramp-sh.el (tramp-maybe-open-connection):
1414         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1416         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1417         also for hash values.
1419 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1421         * term/ns-win.el (parameters): Don't declare as dynamic.
1422         (before-make-frame-hook): Don't add ineffective function.
1424         * eshell/*.el: Use lexical-binding (bug#15231).
1426 2013-09-12  Kenichi Handa  <handa@gnu.org>
1428         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
1430 2013-09-12  Glenn Morris  <rgm@gnu.org>
1432         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
1433         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
1435         * subr.el (do-after-load-evaluation): Also give compiler warnings
1436         when obsolete files are used (except by obsolete files).
1438         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1439         in the status output, assume `filename' is the first.  (Bug#15322)
1441         * vc/vc.el (vc-deduce-fileset): Doc fix.
1443         * calc/calc-help.el (Info-goto-node):
1444         * progmodes/cperl-mode.el (Info-find-node):
1445         * vc/ediff.el (Info-goto-node): Update declarations.
1447         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1449         * vc/vc-bzr.el (vc-compilation-mode): Declare.
1450         (vc-bzr-pull): Require vc-dispatcher.
1451         * vc/vc-git.el (vc-compilation-mode): Declare.
1452         (vc-git-pull): Require vc-dispatcher.
1454         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1456         * progmodes/octave.el (help-button-action): Declare.
1458         * shell.el (shell-directory-tracker): Output error as a message
1459         rather than just returning it as a string.
1460         (shell-process-pushd): Remove useless use of message.
1462         * dframe.el (dframe-timer-fn):
1463         * files.el (dir-locals-read-from-file):
1464         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1465         (mpc-format):
1466         * reveal.el (reveal-post-command):
1467         * saveplace.el (load-save-place-alist-from-file):
1468         * shell.el (shell-resync-dirs):
1469         * w32-common-fns.el (x-get-selection-value):
1470         * emacs-lisp/copyright.el (copyright-find-copyright):
1471         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1472         * emulation/tpu-edt.el (tpu-copy-keyfile):
1473         * play/bubbles.el (bubbles--mark-neighbourhood):
1474         * progmodes/executable.el
1475         (executable-make-buffer-file-executable-if-script-p):
1476         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1478 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         Cleanup Eshell to rely less on dynamic scoping.
1481         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1482         last-value, and ext-command here.  Bind `args' closer to `body'.
1483         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1484         (eshell--args): Declare new dynamic var.
1485         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
1486         last-value, and ext-command.  Pass `args' to `body'.
1487         (eshell-process-args): Bind eshell--args.
1488         (eshell-set-option): Use eshell--args.
1489         * eshell/eshell.el (eshell): Use derived-mode-p.
1490         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1491         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1492         (eshell-glob-function): Declare.
1493         * eshell/esh-util.el: Require cl-lib.
1494         (eshell-read-hosts-file): Avoid add-to-list.
1495         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1496         `err'.
1497         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1498         Declare.
1499         (eshell/diff): Remove unused var `err'.
1500         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1501         `killflag'.
1502         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1503         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1504         first use.
1505         * eshell/em-glob.el (eshell-glob-matches, message-shown):
1506         Move declaration before first use.
1507         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1508         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1509         rely on cl-return.
1511 2013-09-12  Glenn Morris  <rgm@gnu.org>
1513         * term/ns-win.el (global-map): Remove binding for ispell-next,
1514         deleted 1999-05-29.  (Bug#15357)
1516 2013-09-11  Glenn Morris  <rgm@gnu.org>
1518         * echistory.el (electric-command-history): Remove call to deleted func.
1520         * play/landmark.el (landmark-mode): Fix typos.
1522         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1523         Check cvs-sort-ignore-file is bound.
1525         * savehist.el: No need for cl when compiling on Emacs.
1527 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1529         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1530         (bug#15338).
1531         (eshell-self-insert-command, eshell-send-invisible):
1532         Remove unused argument.
1533         (eshell-handle-control-codes): Remove unused var `orig'.
1534         Avoid delete-backward-char.
1536         * files.el (set-auto-mode): Simplify a bit further.
1538 2013-09-11  Glenn Morris  <rgm@gnu.org>
1540         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1541         (set-auto-mode): Don't regexp-quote elements.
1542         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1543         * progmodes/cc-mode.el (interpreter-mode-alist):
1544         * progmodes/ruby-mode.el (interpreter-mode-alist):
1545         Revert previous change.
1547 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * play/snake.el (snake-mode):
1550         * play/mpuz.el (mpuz-mode):
1551         * play/landmark.el (lm-mode):
1552         * play/blackbox.el (blackbox-mode):
1553         * play/5x5.el (5x5-mode):
1554         * obsolete/options.el (Edit-options-mode):
1555         * net/quickurl.el (quickurl-list-mode):
1556         * net/newst-treeview.el (newsticker-treeview-mode):
1557         * mail/rmailsum.el (rmail-summary-mode):
1558         * mail/mspools.el (mspools-mode):
1559         * locate.el (locate-mode):
1560         * ibuffer.el (ibuffer-mode):
1561         * emulation/ws-mode.el (wordstar-mode):
1562         * emacs-lisp/debug.el (debugger-mode):
1563         * array.el (array-mode):
1564         * net/eudc.el (eudc-mode): Use define-derived-mode.
1565         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1566         Move initialization into declaration.
1567         (mairix-searches-mode): Use define-derived-mode.
1568         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1569         (eudc-edit-hotlist): Use dolist.
1570         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1571         (Man-mode): Use define-derived-mode.
1572         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1573         (Info-edit-mode): Use define-derived-mode.
1574         (Info-cease-edit): Use Info-mode.
1575         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1576         into declaration.
1577         (eshell-mode): Use define-derived-mode.
1578         * chistory.el (command-history-mode-map): Rename from
1579         command-history-map.
1580         (command-history-mode): Use define-derived-mode.
1581         (Command-history-setup): Remove function.
1582         * calc/calc.el (calc-trail-mode-map): New var.
1583         (calc-trail-mode): Use define-derived-mode.
1584         (calc-trail-buffer): Set calc-main-buffer manually.
1585         * bookmark.el (bookmark-insert-annotation): New function.
1586         (bookmark-edit-annotation): Use it.
1587         (bookmark-edit-annotation-mode): Make it a proper major mode.
1588         (bookmark-send-edited-annotation): Use derived-mode-p.
1589         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1590         closer to its ideal place.  Use \' to match EOS.
1592         * profiler.el (profiler-calltree-find): Use function-equal.
1594 2013-09-10  Glenn Morris  <rgm@gnu.org>
1596         * files.el (interpreter-mode-alist): Convert to regexps.
1597         (set-auto-mode): Adapt for this.  (Bug#15306)
1598         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1599         Comment out unused variable.
1600         * progmodes/cc-mode.el (interpreter-mode-alist):
1601         * progmodes/python.el (interpreter-mode-alist):
1602         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1603         * progmodes/sh-script.el (sh-set-shell):
1604         No longer use interpreter-mode-alist to get list of shells.
1606         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1608 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1610         * simple.el: Use set-temporary-overlay-map for universal-argument.
1611         (universal-argument-map): Don't use default-bindings (bug#15317).
1612         Bind switch-frame explicitly.  Replace universal-argument-minus with
1613         a conditional binding.
1614         (universal-argument-num-events, saved-overriding-map): Remove.
1615         (restore-overriding-map): Remove.
1616         (universal-argument--mode): Rename from save&set-overriding-map,
1617         and rewrite.
1618         (universal-argument, universal-argument-more, negative-argument)
1619         (digit-argument): Adjust accordingly.
1620         (universal-argument-minus): Remove.
1621         (universal-argument-other-key): Remove.
1623         * subr.el (with-demoted-errors): Add `format' argument.
1625 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
1627         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
1628         `tramp-cleanup-connection'.
1630         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1631         parameters KEEP-DEBUG and KEEP-PASSWORD.
1633         * net/tramp.el (tramp-file-name-handler):
1634         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1635         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1636         (tramp-maybe-open-connection):
1637         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1638         Use `tramp-cleanup-connection'.
1640         * net/tramp-sh.el (tramp-maybe-open-connection):
1641         Catch 'uname-changed inside the progress reporter.
1643 2013-09-10  Glenn Morris  <rgm@gnu.org>
1645         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
1647         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1648         returns "alternate access method" in mode (eg "-rw-r--r--.").
1650 2013-09-08  Glenn Morris  <rgm@gnu.org>
1652         * saveplace.el (load-save-place-alist-from-file):
1653         Demote errors.  (Bug#15305)
1655 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
1657         Improve compatibility with older Emacsen, and XEmacs.
1659         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1660         only if it is bound.  It isn't for XEmacs.
1661         (with-tramp-progress-reporter): Do not let-bind `result'.
1662         This yields to scoping errors in XEmacs.
1663         (tramp-handle-make-auto-save-file-name): New function, moved from
1664         tramp-sh.el.
1666         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1667         for `make-auto-save-file-name'.
1668         (tramp-adb--gnu-switches-to-ash):
1669         Use `tramp-compat-replace-regexp-in-string'.
1671         * net/tramp-cache.el (tramp-cache-print): Call
1672         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
1674         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1675         bound.  It isn't for XEmacs.
1677         * net/tramp-compat.el (tramp-compat-copy-file):
1678         Catch `wrong-number-of-arguments' error.
1679         (tramp-compat-replace-regexp-in-string): New defun.
1681         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1682         for `make-auto-save-file-name'.
1683         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1684         `copy-file'.
1685         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1686         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1687         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1689         * net/tramp-gw.el (tramp-gw-open-network-stream):
1690         Use `tramp-compat-replace-regexp-in-string'.
1692         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1693         Call `tramp-handle-make-auto-save-file-name'.
1694         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1695         (tramp-sh-file-gvfs-monitor-dir-process-filter)
1696         (tramp-sh-file-inotifywait-process-filter):
1697         Use `tramp-compat-replace-regexp-in-string'.
1698         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1700         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1701         for `make-auto-save-file-name'.
1702         (tramp-smb-handle-copy-directory):
1703         Call `tramp-compat-replace-regexp-in-string'.
1704         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1705         (tramp-smb-handle-copy-file): Improve error message.
1706         (tramp-smb-handle-rename-file): Rename directly only in case
1707         `newname' does not exist yet.  This is a restriction of smbclient.
1708         (tramp-smb-maybe-open-connection): Rerun the function only when
1709         `auth-sources' is non-nil.
1711 2013-09-08  Kenichi Handa  <handa@gnu.org>
1713         * international/characters.el: Set category "^" (Combining) for
1714         more characters.
1716 2013-09-07  Alan Mackenzie  <acm@muc.de>
1718         Correctly fontify Java class constructors.
1719         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1720         in Java Mode.
1721         (c-recognize-typeless-decls): Set the Java value to t.
1722         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1723         While handling a "(", add a check for, effectively, Java, and handle a
1724         "typeless" declaration there.
1726 2013-09-07  Roland Winkler  <winkler@gnu.org>
1728         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1729         field subtitle for entry type book.
1731 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1733         * minibuffer.el: Make minibuffer-complete call completion-in-region
1734         rather than other way around.
1735         (completion--some, completion-pcm--find-all-completions):
1736         Don't delay signals when debugging.
1737         (minibuffer-completion-contents): Beware fields within the
1738         minibuffer contents.
1739         (completion-all-sorted-completions): Use defvar-local.
1740         (completion--do-completion, completion--cache-all-sorted-completions)
1741         (completion-all-sorted-completions, minibuffer-force-complete):
1742         Add args `beg' and `end'.
1743         (completion--in-region-1): New fun, extracted from minibuffer-complete.
1744         (minibuffer-complete): Use completion-in-region.
1745         (completion-complete-and-exit): New fun, extracted from
1746         minibuffer-complete-and-exit.
1747         (minibuffer-complete-and-exit): Use it.
1748         (completion--complete-and-exit): Rename from
1749         minibuffer--complete-and-exit.
1750         (completion-in-region--single-word): New function, extracted from
1751         minibuffer-complete-word.
1752         (minibuffer-complete-word): Use it.
1753         (display-completion-list): Make `common-substring' argument obsolete.
1754         (completion--in-region): Call completion--in-region-1 instead of
1755         minibuffer-complete.
1756         (completion-help-at-point): Pass boundaries to
1757         minibuffer-completion-help as args rather than via an overlay.
1758         (completion-pcm--string->pattern): Use `any-delim'.
1759         (completion-pcm--optimize-pattern): New function.
1760         (completion-pcm--pattern->regex): Handle `any-delim'.
1761         * icomplete.el (icomplete-forward-completions)
1762         (icomplete-backward-completions, icomplete-completions):
1763         Adjust calls to completion-all-sorted-completions and
1764         completion--cache-all-sorted-completions.
1765         (icomplete-with-completion-tables): Default to t.
1766         * emacs-lisp/crm.el (crm--current-element): Rename from
1767         crm--select-current-element.  Don't put an overlay but return the
1768         boundaries instead.
1769         (crm--completion-command): Take two new args to bind to the boundaries.
1770         (crm-completion-help): Adjust accordingly.
1771         (crm-complete): Use completion-in-region.
1772         (crm-complete-word): Use completion-in-region--single-word.
1773         (crm-complete-and-exit): Use completion-complete-and-exit.
1775 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1777         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1778         than dynamically.
1780 2013-09-06  Juri Linkov  <juri@jurta.org>
1782         * info.el (Info-display-images-node): When image file doesn't exist
1783         display text version of the image if it's provided in the Info file.
1784         Otherwise, display the location of missing image from SRC attribute.
1785         Add help-echo text property from ALT attribute.  (Bug#15279)
1787 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1790         (edit-abbrevs-mode): Use define-derived-mode.
1792         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1793         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1794         that it's defined.
1795         (epa-key-list-mode, epa-key-mode, epa-info-mode):
1796         Use define-derived-mode.
1798         * epg.el (epg-start-encrypt): Minor CSE simplification.
1800 2013-09-06  William Xu  <william.xwl@gmail.com>
1802         * arc-mode.el: Add support for 7za (bug#15264).
1803         (archive-7z-program): New var.
1804         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1805         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1806         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1808 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
1810         Remove URL syntax.
1812         * net/tramp.el (tramp-syntax, tramp-prefix-format)
1813         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1814         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1815         (tramp-postfix-host-format, tramp-file-name-regexp)
1816         (tramp-completion-file-name-regexp)
1817         (tramp-completion-dissect-file-name)
1818         (tramp-handle-substitute-in-file-name): Remove 'url case.
1819         (tramp-file-name-regexp-url)
1820         (tramp-completion-file-name-regexp-url): Remove constants.
1822 2013-09-06  Glenn Morris  <rgm@gnu.org>
1824         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
1826 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
1828         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1829         keywords" below "here-doc beginnings" (Bug#15270).
1831 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1833         * subr.el (pop): Use `car-safe'.
1834         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1835         to detect unused `pop' return value.
1837         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1838         var `block-regexp'.
1839         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1840         (python-fill-string): Remove unused var `marker'.
1841         (python-skeleton-add-menu-items): Remove unused var `items'.
1843         * international/mule-cmds.el: Require CL.
1844         (find-coding-systems-for-charsets): Avoid add-to-list.
1845         (sanitize-coding-system-list): New function, extracted from
1846         select-safe-coding-system-interactively.
1847         (select-safe-coding-system-interactively): Use it.
1848         (read-input-method-name): Accept symbols for `default'.
1850         * emacs-lisp/advice.el (defadvice): Add indent rule.
1852 2013-09-05  Daniel Hackney  <dan@haxney.org>
1854         * dired-x.el:
1855         * net/ange-ftp.el:
1856         * net/browse-url.el:
1857         * net/dbus.el:
1858         * net/eudc.el:
1859         * net/eudcb-ldap.el:
1860         * net/eww.el:
1861         * net/imap.el:
1862         * printing.el:
1863         * vc/ediff-diff.el:
1864         * vc/ediff-init.el:
1865         * vc/ediff-merg.el:
1866         * vc/ediff-mult.el:
1867         * vc/ediff-util.el:
1868         * vc/ediff-wind.el:
1869         * vc/ediff.el:
1870         * vc/emerge.el:
1871         * vc/pcvs.el:
1872         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1873         byte compiler.  Remove some unused let-bound variables.
1875 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1878         a "ref-cell", since it gets better optimized (bug#14883).
1880 2013-09-05  Glenn Morris  <rgm@gnu.org>
1882         * progmodes/cc-awk.el (c-forward-sws): Declare.
1884 2013-09-04  Glenn Morris  <rgm@gnu.org>
1886         * generic-x.el [rul-generic-mode]: Require cc-mode.
1887         (c++-mode-syntax-table): Declare.
1888         (rul-generic-mode-syntax-table): Init in the defvar.
1890 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1893         (vc-do-command, vc-set-async-update):
1894         * vc/vc-mtn.el (vc-mtn-dir-status):
1895         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1896         (vc-hg-pull, vc-hg-merge-branch):
1897         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1898         (vc-git-merge-branch):
1899         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1900         (vc-cvs-dir-status-files):
1901         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1902         (vc-bzr-dir-status-files):
1903         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1904         * vc/vc-annotate.el: Use lexical-binding.
1905         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1906         (vc-sentinel-movepoint): Declare.
1907         (vc-annotate): Don't use `goto-line'.
1908         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1909         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1910         (vc-sentinel-movepoint): Declare.
1911         * vc/vc-svn.el: Use lexical-binding.
1912         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1913         * vc/vc-sccs.el:
1914         * vc/vc-rcs.el: Use lexical-binding.
1916         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1917         `deleted'.  Don't drop errors silently.
1919         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1921 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
1923         * vc/vc.el (vc-ignore): Rewrite.
1924         (vc-default-ignore): New function.
1925         (vc-default-ignore-completion-table): Use find-ignore-file.
1927         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1928         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1929         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1930         Remove.  Most code moved to vc.el.
1932 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
1935         * net/tramp-smb.el (tramp-smb-get-file-entries):
1936         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1937         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1939         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1940         Update call to it.
1941         (eww-change-select): Remove unused var `properties'.
1942         (eww-make-unique-file-name): Remove unused var `base'.
1944         * finder.el (finder-compile-keywords): Don't mess with windows.
1946         * calculator.el (calculator-funcall): Fix typo in last change.
1948         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1950         * emacs-lisp/package.el (package-activate-1): Don't let a missing
1951         <pkg>-autoloads.el file stop us.
1953         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
1954         warnings, and factor out common code.
1956 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
1958         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1959         two-character operators and whether the character preceding them
1960         changes their meaning (Bug#15208).
1962 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1964         Format code sent to Python shell for robustness.
1965         * progmodes/python.el (python-shell-buffer-substring):
1966         New function.
1967         (python-shell-send-region, python-shell-send-buffer): Use it.
1969 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
1971         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1972         * net/tramp.el (tramp-user-error): ... here.
1973         (tramp-find-method, tramp-check-proper-host)
1974         (tramp-dissect-file-name, tramp-debug-message)
1975         (tramp-handle-shell-command):
1976         * net/tramp-adb.el (tramp-adb-handle-shell-command):
1977         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1979         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1981 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
1983         * avoid.el (mouse-avoidance-point-position)
1984         (mouse-avoidance-too-close-p): Handle case where posn-at-point
1985         returns nil.
1987 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1989         * progmodes/python.el (python-shell-completion-get-completions):
1990         Drop use of deleted `comint-last-prompt-overlay'.
1991         (python-nav-if-name-main): New command.
1993 2013-09-01  Glenn Morris  <rgm@gnu.org>
1995         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1996         Avoid leading space in $wins.  Otherwise the sed command used by
1997         eg compile-main ends up containing "/*.el".  (Bug#15170)
1999         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
2001 2013-08-30  Glenn Morris  <rgm@gnu.org>
2003         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2004         Fix is-this-a-directory logic.  (Bug#15220)
2006 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * textmodes/css-mode.el: Use SMIE.
2009         (css-smie-grammar): New var.
2010         (css-smie--forward-token, css-smie--backward-token)
2011         (css-smie-rules): New functions.
2012         (css-mode): Use them.
2013         (css-navigation-syntax-table): Remove var.
2014         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2015         (css-indent-calculate, css-indent-line): Remove functions.
2017         Misc changes to reduce use of `(lambda...); and other cleanups.
2018         * cus-edit.el: Use lexical-binding.
2019         (customize-push-and-save, customize-apropos)
2020         (custom-buffer-create-internal): Use closures.
2021         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2022         * progmodes/ada-xref.el: Use setq.
2023         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2024         * dframe.el: Use lexical-binding.
2025         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
2026         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2027         * descr-text.el: Use lexical-binding.
2028         (describe-text-widget, describe-text-sexp, describe-property-list):
2029         Use closures.
2030         * comint.el (comint-history-isearch-push-state): Use a closure.
2031         * calculator.el: Use lexical-binding.
2032         (calculator-number-to-string): Make it work with lexical-binding.
2033         (calculator-funcall): Same and use cl-letf.
2035         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2036         (lisp--company-doc-string, lisp--company-location): New functions.
2037         (lisp-completion-at-point): Use them to improve Company support.
2039         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2040         params of lambda expressions.
2041         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2042         (ruby-smie--opening-pipe-p): New function.
2043         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2044         symbols and matched |...| for formal params.
2045         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2046         from being treated as hanging.  Handle "rescue".
2048 2013-08-29  Glenn Morris  <rgm@gnu.org>
2050         * progmodes/cc-engine.el (c-pull-open-brace):
2051         Move definition before use.
2053 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2055         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2056         are immutable.  Don't use `unsafe' any more.
2057         (cl--defsubst-expand): Don't substitute at the same time as keeping
2058         a residual unused let-binding.  Don't use `unsafe' any more.
2060 2013-08-29  Glenn Morris  <rgm@gnu.org>
2062         * calendar/cal-china.el (calendar-chinese-year-cache):
2063         Recenter on 2015.
2065         * nxml/nxml-util.el (nxml-debug-clear-inside):
2066         Use cl-loop rather than loop.
2068         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2070         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2072 2013-08-28  Glenn Morris  <rgm@gnu.org>
2074         * progmodes/antlr-mode.el: No need to require cc-mode twice.
2076         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2078         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2080 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * simple.el (repeat-complex-command--called-interactively-skip):
2083         New function.
2084         (repeat-complex-command): Use it (bug#14136).
2086         * progmodes/cc-mode.el: Minor cleanup of var declarations.
2087         (c-define-abbrev-table): Add `doc' argument.
2088         (c-mode-abbrev-table, c++-mode-abbrev-table)
2089         (objc-mode-abbrev-table, java-mode-abbrev-table)
2090         (idl-mode-abbrev-table, pike-mode-abbrev-table)
2091         (awk-mode-abbrev-table): Use it.
2092         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2093         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2094         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2095         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2096         Move initialization into the declaration; and remove any
2097         autoload cookie.
2099         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2100         and dynamic let binding.
2102         * vc/smerge-mode.el: Remove redundant :group args.
2104         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2105         to load-path.
2107 2013-08-28  Juri Linkov  <juri@jurta.org>
2109         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2110         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2111         (isearch-other-meta-char): Handle an undefined shifted printing
2112         character by downshifting it.  (Bug#15200)
2114 2013-08-28  Juri Linkov  <juri@jurta.org>
2116         * isearch.el (isearch-search): Change regexp error message for
2117         non-regexp searches.  (Bug#15166)
2119 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2121         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2122         for portability to hosts where /bin/sh has problems.
2124 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2126         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2128 2013-08-27  Juri Linkov  <juri@jurta.org>
2130         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2131         in the keyboard macro.  (Bug#15126)
2133 2013-08-27  Juri Linkov  <juri@jurta.org>
2135         * isearch.el (isearch-quote-char): Comment out converting unibyte
2136         to multibyte, thus syncing with its `quoted-insert' counterpart.
2137         (Bug#15166)
2139 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
2141         * window.el (display-buffer-use-some-window): Add missing
2142         argument in call of get-largest-window (Bug#15185).
2143         Reported by Stephen Leake.
2145 2013-08-27  Glenn Morris  <rgm@gnu.org>
2147         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2149 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * progmodes/python.el (python-font-lock-keywords): Don't return nil
2152         from a matcher-function unless there's no more matches (bug#15161).
2154 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
2156         * minibuffer.el: Revert change from 2013-08-20.
2158         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2159         with text property `tramp-default', if appropriate.
2160         (tramp-check-proper-host): New defun.
2161         (tramp-dissect-file-name): Do not check hostname.  Revert change
2162         of 2013-03-18.
2163         (tramp-backtrace): Make VEC-OR-PROC optional.
2165         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2166         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2167         * net/tramp-sh.el (tramp-maybe-open-connection):
2168         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2169         Apply `tramp-check-proper-host'.
2171 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
2173         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2174         lambda expression in order to have `describe-variable' display it.
2176 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
2178         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2179         BUF can be optional.  (Bug#15186)
2181 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
2183         * progmodes/flymake.el (flymake-get-real-file-name-function):
2184         Fix broken customization.  (Bug#15184)
2186 2013-08-25  Alan Mackenzie  <acm@muc.de>
2188         Improve indentation of bracelists defined by macros (without "=").
2190         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2191         expansion begins with "{", regard it as bracelist when it doesn't
2192         contain a ";".
2194         Parse C++ inher-intro when there's a template split over 2 lines.
2196         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2197         rigorously the search for "class" etc. followed by ":".
2199         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2200         random languages a regexp which never matches rather than nil.
2202         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2204         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2205         (c-awk-regexp-one-line-possibly-open-char-list-re)
2206         (c-awk-one-line-possibly-open-regexp-re)
2207         (c-awk-one-line-non-syn-ws*-re): Remove.
2208         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2209         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2210         (c-awk-space*-unclosed-regexp-/-re): New constants.
2211         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2212         aren't regexp delimiters.
2214         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2215         handling for a rare situation in AWK Mode involving unterminated
2216         strings/regexps.
2218 2013-08-23  Glenn Morris  <rgm@gnu.org>
2220         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2222         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2224         * files.el (create-file-buffer): If the result would begin with
2225         spaces, prepend a "|" instead of removing them.  (Bug#15162)
2227 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2229         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2230         text-properties (bug#15155).
2232         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2233         exist any more.
2234         (calc-keypad-redraw): Remove unused var `pad'.
2235         (calc-keypad-press): Remove unused var `menu'.
2237 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
2239         * window.el (display-buffer-pop-up-frame):
2240         Call pop-up-frame-function with BUFFER current so `make-frame' will
2241         use it as the new frame's buffer (Bug#15133).
2243 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * calendar/timeclock.el: Minor cleanups.
2246         (timeclock-ask-before-exiting, timeclock-use-display-time):
2247         Use `symbol'.
2248         (timeclock-modeline-display): Define as alias before the
2249         actual definition.
2250         (timeclock-mode-line-display): Use define-minor-mode.
2251         (timeclock-day-list-template): Make it a function, add an argument.
2252         (timeclock-day-list-required, timeclock-day-list-length)
2253         (timeclock-day-list-debt, timeclock-day-list-span)
2254         (timeclock-day-list-break): Adjust calls accordingly.
2256 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2259         Use read--expression so that completion works again.
2261 2013-08-21  Sam Steingold  <sds@gnu.org>
2263         Add rudimentary inferior shell interaction
2264         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2265         (sh-set-shell): Reset it.
2266         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2267         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2269 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2271         * align.el: Use lexical-binding.
2272         (align-region): Simplify accordingly.
2274 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
2276         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2278         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2279         `non-essential' up.
2281 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
2283         * net/tramp.el:
2284         * net/tramp-adb.el:
2285         * net/tramp-cmds.el:
2286         * net/tramp-ftp.el:
2287         * net/tramp-gvfs.el:
2288         * net/tramp-gw.el:
2289         * net/tramp-sh.el: Don't wrap external variable declarations by
2290         `eval-when-compile'.
2292 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2295         now that Emacs supports ImageMagick animations.
2297 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
2299         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2300         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2302 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
2304         * window.el (mouse-autoselect-window-select): Do autoselect when
2305         mouse pointer is on margin.
2307 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
2309         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
2311 2013-08-16  Glenn Morris  <rgm@gnu.org>
2313         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2314         Handle "Remote Directory" response of some clients.  (Bug#15058)
2316         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2317         Tweak warning.  (Bug#14926)
2319         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2320         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
2322         * image-mode.el (image-mode-map): Add menu items to reverse,
2323         increase, decrease, reset animation speed.
2324         (image--set-speed, image-increase-speed, image-decrease-speed)
2325         (image-reverse-speed, image-reset-speed): New functions.
2326         (image-mode-map): Add bindings for speed commands.
2328         * image.el (image-animate-get-speed, image-animate-set-speed):
2329         New functions.
2330         (image-animate-timeout): Respect image :speed property.
2332 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2334         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2335         previous line (bug#15101).
2336         (debugger-eval-expression, debugger-record-expression):
2337         Use read--expression (bug#15102).
2339 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
2341         Remove byte compiler warnings, visible when compiling with
2342         `byte-compile-force-lexical-warnings' set to t.
2344         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2345         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2346         (tramp-handle-unhandled-file-name-directory)
2347         (tramp-handle-file-notify-add-watch, tramp-action-login)
2348         (tramp-action-succeed, tramp-action-permission-denied)
2349         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2350         arguments with "_".
2352         * net/tramp-adb.el (tramp-adb-parse-device-names)
2353         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2354         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2355         (tramp-adb-handle-file-truename): Remove unused arguments.
2357         * net/tramp-cache.el (tramp-flush-directory-property)
2358         (tramp-flush-connection-property, tramp-list-connections)
2359         (tramp-parse-connection-properties): Prefix unused arguments with "_".
2361         * net/tramp-compat.el (tramp-compat-make-temp-file):
2362         Rename FILENAME to F.
2364         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2365         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2366         (tramp-zeroconf-parse-workstation-device-names)
2367         (tramp-zeroconf-parse-webdav-device-names)
2368         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2370         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2371         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2373         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2374         arguments.
2375         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2376         (tramp-sh-handle-insert-file-contents-literally)
2377         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2378         with "_".
2379         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2380         Remove unused variables.
2382         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2383         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2384         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2386         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2387         Make them a defconst.
2388         (tramp-uuencode-region): Remove unused variable.
2390 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
2392         * frameset.el (frameset--prop-setter): New function.
2393         (frameset-prop): Add gv-setter declaration.
2394         (frameset-filter-minibuffer): Deal with the case that the minibuffer
2395         parameter was already set in FILTERED.  Doc fix.
2396         (frameset--record-minibuffer-relationships): Allow saving a
2397         minibufferless frame without its corresponding minibuffer frame.
2398         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2399         frame, if the frame id matches.
2400         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2401         frames before orphaned ones.
2402         (frameset-restore): Warn about orphaned windows, instead of error out.
2404 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
2406         * window.el (window-make-atom): Don't overwrite parameter
2407         already present.
2408         (display-buffer-in-atom-window): Handle special case where we
2409         split an already atomic window.
2410         (window--major-non-side-window, display-buffer-in-side-window)
2411         (window--side-check): Ignore minibuffer window when walking
2412         window tree.
2413         (window-deletable-p): Return 'frame only if no other frame uses
2414         our minibuffer window.
2415         (record-window-buffer): Run buffer-list-update-hook.
2416         (split-window): Make sure window--check-frame won't destroy an
2417         existing atomic window in case the new window gets nested
2418         inside.
2419         (display-buffer-at-bottom): Ignore minibuffer window when
2420         walking window tree.  Don't split a side window.
2421         (pop-to-buffer): Don't set-buffer here, the select-window call
2422         should do that.
2423         (mouse-autoselect-window-select): Autoselect only if we are in the
2424         text portion of the window.
2426 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428         * net/shr.el (shr-parse-image-data): New function to grab both the
2429         data itself and the Content-Type.
2430         (shr-put-image): Use it.
2432         * net/eww.el (eww-display-image): Ditto.
2434         * image.el (image-content-type-suffixes): New variable.
2436 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2438         * progmodes/python.el (python-imenu--build-tree)
2439         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2441 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
2443         * simple.el (backward-word): Mention the optional argument.
2445 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * frameset.el (frameset--make): Rename constructor from make-frameset.
2448         (frameset-p, frameset-valid-p): Don't autoload.
2449         (frameset-valid-p): Use normal accessors.
2451 2013-08-13  Glenn Morris  <rgm@gnu.org>
2453         * progmodes/compile.el (compile-command): Tweak example in doc.
2454         * obsolete/scribe.el (scribe-mode):
2455         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
2457         * mail/feedmail.el (feedmail-confirm-outgoing)
2458         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2460         * cus-start.el (truncate-partial-width-windows): Fix type.
2462         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2464         * net/shr.el (shr-table-horizontal-line): Fix custom type.
2466 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2468         * emacs-lisp/timer.el (timer--time-setter): New function.
2469         (timer--time): Use it as gv-setter.
2471         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2472         setter is not a symbol.
2474 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
2476         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2477         if sending fails.  This makes debugging easier.
2479 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
2481         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2482         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2483         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2485 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
2487         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2489 2013-08-12  Glenn Morris  <rgm@gnu.org>
2491         * format.el (format-annotate-function):
2492         Handle read-only text properties in the source.  (Bug#14887)
2494 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496         * net/eww.el (eww-display-html): Ignore coding system errors.
2497         One web site uses "utf-8lias" as the coding system.
2499 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
2501         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2503 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
2505         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2506         (tutorial--detailed-help): Remove unused local variables.
2507         (tutorial--save-tutorial-to): Use ignore-errors.
2508         (help-with-tutorial): Use looking-at-p.
2510         * view.el (view-buffer-other-window, view-buffer-other-frame):
2511         Mark unused arguments.
2513         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2514         (woman-select-symbol-fonts, woman, woman-find-file)
2515         (woman-insert-file-contents, woman-non-underline-faces):
2516         Use string-match-p.
2517         (woman1-unquote): Move declaration.
2519         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2520         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
2521         argument.  Remove unused local variable.
2522         (xml-parse-elem-type): Use string-match-p.
2523         (xml-substitute-numeric-entities): Use ignore-errors.
2525         * calculator.el (calculator): Mark unused argument.
2526         (calculator-paste, calculator-quit, calculator-integer-p):
2527         Use ignore-errors.
2528         (calculator-string-to-number, calculator-decimal, calculator-exp)
2529         (calculator-op-or-exp): Use string-match-p.
2531         * dired.el (dired-buffer-more-recently-used-p): Declare.
2532         (dired-insert-set-properties, dired-insert-old-subdirs):
2533         Use ignore-errors.
2535         * dired-aux.el (dired-compress): Use ignore-errors.
2536         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2537         (dired-do-async-shell-command, dired-do-shell-command)
2538         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2539         (dired-insert-subdir-validate): Use string-match-p.
2540         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2541         (dired-add-entry): Use string-match-p, looking-at-p.
2542         (dired-insert-subdir-newpos): Remove unused local variable.
2544         * filenotify.el (file-notify-callback): Remove unused local variable.
2546         * filesets.el (filesets-error): Mark unused argument.
2547         (filesets-which-command-p, filesets-filter-dir-names)
2548         (filesets-directory-files, filesets-get-external-viewer)
2549         (filesets-ingroup-get-data): Use string-match-p.
2551         * find-file.el (ff-other-file-name, ff-other-file-name)
2552         (ff-find-the-other-file, ff-cc-hh-converter):
2553         Remove unused local variables.
2554         (ff-get-file-name): Use string-match-p.
2555         (ff-all-dirs-under): Use ignore-errors.
2557         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2558         (follow-select-if-visible): Remove unused local variable.
2560         * forms.el (read-file-filter): Move declaration.
2561         (forms--make-format, forms--make-parser, forms-insert-record):
2562         Quote function with #'.
2563         (forms--update): Use string-match-p.  Quote function with #'.
2565         * help-mode.el (help-dir-local-var-def): Mark unused argument.
2566         (help-make-xrefs): Use looking-at-p.
2567         (help-xref-on-pp): Use looking-at-p, ignore-errors.
2569         * ibuffer.el (ibuffer-ext-visible-p): Declare.
2570         (ibuffer-confirm-operation-on): Use string-match-p.
2572         * msb.el (msb-item-handler, msb-dired-item-handler):
2573         Mark unused arguments.
2575         * ses.el (ses-decode-cell-symbol)
2576         (ses-kill-override): Remove unused local variable.
2577         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2578         (ses-load): Use ignore-errors, looking-at-p.
2579         (ses-jump-safe): Use ignore-errors.
2580         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2582         * tabify.el (untabify, tabify): Mark unused arguments.
2584         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2585         Mark unused argument.
2586         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2587         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2589         * emacs-lisp/timer.el (timer--time): Define setter with
2590         gv-define-setter to avoid deprecation warning.
2592         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2593         (*record-cmpl-statistics-p*): Remove (was commented out).
2594         (cmpl-statistics-block): Remove (body was commented out).
2595         All callers changed.
2596         (add-completions-from-buffer, load-completions-from-file):
2597         Remove unused variables.
2599 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
2601         * filecache.el (file-cache-delete-file-list):
2602         Print message only when told so.
2603         (file-cache-files-matching): Use #' in mapconcat argument.
2605         * ffap.el (ffap-url-at-point): Fix reference to variable
2606         thing-at-point-default-mail-uri-scheme.
2608 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * subr.el (define-error): New function.
2611         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2612         error-file-not-found and define with define-error.
2613         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2614         and define with define-error.
2615         * userlock.el (file-locked, file-supersession):
2616         * simple.el (mark-inactive):
2617         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2618         * progmodes/ada-mode.el (ada-mode-errors):
2619         * play/life.el (life-extinct):
2620         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2621         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2622         * nxml/rng-util.el (rng-error):
2623         * nxml/rng-uri.el (rng-uri-error):
2624         * nxml/rng-match.el (rng-compile-error):
2625         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2626         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2627         * nxml/nxml-rap.el (nxml-scan-error):
2628         * nxml/nxml-outln.el (nxml-outline-error):
2629         * net/soap-client.el (soap-error):
2630         * net/gnutls.el (gnutls-error):
2631         * net/ange-ftp.el (ftp-error):
2632         * mpc.el (mpc-proc-error):
2633         * json.el (json-error, json-readtable-error, json-unknown-keyword)
2634         (json-number-format, json-string-escape, json-string-format)
2635         (json-key-format, json-object-format):
2636         * jka-compr.el (compression-error):
2637         * international/quail.el (quail-error):
2638         * international/kkc.el (kkc-error):
2639         * emacs-lisp/ert.el (ert-test-failed):
2640         * calc/calc.el (calc-error, inexact-result, math-overflow)
2641         (math-underflow):
2642         * bookmark.el (bookmark-error-no-filename):
2643         * epg.el (epg-error): Define with define-error.
2645         * time.el (display-time-event-handler)
2646         (display-time-next-load-average): Don't call sit-for since it seems
2647         unnecessary (bug#15045).
2649         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2650         Use #' instead of ' to quote functions.
2651         (checkdoc-output-mode): Use setq-local.
2652         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2653         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2654         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2655         (checkdoc-ispell, checkdoc-ispell-current-buffer)
2656         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2657         (checkdoc-ispell-message-text, checkdoc-ispell-start)
2658         (checkdoc-ispell-continue, checkdoc-ispell-comments)
2659         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2661         * ido.el (ido-completion-help): Fix up compiler warning.
2663 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
2665         * frameset.el (frameset-p): Add autoload cookie.
2666         (frameset--jump-to-register): New function, based on code moved from
2667         register.el.
2668         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
2670         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2671         (frameset-restore, frameset-save, frameset-session-filter-alist):
2672         Remove declarations.
2673         (register-alist): Doc fix.
2674         (frameset-to-register): Move to frameset.el.
2675         (jump-to-register, describe-register-1): Remove frameset-specific code.
2677 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2679         * allout-widgets.el (allout-widgets-pre-command-business)
2680         (allout-widgets-post-command-business)
2681         (allout-widgets-after-change-handler)
2682         (allout-decorate-item-and-context, allout-set-boundary-marker)
2683         (allout-body-modification-handler)
2684         (allout-graphics-modification-handler): Mark ignored arguments.
2685         (allout-widgets-post-command-business)
2686         (allout-widgets-exposure-change-processor)
2687         (allout-widgets-exposure-undo-processor)
2688         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2689         (allout-parse-item-at-point, allout-decorate-item-guides)
2690         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2691         * allout.el (epa-passphrase-callback-function): Declare.
2692         (allout-overlay-insert-in-front-handler)
2693         (allout-overlay-interior-modification-handler)
2694         (allout-isearch-end-handler, allout-chart-siblings)
2695         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2696         (allout-yank-processing, allout-process-exposed)
2697         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2698         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2699         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2700         (lisp-indent-defform): Mark ignored arguments.
2701         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
2702         (calculate-lisp-indent): Remove unused variables.
2703         * international/characters.el (indian-2-column, arabic-2-column)
2704         (tibetan): Mark ignored arguments.
2705         (use-cjk-char-width-table): Mark ignored arguments.
2706         Remove unused variables.
2707         * international/fontset.el (build-default-fontset-data)
2708         (x-compose-font-name, create-fontset-from-fontset-spec):
2709         Mark ignored arguments.
2710         (fontset-plain-name): Remove unused variables.
2711         * international/mule.el (charset-id, charset-bytes, generic-char-p)
2712         (keyboard-coding-system): Mark ignored arguments.
2713         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
2714         * help.el (resize-temp-buffer-window):
2715         * window.el (display-buffer-in-major-side-window)
2716         (display-buffer-in-side-window, display-buffer-in-previous-window):
2717         Remove unused variables.
2718         * isearch.el (isearch-forward-symbol):
2719         * version.el (emacs-bzr-version-bzr):
2720         * international/mule-cmds.el (current-language-environment):
2721         * term/common-win.el (x-handle-iconic, x-handle-geometry)
2722         (x-handle-display):
2723         * term/pc-win.el (x-list-fonts, x-display-planes)
2724         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2725         (x-server-version, x-display-screens, x-display-mm-height)
2726         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2727         (x-selection-owner-p, x-own-selection-internal)
2728         (x-disown-selection-internal, x-get-selection-internal)
2729         (msdos-initialize-window-system):
2730         * term/tty-colors.el (tty-color-alist, tty-color-clear):
2731         * term/x-win.el (x-handle-no-bitmap-icon):
2732         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2733         (vc-default-find-file-hook, vc-default-extra-menu):
2734         Mark ignored arguments.
2736 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2739         break-condition in the context of the debugged code (bug#12685).
2741 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
2743         * comint.el:
2744         Do not use an overlay to highlight the last prompt.  (Bug#14744)
2745         (comint-mode): Make comint-last-prompt buffer local.
2746         (comint-last-prompt): New variable.
2747         (comint-last-prompt-overlay): Remove.  Superseded by
2748         comint-last-prompt.
2749         (comint-snapshot-last-prompt, comint-output-filter):
2750         Use comint-last-prompt.
2752 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2754         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
2755         (frameset-save): Check validity of the resulting frameset.
2757 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
2759         * ido.el (ido-record-command): Add doc string.
2761 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2763         * frameset.el (frameset): Do not disable creation of the default
2764         frameset-p predicate.  Doc fix.
2765         (frameset-valid-p): New function, copied from the old predicate-p.
2766         Add additional checks.
2767         (frameset-restore): Check with frameset-valid-p.
2768         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2769         (frameset-name, frameset-description, frameset-properties)
2770         (frameset-states): Add docstring.
2771         (frameset-session-filter-alist, frameset-persistent-filter-alist)
2772         (frameset-filter-alist): Doc fixes.
2774 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2776         * frameset.el (frameset-p, frameset-prop): Doc fixes.
2778 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2780         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2781         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2782         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2783         (byte-compile-normal-call): Remove obsolescence check.
2785 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2787         * frameset.el (frameset-restore): Doc fix.
2789         * register.el (frameset-frame-id, frameset-frame-with-id)
2790         (frameset-p, frameset-restore, frameset-save): Declare.
2791         (register-alist): Document framesets.
2792         (frameset-session-filter-alist): Declare.
2793         (frameset-to-register): New function.
2794         (jump-to-register): Implement jumping to framesets.  Doc fix.
2795         (describe-register-1): Describe framesets.
2797         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2799 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
2801         * desktop.el (desktop-save-frameset): Use new frameset-save args.
2802         Use lexical-binding.
2804         * frameset.el (frameset): Use type vector, not list (incompatible
2805         change).  Do not declare a new constructor, use the default one.
2806         Upgrade suggested properties `app', `name' and `desc' to slots `app',
2807         `name' and `description', respectively, and add read-only slot
2808         `timestamp'.  Doc fixes.
2809         (frameset-copy, frameset-persistent-filter-alist)
2810         (frameset-filter-alist, frameset-switch-to-gui-p)
2811         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2812         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2813         (frameset-filter-iconified, frameset-keep-original-display-p):
2814         Doc fixes.
2815         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2816         Rename from frameset-filter-(save|restore)-param.  All callers changed.
2817         Doc fix.
2818         (frameset-p): Adapt to change to vector and be more thorough.
2819         Change arg name to OBJECT.  Doc fix.
2820         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
2821         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2822         All callers changed.
2823         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2824         All callers changed.
2825         (frameset--record-minibuffer-relationships): Rename from
2826         frameset--process-minibuffer-frames.  All callers changed.
2827         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2828         Use new default constructor (again).  Doc fix.
2829         (frameset--find-frame-if): Rename from `frameset--find-frame.
2830         All callers changed.
2831         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2832         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2833         Doc fix.
2834         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2835         PARAMETERS and WINDOW-STATE, respectively.
2836         (frameset-restore): Add new keyword argument PREDICATE.
2837         Reset frameset--target-display to nil.  Doc fix.
2839 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2841         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2842         (bat-mode): Use it.
2843         (bat-mode-syntax-table): Mark \n as end-of-comment.
2844         (bat-font-lock-keywords): Remove comment rule.
2846         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
2847         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
2849         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2850         (byte-compile-callargs-warn): Use `push'.
2851         (byte-compile-arglist-warn): Ignore higher-order "calls".
2852         (byte-compile-file-form-autoload): Use `pcase'.
2853         (byte-compile-function-form): If quoting a symbol, check that it exists.
2855 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
2857         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2858         and add a few popular commands found in batch files.
2859         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2860         (dos-mode): Doc fixes.
2862 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2864         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2865         (dos-mode): Use setq-local.  Add space after "rem".
2866         (dos-mode-syntax-table): Don't use "w" for symbol chars.
2867         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2869 2013-08-07  Arni Magnusson  <arnima@hafro.is>
2871         * progmodes/dos.el: New file.
2872         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2873         dos-mode.
2875 2013-08-06  Glenn Morris  <rgm@gnu.org>
2877         * calendar/calendar.el: Add new faces, and day-header-array.
2878         (calendar-weekday-header, calendar-weekend-header)
2879         (calendar-month-header): New faces.
2880         (calendar-day-header-construct): New function.
2881         (calendar-day-header-width): Also :set calendar-day-header-array.
2882         (calendar-american-month-header, calendar-european-month-header)
2883         (calendar-iso-month-header): Use calendar- faces.
2884         (calendar-generate-month):
2885         Use calendar-day-header-array for day headers; apply faces to them.
2886         (calendar-mode): Check calendar-font-lock-keywords non-nil.
2887         (calendar-abbrev-construct): Add optional maxlen argument.
2888         (calendar-day-name-array): Doc fix.
2889         (calendar-day-name-array, calendar-abbrev-length)
2890         (calendar-day-abbrev-array):
2891         Also :set calendar-day-header-array, and maybe redraw.
2892         (calendar-day-header-array): New option.  (Bug#15007)
2893         (calendar-font-lock-keywords): Set to nil and make obsolete.
2894         (calendar-day-name): Add option to use header array.
2896 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898         * net/shr.el (shr-render-td): Remove debugging.
2899         (shr-render-td): Make width computation consistent by defaulting
2900         all zero-width columns to 10 characters.  This may not be optimal,
2901         but it's at least consistent.
2902         (shr-make-table-1): Redo last change to fix the real problem in
2903         colspan handling.
2905 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
2907         * files.el (cache-long-line-scans):
2908         Make obsolete alias to `cache-long-scans'.
2910 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
2912         * frameset.el (frameset, frameset-filter-alist)
2913         (frameset-filter-params, frameset-save, frameset--reuse-frame)
2914         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2915         (frameset-compute-pos): Rename from frameset--compute-pos,
2916         and add docstring.
2917         (frameset-move-onscreen): Use frameset-compute-pos.
2918         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2920         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2921         Fix typos in docstrings.
2923 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
2925         * frame.el (get-other-frame): Tiny cleanup.
2927 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
2929         * vc/vc.el (vc-default-ignore-completion-table):
2930         Silence byte-compiler warning.
2932         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2933         slot , which can indeed be nil.
2934         (frameset-live-filter-alist, frameset-persistent-filter-alist):
2935         Move entry for `left' from persistent to live filter alist.
2936         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2937         Doc fixes.
2938         (frameset-filter-params): When restoring a frame, copy items added to
2939         `filtered', to avoid unwittingly modifying the original parameters.
2940         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
2941         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2943         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2944         to use looking-at-p instead of looking-at.  (Bug#15028)
2946 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         Revert introduction of isearch-filter-predicates (bug#14714).
2949         Rely on add-function instead.
2950         * isearch.el (isearch-filter-predicates): Rename it back to
2951         isearch-filter-predicate.
2952         (isearch-message-prefix): Use advice-function-mapc and advice
2953         properties to get the isearch-message-prefix.
2954         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2955         instead of run-hook-with-args-until-failure.
2956         (isearch-filter-visible): Not obsolete any more.
2957         * loadup.el: Preload nadvice.
2958         * replace.el (perform-replace): Revert to funcall
2959         instead of run-hook-with-args-until-failure.
2960         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2961         * dired-aux.el (dired-isearch-filenames-mode): Rename from
2962         dired-isearch-filenames-toggle; make it into a proper minor mode.
2963         Use add/remove-function.
2964         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2965         Call the minor-mode rather than add/remove-hook.
2966         (dired-isearch-filter-filenames):
2967         Remove isearch-message-prefix property.
2968         * info.el (Info--search-loop): New function, extracted from Info-search.
2969         Funcall isearch-filter-predicate instead of
2970         run-hook-with-args-until-failure isearch-filter-predicates.
2971         (Info-search): Use it.
2972         (Info-mode): Use isearch-filter-predicate instead of
2973         isearch-filter-predicates.
2975 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
2977         Do not call to `selected-window' where it is assumed by default.
2978         Affected functions are `window-minibuffer-p', `window-dedicated-p',
2979         `window-hscroll', `window-width', `window-height', `window-buffer',
2980         `window-frame', `window-start', `window-point', `next-window'
2981         and `window-display-table'.
2982         * abbrev.el (abbrev--default-expand):
2983         * bs.el (bs--show-with-configuration):
2984         * buff-menu.el (Buffer-menu-mouse-select):
2985         * calc/calc.el (calc):
2986         * calendar/calendar.el (calendar-generate-window):
2987         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2988         (diary-make-entry):
2989         * comint.el (send-invisible, comint-dynamic-complete-filename)
2990         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2991         * completion.el (complete):
2992         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2993         * disp-table.el (describe-current-display-table):
2994         * doc-view.el (doc-view-insert-image):
2995         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2996         * ehelp.el (with-electric-help):
2997         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2998         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2999         * emacs-lisp/helper.el (Helper-help-scroller):
3000         * emulation/cua-base.el (cua--post-command-handler-1):
3001         * eshell/esh-mode.el (eshell-output-filter):
3002         * ffap.el (ffap-gnus-wrapper):
3003         * help-macro.el (make-help-screen):
3004         * hilit-chg.el (highlight-compare-buffers):
3005         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3006         * hl-line.el (global-hl-line-highlight):
3007         * icomplete.el (icomplete-simple-completing-p):
3008         * isearch.el (isearch-done):
3009         * jit-lock.el (jit-lock-stealth-fontify):
3010         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3011         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3012         * mpc.el (mpc-tagbrowser, mpc):
3013         * net/rcirc.el (rcirc-any-buffer):
3014         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3015         * play/landmark.el (landmark-max-width, landmark-max-height):
3016         * play/zone.el (zone):
3017         * progmodes/compile.el (compilation-goto-locus):
3018         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3019         * progmodes/etags.el (find-tag-other-window):
3020         * progmodes/fortran.el (fortran-column-ruler):
3021         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3022         * progmodes/verilog-mode.el (verilog-point-text):
3023         * reposition.el (reposition-window):
3024         * rot13.el (toggle-rot13-mode):
3025         * server.el (server-switch-buffer):
3026         * shell.el (shell-dynamic-complete-command)
3027         (shell-dynamic-complete-environment-variable):
3028         * simple.el (insert-buffer, set-selective-display)
3029         (delete-completion-window):
3030         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3031         (speedbar-recenter):
3032         * startup.el (fancy-splash-head):
3033         * textmodes/ispell.el (ispell-command-loop):
3034         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3035         * tutorial.el (help-with-tutorial):
3036         * vc/add-log.el (add-change-log-entry):
3037         * vc/compare-w.el (compare-windows):
3038         * vc/ediff-help.el (ediff-indent-help-message):
3039         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3040         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3041         (ediff-setup-control-frame):
3042         * vc/emerge.el (emerge-position-region):
3043         * vc/pcvs-util.el (cvs-bury-buffer):
3044         * window.el (walk-windows, mouse-autoselect-window-select):
3045         * winner.el (winner-set-conf, winner-undo): Related users changed.
3047 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
3049         * frameset.el (frameset--set-id): Doc fix.
3050         (frameset-frame-id, frameset-frame-id-equal-p)
3051         (frameset-locate-frame-id): New functions.
3052         (frameset--process-minibuffer-frames, frameset--reuse-frame)
3053         (frameset-restore): Use them.
3055 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
3057         Do not call to `selected-frame' where it is assumed by default.
3058         Affected functions are `raise-frame', `redraw-frame',
3059         `frame-first-window', `frame-terminal' and `delete-frame'.
3060         * calendar/appt.el (appt-disp-window):
3061         * epg.el (epg-wait-for-completion):
3062         * follow.el (follow-delete-other-windows-and-split)
3063         (follow-avoid-tail-recenter):
3064         * international/mule.el (set-terminal-coding-system):
3065         * mail/rmail.el (rmail-mail-return):
3066         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3067         * progmodes/f90.el (f90-add-imenu-menu):
3068         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3069         * server.el (server-switch-buffer):
3070         * simple.el (delete-completion-window):
3071         * talk.el (talk):
3072         * term/xterm.el (terminal-init-xterm-modify-other-keys)
3073         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3074         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3075         * vc/ediff.el (ediff-documentation): Related users changed.
3076         * frame.el (selected-terminal): Remove the leftover.
3078 2013-08-05  Glenn Morris  <rgm@gnu.org>
3080         * calendar/calendar.el (calendar-generate-month):
3081         Fix for calendar-column-width != 1 + calendar-day-digit-width.
3082         (calendar-generate-month, calendar-font-lock-keywords):
3083         Fix for calendar-day-header-width > length of any day name.
3085 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
3087         * desktop.el (desktop-clear): Use new name of sort predicate.
3089         * frameset.el (frameset): Add docstring.  Move :version property to its
3090         own `version' slot.
3091         (frameset-copy): Rename from copy-frameset.
3092         (frameset-p): Check more thoroughly.
3093         (frameset-prop): Do not check for :version, which is no longer a prop.
3094         (frameset-live-filter-alist, frameset-persistent-filter-alist):
3095         Use new :never value instead of t.
3096         (frameset-filter-alist): Expand and clarify docstring.
3097         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3098         (frameset-filter-minibuffer, frameset-filter-save-param)
3099         (frameset-filter-restore-param, frameset-filter-iconified):
3100         Add pointer to docstring of frameset-filter-alist.
3101         (frameset-filter-params): Rename filter values to be more meaningful:
3102         :never instead of t, and reverse the meanings of :save and :restore.
3103         (frameset--process-minibuffer-frames): Clarify error message.
3104         (frameset-save): Avoid unnecessary and confusing call to framep.
3105         Use new BOA constructor for framesets.
3106         (frameset--reuse-list): Doc fix.
3107         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
3108         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3109         (frameset-minibufferless-first-p): Doc fix.
3110         Rename from frameset-sort-frames-for-deletion.
3111         (frameset-restore): Doc fixes.  Use new function names.
3112         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3114 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
3116         * desktop.el (desktop-restore-forces-onscreen)
3117         (desktop-restore-reuses-frames): Document :keyword constant values.
3118         (desktop-filter-parameters-alist): Remove, now identical to
3119         frameset-filter-alist.
3120         (desktop--filter-tty*): Remove, moved to frameset.el.
3121         (desktop-save-frameset, desktop-restore-frameset):
3122         Do not pass :filters argument.
3124         * frameset.el (frameset-live-filter-alist)
3125         (frameset-persistent-filter-alist): New variables.
3126         (frameset-filter-alist): Use them.  Add autoload cookie.
3127         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3128         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3129         `frameset--id' (it's supposed to be internal to frameset.el).
3130         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
3131         (frameset--initial-params): New function.
3132         (frameset--get-frame): Use it.  Doc fix.
3133         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3134         Accept :all, not 'all.
3135         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3136         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
3137         with fbound symbols.  Fix frame id matching, and remove matching ids if
3138         the frame being restored is deleted.  Obey :delete.
3140 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3142         * subr.el (macrop): New function.
3143         (text-clone--maintaining): New var.
3144         (text-clone--maintain): Rename from text-clone-maintain.  Use it
3145         instead of inhibit-modification-hooks.
3147         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3148         a proxy, so as handle autoloads and redefinitions of the target.
3149         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3151         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3152         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
3153         (pcase--mutually-exclusive-p): New function.
3154         (pcase--split-consp): Use it.
3155         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
3156         mutually exclusive with the current predicate.
3158         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3159         (edebug-macrop): Remove.  Use `macrop' instead.
3160         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
3161         (ad-macro-p):
3162         * eshell/esh-cmd.el (eshell-macrop):
3163         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
3165 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3168         (advice-mapc): New function, using it.
3169         (advice-function-member-p): New function.
3170         (advice--normalize): Store the cdr in advice--saved-rewrite since
3171         that's the part that will be changed.
3172         (advice--symbol-function): New function.
3173         (advice-remove): Handle removal before the function is defined.
3174         Adjust to new advice--saved-rewrite.
3175         (advice-member-p): Use advice-function-member-p and
3176         advice--symbol-function.
3178 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
3180         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3181         (frameset-filter-minibuffer): Doc fix.
3182         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
3183         (frameset--set-id, frameset--process-minibuffer-frames)
3184         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3185         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3187         * desktop.el (desktop-clear): Only delete frames when called
3188         interactively and desktop-restore-frames is non-nil.  Doc fix.
3189         (desktop-read): Set desktop-saved-frameset to nil.
3191 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
3193         * vc/vc.el (vc-ignore): Rewrite.
3194         (vc-default-ignore-completion-table):
3195         (vc--read-lines):
3196         (vc--add-line, vc--remove-regexp): New functions.
3198         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3199         (vc-svn-ignore-completion-table): New function.
3201         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3202         (vc-hg-ignore-completion-table):
3203         (vc-hg-find-ignore-file): New functions.
3205         * vc/vc-git.el (vc-git-ignore): Rewrite.
3206         (vc-git-ignore-completion-table):
3207         (vc-git-find-ignore-file): New functions.
3209         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3211         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3212         (vc-bzr-ignore-completion-table):
3213         (vc-bzr-find-ignore-file): New functions.
3215 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
3217         * frameset.el (frameset-prop): New function and setter.
3218         (frameset-save): Do not modify frame list passed by the caller.
3220 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3224 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3226         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3227         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3229         * custom.el (custom-initialize-default, custom-initialize-set)
3230         (custom-initialize-reset, custom-initialize-changed): Affect the
3231         toplevel-default-value (bug#6275, bug#14586).
3232         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3233         for bug#6275.
3235 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
3237         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3238         Add cl-def* expressions.
3240         * frameset.el (frameset-filter-params): Fix order of arguments.
3242 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
3244         Move code related to saving frames to frameset.el.
3245         * desktop.el: Require frameset.
3246         (desktop-restore-frames): Doc fix.
3247         (desktop-restore-reuses-frames): Rename from
3248         desktop-restoring-reuses-frames.
3249         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3250         (desktop-clear): Clear frames too.
3251         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3252         (desktop--filter-tty*, desktop-save, desktop-read):
3253         Use frameset functions.
3254         (desktop-before-saving-frames-functions, desktop--filter-*-color)
3255         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3256         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3257         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3258         (desktop--process-minibuffer-frames, desktop-save-frames)
3259         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3260         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3261         (desktop--sort-states, desktop-restoring-frames-p)
3262         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
3263         (desktop-restoring-frameset-p, desktop-restore-frameset)
3264         (desktop--check-dont-save, desktop-save-frameset): New functions.
3265         (desktop--app-id): New constant.
3266         (desktop-first-buffer, desktop-buffer-ok-count)
3267         (desktop-buffer-fail-count): Move before first use.
3268         * frameset.el: New file.
3270 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * files.el: Use lexical-binding.
3273         (dir-locals-read-from-file): Remove unused `err' variable.
3274         (hack-dir-local-variables--warned-coding): New var.
3275         (hack-dir-local-variables): Use it to avoid repeated warnings.
3276         (make-backup-file-name--default-function): New function.
3277         (make-backup-file-name-function): Use it as default.
3278         (buffer-stale--default-function): New function.
3279         (buffer-stale-function): Use it as default.
3280         (revert-buffer-insert-file-contents--default-function): New function.
3281         (revert-buffer-insert-file-contents-function): Use it as default.
3282         (insert-directory): Avoid add-to-list.
3284         * autorevert.el (auto-revert-handler): Simplify.
3285         Use buffer-stale--default-function.
3287 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
3289         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3291         * whitespace.el (whitespace-ensure-local-variables): New function.
3292         (whitespace-cleanup-region): Call it.
3293         (whitespace-turn-on): Call it.
3295 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
3297         Complete file name handlers.
3299         * net/tramp.el (tramp-handle-set-visited-file-modtime)
3300         (tramp-handle-verify-visited-file-modtime)
3301         (tramp-handle-file-notify-rm-watch): New functions.
3302         (tramp-call-process): Do not bind `default-directory'.
3304         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3305         Order alphabetically.
3306         [access-file, add-name-to-file, dired-call-process]:
3307         [dired-compress-file, file-acl, file-notify-rm-watch]:
3308         [file-ownership-preserved-p, file-selinux-context]:
3309         [make-directory-internal, make-symbolic-link, set-file-acl]:
3310         [set-file-selinux-context, set-visited-file-modtime]:
3311         [verify-visited-file-modtime]: Add handler.
3312         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3314         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3315         [file-notify-add-watch, file-notify-rm-watch]:
3316         [set-file-times, set-visited-file-modtime]:
3317         [verify-visited-file-modtime]: Add handler.
3318         (with-tramp-gvfs-error-message)
3319         (tramp-gvfs-handle-set-visited-file-modtime)
3320         (tramp-gvfs-fuse-file-name): Remove.
3321         (tramp-gvfs-handle-file-notify-add-watch)
3322         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3323         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3325         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3326         Order alphabetically.
3327         [file-notify-rm-watch ]: Use default Tramp handler.
3328         [executable-find]: Remove private handler.
3329         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3330         `default-directory'.
3331         (tramp-sh-handle-executable-find)
3332         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3333         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3334         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3335         Do not use `format' in `tramp-message'.
3337         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3338         [file-notify-rm-watch, set-visited-file-modtime]:
3339         [verify-visited-file-modtime]: Add handler.
3340         (tramp-smb-call-winexe): Do not bind `default-directory'.
3342 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
3344         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3346 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
3348         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3349         use it.
3350         (log-view-diff-changeset): Same.
3351         (log-view-diff-common): Call backend command `previous-revision'
3352         to find out the previous revision, in both cases.  Swap the
3353         variables `to' and `fr', so that `fr' usually refers to the
3354         earlier revision (Bug#14989).
3356 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
3358         * ibuf-ext.el (ibuffer-filter-by-filename):
3359         Make it work with dired buffers too.
3361 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
3363         * emacs-lisp/re-builder.el (reb-color-display-p):
3364         * files.el (save-buffers-kill-terminal):
3365         * net/browse-url.el (browse-url):
3366         * server.el (server-save-buffers-kill-terminal):
3367         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3368         Prefer nil to selected-frame for the first arg of frame-parameter.
3370 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
3372         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3374 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
3376         * minibuffer.el (completion--twq-all): Try and preserve each
3377         completion's case choice (bug#14907).
3379 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381         * net/network-stream.el (open-network-stream): Mention the new
3382         :nogreeting parameter.
3383         (network-stream-open-starttls): Use the :nogreeting parameter
3384         (bug#14938).
3386         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3388         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3389         more natural than popping.
3391         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
3392         (shr-urlify): Highlight under mouse.
3394 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
3396         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3398         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3400         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
3401         buffer for output.
3403         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
3404         point-min==1.  Fix search string.  Fix parentheses missing.
3406         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
3407         assume point-min==1.  Fix search string.  Fix parentheses missing.
3409         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3411         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
3412         buffer for output.
3414 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
3416         * frame.el (frame-notice-user-settings): Avoid inflooping when the
3417         initial frame is minibuffer-less.  (Bug#14841)
3419 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
3421         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3422         option.
3424         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3425         (tramp-maybe-open-connection): Use it.
3427 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
3429         * desktop.el (desktop--make-frame): Include `minibuffer' in the
3430         minimal set of parameters passed when creating a frame, because
3431         the minibuffer status of a frame cannot be changed later.
3433 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
3435         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3436         replace-regexp-in-string and inadvertent omissions in previous change.
3437         (todo-filter-items): Ensure only file names are comma-separated in
3438         name of filtered items buffer.
3440 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
3442         * desktop.el: Optionally force offscreen frames back onscreen.
3443         (desktop-restoring-reuses-frames): New option.
3444         (desktop--compute-pos, desktop--move-onscreen): New functions.
3445         (desktop--make-frame): Use desktop--move-onscreen.
3447 2013-07-27  Alan Mackenzie  <acm@muc.de>
3449         Fontify a Java generic method as a function.
3450         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3451         value to t.
3453 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
3455         * calendar/todo-mode.el: Add command to rename todo files.
3456         (todo-rename-file): New command.
3457         (todo-key-bindings-t): Add key binding for it.  Change the
3458         bindings of todo-filter-regexp-items(-multifile) to use `x'
3459         instead of `r', since the latter is better suited to the new
3460         renaming command.
3462 2013-07-27  Alan Mackenzie  <acm@muc.de>
3464         Make Java try-with-resources statement parse properly.
3465         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3466         (c-block-stmt-1-2-key): New language constants/variables.
3467         * progmodes/cc-engine.el (c-beginning-of-statement-1)
3468         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3469         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
3470         with c-block-stmt-1-2-key.
3472 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
3474         * desktop.el (desktop--make-frame): Apply most frame parameters after
3475         creating the frame to force (partially or totally) offscreen frames to
3476         be restored as such.
3478 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
3480         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3481         (Bug#14948)
3483 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3485         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3486         `base' arg of backtrace-frame.
3488 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
3490         * simple.el (list-processes): Doc fix.
3492 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
3494         * desktop.el (desktop--select-frame):
3495         Try harder to reuse existing frames.
3497 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3500         (edebug-eval): Use backtrace-eval.
3501         (edebug--display, edebug--recursive-edit): Don't let-bind the
3502         edebug-outer-* vars that keep track of variables we locally let-bind.
3503         (edebug-outside-excursion): Don't restore outside values of locally
3504         let-bound vars.
3505         (edebug--display): Use user-error.
3506         (cl-lexical-debug, cl-debug-env): Remove.
3508 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
3510         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3511         are restored to be sure that they are visible before deleting any
3512         remaining ones.
3514 2013-07-26  Matthias Meulien  <orontee@gmail.com>
3516         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3517         vc-print-root-log.  (Bug#14948)
3519 2013-07-26  Richard Stallman  <rms@gnu.org>
3521         Add aliases for encrypting mail.
3522         * epa.el (epa-mail-aliases): New option.
3523         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3524         Bind inhibit-read-only so read-only text doesn't ruin everything.
3525         (epa-mail-default-recipients): New subroutine broken out.
3526         Handle epa-mail-aliases.
3528 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         Add support for lexical variables to the debugger's `e' command.
3531         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3532         vars, except for debugger-outer-match-data.
3533         (debugger-frame-number): Move check for "on a function call" from
3534         callers into it.  Add `skip-base' argument.
3535         (debugger-frame, debugger-frame-clear): Simplify accordingly.
3536         (debugger-env-macro): Only reset the state stored in non-variables,
3537         i.e. current-buffer and match-data.
3538         (debugger-eval-expression): Rewrite using backtrace-eval.
3539         * subr.el (internal--called-interactively-p--get-frame): Remove.
3540         (called-interactively-p):
3541         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3542         `base' arg of backtrace-frame instead.
3544 2013-07-26  Glenn Morris  <rgm@gnu.org>
3546         * align.el (align-regexp): Doc fix.  (Bug#14857)
3547         (align-region): Explicit error if subexpression missing/does not match.
3549         * simple.el (global-visual-line-mode):
3550         Do not duplicate the mode lighter.  (Bug#14858)
3552 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
3554         * window.el (display-buffer): In display-buffer bind
3555         split-window-keep-point to t, bug#14829.
3557 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
3559         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3560         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3561         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3562         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3563         Change accordingly.
3564         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3565         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3567 2013-07-25  Glenn Morris  <rgm@gnu.org>
3569         * dired-x.el (dired-mark-extension): Convert comment to doc string.
3571 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
3573         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3574         parameter to modify-frame-parameters if the value has not changed;
3575         this is a workaround for bug#14949.
3576         (desktop--make-frame): On cl-delete-if call, check parameter name,
3577         not full parameter.
3579 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
3581         * vc/vc.el (vc-ignore): New function.
3583         * vc/vc-svn.el (vc-svn-ignore): New function.
3585         * vc/vc-hg.el (vc-hg-ignore): New function.
3587         * vc/vc-git.el (vc-git-ignore): New function.
3589         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3590         (vc-dir-ignore): New function.
3592         * vc/vc-cvs.el (vc-cvs-ignore): New function.
3593         (cvs-append-to-ignore): Move here from pcvs.el.
3595         * vc/vc-bzr.el (vc-bzr-ignore): New function.
3597         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3599 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
3601         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3602         (desktop-restore-frames): Warn when deleting an existing frame failed.
3604 2013-07-24  Glenn Morris  <rgm@gnu.org>
3606         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
3608 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
3610         * filenotify.el (file-notify-supported-p):
3611         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3612         Remove functions.
3614         * autorevert.el (auto-revert-use-notify):
3615         (auto-revert-notify-add-watch):
3616         * net/tramp.el (tramp-file-name-for-operation):
3617         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3618         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3619         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3620         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3621         Remove `file-notify-supported-p' entry.
3623 2013-07-24  Glenn Morris  <rgm@gnu.org>
3625         * printing.el: Replace all uses of deleted ps-windows-system,
3626         ps-lp-system, ps-flatten-list with lpr- versions.
3628 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3631         checked with memq (bug#14935).
3633         * files.el (revert-buffer-function): Use a non-nil default.
3634         (revert-buffer-preserve-modes): Declare var to
3635         provide access to the `preserve-modes' argument.
3636         (revert-buffer): Let-bind it.
3637         (revert-buffer--default): New function, extracted from revert-buffer.
3639 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * lpr.el: Signal print errors more prominently.
3642         (print-region-function): Don't default to nil.
3643         (lpr-print-region): New function, extracted from print-region-1.
3644         Check lpr's return value and signal an error in case of problem.
3645         (print-region-1): Use it.
3646         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
3647         versions instead.
3648         (ps-printer-name): Default to nil.
3649         (ps-printer-name-option): Default to lpr-printer-switch.
3650         (ps-print-region-function): Don't default to nil.
3651         (ps-postscript-code-directory): Simplify default.
3652         (ps-do-despool): Use lpr-print-region to properly check the outcome.
3653         (ps-string-list, ps-eval-switch, ps-flatten-list)
3654         (ps-flatten-list-1): Remove.
3655         (ps-multibyte-buffer): Avoid setq.
3656         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3657         (print-region-function, ps-print-region-function): Don't set them here.
3659 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
3661         * ido.el (ido-fractionp):
3662         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3663         (ido-max-file-prompt-width, ido-unc-hosts-cache)
3664         (ido-max-directory-size, ido-max-dir-file-cache)
3665         (ido-decorations): Doc fix.
3667         * ansi-color.el: Fix old URL.
3669 2013-07-23  Michael R. Mauger  <michael@mauger.com>
3671         * progmodes/sql.el: Version 3.3
3672         (sql-product-alist): Improve oracle :prompt-cont-regexp.
3673         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3674         (sql-interactive-remove-continuation-prompt): Rewrite, use
3675         functions above.  Fix continuation prompt and complete output line
3676         handling.
3677         (sql-redirect-one, sql-execute): Use `read-only-mode' on
3678         redirected output buffer.
3679         (sql-mode): Restore deleted code (Bug#13591).
3681 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
3683         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3685 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
3687         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3689         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3690         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3691         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3693 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
3695         * desktop.el (desktop-clear): Simplify; remove useless checks
3696         against invalid buffer names.
3697         (desktop-list*): Use cl-list*.
3698         (desktop-buffer-info, desktop-create-buffer): Simplify.
3700 2013-07-23  Leo Liu  <sdl.web@gmail.com>
3702         * bookmark.el (bookmark-make-record): Restore NAME as a default
3703         value.  (Bug#14933)
3705 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * emacs-lisp/autoload.el (autoload--setup-output): New function,
3708         extracted from autoload--insert-text.
3709         (autoload--insert-text): Remove.
3710         (autoload--print-cookie-text): New function, extracted from
3711         autoload--insert-cookie-text.
3712         (autoload--insert-cookie-text): Remove.
3713         (autoload-generate-file-autoloads): Adjust calls accordingly.
3715         * winner.el (winner-hook-installed-p): Remove.
3716         (winner-mode): Simplify accordingly.
3718         * subr.el (add-to-list): Fix compiler-macro when `append' is
3719         not constant.  Don't use `cl-member' for the base case.
3721         * progmodes/subword.el: Fix boundary case (bug#13758).
3722         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
3723         own group.
3724         (subword-backward-regexp): Make it a constant.
3725         (subword-forward-internal): Don't treat a trailing capital as the
3726         beginning of a word.
3728 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3730         * emacs-lisp/package.el (package-menu-mode): Don't modify the
3731         global value of tabulated-list-revert-hook (bug#14930).
3733 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
3735         * desktop.el: Require 'cl-lib.
3736         (desktop-before-saving-frames-functions): New hook.
3737         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3738         for frames being saved.  Rename from desktop--save-minibuffer-frames.
3739         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3740         Do not save frames with non-nil `desktop-dont-save' parameter.
3741         Filter out deleted frames.
3742         (desktop--find-frame): Use cl-find-if.
3743         (desktop--select-frame): Use cl-(first|second|third) to access values
3744         of desktop-mini.
3745         (desktop--make-frame): Use cl-delete-if.
3746         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3747         (desktop-restore-frames): Use cl-(first|second|third) to access values
3748         of desktop-mini.  Look for visible frame at the end, not while
3749         restoring frames.
3751         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3752         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3753         Use string-match-p, looking-at-p (bug#14927).
3755 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
3757         * desktop.el (desktop-saved-frame-states):
3758         Rename from desktop--saved-states; all users changed.
3759         (desktop-save-frames): Rename from desktop--save-frames.
3760         Do not save state to desktop file.
3761         (desktop-save): Save desktop-saved-frame-states to desktop file
3762         and reset to nil.
3763         (desktop-restoring-frames-p): New function.
3764         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
3765         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
3766         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
3768         * desktop.el: Correctly restore iconified frames.
3769         (desktop--filter-iconified-position): New function.
3770         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3772 2013-07-20  Glenn Morris  <rgm@gnu.org>
3774         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3775         Let `message' do the formatting.
3776         (def-gdb-preempt-display-buffer): Add explicit format.
3778         * image-dired.el (image-dired-track-original-file):
3779         Use with-current-buffer.
3780         (image-dired-track-thumbnail): Use with-current-buffer.
3781         Avoid changing point of wrong window.
3783         * image-dired.el (image-dired-track-original-file):
3784         Avoid changing point of wrong window.  (Bug#14909)
3786 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
3788         * progmodes/gdb-mi.el (gdb-done-or-error):
3789         Guard against "%" in gdb output.  (Bug#14127)
3791 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
3793         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3794         (Bug#14826)
3796         * international/mule.el (coding-system-iso-2022-flags): Fix last
3797         change.
3799 2013-07-20  Kenichi Handa  <handa@gnu.org>
3801         * international/mule.el (coding-system-iso-2022-flags):
3802         Add `8-bit-level-4'.  (Bug#8522)
3804 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806         * net/shr.el (shr-mouse-browse-url): New command and keystroke
3807         (bug#14815).
3809         * net/eww.el (eww-process-text-input): Allow inputting when the
3810         point is at the start of the line, as the properties aren't
3811         front-sticky.
3813         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3814         degenerate widths.
3816 2013-07-19  Richard Stallman  <rms@gnu.org>
3818         * epa.el (epa-popup-info-window): Doc fix.
3820         * subr.el (split-string): New arg TRIM.
3822 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
3824         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3825         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3827 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
3829         * filenotify.el (file-notify--library): Rename from
3830         `file-notify-support'.  Do not autoload.  Adapt all uses.
3831         (file-notify-supported-p): New defun.
3833         * autorevert.el (auto-revert-use-notify):
3834         Use `file-notify-supported-p' instead of `file-notify-support'.
3835         Adapt docstring.
3836         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3838         * net/tramp.el (tramp-file-name-for-operation):
3839         Add `file-notify-supported-p'.
3841         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3842         New defun.
3843         (tramp-sh-file-name-handler-alist): Add it as handler for
3844         `file-notify-supported-p '.
3846         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3847         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3848         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3849         Add `ignore' as handler for `file-notify-*' functions.
3851 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
3853         * simple.el (line-move-partial, line-move): Don't start vscroll or
3854         scroll-up if the current line is not taller than the window.
3855         (Bug#14881)
3857 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
3859         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3860         highlight question marks in the method names as strings.
3861         (ruby-block-beg-keywords): Inline.
3862         (ruby-font-lock-keyword-beg-re): Extract from
3863         `ruby-font-lock-keywords'.
3865 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
3867         * frame.el (blink-cursor-blinks): New defcustom.
3868         (blink-cursor-blinks-done): New defvar.
3869         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3870         (blink-cursor-timer-function): Check if number of blinks has been
3871         done on X and NS.
3872         (blink-cursor-suspend, blink-cursor-check): New defuns.
3874 2013-07-15  Glenn Morris  <rgm@gnu.org>
3876         * edmacro.el (edmacro-format-keys): Fix previous change.
3878 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
3880         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3881         The hack didn't work outside English locales anyway.
3883 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
3885         * simple.el (define-alternatives): Rename from alternatives-define,
3886         per RMS' suggestion.
3888 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
3890         * desktop.el (desktop-restore-frames): Change default to t.
3891         (desktop-restore-in-current-display): Now offer more options.
3892         (desktop-restoring-reuses-frames): New customization option.
3893         (desktop--saved-states): Doc fix.
3894         (desktop-filter-parameters-alist): New variable, renamed and expanded
3895         from desktop--excluded-frame-parameters.
3896         (desktop--target-display): New variable.
3897         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3898         (desktop--filter-tty*, desktop--filter-*-color)
3899         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3900         (desktop--filter-save-desktop-parm)
3901         (desktop-restore-in-original-display-p): New functions.
3902         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3903         (desktop--save-minibuffer-frames): New function, inspired by a similar
3904         function from Martin Rudalics.
3905         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3906         (desktop--restore-in-this-display-p): Remove.
3907         (desktop--find-frame): Rename from desktop--find-frame-in-display
3908         and add predicate argument.
3909         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3910         (desktop--reuse-list): New variable.
3911         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3912         New functions.
3913         (desktop--restore-frames): Add support for "minibuffer-special" frames.
3915 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
3917         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3919 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
3921         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3922         Highlight conversion methods on Kernel.
3924 2013-07-13  Alan Mackenzie  <acm@muc.de>
3926         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3927         and comment it out.  This out-commenting enables certain C++
3928         declarations to be parsed correctly.
3930 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
3932         * international/mule.el (define-coding-system): Doc fix.
3934         * simple.el (default-font-height): Don't call font-info if the
3935         frame's default font didn't change since the frame was created.
3936         (Bug#14838)
3938 2013-07-13  Leo Liu  <sdl.web@gmail.com>
3940         * ido.el (ido-read-file-name): Guard against non-symbol value.
3942 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3944         * progmodes/python.el (python-imenu--build-tree): Fix corner case
3945         in nested defuns.
3947 2013-07-13  Leo Liu  <sdl.web@gmail.com>
3949         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3950         ido-set-matches call.  (Bug#6852)
3952 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
3954         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3955         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3956         Ruby 2.0.
3957         (ruby-font-lock-keywords): Distinguish calls to functions with
3958         module-like names from module references.  Highlight character
3959         literals.
3961 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
3963         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
3964         (gdb-send): Handle continued commands.  (Bug#14847)
3966 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
3968         * desktop.el (desktop--v2s): Remove unused local variable.
3969         (desktop-save-buffer): Make defvar-local; adjust docstring.
3970         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3971         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3973 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
3975         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3977 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
3979         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3980         (Bug#14842)
3982 2013-07-12  Glenn Morris  <rgm@gnu.org>
3984         * doc-view.el: Require cl-lib at runtime too.
3985         (doc-view-remove-if): Remove.
3986         (doc-view-search-next-match, doc-view-search-previous-match):
3987         Use cl-remove-if.
3989         * edmacro.el: Require cl-lib at runtime too.
3990         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3991         (edmacro-mismatch, edmacro-subseq): Remove.
3993         * shadowfile.el: Require cl-lib.
3994         (shadow-remove-if): Remove.
3995         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3996         Use cl-remove-if.
3998         * wid-edit.el: Require cl-lib.
3999         (widget-choose): Use cl-remove-if.
4000         (widget-remove-if): Remove.
4002         * progmodes/ebrowse.el: Require cl-lib at runtime too.
4003         (ebrowse-delete-if-not): Remove.
4004         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4005         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4006         Use cl-delete-if-not.
4008 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
4010         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4011         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4013 2013-07-12  Leo Liu  <sdl.web@gmail.com>
4015         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
4017 2013-07-11  Glenn Morris  <rgm@gnu.org>
4019         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4020         (edebug-gensym-index, edebug-gensym):
4021         Remove reimplementation of cl-gensym.
4022         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4024         * thumbs.el: Require cl-lib at run-time too.
4025         (thumbs-gensym-counter, thumbs-gensym):
4026         Remove reimplementation of cl-gensym.
4027         (thumbs-temp-file): Use cl-gensym.
4029         * emacs-lisp/ert.el: Require cl-lib at runtime too.
4030         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4031         (ert--intersection, ert--set-difference, ert--set-difference-eq)
4032         (ert--union, ert--gensym-counter, ert--gensym-counter)
4033         (ert--coerce-to-vector, ert--remove*, ert--string-position)
4034         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4035         (ert-make-test-unbound, ert--expand-should-1)
4036         (ert--expand-should, ert--should-error-handle-error)
4037         (should-error, ert--explain-equal-rec)
4038         (ert--plist-difference-explanation, ert-select-tests)
4039         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4040         Use cl-lib functions rather than reimplementations.
4042 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
4044         * net/tramp.el (tramp-methods): Extend docstring.
4045         (tramp-connection-timeout): New defcustom.
4046         (tramp-error-with-buffer): Reset timestamp only when appropriate.
4047         (with-tramp-progress-reporter): Simplify.
4048         (tramp-process-actions): Improve messages.
4050         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4051         * net/tramp-sh.el (tramp-maybe-open-connection):
4052         Use `tramp-connection-timeout'.
4053         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4054         (Bug#14808)
4056 2013-07-11  Leo Liu  <sdl.web@gmail.com>
4058         * ido.el (ido-read-file-name): Conform to the requirements of
4059         read-file-name.  (Bug#11861)
4060         (ido-read-directory-name): Conform to the requirements of
4061         read-directory-name.
4063 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
4065         * subr.el (delay-warning): New function.
4067 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
4069         * simple.el (default-line-height): New function.
4070         (line-move-partial, line-move): Use it instead of computing the
4071         line height inline.
4072         (line-move-partial): Always compute ROWH.  If the last line is
4073         partially-visible, but its text is completely visible, allow
4074         cursor to enter such a partially-visible line.
4076 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
4078         Improve error messages.  (Bug#14808)
4080         * net/tramp.el (tramp-current-connection): New defvar, moved from
4081         tramp-sh.el.
4082         (tramp-message-show-progress-reporter-message): Remove, not
4083         needed anymore.
4084         (tramp-error-with-buffer): Show message in minibuffer.
4085         Discard input before waiting.  Reset connection timestamp.
4086         (with-tramp-progress-reporter): Improve messages.
4087         (tramp-process-actions): Use progress reporter.  Delete process in
4088         case of error.  Improve messages.
4090         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4091         Call `tramp-error-with-buffer' with vector and buffer.
4092         (tramp-current-connection): Remove.
4093         (tramp-maybe-open-connection): The car of
4094         `tramp-current-connection' are the first 3 slots of the vector.
4096 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
4098         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4099         inside continued strings.
4101 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
4103         Timestamp fixes for undo (Bug#14824).
4104         * files.el (clear-visited-file-modtime): Move here from fileio.c.
4106 2013-07-10  Leo Liu  <sdl.web@gmail.com>
4108         * files.el (require-final-newline): Allow safe local value.
4109         (Bug#14834)
4111 2013-07-09  Leo Liu  <sdl.web@gmail.com>
4113         * ido.el (ido-read-directory-name): Handle fallback.
4114         (ido-read-file-name): Update DIR to ido-current-directory.
4115         (Bug#1516)
4116         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
4118 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
4120         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4121         "autoload".  Remove "warn lower camel case" section, previously
4122         commented out.  Highlight negation char.  Do not highlight the
4123         target in singleton method definitions.
4125 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4127         * faces.el (tty-setup-hook): Declare the hook.
4129         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4130         and detect when a guard/pred depends on local vars (bug#14773).
4131         (pcase--u1): Adjust caller.
4133 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
4135         * simple.el (line-move-partial, line-move): Account for
4136         line-spacing.
4137         (line-move-partial): Avoid setting vscroll when the last
4138         partially-visible line in window is of default height.
4140 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4143         been used a while.
4145 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
4147         * subr.el (read-quoted-char): Remove unused local variable `char'.
4149 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4151         * ediff.el (ediff-version): Version update.
4152         (ediff-files-command, ediff3-files-command, ediff-merge-command)
4153         (ediff-merge-with-ancestor-command, ediff-directories-command)
4154         (ediff-directories3-command, ediff-merge-directories-command)
4155         (ediff-merge-directories-with-ancestor-command): New functions.
4156         All are command-line interfaces to ediff: to facilitate calling
4157         Emacs with the appropriate ediff functions invoked.
4159         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4160         (viper-save-kill-buffer): Check if buffer is modified.
4162         * viper.el (viper-version): Version update.
4163         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4165 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4167         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4168         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4169         (viper-intercept-ESC-key): Simplify.
4170         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4171         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4172         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4173         (viper-setup-ESC-to-escape): New functions.
4174         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4175         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
4177 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
4179         * simple.el (default-font-height, window-screen-lines):
4180         New functions.
4181         (line-move, line-move-partial): Use them instead of
4182         frame-char-height and window-text-height.  This makes scrolling
4183         text smoother when the buffer's default face uses a font that is
4184         different from the frame's default font.
4186 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
4188         * files.el (write-file): Do not display confirm dialog for NS,
4189         it does its own dialog, which can't be cancelled (Bug#14578).
4191 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4193         * simple.el (line-move-partial): Adjust the row returned by
4194         posn-at-point for the current window-vscroll.  (Bug#14567)
4196 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
4198         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4199         (tramp-sh-file-inotifywait-process-filter): Handle file names with
4200         spaces.
4202 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
4204         * window.el (window-state-put-stale-windows): New variable.
4205         (window--state-put-2): Save list of windows without matching buffer.
4206         (window-state-put): Remove "bufferless" windows if possible.
4208 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
4210         * simple.el (alternatives-define): Remove leftover :group keyword.
4211         Tweak docstring.
4213 2013-07-06  Leo Liu  <sdl.web@gmail.com>
4215         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4216         (ido-enable-virtual-buffers): New variable.
4217         (ido-buffer-internal, ido-toggle-virtual-buffers)
4218         (ido-make-buffer-list): Use it.
4219         (ido-exhibit): Support turning on and off virtual buffers
4220         automatically.
4222 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
4224         * simple.el (alternatives-define): New macro.
4226 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4228         * subr.el (read-quoted-char): Use read-key.
4229         (sit-for): Let read-event decode tty input (bug#14782).
4231 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
4233         * calendar/todo-mode.el: Add handling of file deletion, both by
4234         mode command and externally.  Fix various related bugs.
4235         Clarify Commentary and improve some documentation strings and code.
4236         (todo-delete-file): New command.
4237         (todo-check-file): New function.
4238         (todo-show): Handle external deletion of the file we're trying to
4239         show (bug#14688).  Replace called-interactively-p by an optional
4240         prefix argument to avoid problematic interaction with catch form
4241         when byte compiled (bug#14702).
4242         (todo-quit): Handle external deletion of the archive's todo file.
4243         Make sure the buffer that was visiting the archive file is still
4244         live before trying to bury it.
4245         (todo-category-completions): Handle external deletion of any
4246         category completion files.
4247         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4248         of todo files, in case of external deletion.
4249         (todo-add-file): Replace unnecessary setq by let-binding.
4250         (todo-find-archive): Check whether there are any archives.
4251         Replace unnecessary setq by let-binding.
4252         (todo-archive-done-item): Use find-file-noselect to get the
4253         archive buffer whether or not the archive already exists.
4254         Remove superfluous code.  Use file size instead of buffer-file-name to
4255         check if the archive is new; if it is, update list of archives.
4256         (todo-default-todo-file): Allow nil to be a valid value for when
4257         there are no todo files.
4258         (todo-reevaluate-default-file-defcustom): Use corrected definition
4259         of todo-default-todo-file.
4260         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4261         (todo-delete-category, todo-show-categories-table)
4262         (todo-category-number): Clarify comment.
4263         (todo-filter-items): Clarify documentation string.
4264         (todo-show-current-file, todo-display-as-todo-file)
4265         (todo-reset-and-enable-done-separator): Tweak documentation string.
4266         (todo-done-separator): Make separator length window-width, since
4267         bug#2749 is now fixed.
4269 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
4271         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4272         Support both "gvfs-monitor-dir" and "inotifywait".
4273         (tramp-sh-file-inotifywait-process-filter): Rename from
4274         `tramp-sh-file-notify-process-filter'.
4275         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4276         (tramp-get-remote-gvfs-monitor-dir): New defuns.
4278 2013-07-05  Leo Liu  <sdl.web@gmail.com>
4280         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4282 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4284         * frame.el (display-pixel-height, display-pixel-width)
4285         (display-mm-height, display-mm-width): Mention behavior on
4286         multi-monitor setups in docstrings.
4287         (w32-display-monitor-attributes-list): Declare function.
4288         (display-monitor-attributes-list): Use it.
4290 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
4292         * filenotify.el: New package.
4294         * autorevert.el (top): Require filenotify.el.
4295         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
4296         instead.
4297         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4298         (auto-revert-notify-handler): Use `file-notify-*' functions.
4300         * subr.el (file-notify-handle-event): Move function to filenotify.el.
4302         * net/tramp.el (tramp-file-name-for-operation):
4303         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
4305         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4306         for `file-notify-add-watch' and `file-notify-rm-watch'.
4307         (tramp-process-sentinel): Improve trace.
4308         (tramp-sh-handle-file-notify-add-watch)
4309         (tramp-sh-file-notify-process-filter)
4310         (tramp-sh-handle-file-notify-rm-watch)
4311         (tramp-get-remote-inotifywait): New defuns.
4313 2013-07-03  Juri Linkov  <juri@jurta.org>
4315         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4316         call of `occur-read-primary-args' to interactive spec.
4318         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4319         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
4321 2013-07-03  Matthias Meulien  <orontee@gmail.com>
4323         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4324         `Buffer-menu-multi-occur'.  Add it to the menu.
4325         (Buffer-menu-mode): Document it in docstring.
4326         (Buffer-menu-multi-occur): New command.  (Bug#14673)
4328 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
4330         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4331         keywords and built-ins.
4333 2013-07-03  Glenn Morris  <rgm@gnu.org>
4335         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
4337         Make info-xref checks case-sensitive by default
4338         * info.el (Info-find-node, Info-find-in-tag-table)
4339         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4340         Add option for exact case matching of nodes.
4341         * info-xref.el (info-xref): New custom group.
4342         (info-xref-case-fold): New option.
4343         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4345 2013-07-03  Leo Liu  <sdl.web@gmail.com>
4347         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4349 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
4351         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4352         middle of block statement initially, lower the depth.  Remove
4353         FIXME comment, not longer valid.  Remove middle of block statement
4354         detection, no need to do that anymore since we've been using
4355         `ruby-parse-region' here.
4357 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
4359         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4361 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4363         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4365 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
4367         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4368         (desktop-restore-in-current-display): New customization option.
4369         (desktop--excluded-frame-parameters): Add `font'.
4370         (desktop--save-frames): Rename from desktop--save-windows.
4371         (desktop--restore-in-this-display-p): New function.
4372         (desktop--make-full-frame): Remove unwanted width/height from
4373         full(width|height) frames.
4374         (desktop--restore-frames): Rename from desktop--restore-windows.
4375         Obey desktop-restore-current-display.  Do not delete old frames or
4376         select a new frame unless we were able to restore at least one frame.
4378 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
4380         * files.el (find-file-noselect): Simplify conditional expression.
4382         * remember.el (remember-append-to-file):
4383         Don't mix `find-buffer-visiting' and `get-file-buffer'.
4385         Add `remember-notes' function to store random notes across Emacs
4386         restarts.
4387         * remember.el (remember-data-file): Add :set callback to affect
4388         notes buffer (if any).
4389         (remember-notes): New command.
4390         (remember-notes-buffer-name, bury-remember-notes-on-kill):
4391         New defcustoms for the `remember-notes' function.
4392         (remember-notes-save-and-bury-buffer): New command.
4393         (remember-notes-mode-map): New variable.
4394         (remember-mode): New minor mode.
4395         (remember-notes--kill-buffer-query): New function.
4396         * startup.el (initial-buffer-choice): Add notes to custom type.
4398 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
4400         * bindings.el (right-char, left-char): Don't call sit-for, this is
4401         no longer needed.  Use arithmetic comparison only for numerical
4402         arguments.
4404         * international/mule-cmds.el (select-safe-coding-system):
4405         Handle the case of FROM being a string correctly.  (Bug#14755)
4407 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409         * net/shr.el (shr-make-table-1): Add a sanity check that allows
4410         progression on degenerate tables.
4411         (shr-rescale-image): ImageMagick animated images currently don't work.
4413 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
4415         Some fixes and improvements for desktop frame restoration.
4416         It is still experimental and disabled by default.
4417         * desktop.el (desktop--save-windows): Put the selected frame at
4418         the head of the list.
4419         (desktop--make-full-frame): New function.
4420         (desktop--restore-windows): Try to re-select the frame that was
4421         selected upon saving.  Do not abort if some frames fail to restore,
4422         just show an error message and continue.  Set up maximized frames
4423         so they have default non-maximized dimensions.
4425 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
4427         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4428         Don't start heredoc inside a string or comment.
4430 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
4432         * bindings.el (visual-order-cursor-movement): New defcustom.
4433         (right-char, left-char): Provide visual-order cursor motion by
4434         calling move-point-visually.  Update the doc strings.
4436 2013-06-28  Kenichi Handa  <handa@gnu.org>
4438         * international/mule.el (define-coding-system): New coding system
4439         properties :inhibit-null-byte-detection,
4440         :inhibit-iso-escape-detection, and :prefer-utf-8.
4441         (set-buffer-file-coding-system): If :charset-list property of
4442         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4443         appropriate for setting.
4445         * international/mule-cmds.el (select-safe-coding-system):
4446         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4447         multibyte characters, return utf-8 (or one of its siblings).
4449         * international/mule-conf.el (prefer-utf-8): New coding system.
4450         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4451         files.
4453 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
4455         * net/shr.el (shr-render-region): New function.
4457         * net/eww.el: Autoload `eww-browse-url'.
4459 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
4461         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4462         Adapt to `package-desc-version' being a list.
4463         Use `package--ac-desc-version' to retrieve version from a package
4464         archive element.
4466 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
4468         New experimental feature to save&restore window and frame setup.
4469         * desktop.el (desktop-save-windows): New defcustom.
4470         (desktop--saved-states): New var.
4471         (desktop--excluded-frame-parameters): New defconst.
4472         (desktop--filter-frame-parms, desktop--find-frame-in-display)
4473         (desktop--restore-windows, desktop--save-windows): New functions.
4474         (desktop-save): Call `desktop--save-windows'.
4475         (desktop-read): Call `desktop--restore-windows'.
4477 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479         * net/shr.el (add-face-text-property): Remove compat definition.
4481 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
4483         * info.el (Info-try-follow-nearest-node): Move search for footnote
4484         above search for node name to prevent missing a footnote (bug#14717).
4486 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
4488         * obsolete/otodo-mode.el: Add obsolescence info to file header.
4490 2013-06-27  Leo Liu  <sdl.web@gmail.com>
4492         * net/eww.el (eww-read-bookmarks): Check file size.
4494 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4497         advice--pending if newdef is nil or an autoload (bug#13820).
4498         (advice-mapc): New function.
4500 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4503         probably.
4504         (eww-mode-map): Add a menu bar.
4505         (eww-add-bookmark): New command.
4506         (eww-bookmark-mode): New mode and commands.
4507         (eww-add-bookmark): Remove newlines from the title.
4508         (eww-bookmark-browse): Don't bug out if it's the only window.
4510 2013-06-26  Glenn Morris  <rgm@gnu.org>
4512         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4513         (hfy-size): Handle ttys.  (Bug#14668)
4515         * info-xref.el: Update for Texinfo 5 change in *note format.
4516         (info-xref-node-re, info-xref-note-re): New constants.
4517         (info-xref-check-buffer): Use info-xref-note-re.
4519 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4521         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4523         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4524         nil terminate the loop (bug#14718).
4526 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528         * net/eww.el: Rework history traversal.  When going forward/back,
4529         put these actions into the history, too, so that they can be
4530         replayed.
4531         (eww-render): Move the history reset to the correct buffer.
4533 2013-06-25  Juri Linkov  <juri@jurta.org>
4535         * files-x.el (modify-dir-local-variable): Change the header comment
4536         in the file with directory local variables.  (Bug#14692)
4538         * files-x.el (read-file-local-variable-value): Add `default'.
4539         (Bug#14710)
4541 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543         * net/eww.el (eww-make-unique-file-name): Create a unique file
4544         name before saving to entering `y' accidentally asynchronously.
4546 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
4548         * net/eww.el (eww-download): New command and keystroke.
4550 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552         * net/eww.el (eww-copy-page-url): Change name of command.
4554         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4555         be more consistent with Info and dired.
4557         * net/eww.el (eww-mode-map): Ditto.
4559 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4561         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
4562         packages from archives.
4563         (package-archive-contents): Change format; include obsolete packages.
4564         (package-desc): Use `dir' to mark builtin packages.
4565         (package--from-builtin): Set the `dir' field to `builtin'.
4566         (generated-autoload-file, version-control): Declare.
4567         (package-compute-transaction): Change first arg and return value to be
4568         lists of package-descs.  Adjust to new package-archive-contents format.
4569         (package--add-to-archive-contents): Adjust to new
4570         package-archive-contents format.
4571         (package-download-transaction): Arg is now a list of package-descs.
4572         (package-install): If `pkg' is a package name, pass it as
4573         a requirement, so it is subject to the usual (e.g. disabled) checks.
4574         (describe-package): Accept package-desc as well.
4575         (describe-package-1): Describe a specific package-desc.  Add links to
4576         other package-descs for the same package name.
4577         (package-menu-describe-package): Pass the actual package-desc.
4578         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4579         works correctly.
4580         (package-desc-status): New function.
4581         (package-menu--refresh): New function, extracted
4582         from package-menu--generate.
4583         (package-menu--generate): Use it.
4584         (package-delete): Update package-alist.
4585         (package-menu-execute): Don't call package-initialize.
4587         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4588         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4589         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4590         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4591         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4592         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4594 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
4596         * window.el (window--state-get-1): Workaround for bug#14527.
4597         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4599 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601         * net/eww.el (eww-back-url): Implement the history by stashing all
4602         the data into a list.
4603         (eww-forward-url): Allow going forward in the history, too.
4605 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4607         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4608         for values and use read--expression for expressions (bug#14710).
4609         (read-file-local-variable): Avoid setq.
4610         (read-file-local-variable-mode): Use minor-mode-list.
4612 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4614         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4615         for DOI URLs.
4617 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4619         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4620         Update imenu-support when dialect changes.
4622 2013-06-25  Leo Liu  <sdl.web@gmail.com>
4624         * ido.el (ido-read-internal): Allow forward slash on windows.
4626 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628         * net/eww.el (eww): Start of strings is \\`, not ^.
4630 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
4632         * net/shr.el (shr-browse-url): Fix interactive spec.
4634         * net/eww.el (eww): Add a trailing slash to domain names.
4636 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
4638         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4640 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * net/shr.el (shr-browse-url): Use an external browser if given a
4643         prefix.
4645         * net/eww.el (eww-external-browser): Move to shr.
4647 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
4649         * net/eww.el (eww): Work more correctly for file: URLs.
4650         (eww-detect-charset): Allow quoted charsets.
4651         (eww-yank-page-url): New command and keystroke.
4653 2013-06-24  Daiki Ueno  <ueno@gnu.org>
4655         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4656         file name of gpg executable.
4657         (epg-context-program): New function.
4658         (epg-context-home-directory): New function.
4659         (epg-context-set-program): New function.
4660         (epg-context-set-home-directory): New function.
4661         (epg--start): Use `epg-context-program' instead of
4662         'epg-gpg-program'.
4663         (epg--list-keys-1): Likewise.
4665 2013-06-24  Leo Liu  <sdl.web@gmail.com>
4667         * ido.el (ido-read-internal): Fix bug#14620.
4669 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
4671         * faces.el (face-documentation): Simplify.
4672         (read-face-attribute, tty-find-type, x-resolve-font-name):
4673         Use `string-match-p'.
4674         (list-faces-display): Use `string-match-p'.  Simplify.
4675         (face-spec-recalc): Check face to avoid face alias loops.
4676         (read-color): Use `string-match-p' and non-capturing parenthesis.
4678 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680         * net/shr.el (shr-rescale-image): Use the new
4681         :max-width/:max-height functionality.
4683 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
4685         * net/eww.el (eww-search-prefix): New variable.
4686         (eww): Use it.
4687         (eww-external-browser): New variable.
4688         (eww-mode-map): New keystroke.
4689         (eww-browse-with-external-browser): New command.
4691         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4693 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
4695         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4696         Don't skip aligning the next header field when padding is 0;
4697         otherwise, field width is not respected unless the title is as
4698         wide as the field.
4700 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4702         * emacs-lisp/package.el (package-el-version): Remove.
4703         (package-process-define-package): Fix inf-loop.
4704         (package-install): Allow symbols as arguments again.
4706 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
4708         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4709         add some more keyword-like methods.
4710         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4712 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
4714         * bs.el (bs-buffer-show-mark): Make defvar-local.
4715         (bs-mode): Use setq-local.
4717         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4718         (emacs-lock--try-unlocking): Make defvar-local.
4720 2013-06-22  Glenn Morris  <rgm@gnu.org>
4722         * play/cookie1.el (cookie-apropos): Minor simplification.
4724         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4726 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
4728         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4729         `regexp-opt', it breaks the build during dumping.
4731 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
4733         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4734         Highlight keyword-like methods on Kernel and Module with
4735         font-lock-builtin-face.
4736         (auto-mode-alist): Consolidate different entries into one regexp
4737         and add more *file-s.
4739 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
4741         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4743         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4744         (diary-entry): Use it in the action of this button type instead of
4745         diary-goto-entry.
4747         * calendar/todo-mode.el: New version.
4748         (todo-add-category): Append new category to end of file and give
4749         it the highest number, instead of putting it at the beginning and
4750         giving it 0.  Incorporate noninteractive functionality.
4751         (todo-forward-category): Adapt to 1-based category numbering.
4752         Allow skipping over archived categories.
4753         (todo-backward-category): Derive from todo-forward-category.
4754         (todo-backward-item, todo-forward-item): Make noninteractive and
4755         delegate interactive part to new commands.  Make sensitive to done items.
4756         (todo-categories): Make value an alist of category names and
4757         vectors of item counts.
4758         (todo-category-beg): Make a defconst.
4759         (todo-category-number): Use 1 instead of 0 as initial value.
4760         (todo-category-select): Make sensitive to overlays, optional item
4761         highlighting and done items.
4762         (todo-delete-item): Make sensitive to overlays and marked and done items.
4763         (todo-edit-item): Make sensitive to overlays and editing of
4764         date/time header optional.  Add format checks.
4765         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
4766         no-op if point is not on an item.  Advertise using todo-edit-quit.
4767         (todo-edit-mode): Make sensitive to new format, font-locking, and
4768         multiple todo files.
4769         (todo-insert-item, todo-insert-item-here): Derive from
4770         todo-basic-insert-item and extend functionality.
4771         (todo-item-end, todo-item-start): Make sensitive to done items.
4772         (todo-item-string): Don't return text properties.  Restore point.
4773         (todo-jump-to-category): Make sensitive to multiple todo files and
4774         todo archives.  Use extended category completion.
4775         (todo-lower-item, todo-raise-item): Rename to *-priority and
4776         derive from todo-set-item-priority.
4777         (todo-mode): Derive from special-mode.  Make sensitive to new
4778         format, font-locking and multiple todo files.  Make read-only.
4779         (todo-mode-map): Don't suppress digit keys, so they can supply
4780         prefix arguments.  Add many new key bindings.
4781         (todo-prefix): Insert as an overlay instead of file text.
4782         Change semantics from diary date expression to purely visual mark.
4783         (todo-print): Rename to todo-print-buffer.  Make buffer display
4784         features printable.  Remove option to restrict number of items
4785         printed.  Add option to print to file.
4786         (todo-print-function): Rename to todo-print-buffer-function.
4787         (todo-quit): Extend to handle exiting new todo modes.
4788         (todo-remove-item): Make sensitive to overlays.
4789         (todo-save): Extend to buffers of filtered items.
4790         (todo-show): Make sensitive to done items, multiple todo files and
4791         new todo modes.  Offer to convert legacy todo file before creating
4792         first new todo file.
4793         (todo-show-priorities): Rename to todo-top-priorities.
4794         Change semantics of value 0.
4795         (todo-top-priorities): Rename to todo-filter-top-priorities,
4796         derive from todo-filter-items and extend functionality.
4797         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4798         and extend functionality to other types of filtered items.
4799         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4800         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4801         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4802         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4803         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4804         (todo-edit-mode-hook, todo-entry-prefix-function)
4805         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4806         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4807         (todo-initials, todo-insert-threshold, todo-item-string-start)
4808         (todo-line-string, todo-menu, todo-mode-hook)
4809         (todo-more-important-p, todo-previous-answer, todo-previous-line)
4810         (todo-print-priorities, todo-remove-separator)
4811         (todo-save-top-priorities-too, todo-string-count-lines)
4812         (todo-string-multiline-p, todo-time-string-format)
4813         (todo-tmp-buffer-name): Remove.
4814         (todo-add-file, todo-archive-done-item, todo-choose-archive)
4815         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4816         (todo-edit-category-diary-inclusion)
4817         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4818         (todo-edit-file, todo-edit-item-date-day)
4819         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4820         (todo-edit-item-date-month, todo-edit-item-date-to-today)
4821         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4822         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4823         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4824         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4825         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4826         (todo-filter-top-priorities-multifile, todo-find-archive)
4827         (todo-find-filtered-items-file, todo-go-to-source-item)
4828         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4829         (todo-jump-to-archive-category, todo-lower-category)
4830         (todo-mark-category, todo-marked-item-p, todo-merge-category)
4831         (todo-move-category, todo-move-item, todo-next-button)
4832         (todo-next-item, todo-padded-string, todo-powerset)
4833         (todo-previous-button, todo-previous-item)
4834         (todo-print-buffer-to-file, todo-raise-category)
4835         (todo-rename-category, todo-repair-categories-sexp, todo-search)
4836         (todo-set-category-number, todo-set-item-priority)
4837         (todo-set-top-priorities-in-category)
4838         (todo-set-top-priorities-in-file, todo-show-categories-table)
4839         (todo-sort-categories-alphabetically-or-numerically)
4840         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4841         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4842         (todo-toggle-item-header, todo-toggle-item-highlighting)
4843         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4844         (todo-toggle-view-done-items, todo-toggle-view-done-only)
4845         (todo-unarchive-items, todo-unmark-category): New commands.
4846         (todo-absolute-file-name, todo-add-to-buffer-list)
4847         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4848         (todo-basic-insert-item, todo-category-completions)
4849         (todo-category-number, todo-category-string-matcher-1)
4850         (todo-category-string-matcher-2, todo-check-filtered-items-file)
4851         (todo-check-format, todo-clear-matches)
4852         (todo-comment-string-matcher, todo-convert-legacy-date-time)
4853         (todo-current-category, todo-date-string-matcher)
4854         (todo-define-insertion-command, todo-diary-expired-matcher)
4855         (todo-diary-goto-entry, todo-diary-item-p)
4856         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4857         (todo-display-categories, todo-display-sorted, todo-done-item-p)
4858         (todo-done-item-section-p, todo-done-separator)
4859         (todo-done-string-matcher, todo-files, todo-filter-items)
4860         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4861         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4862         (todo-insert-category-line, todo-insert-item-from-calendar)
4863         (todo-insert-sort-button, todo-insert-with-overlays)
4864         (todo-insertion-command-name, todo-insertion-key-bindings)
4865         (todo-label-to-key, todo-longest-category-name-length)
4866         (todo-make-categories-list, todo-mode-external-set)
4867         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4868         (todo-modes-set-3, todo-multiple-filter-files)
4869         (todo-nondiary-marker-matcher, todo-prefix-overlays)
4870         (todo-read-category, todo-read-date, todo-read-dayname)
4871         (todo-read-file-name, todo-read-time)
4872         (todo-reevaluate-category-completions-files-defcustom)
4873         (todo-reevaluate-default-file-defcustom)
4874         (todo-reevaluate-filelist-defcustoms)
4875         (todo-reevaluate-filter-files-defcustom)
4876         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4877         (todo-reset-done-separator, todo-reset-done-separator-string)
4878         (todo-reset-done-string, todo-reset-global-current-todo-file)
4879         (todo-reset-highlight-item, todo-reset-nondiary-marker)
4880         (todo-reset-prefix, todo-set-categories)
4881         (todo-set-date-from-calendar, todo-set-show-current-file)
4882         (todo-set-top-priorities, todo-short-file-name)
4883         (todo-show-current-file, todo-sort, todo-time-string-matcher)
4884         (todo-total-item-counts, todo-update-buffer-list)
4885         (todo-update-categories-display, todo-update-categories-sexp)
4886         (todo-update-count, todo-validate-name, todo-y-or-n-p):
4887         New functions.
4888         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4889         New major modes.
4890         (todo-categories, todo-display, todo-edit, todo-faces)
4891         (todo-filtered): New defgroups.
4892         (todo-archived-only, todo-button, todo-category-string, todo-date)
4893         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4894         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4895         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4896         (todo-add-item-if-new-category, todo-always-add-time-string)
4897         (todo-categories-align, todo-categories-archived-label)
4898         (todo-categories-category-label, todo-categories-diary-label)
4899         (todo-categories-done-label, todo-categories-number-separator)
4900         (todo-categories-todo-label, todo-categories-totals-label)
4901         (todo-category-completions-files, todo-completion-ignore-case)
4902         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4903         (todo-done-separator-string, todo-done-string)
4904         (todo-files-function, todo-filter-done-items, todo-filter-files)
4905         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4906         (todo-initial-category, todo-initial-file, todo-item-mark)
4907         (todo-legacy-date-time-regexp, todo-mode-line-function)
4908         (todo-nondiary-marker, todo-number-prefix)
4909         (todo-print-buffer-function, todo-show-current-file)
4910         (todo-show-done-only, todo-show-first, todo-show-with-done)
4911         (todo-skip-archived-categories, todo-top-priorities-overrides)
4912         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4913         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4914         New defcustoms.
4915         (todo-category-done, todo-date-pattern, todo-date-string-start)
4916         (todo-diary-items-buffer, todo-done-string-start)
4917         (todo-filtered-items-buffer, todo-item-start)
4918         (todo-month-abbrev-array, todo-month-name-array)
4919         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4920         (todo-top-priorities-buffer): New defconsts.
4921         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4922         (todo-categories-with-marks, todo-category-string-face)
4923         (todo-comment-face, todo-comment-string, todo-current-todo-file)
4924         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4925         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4926         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4927         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4928         (todo-font-lock-keywords, todo-global-current-todo-file)
4929         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4930         (todo-insertion-commands-args)
4931         (todo-insertion-commands-args-genlist)
4932         (todo-insertion-commands-names, todo-insertion-map)
4933         (todo-key-bindings-t, todo-key-bindings-t+a)
4934         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4935         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4936         (todo-nondiary-face, todo-print-buffer, todo-time-face)
4937         (todo-visited): New variables.
4939 2013-06-21  Glenn Morris  <rgm@gnu.org>
4941         * play/cookie1.el (cookie-apropos): Add optional display argument.
4942         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4943         (psychoanalyze-pinhead): Use cookie-doctor.
4945 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
4947         * emacs-lisp/package.el (tar-get-file-descriptor)
4948         (tar--extract): Declare.
4950 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
4952         Extend flymake's warning predicate to be a function (bug#14217).
4953         * progmodes/flymake.el (flymake-warning-predicate): New.
4954         (flymake-parse-line): Use it.
4955         (flymake-warning-re): Make obsolete alias to
4956         `flymake-warning-predicate'.
4958 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4960         * emacs-lisp/package.el (package-alist): Include obsolete packages.
4961         (package-obsolete-list): Remove.
4962         (package-activate): Remove min-version argument.  Add `force' argument.
4963         Adjust to new package-alist format.
4964         (package-mark-obsolete): Remove.
4965         (package-unpack): Force reload of the package's autoloads.
4966         (package-installed-p): Check builtins if the installed package is not
4967         recent enough.
4968         (package-initialize): Don't reset package-obsolete-list.
4969         Don't specify which package version to activate.
4970         (package-process-define-package, describe-package-1)
4971         (package-menu--generate): Adjust to new package-alist format.
4973 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
4975         * allout-widgets.el (allout-widgets-mode-off)
4976         (allout-widgets-mode-on, allout-widgets-pre-command-business)
4977         (allout-widgets-post-command-business)
4978         (allout-widgets-after-copy-or-kill-function)
4979         (allout-widgets-after-undo-function, allout-test-range-overlaps)
4980         (allout-decorate-item-and-context)
4981         (allout-graphics-modification-handler): Fix typos in docstrings.
4982         (allout-get-or-create-parent-widget): Use `looking-at-p'.
4984         * cmuscheme.el (scheme-start-file): Doc fix.
4985         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4986         (scheme-input-filter): Use `string-match-p'.
4988         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4990         * dired-x.el: Use Dired consistently in docstrings.
4992         * dired.el: Use Dired consistently in docstrings.
4993         (dired-readin, dired-mode): Use `setq-local'.
4994         (dired-switches-alist): Make defvar-local.
4995         (dired-buffers-for-dir): Use `zerop'.
4996         (dired-safe-switches-p, dired-switches-escape-p)
4997         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4998         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4999         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5000         (dired-goto-next-nontrivial-file): Use `string-match-p'.
5001         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5002         (dired-toggle-marks, dired-mark-files-containing-regexp)
5003         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5004         (dired-flag-auto-save-files, dired-flag-backup-files):
5005         Use `looking-at-p'.
5006         (dired-mark-files-regexp, dired-build-subdir-alist):
5007         Use `string-match-p', `looking-at-p'.
5009         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5010         (direct-print-region-helper): Use `string-match-p'.
5012 2013-06-21  Leo Liu  <sdl.web@gmail.com>
5014         * comint.el (comint-redirect-results-list-from-process):
5015         Fix infinite loop.
5017 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019         * net/eww.el (eww-update-header-line-format): Quote % characters.
5021 2013-06-21  Glenn Morris  <rgm@gnu.org>
5023         * play/cookie1.el (cookie): New custom group.
5024         (cookie-file): New option.
5025         (cookie-check-file): New function.
5026         (cookie): Make it interactive.  Make start and end messages optional.
5027         Interactively, display the result.  Default to cookie-file.
5028         (cookie-insert): Default to cookie-file.
5029         (cookie-snarf): Make start and end messages optional.
5030         Default to cookie-file.  Use with-temp-buffer.
5031         (cookie-read): Rename from read-cookie.
5032         Make start and end messages optional.  Default to cookie-file.
5033         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
5034         Do not autoload it.
5035         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5036         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5038 2013-06-21  Leo Liu  <sdl.web@gmail.com>
5040         * progmodes/octave.el (octave-mode): Backward compatibility fix.
5042 2013-06-21  Glenn Morris  <rgm@gnu.org>
5044         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5046 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5047             Daniel Hackney  <dan@haxney.org>
5049         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5050         Consolidate the single-file vs tarball code.
5051         (package-desc-suffix): New function.
5052         (package-desc-full-name): Don't bother inlining it.
5053         (package-load-descriptor): Return the new package-desc.
5054         (package-mark-obsolete): Remove unused arg `package'.
5055         (package-unpack): Make it work for single files as well.
5056         Make it update package-alist.
5057         (package--make-autoloads-and-stuff): Rename from
5058         package--make-autoloads-and-compile.  Don't compile any more.
5059         (package--compile): New function.
5060         (package-generate-description-file): New function, extracted from
5061         package-unpack-single.
5062         (package-unpack-single): Remove.
5063         (package--with-work-buffer): Add indentation and debugging info.
5064         (package-download-single): Remove.
5065         (package-install-from-archive): Rename from package-download-tar, make
5066         it take a pkg-desc, and make it work for single files as well.
5067         (package-download-transaction): Simplify.
5068         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
5069         external tar program.
5070         (package-install-from-buffer): Remove `pkg-desc' argument.
5071         Use package-tar-file-info for tar-mode buffers.
5072         (package-install-file): Simplify accordingly.
5073         (package-archive-base): Change to take a pkg-desc.
5074         * tar-mode.el (tar--check-descriptor): New function, extracted from
5075         tar-get-descriptor.
5076         (tar-get-descriptor): Use it.
5077         (tar-get-file-descriptor): New function.
5078         (tar--extract): New function, extracted from tar-extract.
5079         (tar--extract): Use it.
5080         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5081         case the summary uses non-ascii.  Adjust to new calling convention of
5082         package-tar-file-info.
5084 2013-06-21  Leo Liu  <sdl.web@gmail.com>
5086         * comint.el (comint-redirect-results-list-from-process):
5087         Fix random delay.  (Bug#14681)
5089 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
5091         * profiler.el (profiler-format-number): Use log, not log10.
5093 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
5095         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5097 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5100         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5101         yet available.
5102         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5103         (AUTOGENEL): ... here.
5104         * emacs-lisp/cl-macs.el (cl--sublis): New function.
5105         (cl--defsubst-expand): Use it.
5107 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5109         * subr.el (log10): Move here from C code, and declare as obsolete.
5110         All uses of (log10 X) replaced with (log X 10).
5112 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
5114         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5115         Declare with `defvar-local'.
5116         (tabulated-list-use-header-line, tabulated-list-entries)
5117         (tabulated-list-padding, tabulated-list-printer)
5118         (tabulated-list-sort-key): Declare with `defvar-local'.
5119         (tabulated-list-init-header, tabulated-list-print-fake-header):
5120         Use `setq-local'.
5122 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
5124         * arc-mode.el (archive-mode): Add `archive-write-file' to
5125         `write-contents-functions' also for remote files.  (Bug#14652)
5127 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
5129         * cus-edit.el (custom-commands): Fix typos.
5130         (custom-display): Fix tooltip text.
5131         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5132         Fix typos in docstrings.
5133         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5134         (custom-unlispify-menu-entry, custom-magic-value-create)
5135         (custom-add-see-also, custom-group-value-create): Use ?\s.
5136         (custom-guess-type, customize-apropos, editable-field)
5137         (custom-face-value-create): Use `string-match-p'.
5138         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5140         * custom.el (custom-load-symbol): Use `string-match-p'.
5142         * ansi-color.el: Convert to lexical binding.
5143         (ansi-colors): Fix URL.
5144         (ansi-color-context, ansi-color-context-region): Use defvar-local.
5145         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5146         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5148 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5152         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5154 2013-06-19  Tom Tromey  <tromey@redhat.com>
5156         * net/eww.el (eww-top-url): Remove.
5157         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5158         (eww-render): Set new variables.  Don't set eww-top-url.
5159         (eww-handle-link): Handle "prev", "home", and "contents".
5160         Downcase the rel text.
5161         (eww-top-url): Choose best top URL.
5163 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165         * net/eww.el: Rewrite to implement form elements "by hand" instead of
5166         relying in widget.el.  Using widget.el leads to too many
5167         user interface inconsistencies.
5168         (eww-self-insert): Implement entering commands in text fields.
5169         (eww-process-text-input): New function to make text input field editing
5170         work.
5171         (eww-submit): Rewrite to use the new-style form methods.
5172         (eww-select-display): Display the correct selected item.
5173         (eww-change-select): Implement changing the select value.
5174         (eww-toggle-checkbox): Implement radio/checkboxes.
5175         (eww-update-field): Fix compilation error.
5176         (eww-tag-textarea): Implement <textarea>.
5178         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5179         we don't shadow mode-specific bindings.
5181         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5182         nothing to push.
5184         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5186 2013-06-19  Glenn Morris  <rgm@gnu.org>
5188         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5190 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
5192         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5193         not needed.
5195         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5197 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199         * net/browse-url.el (browse-url-browser-function):
5200         `eww-browse-url' has the right calling signature, `eww' does not.
5202 2013-06-19  Glenn Morris  <rgm@gnu.org>
5204         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5205         Only eval autoloaded macros.
5206         (byte-compile-autoload): Only give the macro warning for macros.
5208         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5209         (ps-underlined-faces): Declare.
5211         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5212         (speedbar-add-supported-extension): Declare.
5214         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5215         Don't include a date stamp in the header of the generated file;
5216         it leads to needless differences between output files.
5218 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
5220         * net/secrets.el (secrets-struct-secret-content-type):
5221         Replace check of introspection data by a test call of "CreateItem".
5222         Some servers do not offer introspection.
5224 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5226         * electric.el (electric-pair-mode): Improve interaction with
5227         electric-layout-mode.
5228         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5229         (electric-pair-syntax): Use text-mode-syntax-table in comments
5230         and strings.
5231         (electric-pair--insert): New function.
5232         (electric-pair-post-self-insert-function): Use it and
5233         electric--after-char-pos.
5235 2013-06-19  Leo Liu  <sdl.web@gmail.com>
5237         * progmodes/octave.el (octave-help): Fix regexp.
5239 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5242         (shr-table-horizontal-line): Allow nil as a value, and change the
5243         default.
5244         (shr-insert-table-ruler): Respect the nil value.
5246 2013-06-18  Tom Tromey  <tromey@barimba>
5248         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5249         New defvars.
5250         (eww-open-file): New defun.
5251         (eww-render): Initialize new variables.
5252         (eww-display-html): Handle "link" and "a".
5253         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5254         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
5255         (eww-back-url): Rename from eww-previous-url.
5256         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5257         New defuns.
5259 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
5261         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5262         Distinguish ternary operator tokens from slash symbol and slash
5263         char literal.
5265 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
5267         Convert symbol prettification into minor mode and global minor mode.
5269         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5270         `prog-prettify-symbols', and make a local defvar instead of defcustom.
5271         (prettify-symbols--keywords): Rename from
5272         `prog-prettify-symbols-alist' and make a local defvar.
5273         (prettify-symbols--compose-symbol): Rename from
5274         `prog--prettify-font-lock-compose-symbol'.
5275         (prettify-symbols--make-keywords): Rename from
5276         `prog-prettify-font-lock-symbols-keywords' and simplify.
5277         (prog-prettify-install): Remove.
5278         (prettify-symbols-mode): New minor mode, based on
5279         `prog-prettify-install'.
5280         (turn-on-prettify-symbols-mode): New function.
5281         (global-prettify-symbols-mode): New globalized minor mode.
5283         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5284         * progmodes/cfengine.el (cfengine3-mode):
5285         * progmodes/perl-mode.el (perl-mode): Don't call
5286         `prog-prettify-install'; set `prettify-symbols-alist' instead.
5288 2013-06-18  Juri Linkov  <juri@jurta.org>
5290         * files-x.el (modify-file-local-variable-message): New function.
5291         (modify-file-local-variable)
5292         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5293         and call `modify-file-local-variable-message' when it's non-nil.
5294         (add-file-local-variable, delete-file-local-variable)
5295         (add-file-local-variable-prop-line)
5296         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5297         and use it.  (Bug#9820)
5299 2013-06-18  Juri Linkov  <juri@jurta.org>
5301         * emulation/vi.el (vi-shell-op):
5302         * emulation/vip.el (vip-execute-com, ex-command):
5303         * emulation/viper-cmd.el (viper-exec-bang):
5304         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5305         the call of `shell-command-on-region'.  (Bug#14637)
5307         * simple.el (shell-command-on-region): Doc fix.
5309 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5312         (bug#14633).
5314 2013-06-18  Glenn Morris  <rgm@gnu.org>
5316         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5318         * newcomment.el (comment-search-forward, comment-search-backward):
5319         Doc fix.  (Bug#14376)
5321 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
5323         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5324         (buffer-face-mode-invoke): Doc fix.
5326 2013-06-18  Matthias Meulien  <orontee@gmail.com>
5328         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
5329         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
5331 2013-06-18  Glenn Morris  <rgm@gnu.org>
5333         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5334         Replace obsolete function generic-make-keywords with its expansion.
5336         * progmodes/python.el (ffap-alist): Declare.
5338         * textmodes/reftex.el (bibtex-mode-map): Declare.
5340 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5342         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5343         (package-unpack, package-unpack-single): Return the pkg-dir.
5344         (package-download-transaction): Use it to update package-alist.
5346 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5349         possible choice.
5351 2013-06-17  Juri Linkov  <juri@jurta.org>
5353         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5355 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
5357         * emacs-lisp/package.el (package-load-descriptor):
5358         Remove `with-syntax-table' call, `read' doesn't need it.
5359         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5361 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
5363         * startup.el (command-line): Expand package name returned by
5364         `package--description-file' (bug#14639).
5366 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
5368         * emacs-lisp/package.el (package-load-descriptor): Do not call
5369         `emacs-lisp-mode', just use its syntax table.
5371 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
5373         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5374         `font-lock-extra-managed-props' if any prettifying keyword is added.
5375         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5376         (prog-mode): Use `setq-local'.
5378 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * international/characters.el (standard-case-table): Set syntax of ?»
5381         and ?« to punctuation.
5383 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
5385         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5386         Save relevant match data before calling `syntax-ppss' (bug#14595).
5388 2013-06-15  Juri Linkov  <juri@jurta.org>
5390         * files-x.el (modify-file-local-variable-prop-line): Add local
5391         variables to the end of the existing comment on the first line.
5392         Use `file-auto-mode-skip' to skip interpreter magic line,
5393         and also skip XML declaration.
5395 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5397         * startup.el (package--builtin-versions): New var.
5398         (package-subdirectory-regexp): Remove.
5399         (package--description-file): Hard code its value instead.
5401         * emacs-lisp/package.el: Don't activate packages older than builtin.
5402         (package-obsolete-list): Rename from package-obsolete-alist, and make
5403         it into a simple list of package-desc.
5404         (package-strip-version): Remove.
5405         (package-built-in-p): Use package--builtin-versions.
5406         (package-mark-obsolete): Simplify.
5407         (package-process-define-package): Mark it obsolete if older than the
5408         builtin version.
5409         (package-handle-response): Use line-end-position.
5410         (package-read-archive-contents, package--download-one-archive):
5411         Simplify.
5412         (package--add-to-archive-contents): Skip if older than the builtin or
5413         installed version.
5414         (package-menu-describe-package): Fix last change.
5415         (package-list-unversioned): New var.
5416         (package-menu--generate): Use it.
5418         * emacs-lisp/autoload.el: Manage package--builtin-versions.
5419         (autoload--insert-text, autoload--insert-cookie-text): New functions.
5420         (autoload-builtin-package-versions): New variable.
5421         (autoload-generate-file-autoloads): Use them.
5422         Remove the list of autoloaded functions/macros from the
5423         (autoload...) comments.
5425         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5427 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
5429         * simple.el (line-move-partial): Don't jump to the next screen
5430         line as soon as it becomes visible.  Instead, continue enlarging
5431         the vscroll until the portion of a tall screen line that's left on
5432         display is about the height of the frame's default font.
5433         (Bug#14567)
5435 2013-06-15  Glenn Morris  <rgm@gnu.org>
5437         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5438         compilation-error-regexp-alist void, or local while let-bound.
5440         * progmodes/make-mode.el (makefile-mode-syntax-table):
5441         Treat "=" as punctuation.  (Bug#14614)
5443 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
5445         * help-fns.el (describe-variable):
5446         Add extra line for permanent-local variables.
5448 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
5450         * progmodes/scheme.el (scheme-font-lock-keywords-2):
5451         Add export, import, library.  (Bug#9164)
5452         (library): Set indent function.
5454 2013-06-14  Glenn Morris  <rgm@gnu.org>
5456         * term/xterm.el (xterm--query):
5457         Stop after first matching handler.  (Bug#14615)
5459 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
5461         Add support for dired in saveplace.
5462         * dired.el (dired-initial-position-hook): New variable.
5463         (dired-initial-position): Call hook to place cursor position.
5464         * saveplace.el (save-place-to-alist): Add dired position.
5465         (save-place-dired-hook): New function.
5467 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5469         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5470         through a symbol rather than letrec.
5472         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
5473         (package-desc): Add `dir' field.
5474         (package-desc-full-name): New function.
5475         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
5476         (package-maybe-load-descriptor): Remove.
5477         (package-load-all-descriptors): Just call package-load-descriptor.
5478         (package--disabled-p): New function.
5479         (package-desc-vers, package-desc-doc): Remove aliases.
5480         (package--dir): Remove function.
5481         (package-activate): Check if a package is disabled.
5482         (package-process-define-package): New function, extracted from
5483         define-package.
5484         (define-package): Turn into a place holder.
5485         (package-unpack-single, package-tar-file-info):
5486         Use package--description-file.
5487         (package-compute-transaction): Use package--disabled-p.
5488         (package-download-transaction): Don't call
5489         package-maybe-load-descriptor since they're all loaded anyway.
5490         (package-install): Change argument to be a pkg-desc.
5491         (package-delete): Use a single pkg-desc argument.
5492         (describe-package-1): Use package-desc-dir instead of package--dir.
5493         Use package-desc property instead of package-symbol.
5494         (package-install-button-action): Adjust accordingly.
5495         (package--push): Rewrite.
5496         (package-menu--print-info): Adjust accordingly.  Change the ID format
5497         to be a pkg-desc.
5498         (package-menu-describe-package, package-menu-get-status)
5499         (package-menu--find-upgrades, package-menu-mark-upgrades)
5500         (package-menu-execute, package-menu--name-predicate):
5501         Adjust accordingly.
5502         * startup.el (package--description-file): New function.
5503         (command-line): Use it.
5504         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5505         Use package-desc-version.
5507         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5508         (byte-compile-preprocess): Use it.
5509         (byte-compile-file-form-defalias): Try a bit harder to use macros we
5510         can't quite recognize.
5511         (byte-compile-add-to-list): Remove.
5512         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5513         (cconv-closure-convert): Add assertion.
5515         * emacs-lisp/map-ynp.el: Use lexical-binding.
5516         (map-y-or-n-p): Remove unused vars `tail' and `object'.
5517         Factor out some repeated code.
5519 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         * subr.el (with-eval-after-load): New macro.
5522         (eval-after-load): Allow form to be a function.
5523         take advantage of lexical-binding.
5524         (do-after-load-evaluation): Use dolist and adjust to new format.
5525         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5527 2013-06-13  Juri Linkov  <juri@jurta.org>
5529         * replace.el (perform-replace): Display "symbol " and other search
5530         modes from `isearch-message-prefix' in the *Help* buffer.
5532         * isearch.el (isearch-query-replace): Add " symbol" and other
5533         possible search modes from `isearch-message-prefix' to the prompt.
5534         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5535         when reading a regexp to collect.
5537 2013-06-13  Juri Linkov  <juri@jurta.org>
5539         * isearch.el (word-search-regexp): Match whitespace if the search
5540         string begins or ends in whitespace.  The LAX arg is applied to
5541         both ends of the search string.  Use `regexp-quote' and explicit
5542         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
5543         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5544         boundaries are replaced with symbol boundaries, and characters
5545         between symbols match non-word non-symbol syntax.  (Bug#14602)
5547 2013-06-13  Juri Linkov  <juri@jurta.org>
5549         * isearch.el (isearch-del-char): Don't exceed the length of
5550         `isearch-string' by the prefix arg.  (Bug#14563)
5552 2013-06-13  Juri Linkov  <juri@jurta.org>
5554         * isearch.el (isearch-yank-word, isearch-yank-line)
5555         (isearch-char-by-name, isearch-quote-char)
5556         (isearch-printing-char, isearch-process-search-char):
5557         Add optional count prefix arg.  (Bug#14563)
5559         * international/isearch-x.el
5560         (isearch-process-search-multibyte-characters):
5561         Add optional count prefix arg.
5563 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5566         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5567         lexical-binding.
5569 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
5571         * subr.el (set-temporary-overlay-map): Add on-exit argument.
5573 2013-06-13  Glenn Morris  <rgm@gnu.org>
5575         * startup.el (tty-handle-args):
5576         Don't just discard "--" and anything after.  (Bug#14608)
5578         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5580 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
5582         Implement changes in Secret Service API.  Make it backward compatible.
5583         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5584         (secrets-create-item): Use it.  Prefix properties with interface.
5586 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
5588         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
5589         (term-emulate-terminal): Respect term-suppress-hard-newline.
5591 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
5593         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5594         Only remove a `thumb-file' overlay.  (Bug#14548)
5596 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
5598         * mail/reporter.el (reporter-submit-bug-report):
5599         Handle missing package-name.  (Bug#14600)
5601 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5603         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5604         (reftex-citation-prompt, reftex-default-bibliography)
5605         (reftex-bib-or-thebib, reftex-get-bibfile-list)
5606         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5607         (reftex-bib-sort-author, reftex-bib-sort-year)
5608         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5609         (reftex-extract-bib-entries-from-thebibliography)
5610         (reftex-get-bibkey-default, reftex-get-bib-names)
5611         (reftex-parse-bibtex-entry, reftex-get-bib-field)
5612         (reftex-format-bib-entry, reftex-parse-bibitem)
5613         (reftex-format-bibitem, reftex-do-citation)
5614         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5615         (reftex-restrict-bib-matches, reftex-extract-bib-file)
5616         (reftex-insert-bib-matches, reftex-format-citation)
5617         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5618         (reftex-create-bibtex-file): Add docstrings, mostly by converting
5619         existing comments into docstrings.
5621 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
5623         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5625 2013-06-12  Andreas Schwab  <schwab@suse.de>
5627         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5628         for auto-save files.
5630 2013-06-12  Glenn Morris  <rgm@gnu.org>
5632         * ido.el (ido-delete-ignored-files): Remove.
5633         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5634         Go back to calling ido-ignore-item-p directly.
5636 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
5638         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5640         * ido.el (ido-delete-ignored-files): New function,
5641         split from ido-make-file-list-1.
5642         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
5643         (ido-make-file-list-1): Use ido-delete-ignored-files.
5645 2013-06-12  Leo Liu  <sdl.web@gmail.com>
5647         * progmodes/octave.el (inferior-octave-startup)
5648         (inferior-octave-completion-table)
5649         (inferior-octave-track-window-width-change)
5650         (octave-eldoc-function-signatures, octave-help)
5651         (octave-find-definition): Use single quoted strings.
5652         (inferior-octave-startup-args): Change default value.
5653         (inferior-octave-startup): Do not hard code "-i" and
5654         "--no-line-editing".
5655         (inferior-octave-resync-dirs): Add optional arg NOERROR.
5656         (inferior-octave-directory-tracker): Use it.
5657         (octave-goto-function-definition): Robustify.
5658         (octave-help): Support highlighting operators in 'See also'.
5659         (octave-find-definition): Find subfunctions only in Octave mode.
5661 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5663         * help-fns.el (help-fns--compiler-macro): If the handler function is
5664         named, then put a link to it.
5665         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5666         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5667         (cl-typep): Use it.
5668         (cl-eval-when): Simplify debug spec.
5669         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
5670         compiler-macro function instead of setting `compiler-macro-file'.
5672 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
5674         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5675         * vc/vc-hooks.el (vc-stay-local): Doc fix.
5677 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5678             Daniel Hackney  <dan@haxney.org>
5680         First part of Daniel Hackney's patch to package.el.
5681         * emacs-lisp/package.el: Use defstruct.
5682         (package-desc): New, main struct.
5683         (package--bi-desc, package--ac-desc): New structs, used to describe the
5684         format in external files.
5685         (package-desc-vers): Replace with package-desc-version accessor.
5686         (package-desc-doc): Replace with package-desc-summary accessor.
5687         (package-activate-1): Remove `package' arg since the pkg-vec now
5688         includes the name.
5689         (define-package): Use package-desc-from-define.
5690         (package-unpack-single): Change file-name arg to be a symbol.
5691         (package--add-to-archive-contents): Use package-desc-create and new
5692         accessor functions to package--ac-desc.
5693         (package-buffer-info, package-tar-file-info): Return a package-desc.
5694         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
5695         arg to be a package-desc.
5696         (package-install-file): Adjust accordingly.  Use \' to match EOS.
5697         (package--from-builtin): New function.
5698         (describe-package-1, package-menu--generate): Use it.
5699         (package--make-autoloads-and-compile): Change name arg to be a symbol.
5700         (package-generate-autoloads): Idem and return the name of the file.
5701         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5702         Change pkg-info arg to be a package-desc.
5703         Use package-make-ac-desc.
5704         (package-upload-file): Use \' to match EOS.
5705         * finder.el (finder-compile-keywords): Use package-make-builtin.
5707 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5709         * vc/vc.el (vc-deduce-fileset): Change error message.
5710         (vc-read-backend): New function.
5711         (vc-next-action): Use it.
5713         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5715         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5716         (prolog-font-lock-keywords): Use regexp-opt instead.
5717         Don't manually highlight strings.
5718         (prolog-mode-variables): Simplify comment-start-skip.
5719         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
5721         * emacs-lisp/generic.el (generic--normalise-comments)
5722         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5723         (generic-mode-set-comments): Use them.
5724         (generic-bracket-support): Use setq-local.
5725         (generic-make-keywords-list): Declare obsolete.
5727 2013-06-11  Glenn Morris  <rgm@gnu.org>
5729         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5730         Prettify after setting font-lock-defaults.  (Bug#14574)
5732 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
5734         * replace.el (query-replace, occur-read-regexp-defaults-function)
5735         (replace-search):
5736         * subr.el (declare-function, number-sequence, local-set-key)
5737         (substitute-key-definition, locate-user-emacs-file)
5738         (with-silent-modifications, split-string, eval-after-load):
5739         Fix typos, remove unneeded backslashes and reflow some docstrings.
5741 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5743         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5744         default for Elisp files.
5746 2013-06-11  Glenn Morris  <rgm@gnu.org>
5748         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5749         although define-derived-mode was doing this anyway.  (Bug#14583)
5751 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
5753         * allout.el (allout-encryption-plaintext-sanitization-regexps):
5754         Fix make-variable-buffer-local call to refer to the correct variable.
5756 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
5758         * eshell/em-term.el (eshell-visual-commands)
5759         (eshell-visual-subcommands, eshell-visual-options):
5760         Add summary line to docstrings.  Add cross-references.
5762 2013-06-10  Glenn Morris  <rgm@gnu.org>
5764         * epa.el (epa-read-file-name): New function.  (Bug#14510)
5765         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
5767 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
5769         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5770         output redirection to be ignored with visual commands.
5772 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
5774         * eshell/em-term.el (eshell-visual-command-p): New function.
5775         (eshell-term-initialize): Move long lambda to separate function
5776         eshell-visual-command-p.
5777         * eshell/em-dirs.el (eshell-dirs-initialise):
5778         * eshell/em-script.el (eshell-script-initialize):
5779         Add missing #' to lambda.
5781 2013-06-08  Leo Liu  <sdl.web@gmail.com>
5783         * progmodes/octave.el (octave-add-log-current-defun): New function.
5784         (octave-mode): Set add-log-current-defun-function.
5785         (octave-goto-function-definition): Do not move point if not found.
5786         (octave-find-definition): Enhance to try subfunctions first.
5788 2013-06-08  Glenn Morris  <rgm@gnu.org>
5790         * emacs-lisp/bytecomp.el (byte-compile-char-before)
5791         (byte-compile-backward-char, byte-compile-backward-word):
5792         Improve previous change, to handle non-explicit nil.
5794 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5797         (smie--opener/closer-at-point): New function.
5798         (smie--matching-block-data): Use it.  Don't match from right after an
5799         opener or right before a closer.  Obey smie-blink-matching-inners.
5800         Don't signal a mismatch for repeated inners like "switch..case..case".
5802 2013-06-07  Leo Liu  <sdl.web@gmail.com>
5804         * progmodes/octave.el (octave-mode): Set comment-use-global-state
5805         to t.  (Bug#14303)
5806         (octave-function-header-regexp): Fix.  (Bug#14570)
5807         (octave-help-mode-finish-hook, octave-help-mode-finish):
5808         Remove.  Just use temp-buffer-show-hook.
5810         * newcomment.el (comment-search-backward): Revert last change.
5811         (Bug#14434)
5813         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5815 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
5817         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5818         through xargs, to avoid failure due to MS-Windows limitations on
5819         command-line length.
5821 2013-06-06  Glenn Morris  <rgm@gnu.org>
5823         * font-lock.el (lisp-font-lock-keywords-2):
5824         Treat user-error like error.
5826         * emacs-lisp/bytecomp.el (byte-compile-char-before)
5827         (byte-compile-backward-char, byte-compile-backward-word):
5828         Handle explicit nil arguments.  (Bug#14565)
5830 2013-06-05  Alan Mackenzie  <acm@muc.de>
5832         * isearch.el (isearch-allow-prefix): New user option.
5833         (isearch-other-meta-char): Don't exit isearch when a prefix
5834         argument is typed whilst `isearch-allow-prefix' is non-nil.
5835         (Bug#9706)
5837 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * autorevert.el (auto-revert-notify-handler): Use memq.
5840         Hide assertion failure.
5842         * skeleton.el: Use cl-lib.
5843         (skeleton-further-elements): Use defvar-local.
5844         (skeleton-insert): Use cl-progv.
5846 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
5848         * progmodes/prog-mode.el (prog-prettify-symbols)
5849         (prog-prettify-install): Update docstrings.
5851 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5853         * simple.el: Move all the prog-mode code to prog-mode.el.
5854         * progmodes/prog-mode.el: New file.
5855         * loadup.el: Add prog-mode.el.
5857 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
5859         * simple.el (prog-prettify-symbols): Add version.
5860         (prog-prettify-install): Add convenience function to prettify symbols.
5862         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5863         (perl--augmented-font-lock-keywords-1)
5864         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5865         variables and use it.
5867         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5868         (cfengine3-mode): Remove unneeded variable and use it.
5870         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5871         (lisp--augmented-font-lock-keywords-1)
5872         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5873         Remove unneeded variables and use it.
5875 2013-06-05  João Távora  <joaotavora@gmail.com>
5877         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5878         to point when opening the connection.  (Bug#14380)
5880 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5882         * subr.el (load-history-regexp, load-history-filename-element)
5883         (eval-after-load, after-load-functions, do-after-load-evaluation)
5884         (eval-next-after-load, display-delayed-warnings)
5885         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5886         definition of save-match-data.
5887         (overriding-local-map): Remove accidental obsolescence declaration.
5889         * emacs-lisp/edebug.el (edebug-result): Move before first use.
5891 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
5893         Generalize symbol prettify support to prog-mode and implement it
5894         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5895         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5896         (prog--prettify-font-lock-compose-symbol)
5897         (prog-prettify-font-lock-symbols-keywords): New variables and
5898         functions to support symbol prettification.
5899         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5900         (lisp--augmented-font-lock-keywords-1)
5901         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5902         (lisp--prettify-symbols-alist): Implement prettify of lambda.
5903         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5904         (cfengine3--prettify-symbols-alist, cfengine3-mode):
5905         Implement prettify of -> => :: strings.
5906         * progmodes/perl-mode.el (perl-prettify-symbols)
5907         (perl--font-lock-compose-symbol)
5908         (perl--font-lock-symbols-keywords): Move to prog-mode.
5909         (perl--prettify-symbols-alist): Prettify -> => :: strings.
5910         (perl-font-lock-keywords-1)
5911         (perl-font-lock-keywords-2): Remove explicit prettify support.
5912         (perl--augmented-font-lock-keywords)
5913         (perl--augmented-font-lock-keywords-1)
5914         (perl--augmented-font-lock-keywords-2, perl-mode):
5915         Implement prettify support.
5917 2013-06-05  Leo Liu  <sdl.web@gmail.com>
5919         Re-implement smie matching block highlight using
5920         show-paren-data-function.  (Bug#14395)
5921         * emacs-lisp/smie.el (smie-matching-block-highlight)
5922         (smie--highlight-matching-block-overlay)
5923         (smie--highlight-matching-block-lastpos)
5924         (smie-highlight-matching-block)
5925         (smie-highlight-matching-block-mode): Remove.
5926         (smie--matching-block-data-cache): New variable.
5927         (smie--matching-block-data): New function.
5928         (smie-setup): Use smie--matching-block-data for
5929         show-paren-data-function.
5931         * progmodes/octave.el (octave-mode-menu): Fix.
5932         (octave-find-definition): Skip garbage lines.
5934 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5936         Fix compilation error with simultaneous dynamic+lexical scoping.
5937         Add warning when a defvar appears after the first let-binding.
5938         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5939         (byte-compile-close-variables): Initialize it.
5940         (byte-compile--declare-var): New function.
5941         (byte-compile-file-form-defvar)
5942         (byte-compile-file-form-define-abbrev-table)
5943         (byte-compile-file-form-custom-declare-variable): Use it.
5944         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
5945         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5946         (byte-compile-bind): Handle dynamic bindings that shadow
5947         lexical bindings.
5948         (byte-compile-unbind): Make arg non-optional.
5949         (byte-compile-let): Simplify.
5950         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5951         (cconv--analyse-function, cconv-analyse-form): Populate it.
5952         Protect byte-compile-bound-variables to limit the scope of defvars.
5953         (cconv-analyse-form): Add missing rule for (defvar <foo>).
5954         Remove unneeded rule for `declare'.
5956         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5957         so as to avoid depending on cl-adjoin at run-time.
5958         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5960         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5961         (macroexp--warn-and-return): Use it.
5963 2013-06-05  Leo Liu  <sdl.web@gmail.com>
5965         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5967 2013-06-04  Leo Liu  <sdl.web@gmail.com>
5969         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5970         (compilation-auto-jump): Suppress the "Mark set" message to give
5971         way to exit message.
5973 2013-06-04  Alan Mackenzie  <acm@muc.de>
5975         Remove faulty optimisation from indentation calculation.
5976         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5977         search limit based on 2000 characters back from indent-point.
5979 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
5981         * eshell/em-term.el (cl-lib): Require `cl-lib'.
5983 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * emacs-lisp/lisp.el: Use lexical-binding.
5986         (lisp--local-variables-1, lisp--local-variables): New functions.
5987         (lisp--local-variables-completion-table): New var.
5988         (lisp-completion-at-point): Use it complete let-bound vars.
5990         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5991         eagerly (bug#14422).
5993 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
5995         * autorevert.el (auto-revert-notify-enabled)
5996         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5997         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5998         (auto-revert-notify-handler): Handle also gfilenotify.
6000         * subr.el (file-notify-handle-event): New defun.  Replacing ...
6001         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6002         Remove.
6004 2013-06-03  Juri Linkov  <juri@jurta.org>
6006         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6007         `M-s h .'.  (Bug#14427)
6009         * hi-lock.el (highlight-symbol-at-point): New alias for the new
6010         command `hi-lock-face-symbol-at-point'.
6011         (hi-lock-face-symbol-at-point): New command.
6012         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6013         (hi-lock-menu): Add `highlight-symbol-at-point'.
6014         (hi-lock-mode): Doc fix.
6016         * isearch.el (isearch-forward-symbol-at-point): New command.
6017         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6018         (isearch-highlight-regexp): Add a regexp which matches
6019         words/symbols for word/symbol mode.
6021         * subr.el (find-tag-default-bounds): New function with the body
6022         mostly moved from `find-tag-default'.
6023         (find-tag-default): Move most code to `find-tag-default-bounds',
6024         call it and apply `buffer-substring-no-properties' afterwards.
6026 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
6028         * eshell/em-term.el (eshell-term-initialize):
6029         Use `cl-intersection' rather than `intersection'.
6031 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
6033         * vc/log-view.el: Doc fix.
6034         (log-view-mode-map): Copy keymap from `special-mode-map'.
6036 2013-06-02  Eric Ludlam  <zappo@gnu.org>
6038         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6039         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6040         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6041         (eieio-unbound, eieio-default-superclass)
6042         (eieio--define-field-accessors, method-static, method-before)
6043         (method-primary, method-after, method-num-lists)
6044         (method-generic-before, method-generic-primary)
6045         (method-generic-after, method-num-slots)
6046         (eieio-specialized-key-to-generic-key)
6047         (eieio--check-type, class-v, class-p)
6048         (eieio-class-name, define-obsolete-function-alias)
6049         (eieio-class-parents-fast, eieio-class-children-fast)
6050         (same-class-fast-p, class-constructor, generic-p)
6051         (generic-primary-only-p, generic-primary-only-one-p)
6052         (class-option-assoc, class-option, eieio-object-p)
6053         (class-abstract-p, class-method-invocation-order)
6054         (eieio-defclass-autoload-map, eieio-defclass-autoload)
6055         (eieio-class-un-autoload, eieio-defclass)
6056         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6057         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6058         (eieio--defgeneric-init-form, eieio-defgeneric-form)
6059         (eieio-defgeneric-reset-generic-form)
6060         (eieio-defgeneric-form-primary-only)
6061         (eieio-defgeneric-reset-generic-form-primary-only)
6062         (eieio-defgeneric-form-primary-only-one)
6063         (eieio-defgeneric-reset-generic-form-primary-only-one)
6064         (eieio-unbind-method-implementations)
6065         (eieio--defmethod, eieio--typep)
6066         (eieio-perform-slot-validation, eieio-validate-slot-value)
6067         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6068         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6069         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6070         (eieio-slot-name-index, eieio-class-slot-name-index)
6071         (eieio-set-defaults, eieio-initarg-to-attribute)
6072         (eieio-attribute-to-initarg, eieio-c3-candidate)
6073         (eieio-c3-merge-lists, eieio-class-precedence-c3)
6074         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6075         (eieio-class-precedence-list, eieio-generic-call-methodname)
6076         (eieio-generic-call-arglst, eieio-generic-call-key)
6077         (eieio-generic-call-next-method-list)
6078         (eieio-pre-method-execution-functions, eieio-generic-call)
6079         (eieio-generic-call-primary-only, eieiomt-method-list)
6080         (eieiomt-optimizing-obarray, eieiomt-install)
6081         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6082         (eieio-generic-form, eieio-defmethod, make-obsolete)
6083         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6084         (defclass): Remove `eval-and-compile' from macro.
6085         (call-next-method, shared-initialize): Instead of using
6086         `scoped-class' variable, use new eieio--scoped-class, and
6087         eieio--with-scoped-class.
6088         (initialize-instance): Rename local variable 'scoped-class' to
6089         'this-class' to remove ambiguitity from old global.
6091         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
6092         eieio.el.
6093         (eieio--scoped-class-stack): New variable.
6094         (eieio--scoped-class): New fcn.
6095         (eieio--with-scoped-class): New scoping macro.
6096         (eieio-defclass): Use pushnew instead of add-to-list.
6097         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6098         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6099         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6100         `scoped-class' variable, use new eieio--scoped-class, and
6101         eieio--with-scoped-class.
6103         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6105 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
6107         * eshell/esh-ext.el (eshell-external-command): Pass args to
6108         `eshell-find-interpreter'.
6109         (eshell-find-interpreter): Add new second parameter ARGS.
6111         * eshell/em-script.el (eshell-script-initialize): Add second arg
6112         to the function added as MATCH to `eshell-interpreter-alist'.
6114         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6115         the function added as MATCH to `eshell-interpreter-alist'.
6117         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6118         (eshell-visual-options): New defcustom.
6119         (eshell-escape-control-x): Adapt docstring.
6120         (eshell-term-initialize): Test `eshell-visual-subcommands' and
6121         `eshell-visual-options' in addition to `eshell-visual-commands'.
6122         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6124 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6126         * progmodes/python.el (python-indent-block-enders): Add break,
6127         continue and raise keywords.
6129 2013-06-01  Glenn Morris  <rgm@gnu.org>
6131         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6133         Plain (f)boundp silences compilation warnings since Emacs 22.1.
6134         * progmodes/cc-cmds.el (delete-forward-p):
6135         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6136         * progmodes/cc-engine.el (buffer-syntactic-context):
6137         * progmodes/cc-fonts.el (face-property-instance):
6138         * progmodes/cc-mode.el (set-keymap-parents):
6139         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6140         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6141         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6142         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6143         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6145         * progmodes/cc-vars.el (other): Emacs has this widget since
6146         at least 21.1, so don't (re)define it.
6148         * eshell/em-cmpl.el (eshell-cmpl-initialize):
6149         Replace the obsolete alias pcomplete-arg-quote-list.
6151 2013-06-01  Leo Liu  <sdl.web@gmail.com>
6153         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6154         punctuation syntax.
6155         (inferior-octave-minimal-columns)
6156         (inferior-octave-last-column-width): New variables.
6157         (inferior-octave-track-window-width-change): New function.
6158         (inferior-octave-mode): Adjust column width so that Octave output,
6159         for example from 'ls', can fit into the window nicely.
6161 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
6163         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6164         Highlight expansions inside regexp literals.
6166 2013-05-31  Glenn Morris  <rgm@gnu.org>
6168         * obsolete/sym-comp.el (symbol-complete):
6169         Replace obsolete completion-annotate-function.
6171         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6173 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
6175         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6176         New function, checks if point is inside a literal that allows
6177         expression expansion.
6178         (ruby-syntax-propertize-expansion): Use it.
6179         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6180         around the body.
6182 2013-05-30  Juri Linkov  <juri@jurta.org>
6184         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6185         to "\M-si".
6186         (isearch-invisible): New variable.
6187         (isearch-forward): Doc fix.
6188         (isearch-mode): Set `isearch-invisible'
6189         to the value of `search-invisible'.
6190         (isearch-toggle-case-fold): Doc fix.
6191         (isearch-toggle-invisible): New command.
6192         (isearch-query-replace): Let-bind `search-invisible'
6193         to the value of `isearch-invisible'.
6194         (isearch-search): Use `isearch-invisible' instead of
6195         `search-invisible'.  Let-bind `search-invisible'
6196         to the value of `isearch-invisible'.  (Bug#11378)
6198 2013-05-30  Juri Linkov  <juri@jurta.org>
6200         * replace.el (perform-replace): Avoid `isearch-range-invisible'
6201         call when `query-flag' is nil and `search-invisible' is non-nil.
6202         (Bug#11746)
6204 2013-05-30  Glenn Morris  <rgm@gnu.org>
6206         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6208         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6209         (cc-require): Suppress spurious "noruntime" warnings.
6210         (cc-require-when-compile): Use fboundp, for sake of compiler.
6212         * progmodes/cc-mode.el: Move load of cc-vars before that of
6213         cc-langs (which in turn loads cc-vars), to quieten compiler.
6215 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * paren.el: Simplify the code.
6218         (show-paren-mode): Always start the timer.
6219         (show-paren--idle-timer): Rename from show-paren-idle-timer.
6220         (show-paren--overlay, show-paren--overlay-1): Rename from
6221         show-paren-overlay and show-paren-overlay-1, and initialize to an
6222         overlay rather than to nil.
6223         (show-paren-function): Misc cleanup and simplifications.
6225 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * paren.el (show-paren-data-function): New hook.
6228         (show-paren--default): New function, extracted from show-paren-function.
6229         (show-paren-function): Use show-paren-data-function.
6231 2013-05-30  Glenn Morris  <rgm@gnu.org>
6233         * ielm.el (ielm-map, ielm-complete-symbol):
6234         Use completion-at-point rather than obsolete functions.
6235         (inferior-emacs-lisp-mode): Doc fix.
6236         Set completion-at-point-functions, rather than
6237         comint-dynamic-complete-functions.
6239         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6240         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6241         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6243         * image.el (image-animated-p): Tweak definition.
6245         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6246         (rlogin-process-connection-type): Tweak default.  Add set-after.
6247         (rlogin-host): Doc fix.
6248         (rlogin): Tweak prompt.
6249         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6251         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6252         * progmodes/tcl.el (inferior-tcl-mode-map):
6253         Use completion-at-point rather than obsolete alias.
6255         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6257         * minibuffer.el (read-file-name-completion-ignore-case):
6258         Move before completion--in-region, for eager macro expansion.
6260 2013-05-29  Juri Linkov  <juri@jurta.org>
6262         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6263         for total count of matching lines.  Add `global-matches' for total
6264         count of matches.  Rename `matches' to `lines' for count of
6265         matching lines.  Add `matches' for count of matches.
6266         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
6267         to `prev-line' for line number of prev match endpt.
6268         Increment `matches' for every match.  Print the number of
6269         matching lines in the header.
6270         (occur-context-lines): Rename `lines' to `curr-line'.
6271         Rename `prev-lines' to `prev-line'.  (Bug#14017)
6273 2013-05-29  Juri Linkov  <juri@jurta.org>
6275         * replace.el (perform-replace): Add `skip-read-only-count',
6276         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6277         Increment them for corresponding conditions and report the number
6278         of skipped occurrences in the final message.  (Bug#11746)
6279         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6280         (replace-string, replace-regexp): Doc fix.
6282 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * emacs-lisp/trace.el (trace--read-args): Provide a default.
6286         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
6287         prog-mode-map (bug#14504).
6289 2013-05-29  Leo Liu  <sdl.web@gmail.com>
6291         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6292         (octave-help): Small simplification.
6294         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6295         off the highlight first.
6297 2013-05-29  Glenn Morris  <rgm@gnu.org>
6299         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6300         Handle idlwave-last-system-routine-info-cons-cell being nil.
6302         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6303         (idlwave-write-paths): Simplify via with-temp-buffer.
6305         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6306         * emulation/cua-rect.el: Also load cua-base at run time.
6308         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6309         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6310         (cperl-imenu-on-info): Require imenu.
6312 2013-05-28  Alan Mackenzie  <acm@muc.de>
6314         Handle "capitalised keywords" correctly.
6315         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
6317 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
6319         * eshell/em-unix.el: Add -r option to cp.
6321 2013-05-28  Glenn Morris  <rgm@gnu.org>
6323         * vc/vc-arch.el (vc-exec-after): Declare.
6324         (vc-switches): Autoload.
6325         * vc/vc-bzr.el: No need to require vc when compiling.
6326         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6327         (vc-resynch-buffer, vc-dir-refresh): Declare.
6328         (vc-setup-buffer, vc-switches): Autoload.
6329         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6330         (vc-resynch-buffer): Declare.
6331         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
6332         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
6333         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6334         (grep-read-regexp, grep-read-files, grep-expand-template)
6335         (vc-dir-refresh): Declare.
6336         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6337         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6338         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
6339         * vc/vc-mtn.el (vc-exec-after): Declare.
6340         (vc-switches): Autoload.
6341         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6342         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6343         (vc-file-tree-walk): Declare.
6344         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6345         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6346         (vc-tag-precondition, vc-rename-master): Autoload.
6347         * vc/vc-svn.el (vc-exec-after): Declare.
6348         (vc-switches, vc-setup-buffer): Autoload.
6349         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6350         Autoload.
6351         (vc-resynch-buffer): Declare.
6353         * obsolete/fast-lock.el (byte-compile-warnings):
6354         Don't warn about obsolete features in this obsolete file.
6356         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6357         Move definition before use.
6359         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6360         (dun-unix-verbs): Remove dun-zippy.
6361         (dun-zippy): Remove function.
6363         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6365 2013-05-27  Juri Linkov  <juri@jurta.org>
6367         * replace.el (replace-search): New function with code moved out
6368         from `perform-replace'.
6369         (replace-highlight, replace-dehighlight): Move function definitions
6370         up closer to `replace-search'.  (Bug#11746)
6372 2013-05-27  Juri Linkov  <juri@jurta.org>
6374         * replace.el (perform-replace): Ignore invisible matches.
6375         In addition to checking `query-replace-skip-read-only', also
6376         filter out matches by calling `run-hook-with-args-until-failure'
6377         on `isearch-filter-predicates', and also check `search-invisible'
6378         for t or call `isearch-range-invisible'.
6379         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
6381 2013-05-27  Juri Linkov  <juri@jurta.org>
6383         * isearch.el (isearch-filter-predicates): Rename from
6384         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
6385         (isearch-message-prefix): Display text from the property
6386         `isearch-message-prefix' of the currently active filters.
6387         (isearch-search): Don't compare `isearch-filter-predicate' with
6388         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
6389         on `isearch-filter-predicates'.  Also check `search-invisible' for t
6390         or call `isearch-range-invisible'.
6391         (isearch-filter-visible): Make obsolete.
6392         (isearch-lazy-highlight-search):
6393         Call `run-hook-with-args-until-failure' on
6394         `isearch-filter-predicates' and use `isearch-range-invisible'.
6396         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6397         `isearch-filter-predicates' instead of `funcall'ing
6398         `isearch-filter-predicate'.
6399         (Info-mode): Set `Info-isearch-filter' to
6400         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6402         * dired-aux.el (dired-isearch-filter-predicate-orig):
6403         Remove variable.
6404         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6405         (dired-isearch-filenames-end): Add and remove
6406         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6407         instead of changing the value of `isearch-filter-predicate'.
6408         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6409         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6410         Put property `isearch-message-prefix' to "filename " on
6411         `dired-isearch-filter-filenames'.
6413         * wdired.el (wdired-change-to-wdired-mode):
6414         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6415         locally instead of changing `isearch-filter-predicate'.
6416         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6418 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
6420         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6421         return the commit hash (Bug#14459).  Also set the
6422         `vc-git-detached' property.
6423         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6424         (vc-git-mode-line-string): Use the same help-echo format whether
6425         in detached mode or not, because we know the actual revision now.
6426         When in detached mode, shorten the revision to 7 chars.
6428 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6430         * emacs-lisp/easy-mmode.el (define-minor-mode):
6431         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6432         mode hook and provide a docstring.
6434 2013-05-27  Alan Mackenzie  <acm@muc.de>
6436         Remove spurious syntax-table text properties inserted by C-y.
6437         * progmodes/cc-mode.el (c-after-change): Also clear hard
6438         syntax-table property with value nil.
6440 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
6442         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6443         when reading the events; the buffer layout shall not be changed.
6445 2013-05-27  Leo Liu  <sdl.web@gmail.com>
6447         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6448         New variable.
6449         (inferior-octave-directory-tracker): Automatically re-sync
6450         default-directory.
6451         (octave-help): Improve handling of 'See also'.
6453 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6455         * doc-view.el: Minor naming convention tweaks.
6456         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6458         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6459         even if there's no `display' property yet (bug#14435).
6461 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
6463         * subr.el (unmsys--file-name): Rename from reveal-filename.
6465         * Makefile.in (custom-deps, finder-data, autoloads)
6466         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6467         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6468         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6470 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6473         error-completion on the first 2 args of condition-case (bug#14446).
6474         Don't burp at EOB.
6476 2013-05-25  Leo Liu  <sdl.web@gmail.com>
6478         * comint.el (comint-previous-matching-input): Do not flood the
6479         *Messages* buffer with trivial messages.
6481 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6483         * progmodes/flymake.el (flymake-nop): Don't return a string.
6484         (flymake-set-at): Fix typo.
6486         * simple.el (read--expression): New function, extracted from
6487         eval-expression.  Set completion-at-point-functions (bug#14465).
6488         (eval-expression, eval-minibuffer): Use it.
6490 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
6492         * progmodes/flymake.el (flymake-save-buffer-in-file)
6493         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6494         (flymake-selected-frame, flymake-log, flymake-ins-after)
6495         (flymake-set-at, flymake-get-buildfile-from-cache)
6496         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6497         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6498         Refine the doc string.
6499         (flymake-get-file-name-mode-and-masks): Reformat.
6500         (flymake-get-real-file-name-function): Fix a minor bug.
6502 2013-05-24  Juri Linkov  <juri@jurta.org>
6504         * progmodes/grep.el (grep-mode-font-lock-keywords):
6505         Support =linenumber= format used by git-grep for lines with
6506         function names.  (Bug#13549)
6508 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6510         * progmodes/octave.el (octave-smie-rules): Return nil rather than
6511         0 after a semi-colon; it works better for smie-auto-fill.
6512         (octave--indent-new-comment-line): New function.
6513         (octave-indent-new-comment-line): Use it (indirectly).
6514         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
6515         modify comment-line-break-function.
6517         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6518         (smie-setup): Use add-function to set it.
6520 2013-05-24  Sam Steingold  <sds@gnu.org>
6522         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6523         argument (before the `interactive' argument).
6525 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6527         * image-mode.el (image-mode-winprops): Add winprops to
6528         image-mode-winprops-alist before running
6529         image-mode-new-window-functions.
6530         * doc-view.el (doc-view-new-window-function): Don't delay
6531         doc-view-goto-page via timers (bug#14435).
6533 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
6535         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
6536         (doc-view-desktop-save-buffer): New function.
6537         (doc-view-restore-desktop-buffer): New function.
6538         (desktop-buffer-mode-handlers):
6539         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6540         handler.
6541         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6542         `desktop-save-buffer' function.
6544 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
6546         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6547         (tramp-gvfs-file-name-handler): Raise a user error when
6548         `tramp-gvfs-enabled' is nil.
6549         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6550         Do not raise a user error when loading package.  (Bug#14447)
6552         * net/xesam.el: Move to obsolete/.
6554 2013-05-24  Glenn Morris  <rgm@gnu.org>
6556         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6558         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6560         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6561         (Info-find-node, Man-getpage-in-background): Declare.
6563         * mail/unrmail.el (unrmail):
6564         Replace obsolete detect-coding-with-priority.
6566         * net/socks.el (socks-split-string): Use this rather than split-string.
6567         (socks-nslookup-host): Update for above change.
6568         (dynamic-choice, s5-dynamic-choice-match)
6569         (s5-dynamic-choice-match-inline, s5-widget-value-create):
6570         Comment out unused code.
6572         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6573         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6574         (gud-tooltip-echo-area): Make obsolete.
6575         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6577         * progmodes/js.el (js--optimize-arglist): Declare.
6579         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6581         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6582         (ediff-window-C): Declare.
6584         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6585         Tweak requires to silence compiler.
6587         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6588         (he-search-string, he-tried-table, he-expand-list)
6589         (he-init-string, he-string-member, he-substitute-string)
6590         (he-reset-string): Declare.
6592         * obsolete/options.el (list-options): Use custom-variable-p,
6593         rather than obsolete alias.
6595 2013-05-23  Sam Steingold  <sds@gnu.org>
6597         * simple.el (shell-command-on-region): Pass the `replace' argument
6598         down to `call-process-region' to comply with the doc as reported on
6599         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6601 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6603         * emacs-lisp/smie.el (smie-indent-forward-token)
6604         (smie-indent-backward-token): Handle string tokens (bug#14381).
6606 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6608         * ielm.el (ielm-menu): New menu.
6609         (inferior-emacs-lisp-mode): Set comment-start.
6611 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6613         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6614         Fix deactivate action.
6616         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6617         Add cleveref macros.
6619         * lisp/textmodes/reftex-parse.el
6620         (reftex-locate-bibliography-files): Accept options for
6621         bibliography commands.
6622         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6623         Add addbibresource.  Basic Biblatex support.
6625 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
6627         * net/tramp-gvfs.el (top):
6628         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6629         when loading package.  (Bug#14447)
6631 2013-05-23  Glenn Morris  <rgm@gnu.org>
6633         * progmodes/js.el: No need to load comint when compiling.
6634         (ring-insert, comint-send-string, comint-send-input)
6635         (comint-last-input-end, ido-chop): Declare.
6637         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6638         * vc/ediff-mult.el: Adjust requires.
6639         (ediff-directories-internal, ediff-directory-revisions-internal)
6640         (ediff-patch-file-internal): Declare.
6641         * vc/ediff-ptch.el: Adjust requires.
6642         (ediff-use-last-dir, ediff-buffers-internal): Declare.
6643         (ediff-find-file): Autoload.
6644         * vc/ediff-util.el: No need to load ediff when compiling.
6645         (ediff-regions-internal): Declare.
6646         * vc/ediff-wind.el: Adjust requires.
6647         (ediff-compute-toolbar-width): Define when compiling.
6648         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6649         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6650         (dired-get-filename, dired-get-marked-files)
6651         (ediff-last-dir-patch, ediff-patch-default-directory)
6652         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6653         (ediff-patch-buffer-internal): Declare.
6655         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6656         (ispell-process, ispell-buffer-local-words, lm-summary)
6657         (lm-section-start, lm-section-end): Declare.
6658         (checkdoc-ispell-init): Simplify.
6660         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6661         (he-string-member, he-reset-string, he-substitute-string): Declare.
6663         * eshell/em-ls.el: Adjust requires.
6664         (eshell-glob-regexp): Declare.
6665         * eshell/em-tramp.el: Adjust requires.
6666         (eshell-parse-command): Autoload.
6667         * eshell/em-xtra.el: Adjust requires.
6668         (eshell-parse-command): Autoload.
6669         * eshell/esh-ext.el: Adjust requires.
6670         (eshell-parse-command, eshell-close-handles): Autoload.
6671         * eshell/esh-io.el: Adjust requires.
6672         (eshell-output-filter): Autoload.
6673         * eshell/esh-util.el: No need to load tramp when compiling.
6674         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6675         Declare.
6676         (eshell-parse-ange-ls): Require ange-ftp and tramp.
6677         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6678         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6679         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6680         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6681         * eshell/esh-opt.el, eshell/esh-proc.el:
6682         * eshell/esh-var.el: Adjust requires.
6683         * eshell/eshell.el: Do not require esh-util twice.
6684         (eshell-add-input-to-history): Declare.
6685         (eshell-command): Check history module is active before using it.
6687         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6689 2013-05-22  Leo Liu  <sdl.web@gmail.com>
6691         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6693 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
6695         * autorevert.el (auto-revert-notify-add-watch)
6696         (auto-revert-notify-handler): Add `attrib' for the inotify case,
6697         it indicates changes in file modification time.
6699 2013-05-22  Glenn Morris  <rgm@gnu.org>
6701         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6702         Always delete the autoloaded function from the noruntime and
6703         unresolved functions lists.
6705         * allout.el: No need to load epa, epg, overlay when compiling.
6706         (epg-context-set-passphrase-callback, epg-list-keys)
6707         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6708         (epg-key-user-id-list): Declare.
6710         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6711         (viper-set-parsing-style-toggling-macro)
6712         (viper-set-emacs-state-searchstyle-macros):
6713         Use called-interactively-p on Emacs.
6714         (viper-looking-back): Make it an obsolete alias.  Update callers.
6715         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6716         Use looking-back rather than viper-looking-back.
6717         (viper-tmp-insert-at-eob, viper-enlarge-region)
6718         (viper-read-string-with-history, viper-register-to-point)
6719         (viper-append-to-register, viper-change-state-to-vi)
6720         (viper-backward-char-carefully, viper-forward-char-carefully)
6721         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6722         (viper-change-state-to-emacs): Declare.
6723         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6724         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6725         * emulation/viper-mous.el: Do not load viper-cmd.
6726         (viper-backward-char-carefully, viper-forward-char-carefully)
6727         (viper-forward-word, viper-adjust-window): Declare.
6729         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6731         * progmodes/idlw-help.el (idlwave-help-fontify):
6732         Use called-interactively-p.
6734         * term/w32console.el (w32-get-console-codepage)
6735         (w32-get-console-output-codepage): Declare.
6737         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6738         Remove unnecessary declarations.
6739         (dframe-message): Doc fix.
6741         * info.el (dframe-select-attached-frame, dframe-current-frame):
6742         Declare.
6744         * speedbar.el (speedbar-message): Make it an obsolete alias.
6745         Update all callers.
6746         (speedbar-with-attached-buffer)
6747         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6748         (speedbar-with-writable): Use backquote.
6749         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6750         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6751         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6752         rather than speedbar- aliases.
6753         * mail/rmail.el: Load dframe rather than speedbar when compiling.
6754         (speedbar-make-specialized-keymap, speedbar-insert-button)
6755         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6756         (speedbar-do-function-pointer): Declare.
6757         (rmail-speedbar-button, rmail-speedbar-find-file)
6758         (rmail-speedbar-move-message):
6759         Use dframe-with-attached-buffer rather than speedbar- alias.
6760         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6761         (dframe-message, speedbar-make-specialized-keymap)
6762         (speedbar-add-expansion-list, speedbar-mode-functions-list)
6763         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6764         (speedbar-insert-button, dframe-select-attached-frame)
6765         (dframe-maybee-jump-to-attached-frame)
6766         (speedbar-change-initial-expansion-list)
6767         (speedbar-previously-used-expansion-list-name): Declare.
6768         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6769         Use dframe-message, dframe-with-attached-buffer rather than
6770         speedbar- aliases.
6771         (gud-sentinel): Silence compiler.
6772         * progmodes/vhdl-mode.el (speedbar-refresh)
6773         (speedbar-do-function-pointer, speedbar-add-supported-extension)
6774         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6775         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6776         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6777         (speedbar-file-lists, speedbar-make-tag-line)
6778         (speedbar-line-directory, speedbar-goto-this-file)
6779         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6780         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6781         (speedbar-make-button, speedbar-reset-scanners)
6782         (speedbar-files-item-info, speedbar-line-text)
6783         (speedbar-find-file-in-frame, speedbar-set-timer)
6784         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6785         (speedbar-with-writable): Do not (re)define it.
6786         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6787         rather than speedbar- alias.
6789 2013-05-21  Leo Liu  <sdl.web@gmail.com>
6791         * progmodes/octave.el (octave-mode-menu): Update and re-organize
6792         menu items.
6793         (octave-mode): Tweak fill-nobreak-predicate.
6794         (inferior-octave-startup): Check process to avoid infinite loop.
6795         (inferior-octave): Pop to buffer first to show abornmal process
6796         exit information.
6798 2013-05-21  Glenn Morris  <rgm@gnu.org>
6800         * printing.el (pr-menu-bar): Define when compiling.
6802 2013-05-21  Leo Liu  <sdl.web@gmail.com>
6804         * progmodes/octave.el (octave-auto-fill): Remove.
6805         (octave-indent-new-comment-line): Improve.
6806         (octave-mode): Use auto fill mode through
6807         comment-line-break-function and fill-nobreak-predicate.
6808         (octave-goto-function-definition): Support DEFUN_DLD.
6809         (octave-beginning-of-defun): Small tweak.
6810         (octave-help): Show parent directory.
6812 2013-05-21  Glenn Morris  <rgm@gnu.org>
6814         * files.el (dired-unmark):
6815         * progmodes/gud.el (gdb-input): Update declarations.
6817         * calculator.el (electric, ehelp): No need to load when compiling.
6818         (Electric-command-loop, electric-describe-mode): Declare.
6820         * doc-view.el (doc-view-current-converter-processes): Move before use.
6822         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6823         Move MODE-set-explicitly definition before use.
6825         * international/mule-diag.el (mule-diag):
6826         Don't use obsolete window-system-version.
6828         * mail/feedmail.el (smtpmail): No need to load when compiling.
6829         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6831         * mail/mail-utils.el (rfc822): No need to load when compiling.
6832         (rfc822-addresses): Autoload it.
6833         (mail-strip-quoted-names): Trivial simplification.
6835         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6836         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6838         * net/snmp-mode.el (tempo): Don't duplicate requires.
6840         * progmodes/prolog.el (info): No need to load when compiling.
6841         (comint): Require before shell requires it.
6842         (Info-goto-node): Autoload it.
6843         (Info-follow-nearest-node): Declare.
6844         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6846         * textmodes/artist.el (picture-mode-exit): Declare.
6848         * textmodes/reftex-parse.el (reftex-parse-from-file):
6849         Trivial rewrite so the compiler can parse it better.
6851 2013-05-20  Leo Liu  <sdl.web@gmail.com>
6853         * progmodes/octave.el (octave-help-mode-map)
6854         (octave-help-mode-finish-hook): New variables.
6855         (octave-help-mode, octave-help-mode-finish): New functions.
6856         (octave-help): Use octave-help-mode.
6858 2013-05-20  Glenn Morris  <rgm@gnu.org>
6860         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
6862 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
6864         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6865         start at point, so that expansion starting right after opening
6866         slash in a regexp is recognized.
6867         (ruby-syntax-before-regexp-re): New defvar, extracted from
6868         ruby-syntax-propertize-function.  Since the value of this regexp
6869         is looked up at runtime now, we should be able to turn
6870         `ruby-syntax-methods-before-regexp' into a defcustom later.
6871         (ruby-syntax-propertize-function): Split regexp matching into two
6872         parts, for opening and closing slashes.  That allows us to skip
6873         over string interpolations and support multiline regexps.
6874         Don't call `ruby-syntax-propertize-expansions', instead use another rule
6875         for them, which calls `ruby-syntax-propertize-expansion'.
6876         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6877         call to `ruby-syntax-propertize-function'.
6878         (ruby-syntax-propertize-expansion): Extracted from
6879         `ruby-syntax-propertize-expansions'.  Handles one expansion.
6880         (ruby-syntax-propertize-percent-literal): Leave point right after
6881         the percent symbol, so that the expression expansion rule can
6882         propertize the contents.
6883         (ruby-syntax-propertize-heredoc): Leave point at bol following the
6884         heredoc openers.
6885         (ruby-syntax-propertize-expansions): Remove.
6887 2013-05-18  Juri Linkov  <juri@jurta.org>
6889         * man.el (Man-default-man-entry): Remove `-' from the end
6890         of the default value.  (Bug#14400)
6892 2013-05-18  Glenn Morris  <rgm@gnu.org>
6894         * comint.el (comint-password-prompt-regexp):
6895         Allow "password for XXX" where XXX contains colons (eg https://...).
6897 2013-05-18  Leo Liu  <sdl.web@gmail.com>
6899         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6900         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
6901         (octave-source-directories): Don't check process.
6902         (octave-source-directories, octave-find-definition): Doc fix.
6904 2013-05-18  Glenn Morris  <rgm@gnu.org>
6906         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6907         Remove backspace/delete bindings.  (Bug#14392)
6909         * cus-dep.el (custom-make-dependencies): Sort the output.
6910         (custom-versions-load-alist): Convert comment to doc.
6912 2013-05-17  Leo Liu  <sdl.web@gmail.com>
6914         * newcomment.el (comment-search-backward): Stricter in finding
6915         comment start.  (Bug#14303)
6917         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6918         (octave-comment-start-skip): Properly anchored.
6920 2013-05-17  Leo Liu  <sdl.web@gmail.com>
6922         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6923         Clean up when turned off.  (Bug#14395)
6924         (smie--highlight-matching-block-overlay): No longer buffer-local.
6925         (smie-highlight-matching-block): Adjust.
6927 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
6929         Doc string fix for "nanoseconds" (Bug#14406).
6930         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6931         Fix doc string typo that had "nanoseconds" instead of "microseconds".
6933 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
6935         * calc/calc-units.el (math-extract-units): Preserve powers
6936         of units.
6938 2013-05-17  Leo Liu  <sdl.web@gmail.com>
6940         * subr.el (delete-consecutive-dups): New function.
6941         * ido.el (ido-set-matches-1): Use it.
6942         * progmodes/octave.el (inferior-octave-completion-table): Use it.
6943         * ido.el (ido-remove-consecutive-dups): Remove.
6945 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6948         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6949         regexp-opt's `words'.
6951 2013-05-16  Leo Liu  <sdl.web@gmail.com>
6953         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6954         (smie--highlight-matching-block-overlay)
6955         (smie--highlight-matching-block-lastpos)
6956         (smie--highlight-matching-block-timer): New variables.
6957         (smie-highlight-matching-block): New function.
6958         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
6959         (smie-setup): Conditionally enable smie-blink-matching-open.
6961 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
6963         Sync with upstream verilog-mode r840.
6964         * progmodes/verilog-mode.el (verilog-mode-version)
6965         (verilog-mode-release-date): Update.
6966         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6967         (verilog-sig-tieoff): Fix string error on
6968         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
6969         (verilog-read-decls): Fix parameters confusing
6970         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
6972 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
6974         * subr.el (reveal-filename): New function.
6976         * loadup.el: Compute Emacs executable versions on MS-Windows,
6977         where executables have the .exe extension.  Add a hard link
6978         emacs-XX.YY.ZZ.exe on MS-Windows.
6980         * Makefile.in (XARGS_LIMIT): New variable.
6981         (custom-deps, finder-data, autoloads)
6982         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6983         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6984         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6985         (compile-main): Limit xargs according to $(XARGS_LIMIT).
6987 2013-05-16  Leo Liu  <sdl.web@gmail.com>
6989         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6990         (octave-mode-menu, octave-mode-map): Remove its uses.
6992 2013-05-16  Reto Zimmermann  <reto@gnu.org>
6994         Sync with upstream vhdl mode v3.34.2.
6995         * progmodes/vhdl-mode.el: Use `push' throughout.
6996         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6997         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6998         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
6999         (vhdl-actual-generic-name): New option to derive actual generic name.
7000         (vhdl-port-paste-signals): Replace formal by actual generics.
7001         (vhdl-beautify): New name for old group vhdl-align.  Update users.
7002         (vhdl-beautify-options): New option.
7003         (vhdl-last-input-event): New compat alias.  Use throughout.
7004         (vhdl-goto-line): Replace user level function `goto-line'.
7005         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7006         vhdl-fix-statement-buffer.
7007         (vhdl-create-mode-menu): Add some entries.
7008         (vhdl-align-region-groups): Respect vhdl-beautify-options.
7009         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7010         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7011         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7012         to force statements on one line.
7013         (vhdl-remove-trailing-spaces-region):
7014         New, split from vhdl-remove-trailing-spaces.
7015         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7016         Respect vhdl-beautify-options.
7017         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7018         (vhdl-update-sensitivity-list): Not add with index if exists without.
7019         Not include array index with signal.  Ignore keywords in comments.
7020         (vhdl-get-visible-signals): Regexp tweaks.
7021         (vhdl-template-component-inst): Handle empty library.
7022         (vhdl-template-type): Add template for 'enum' type.
7023         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7024         Use vhdl-replace-string.
7025         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7026         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7027         (vhdl-speedbar-initialize): Update for above name change.
7028         (vhdl-compose-wire-components): Fix in handling of constants.
7029         (vhdl-error-regexp-emacs-alist): New variable.
7030         (vhdl-error-regexp-add-emacs): New function;
7031         adds support for new compile.el (Emacs 22+)
7032         (vhdl-generate-makefile-1): Change target order for single lib. units.
7033         Allow use of absolute file names.
7035 2013-05-16  Leo Liu  <sdl.web@gmail.com>
7037         * simple.el (prog-indent-sexp): Indent enclosing defun.
7039 2013-05-15  Glenn Morris  <rgm@gnu.org>
7041         * cus-start.el (show-trailing-whitespace): Move to editing basics.
7042         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7043         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7044         (whitespace-highlight): Move to whitespace group.
7046         * comint.el (comint-source):
7047         * pcmpl-linux.el (pcmpl-linux):
7048         * shell.el (shell-faces):
7049         * eshell/esh-opt.el (eshell-opt):
7050         * international/ccl.el (ccl): Remove empty custom groups.
7052         * completion.el (dynamic-completion-mode):
7053         * jit-lock.el (jit-lock-debug-mode):
7054         * minibuffer.el (completion-in-region-mode):
7055         * type-break.el (type-break-mode-line-message-mode)
7056         (type-break-query-mode):
7057         * emulation/tpu-edt.el (tpu-edt-mode):
7058         * progmodes/subword.el (global-subword-mode, global-superword-mode):
7059         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7060         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7062         * term/xterm.el (xterm): Change parent group to terminals.
7064         * master.el (master): Remove empty custom group.
7065         (master-mode): Remove unused :group argument.
7066         * textmodes/refill.el (refill): Remove empty custom group.
7067         (refill-mode): Remove unused :group argument.
7069         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7071         * cus-dep.el: Provide a feature.
7072         (custom-make-dependencies): Ignore dotfiles (dir-locals).
7073         Don't mistakenly ignore files whose basenames match a basename
7074         from preloaded-file-list (eg cedet/ede/simple.el).
7075         Add a fallback method for getting :group.
7077 2013-05-15  Juri Linkov  <juri@jurta.org>
7079         * isearch.el (isearch-char-by-name): Rename from
7080         `isearch-insert-char-by-name'.  Doc fix.
7081         (isearch-forward): Mention `isearch-char-by-name' in
7082         the docstring.  (Bug#13348)
7084         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7085         `exit-minibuffer' instead of
7086         `isearch-nonincremental-exit-minibuffer'.
7087         (isearch-edit-string): Remove mention of
7088         `isearch-nonincremental-exit-minibuffer' from docstring.
7089         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7090         (isearch-forward-exit-minibuffer)
7091         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
7093 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * loadup.el: Just use unversioned DOC.
7097         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7098         literals as extending to EOB.
7099         (nxml-last-fontify-end): Remove unused variable.
7100         (nxml-after-change1): Use with-silent-modifications.
7101         (nxml-extend-after-change-region): Simplify.
7102         (nxml-extend-after-change-region1): Remove function.
7103         (nxml-after-change1): Don't adjust for dependent regions.
7104         (nxml-fontify-matcher): Simplify.
7105         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7106         (xmltok-add-dependent): Remove function.
7107         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7108         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7109         (xmltok-scan-prolog-after-processing-instruction-open): Treat
7110         unclosed <[[, <?, comment, and other literals as extending to EOB.
7111         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7112         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7113         Remove functions.
7114         (rng-do-some-validation-1): Don't mark dependent regions.
7115         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7116         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7117         (nxml-clear-dependent-regions): Remove functions.
7118         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7119         (nxml-ensure-scan-up-to-date):
7120         Don't clear&mark dependent regions.
7122 2013-05-15  Leo Liu  <sdl.web@gmail.com>
7124         * progmodes/octave.el (octave-goto-function-definition):
7125         Improve and fix callers.
7127 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7129         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7130         the setter (bug#14387).
7132         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7133         surrounding group (bug#14402).
7135 2013-05-14  Juri Linkov  <juri@jurta.org>
7137         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7138         (Bug#14390)
7140 2013-05-14  Glenn Morris  <rgm@gnu.org>
7142         * progmodes/f90.el (f90-imenu-generic-expression):
7143         Fix typo in 2013-05-08 change.  (Bug#14402)
7145 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
7147         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7148         Remove signals for which replies are never received.
7150 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
7152         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7153         (gdb-handler-alist, gdb-handler-number): Remove variables.
7154         (gdb-handler-list): New variable.
7155         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7156         (gdb-pending-handler-p, gdb-handle-reply)
7157         (gdb-remove-all-pending-triggers): New functions.
7158         (gdb-discard-unordered-replies): New defcustom.
7159         (gdb-handler): New defstruct.
7160         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
7161         instead of gdb-pending-triggers.  Update docstring.
7162         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
7163         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7164         (gdb-var-update-handler, def-gdb-auto-update-trigger)
7165         (def-gdb-auto-update-handler, gdb-get-changed-registers)
7166         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7167         (gdb-frame-handler): Pending triggers are now automatically managed.
7168         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7169         Remove argument.
7170         (gdb-input): Automatically handles pending triggers.  Update docstring.
7171         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7172         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7173         Update comments.
7174         (gdb-done-or-error): Now use gdb-handle-reply.
7176 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
7178         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7179         gdb-debug-log.
7181 2013-05-14  Glenn Morris  <rgm@gnu.org>
7183         * subr.el (user-emacs-directory-warning): New option.
7184         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
7186 2013-05-14  Leo Liu  <sdl.web@gmail.com>
7188         * progmodes/octave.el (octave-font-lock-keywords): Fix error
7189         during redisplay.
7190         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7191         (octave-font-lock-texinfo-comment): Fix invalid search bound
7192         error: wrong side of point.
7194 2013-05-14  Glenn Morris  <rgm@gnu.org>
7196         * progmodes/flymake.el (flymake-xml-program): New option.
7197         (flymake-xml-init): Use it.
7199         * term/xterm.el: Provide a feature.
7201         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
7203 2013-05-13  Glenn Morris  <rgm@gnu.org>
7205         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7206         Add compat aliases as a hack workaround.  (Bug#14384)
7208 2013-05-13  Leo Liu  <sdl.web@gmail.com>
7210         * progmodes/octave.el (octave-indent-comment): Fix indentation for
7211         ###, and %!.
7212         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7213         C-M-q.
7214         (octave-comment-start-skip): Include %!.
7215         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7217 2013-05-12  Leo Liu  <sdl.web@gmail.com>
7219         * progmodes/octave.el (inferior-octave-startup): Store the value
7220         of __octave_srcdir__ for octave-source-directories.
7221         (inferior-octave-check-process): New function refactored out of
7222         inferior-octave-send-list-and-digest.
7223         (octave-source-directories)
7224         (octave-find-definition-filename-function): New variables.
7225         (octave-source-directories)
7226         (octave-find-definition-default-filename): New functions.
7227         (octave-find-definition): Improve to find functions implemented in C++.
7229 2013-05-12  Glenn Morris  <rgm@gnu.org>
7231         * calendar/diary-lib.el (diary-outlook-format-1):
7232         Don't include dayname in the output.  (Bug#14349)
7234 2013-05-11  Glenn Morris  <rgm@gnu.org>
7236         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7238         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7239         Treat cc-provide like provide.
7241 2013-05-11  Kevin Ryde  <user42@zip.com.au>
7243         * cus-dep.el (custom-make-dependencies):
7244         Use generated-autoload-load-name for the sake of files such
7245         such cedet/semantic/bovine/c.el, where the base file name
7246         is not in load-path.  (Bug#5277)
7248 2013-05-11  Glenn Morris  <rgm@gnu.org>
7250         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7251         Provide features.
7253 2013-05-11  Leo Liu  <sdl.web@gmail.com>
7255         * progmodes/octave.el (octave-indent-comment): Improve.
7256         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7257         (octave-eldoc-function-signatures, octave-eldoc-function):
7258         New functions.
7259         (octave-mode, inferior-octave-mode): Add eldoc support.
7261 2013-05-11  Richard Stallman  <rms@gnu.org>
7263         * epa.el (epa-decrypt-file): Take output file name as argument
7264         and read it using `interactive'.
7266 2013-05-11  Leo Liu  <sdl.web@gmail.com>
7268         * progmodes/octave.el (octave-beginning-of-line)
7269         (octave-end-of-line): Check before using up-list because it jumps
7270         out of more syntactic contructs since moving to smie.
7271         (octave-indent-comment): New function.
7272         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
7273         (octave-begin-keywords, octave-end-keywords)
7274         (octave-reserved-words, octave-smie-bnf-table)
7275         (octave-smie-rules): Add new keywords from Octave 3.6.4.
7277 2013-05-11  Glenn Morris  <rgm@gnu.org>
7279         * faces.el (internal-face-x-get-resource):
7280         * frame.el (ns-display-monitor-attributes-list):
7281         * calc/calc-aent.el (math-to-radians-2):
7282         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
7283         Fix declarations.
7285         * calc/calc-menu.el: Make it loadable in isolation.
7287         * net/eudcb-bbdb.el: Make it loadable without bbdb.
7288         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7289         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7290         (eudc-bbdb-query-internal): Require 'bbdb.
7292         * lpr.el (lpr-headers-switches):
7293         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7295         * progmodes/sql.el (sql-login-params): Fix and improve :type.
7297         * emulation/edt-mapper.el: In batch mode, error rather than hang.
7299         * term.el (term-set-escape-char): Make it idempotent.
7301 2013-05-10  Leo Liu  <sdl.web@gmail.com>
7303         * progmodes/octave.el (inferior-octave-completion-table):
7304         No longer a function and all uses changed.  Use cache to speed up
7305         completion due to bug#11906.
7306         (octave-beginning-of-defun): Re-write to be more general.
7308 2013-05-10  Glenn Morris  <rgm@gnu.org>
7310         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7312 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7314         * comint.el (comint-redirect-send-command-to-process): Use :around
7315         rather than :override for comint-redirect-filter.
7316         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7317         Call it instead of comint-redirect-original-filter-function (which
7318         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
7320 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
7322         * frame.el (display-monitor-attributes-list): Add NS case.
7323         (ns-display-monitor-attributes-list): Declare.
7325 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
7327         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
7329 2013-05-09  Glenn Morris  <rgm@gnu.org>
7331         * international/fontset.el (vertical-centering-font-regexp):
7332         Set standard-value.
7334         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7336         * bookmark.el (bookmark-search-delay):
7337         * cus-start.el (vertical-centering-font-regexp):
7338         * ps-mule.el (ps-mule-font-info-database-default):
7339         * ps-print.el (ps-default-fg, ps-default-bg):
7340         * type-break.el (type-break-good-break-interval):
7341         * whitespace.el (whitespace-indentation-regexp)
7342         (whitespace-space-after-tab-regexp):
7343         * emacs-lisp/testcover.el (testcover-1value-functions)
7344         (testcover-noreturn-functions, testcover-progn-functions)
7345         (testcover-prog1-functions):
7346         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7347         * eshell/em-glob.el (eshell-glob-translate-alist):
7348         * play/tetris.el (tetris-tty-colors):
7349         * progmodes/cpp.el (cpp-face-default-list):
7350         * progmodes/flymake.el (flymake-allowed-file-name-masks):
7351         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7352         (idlwave-help-browser-generic-args):
7353         * progmodes/make-mode.el (makefile-special-targets-list):
7354         * progmodes/python.el (python-shell-virtualenv-path):
7355         * progmodes/verilog-mode.el (verilog-active-low-regexp)
7356         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7357         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7358         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7359         * textmodes/reftex-vars.el (reftex-format-label-function):
7360         * textmodes/remember.el (remember-diary-file): Fix custom types.
7362         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7363         Add :version.
7365 2013-05-09  Leo Liu  <sdl.web@gmail.com>
7367         * progmodes/octave.el (inferior-octave-completion-at-point):
7368         Restore file completion.  (Bug#14300)
7369         (inferior-octave-startup): Fix incorrect highlighting for the
7370         first prompt.
7372 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * progmodes/ruby-mode.el: First cut at SMIE support.
7375         (ruby-use-smie): New var.
7376         (ruby-smie-grammar): New constant.
7377         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7378         (ruby-smie--forward-token, ruby-smie--backward-token)
7379         (ruby-smie-rules): New functions.
7380         (ruby-mode-variables): Setup SMIE if applicable.
7382 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
7384         * simple.el (line-move-visual): Signal beginning/end of buffer
7385         only if vertical-motion moved less than it was requested.  Avoids
7386         silly incorrect error messages when there are display strings with
7387         multiple newlines at EOL.
7389 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7391         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7392         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7393         (prolog-char-quote-workaround):
7394         * progmodes/cperl-mode.el (cperl-under-as-char):
7395         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
7396         Mark as obsolete.
7397         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
7398         their declaration.
7399         (vhdl-mode-syntax-table-init): Remove.
7401         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7402         last change.
7404         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7405         syntax for "_".
7406         (ld-script-font-lock-keywords):
7407         Change regexps to use things like \_< and \_>.
7409         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7410         Change all regexps to use things like \_< and \_>.
7412         * progmodes/autoconf.el (autoconf-definition-regexp)
7413         (autoconf-font-lock-keywords, autoconf-current-defun-function):
7414         Handle a _ with symbol syntax.
7415         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7417         * progmodes/ada-mode.el (ada-mode-abbrev-table):
7418         Consolidate declaration.
7419         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7420         the declaration.
7421         (ada-create-syntax-table): Remove.
7422         (ada-capitalize-word): Don't mess with the syntax of "_" since it
7423         already has the right syntax nowadays.
7424         (ada-goto-next-word): Don't change the syntax of "_".
7426         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7427         with-wrapper-hook.
7429 2013-05-08  Sam Steingold  <sds@gnu.org>
7431         * thingatpt.el (thing-at-point): Accept optional second argument
7432         NO-PROPERTIES to strip the text properties from the return value.
7433         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7434         to `thing-at-point' instead of stripping the properties ourselves.
7435         Also, when `thing-at-point' fails to find a url, prepend "http://"
7436         to the filename at point on the assumption that the user is
7437         pointing at something like gnu.org/gnu.
7439 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
7441         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7442         * faces.el (crm-separator):
7443         Silence byte-compiler.
7445         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7446         (tool-bar-map): Remove unneeded defvars.
7448 2013-05-08  Leo Liu  <sdl.web@gmail.com>
7450         Re-work a fix for bug#10994 based on Le Wang's patch.
7451         * ido.el (ido-remove-consecutive-dups): New helper.
7452         (ido-completing-read): Use it.
7453         (ido-chop): Revert fix for bug#10994.
7455 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
7457         * cus-edit.el (custom-save-variables):
7458         Pretty-print long values.  (Bug#14187)
7460 2013-05-08  Glenn Morris  <rgm@gnu.org>
7462         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7463         (m4-mode-syntax-table): Init in the defvar.
7464         (m4-mode-abbrev-table): Let define-derived-mode define it.
7466 2013-05-08  Tom Tromey  <tromey@redhat.com>
7468         * progmodes/m4-mode.el (m4-mode-syntax-table):
7469         Do not treat "_" as word constituent.  (Bug#14167)
7471 2013-05-07  Glenn Morris  <rgm@gnu.org>
7473         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7474         Remove explicit eshell-isearch-cancel-map.
7476         * progmodes/f90.el (f90-smart-end-names): New option.
7477         (f90-smart-end): Doc fix.
7478         (f90-end-block-optional-name): New constant.
7479         (f90-block-match): Respect f90-smart-end-names.
7481 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7483         * progmodes/octave.el (octave-smie-forward-token): Be more careful
7484         about implicit semi-colons (bug#14218).
7486 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7488         * frame.el (display-monitor-attributes-list)
7489         (frame-monitor-attributes): New functions.
7491 2013-05-06  Leo Liu  <sdl.web@gmail.com>
7493         * progmodes/octave.el (octave-syntax-propertize-function): Change
7494         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
7495         (octave-font-lock-keywords): Use octave-operator-regexp.
7496         (octave-completion-at-point): Rename from
7497         octave-completion-at-point-function.
7498         (inferior-octave-directory-tracker): Robustify.
7499         (octave-text-functions): Remove and fix its uses.  No such things
7500         any more.
7502 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7504         * emacs-lisp/trace.el (trace--display-buffer): New function.
7505         (trace-make-advice): Use it.
7507 2013-05-06  Juri Linkov  <juri@jurta.org>
7509         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
7510         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7511         Doc fix.
7512         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7513         in the help string.  (Bug#12985)
7515 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
7517         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
7519 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7521         * progmodes/perl-mode.el: Add support for here documents.
7522         (perl-syntax-propertize-function): Match here-doc markers.
7523         (perl-syntax-propertize-special-constructs): Find their end.
7524         (perl-imenu-generic-expression): Use [:alnum:].
7526         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7527         (advice--add-function): Refresh the advice if already present
7528         (bug#14317).
7530 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
7532         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
7534 2013-05-06  Glenn Morris  <rgm@gnu.org>
7536         * w32-fns.el (w32-charset-info-alist): Declare.
7538         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7539         of its defcustom properties.
7540         (eshell-cmpl-initialize): No need to load pcomplete.
7542         * generic-x.el: No need to require comint when compiling.
7544         * net/eudc-export.el: Make it loadable without bbdb.
7545         (top-level): Use require rather than load-library.
7546         (eudc-create-bbdb-record, eudc-bbdbify-phone)
7547         (eudc-batch-export-records-to-bbdb)
7548         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7549         Require bbdb.
7551 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7554         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7555         some tweaks, instead.
7557 2013-05-05  Leo Liu  <sdl.web@gmail.com>
7559         * progmodes/octave.el (octave-font-lock-keywords)
7560         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7561         (inferior-octave-send-list-and-digest): Improve error message.
7562         (octave-mode, inferior-octave-mode): Use setq-local.
7563         (octave-help): Set info-lookup-mode.
7565 2013-05-05  Richard Stallman  <rms@gnu.org>
7567         * vc/compare-w.el (compare-windows-whitespace):
7568         Treat no-break space as whitespace.
7570         * mail/rmailsum.el (rmail-summary-rmail-update):
7571         Detect empty summary and don't change selected message.
7572         (rmail-summary-goto-msg): Likewise.
7574         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7575         Doc fixes, rename args.
7577 2013-05-05  Alan Mackenzie  <acm@muc.de>
7579         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7581 2013-05-05  Juri Linkov  <juri@jurta.org>
7583         * info.el (Info-read-subfile): Use (point-min) instead of (point)
7584         to not add the length of the summary segment to the return value.
7585         (Bug#14125)
7587 2013-05-05  Leo Liu  <sdl.web@gmail.com>
7589         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7590         (inferior-octave-output-filter): Remove.
7591         (octave-send-region, inferior-octave-startup): Fix callers.
7592         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7593         (octave-binary-file-extensions): New user variable.
7594         (octave-find-definition): Confirm if opening binary files.
7595         (octave-help-file): Use octave-find-definition to get the binary
7596         confirmation.
7597         (octave-help): Adjust for octave-help-file change.
7599 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7601         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7602         Merge the two entries that handle function definitions.
7603         (pascal--syntax-propertize): New const.
7604         (pascal-mode): Use it.  Use setq-local.
7606 2013-05-04  Glenn Morris  <rgm@gnu.org>
7608         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7609         (diary-from-outlook): Respect diary-from-outlook-function.
7611 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7614         Move the declaration from C.
7615         (read-minibuffer, eval-minibuffer): Move from C.
7616         (completion-setup-function): Avoid minibuffer-completion-contents.
7618 2013-05-03  Leo Liu  <sdl.web@gmail.com>
7620         * progmodes/octave.el (octave-font-lock-keywords): Do not
7621         dehighlight 'end' in comments or strings.
7622         (octave-completing-read, octave-goto-function-definition):
7623         New helpers.
7624         (octave-help-buffer): New user variable.
7625         (octave-help-file, octave-help-function): New button types.
7626         (octave-help): New command and bind it to C-h ;.
7627         (octave-find-definition): New command and bind it to M-.
7628         (user-error): Alias to error if not defined.
7630 2013-05-02  Leo Liu  <sdl.web@gmail.com>
7632         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7633         for \.  (bug#14332)
7634         (octave-font-lock-keywords): Include [ and {.
7636 2013-05-02  Leo Liu  <sdl.web@gmail.com>
7638         * progmodes/octave.el (inferior-octave-startup-file): Change default.
7639         (inferior-octave): Remove calling comint-mode and return the buffer.
7640         (inferior-octave-startup): Cosmetic changes.
7642 2013-05-02  Leo Liu  <sdl.web@gmail.com>
7644         * progmodes/octave.el (octave-syntax-propertize-function):
7645         Include the case when ' is at line beginning.  (Bug#14336)
7647 2013-05-02  Glenn Morris  <rgm@gnu.org>
7649         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7650         * desktop.el (vc-dir-mode): Just autoload it here.
7652 2013-05-02  Alan Mackenzie  <acm@muc.de>
7654         Eliminate variable c-standard-font-lock-fontify-region-function.
7655         * progmodes/cc-mode.el
7656         (c-standard-font-lock-fontify-region-function): Remove.
7657         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7659 2013-05-01  Leo Liu  <sdl.web@gmail.com>
7661         * progmodes/octave.el: Compatible with older emacs-24 releases.
7662         (inferior-octave-has-built-in-variables): Remove.  Built-in
7663         variables were removed from Octave in 2007.
7664         (inferior-octave-startup): Fix uses.
7665         (comint-line-beginning-position): Remove compatibility code for
7666         emacs 21.
7668 2013-05-01  Juri Linkov  <juri@jurta.org>
7670         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
7672 2013-05-01  Juri Linkov  <juri@jurta.org>
7674         * comint.el (comint-previous-matching-input): Don't print message
7675         "History item: %d" when `isearch-mode' is active.
7676         (comint-history-isearch-message): Print message "History item: %d"
7677         when `comint-input-ring-index' is not empty and this function is
7678         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
7680 2013-05-01  Leo Liu  <sdl.web@gmail.com>
7682         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7683         definitions.  Use completion-at-point to insert keywords.
7684         (octave-abbrev-start): Remove.
7685         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7687 2013-04-30  Leo Liu  <sdl.web@gmail.com>
7689         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7690         change.
7692 2013-04-30  Alan Mackenzie  <acm@muc.de>
7694         Handle arbitrarily long C++ member initialisation lists.
7695         * progmodes/cc-engine.el (c-back-over-member-initializers):
7696         new function.
7697         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7698         (most) member init lists.
7700 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7702         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7703         variable.
7705 2013-04-30  Leo Liu  <sdl.web@gmail.com>
7707         * progmodes/octave.el (octave-variables): Remove.  No builtin
7708         variables any more.  All converted to functions.
7709         (octave-font-lock-keywords, octave-completion-at-point-function):
7710         Fix uses.
7711         (octave-font-lock-texinfo-comment): New user variable.
7712         (octave-texinfo-font-lock-keywords): New variable for texinfo
7713         comment block.
7714         (octave-function-comment-block): New face.
7715         (octave-font-lock-texinfo-comment): New function.
7716         (octave-mode): Font lock texinfo comment block.
7718 2013-04-29  Leo Liu  <sdl.web@gmail.com>
7720         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7721         indexing expression.
7722         (octave-continuation-string): Do not use \.
7723         (inferior-octave-complete-impossible): Remove.
7724         (inferior-octave-completion-table)
7725         (inferior-octave-completion-at-point): Remove its uses.
7726         (inferior-octave-startup): completion_matches was introduced to
7727         Octave in 1996 so safe to assume it.
7728         (octave-function-file-comment): Improve to follow how Octave does it.
7729         (octave-update-function-file-comment): Tweak.
7731 2013-04-29  Leo Liu  <sdl.web@gmail.com>
7733         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7734         (inferior-octave-startup): Remove inferior-octave-startup-hook.
7735         (octave-function-file-comment): Fix typo.
7736         (octave-sync-function-file-names): Use read-char-choice.
7738 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
7740         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7741         to t for the less important warnings.
7743 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7745         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
7747 2013-04-27  Glenn Morris  <rgm@gnu.org>
7749         * vc/log-view.el (log-view-current-entry):
7750         Treat "---" separator lines as part of the following rev.  (Bug#14169)
7752 2013-04-27  Juri Linkov  <juri@jurta.org>
7754         * subr.el (read-number): Doc fix about using it by interactive
7755         code letter `n'.  (Bug#14254)
7757 2013-04-27  Juri Linkov  <juri@jurta.org>
7759         * desktop.el (desktop-auto-save-timeout): New option.
7760         (desktop-file-checksum): New variable.
7761         (desktop-save): Add optional arg `auto-save' and don't auto-save
7762         if nothing changed.
7763         (desktop-auto-save-timer): New variable.
7764         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7765         (after-init-hook): Call `desktop-auto-save-set-timer'.
7766         Suggested by Reuben Thomas <rrt@sc3d.org> in
7767         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7769 2013-04-27  Leo Liu  <sdl.web@gmail.com>
7771         * progmodes/octave.el (octave-function-file-p)
7772         (octave-skip-comment-forward, octave-function-file-comment)
7773         (octave-update-function-file-comment): New functions.
7774         (octave-mode-map): Bind C-c ; to
7775         octave-update-function-file-comment.
7776         (octave-mode-menu): Add octave-update-function-file-comment.
7777         (octave-mode, inferior-octave-mode): Fix doc-string.
7778         (octave-insert-defun): Conform to Octave's coding convention.
7779         (Bug#14285)
7781         * files.el (basic-save-buffer): Don't let errors in
7782         before-save-hook prevent saving buffer.
7784 2013-04-20  Roland Winkler  <winkler@gnu.org>
7786         * faces.el (read-face-name): Use completing-read if arg multiple
7787         is nil.
7789 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
7791         * ls-lisp.el (ls-lisp-insert-directory): If no files are
7792         displayed, move point to after the totals line.
7793         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7794         for the details.
7796 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7798         * emacs-lisp/package.el (package-autoload-ensure-default-file):
7799         Add current dir to the load-path.
7800         (package-generate-autoloads): Don't rely on
7801         autoload-ensure-default-file.
7803 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
7805         * textmodes/remember.el (remember-store-in-files): Document that
7806         the file name format is passed to `format-time-string'.
7808 2013-04-26  Leo Liu  <sdl.web@gmail.com>
7810         * progmodes/octave.el (octave-sync-function-file-names): New function.
7811         (octave-mode): Use it in before-save-hook.
7813 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7815         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7816         (bug#14274).
7818         * progmodes/octave.el (octave-smie-forward-token): Properly skip
7819         \n and comment, even if it's not an implicit ; (bug#14218).
7821 2013-04-26  Glenn Morris  <rgm@gnu.org>
7823         * subr.el (read-number): Once more use `read' rather than
7824         `string-to-number', to trap non-numeric input.  (Bug#14254)
7826 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
7828         * emacs-lisp/syntax.el (syntax-propertize-multiline):
7829         Use `syntax-multiline' text property consistently instead of
7830         `font-lock-multiline'.  (Bug#14237)
7832 2013-04-26  Glenn Morris  <rgm@gnu.org>
7834         * emacs-lisp/shadow.el (list-load-path-shadows):
7835         No longer necessary to check for duplicate simple.el, since
7836         2012-07-07 change to init_lread to not include installation lisp
7837         directories in load-path when running uninstalled.  (Bug#14270)
7839 2013-04-26  Leo Liu  <sdl.web@gmail.com>
7841         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7842         (octave-mode, inferior-octave-mode): Use setq-local.
7843         (octave-not-in-string-or-comment-p): Rename to
7844         octave-in-string-or-comment-p.
7845         (octave-in-comment-p, octave-in-string-p)
7846         (octave-in-string-or-comment-p): Replace defsubst with defun.
7848 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7850         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7852 2013-04-25  Bastien Guerry  <bzg@gnu.org>
7854         * textmodes/remember.el (remember-data-directory)
7855         (remember-directory-file-name-format): Fix custom types.
7857 2013-04-25  Leo Liu  <sdl.web@gmail.com>
7859         * progmodes/octave.el (octave-completion-at-point-function):
7860         Make use of inferior octave process.
7861         (octave-initialize-completions): Remove.
7862         (inferior-octave-completion-table): New function.
7863         (inferior-octave-completion-at-point): Use it.
7864         (octave-completion-alist): Remove.
7866 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7868         * progmodes/opascal.el: Use font-lock and syntax-propertize.
7869         (opascal-mode-syntax-table): New var.
7870         (opascal-literal-kind, opascal-is-literal-end)
7871         (opascal-literal-token-at): Rewrite.
7872         (opascal--literal-start-re, opascal-font-lock-keywords)
7873         (opascal--syntax-propertize): New constants.
7874         (opascal-font-lock-defaults): Adjust.
7875         (opascal-mode): Use them.  Set comment-<foo> variables as well.
7876         (delphi-comment-face, opascal-comment-face, delphi-string-face)
7877         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7878         (delphi-other-face, opascal-other-face): Remove face variables.
7879         (opascal-save-state): Remove macro.
7880         (opascal-fontifying-progress-step): Remove constant.
7881         (opascal--ignore-changes): Remove var.
7882         (opascal-set-token-property, opascal-parse-next-literal)
7883         (opascal-is-stable-literal, opascal-complete-literal)
7884         (opascal-is-literal-start, opascal-face-of)
7885         (opascal-parse-region, opascal-parse-region-until-stable)
7886         (opascal-fontify-region, opascal-after-change)
7887         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7888         (opascal-debug-parse-region, opascal-debug-parse-window)
7889         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7890         (opascal-debug-fontify-buffer): Remove.
7891         (opascal-debug-mode-map): Adjust accordingly.
7893 2013-04-25  Leo Liu  <sdl.web@gmail.com>
7895         Merge octave-mod.el and octave-inf.el into octave.el with some
7896         cleanups.
7897         * progmodes/octave.el: New file renamed from octave-mod.el.
7898         * progmodes/octave-inf.el: Merged into octave.el.
7899         * progmodes/octave-mod.el: Renamed to octave.el.
7901 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
7903         * textmodes/reftex-vars.el
7904         (reftex-label-ignored-macros-and-environments): New defcustom.
7906         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7908 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7911         (smie-indent-keyword): Improve the check to ensure that the next
7912         comment is really on the same line.
7913         (smie-indent-comment): Don't align with a subsequent closer (or eob).
7915         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7916         semi-colons if the line is not otherwise empty (bug#14218).
7918 2013-04-25  Glenn Morris  <rgm@gnu.org>
7920         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7922 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7924         * progmodes/opascal.el (opascal-set-token-property): Rename from
7925         opascal-set-text-properties and only set `token' (bug#14134).
7926         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7927         (opascal-literal-text-properties): Remove.
7928         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7929         Adjust callers.
7931 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
7933         * textmodes/remember.el (remember-handler-functions): Add an
7934         option for a new handler `remember-store-in-files'.
7935         (remember-data-directory, remember-directory-file-name-format):
7936         New options.
7937         (remember-store-in-files): New function to store remember notes
7938         as separate files within a directory.
7940 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
7942         * progmodes/compile.el (compilation-next-error-function):
7943         Pass "formats" to compilation-find-file (bug#11777).
7945 2013-04-24  Glenn Morris  <rgm@gnu.org>
7947         * vc/vc-bzr.el (vc-bzr-print-log):
7948         * vc/vc-hg.el (vc-hg-print-log):
7949         * vc/vc-svn.el (vc-svn-print-log):
7950         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
7952         * vc/vc-bzr.el (vc-bzr-print-log):
7953         * vc/vc-cvs.el (vc-cvs-print-log):
7954         * vc/vc-git.el (vc-git-print-log):
7955         * vc/vc-hg.el (vc-hg-print-log):
7956         * vc/vc-mtn.el (vc-mtn-print-log):
7957         * vc/vc-rcs.el (vc-rcs-print-log):
7958         * vc/vc-sccs.el (vc-sccs-print-log):
7959         * vc/vc-svn.el (vc-svn-print-log):
7960         * vc/vc.el (vc-print-log-internal): Doc fixes.
7962 2013-04-23  Glenn Morris  <rgm@gnu.org>
7964         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7965         Remove venerable code attempting to avoid substitute-command-keys.
7967 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
7969         * textmodes/reftex-vars.el (reftex-label-regexps):
7970         Call `reftex-compile-variables' after changes to this variable.
7972 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7974         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
7975         Use lexical-binding.
7976         (jit-lock-force-redisplay): Use markers, check buffer's continued
7977         existence and beware narrowed buffers.
7978         (jit-lock-fontify-now): Adjust call accordingly.
7980 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7982         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7983         to avoid misleading the user.
7985 2013-04-22  Leo Liu  <sdl.web@gmail.com>
7987         * info-look.el: Prefer latex2e.info.  (Bug#14240)
7989 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
7991         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
7993         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
7994         * net/tramp.el (tramp-call-process): ... here.
7995         (tramp-set-completion-function, tramp-parse-putty):
7996         * net/tramp-adb.el (tramp-adb-execute-adb-command):
7997         * net/tramp-gvfs.el (tramp-gvfs-send-command):
7998         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7999         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8000         (tramp-call-local-coding-command): Use `tramp-call-process'
8001         instead of `tramp-compat-call-process'.
8003         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8004         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8005         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8006         (tramp-find-inline-compress): Improve traces.
8007         (tramp-maybe-send-script): Check for Perl binary.
8008         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8010 2013-04-22  Daiki Ueno  <ueno@gnu.org>
8012         * epg.el (epg-context-pinentry-mode): New function.
8013         (epg-context-set-pinentry-mode): New function.
8014         (epg--start): Pass --pinentry-mode option to gpg command.
8016 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
8018         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8019         `comint-dynamic-complete' is obsolete since 24.1, replaced by
8020         `completion-at-point'.  (Bug#13774)
8022         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8023         default key binding for `describe-distribution' has been moved to
8024         `C-h C-o'.  (Bug#13970)
8026 2013-04-21  Glenn Morris  <rgm@gnu.org>
8028         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8029         Add doc strings.
8030         (vc-print-log): Clarify interactive prompt.
8032 2013-04-20  Glenn Morris  <rgm@gnu.org>
8034         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8035         No longer include timestamp etc information.
8037 2013-04-20  Roland Winkler  <winkler@gnu.org>
8039         * faces.el (read-face-name): Bug fix, return just one face if arg
8040         multiple is nil.  (Bug#14209)
8042 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8044         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8045         (remove-function): Autoload.
8047         * comint.el (comint-redirect-original-filter-function): Remove.
8048         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8049         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8050         (vc-cvs-annotate-command):
8051         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8052         * progmodes/prolog.el (prolog-consult-compile):
8053         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8054         Use add/remove-function instead.
8055         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8056         (gud-tooltip-process-output, gud-tooltip-tips):
8057         Use add/remove-function instead.
8058         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8059         (scheme-interaction-mode, exit-scheme-interaction-mode):
8060         Use add/remove-function instead.
8062         * vc/vc-dispatcher.el: Use lexical-binding.
8063         (vc--process-sentinel): Rename from vc-process-sentinel.
8064         Change last arg to be the code to run.  Don't use vc-previous-sentinel
8065         and vc-sentinel-commands any more.
8066         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
8067         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8069 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
8071         * progmodes/sh-script.el (sh-imenu-generic-expression):
8072         Handle function names with a single character.   (Bug#14111)
8074 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
8076         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8077         for subroutines defined in an eval (bug#14182).
8079 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8081         * bookmark.el (bookmark-completing-read): Improve handling of empty
8082         string (bug#14176).
8084 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8088 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8090         New faster Imenu implementation (bug#14058).
8091         * progmodes/python.el:
8092         (python-imenu-prev-index-position):
8093         (python-imenu-format-item-label-function)
8094         (python-imenu-format-parent-item-label-function)
8095         (python-imenu-format-parent-item-jump-label-function):
8096         New vars.
8097         (python-imenu-format-item-label)
8098         (python-imenu-format-parent-item-label)
8099         (python-imenu-format-parent-item-jump-label)
8100         (python-imenu--put-parent, python-imenu--build-tree)
8101         (python-imenu-create-index, python-imenu-create-flat-index)
8102         (python-util-popn): New functions.
8103         (python-mode): Set imenu-create-index-function to
8104         python-imenu-create-index.
8106 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8108         * winner.el (winner-active-region): Use region-active-p, activate-mark
8109         and deactivate-mark (bug#14225).
8111         * simple.el (deactivate-mark): Don't inline it.
8113 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
8115         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8117 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
8119         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8120         file extensions from the archive-mode entry in order to prefer
8121         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8123 2013-04-18  Leo Liu  <sdl.web@gmail.com>
8125         * bindings.el (help-event-list): Add ?\?.
8127 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8129         * subr.el (with-wrapper-hook): Declare obsolete.
8130         * simple.el (filter-buffer-substring-function): New hook.
8131         (filter-buffer-substring): Use it.
8132         (filter-buffer-substring-functions): Mark obsolete.
8133         * minibuffer.el (completion-in-region-function): New hook.
8134         (completion-in-region): Use it.
8135         (completion-in-region-functions): Mark obsolete.
8136         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8137         * abbrev.el (abbrev-expand-function): New hook.
8138         (expand-abbrev): Use it.
8139         (abbrev-expand-functions): Mark obsolete.
8140         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8141         and :filter-return.
8143 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8145         * progmodes/python.el (python-nav--syntactically): Fix cornercases
8146         and do not care about match data.
8148 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8151         completion tables when completing error conditions and
8152         `declare' arguments.
8153         (lisp-complete-symbol, field-complete): Mark as obsolete.
8154         (check-parens): Unmatched parens are user errors.
8155         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8157 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
8159         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8160         command changed buffer (ie. `flyspell-pre-buffer' is not current
8161         buffer), which prevents making decisions based on invalid value of
8162         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
8163         cause an error when `flyspell-pre-point' was nil after switching
8164         buffers.
8165         (flyspell-post-command-hook): No longer needs to change buffers when
8166         checking pre-word.  While at it remove unnecessary progn.
8168 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
8170         * textmodes/ispell.el (ispell-add-per-file-word-list):
8171         Fix `flyspell-correct-word-before-point' error when accepting
8172         words and `coment-padding' is an integer by using
8173         `comment-normalize-vars' (Bug #14214).
8175 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8177         New defun movement commands.
8178         * progmodes/python.el (python-nav--syntactically)
8179         (python-nav--forward-defun, python-nav-backward-defun)
8180         (python-nav-forward-defun): New functions.
8182 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8184         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8185         (python-syntax-context): Use named compiler-macro for backwards
8186         compatibility with Emacs 24.x.
8188 2013-04-17  Leo Liu  <sdl.web@gmail.com>
8190         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8191         octave-hide-process-buffer.
8193 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8195         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8196         (bug#14216).
8198 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
8200         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8201         Fix adjustment of offset when receiving incomplete responses from GDB
8202         (bug#14129).
8204 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8206         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8207         python-mode-abbrev-table.
8208         (python-skeleton-define): Adjust accordingly.
8209         (python-mode-abbrev-table): New table that inherits from it so that
8210         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8212         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8213         (abbrev-symbol): Use it.
8214         (abbrev--before-point): Use it since we already handle inheritance.
8216 2013-04-16  Leo Liu  <sdl.web@gmail.com>
8218         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8219         binding to info-lookup-symbol.
8221 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
8223         * minibuffer.el (completion--twq-all):
8224         * term/ns-win.el (ns-initialize-window-system):
8225         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8227 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8230         global bindings.
8232         * doc-view.el (doc-view-start-process): Handle url-handler directories.
8234 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
8236         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8237         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8238         to nil.
8239         (ruby-end-of-defun): Remove the unused arg, change the docstring
8240         to reflect that this function is only used as the value of
8241         `end-of-defun-function'.
8242         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8243         to reflect an earlier change that beginning/end-of-defun functions
8244         jump between methods in a class definition, as well as top-level
8245         functions.
8247 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8249         * minibuffer.el (minibuffer-complete): Don't just scroll
8250         a *Completions* that's been iconified.
8251         (minibuffer-force-complete): Make sure repetitions do cycle when going
8252         through completion-in-region -> minibuffer-complete.
8254 2013-04-15  Alan Mackenzie  <acm@muc.de>
8256         Correct the placement of c-cpp-delimiters when there're #s not at
8257         col 0.
8259         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8260         place a submatch around the #.
8261         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8262         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
8263         on the #, not BOL.
8265 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8267         * emacs-lisp/nadvice.el: Properly test names when adding advice.
8268         (advice--member-p): New arg `name'.
8269         (advice--add-function, advice-member-p): Use it (bug#14202).
8271 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
8273         Reformulate java imenu-generic-expression.
8274         The old expression contained ill formed regexps.
8276         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8277         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8278         (cc-imenu-java-method-arg-regexp): New defconsts.
8279         (cc-imenu-java-build-type-args-regex): New defun.
8280         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
8281         handling of spaces in the regexp.
8283 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8285         * textmodes/ispell.el (ispell-command-loop): Remove
8286         flyspell highlight of a word when ispell accepts it (bug #14178).
8288 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
8290         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8291         uses code from the previous `ange-ftp-run-real-handler'.
8292         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8293         only in case that function exist.  This is needed for proper
8294         unloading of Tramp.
8296 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
8298         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8300         * textmodes/reftex.el (reftex-compile-variables): Use it.
8302 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8304         * files.el (normal-mode): Only use default major-mode if no other mode
8305         was specified.
8307         * emacs-lisp/trace.el (trace-values): New function.
8309         * files.el: Allow : in local variables (bug#14089).
8310         (hack-local-variable-regexp): New var.
8311         (hack-local-variables-prop-line, hack-local-variables): Use it.
8313 2013-04-13  Roland Winkler  <winkler@gnu.org>
8315         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
8316         data before it gets modified by bibtex-beginning-of-entry.
8318 2013-04-13  Roland Winkler  <winkler@gnu.org>
8320         * textmodes/bibtex.el (bibtex-url): Doc fix.
8322 2013-04-13  Roland Winkler  <winkler@gnu.org>
8324         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8325         does not visit a BibTeX file, exclude it from the list of buffers
8326         returned by bibtex-initialize.
8328 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
8330         * window.el (split-window): Remove interactive form, since as a
8331         command this function is a special case of split-window-below.
8332         Correct doc string.
8334 2013-04-12  Roland Winkler  <winkler@gnu.org>
8336         * faces.el (read-face-name): Do not override value of arg default.
8337         Allow single faces and strings as default values.  Remove those
8338         elements from return value that are not faces.
8339         (describe-face): Simplify.
8340         (face-at-point): New optional args thing and multiple so that this
8341         function can provide the same functionality previously provided by
8342         read-face-name.
8343         (make-face-bold, make-face-unbold, make-face-italic)
8344         (make-face-unitalic, make-face-bold-italic, invert-face)
8345         (modify-face, read-face-and-attribute): Use face-at-point.
8347         * cus-edit.el (customize-face, customize-face-other-window)
8348         * cus-theme.el (custom-theme-add-face)
8349         * face-remap.el (buffer-face-set)
8350         * facemenu.el (facemenu-set-face): Use face-at-point.
8352 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
8354         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8356 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
8358         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8359         off leading { and trailing } from field values.
8361 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8363         * emacs-lisp/timer.el (timer--check): New function.
8364         (timer--time, timer-set-function, timer-event-handler): Use it.
8365         (timer-set-idle-time): Simplify.
8366         (timer--activate): CSE.
8367         (timer-event-handler): Give more info in error message.
8368         (internal-timer-start-idle): New function, moved from C.
8370         * mpc.el (mpc-proc): Add `restart' argument.
8371         (mpc-proc-cmd): Use it.
8372         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8373         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8374         less often.
8376 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
8378         * progmodes/sh-script.el: Implement `sh-mode' own
8379         `add-log-current-defun-function' (bug#14112).
8380         (sh-current-defun-name): New function.
8381         (sh-mode): Use the function.
8383 2013-04-09  Bastien Guerry  <bzg@gnu.org>
8385         * simple.el (choose-completion-string): Fix docstring (bug#14163).
8387 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8391         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8392         timer (bug#14156).
8394 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
8396         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8397         declaration.
8399 2013-04-07  Leo Liu  <sdl.web@gmail.com>
8401         * pcmpl-x.el: New file.
8403 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
8405         Do not set x-display-name until X connection is established.
8406         This is needed to prevent from weird situation described at
8407         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8408         * frame.el (make-frame): Set x-display-name after call to
8409         window system initialization function, not before.
8410         * term/x-win.el (x-initialize-window-system): Add optional
8411         display argument and use it.
8412         * term/w32-win.el (w32-initialize-window-system):
8413         * term/ns-win.el (ns-initialize-window-system):
8414         * term/pc-win.el (msdos-initialize-window-system):
8415         Add compatible optional display argument.
8417 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8419         * files.el (normal-backup-enable-predicate): On MS-Windows and
8420         MS-DOS compare truenames of temporary-file-directory and of the
8421         file, so that 8+3 aliases (usually found in $TEMP on Windows)
8422         don't fail comparison by compare-strings.  Also, compare file
8423         names case-insensitively on MS-Windows and MS-DOS.
8425 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8427         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8428         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8430 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
8432         * whitespace.el (whitespace-color-on, whitespace-color-off):
8433         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
8435 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
8437         * ispell.el (ispell-set-spellchecker-params):
8438         Really set `ispell-args' for all equivs.
8440 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8442         * ido.el (ido-completions): Use extra elements of ido-decorations
8443         (bug#14143).
8444         (ido-decorations): Update docstring.
8446 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
8448         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8449         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8450         nil during initialization, in order not to miss changes since the
8451         file was opened.  (Bug#14140)
8453 2013-04-05  Leo Liu  <sdl.web@gmail.com>
8455         * kmacro.el (kmacro-call-macro): Fix bug#14135.
8457 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
8459         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8461 2013-04-04  Glenn Morris  <rgm@gnu.org>
8463         * electric.el (electric-pair-inhibit-predicate): Add :version.
8465 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8467         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8468         when a package is required several times (bug#14082).
8470 2013-04-04  Roland Winkler  <winkler@gnu.org>
8472         * faces.el (read-face-name): Behave as promised by the docstring.
8473         Assume that arg default is a list of faces.
8474         (describe-face): Call read-face-name with list of default faces.
8476 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8478         * bookmark.el: Fix deletion of bookmarks (bug#13972).
8479         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8480         (bookmark-bmenu-execute-deletions): Only skip first line if it's
8481         the header.
8482         (bookmark-exit-hook-internal): Save even if list is empty.
8484 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
8486         * emacs-lisp/package.el (package-pinned-packages): New var.
8487         (package--add-to-archive-contents): Obey it (bug#14118).
8489 2013-04-03  Alan Mackenzie  <acm@muc.de>
8491         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8492         Also adapt to the new values of element 7 of a parse state.
8494         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8495         parameter `not-in-delimiter'.  Handle being inside comment opener.
8496         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8497         character in case we're typing a '*' after a '/'.
8498         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8499         instead by passing the parameter to c-state-pp-to-literal.
8501         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8502         for elt. 7 of a parse state.
8504 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
8506         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8507         * international/latin1-disp.el, international/mule-util.el:
8508         * language/cyril-util.el, language/european.el, language/ind-util.el:
8509         * language/lao-util.el, language/thai.el, language/tibet-util.el:
8510         * language/tibetan.el, language/viet-util.el:
8511         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8513 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8515         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8516         (electric-pair-post-self-insert-function): Use it.
8517         (electric-pair-default-inhibit): New function, extracted from
8518         electric-pair-post-self-insert-function.
8520 2013-03-31  Roland Winkler  <winkler@gnu.org>
8522         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8524 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8528 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
8530         Un-indent after "pass" and "return" statements (Bug#13888)
8531         * progmodes/python.el (python-indent-block-enders): New var.
8532         (python-indent-calculate-indentation): Use it.
8534 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
8536         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8537         defun.  Defining it as defalias could introduce too eager
8538         byte-compiler optimization.  (Bug#14030)
8540 2013-03-30  Chong Yidong  <cyd@gnu.org>
8542         * iswitchb.el (iswitchb-read-buffer): Fix typo.
8544 2013-03-30  Leo Liu  <sdl.web@gmail.com>
8546         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8547         (kmacro-execute-from-register): Pass the keyboard macro to
8548         kmacro-call-macro or repeating won't work correctly.
8550 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
8552         * progmodes/subword.el: Back to using `forward-symbol'.
8554         * subr.el (forward-whitespace, forward-symbol)
8555         (forward-same-syntax): Move from thingatpt.el.
8557 2013-03-29  Leo Liu  <sdl.web@gmail.com>
8559         * kmacro.el (kmacro-to-register): New command.
8560         (kmacro-execute-from-register): New function.
8561         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
8563 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8565         * mpc.el: Use defvar-local and setq-local.
8566         (mpc--proc-connect): Connection failures are not bugs.
8567         (mpc-mode-map): `follow-link' only applies to the buffer's content.
8568         (mpc-volume-map): Bind to the up-events.
8570 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8572         * progmodes/subword.el (superword-mode): Use `forward-sexp'
8573         instead of `forward-symbol'.
8575 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8577         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8578         (edebug--recursive-edit): Use it.
8579         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8580         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8582 2013-03-28  Leo Liu  <sdl.web@gmail.com>
8584         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
8586 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
8588         * facemenu.el (list-colors-callback): New defvar.
8589         (list-colors-redisplay): New function.
8590         (list-colors-display): Install list-colors-redisplay as the
8591         revert-buffer-function.  (Bug#14063)
8593 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8596         and suffixes don't overlap (bug#14061).
8598         * case-table.el: Use lexical-binding.
8599         (case-table-get-table): New function.
8600         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
8602 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8604         * progmodes/subword.el: Add `superword-mode' to do word motion
8605         over symbol_words (parallels and leverages `subword-mode' which
8606         does word motion inside MixedCaseWords).
8608 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
8610         * eshell/em-unix.el: Move su and sudo to...
8611         * eshell/em-tramp.el: ...Eshell tramp module.
8613 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8615         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8616         Change return value to be a sexp.  Delay `get-buffer' to after
8617         restoring the desktop (bug#13951).
8619 2013-03-26  Leo Liu  <sdl.web@gmail.com>
8621         * register.el: Move semantic tag handling back to
8622         cedet/semantic/senator.el.  (Bug#14052)
8624 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8627         into the prompt either (bug#13963).
8629 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8631         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8632         part of "(error-foo)".
8634 2013-03-24  Juri Linkov  <juri@jurta.org>
8636         * replace.el (list-matching-lines-prefix-face): New defcustom.
8637         (occur-1): Pass `list-matching-lines-prefix-face' to the function
8638         `occur-engine' if `face-differs-from-default-p' returns t.
8639         (occur-engine): Add `,' inside backquote construct to evaluate
8640         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
8641         Pass `prefix-face' to the functions `occur-context-lines' and
8642         `occur-engine-add-prefix'.
8643         (occur-engine-add-prefix, occur-context-lines): Add optional arg
8644         `prefix-face' and propertize the prefix with `prefix-face'.
8645         (Bug#14017)
8647 2013-03-24  Leo Liu  <sdl.web@gmail.com>
8649         * nxml/rng-valid.el (rng-validate-while-idle)
8650         (rng-validate-quick-while-idle): Guard against deleted buffer.
8651         (Bug#13999)
8653         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8654         is the last entry in kill-buffer-hook.
8656         * files.el (kill-buffer-hook): Doc fix.
8658 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
8660         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8661         Make it safe-local.
8663         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8665 2013-03-23  Leo Liu  <sdl.web@gmail.com>
8667         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8668         Remove.
8670         * nxml/rng-valid.el (rng-validate-mode)
8671         (rng-after-change-function, rng-do-some-validation):
8672         * nxml/rng-maint.el (rng-validate-buffer):
8673         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8674         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8675         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8676         (nxml-extend-after-change-region): Use with-silent-modifications.
8678         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8679         timer-idle-list.
8681         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8682         (rng-next-error-1, rng-previous-error-1): Do not let-bind
8683         timer-idle-list.  (Bug#13999)
8685 2013-03-23  Juri Linkov  <juri@jurta.org>
8687         * info.el (info-index-match): New face.
8688         (Info-index, Info-apropos-matches): Add a nested subgroup to the
8689         main pattern and add text properties with the new face to matches
8690         in index entries relative to the beginning of the index entry.
8691         (Bug#14015)
8693 2013-03-21  Eric Ludlam  <zappo@gnu.org>
8695         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8696         Inhibit read only while inserting objects.
8698 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8700         * progmodes/cfengine.el: Update docs to mention
8701         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
8702         symbol motion.  Remove "_" from the word syntax.
8704 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
8706         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8707         syntax for both `cfengine2-mode' and `cfengine3-mode'.
8709 2013-03-20  Juri Linkov  <juri@jurta.org>
8711         * info.el (Info-next-reference-or-link)
8712         (Info-prev-reference-or-link): New functions.
8713         (Info-next-reference, Info-prev-reference): Use them.
8714         (Info-try-follow-nearest-node): Handle footnote navigation.
8715         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
8717 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8719         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8720         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8722 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
8724         Suppress unnecessary non-ASCII chatter during build process.
8725         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8726         (batch-skkdic-convert): Suppress most of the chatter.
8727         It's not needed so much now that machines are faster,
8728         and its non-ASCII component was confusing; see Dmitry Gutov in
8729         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8731 2013-03-20  Leo Liu  <sdl.web@gmail.com>
8733         * ido.el (ido-chop): Fix bug#10994.
8735 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
8737         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8738         Remove vars.
8739         (whitespace-color-on, whitespace-color-off):
8740         Use `font-lock-fontify-buffer' (Bug#13817).
8742 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8744         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8745         remapping in mode-line.
8746         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8748 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
8750         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8751         value for `whitespace-line' face (Bug#13875).
8752         (whitespace-font-lock-keywords): Change description.
8753         (whitespace-color-on): Don't save `font-lock-keywords' value, save
8754         the constructed keywords instead.
8755         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8757 2013-03-19  Leo Liu  <sdl.web@gmail.com>
8759         * progmodes/compile.el (compilation-display-error): New command.
8760         (compilation-mode-map, compilation-minor-mode-map): Bind it to
8761         C-o.  (Bug#13992)
8763 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
8765         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8767 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
8769         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8771 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
8773         * net/tramp-compat.el (tramp-compat-user-error): New defun.
8775         * net/tramp-adb.el (tramp-adb-handle-shell-command):
8776         * net/tramp-gvfs.el (top):
8777         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8778         (tramp-handle-shell-command): Use it.
8779         (tramp-dissect-file-name): Raise an error when hostname is a
8780         method name, and neither method nor user is specified.
8782         * net/trampver.el: Update release number.
8784 2013-03-18  Leo Liu  <sdl.web@gmail.com>
8786         Make sure eldoc can be turned off properly.
8787         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8788         eldoc-mode.
8789         (eldoc-display-message-p): Revert last change.
8790         (eldoc-display-message-no-interference-p)
8791         (eldoc-print-current-symbol-info): Tweak.
8793 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
8795         * doc-view.el (doc-view-new-window-function): Check the new window
8796         overlay's display property instead the char property of the
8797         buffer's first char.  Use `with-selected-window' instead of
8798         `save-window-excursion' with `select-window'.
8799         (doc-view-document->bitmap): Check the current doc-view overlay's
8800         display property instead the char property of the buffer's first char.
8802 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
8804         Automate the build of ja-dic.el (Bug#13984).
8805         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8806         from the input, rather than assume that it's been done for us by the
8807         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
8808         the current date into a ja-dic.el comment, as that complicates
8809         regression testing.
8811 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * whitespace.el: Fix double evaluation.
8814         (whitespace-space, whitespace-hspace, whitespace-tab)
8815         (whitespace-newline, whitespace-trailing, whitespace-line)
8816         (whitespace-space-before-tab, whitespace-indentation)
8817         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8818         obsolete defvars.
8819         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8820         (whitespace-color-on): Use a single font-lock-add-keywords call.
8821         Fix double-evaluation of face variables.
8823 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
8825         * net/tramp-adb.el (tramp-adb-parse-device-names):
8826         Use `start-process' instead of `call-process'.  Otherwise, the
8827         function might be blocked under MS Windows.  (Bug#13299)
8829 2013-03-17  Leo Liu  <sdl.web@gmail.com>
8831         Extend eldoc to display info in the mode-line.  (Bug#13978)
8832         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8833         (eldoc-mode-line-string): New variable.
8834         (eldoc-minibuffer-message): New function.
8835         (eldoc-message-function): New variable.
8836         (eldoc-message): Use it.
8837         (eldoc-display-message-p)
8838         (eldoc-display-message-no-interference-p):
8839         Support eldoc-post-insert-mode.
8841         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8842         (eval-expression): Run it.
8844 2013-03-17  Roland Winkler  <winkler@gnu.org>
8846         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8847         strings in the list of return values.
8849 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
8851         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8852         radix before checking for HMS forms.
8854 2013-03-16  Leo Liu  <sdl.web@gmail.com>
8856         * progmodes/scheme.el: Add indentation and font-locking for λ.
8857         (Bug#13975)
8859 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8862         token before point (bug#13942).
8864 2013-03-16  Leo Liu  <sdl.web@gmail.com>
8866         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
8868 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
8870         * startup.el (command-line-normalize-file-name): Fix handling of
8871         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
8872         <xfq.free@gmail.com> in
8873         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8875 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
8877         Sync with Tramp 2.2.7.
8879         * net/trampver.el: Update release number.
8881 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
8883         * doc-view.el: Fix bug#13887.
8884         (doc-view-insert-image): Don't modify overlay associated to
8885         non-live windows, and implement horizontal centering of image in
8886         case it's smaller than the window.
8887         (doc-view-new-window-function): Force redisplay of new windows on
8888         doc-view buffers.
8890 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
8892         * saveplace.el (save-place-alist-to-file): Don't sort
8893         `save-place-alist', just pretty-print it (bug#13882).
8895 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
8897         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8898         Check whether `default-file-name-coding-system' is bound.
8899         It isn't in XEmacs.
8901 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8904         backquotes for `obsolete' (bug#13929).
8906         * international/mule.el (find-auto-coding): Include file name in
8907         obsolescence warning (bug#13922).
8909 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8911         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8912         for CFEngine 3-specific indentation.
8913         (cfengine3-indent-line): Use it.  Fix up category regex.
8914         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8916 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8918         * type-break.el (type-break-file-name):
8919         * textmodes/remember.el (remember-data-file):
8920         * strokes.el (strokes-file):
8921         * shadowfile.el (shadow-initialize):
8922         * saveplace.el (save-place-file):
8923         * ps-bdf.el (bdf-cache-file):
8924         * progmodes/idlwave.el (idlwave-config-directory):
8925         * net/quickurl.el (quickurl-url-file):
8926         * international/kkc.el (kkc-init-file-name):
8927         * ido.el (ido-save-directory-list-file):
8928         * emulation/viper.el (viper-custom-file-name):
8929         * emulation/vip.el (vip-startup-file):
8930         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8931         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8933 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
8935         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8936         * language/thai-word.el: Switch to UTF-8.
8938 See ChangeLog.16 for earlier changes.
8940 ;; Local Variables:
8941 ;; coding: utf-8
8942 ;; End:
8944   Copyright (C) 2011-2013 Free Software Foundation, Inc.
8946   This file is part of GNU Emacs.
8948   GNU Emacs is free software: you can redistribute it and/or modify
8949   it under the terms of the GNU General Public License as published by
8950   the Free Software Foundation, either version 3 of the License, or
8951   (at your option) any later version.
8953   GNU Emacs is distributed in the hope that it will be useful,
8954   but WITHOUT ANY WARRANTY; without even the implied warranty of
8955   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8956   GNU General Public License for more details.
8958   You should have received a copy of the GNU General Public License
8959   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.