* lisp/Makefile.in (abs_top_srcdir): Remove.
[emacs.git] / lisp / ChangeLog
blobd9b1bcb602a504f2d32f1a497c395e404a0b10cb
1 2013-10-24  Glenn Morris  <rgm@gnu.org>
3         * Makefile.in (abs_top_srcdir): Remove.
4         (update-subdirs): Use relative path to update-subdirs.
6 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
8         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
9         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el): Call
11         unmsys--file-name before expand-file-name, not after it.
13 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
15         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
16         (ert-test-skipped): New error.
17         (ert-skip, ert-stats-skipped): New defuns.
18         (ert--skip-unless): New macro.
19         (ert-test-skipped): New struct.
20         (ert--run-test-debugger, ert-test-result-type-p)
21         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
22         (ert--stats-set-test-and-result, ert-char-for-test-result)
23         (ert-string-for-test-result, ert-run-tests-batch)
24         (ert--results-update-ewoc-hf, ert-run-tests-interactively): Handle
25         skipped tests.
27 2013-10-24  Glenn Morris  <rgm@gnu.org>
29         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
31         * Makefile.in (abs_top_srcdir): New, set by configure.
32         (update-subdirs): Correct build-aux location.
34 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
36         * vc/vc.el (vc-print-root-log): Always set `default-directory'
37         value, whether we could auto-deduce `backend', or not.
39         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
40         with parameters" example.  Simplify the "is it block or is it
41         hash" check, but also make it more thorough.
43 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
45         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
47 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
50         { if it is hanging.
52         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
53         :before ";".
55 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
57         * progmodes/compile.el (compilation-directory-matcher)
58         (compilation-page-delimiter):
59         Support GNU Make-4.0 directory quoting.  (Bug#15678)
61 2013-10-23  Leo Liu  <sdl.web@gmail.com>
63         * ido.el (ido-tidy): Handle read-only text.
65 2013-10-23  Glenn Morris  <rgm@gnu.org>
67         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
68         (emacs, compile, compile-always):
69         Quote entities that might contain whitespace.
70         (custom-deps, finder-data, autoloads): Use abs_lisp.
71         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
72         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
73         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
75 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
77         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
78         Use `following-char'.
80 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
82         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
83         * progmodes/ruby-mode.el (ruby-smie-rules):
84         Remove corresponding workaround.  Fix indentation rule of ";" so it
85         also applies when ";" is the parent.
87 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
89         * frame.el (display-screens, display-pixel-height)
90         (display-pixel-width, display-mm-width, display-backing-store)
91         (display-save-under, display-planes, display-color-cells)
92         (display-visual-class, display-monitor-attributes-list):
93         Mention the optional ‘display’ argument in doc strings.
95 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
97         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
98         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
100 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
102         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
103         TODO.  Add "." after " @ ".
104         (ruby-smie--at-dot-call): New function.  Checks if point at method
105         call with explicit target.
106         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
107         to the method name tokens when it precedes them.
108         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
109         (ruby-smie-rules): Add rule for indentation before and after "."
110         token.
112 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * textmodes/remember.el (remember-diary-extract-entries):
115         Avoid add-to-list.
117         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
118         an instruction.
120 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
122         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
123         (ruby-smie--implicit-semi-p): Add new operator chars.
125         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
126         `smie-down-list'.
127         (ruby-smie--args-separator-p): Check that there's no newline
128         between method call and its arguments.
130 2013-10-20  Alan Mackenzie  <acm@muc.de>
132         Allow comma separated lists after Java "implements".
134         * progmodes/cc-engine.el (c-backward-over-enum-header):
135         Parse commas.
136         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
137         from a "disallowed" list in enum fontification.
139 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
141         * startup.el (default-frame-background-mode): Remove unused defvar.
143         * progmodes/verilog-mode.el (verilog-mode): Don't set
144         comment-indent-function globally.
146 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
148         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
149         Move Info menu item creation to ns-win.el.
151         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
152         in menu bar.
154         * menu-bar.el: Move GNUStep specific menus...
156         * term/ns-win.el (ns-initialize-window-system): ... to here.
158 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
160         * simple.el (newline): Only run post-self-insert-hook when
161         called interactively.
163 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
165         * icomplete.el (icomplete-with-completion-tables): Add :version.
167 2013-10-19  Alan Mackenzie  <acm@muc.de>
169         Fix fontification bugs with constructors and const.
171         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
172         CASE 2) Remove the check for the absence of a suffix construct
173         after a function declaration with only types (no identifiers) in
174         the parentheses.  Also, accept a function declaration with just a
175         type inside the parentheses, if this type can be positively
176         recognised as such, or if a prefix keyword like "explicit" nails
177         down the construct as a declaration.
179 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
181         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
182         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
183         the problem whereby selecting a menu item that leads to a
184         minibuffer prompt moves the cursor out of the minibuffer window,
185         making it hard to type at the prompt.  Suggested by Stefan Monnier
186         <monnier@iro.umontreal.ca>.
188 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
190         * menu-bar.el: Don't make Services menu.
192 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
194         * ffap.el: Handle "/usr/include/c++/<version>" directories.
195         (ffap-alist): Use ffap-c++-mode for c++-mode.
196         (ffap-c++-path): New variable.
197         (ffap-c++-mode): New function.
199 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
201         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
203 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
205         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
206         introduced on 2013-09-08, which results in an infinite loop
207         requesting a password.
209 2013-10-18  Glenn Morris  <rgm@gnu.org>
211         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
213 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
215         Sync with upstream verilog-mode revision 1a6ecec7.
216         * progmodes/verilog-mode.el (verilog-mode-version): Update.
217         (verilog-mode-release-date): Remove.
218         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
219         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
220         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
221         (verilog-auto-tieoff-ignore-regexp)
222         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
223         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
224         (verilog-signals-with, verilog-dir-cache-preserving)
225         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
226         Doc fixes.
227         (verilog-case-fold): New option, to control case folding in
228         regexp searches, bug597.
229         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
230         (verilog-string-match-fold, verilog-in-paren-count)
231         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
232         (verilog-at-close-struct-p): New functions.
233         (verilog-beg-block-re-ordered, verilog-extended-case-re)
234         (verilog-forward-sexp, verilog-set-auto-endcomments):
235         (verilog-leap-to-case-head): Handle "unique0" case.
236         (verilog-in-constraint-re): New constant.
237         (verilog-keywords, verilog-type-font-keywords):
238         Add some SystemVerilog 1800-2012 keywords.
239         (verilog-label-be): Remove unimplemented argument, bug669.
240         (verilog-batch-execute-func): When batch expanding clear
241         create-lockfiles to prevent spurious user locks when a file ends
242         up not changing.
243         (verilog-calculate-indent, verilog-calc-1)
244         (verilog-at-close-constraint-p, verilog-at-constraint-p)
245         (verilog-do-indent): Fix indentation of nested constraints
246         and structures.
247         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
248         (verilog-auto-inst-param): Use verilog-string-match-fold.
249         (verilog-read-inst-module-matcher):
250         Fix AUTOINST on gate primitives with #1.
251         (verilog-read-decls): Fix double-declaring user-defined typed signals.
252         Reads all user-defined typed variables.
253         (verilog-read-defines): Fix reading definitions inside comments, bug647.
254         (verilog-signals-matching-regexp)
255         (verilog-signals-not-matching-regexp, verilog-auto):
256         Respect verilog-case-fold.
257         (verilog-diff-report): Fix line count.
258         (verilog-auto-assign-modport): Remove unused local `modi'.
259         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
260         better handle multidimensional arrays.
261         Fix packed array ports misadding bit index in AUTOINST, bug637.
262         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
263         to not double-declare existing outputs and inputs, respectively.
264         (verilog-template-map): Bind U to verilog-sk-uvm-component.
265         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
266         (verilog-sk-uvm-component): New skeleton.
267         (verilog-submit-bug-report): Add verilog-case-fold,
268         remove verilog-mode-release-date.
270 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
272         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
273         as before.
275 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
277         * textmodes/remember.el (remember): set buffer-offer-save in
278         remember buffers (bug#13566).
280 2013-10-18  Daniel Colascione  <dancol@dancol.org>
282         When evaluating forms in ielm, direct standard output to ielm
283         buffer.  Add new ielm-return-for-effect command.  Remove trailing
284         whitespace throughout.
286         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
287         (ielm-return-for-effect): New command.
288         (ielm-send-input): Accept optional `for-effect' parameter.
289         (ielm-eval-input): Accept optional `for-effect' parameter.
290         Bind `standard-output' to stream we create using
291         `ielm-standard-output-impl'.  Suppress printing result when
292         `for-effect'.
293         (ielm-standard-output-impl): New function.
294         (inferior-emacs-lisp-mode): Explain new features in documentation.
296 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
298         Code cleanup.
300         * net/tramp.el (tramp-debug-message): Do not check for connection
301         buffer.
302         (tramp-message): Use "vector" connection property.
304         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
305         (tramp-equal-remote, tramp-eshell-directory-change)
306         * net/tramp-adb.el (tramp-adb-handle-copy-file)
307         (tramp-adb-handle-rename-file)
308         * net/tramp-cmds.el (tramp-list-remote-buffers)
309         (tramp-cleanup-connection, tramp-cleanup-this-connection)
310         * net/tramp-compat.el (tramp-compat-process-running-p)
311         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
312         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
313         (tramp-gvfs-handle-rename-file)
314         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
315         (tramp-set-file-uid-gid)
316         * net/tramp-smb.el (tramp-smb-handle-copy-file)
317         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
318         of `file-remote-p'.
320         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
321         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
322         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
323         (tramp-gw-open-network-stream): Suppress unrelated traces.
325         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
326         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
327         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
328         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
329         connection property.
331         * net/tramp-cache.el (top): Suppress traces when reading
332         persistency file.
334         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
335         Refactor common code.  Improve debug message.
336         (tramp-maybe-open-connection)
337         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
338         connection buffer too early.
340         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
341         from `tramp-smb-actions-with-acl'.
342         (tramp-smb-actions-set-acl): New defconst.
343         (tramp-smb-handle-copy-directory)
344         (tramp-smb-action-get-acl): New defun, renamed from
345         `tramp-smb-action-with-acl'.
346         (tramp-smb-action-set-acl): New defun.
347         (tramp-smb-handle-set-file-acl): Rewrite.
349 2013-10-17  Glenn Morris  <rgm@gnu.org>
351         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
353 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * skeleton.el (skeleton-newline): Remove.
356         (skeleton-internal-1): Use (insert "\n") instead.
358         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
359         let-bindings.
361         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
362         forward-sexp-function while we redo its job (bug#15613).
364 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
366         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
367         represented by lists.
369 2013-10-16  Glenn Morris  <rgm@gnu.org>
371         * tmm.el (tmm--history): New dynamic variable.
372         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
374 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
376         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
377         (tramp-smb-errors): Add error messages.
378         (tramp-smb-actions-with-acl): New defconst.
379         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
380         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
381         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
382         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
383         (tramp-smb-get-stat-capability): Fix tests.
385 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
387         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
388         (bug#15580).
390 2013-10-16  Glenn Morris  <rgm@gnu.org>
392         * ansi-color.el (ansi-color-drop-regexp):
393         Add 1J, 1K, 2K.  (Bug#15617)
395         * files.el (hack-local-variables--warned-lexical): New.
396         (hack-local-variables):
397         Warn about misplaced lexical-binding.  (Bug#15616)
399         * net/eww.el (eww-render): Always set eww-current-url,
400         and update header line.  (Bug#15622)
401         (eww-display-html): ... Rather than just doing it here.
403 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
405         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
406         menu navigations commands.
408 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
410         * progmodes/subword.el (subword-capitalize): Be careful when
411         the search for [[:alpha:]] fails (bug#15580).
413 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
415         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
416         to commands that scroll the menu.
418 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
420         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
421         Handle methods ending with `?' and `!'.
423 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
425         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
426         `japanese-cp932' to `cp932' to fix the problem where saving a
427         source file written in Shift_JIS twice would end up having
428         `coding: japanese-cp932' which Ruby could not recognize.
429         (ruby-mode-set-encoding): Add support for encodings mapped to nil
430         in `ruby-encoding-map'.
431         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
432         doesn't need to be explicitly declared in magic comment.
433         (ruby-encoding-map): Add type declaration for better customize UI.
435 2013-10-13  Glenn Morris  <rgm@gnu.org>
437         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
438         Occur buffers are read-only.  http://bugs.debian.org/720775
440         * emacs-lisp/authors.el (authors-fixed-entries):
441         Comment out old alpha stuff.
443 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
445         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
446         to `after-save-hook' instead of `before-save-hook'.
447         (ruby-mode-set-encoding): Use the value of coding system used to
448         write the file.  Call `basic-save-buffer-1' after modifying the
449         buffer.
451 2013-10-13  Alan Mackenzie  <acm@muc.de>
453         Fix indentation/fontification of Java enum with
454         "implements"/generic.
456         * progmodes/cc-engine.el (c-backward-over-enum-header):
457         Extracted from the three other places and enhanced to handle generics.
458         (c-inside-bracelist-p): Uses new function above.
459         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
460         function above.
461         (c-font-lock-enum-tail): Uses new function above.
463 2013-10-13  Kenichi Handa  <handa@gnu.org>
465         * international/mule-cmds.el (select-safe-coding-system): Remove a
466         superfluous condition in chekcing whether a coding system is safe
467         or not.
469 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
471         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
473 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
475         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
477 2013-10-13  Glenn Morris  <rgm@gnu.org>
479         * menu-bar.el (menu-bar-update-buffers):
480         Unify Buffers menu prompt string.  (Bug#15576)
482         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
484         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
485         Add some entries.
486         (authors-fixed-entries): Use accented form of name.
488 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
490         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
491         method calls (bug#15594).
492         (ruby-smie--args-separator-p): New function.
493         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
494         recognize paren-free method calls.
496         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
497         internals of universal-argument.
499 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
501         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
502         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
503         dropped menu on second mouse click on the menu bar.
505 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
508         (explicit-shell-file-name): Declare.
509         (sh--vars-before-point, sh--cmd-completion-table): New functions.
510         (sh-completion-at-point-function): New function.
511         (sh-mode): Use it.
512         (sh-smie--keyword-p): Remove unused argument.
513         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
514         vars.
515         (sh-set-shell): Always setup SMIE, even if we use the
516         old indentation code.
518 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
520         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
521         cases of ? and =.
522         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
523         predicate would return nil are almost non-existent.
524         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
526         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
527         cache also after commands that modify the buffer but don't move
528         point.
530 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * env.el (substitute-env-in-file-name): New function.
533         (substitute-env-vars): Extend the meaning of the optional arg.
535 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
537         * term/w32-win.el (dynamic-library-alist): Define separate lists
538         of GIF DLLs for versions before and after 5.0.0 of giflib.
539         (Bug#15531)
541 2013-10-10  João Távora <joaotavora@gmail.com>
543         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
544         not locked, use last revision and current source as
545         defaults.  (Bug#15569)
547 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
549         * menu-bar.el (menu-bar-open): Don't use popup-menu if
550         menu-bar is hidden.
552 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
554         * window.el (pop-to-buffer-same-window): Fix doc-string.
555         (Bug#15492)
557 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
559         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
561 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
563         * calendar/icalendar.el (icalendar-import-file):
564         Fix interactive spec.  (Bug#15482)
566 2013-10-10  Glenn Morris  <rgm@gnu.org>
568         * desktop.el (desktop-save): Default to saving in .emacs.d,
569         since PWD is no longer in desktop-path by default.  (Bug#15319)
571         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
572         now that text mode has a menu with the same entry.
573         (menu-bar-text-mode-auto-fill): Remove now unused func.
574         * textmodes/text-mode.el (text-mode-map):
575         Use auto-fill help text from menu-bar.el.
577 2013-10-10  John Anthony  <john@jo.hnanthony.com>  (tiny change)
579         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
581 2013-10-09  Juri Linkov  <juri@jurta.org>
583         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
584         instead of this-command-keys.  Add universal-argument-more and
585         universal-argument-minus to the list of prefix commands.  (Bug#15568)
587 2013-10-09  Glenn Morris  <rgm@gnu.org>
589         * vc/vc-svn.el (vc-svn-create-repo):
590         Expand paths in file://... url.  (Bug#15446)
592         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
593         Add some entries.
594         (authors): Remove unused local variables.
596 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * profiler.el: Create a more coherent calltree from partial backtraces.
599         (profiler-format): Hide the tail with `invisible' so that C-s can still
600         find the hidden elements.
601         (profiler-calltree-depth): Don't recurse so enthusiastically.
602         (profiler-function-equal): New hash-table-test.
603         (profiler-calltree-build-unified): New function.
604         (profiler-calltree-build): Use it.
605         (profiler-report-make-name-part): Indent the calltree less.
606         (profiler-report-mode): Add visibility specs for profiler-format.
607         (profiler-report-expand-entry, profiler-report-toggle-entry):
608         Expand the whole subtree when provided with a prefix arg.
610 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
612         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
613         iuwu-mod token.
614         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
615         hanging iuwu-mod token.
616         (ruby-smie--forward-token): Do not include a dot after a token in
617         that token.
618         (ruby-smie--backward-token): Likewise.
620 2013-10-08  Juri Linkov  <juri@jurta.org>
622         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
623         to isearch-other-control-char.
624         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
625         and isearch-post-command-hook to post-command-hook.
626         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
627         and isearch-post-command-hook from post-command-hook.
628         (isearch-unread-key-sequence)
629         (isearch-reread-key-sequence-naturally)
630         (isearch-lookup-scroll-key, isearch-other-control-char)
631         (isearch-other-meta-char): Remove functions.
632         (isearch-pre-command-hook, isearch-post-command-hook):
633         New functions based on isearch-other-meta-char rewritten
634         relying on the new behavior of overriding-terminal-local-map
635         that does not replace the local keymaps any more.  (Bug#15200)
637 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
639         Support menus on text-mode terminals.
640         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
641         functionality.
643         * tooltip.el (tooltip-mode): Don't error out on TTYs.
645         * menu-bar.el (popup-menu, popup-menu-normalize-position):
646         Move here from mouse.el.
647         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
648         and arrow keys.
649         (tty-menu-navigation-map): New map for TTY menu navigation.
651         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
653         * frame.el (display-mouse-p): Report text-mode mouse as available
654         on w32.
655         (display-popup-menus-p): Report availability if mouse is
656         available; don't condition on window-system.
658         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
659         (tty-menu-selected-face): New faces.
661 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
663         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
664         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
665         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
666         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
667         New constants.
668         (lisp-mode-variables): New `elisp' argument.
669         (emacs-lisp-mode): Use it.
670         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
671         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
673         * indent.el: Use lexical-binding.
674         (indent-region): Add progress reporter.
675         (tab-stop-list): Make it implicitly extend to infinity by repeating the
676         last step.
677         (indent--next-tab-stop): New function to implement this behavior.
678         (tab-to-tab-stop, move-to-tab-stop): Use it.
680 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
682         * indent.el (indent-rigidly--current-indentation): New function.
683         (indent-rigidly-map): New var.
684         (indent-rigidly): Use it to provide interactive mode (bug#8196).
686 2013-10-08  Bastien Guerry  <bzg@gnu.org>
688         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
690 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
692         * progmodes/perl-mode.el: Use lexical-binding.
693         Remove redundant :group args.
694         (perl-nochange): Change default to be closer to other major modes's
695         standard behavior.
696         (perl-indent-line): Don't consider text on current line as a
697         valid beginning of function from which to indent.
699         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
700         with more than one argument (bug#15538).
702         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
704         * vc/pcvs.el: Use lexical-binding.
705         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
706         environment of `eval'.
707         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
708         than a list of expressions.  Adjust callers.
709         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
711 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
713         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
714         case of the dot in a chained method call being on the following line.
716 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * electric.el (electric-indent-inhibit): New var.
719         (electric-indent-post-self-insert-function): Use it.
720         * progmodes/python.el (python-mode): Set it.
722         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
723         open braces.
725         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
727         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
728         (css-mode): Use electric-indent-chars.
730         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
731         (font-lock-beg, font-lock-end): Move before first use.
732         (nxml-mode): Use syntax-propertize-function.
733         (nxml-after-change, nxml-after-change1): Adjust accordingly.
734         (nxml-extend-after-change-region): Remove.
735         * nxml/xmltok.el: Use lexical-binding.
736         (xmltok-save): Use `declare'.
737         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
738         * nxml/nxml-util.el: Use lexical-binding.
739         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
740         Use `declare'.
741         * nxml/nxml-ns.el: Use lexical-binding.
742         (nxml-ns-save): Use `declare'.
743         (nxml-ns-prefixes-for): Avoid add-to-list.
744         * nxml/rng-match.el: Use lexical-binding.
745         (rng--ipattern): Use cl-defstruct.
746         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
747         (rng-cons-group-after, rng-subst-group-after)
748         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
749         Use closures instead of `(lambda...).
751 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
753         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
754         of BEG and END.
756         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
757         Use `tramp-handle-insert-file-contents'.
758         (tramp-gvfs-handle-insert-file-contents): Remove function.
760         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
761         Use `save-restriction' in order to keep markers.
763         * net/trampver.el: Update release number.
765 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
767         * progmodes/compile.el (compilation-parse-errors):
768         Use compilation--put-prop.
769         (compilation--ensure-parse): Check compilation-multiline.
771         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
773         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
774         lexical-binding.
776         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
778         * progmodes/ruby-mode.el: Fix recently added tests.
779         (ruby-smie-grammar): Add - and +.
780         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
781         (ruby-smie--backward-id): New functions.
782         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
783         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
784         any more.
786 2013-10-07  Leo Liu  <sdl.web@gmail.com>
788         * register.el (register-preview-delay)
789         (register-preview-functions): New variables.
790         (register-read-with-preview, register-preview)
791         (register-describe-oneline): New functions.
792         (point-to-register, window-configuration-to-register)
793         (frame-configuration-to-register, jump-to-register)
794         (number-to-register, view-register, insert-register)
795         (copy-to-register, append-to-register, prepend-to-register)
796         (copy-rectangle-to-register): Use register-read-with-preview to
797         read register.  (Bug#15525)
799 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
801         * net/network-stream.el (network-stream-open-starttls): Don't add
802         --insecure if it's already present, because that gnutls-cli
803         rejects getting that parameter twice.
805 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
807         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
808         keyword, too.
810 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
812         * newcomment.el (comment-use-global-state): Change default value
813         to t, mark obsolete (Bug#15251).
814         (comment-beginning): In addition to `comment-to-syntax', check the
815         value of `comment-use-global-state'.
817 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
820         (ruby-comment-column): Follow the global default, by default.
821         (ruby-smie-grammar): Add assignment syntax.
822         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
823         open-paren, a comma, or a \.
824         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
825         and line continuations.
826         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
827         followed by implicit semi-colons.  Add rule for string concatenation
828         and for indentation at BOB.
829         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
831         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
832         calling next-sexp, since next-token may have skipped chars which
833         next-sexp doesn't know should be skipped!
835 2013-10-05  Leo Liu  <sdl.web@gmail.com>
837         * progmodes/octave.el (octave-send-region):
838         Call compilation-forget-errors.
840 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
842         * vc/vc-svn.el (vc-svn-find-admin-dir):
843         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
844         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
845         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
846         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
848 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
852 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * subr.el (read-passwd): Hide chars even when called within a context
855         where after-change-functions is disabled (bug#15501).
856         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
857         until we removed ourself from overriding-terminal-local-map.
859 2013-10-04  Leo Liu  <sdl.web@gmail.com>
861         * progmodes/octave.el (inferior-octave-mode):
862         Call compilation-forget-errors.
864 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
866         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
868 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
870         * net/secrets.el (secrets-create-collection): Add optional
871         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
872         dbus-call-method argument.  (Bug#15516)
874 2013-10-04  Leo Liu  <sdl.web@gmail.com>
876         * progmodes/octave.el (inferior-octave-error-regexp-alist)
877         (inferior-octave-compilation-font-lock-keywords): New variables.
878         (compilation-error-regexp-alist)
879         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
880         (inferior-octave-mode): Use compilation-shell-minor-mode.
882 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
884         * minibuffer.el (completion--replace): Be careful that `end' might be
885         a marker.
887 2013-10-03  Daiki Ueno  <ueno@gnu.org>
889         Add support for package signature checking.
890         * emacs-lisp/package.el (url-http-file-exists-p)
891         (epg-make-context, epg-context-set-home-directory)
892         (epg-verify-string, epg-context-result-for)
893         (epg-signature-status, epg-signature-to-string)
894         (epg-check-configuration, epg-configuration)
895         (epg-import-keys-from-file): Declare.
896         (package-check-signature): New user option.
897         (package-unsigned-archives): New user option.
898         (package-desc): Add `signed' field.
899         (package-load-descriptor): Set `signed' field if .signed file exists.
900         (package--archive-file-exists-p): New function.
901         (package--check-signature): New function.
902         (package-install-from-archive): Check package signature.
903         (package--download-one-archive): Check archive signature.
904         (package-delete): Remove .signed file.
905         (package-import-keyring): New command.
906         (package-refresh-contents): Import default keyring.
907         (package-desc-status): Add "unsigned" status.
908         (describe-package-1, package-menu--print-info)
909         (package-menu-mark-delete, package-menu--find-upgrades)
910         (package-menu--status-predicate): Support "unsigned" status.
912 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
915         the new compilation scheme using the new byte-codes.
917         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
918         (byte-pophandler): New byte codes.
919         (byte-goto-ops): Adjust accordingly.
920         (byte-compile--use-old-handlers): New var.
921         (byte-compile-catch): Use new byte codes depending on
922         byte-compile--use-old-handlers.
923         (byte-compile-condition-case--old): Rename from
924         byte-compile-condition-case.
925         (byte-compile-condition-case--new): New function.
926         (byte-compile-condition-case): New function that dispatches depending
927         on byte-compile--use-old-handlers.
928         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
929         when we can.
931         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
932         Optimize under `condition-case' and `catch' if
933         byte-compile--use-old-handlers is nil.
934         (disassemble-offset): Handle new bytecodes.
936 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
938         * subr.el (error): Use `declare'.
939         (decode-char, encode-char): Use advertised-calling-convention instead
940         of the docstring to discourage use of the `restriction' arg.
942 2013-10-03  Daiki Ueno  <ueno@gnu.org>
944         * epg.el (epg-verify-file): Add a comment saying that it does not
945         notify verification error as a return value nor a signal.
946         (epg-verify-string): Ditto.
948 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
950         * progmodes/compile.el (compilation-start): Try globbing the arg to
951         `cd' (bug#15417).
953 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
955         Sync with Tramp 2.2.8.
957         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
958         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
959         * net/trampver.el: Update release number.
961 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
963         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
964         and default-process-coding-system for darwin only.
966 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
970 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
972         * vc/vc-git.el (vc-git-grep): Disable pager.
974 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
976         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
977         Use :url instead of :homepage, as per
978         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
980         * newcomment.el (comment-beginning): When `comment-use-syntax' is
981         non-nil, use `syntax-ppss' (Bug#15251).
983 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
985         * progmodes/octave.el (inferior-octave-startup-file):
986         Prefer ~/.emacs.d/init_octave.m.
988 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
990         * emacs-lisp/package.el (package-desc-from-define):
991         Accept additional arguments as plist, convert them to an alist and store
992         them in the `extras' slot.
993         (package-generate-description-file): Convert extras alist back to
994         plist and append to the `define-package' form arguments.
995         (package--alist-to-plist): New function.
996         (package--ac-desc): Add `extras' slot.
997         (package--add-to-archive-contents): Check if the archive-contents
998         vector is long enough, and if it is, pass its `extras' slot value
999         to `package-desc-create'.
1000         (package-buffer-info): Call `lm-homepage', pass the returned value
1001         to `package-desc-from-define'.
1002         (describe-package-1): Render the homepage button (Bug#13291).
1004         * emacs-lisp/package-x.el (package-upload-buffer-internal):
1005         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1007 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
1009         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1010         and default-process-coding-system to utf-8-unix (Bug#15402).
1012 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
1014         * subr.el (looking-back): Do not recommend using looking-back.
1016 2013-09-28  Alan Mackenzie  <acm@muc.de>
1018         Fix indentation/fontification of Java enum with "implements".
1020         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1021         regexp which matches "implements", etc., in Java.
1022         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1023         specifier clauses coming after "enum".
1024         * progmodes/cc-fonts.el (c-font-lock-declarations)
1025         (c-font-lock-enum-tail): Check for extra specifier clauses coming
1026         after "enum".
1028 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
1030         * faces.el (region): Change ns_selection_color to
1031         ns_selection_fg_color, add ns_selection_bg_color.
1033 2013-09-28  Leo Liu  <sdl.web@gmail.com>
1035         * progmodes/octave.el (inferior-octave-completion-table)
1036         (inferior-octave-completion-at-point): Minor tweaks.
1038         * textmodes/ispell.el (ispell-lookup-words): Rename from
1039         lookup-words.  (Bug#15460)
1040         (lookup-words): Obsolete.
1041         (ispell-complete-word, ispell-command-loop): All uses changed.
1043 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1045         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1046         (octave-mode-menu): Add octave-send-buffer.
1047         (octave-send-buffer): New function.
1049 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1051         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1052         octave-lookfor.
1053         (octave-mode-menu): Add octave-lookfor.
1054         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1055         octave-lookfor.
1056         (octave-lookfor): New function.
1058 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1060         * emacs-lisp/cl-macs.el:
1061         (cl--loop-destr-temps): Remove.
1062         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1063         its convention.
1064         (cl--loop-set-iterator-function): New function.
1065         (cl-loop): Adjust accordingly, so as not to use cl-subst.
1066         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1067         Bind `it' with `let' instead of substituting it with `cl-subst'.
1068         (cl--unused-var-p): New function.
1069         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1070         Eliminate some unused variable warnings (bug#15326).
1072 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
1074         * doc-view.el (doc-view-scale-reset): Rename from
1075         `doc-view-reset-zoom-level'.
1076         (doc-view-scale-adjust): New command.
1077         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1078         `doc-view-scale-adjust'.
1080 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
1082         * doc-view.el (doc-view-reset-zoom-level): New command.
1083         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1084         zoom commands (bug#15466).
1086 2013-09-26  Kenichi Handa  <handa@gnu.org>
1088         * international/quail.el (quail-help): Make it not a command.
1090 2013-09-26  Leo Liu  <sdl.web@gmail.com>
1092         * minibuffer.el (completion-all-sorted-completions): Make args
1093         optional as they are.
1095 2013-09-25  Daniel Colascione  <dancol@dancol.org>
1097         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1098         specs are and that they're not evaluated.
1100 2013-09-24  Sam Steingold  <sds@gnu.org>
1102         * midnight.el (clean-buffer-list-kill-regexps)
1103         (clean-buffer-list-kill-buffer-names): Update for the new Man
1104         buffer naming which includes the object name.
1106 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * eshell/esh-cmd.el (eshell--sep-terms): New var.
1109         (eshell-parse-command, eshell-parse-pipeline): Use it since
1110         eshell-separate-commands requires a dynamic scoped var.
1111         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1113 2013-09-23  Leo Liu  <sdl.web@gmail.com>
1115         * autoinsert.el (auto-insert-alist): Make the value of
1116         lexical-binding match its file setting.
1118 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
1120         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1122         * autoarg.el (autoarg-kp-digit-argument):
1123         * electric.el (Electric-command-loop):
1124         * kmacro.el (kmacro-step-edit-insert):
1125         Do not set universal-argument-num-events.
1127 2013-09-22  Leo Liu  <sdl.web@gmail.com>
1129         * files.el (interpreter-mode-alist): Add octave.
1131 2013-09-21  Alan Mackenzie  <acm@muc.de>
1133         C++: fontify identifier in declaration following "public:" correctly.
1134         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1135         to match "public", etc.
1136         (c-decl-prefix-re): Add ":" into the C++ value.
1137         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1138         bit.  Add a check for a ":" preceded by "public", etc.
1140 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
1142         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1143         recognized by GDB 7.5 and later.
1145 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
1147         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1149 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * subr.el (internal--call-interactively): New const.
1152         (called-interactively-p): Use it (bug#3984).
1154 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
1156         * vc/pcvs.el (cvs-mode-ignore):
1157         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1158         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1160 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1162         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
1163         (eshell-ls-orig-insert-directory): Remove.
1164         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
1165         (eshell-ls-use-in-dired): Use advice-add/remove.
1166         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1167         Add `orig-fun' arg for use in :around advice.
1168         Make it check (redundantly) eshell-ls-use-in-dired.
1170 2013-09-19  Glenn Morris  <rgm@gnu.org>
1172         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1174         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1176         * emacs-lisp/eieio.el (class-parent): Undo previous change.
1178 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
1180         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1181         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1182         (tramp-get-remote-python): New defuns.
1183         (tramp-get-remote-uid-with-perl)
1184         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
1185         contributed by yary <not.com@gmail.com> (tiny change).
1186         (tramp-get-remote-uid-with-python)
1187         (tramp-get-remote-gid-with-python): New defuns.  Python code
1188         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1189         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1191 2013-09-19  Glenn Morris  <rgm@gnu.org>
1193         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1195         * eshell/em-unix.el (eshell-remove-entries):
1196         Rename argument to avoid name-clash with global `top-level'.
1198         * eshell/esh-proc.el (eshell-kill-process-function):
1199         Remove eshell-reset-after-proc from eshell-kill-hook if present.
1200         (eshell-reset-after-proc): Remove unused arg `proc'.
1202         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1203         (directory-files-and-attributes): Mark unused arg.
1205         * eshell/em-unix.el (eshell-remove-entries):
1206         Remove unused arg `path'.  Update callers.
1208         * eshell/em-hist.el (eshell-hist-parse-arguments):
1209         Remove unused arg `silent'.  Update callers.
1211         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1212         Fix (f)boundp mix-up.
1214         * eshell/em-smart.el (eshell-smart-scroll-window)
1215         (eshell-disable-after-change):
1216         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1218 2013-09-18  Alan Mackenzie  <acm@muc.de>
1220         Fix fontification of type when followed by "const".
1221         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1222         "known" types from fontification.
1224 2013-09-18  Glenn Morris  <rgm@gnu.org>
1226         * emacs-lisp/chart.el (x-display-color-cells): Declare.
1227         (chart-face-list): Drop Emacsen without display-color-p.
1229         * net/eww.el (libxml-parse-html-region): Declare.
1230         (eww-display-html): Explicit error if no libxml2 support.
1232         * doc-view.el (doc-view-mode): Silence --without-x compilation.
1234         * image.el (image-type-from-buffer, image-multi-frame-p):
1235         Remove --without-x warning/error.
1237         * mouse.el (mouse-yank-primary):
1238         * term.el (term-mouse-paste):
1239         Reorder to silence --without-x compilation.
1241         * mpc.el (doc-view-mode): Silence --without-x compilation.
1243         * mail/rmailmm.el (rmail-mime-set-bulk-data):
1244         Silence --without-x compilation.
1246         * progmodes/gud.el (gud-find-file, gud-mode):
1247         Silence --without-x compilation.
1248         (tooltip-mode): Declare.
1250         * wdired.el (dired-backup-overwrite): Remove declaration.
1251         (wdired-mode-map): Add doc string.
1253         * custom.el (x-get-resource): Declare.
1255         * eshell/em-glob.el (ange-cache):
1256         * eshell/em-unix.el (ange-cache): Declare.
1258         * faces.el (x-display-list, x-open-connection, x-get-resource):
1259         Declare.
1261         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1262         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1263         Declare.
1265         * frame.el (x-display-grayscale-p, x-display-name): Declare.
1267         * net/gnutls.el (gnutls-log-level): Declare.
1269         * net/shr.el (image-size, image-animate): Declare.
1271         * simple.el (font-info): Declare.
1273         * subr.el (x-popup-dialog): Declare.
1275         * term/common-win.el (x-select-enable-primary)
1276         (x-last-selected-text-primary, x-last-selected-text-clipboard):
1277         Declare.
1279         * term/ns-win.el (x-handle-args): Declare.
1281         * term/x-win.el (x-select-enable-clipboard): Declare.
1283         * term/w32-win.el (create-default-fontset): Declare.
1285         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1286         Declare.
1288         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1289         (fit-frame-to-buffer): Explicit error if --without-x.
1290         (mouse-autoselect-window-select): Silence compiler.
1292         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1294         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1295         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1296         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1297         * eshell/esh-util.el (eshell-sublist):
1298         Remove unused local variables.
1300         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1302         * textmodes/two-column.el: Make 2C-split work for --without-x.
1303         (scroll-bar-columns): Autoload.
1304         (top-level): Require fringe when compiling.
1306 2013-09-18  Leo Liu  <sdl.web@gmail.com>
1308         * subr.el (add-hook): Robustify to handle closure as well.
1310 2013-09-17  Glenn Morris  <rgm@gnu.org>
1312         * simple.el (messages-buffer-mode-map): Unbind "g".
1314 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1316         * help-mode.el (help-mode-finish): Use derived-mode-p.
1317         Remove obsolete highlighting.
1319         * play/life.el (life-mode): Use define-derived-mode.  Derive from
1320         special-mode.
1321         (life): Let-bind inhibit-read-only.
1322         (life-setup): Avoid `setq'.  Use `life-mode'.
1324         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1325         which should not be needed any more.
1326         (package-menu-refresh, package-menu-describe-package): Use user-error.
1328         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1329         (eshell-post-rewrite-command-hook): Make obsolete.
1330         (eshell-parse-command): Simplify.
1331         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1332         (eshell--cmd): Declare.
1333         (eshell-parse-pipeline): Remove unused var `final-p'.
1334         Pass a dynvar to eshell-post-rewrite-command-hook.
1335         Implement the new eshell-post-rewrite-command-function.
1336         (eshell-invoke-directly): Remove unused arg `input'.
1337         * eshell/esh-io.el (eshell-io-initialize):
1338         Use eshell-post-rewrite-command-function (bug#15399).
1339         (eshell--apply-redirections): Rename from eshell-apply-redirections;
1340         adjust to new calling convention.
1341         (eshell-create-handles): Rename args to avoid clashing with dynvar
1342         `standard-output'.
1344 2013-09-17  Glenn Morris  <rgm@gnu.org>
1346         * simple.el (messages-buffer-mode): New major mode.
1347         (messages-buffer): New function.
1348         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1349         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
1350         (ert-run-test): Use `messages-buffer' function.
1351         (ert--force-message-log-buffer-truncation): Ignore read-only.
1352         * help.el (view-echo-area-messages): Use `messages-buffer' function.
1353         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
1355 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1357         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1359         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1361 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1363         * icomplete.el (icomplete-in-buffer): New var.
1364         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1365         vars and replace them with functions.
1366         (icomplete-minibuffer-setup): Adjust accordingly.
1367         (icomplete--completion-table, icomplete--completion-predicate)
1368         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1369         New functions.
1370         (icomplete-forward-completions, icomplete-backward-completions)
1371         (icomplete-simple-completing-p, icomplete-exhibit)
1372         (icomplete-completions): Use them.
1373         (icomplete--in-region-buffer): New var.
1374         (icomplete--in-region-setup): New function.
1375         (icomplete-mode): Use it.
1377         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1378         (bug#15379).
1379         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1380         return args and options.
1381         (eshell-eval-using-options): Use the new return value of
1382         eshell--do-opts to set the options's vars in their scope.
1383         (eshell--set-option): Rename from eshell-set-option.
1384         Add arg `opt-vals'.
1385         (eshell--process-option): Rename from eshell-process-option.
1386         Add arg `opt-vals'.
1387         (eshell--process-args): Use an `opt-vals' alist to store the options's
1388         values during their processing and return them additionally to the
1389         remaining args.
1391 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
1393         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1394         continuation character an operator, as far as indentation is
1395         concerned (Bug#15369).
1397 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
1399         * window.el (window--state-put-2): Don't process buffer state
1400         when buffer doesn't exist any more (Bug#15382).
1402 2013-09-15  Glenn Morris  <rgm@gnu.org>
1404         * eshell/em-unix.el (eshell/rm):
1405         Make -f ignore missing files.  (Bug#15373)
1407         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
1408         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1409         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1411 2013-09-14  Glenn Morris  <rgm@gnu.org>
1413         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1415 2013-09-13  Glenn Morris  <rgm@gnu.org>
1417         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1418         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
1420 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
1422         * frame.el (x-focus-frame): Mark as declared in frame.c.
1424 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1426         * ls-lisp.el: Use advice-add.
1427         (original-insert-directory): Remove.
1428         (ls-lisp--insert-directory): Rename from insert-directory; add
1429         `orig-fun' argument.
1430         (insert-directory): Advise.
1432 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
1434         * term.el (term-emulate-terminal): Decode the command string
1435         before passing it to term-command-hook.  (Bug#15337)
1437 2013-09-13  Glenn Morris  <rgm@gnu.org>
1439         * eshell/esh-util.el (ange-cache): Move declaration earlier.
1441         * eshell/esh-ext.el (eshell-search-path): Declare.
1443         * eshell/em-prompt.el (eshell/pwd): Autoload it.
1444         Otherwise an error occurs if eshell-dirs module not loaded.
1446         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1448 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
1450         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1451         `tramp-check-proper-host'.  Check for a valid method name.
1453         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1454         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1455         * net/tramp-sh.el (tramp-maybe-open-connection):
1456         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1458         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1459         also for hash values.
1461 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1463         * term/ns-win.el (parameters): Don't declare as dynamic.
1464         (before-make-frame-hook): Don't add ineffective function.
1466         * eshell/*.el: Use lexical-binding (bug#15231).
1468 2013-09-12  Kenichi Handa  <handa@gnu.org>
1470         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
1472 2013-09-12  Glenn Morris  <rgm@gnu.org>
1474         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
1475         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
1477         * subr.el (do-after-load-evaluation): Also give compiler warnings
1478         when obsolete files are used (except by obsolete files).
1480         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1481         in the status output, assume `filename' is the first.  (Bug#15322)
1483         * vc/vc.el (vc-deduce-fileset): Doc fix.
1485         * calc/calc-help.el (Info-goto-node):
1486         * progmodes/cperl-mode.el (Info-find-node):
1487         * vc/ediff.el (Info-goto-node): Update declarations.
1489         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1491         * vc/vc-bzr.el (vc-compilation-mode): Declare.
1492         (vc-bzr-pull): Require vc-dispatcher.
1493         * vc/vc-git.el (vc-compilation-mode): Declare.
1494         (vc-git-pull): Require vc-dispatcher.
1496         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1498         * progmodes/octave.el (help-button-action): Declare.
1500         * shell.el (shell-directory-tracker): Output error as a message
1501         rather than just returning it as a string.
1502         (shell-process-pushd): Remove useless use of message.
1504         * dframe.el (dframe-timer-fn):
1505         * files.el (dir-locals-read-from-file):
1506         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1507         (mpc-format):
1508         * reveal.el (reveal-post-command):
1509         * saveplace.el (load-save-place-alist-from-file):
1510         * shell.el (shell-resync-dirs):
1511         * w32-common-fns.el (x-get-selection-value):
1512         * emacs-lisp/copyright.el (copyright-find-copyright):
1513         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1514         * emulation/tpu-edt.el (tpu-copy-keyfile):
1515         * play/bubbles.el (bubbles--mark-neighbourhood):
1516         * progmodes/executable.el
1517         (executable-make-buffer-file-executable-if-script-p):
1518         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1520 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1522         Cleanup Eshell to rely less on dynamic scoping.
1523         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1524         last-value, and ext-command here.  Bind `args' closer to `body'.
1525         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1526         (eshell--args): Declare new dynamic var.
1527         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
1528         last-value, and ext-command.  Pass `args' to `body'.
1529         (eshell-process-args): Bind eshell--args.
1530         (eshell-set-option): Use eshell--args.
1531         * eshell/eshell.el (eshell): Use derived-mode-p.
1532         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1533         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1534         (eshell-glob-function): Declare.
1535         * eshell/esh-util.el: Require cl-lib.
1536         (eshell-read-hosts-file): Avoid add-to-list.
1537         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1538         `err'.
1539         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1540         Declare.
1541         (eshell/diff): Remove unused var `err'.
1542         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1543         `killflag'.
1544         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1545         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1546         first use.
1547         * eshell/em-glob.el (eshell-glob-matches, message-shown):
1548         Move declaration before first use.
1549         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1550         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1551         rely on cl-return.
1553 2013-09-12  Glenn Morris  <rgm@gnu.org>
1555         * term/ns-win.el (global-map): Remove binding for ispell-next,
1556         deleted 1999-05-29.  (Bug#15357)
1558 2013-09-11  Glenn Morris  <rgm@gnu.org>
1560         * echistory.el (electric-command-history): Remove call to deleted func.
1562         * play/landmark.el (landmark-mode): Fix typos.
1564         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1565         Check cvs-sort-ignore-file is bound.
1567         * savehist.el: No need for cl when compiling on Emacs.
1569 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1571         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1572         (bug#15338).
1573         (eshell-self-insert-command, eshell-send-invisible):
1574         Remove unused argument.
1575         (eshell-handle-control-codes): Remove unused var `orig'.
1576         Avoid delete-backward-char.
1578         * files.el (set-auto-mode): Simplify a bit further.
1580 2013-09-11  Glenn Morris  <rgm@gnu.org>
1582         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1583         (set-auto-mode): Don't regexp-quote elements.
1584         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1585         * progmodes/cc-mode.el (interpreter-mode-alist):
1586         * progmodes/ruby-mode.el (interpreter-mode-alist):
1587         Revert previous change.
1589 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * play/snake.el (snake-mode):
1592         * play/mpuz.el (mpuz-mode):
1593         * play/landmark.el (lm-mode):
1594         * play/blackbox.el (blackbox-mode):
1595         * play/5x5.el (5x5-mode):
1596         * obsolete/options.el (Edit-options-mode):
1597         * net/quickurl.el (quickurl-list-mode):
1598         * net/newst-treeview.el (newsticker-treeview-mode):
1599         * mail/rmailsum.el (rmail-summary-mode):
1600         * mail/mspools.el (mspools-mode):
1601         * locate.el (locate-mode):
1602         * ibuffer.el (ibuffer-mode):
1603         * emulation/ws-mode.el (wordstar-mode):
1604         * emacs-lisp/debug.el (debugger-mode):
1605         * array.el (array-mode):
1606         * net/eudc.el (eudc-mode): Use define-derived-mode.
1607         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1608         Move initialization into declaration.
1609         (mairix-searches-mode): Use define-derived-mode.
1610         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1611         (eudc-edit-hotlist): Use dolist.
1612         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1613         (Man-mode): Use define-derived-mode.
1614         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1615         (Info-edit-mode): Use define-derived-mode.
1616         (Info-cease-edit): Use Info-mode.
1617         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1618         into declaration.
1619         (eshell-mode): Use define-derived-mode.
1620         * chistory.el (command-history-mode-map): Rename from
1621         command-history-map.
1622         (command-history-mode): Use define-derived-mode.
1623         (Command-history-setup): Remove function.
1624         * calc/calc.el (calc-trail-mode-map): New var.
1625         (calc-trail-mode): Use define-derived-mode.
1626         (calc-trail-buffer): Set calc-main-buffer manually.
1627         * bookmark.el (bookmark-insert-annotation): New function.
1628         (bookmark-edit-annotation): Use it.
1629         (bookmark-edit-annotation-mode): Make it a proper major mode.
1630         (bookmark-send-edited-annotation): Use derived-mode-p.
1631         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1632         closer to its ideal place.  Use \' to match EOS.
1634         * profiler.el (profiler-calltree-find): Use function-equal.
1636 2013-09-10  Glenn Morris  <rgm@gnu.org>
1638         * files.el (interpreter-mode-alist): Convert to regexps.
1639         (set-auto-mode): Adapt for this.  (Bug#15306)
1640         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1641         Comment out unused variable.
1642         * progmodes/cc-mode.el (interpreter-mode-alist):
1643         * progmodes/python.el (interpreter-mode-alist):
1644         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1645         * progmodes/sh-script.el (sh-set-shell):
1646         No longer use interpreter-mode-alist to get list of shells.
1648         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1650 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1652         * simple.el: Use set-temporary-overlay-map for universal-argument.
1653         (universal-argument-map): Don't use default-bindings (bug#15317).
1654         Bind switch-frame explicitly.  Replace universal-argument-minus with
1655         a conditional binding.
1656         (universal-argument-num-events, saved-overriding-map): Remove.
1657         (restore-overriding-map): Remove.
1658         (universal-argument--mode): Rename from save&set-overriding-map,
1659         and rewrite.
1660         (universal-argument, universal-argument-more, negative-argument)
1661         (digit-argument): Adjust accordingly.
1662         (universal-argument-minus): Remove.
1663         (universal-argument-other-key): Remove.
1665         * subr.el (with-demoted-errors): Add `format' argument.
1667 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
1669         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
1670         `tramp-cleanup-connection'.
1672         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1673         parameters KEEP-DEBUG and KEEP-PASSWORD.
1675         * net/tramp.el (tramp-file-name-handler):
1676         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1677         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1678         (tramp-maybe-open-connection):
1679         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1680         Use `tramp-cleanup-connection'.
1682         * net/tramp-sh.el (tramp-maybe-open-connection):
1683         Catch 'uname-changed inside the progress reporter.
1685 2013-09-10  Glenn Morris  <rgm@gnu.org>
1687         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
1689         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1690         returns "alternate access method" in mode (eg "-rw-r--r--.").
1692 2013-09-08  Glenn Morris  <rgm@gnu.org>
1694         * saveplace.el (load-save-place-alist-from-file):
1695         Demote errors.  (Bug#15305)
1697 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
1699         Improve compatibility with older Emacsen, and XEmacs.
1701         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1702         only if it is bound.  It isn't for XEmacs.
1703         (with-tramp-progress-reporter): Do not let-bind `result'.
1704         This yields to scoping errors in XEmacs.
1705         (tramp-handle-make-auto-save-file-name): New function, moved from
1706         tramp-sh.el.
1708         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1709         for `make-auto-save-file-name'.
1710         (tramp-adb--gnu-switches-to-ash):
1711         Use `tramp-compat-replace-regexp-in-string'.
1713         * net/tramp-cache.el (tramp-cache-print): Call
1714         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
1716         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1717         bound.  It isn't for XEmacs.
1719         * net/tramp-compat.el (tramp-compat-copy-file):
1720         Catch `wrong-number-of-arguments' error.
1721         (tramp-compat-replace-regexp-in-string): New defun.
1723         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1724         for `make-auto-save-file-name'.
1725         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1726         `copy-file'.
1727         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1728         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1729         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1731         * net/tramp-gw.el (tramp-gw-open-network-stream):
1732         Use `tramp-compat-replace-regexp-in-string'.
1734         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1735         Call `tramp-handle-make-auto-save-file-name'.
1736         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1737         (tramp-sh-file-gvfs-monitor-dir-process-filter)
1738         (tramp-sh-file-inotifywait-process-filter):
1739         Use `tramp-compat-replace-regexp-in-string'.
1740         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1742         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1743         for `make-auto-save-file-name'.
1744         (tramp-smb-handle-copy-directory):
1745         Call `tramp-compat-replace-regexp-in-string'.
1746         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1747         (tramp-smb-handle-copy-file): Improve error message.
1748         (tramp-smb-handle-rename-file): Rename directly only in case
1749         `newname' does not exist yet.  This is a restriction of smbclient.
1750         (tramp-smb-maybe-open-connection): Rerun the function only when
1751         `auth-sources' is non-nil.
1753 2013-09-08  Kenichi Handa  <handa@gnu.org>
1755         * international/characters.el: Set category "^" (Combining) for
1756         more characters.
1758 2013-09-07  Alan Mackenzie  <acm@muc.de>
1760         Correctly fontify Java class constructors.
1761         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1762         in Java Mode.
1763         (c-recognize-typeless-decls): Set the Java value to t.
1764         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1765         While handling a "(", add a check for, effectively, Java, and handle a
1766         "typeless" declaration there.
1768 2013-09-07  Roland Winkler  <winkler@gnu.org>
1770         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1771         field subtitle for entry type book.
1773 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * minibuffer.el: Make minibuffer-complete call completion-in-region
1776         rather than other way around.
1777         (completion--some, completion-pcm--find-all-completions):
1778         Don't delay signals when debugging.
1779         (minibuffer-completion-contents): Beware fields within the
1780         minibuffer contents.
1781         (completion-all-sorted-completions): Use defvar-local.
1782         (completion--do-completion, completion--cache-all-sorted-completions)
1783         (completion-all-sorted-completions, minibuffer-force-complete):
1784         Add args `beg' and `end'.
1785         (completion--in-region-1): New fun, extracted from minibuffer-complete.
1786         (minibuffer-complete): Use completion-in-region.
1787         (completion-complete-and-exit): New fun, extracted from
1788         minibuffer-complete-and-exit.
1789         (minibuffer-complete-and-exit): Use it.
1790         (completion--complete-and-exit): Rename from
1791         minibuffer--complete-and-exit.
1792         (completion-in-region--single-word): New function, extracted from
1793         minibuffer-complete-word.
1794         (minibuffer-complete-word): Use it.
1795         (display-completion-list): Make `common-substring' argument obsolete.
1796         (completion--in-region): Call completion--in-region-1 instead of
1797         minibuffer-complete.
1798         (completion-help-at-point): Pass boundaries to
1799         minibuffer-completion-help as args rather than via an overlay.
1800         (completion-pcm--string->pattern): Use `any-delim'.
1801         (completion-pcm--optimize-pattern): New function.
1802         (completion-pcm--pattern->regex): Handle `any-delim'.
1803         * icomplete.el (icomplete-forward-completions)
1804         (icomplete-backward-completions, icomplete-completions):
1805         Adjust calls to completion-all-sorted-completions and
1806         completion--cache-all-sorted-completions.
1807         (icomplete-with-completion-tables): Default to t.
1808         * emacs-lisp/crm.el (crm--current-element): Rename from
1809         crm--select-current-element.  Don't put an overlay but return the
1810         boundaries instead.
1811         (crm--completion-command): Take two new args to bind to the boundaries.
1812         (crm-completion-help): Adjust accordingly.
1813         (crm-complete): Use completion-in-region.
1814         (crm-complete-word): Use completion-in-region--single-word.
1815         (crm-complete-and-exit): Use completion-complete-and-exit.
1817 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1819         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1820         than dynamically.
1822 2013-09-06  Juri Linkov  <juri@jurta.org>
1824         * info.el (Info-display-images-node): When image file doesn't exist
1825         display text version of the image if it's provided in the Info file.
1826         Otherwise, display the location of missing image from SRC attribute.
1827         Add help-echo text property from ALT attribute.  (Bug#15279)
1829 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1832         (edit-abbrevs-mode): Use define-derived-mode.
1834         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1835         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1836         that it's defined.
1837         (epa-key-list-mode, epa-key-mode, epa-info-mode):
1838         Use define-derived-mode.
1840         * epg.el (epg-start-encrypt): Minor CSE simplification.
1842 2013-09-06  William Xu  <william.xwl@gmail.com>
1844         * arc-mode.el: Add support for 7za (bug#15264).
1845         (archive-7z-program): New var.
1846         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1847         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1848         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1850 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
1852         Remove URL syntax.
1854         * net/tramp.el (tramp-syntax, tramp-prefix-format)
1855         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1856         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1857         (tramp-postfix-host-format, tramp-file-name-regexp)
1858         (tramp-completion-file-name-regexp)
1859         (tramp-completion-dissect-file-name)
1860         (tramp-handle-substitute-in-file-name): Remove 'url case.
1861         (tramp-file-name-regexp-url)
1862         (tramp-completion-file-name-regexp-url): Remove constants.
1864 2013-09-06  Glenn Morris  <rgm@gnu.org>
1866         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
1868 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
1870         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1871         keywords" below "here-doc beginnings" (Bug#15270).
1873 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1875         * subr.el (pop): Use `car-safe'.
1876         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1877         to detect unused `pop' return value.
1879         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1880         var `block-regexp'.
1881         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1882         (python-fill-string): Remove unused var `marker'.
1883         (python-skeleton-add-menu-items): Remove unused var `items'.
1885         * international/mule-cmds.el: Require CL.
1886         (find-coding-systems-for-charsets): Avoid add-to-list.
1887         (sanitize-coding-system-list): New function, extracted from
1888         select-safe-coding-system-interactively.
1889         (select-safe-coding-system-interactively): Use it.
1890         (read-input-method-name): Accept symbols for `default'.
1892         * emacs-lisp/advice.el (defadvice): Add indent rule.
1894 2013-09-05  Daniel Hackney  <dan@haxney.org>
1896         * dired-x.el:
1897         * net/ange-ftp.el:
1898         * net/browse-url.el:
1899         * net/dbus.el:
1900         * net/eudc.el:
1901         * net/eudcb-ldap.el:
1902         * net/eww.el:
1903         * net/imap.el:
1904         * printing.el:
1905         * vc/ediff-diff.el:
1906         * vc/ediff-init.el:
1907         * vc/ediff-merg.el:
1908         * vc/ediff-mult.el:
1909         * vc/ediff-util.el:
1910         * vc/ediff-wind.el:
1911         * vc/ediff.el:
1912         * vc/emerge.el:
1913         * vc/pcvs.el:
1914         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1915         byte compiler.  Remove some unused let-bound variables.
1917 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1919         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1920         a "ref-cell", since it gets better optimized (bug#14883).
1922 2013-09-05  Glenn Morris  <rgm@gnu.org>
1924         * progmodes/cc-awk.el (c-forward-sws): Declare.
1926 2013-09-04  Glenn Morris  <rgm@gnu.org>
1928         * generic-x.el [rul-generic-mode]: Require cc-mode.
1929         (c++-mode-syntax-table): Declare.
1930         (rul-generic-mode-syntax-table): Init in the defvar.
1932 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1935         (vc-do-command, vc-set-async-update):
1936         * vc/vc-mtn.el (vc-mtn-dir-status):
1937         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1938         (vc-hg-pull, vc-hg-merge-branch):
1939         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1940         (vc-git-merge-branch):
1941         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1942         (vc-cvs-dir-status-files):
1943         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1944         (vc-bzr-dir-status-files):
1945         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1946         * vc/vc-annotate.el: Use lexical-binding.
1947         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1948         (vc-sentinel-movepoint): Declare.
1949         (vc-annotate): Don't use `goto-line'.
1950         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1951         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1952         (vc-sentinel-movepoint): Declare.
1953         * vc/vc-svn.el: Use lexical-binding.
1954         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1955         * vc/vc-sccs.el:
1956         * vc/vc-rcs.el: Use lexical-binding.
1958         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1959         `deleted'.  Don't drop errors silently.
1961         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1963 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
1965         * vc/vc.el (vc-ignore): Rewrite.
1966         (vc-default-ignore): New function.
1967         (vc-default-ignore-completion-table): Use find-ignore-file.
1969         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1970         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1971         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1972         Remove.  Most code moved to vc.el.
1974 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
1977         * net/tramp-smb.el (tramp-smb-get-file-entries):
1978         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1979         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1981         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1982         Update call to it.
1983         (eww-change-select): Remove unused var `properties'.
1984         (eww-make-unique-file-name): Remove unused var `base'.
1986         * finder.el (finder-compile-keywords): Don't mess with windows.
1988         * calculator.el (calculator-funcall): Fix typo in last change.
1990         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1992         * emacs-lisp/package.el (package-activate-1): Don't let a missing
1993         <pkg>-autoloads.el file stop us.
1995         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
1996         warnings, and factor out common code.
1998 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
2000         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2001         two-character operators and whether the character preceding them
2002         changes their meaning (Bug#15208).
2004 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2006         Format code sent to Python shell for robustness.
2007         * progmodes/python.el (python-shell-buffer-substring):
2008         New function.
2009         (python-shell-send-region, python-shell-send-buffer): Use it.
2011 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
2013         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2014         * net/tramp.el (tramp-user-error): ... here.
2015         (tramp-find-method, tramp-check-proper-host)
2016         (tramp-dissect-file-name, tramp-debug-message)
2017         (tramp-handle-shell-command):
2018         * net/tramp-adb.el (tramp-adb-handle-shell-command):
2019         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2021         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2023 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
2025         * avoid.el (mouse-avoidance-point-position)
2026         (mouse-avoidance-too-close-p): Handle case where posn-at-point
2027         returns nil.
2029 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2031         * progmodes/python.el (python-shell-completion-get-completions):
2032         Drop use of deleted `comint-last-prompt-overlay'.
2033         (python-nav-if-name-main): New command.
2035 2013-09-01  Glenn Morris  <rgm@gnu.org>
2037         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2038         Avoid leading space in $wins.  Otherwise the sed command used by
2039         eg compile-main ends up containing "/*.el".  (Bug#15170)
2041         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
2043 2013-08-30  Glenn Morris  <rgm@gnu.org>
2045         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2046         Fix is-this-a-directory logic.  (Bug#15220)
2048 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2050         * textmodes/css-mode.el: Use SMIE.
2051         (css-smie-grammar): New var.
2052         (css-smie--forward-token, css-smie--backward-token)
2053         (css-smie-rules): New functions.
2054         (css-mode): Use them.
2055         (css-navigation-syntax-table): Remove var.
2056         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2057         (css-indent-calculate, css-indent-line): Remove functions.
2059         Misc changes to reduce use of `(lambda...); and other cleanups.
2060         * cus-edit.el: Use lexical-binding.
2061         (customize-push-and-save, customize-apropos)
2062         (custom-buffer-create-internal): Use closures.
2063         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2064         * progmodes/ada-xref.el: Use setq.
2065         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2066         * dframe.el: Use lexical-binding.
2067         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
2068         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2069         * descr-text.el: Use lexical-binding.
2070         (describe-text-widget, describe-text-sexp, describe-property-list):
2071         Use closures.
2072         * comint.el (comint-history-isearch-push-state): Use a closure.
2073         * calculator.el: Use lexical-binding.
2074         (calculator-number-to-string): Make it work with lexical-binding.
2075         (calculator-funcall): Same and use cl-letf.
2077         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2078         (lisp--company-doc-string, lisp--company-location): New functions.
2079         (lisp-completion-at-point): Use them to improve Company support.
2081         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2082         params of lambda expressions.
2083         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2084         (ruby-smie--opening-pipe-p): New function.
2085         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2086         symbols and matched |...| for formal params.
2087         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2088         from being treated as hanging.  Handle "rescue".
2090 2013-08-29  Glenn Morris  <rgm@gnu.org>
2092         * progmodes/cc-engine.el (c-pull-open-brace):
2093         Move definition before use.
2095 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2098         are immutable.  Don't use `unsafe' any more.
2099         (cl--defsubst-expand): Don't substitute at the same time as keeping
2100         a residual unused let-binding.  Don't use `unsafe' any more.
2102 2013-08-29  Glenn Morris  <rgm@gnu.org>
2104         * calendar/cal-china.el (calendar-chinese-year-cache):
2105         Recenter on 2015.
2107         * nxml/nxml-util.el (nxml-debug-clear-inside):
2108         Use cl-loop rather than loop.
2110         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2112         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2114 2013-08-28  Glenn Morris  <rgm@gnu.org>
2116         * progmodes/antlr-mode.el: No need to require cc-mode twice.
2118         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2120         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2122 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * simple.el (repeat-complex-command--called-interactively-skip):
2125         New function.
2126         (repeat-complex-command): Use it (bug#14136).
2128         * progmodes/cc-mode.el: Minor cleanup of var declarations.
2129         (c-define-abbrev-table): Add `doc' argument.
2130         (c-mode-abbrev-table, c++-mode-abbrev-table)
2131         (objc-mode-abbrev-table, java-mode-abbrev-table)
2132         (idl-mode-abbrev-table, pike-mode-abbrev-table)
2133         (awk-mode-abbrev-table): Use it.
2134         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2135         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2136         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2137         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2138         Move initialization into the declaration; and remove any
2139         autoload cookie.
2141         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2142         and dynamic let binding.
2144         * vc/smerge-mode.el: Remove redundant :group args.
2146         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2147         to load-path.
2149 2013-08-28  Juri Linkov  <juri@jurta.org>
2151         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2152         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2153         (isearch-other-meta-char): Handle an undefined shifted printing
2154         character by downshifting it.  (Bug#15200)
2156 2013-08-28  Juri Linkov  <juri@jurta.org>
2158         * isearch.el (isearch-search): Change regexp error message for
2159         non-regexp searches.  (Bug#15166)
2161 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
2163         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2164         for portability to hosts where /bin/sh has problems.
2166 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2168         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2170 2013-08-27  Juri Linkov  <juri@jurta.org>
2172         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2173         in the keyboard macro.  (Bug#15126)
2175 2013-08-27  Juri Linkov  <juri@jurta.org>
2177         * isearch.el (isearch-quote-char): Comment out converting unibyte
2178         to multibyte, thus syncing with its `quoted-insert' counterpart.
2179         (Bug#15166)
2181 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
2183         * window.el (display-buffer-use-some-window): Add missing
2184         argument in call of get-largest-window (Bug#15185).
2185         Reported by Stephen Leake.
2187 2013-08-27  Glenn Morris  <rgm@gnu.org>
2189         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2191 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2193         * progmodes/python.el (python-font-lock-keywords): Don't return nil
2194         from a matcher-function unless there's no more matches (bug#15161).
2196 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
2198         * minibuffer.el: Revert change from 2013-08-20.
2200         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2201         with text property `tramp-default', if appropriate.
2202         (tramp-check-proper-host): New defun.
2203         (tramp-dissect-file-name): Do not check hostname.  Revert change
2204         of 2013-03-18.
2205         (tramp-backtrace): Make VEC-OR-PROC optional.
2207         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2208         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2209         * net/tramp-sh.el (tramp-maybe-open-connection):
2210         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2211         Apply `tramp-check-proper-host'.
2213 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
2215         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2216         lambda expression in order to have `describe-variable' display it.
2218 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
2220         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2221         BUF can be optional.  (Bug#15186)
2223 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
2225         * progmodes/flymake.el (flymake-get-real-file-name-function):
2226         Fix broken customization.  (Bug#15184)
2228 2013-08-25  Alan Mackenzie  <acm@muc.de>
2230         Improve indentation of bracelists defined by macros (without "=").
2232         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2233         expansion begins with "{", regard it as bracelist when it doesn't
2234         contain a ";".
2236         Parse C++ inher-intro when there's a template split over 2 lines.
2238         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2239         rigorously the search for "class" etc. followed by ":".
2241         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2242         random languages a regexp which never matches rather than nil.
2244         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2246         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2247         (c-awk-regexp-one-line-possibly-open-char-list-re)
2248         (c-awk-one-line-possibly-open-regexp-re)
2249         (c-awk-one-line-non-syn-ws*-re): Remove.
2250         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2251         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2252         (c-awk-space*-unclosed-regexp-/-re): New constants.
2253         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2254         aren't regexp delimiters.
2256         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2257         handling for a rare situation in AWK Mode involving unterminated
2258         strings/regexps.
2260 2013-08-23  Glenn Morris  <rgm@gnu.org>
2262         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2264         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2266         * files.el (create-file-buffer): If the result would begin with
2267         spaces, prepend a "|" instead of removing them.  (Bug#15162)
2269 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2271         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2272         text-properties (bug#15155).
2274         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2275         exist any more.
2276         (calc-keypad-redraw): Remove unused var `pad'.
2277         (calc-keypad-press): Remove unused var `menu'.
2279 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
2281         * window.el (display-buffer-pop-up-frame):
2282         Call pop-up-frame-function with BUFFER current so `make-frame' will
2283         use it as the new frame's buffer (Bug#15133).
2285 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * calendar/timeclock.el: Minor cleanups.
2288         (timeclock-ask-before-exiting, timeclock-use-display-time):
2289         Use `symbol'.
2290         (timeclock-modeline-display): Define as alias before the
2291         actual definition.
2292         (timeclock-mode-line-display): Use define-minor-mode.
2293         (timeclock-day-list-template): Make it a function, add an argument.
2294         (timeclock-day-list-required, timeclock-day-list-length)
2295         (timeclock-day-list-debt, timeclock-day-list-span)
2296         (timeclock-day-list-break): Adjust calls accordingly.
2298 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2300         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2301         Use read--expression so that completion works again.
2303 2013-08-21  Sam Steingold  <sds@gnu.org>
2305         Add rudimentary inferior shell interaction
2306         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2307         (sh-set-shell): Reset it.
2308         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2309         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2311 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         * align.el: Use lexical-binding.
2314         (align-region): Simplify accordingly.
2316 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
2318         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2320         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2321         `non-essential' up.
2323 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
2325         * net/tramp.el:
2326         * net/tramp-adb.el:
2327         * net/tramp-cmds.el:
2328         * net/tramp-ftp.el:
2329         * net/tramp-gvfs.el:
2330         * net/tramp-gw.el:
2331         * net/tramp-sh.el: Don't wrap external variable declarations by
2332         `eval-when-compile'.
2334 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2337         now that Emacs supports ImageMagick animations.
2339 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
2341         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2342         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2344 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
2346         * window.el (mouse-autoselect-window-select): Do autoselect when
2347         mouse pointer is on margin.
2349 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
2351         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
2353 2013-08-16  Glenn Morris  <rgm@gnu.org>
2355         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2356         Handle "Remote Directory" response of some clients.  (Bug#15058)
2358         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2359         Tweak warning.  (Bug#14926)
2361         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2362         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
2364         * image-mode.el (image-mode-map): Add menu items to reverse,
2365         increase, decrease, reset animation speed.
2366         (image--set-speed, image-increase-speed, image-decrease-speed)
2367         (image-reverse-speed, image-reset-speed): New functions.
2368         (image-mode-map): Add bindings for speed commands.
2370         * image.el (image-animate-get-speed, image-animate-set-speed):
2371         New functions.
2372         (image-animate-timeout): Respect image :speed property.
2374 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2377         previous line (bug#15101).
2378         (debugger-eval-expression, debugger-record-expression):
2379         Use read--expression (bug#15102).
2381 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
2383         Remove byte compiler warnings, visible when compiling with
2384         `byte-compile-force-lexical-warnings' set to t.
2386         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2387         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2388         (tramp-handle-unhandled-file-name-directory)
2389         (tramp-handle-file-notify-add-watch, tramp-action-login)
2390         (tramp-action-succeed, tramp-action-permission-denied)
2391         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2392         arguments with "_".
2394         * net/tramp-adb.el (tramp-adb-parse-device-names)
2395         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2396         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2397         (tramp-adb-handle-file-truename): Remove unused arguments.
2399         * net/tramp-cache.el (tramp-flush-directory-property)
2400         (tramp-flush-connection-property, tramp-list-connections)
2401         (tramp-parse-connection-properties): Prefix unused arguments with "_".
2403         * net/tramp-compat.el (tramp-compat-make-temp-file):
2404         Rename FILENAME to F.
2406         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2407         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2408         (tramp-zeroconf-parse-workstation-device-names)
2409         (tramp-zeroconf-parse-webdav-device-names)
2410         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2412         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2413         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2415         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2416         arguments.
2417         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2418         (tramp-sh-handle-insert-file-contents-literally)
2419         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2420         with "_".
2421         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2422         Remove unused variables.
2424         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2425         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2426         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2428         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2429         Make them a defconst.
2430         (tramp-uuencode-region): Remove unused variable.
2432 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
2434         * frameset.el (frameset--prop-setter): New function.
2435         (frameset-prop): Add gv-setter declaration.
2436         (frameset-filter-minibuffer): Deal with the case that the minibuffer
2437         parameter was already set in FILTERED.  Doc fix.
2438         (frameset--record-minibuffer-relationships): Allow saving a
2439         minibufferless frame without its corresponding minibuffer frame.
2440         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2441         frame, if the frame id matches.
2442         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2443         frames before orphaned ones.
2444         (frameset-restore): Warn about orphaned windows, instead of error out.
2446 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
2448         * window.el (window-make-atom): Don't overwrite parameter
2449         already present.
2450         (display-buffer-in-atom-window): Handle special case where we
2451         split an already atomic window.
2452         (window--major-non-side-window, display-buffer-in-side-window)
2453         (window--side-check): Ignore minibuffer window when walking
2454         window tree.
2455         (window-deletable-p): Return 'frame only if no other frame uses
2456         our minibuffer window.
2457         (record-window-buffer): Run buffer-list-update-hook.
2458         (split-window): Make sure window--check-frame won't destroy an
2459         existing atomic window in case the new window gets nested
2460         inside.
2461         (display-buffer-at-bottom): Ignore minibuffer window when
2462         walking window tree.  Don't split a side window.
2463         (pop-to-buffer): Don't set-buffer here, the select-window call
2464         should do that.
2465         (mouse-autoselect-window-select): Autoselect only if we are in the
2466         text portion of the window.
2468 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470         * net/shr.el (shr-parse-image-data): New function to grab both the
2471         data itself and the Content-Type.
2472         (shr-put-image): Use it.
2474         * net/eww.el (eww-display-image): Ditto.
2476         * image.el (image-content-type-suffixes): New variable.
2478 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2480         * progmodes/python.el (python-imenu--build-tree)
2481         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2483 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
2485         * simple.el (backward-word): Mention the optional argument.
2487 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * frameset.el (frameset--make): Rename constructor from make-frameset.
2490         (frameset-p, frameset-valid-p): Don't autoload.
2491         (frameset-valid-p): Use normal accessors.
2493 2013-08-13  Glenn Morris  <rgm@gnu.org>
2495         * progmodes/compile.el (compile-command): Tweak example in doc.
2496         * obsolete/scribe.el (scribe-mode):
2497         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
2499         * mail/feedmail.el (feedmail-confirm-outgoing)
2500         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2502         * cus-start.el (truncate-partial-width-windows): Fix type.
2504         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2506         * net/shr.el (shr-table-horizontal-line): Fix custom type.
2508 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2510         * emacs-lisp/timer.el (timer--time-setter): New function.
2511         (timer--time): Use it as gv-setter.
2513         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2514         setter is not a symbol.
2516 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
2518         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2519         if sending fails.  This makes debugging easier.
2521 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
2523         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2524         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2525         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2527 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
2529         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2531 2013-08-12  Glenn Morris  <rgm@gnu.org>
2533         * format.el (format-annotate-function):
2534         Handle read-only text properties in the source.  (Bug#14887)
2536 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538         * net/eww.el (eww-display-html): Ignore coding system errors.
2539         One web site uses "utf-8lias" as the coding system.
2541 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
2543         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2545 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
2547         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2548         (tutorial--detailed-help): Remove unused local variables.
2549         (tutorial--save-tutorial-to): Use ignore-errors.
2550         (help-with-tutorial): Use looking-at-p.
2552         * view.el (view-buffer-other-window, view-buffer-other-frame):
2553         Mark unused arguments.
2555         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2556         (woman-select-symbol-fonts, woman, woman-find-file)
2557         (woman-insert-file-contents, woman-non-underline-faces):
2558         Use string-match-p.
2559         (woman1-unquote): Move declaration.
2561         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2562         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
2563         argument.  Remove unused local variable.
2564         (xml-parse-elem-type): Use string-match-p.
2565         (xml-substitute-numeric-entities): Use ignore-errors.
2567         * calculator.el (calculator): Mark unused argument.
2568         (calculator-paste, calculator-quit, calculator-integer-p):
2569         Use ignore-errors.
2570         (calculator-string-to-number, calculator-decimal, calculator-exp)
2571         (calculator-op-or-exp): Use string-match-p.
2573         * dired.el (dired-buffer-more-recently-used-p): Declare.
2574         (dired-insert-set-properties, dired-insert-old-subdirs):
2575         Use ignore-errors.
2577         * dired-aux.el (dired-compress): Use ignore-errors.
2578         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2579         (dired-do-async-shell-command, dired-do-shell-command)
2580         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2581         (dired-insert-subdir-validate): Use string-match-p.
2582         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2583         (dired-add-entry): Use string-match-p, looking-at-p.
2584         (dired-insert-subdir-newpos): Remove unused local variable.
2586         * filenotify.el (file-notify-callback): Remove unused local variable.
2588         * filesets.el (filesets-error): Mark unused argument.
2589         (filesets-which-command-p, filesets-filter-dir-names)
2590         (filesets-directory-files, filesets-get-external-viewer)
2591         (filesets-ingroup-get-data): Use string-match-p.
2593         * find-file.el (ff-other-file-name, ff-other-file-name)
2594         (ff-find-the-other-file, ff-cc-hh-converter):
2595         Remove unused local variables.
2596         (ff-get-file-name): Use string-match-p.
2597         (ff-all-dirs-under): Use ignore-errors.
2599         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2600         (follow-select-if-visible): Remove unused local variable.
2602         * forms.el (read-file-filter): Move declaration.
2603         (forms--make-format, forms--make-parser, forms-insert-record):
2604         Quote function with #'.
2605         (forms--update): Use string-match-p.  Quote function with #'.
2607         * help-mode.el (help-dir-local-var-def): Mark unused argument.
2608         (help-make-xrefs): Use looking-at-p.
2609         (help-xref-on-pp): Use looking-at-p, ignore-errors.
2611         * ibuffer.el (ibuffer-ext-visible-p): Declare.
2612         (ibuffer-confirm-operation-on): Use string-match-p.
2614         * msb.el (msb-item-handler, msb-dired-item-handler):
2615         Mark unused arguments.
2617         * ses.el (ses-decode-cell-symbol)
2618         (ses-kill-override): Remove unused local variable.
2619         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2620         (ses-load): Use ignore-errors, looking-at-p.
2621         (ses-jump-safe): Use ignore-errors.
2622         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2624         * tabify.el (untabify, tabify): Mark unused arguments.
2626         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2627         Mark unused argument.
2628         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2629         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2631         * emacs-lisp/timer.el (timer--time): Define setter with
2632         gv-define-setter to avoid deprecation warning.
2634         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2635         (*record-cmpl-statistics-p*): Remove (was commented out).
2636         (cmpl-statistics-block): Remove (body was commented out).
2637         All callers changed.
2638         (add-completions-from-buffer, load-completions-from-file):
2639         Remove unused variables.
2641 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
2643         * filecache.el (file-cache-delete-file-list):
2644         Print message only when told so.
2645         (file-cache-files-matching): Use #' in mapconcat argument.
2647         * ffap.el (ffap-url-at-point): Fix reference to variable
2648         thing-at-point-default-mail-uri-scheme.
2650 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * subr.el (define-error): New function.
2653         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2654         error-file-not-found and define with define-error.
2655         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2656         and define with define-error.
2657         * userlock.el (file-locked, file-supersession):
2658         * simple.el (mark-inactive):
2659         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2660         * progmodes/ada-mode.el (ada-mode-errors):
2661         * play/life.el (life-extinct):
2662         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2663         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2664         * nxml/rng-util.el (rng-error):
2665         * nxml/rng-uri.el (rng-uri-error):
2666         * nxml/rng-match.el (rng-compile-error):
2667         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2668         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2669         * nxml/nxml-rap.el (nxml-scan-error):
2670         * nxml/nxml-outln.el (nxml-outline-error):
2671         * net/soap-client.el (soap-error):
2672         * net/gnutls.el (gnutls-error):
2673         * net/ange-ftp.el (ftp-error):
2674         * mpc.el (mpc-proc-error):
2675         * json.el (json-error, json-readtable-error, json-unknown-keyword)
2676         (json-number-format, json-string-escape, json-string-format)
2677         (json-key-format, json-object-format):
2678         * jka-compr.el (compression-error):
2679         * international/quail.el (quail-error):
2680         * international/kkc.el (kkc-error):
2681         * emacs-lisp/ert.el (ert-test-failed):
2682         * calc/calc.el (calc-error, inexact-result, math-overflow)
2683         (math-underflow):
2684         * bookmark.el (bookmark-error-no-filename):
2685         * epg.el (epg-error): Define with define-error.
2687         * time.el (display-time-event-handler)
2688         (display-time-next-load-average): Don't call sit-for since it seems
2689         unnecessary (bug#15045).
2691         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2692         Use #' instead of ' to quote functions.
2693         (checkdoc-output-mode): Use setq-local.
2694         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2695         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2696         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2697         (checkdoc-ispell, checkdoc-ispell-current-buffer)
2698         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2699         (checkdoc-ispell-message-text, checkdoc-ispell-start)
2700         (checkdoc-ispell-continue, checkdoc-ispell-comments)
2701         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2703         * ido.el (ido-completion-help): Fix up compiler warning.
2705 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
2707         * frameset.el (frameset-p): Add autoload cookie.
2708         (frameset--jump-to-register): New function, based on code moved from
2709         register.el.
2710         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
2712         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2713         (frameset-restore, frameset-save, frameset-session-filter-alist):
2714         Remove declarations.
2715         (register-alist): Doc fix.
2716         (frameset-to-register): Move to frameset.el.
2717         (jump-to-register, describe-register-1): Remove frameset-specific code.
2719 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2721         * allout-widgets.el (allout-widgets-pre-command-business)
2722         (allout-widgets-post-command-business)
2723         (allout-widgets-after-change-handler)
2724         (allout-decorate-item-and-context, allout-set-boundary-marker)
2725         (allout-body-modification-handler)
2726         (allout-graphics-modification-handler): Mark ignored arguments.
2727         (allout-widgets-post-command-business)
2728         (allout-widgets-exposure-change-processor)
2729         (allout-widgets-exposure-undo-processor)
2730         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2731         (allout-parse-item-at-point, allout-decorate-item-guides)
2732         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2733         * allout.el (epa-passphrase-callback-function): Declare.
2734         (allout-overlay-insert-in-front-handler)
2735         (allout-overlay-interior-modification-handler)
2736         (allout-isearch-end-handler, allout-chart-siblings)
2737         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2738         (allout-yank-processing, allout-process-exposed)
2739         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2740         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2741         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2742         (lisp-indent-defform): Mark ignored arguments.
2743         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
2744         (calculate-lisp-indent): Remove unused variables.
2745         * international/characters.el (indian-2-column, arabic-2-column)
2746         (tibetan): Mark ignored arguments.
2747         (use-cjk-char-width-table): Mark ignored arguments.
2748         Remove unused variables.
2749         * international/fontset.el (build-default-fontset-data)
2750         (x-compose-font-name, create-fontset-from-fontset-spec):
2751         Mark ignored arguments.
2752         (fontset-plain-name): Remove unused variables.
2753         * international/mule.el (charset-id, charset-bytes, generic-char-p)
2754         (keyboard-coding-system): Mark ignored arguments.
2755         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
2756         * help.el (resize-temp-buffer-window):
2757         * window.el (display-buffer-in-major-side-window)
2758         (display-buffer-in-side-window, display-buffer-in-previous-window):
2759         Remove unused variables.
2760         * isearch.el (isearch-forward-symbol):
2761         * version.el (emacs-bzr-version-bzr):
2762         * international/mule-cmds.el (current-language-environment):
2763         * term/common-win.el (x-handle-iconic, x-handle-geometry)
2764         (x-handle-display):
2765         * term/pc-win.el (x-list-fonts, x-display-planes)
2766         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2767         (x-server-version, x-display-screens, x-display-mm-height)
2768         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2769         (x-selection-owner-p, x-own-selection-internal)
2770         (x-disown-selection-internal, x-get-selection-internal)
2771         (msdos-initialize-window-system):
2772         * term/tty-colors.el (tty-color-alist, tty-color-clear):
2773         * term/x-win.el (x-handle-no-bitmap-icon):
2774         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2775         (vc-default-find-file-hook, vc-default-extra-menu):
2776         Mark ignored arguments.
2778 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2780         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2781         break-condition in the context of the debugged code (bug#12685).
2783 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
2785         * comint.el:
2786         Do not use an overlay to highlight the last prompt.  (Bug#14744)
2787         (comint-mode): Make comint-last-prompt buffer local.
2788         (comint-last-prompt): New variable.
2789         (comint-last-prompt-overlay): Remove.  Superseded by
2790         comint-last-prompt.
2791         (comint-snapshot-last-prompt, comint-output-filter):
2792         Use comint-last-prompt.
2794 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2796         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
2797         (frameset-save): Check validity of the resulting frameset.
2799 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
2801         * ido.el (ido-record-command): Add doc string.
2803 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2805         * frameset.el (frameset): Do not disable creation of the default
2806         frameset-p predicate.  Doc fix.
2807         (frameset-valid-p): New function, copied from the old predicate-p.
2808         Add additional checks.
2809         (frameset-restore): Check with frameset-valid-p.
2810         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2811         (frameset-name, frameset-description, frameset-properties)
2812         (frameset-states): Add docstring.
2813         (frameset-session-filter-alist, frameset-persistent-filter-alist)
2814         (frameset-filter-alist): Doc fixes.
2816 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2818         * frameset.el (frameset-p, frameset-prop): Doc fixes.
2820 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2823         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2824         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2825         (byte-compile-normal-call): Remove obsolescence check.
2827 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
2829         * frameset.el (frameset-restore): Doc fix.
2831         * register.el (frameset-frame-id, frameset-frame-with-id)
2832         (frameset-p, frameset-restore, frameset-save): Declare.
2833         (register-alist): Document framesets.
2834         (frameset-session-filter-alist): Declare.
2835         (frameset-to-register): New function.
2836         (jump-to-register): Implement jumping to framesets.  Doc fix.
2837         (describe-register-1): Describe framesets.
2839         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2841 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
2843         * desktop.el (desktop-save-frameset): Use new frameset-save args.
2844         Use lexical-binding.
2846         * frameset.el (frameset): Use type vector, not list (incompatible
2847         change).  Do not declare a new constructor, use the default one.
2848         Upgrade suggested properties `app', `name' and `desc' to slots `app',
2849         `name' and `description', respectively, and add read-only slot
2850         `timestamp'.  Doc fixes.
2851         (frameset-copy, frameset-persistent-filter-alist)
2852         (frameset-filter-alist, frameset-switch-to-gui-p)
2853         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2854         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2855         (frameset-filter-iconified, frameset-keep-original-display-p):
2856         Doc fixes.
2857         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2858         Rename from frameset-filter-(save|restore)-param.  All callers changed.
2859         Doc fix.
2860         (frameset-p): Adapt to change to vector and be more thorough.
2861         Change arg name to OBJECT.  Doc fix.
2862         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
2863         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2864         All callers changed.
2865         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2866         All callers changed.
2867         (frameset--record-minibuffer-relationships): Rename from
2868         frameset--process-minibuffer-frames.  All callers changed.
2869         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2870         Use new default constructor (again).  Doc fix.
2871         (frameset--find-frame-if): Rename from `frameset--find-frame.
2872         All callers changed.
2873         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2874         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2875         Doc fix.
2876         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2877         PARAMETERS and WINDOW-STATE, respectively.
2878         (frameset-restore): Add new keyword argument PREDICATE.
2879         Reset frameset--target-display to nil.  Doc fix.
2881 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2883         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2884         (bat-mode): Use it.
2885         (bat-mode-syntax-table): Mark \n as end-of-comment.
2886         (bat-font-lock-keywords): Remove comment rule.
2888         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
2889         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
2891         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2892         (byte-compile-callargs-warn): Use `push'.
2893         (byte-compile-arglist-warn): Ignore higher-order "calls".
2894         (byte-compile-file-form-autoload): Use `pcase'.
2895         (byte-compile-function-form): If quoting a symbol, check that it exists.
2897 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
2899         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2900         and add a few popular commands found in batch files.
2901         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2902         (dos-mode): Doc fixes.
2904 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2907         (dos-mode): Use setq-local.  Add space after "rem".
2908         (dos-mode-syntax-table): Don't use "w" for symbol chars.
2909         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2911 2013-08-07  Arni Magnusson  <arnima@hafro.is>
2913         * progmodes/dos.el: New file.
2914         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2915         dos-mode.
2917 2013-08-06  Glenn Morris  <rgm@gnu.org>
2919         * calendar/calendar.el: Add new faces, and day-header-array.
2920         (calendar-weekday-header, calendar-weekend-header)
2921         (calendar-month-header): New faces.
2922         (calendar-day-header-construct): New function.
2923         (calendar-day-header-width): Also :set calendar-day-header-array.
2924         (calendar-american-month-header, calendar-european-month-header)
2925         (calendar-iso-month-header): Use calendar- faces.
2926         (calendar-generate-month):
2927         Use calendar-day-header-array for day headers; apply faces to them.
2928         (calendar-mode): Check calendar-font-lock-keywords non-nil.
2929         (calendar-abbrev-construct): Add optional maxlen argument.
2930         (calendar-day-name-array): Doc fix.
2931         (calendar-day-name-array, calendar-abbrev-length)
2932         (calendar-day-abbrev-array):
2933         Also :set calendar-day-header-array, and maybe redraw.
2934         (calendar-day-header-array): New option.  (Bug#15007)
2935         (calendar-font-lock-keywords): Set to nil and make obsolete.
2936         (calendar-day-name): Add option to use header array.
2938 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940         * net/shr.el (shr-render-td): Remove debugging.
2941         (shr-render-td): Make width computation consistent by defaulting
2942         all zero-width columns to 10 characters.  This may not be optimal,
2943         but it's at least consistent.
2944         (shr-make-table-1): Redo last change to fix the real problem in
2945         colspan handling.
2947 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
2949         * files.el (cache-long-line-scans):
2950         Make obsolete alias to `cache-long-scans'.
2952 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
2954         * frameset.el (frameset, frameset-filter-alist)
2955         (frameset-filter-params, frameset-save, frameset--reuse-frame)
2956         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2957         (frameset-compute-pos): Rename from frameset--compute-pos,
2958         and add docstring.
2959         (frameset-move-onscreen): Use frameset-compute-pos.
2960         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2962         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2963         Fix typos in docstrings.
2965 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
2967         * frame.el (get-other-frame): Tiny cleanup.
2969 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
2971         * vc/vc.el (vc-default-ignore-completion-table):
2972         Silence byte-compiler warning.
2974         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2975         slot , which can indeed be nil.
2976         (frameset-live-filter-alist, frameset-persistent-filter-alist):
2977         Move entry for `left' from persistent to live filter alist.
2978         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2979         Doc fixes.
2980         (frameset-filter-params): When restoring a frame, copy items added to
2981         `filtered', to avoid unwittingly modifying the original parameters.
2982         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
2983         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2985         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2986         to use looking-at-p instead of looking-at.  (Bug#15028)
2988 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2990         Revert introduction of isearch-filter-predicates (bug#14714).
2991         Rely on add-function instead.
2992         * isearch.el (isearch-filter-predicates): Rename it back to
2993         isearch-filter-predicate.
2994         (isearch-message-prefix): Use advice-function-mapc and advice
2995         properties to get the isearch-message-prefix.
2996         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2997         instead of run-hook-with-args-until-failure.
2998         (isearch-filter-visible): Not obsolete any more.
2999         * loadup.el: Preload nadvice.
3000         * replace.el (perform-replace): Revert to funcall
3001         instead of run-hook-with-args-until-failure.
3002         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3003         * dired-aux.el (dired-isearch-filenames-mode): Rename from
3004         dired-isearch-filenames-toggle; make it into a proper minor mode.
3005         Use add/remove-function.
3006         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3007         Call the minor-mode rather than add/remove-hook.
3008         (dired-isearch-filter-filenames):
3009         Remove isearch-message-prefix property.
3010         * info.el (Info--search-loop): New function, extracted from Info-search.
3011         Funcall isearch-filter-predicate instead of
3012         run-hook-with-args-until-failure isearch-filter-predicates.
3013         (Info-search): Use it.
3014         (Info-mode): Use isearch-filter-predicate instead of
3015         isearch-filter-predicates.
3017 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
3019         Do not call to `selected-window' where it is assumed by default.
3020         Affected functions are `window-minibuffer-p', `window-dedicated-p',
3021         `window-hscroll', `window-width', `window-height', `window-buffer',
3022         `window-frame', `window-start', `window-point', `next-window'
3023         and `window-display-table'.
3024         * abbrev.el (abbrev--default-expand):
3025         * bs.el (bs--show-with-configuration):
3026         * buff-menu.el (Buffer-menu-mouse-select):
3027         * calc/calc.el (calc):
3028         * calendar/calendar.el (calendar-generate-window):
3029         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3030         (diary-make-entry):
3031         * comint.el (send-invisible, comint-dynamic-complete-filename)
3032         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3033         * completion.el (complete):
3034         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3035         * disp-table.el (describe-current-display-table):
3036         * doc-view.el (doc-view-insert-image):
3037         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3038         * ehelp.el (with-electric-help):
3039         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3040         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3041         * emacs-lisp/helper.el (Helper-help-scroller):
3042         * emulation/cua-base.el (cua--post-command-handler-1):
3043         * eshell/esh-mode.el (eshell-output-filter):
3044         * ffap.el (ffap-gnus-wrapper):
3045         * help-macro.el (make-help-screen):
3046         * hilit-chg.el (highlight-compare-buffers):
3047         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3048         * hl-line.el (global-hl-line-highlight):
3049         * icomplete.el (icomplete-simple-completing-p):
3050         * isearch.el (isearch-done):
3051         * jit-lock.el (jit-lock-stealth-fontify):
3052         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3053         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3054         * mpc.el (mpc-tagbrowser, mpc):
3055         * net/rcirc.el (rcirc-any-buffer):
3056         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3057         * play/landmark.el (landmark-max-width, landmark-max-height):
3058         * play/zone.el (zone):
3059         * progmodes/compile.el (compilation-goto-locus):
3060         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3061         * progmodes/etags.el (find-tag-other-window):
3062         * progmodes/fortran.el (fortran-column-ruler):
3063         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3064         * progmodes/verilog-mode.el (verilog-point-text):
3065         * reposition.el (reposition-window):
3066         * rot13.el (toggle-rot13-mode):
3067         * server.el (server-switch-buffer):
3068         * shell.el (shell-dynamic-complete-command)
3069         (shell-dynamic-complete-environment-variable):
3070         * simple.el (insert-buffer, set-selective-display)
3071         (delete-completion-window):
3072         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3073         (speedbar-recenter):
3074         * startup.el (fancy-splash-head):
3075         * textmodes/ispell.el (ispell-command-loop):
3076         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3077         * tutorial.el (help-with-tutorial):
3078         * vc/add-log.el (add-change-log-entry):
3079         * vc/compare-w.el (compare-windows):
3080         * vc/ediff-help.el (ediff-indent-help-message):
3081         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3082         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3083         (ediff-setup-control-frame):
3084         * vc/emerge.el (emerge-position-region):
3085         * vc/pcvs-util.el (cvs-bury-buffer):
3086         * window.el (walk-windows, mouse-autoselect-window-select):
3087         * winner.el (winner-set-conf, winner-undo): Related users changed.
3089 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
3091         * frameset.el (frameset--set-id): Doc fix.
3092         (frameset-frame-id, frameset-frame-id-equal-p)
3093         (frameset-locate-frame-id): New functions.
3094         (frameset--process-minibuffer-frames, frameset--reuse-frame)
3095         (frameset-restore): Use them.
3097 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
3099         Do not call to `selected-frame' where it is assumed by default.
3100         Affected functions are `raise-frame', `redraw-frame',
3101         `frame-first-window', `frame-terminal' and `delete-frame'.
3102         * calendar/appt.el (appt-disp-window):
3103         * epg.el (epg-wait-for-completion):
3104         * follow.el (follow-delete-other-windows-and-split)
3105         (follow-avoid-tail-recenter):
3106         * international/mule.el (set-terminal-coding-system):
3107         * mail/rmail.el (rmail-mail-return):
3108         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3109         * progmodes/f90.el (f90-add-imenu-menu):
3110         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3111         * server.el (server-switch-buffer):
3112         * simple.el (delete-completion-window):
3113         * talk.el (talk):
3114         * term/xterm.el (terminal-init-xterm-modify-other-keys)
3115         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3116         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3117         * vc/ediff.el (ediff-documentation): Related users changed.
3118         * frame.el (selected-terminal): Remove the leftover.
3120 2013-08-05  Glenn Morris  <rgm@gnu.org>
3122         * calendar/calendar.el (calendar-generate-month):
3123         Fix for calendar-column-width != 1 + calendar-day-digit-width.
3124         (calendar-generate-month, calendar-font-lock-keywords):
3125         Fix for calendar-day-header-width > length of any day name.
3127 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
3129         * desktop.el (desktop-clear): Use new name of sort predicate.
3131         * frameset.el (frameset): Add docstring.  Move :version property to its
3132         own `version' slot.
3133         (frameset-copy): Rename from copy-frameset.
3134         (frameset-p): Check more thoroughly.
3135         (frameset-prop): Do not check for :version, which is no longer a prop.
3136         (frameset-live-filter-alist, frameset-persistent-filter-alist):
3137         Use new :never value instead of t.
3138         (frameset-filter-alist): Expand and clarify docstring.
3139         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3140         (frameset-filter-minibuffer, frameset-filter-save-param)
3141         (frameset-filter-restore-param, frameset-filter-iconified):
3142         Add pointer to docstring of frameset-filter-alist.
3143         (frameset-filter-params): Rename filter values to be more meaningful:
3144         :never instead of t, and reverse the meanings of :save and :restore.
3145         (frameset--process-minibuffer-frames): Clarify error message.
3146         (frameset-save): Avoid unnecessary and confusing call to framep.
3147         Use new BOA constructor for framesets.
3148         (frameset--reuse-list): Doc fix.
3149         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
3150         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3151         (frameset-minibufferless-first-p): Doc fix.
3152         Rename from frameset-sort-frames-for-deletion.
3153         (frameset-restore): Doc fixes.  Use new function names.
3154         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3156 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
3158         * desktop.el (desktop-restore-forces-onscreen)
3159         (desktop-restore-reuses-frames): Document :keyword constant values.
3160         (desktop-filter-parameters-alist): Remove, now identical to
3161         frameset-filter-alist.
3162         (desktop--filter-tty*): Remove, moved to frameset.el.
3163         (desktop-save-frameset, desktop-restore-frameset):
3164         Do not pass :filters argument.
3166         * frameset.el (frameset-live-filter-alist)
3167         (frameset-persistent-filter-alist): New variables.
3168         (frameset-filter-alist): Use them.  Add autoload cookie.
3169         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3170         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3171         `frameset--id' (it's supposed to be internal to frameset.el).
3172         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
3173         (frameset--initial-params): New function.
3174         (frameset--get-frame): Use it.  Doc fix.
3175         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3176         Accept :all, not 'all.
3177         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3178         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
3179         with fbound symbols.  Fix frame id matching, and remove matching ids if
3180         the frame being restored is deleted.  Obey :delete.
3182 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * subr.el (macrop): New function.
3185         (text-clone--maintaining): New var.
3186         (text-clone--maintain): Rename from text-clone-maintain.  Use it
3187         instead of inhibit-modification-hooks.
3189         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3190         a proxy, so as handle autoloads and redefinitions of the target.
3191         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3193         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3194         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
3195         (pcase--mutually-exclusive-p): New function.
3196         (pcase--split-consp): Use it.
3197         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
3198         mutually exclusive with the current predicate.
3200         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3201         (edebug-macrop): Remove.  Use `macrop' instead.
3202         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
3203         (ad-macro-p):
3204         * eshell/esh-cmd.el (eshell-macrop):
3205         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
3207 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3209         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3210         (advice-mapc): New function, using it.
3211         (advice-function-member-p): New function.
3212         (advice--normalize): Store the cdr in advice--saved-rewrite since
3213         that's the part that will be changed.
3214         (advice--symbol-function): New function.
3215         (advice-remove): Handle removal before the function is defined.
3216         Adjust to new advice--saved-rewrite.
3217         (advice-member-p): Use advice-function-member-p and
3218         advice--symbol-function.
3220 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
3222         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3223         (frameset-filter-minibuffer): Doc fix.
3224         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
3225         (frameset--set-id, frameset--process-minibuffer-frames)
3226         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3227         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3229         * desktop.el (desktop-clear): Only delete frames when called
3230         interactively and desktop-restore-frames is non-nil.  Doc fix.
3231         (desktop-read): Set desktop-saved-frameset to nil.
3233 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
3235         * vc/vc.el (vc-ignore): Rewrite.
3236         (vc-default-ignore-completion-table):
3237         (vc--read-lines):
3238         (vc--add-line, vc--remove-regexp): New functions.
3240         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3241         (vc-svn-ignore-completion-table): New function.
3243         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3244         (vc-hg-ignore-completion-table):
3245         (vc-hg-find-ignore-file): New functions.
3247         * vc/vc-git.el (vc-git-ignore): Rewrite.
3248         (vc-git-ignore-completion-table):
3249         (vc-git-find-ignore-file): New functions.
3251         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3253         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3254         (vc-bzr-ignore-completion-table):
3255         (vc-bzr-find-ignore-file): New functions.
3257 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
3259         * frameset.el (frameset-prop): New function and setter.
3260         (frameset-save): Do not modify frame list passed by the caller.
3262 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3264         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3266 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3268         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3269         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3271         * custom.el (custom-initialize-default, custom-initialize-set)
3272         (custom-initialize-reset, custom-initialize-changed): Affect the
3273         toplevel-default-value (bug#6275, bug#14586).
3274         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3275         for bug#6275.
3277 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
3279         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3280         Add cl-def* expressions.
3282         * frameset.el (frameset-filter-params): Fix order of arguments.
3284 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
3286         Move code related to saving frames to frameset.el.
3287         * desktop.el: Require frameset.
3288         (desktop-restore-frames): Doc fix.
3289         (desktop-restore-reuses-frames): Rename from
3290         desktop-restoring-reuses-frames.
3291         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3292         (desktop-clear): Clear frames too.
3293         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3294         (desktop--filter-tty*, desktop-save, desktop-read):
3295         Use frameset functions.
3296         (desktop-before-saving-frames-functions, desktop--filter-*-color)
3297         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3298         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3299         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3300         (desktop--process-minibuffer-frames, desktop-save-frames)
3301         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3302         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3303         (desktop--sort-states, desktop-restoring-frames-p)
3304         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
3305         (desktop-restoring-frameset-p, desktop-restore-frameset)
3306         (desktop--check-dont-save, desktop-save-frameset): New functions.
3307         (desktop--app-id): New constant.
3308         (desktop-first-buffer, desktop-buffer-ok-count)
3309         (desktop-buffer-fail-count): Move before first use.
3310         * frameset.el: New file.
3312 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3314         * files.el: Use lexical-binding.
3315         (dir-locals-read-from-file): Remove unused `err' variable.
3316         (hack-dir-local-variables--warned-coding): New var.
3317         (hack-dir-local-variables): Use it to avoid repeated warnings.
3318         (make-backup-file-name--default-function): New function.
3319         (make-backup-file-name-function): Use it as default.
3320         (buffer-stale--default-function): New function.
3321         (buffer-stale-function): Use it as default.
3322         (revert-buffer-insert-file-contents--default-function): New function.
3323         (revert-buffer-insert-file-contents-function): Use it as default.
3324         (insert-directory): Avoid add-to-list.
3326         * autorevert.el (auto-revert-handler): Simplify.
3327         Use buffer-stale--default-function.
3329 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
3331         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3333         * whitespace.el (whitespace-ensure-local-variables): New function.
3334         (whitespace-cleanup-region): Call it.
3335         (whitespace-turn-on): Call it.
3337 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
3339         Complete file name handlers.
3341         * net/tramp.el (tramp-handle-set-visited-file-modtime)
3342         (tramp-handle-verify-visited-file-modtime)
3343         (tramp-handle-file-notify-rm-watch): New functions.
3344         (tramp-call-process): Do not bind `default-directory'.
3346         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3347         Order alphabetically.
3348         [access-file, add-name-to-file, dired-call-process]:
3349         [dired-compress-file, file-acl, file-notify-rm-watch]:
3350         [file-ownership-preserved-p, file-selinux-context]:
3351         [make-directory-internal, make-symbolic-link, set-file-acl]:
3352         [set-file-selinux-context, set-visited-file-modtime]:
3353         [verify-visited-file-modtime]: Add handler.
3354         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3356         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3357         [file-notify-add-watch, file-notify-rm-watch]:
3358         [set-file-times, set-visited-file-modtime]:
3359         [verify-visited-file-modtime]: Add handler.
3360         (with-tramp-gvfs-error-message)
3361         (tramp-gvfs-handle-set-visited-file-modtime)
3362         (tramp-gvfs-fuse-file-name): Remove.
3363         (tramp-gvfs-handle-file-notify-add-watch)
3364         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3365         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3367         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3368         Order alphabetically.
3369         [file-notify-rm-watch ]: Use default Tramp handler.
3370         [executable-find]: Remove private handler.
3371         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3372         `default-directory'.
3373         (tramp-sh-handle-executable-find)
3374         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3375         (tramp-sh-file-gvfs-monitor-dir-process-filter)
3376         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3377         Do not use `format' in `tramp-message'.
3379         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3380         [file-notify-rm-watch, set-visited-file-modtime]:
3381         [verify-visited-file-modtime]: Add handler.
3382         (tramp-smb-call-winexe): Do not bind `default-directory'.
3384 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
3386         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3388 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
3390         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3391         use it.
3392         (log-view-diff-changeset): Same.
3393         (log-view-diff-common): Call backend command `previous-revision'
3394         to find out the previous revision, in both cases.  Swap the
3395         variables `to' and `fr', so that `fr' usually refers to the
3396         earlier revision (Bug#14989).
3398 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
3400         * ibuf-ext.el (ibuffer-filter-by-filename):
3401         Make it work with dired buffers too.
3403 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
3405         * emacs-lisp/re-builder.el (reb-color-display-p):
3406         * files.el (save-buffers-kill-terminal):
3407         * net/browse-url.el (browse-url):
3408         * server.el (server-save-buffers-kill-terminal):
3409         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3410         Prefer nil to selected-frame for the first arg of frame-parameter.
3412 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
3414         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3416 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
3418         * minibuffer.el (completion--twq-all): Try and preserve each
3419         completion's case choice (bug#14907).
3421 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423         * net/network-stream.el (open-network-stream): Mention the new
3424         :nogreeting parameter.
3425         (network-stream-open-starttls): Use the :nogreeting parameter
3426         (bug#14938).
3428         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3430         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3431         more natural than popping.
3433         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
3434         (shr-urlify): Highlight under mouse.
3436 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
3438         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3440         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3442         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
3443         buffer for output.
3445         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
3446         point-min==1.  Fix search string.  Fix parentheses missing.
3448         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
3449         assume point-min==1.  Fix search string.  Fix parentheses missing.
3451         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3453         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
3454         buffer for output.
3456 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
3458         * frame.el (frame-notice-user-settings): Avoid inflooping when the
3459         initial frame is minibuffer-less.  (Bug#14841)
3461 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
3463         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3464         option.
3466         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3467         (tramp-maybe-open-connection): Use it.
3469 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
3471         * desktop.el (desktop--make-frame): Include `minibuffer' in the
3472         minimal set of parameters passed when creating a frame, because
3473         the minibuffer status of a frame cannot be changed later.
3475 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
3477         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3478         replace-regexp-in-string and inadvertent omissions in previous change.
3479         (todo-filter-items): Ensure only file names are comma-separated in
3480         name of filtered items buffer.
3482 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
3484         * desktop.el: Optionally force offscreen frames back onscreen.
3485         (desktop-restoring-reuses-frames): New option.
3486         (desktop--compute-pos, desktop--move-onscreen): New functions.
3487         (desktop--make-frame): Use desktop--move-onscreen.
3489 2013-07-27  Alan Mackenzie  <acm@muc.de>
3491         Fontify a Java generic method as a function.
3492         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3493         value to t.
3495 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
3497         * calendar/todo-mode.el: Add command to rename todo files.
3498         (todo-rename-file): New command.
3499         (todo-key-bindings-t): Add key binding for it.  Change the
3500         bindings of todo-filter-regexp-items(-multifile) to use `x'
3501         instead of `r', since the latter is better suited to the new
3502         renaming command.
3504 2013-07-27  Alan Mackenzie  <acm@muc.de>
3506         Make Java try-with-resources statement parse properly.
3507         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3508         (c-block-stmt-1-2-key): New language constants/variables.
3509         * progmodes/cc-engine.el (c-beginning-of-statement-1)
3510         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3511         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
3512         with c-block-stmt-1-2-key.
3514 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
3516         * desktop.el (desktop--make-frame): Apply most frame parameters after
3517         creating the frame to force (partially or totally) offscreen frames to
3518         be restored as such.
3520 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
3522         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3523         (Bug#14948)
3525 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3528         `base' arg of backtrace-frame.
3530 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
3532         * simple.el (list-processes): Doc fix.
3534 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
3536         * desktop.el (desktop--select-frame):
3537         Try harder to reuse existing frames.
3539 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3541         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3542         (edebug-eval): Use backtrace-eval.
3543         (edebug--display, edebug--recursive-edit): Don't let-bind the
3544         edebug-outer-* vars that keep track of variables we locally let-bind.
3545         (edebug-outside-excursion): Don't restore outside values of locally
3546         let-bound vars.
3547         (edebug--display): Use user-error.
3548         (cl-lexical-debug, cl-debug-env): Remove.
3550 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
3552         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3553         are restored to be sure that they are visible before deleting any
3554         remaining ones.
3556 2013-07-26  Matthias Meulien  <orontee@gmail.com>
3558         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3559         vc-print-root-log.  (Bug#14948)
3561 2013-07-26  Richard Stallman  <rms@gnu.org>
3563         Add aliases for encrypting mail.
3564         * epa.el (epa-mail-aliases): New option.
3565         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3566         Bind inhibit-read-only so read-only text doesn't ruin everything.
3567         (epa-mail-default-recipients): New subroutine broken out.
3568         Handle epa-mail-aliases.
3570 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         Add support for lexical variables to the debugger's `e' command.
3573         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3574         vars, except for debugger-outer-match-data.
3575         (debugger-frame-number): Move check for "on a function call" from
3576         callers into it.  Add `skip-base' argument.
3577         (debugger-frame, debugger-frame-clear): Simplify accordingly.
3578         (debugger-env-macro): Only reset the state stored in non-variables,
3579         i.e. current-buffer and match-data.
3580         (debugger-eval-expression): Rewrite using backtrace-eval.
3581         * subr.el (internal--called-interactively-p--get-frame): Remove.
3582         (called-interactively-p):
3583         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3584         `base' arg of backtrace-frame instead.
3586 2013-07-26  Glenn Morris  <rgm@gnu.org>
3588         * align.el (align-regexp): Doc fix.  (Bug#14857)
3589         (align-region): Explicit error if subexpression missing/does not match.
3591         * simple.el (global-visual-line-mode):
3592         Do not duplicate the mode lighter.  (Bug#14858)
3594 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
3596         * window.el (display-buffer): In display-buffer bind
3597         split-window-keep-point to t, bug#14829.
3599 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
3601         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3602         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3603         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3604         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3605         Change accordingly.
3606         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3607         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3609 2013-07-25  Glenn Morris  <rgm@gnu.org>
3611         * dired-x.el (dired-mark-extension): Convert comment to doc string.
3613 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
3615         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3616         parameter to modify-frame-parameters if the value has not changed;
3617         this is a workaround for bug#14949.
3618         (desktop--make-frame): On cl-delete-if call, check parameter name,
3619         not full parameter.
3621 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
3623         * vc/vc.el (vc-ignore): New function.
3625         * vc/vc-svn.el (vc-svn-ignore): New function.
3627         * vc/vc-hg.el (vc-hg-ignore): New function.
3629         * vc/vc-git.el (vc-git-ignore): New function.
3631         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3632         (vc-dir-ignore): New function.
3634         * vc/vc-cvs.el (vc-cvs-ignore): New function.
3635         (cvs-append-to-ignore): Move here from pcvs.el.
3637         * vc/vc-bzr.el (vc-bzr-ignore): New function.
3639         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3641 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
3643         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3644         (desktop-restore-frames): Warn when deleting an existing frame failed.
3646 2013-07-24  Glenn Morris  <rgm@gnu.org>
3648         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
3650 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
3652         * filenotify.el (file-notify-supported-p):
3653         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3654         Remove functions.
3656         * autorevert.el (auto-revert-use-notify):
3657         (auto-revert-notify-add-watch):
3658         * net/tramp.el (tramp-file-name-for-operation):
3659         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3660         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3661         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3662         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3663         Remove `file-notify-supported-p' entry.
3665 2013-07-24  Glenn Morris  <rgm@gnu.org>
3667         * printing.el: Replace all uses of deleted ps-windows-system,
3668         ps-lp-system, ps-flatten-list with lpr- versions.
3670 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3672         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3673         checked with memq (bug#14935).
3675         * files.el (revert-buffer-function): Use a non-nil default.
3676         (revert-buffer-preserve-modes): Declare var to
3677         provide access to the `preserve-modes' argument.
3678         (revert-buffer): Let-bind it.
3679         (revert-buffer--default): New function, extracted from revert-buffer.
3681 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3683         * lpr.el: Signal print errors more prominently.
3684         (print-region-function): Don't default to nil.
3685         (lpr-print-region): New function, extracted from print-region-1.
3686         Check lpr's return value and signal an error in case of problem.
3687         (print-region-1): Use it.
3688         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
3689         versions instead.
3690         (ps-printer-name): Default to nil.
3691         (ps-printer-name-option): Default to lpr-printer-switch.
3692         (ps-print-region-function): Don't default to nil.
3693         (ps-postscript-code-directory): Simplify default.
3694         (ps-do-despool): Use lpr-print-region to properly check the outcome.
3695         (ps-string-list, ps-eval-switch, ps-flatten-list)
3696         (ps-flatten-list-1): Remove.
3697         (ps-multibyte-buffer): Avoid setq.
3698         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3699         (print-region-function, ps-print-region-function): Don't set them here.
3701 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
3703         * ido.el (ido-fractionp):
3704         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3705         (ido-max-file-prompt-width, ido-unc-hosts-cache)
3706         (ido-max-directory-size, ido-max-dir-file-cache)
3707         (ido-decorations): Doc fix.
3709         * ansi-color.el: Fix old URL.
3711 2013-07-23  Michael R. Mauger  <michael@mauger.com>
3713         * progmodes/sql.el: Version 3.3
3714         (sql-product-alist): Improve oracle :prompt-cont-regexp.
3715         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3716         (sql-interactive-remove-continuation-prompt): Rewrite, use
3717         functions above.  Fix continuation prompt and complete output line
3718         handling.
3719         (sql-redirect-one, sql-execute): Use `read-only-mode' on
3720         redirected output buffer.
3721         (sql-mode): Restore deleted code (Bug#13591).
3723 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
3725         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3727 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
3729         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3731         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3732         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3733         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3735 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
3737         * desktop.el (desktop-clear): Simplify; remove useless checks
3738         against invalid buffer names.
3739         (desktop-list*): Use cl-list*.
3740         (desktop-buffer-info, desktop-create-buffer): Simplify.
3742 2013-07-23  Leo Liu  <sdl.web@gmail.com>
3744         * bookmark.el (bookmark-make-record): Restore NAME as a default
3745         value.  (Bug#14933)
3747 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3749         * emacs-lisp/autoload.el (autoload--setup-output): New function,
3750         extracted from autoload--insert-text.
3751         (autoload--insert-text): Remove.
3752         (autoload--print-cookie-text): New function, extracted from
3753         autoload--insert-cookie-text.
3754         (autoload--insert-cookie-text): Remove.
3755         (autoload-generate-file-autoloads): Adjust calls accordingly.
3757         * winner.el (winner-hook-installed-p): Remove.
3758         (winner-mode): Simplify accordingly.
3760         * subr.el (add-to-list): Fix compiler-macro when `append' is
3761         not constant.  Don't use `cl-member' for the base case.
3763         * progmodes/subword.el: Fix boundary case (bug#13758).
3764         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
3765         own group.
3766         (subword-backward-regexp): Make it a constant.
3767         (subword-forward-internal): Don't treat a trailing capital as the
3768         beginning of a word.
3770 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
3772         * emacs-lisp/package.el (package-menu-mode): Don't modify the
3773         global value of tabulated-list-revert-hook (bug#14930).
3775 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
3777         * desktop.el: Require 'cl-lib.
3778         (desktop-before-saving-frames-functions): New hook.
3779         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3780         for frames being saved.  Rename from desktop--save-minibuffer-frames.
3781         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3782         Do not save frames with non-nil `desktop-dont-save' parameter.
3783         Filter out deleted frames.
3784         (desktop--find-frame): Use cl-find-if.
3785         (desktop--select-frame): Use cl-(first|second|third) to access values
3786         of desktop-mini.
3787         (desktop--make-frame): Use cl-delete-if.
3788         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3789         (desktop-restore-frames): Use cl-(first|second|third) to access values
3790         of desktop-mini.  Look for visible frame at the end, not while
3791         restoring frames.
3793         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3794         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3795         Use string-match-p, looking-at-p (bug#14927).
3797 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
3799         * desktop.el (desktop-saved-frame-states):
3800         Rename from desktop--saved-states; all users changed.
3801         (desktop-save-frames): Rename from desktop--save-frames.
3802         Do not save state to desktop file.
3803         (desktop-save): Save desktop-saved-frame-states to desktop file
3804         and reset to nil.
3805         (desktop-restoring-frames-p): New function.
3806         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
3807         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
3808         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
3810         * desktop.el: Correctly restore iconified frames.
3811         (desktop--filter-iconified-position): New function.
3812         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3814 2013-07-20  Glenn Morris  <rgm@gnu.org>
3816         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3817         Let `message' do the formatting.
3818         (def-gdb-preempt-display-buffer): Add explicit format.
3820         * image-dired.el (image-dired-track-original-file):
3821         Use with-current-buffer.
3822         (image-dired-track-thumbnail): Use with-current-buffer.
3823         Avoid changing point of wrong window.
3825         * image-dired.el (image-dired-track-original-file):
3826         Avoid changing point of wrong window.  (Bug#14909)
3828 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
3830         * progmodes/gdb-mi.el (gdb-done-or-error):
3831         Guard against "%" in gdb output.  (Bug#14127)
3833 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
3835         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3836         (Bug#14826)
3838         * international/mule.el (coding-system-iso-2022-flags): Fix last
3839         change.
3841 2013-07-20  Kenichi Handa  <handa@gnu.org>
3843         * international/mule.el (coding-system-iso-2022-flags):
3844         Add `8-bit-level-4'.  (Bug#8522)
3846 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848         * net/shr.el (shr-mouse-browse-url): New command and keystroke
3849         (bug#14815).
3851         * net/eww.el (eww-process-text-input): Allow inputting when the
3852         point is at the start of the line, as the properties aren't
3853         front-sticky.
3855         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3856         degenerate widths.
3858 2013-07-19  Richard Stallman  <rms@gnu.org>
3860         * epa.el (epa-popup-info-window): Doc fix.
3862         * subr.el (split-string): New arg TRIM.
3864 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
3866         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3867         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3869 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
3871         * filenotify.el (file-notify--library): Rename from
3872         `file-notify-support'.  Do not autoload.  Adapt all uses.
3873         (file-notify-supported-p): New defun.
3875         * autorevert.el (auto-revert-use-notify):
3876         Use `file-notify-supported-p' instead of `file-notify-support'.
3877         Adapt docstring.
3878         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3880         * net/tramp.el (tramp-file-name-for-operation):
3881         Add `file-notify-supported-p'.
3883         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3884         New defun.
3885         (tramp-sh-file-name-handler-alist): Add it as handler for
3886         `file-notify-supported-p '.
3888         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3889         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3890         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3891         Add `ignore' as handler for `file-notify-*' functions.
3893 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
3895         * simple.el (line-move-partial, line-move): Don't start vscroll or
3896         scroll-up if the current line is not taller than the window.
3897         (Bug#14881)
3899 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
3901         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3902         highlight question marks in the method names as strings.
3903         (ruby-block-beg-keywords): Inline.
3904         (ruby-font-lock-keyword-beg-re): Extract from
3905         `ruby-font-lock-keywords'.
3907 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
3909         * frame.el (blink-cursor-blinks): New defcustom.
3910         (blink-cursor-blinks-done): New defvar.
3911         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3912         (blink-cursor-timer-function): Check if number of blinks has been
3913         done on X and NS.
3914         (blink-cursor-suspend, blink-cursor-check): New defuns.
3916 2013-07-15  Glenn Morris  <rgm@gnu.org>
3918         * edmacro.el (edmacro-format-keys): Fix previous change.
3920 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
3922         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3923         The hack didn't work outside English locales anyway.
3925 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
3927         * simple.el (define-alternatives): Rename from alternatives-define,
3928         per RMS' suggestion.
3930 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
3932         * desktop.el (desktop-restore-frames): Change default to t.
3933         (desktop-restore-in-current-display): Now offer more options.
3934         (desktop-restoring-reuses-frames): New customization option.
3935         (desktop--saved-states): Doc fix.
3936         (desktop-filter-parameters-alist): New variable, renamed and expanded
3937         from desktop--excluded-frame-parameters.
3938         (desktop--target-display): New variable.
3939         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3940         (desktop--filter-tty*, desktop--filter-*-color)
3941         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3942         (desktop--filter-save-desktop-parm)
3943         (desktop-restore-in-original-display-p): New functions.
3944         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3945         (desktop--save-minibuffer-frames): New function, inspired by a similar
3946         function from Martin Rudalics.
3947         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3948         (desktop--restore-in-this-display-p): Remove.
3949         (desktop--find-frame): Rename from desktop--find-frame-in-display
3950         and add predicate argument.
3951         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3952         (desktop--reuse-list): New variable.
3953         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3954         New functions.
3955         (desktop--restore-frames): Add support for "minibuffer-special" frames.
3957 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
3959         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3961 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
3963         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3964         Highlight conversion methods on Kernel.
3966 2013-07-13  Alan Mackenzie  <acm@muc.de>
3968         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3969         and comment it out.  This out-commenting enables certain C++
3970         declarations to be parsed correctly.
3972 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
3974         * international/mule.el (define-coding-system): Doc fix.
3976         * simple.el (default-font-height): Don't call font-info if the
3977         frame's default font didn't change since the frame was created.
3978         (Bug#14838)
3980 2013-07-13  Leo Liu  <sdl.web@gmail.com>
3982         * ido.el (ido-read-file-name): Guard against non-symbol value.
3984 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3986         * progmodes/python.el (python-imenu--build-tree): Fix corner case
3987         in nested defuns.
3989 2013-07-13  Leo Liu  <sdl.web@gmail.com>
3991         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3992         ido-set-matches call.  (Bug#6852)
3994 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
3996         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3997         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3998         Ruby 2.0.
3999         (ruby-font-lock-keywords): Distinguish calls to functions with
4000         module-like names from module references.  Highlight character
4001         literals.
4003 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
4005         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4006         (gdb-send): Handle continued commands.  (Bug#14847)
4008 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
4010         * desktop.el (desktop--v2s): Remove unused local variable.
4011         (desktop-save-buffer): Make defvar-local; adjust docstring.
4012         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4013         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4015 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4017         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4019 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
4021         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4022         (Bug#14842)
4024 2013-07-12  Glenn Morris  <rgm@gnu.org>
4026         * doc-view.el: Require cl-lib at runtime too.
4027         (doc-view-remove-if): Remove.
4028         (doc-view-search-next-match, doc-view-search-previous-match):
4029         Use cl-remove-if.
4031         * edmacro.el: Require cl-lib at runtime too.
4032         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4033         (edmacro-mismatch, edmacro-subseq): Remove.
4035         * shadowfile.el: Require cl-lib.
4036         (shadow-remove-if): Remove.
4037         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4038         Use cl-remove-if.
4040         * wid-edit.el: Require cl-lib.
4041         (widget-choose): Use cl-remove-if.
4042         (widget-remove-if): Remove.
4044         * progmodes/ebrowse.el: Require cl-lib at runtime too.
4045         (ebrowse-delete-if-not): Remove.
4046         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4047         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4048         Use cl-delete-if-not.
4050 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
4052         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4053         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4055 2013-07-12  Leo Liu  <sdl.web@gmail.com>
4057         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
4059 2013-07-11  Glenn Morris  <rgm@gnu.org>
4061         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4062         (edebug-gensym-index, edebug-gensym):
4063         Remove reimplementation of cl-gensym.
4064         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4066         * thumbs.el: Require cl-lib at run-time too.
4067         (thumbs-gensym-counter, thumbs-gensym):
4068         Remove reimplementation of cl-gensym.
4069         (thumbs-temp-file): Use cl-gensym.
4071         * emacs-lisp/ert.el: Require cl-lib at runtime too.
4072         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4073         (ert--intersection, ert--set-difference, ert--set-difference-eq)
4074         (ert--union, ert--gensym-counter, ert--gensym-counter)
4075         (ert--coerce-to-vector, ert--remove*, ert--string-position)
4076         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4077         (ert-make-test-unbound, ert--expand-should-1)
4078         (ert--expand-should, ert--should-error-handle-error)
4079         (should-error, ert--explain-equal-rec)
4080         (ert--plist-difference-explanation, ert-select-tests)
4081         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4082         Use cl-lib functions rather than reimplementations.
4084 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
4086         * net/tramp.el (tramp-methods): Extend docstring.
4087         (tramp-connection-timeout): New defcustom.
4088         (tramp-error-with-buffer): Reset timestamp only when appropriate.
4089         (with-tramp-progress-reporter): Simplify.
4090         (tramp-process-actions): Improve messages.
4092         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4093         * net/tramp-sh.el (tramp-maybe-open-connection):
4094         Use `tramp-connection-timeout'.
4095         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4096         (Bug#14808)
4098 2013-07-11  Leo Liu  <sdl.web@gmail.com>
4100         * ido.el (ido-read-file-name): Conform to the requirements of
4101         read-file-name.  (Bug#11861)
4102         (ido-read-directory-name): Conform to the requirements of
4103         read-directory-name.
4105 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
4107         * subr.el (delay-warning): New function.
4109 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
4111         * simple.el (default-line-height): New function.
4112         (line-move-partial, line-move): Use it instead of computing the
4113         line height inline.
4114         (line-move-partial): Always compute ROWH.  If the last line is
4115         partially-visible, but its text is completely visible, allow
4116         cursor to enter such a partially-visible line.
4118 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
4120         Improve error messages.  (Bug#14808)
4122         * net/tramp.el (tramp-current-connection): New defvar, moved from
4123         tramp-sh.el.
4124         (tramp-message-show-progress-reporter-message): Remove, not
4125         needed anymore.
4126         (tramp-error-with-buffer): Show message in minibuffer.
4127         Discard input before waiting.  Reset connection timestamp.
4128         (with-tramp-progress-reporter): Improve messages.
4129         (tramp-process-actions): Use progress reporter.  Delete process in
4130         case of error.  Improve messages.
4132         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4133         Call `tramp-error-with-buffer' with vector and buffer.
4134         (tramp-current-connection): Remove.
4135         (tramp-maybe-open-connection): The car of
4136         `tramp-current-connection' are the first 3 slots of the vector.
4138 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
4140         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4141         inside continued strings.
4143 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
4145         Timestamp fixes for undo (Bug#14824).
4146         * files.el (clear-visited-file-modtime): Move here from fileio.c.
4148 2013-07-10  Leo Liu  <sdl.web@gmail.com>
4150         * files.el (require-final-newline): Allow safe local value.
4151         (Bug#14834)
4153 2013-07-09  Leo Liu  <sdl.web@gmail.com>
4155         * ido.el (ido-read-directory-name): Handle fallback.
4156         (ido-read-file-name): Update DIR to ido-current-directory.
4157         (Bug#1516)
4158         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
4160 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
4162         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4163         "autoload".  Remove "warn lower camel case" section, previously
4164         commented out.  Highlight negation char.  Do not highlight the
4165         target in singleton method definitions.
4167 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * faces.el (tty-setup-hook): Declare the hook.
4171         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4172         and detect when a guard/pred depends on local vars (bug#14773).
4173         (pcase--u1): Adjust caller.
4175 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
4177         * simple.el (line-move-partial, line-move): Account for
4178         line-spacing.
4179         (line-move-partial): Avoid setting vscroll when the last
4180         partially-visible line in window is of default height.
4182 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4185         been used a while.
4187 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
4189         * subr.el (read-quoted-char): Remove unused local variable `char'.
4191 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4193         * ediff.el (ediff-version): Version update.
4194         (ediff-files-command, ediff3-files-command, ediff-merge-command)
4195         (ediff-merge-with-ancestor-command, ediff-directories-command)
4196         (ediff-directories3-command, ediff-merge-directories-command)
4197         (ediff-merge-directories-with-ancestor-command): New functions.
4198         All are command-line interfaces to ediff: to facilitate calling
4199         Emacs with the appropriate ediff functions invoked.
4201         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4202         (viper-save-kill-buffer): Check if buffer is modified.
4204         * viper.el (viper-version): Version update.
4205         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4207 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4210         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4211         (viper-intercept-ESC-key): Simplify.
4212         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4213         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4214         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4215         (viper-setup-ESC-to-escape): New functions.
4216         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4217         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
4219 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
4221         * simple.el (default-font-height, window-screen-lines):
4222         New functions.
4223         (line-move, line-move-partial): Use them instead of
4224         frame-char-height and window-text-height.  This makes scrolling
4225         text smoother when the buffer's default face uses a font that is
4226         different from the frame's default font.
4228 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
4230         * files.el (write-file): Do not display confirm dialog for NS,
4231         it does its own dialog, which can't be cancelled (Bug#14578).
4233 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
4235         * simple.el (line-move-partial): Adjust the row returned by
4236         posn-at-point for the current window-vscroll.  (Bug#14567)
4238 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
4240         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4241         (tramp-sh-file-inotifywait-process-filter): Handle file names with
4242         spaces.
4244 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
4246         * window.el (window-state-put-stale-windows): New variable.
4247         (window--state-put-2): Save list of windows without matching buffer.
4248         (window-state-put): Remove "bufferless" windows if possible.
4250 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
4252         * simple.el (alternatives-define): Remove leftover :group keyword.
4253         Tweak docstring.
4255 2013-07-06  Leo Liu  <sdl.web@gmail.com>
4257         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4258         (ido-enable-virtual-buffers): New variable.
4259         (ido-buffer-internal, ido-toggle-virtual-buffers)
4260         (ido-make-buffer-list): Use it.
4261         (ido-exhibit): Support turning on and off virtual buffers
4262         automatically.
4264 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
4266         * simple.el (alternatives-define): New macro.
4268 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4270         * subr.el (read-quoted-char): Use read-key.
4271         (sit-for): Let read-event decode tty input (bug#14782).
4273 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
4275         * calendar/todo-mode.el: Add handling of file deletion, both by
4276         mode command and externally.  Fix various related bugs.
4277         Clarify Commentary and improve some documentation strings and code.
4278         (todo-delete-file): New command.
4279         (todo-check-file): New function.
4280         (todo-show): Handle external deletion of the file we're trying to
4281         show (bug#14688).  Replace called-interactively-p by an optional
4282         prefix argument to avoid problematic interaction with catch form
4283         when byte compiled (bug#14702).
4284         (todo-quit): Handle external deletion of the archive's todo file.
4285         Make sure the buffer that was visiting the archive file is still
4286         live before trying to bury it.
4287         (todo-category-completions): Handle external deletion of any
4288         category completion files.
4289         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4290         of todo files, in case of external deletion.
4291         (todo-add-file): Replace unnecessary setq by let-binding.
4292         (todo-find-archive): Check whether there are any archives.
4293         Replace unnecessary setq by let-binding.
4294         (todo-archive-done-item): Use find-file-noselect to get the
4295         archive buffer whether or not the archive already exists.
4296         Remove superfluous code.  Use file size instead of buffer-file-name to
4297         check if the archive is new; if it is, update list of archives.
4298         (todo-default-todo-file): Allow nil to be a valid value for when
4299         there are no todo files.
4300         (todo-reevaluate-default-file-defcustom): Use corrected definition
4301         of todo-default-todo-file.
4302         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4303         (todo-delete-category, todo-show-categories-table)
4304         (todo-category-number): Clarify comment.
4305         (todo-filter-items): Clarify documentation string.
4306         (todo-show-current-file, todo-display-as-todo-file)
4307         (todo-reset-and-enable-done-separator): Tweak documentation string.
4308         (todo-done-separator): Make separator length window-width, since
4309         bug#2749 is now fixed.
4311 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
4313         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4314         Support both "gvfs-monitor-dir" and "inotifywait".
4315         (tramp-sh-file-inotifywait-process-filter): Rename from
4316         `tramp-sh-file-notify-process-filter'.
4317         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4318         (tramp-get-remote-gvfs-monitor-dir): New defuns.
4320 2013-07-05  Leo Liu  <sdl.web@gmail.com>
4322         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4324 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4326         * frame.el (display-pixel-height, display-pixel-width)
4327         (display-mm-height, display-mm-width): Mention behavior on
4328         multi-monitor setups in docstrings.
4329         (w32-display-monitor-attributes-list): Declare function.
4330         (display-monitor-attributes-list): Use it.
4332 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
4334         * filenotify.el: New package.
4336         * autorevert.el (top): Require filenotify.el.
4337         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
4338         instead.
4339         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4340         (auto-revert-notify-handler): Use `file-notify-*' functions.
4342         * subr.el (file-notify-handle-event): Move function to filenotify.el.
4344         * net/tramp.el (tramp-file-name-for-operation):
4345         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
4347         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4348         for `file-notify-add-watch' and `file-notify-rm-watch'.
4349         (tramp-process-sentinel): Improve trace.
4350         (tramp-sh-handle-file-notify-add-watch)
4351         (tramp-sh-file-notify-process-filter)
4352         (tramp-sh-handle-file-notify-rm-watch)
4353         (tramp-get-remote-inotifywait): New defuns.
4355 2013-07-03  Juri Linkov  <juri@jurta.org>
4357         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4358         call of `occur-read-primary-args' to interactive spec.
4360         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4361         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
4363 2013-07-03  Matthias Meulien  <orontee@gmail.com>
4365         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4366         `Buffer-menu-multi-occur'.  Add it to the menu.
4367         (Buffer-menu-mode): Document it in docstring.
4368         (Buffer-menu-multi-occur): New command.  (Bug#14673)
4370 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
4372         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4373         keywords and built-ins.
4375 2013-07-03  Glenn Morris  <rgm@gnu.org>
4377         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
4379         Make info-xref checks case-sensitive by default
4380         * info.el (Info-find-node, Info-find-in-tag-table)
4381         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4382         Add option for exact case matching of nodes.
4383         * info-xref.el (info-xref): New custom group.
4384         (info-xref-case-fold): New option.
4385         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4387 2013-07-03  Leo Liu  <sdl.web@gmail.com>
4389         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4391 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
4393         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4394         middle of block statement initially, lower the depth.  Remove
4395         FIXME comment, not longer valid.  Remove middle of block statement
4396         detection, no need to do that anymore since we've been using
4397         `ruby-parse-region' here.
4399 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
4401         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4403 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4407 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
4409         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4410         (desktop-restore-in-current-display): New customization option.
4411         (desktop--excluded-frame-parameters): Add `font'.
4412         (desktop--save-frames): Rename from desktop--save-windows.
4413         (desktop--restore-in-this-display-p): New function.
4414         (desktop--make-full-frame): Remove unwanted width/height from
4415         full(width|height) frames.
4416         (desktop--restore-frames): Rename from desktop--restore-windows.
4417         Obey desktop-restore-current-display.  Do not delete old frames or
4418         select a new frame unless we were able to restore at least one frame.
4420 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
4422         * files.el (find-file-noselect): Simplify conditional expression.
4424         * remember.el (remember-append-to-file):
4425         Don't mix `find-buffer-visiting' and `get-file-buffer'.
4427         Add `remember-notes' function to store random notes across Emacs
4428         restarts.
4429         * remember.el (remember-data-file): Add :set callback to affect
4430         notes buffer (if any).
4431         (remember-notes): New command.
4432         (remember-notes-buffer-name, bury-remember-notes-on-kill):
4433         New defcustoms for the `remember-notes' function.
4434         (remember-notes-save-and-bury-buffer): New command.
4435         (remember-notes-mode-map): New variable.
4436         (remember-mode): New minor mode.
4437         (remember-notes--kill-buffer-query): New function.
4438         * startup.el (initial-buffer-choice): Add notes to custom type.
4440 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
4442         * bindings.el (right-char, left-char): Don't call sit-for, this is
4443         no longer needed.  Use arithmetic comparison only for numerical
4444         arguments.
4446         * international/mule-cmds.el (select-safe-coding-system):
4447         Handle the case of FROM being a string correctly.  (Bug#14755)
4449 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451         * net/shr.el (shr-make-table-1): Add a sanity check that allows
4452         progression on degenerate tables.
4453         (shr-rescale-image): ImageMagick animated images currently don't work.
4455 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
4457         Some fixes and improvements for desktop frame restoration.
4458         It is still experimental and disabled by default.
4459         * desktop.el (desktop--save-windows): Put the selected frame at
4460         the head of the list.
4461         (desktop--make-full-frame): New function.
4462         (desktop--restore-windows): Try to re-select the frame that was
4463         selected upon saving.  Do not abort if some frames fail to restore,
4464         just show an error message and continue.  Set up maximized frames
4465         so they have default non-maximized dimensions.
4467 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
4469         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4470         Don't start heredoc inside a string or comment.
4472 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
4474         * bindings.el (visual-order-cursor-movement): New defcustom.
4475         (right-char, left-char): Provide visual-order cursor motion by
4476         calling move-point-visually.  Update the doc strings.
4478 2013-06-28  Kenichi Handa  <handa@gnu.org>
4480         * international/mule.el (define-coding-system): New coding system
4481         properties :inhibit-null-byte-detection,
4482         :inhibit-iso-escape-detection, and :prefer-utf-8.
4483         (set-buffer-file-coding-system): If :charset-list property of
4484         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4485         appropriate for setting.
4487         * international/mule-cmds.el (select-safe-coding-system):
4488         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4489         multibyte characters, return utf-8 (or one of its siblings).
4491         * international/mule-conf.el (prefer-utf-8): New coding system.
4492         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4493         files.
4495 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
4497         * net/shr.el (shr-render-region): New function.
4499         * net/eww.el: Autoload `eww-browse-url'.
4501 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
4503         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4504         Adapt to `package-desc-version' being a list.
4505         Use `package--ac-desc-version' to retrieve version from a package
4506         archive element.
4508 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
4510         New experimental feature to save&restore window and frame setup.
4511         * desktop.el (desktop-save-windows): New defcustom.
4512         (desktop--saved-states): New var.
4513         (desktop--excluded-frame-parameters): New defconst.
4514         (desktop--filter-frame-parms, desktop--find-frame-in-display)
4515         (desktop--restore-windows, desktop--save-windows): New functions.
4516         (desktop-save): Call `desktop--save-windows'.
4517         (desktop-read): Call `desktop--restore-windows'.
4519 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521         * net/shr.el (add-face-text-property): Remove compat definition.
4523 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
4525         * info.el (Info-try-follow-nearest-node): Move search for footnote
4526         above search for node name to prevent missing a footnote (bug#14717).
4528 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
4530         * obsolete/otodo-mode.el: Add obsolescence info to file header.
4532 2013-06-27  Leo Liu  <sdl.web@gmail.com>
4534         * net/eww.el (eww-read-bookmarks): Check file size.
4536 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4539         advice--pending if newdef is nil or an autoload (bug#13820).
4540         (advice-mapc): New function.
4542 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4545         probably.
4546         (eww-mode-map): Add a menu bar.
4547         (eww-add-bookmark): New command.
4548         (eww-bookmark-mode): New mode and commands.
4549         (eww-add-bookmark): Remove newlines from the title.
4550         (eww-bookmark-browse): Don't bug out if it's the only window.
4552 2013-06-26  Glenn Morris  <rgm@gnu.org>
4554         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4555         (hfy-size): Handle ttys.  (Bug#14668)
4557         * info-xref.el: Update for Texinfo 5 change in *note format.
4558         (info-xref-node-re, info-xref-note-re): New constants.
4559         (info-xref-check-buffer): Use info-xref-note-re.
4561 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4563         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4565         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4566         nil terminate the loop (bug#14718).
4568 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570         * net/eww.el: Rework history traversal.  When going forward/back,
4571         put these actions into the history, too, so that they can be
4572         replayed.
4573         (eww-render): Move the history reset to the correct buffer.
4575 2013-06-25  Juri Linkov  <juri@jurta.org>
4577         * files-x.el (modify-dir-local-variable): Change the header comment
4578         in the file with directory local variables.  (Bug#14692)
4580         * files-x.el (read-file-local-variable-value): Add `default'.
4581         (Bug#14710)
4583 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585         * net/eww.el (eww-make-unique-file-name): Create a unique file
4586         name before saving to entering `y' accidentally asynchronously.
4588 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
4590         * net/eww.el (eww-download): New command and keystroke.
4592 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594         * net/eww.el (eww-copy-page-url): Change name of command.
4596         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4597         be more consistent with Info and dired.
4599         * net/eww.el (eww-mode-map): Ditto.
4601 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
4604         packages from archives.
4605         (package-archive-contents): Change format; include obsolete packages.
4606         (package-desc): Use `dir' to mark builtin packages.
4607         (package--from-builtin): Set the `dir' field to `builtin'.
4608         (generated-autoload-file, version-control): Declare.
4609         (package-compute-transaction): Change first arg and return value to be
4610         lists of package-descs.  Adjust to new package-archive-contents format.
4611         (package--add-to-archive-contents): Adjust to new
4612         package-archive-contents format.
4613         (package-download-transaction): Arg is now a list of package-descs.
4614         (package-install): If `pkg' is a package name, pass it as
4615         a requirement, so it is subject to the usual (e.g. disabled) checks.
4616         (describe-package): Accept package-desc as well.
4617         (describe-package-1): Describe a specific package-desc.  Add links to
4618         other package-descs for the same package name.
4619         (package-menu-describe-package): Pass the actual package-desc.
4620         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4621         works correctly.
4622         (package-desc-status): New function.
4623         (package-menu--refresh): New function, extracted
4624         from package-menu--generate.
4625         (package-menu--generate): Use it.
4626         (package-delete): Update package-alist.
4627         (package-menu-execute): Don't call package-initialize.
4629         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4630         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4631         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4632         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4633         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4634         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4636 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
4638         * window.el (window--state-get-1): Workaround for bug#14527.
4639         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4641 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643         * net/eww.el (eww-back-url): Implement the history by stashing all
4644         the data into a list.
4645         (eww-forward-url): Allow going forward in the history, too.
4647 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4650         for values and use read--expression for expressions (bug#14710).
4651         (read-file-local-variable): Avoid setq.
4652         (read-file-local-variable-mode): Use minor-mode-list.
4654 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4656         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4657         for DOI URLs.
4659 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4661         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4662         Update imenu-support when dialect changes.
4664 2013-06-25  Leo Liu  <sdl.web@gmail.com>
4666         * ido.el (ido-read-internal): Allow forward slash on windows.
4668 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670         * net/eww.el (eww): Start of strings is \\`, not ^.
4672 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
4674         * net/shr.el (shr-browse-url): Fix interactive spec.
4676         * net/eww.el (eww): Add a trailing slash to domain names.
4678 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
4680         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4682 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4684         * net/shr.el (shr-browse-url): Use an external browser if given a
4685         prefix.
4687         * net/eww.el (eww-external-browser): Move to shr.
4689 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
4691         * net/eww.el (eww): Work more correctly for file: URLs.
4692         (eww-detect-charset): Allow quoted charsets.
4693         (eww-yank-page-url): New command and keystroke.
4695 2013-06-24  Daiki Ueno  <ueno@gnu.org>
4697         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4698         file name of gpg executable.
4699         (epg-context-program): New function.
4700         (epg-context-home-directory): New function.
4701         (epg-context-set-program): New function.
4702         (epg-context-set-home-directory): New function.
4703         (epg--start): Use `epg-context-program' instead of
4704         'epg-gpg-program'.
4705         (epg--list-keys-1): Likewise.
4707 2013-06-24  Leo Liu  <sdl.web@gmail.com>
4709         * ido.el (ido-read-internal): Fix bug#14620.
4711 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
4713         * faces.el (face-documentation): Simplify.
4714         (read-face-attribute, tty-find-type, x-resolve-font-name):
4715         Use `string-match-p'.
4716         (list-faces-display): Use `string-match-p'.  Simplify.
4717         (face-spec-recalc): Check face to avoid face alias loops.
4718         (read-color): Use `string-match-p' and non-capturing parenthesis.
4720 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722         * net/shr.el (shr-rescale-image): Use the new
4723         :max-width/:max-height functionality.
4725 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
4727         * net/eww.el (eww-search-prefix): New variable.
4728         (eww): Use it.
4729         (eww-external-browser): New variable.
4730         (eww-mode-map): New keystroke.
4731         (eww-browse-with-external-browser): New command.
4733         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4735 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
4737         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4738         Don't skip aligning the next header field when padding is 0;
4739         otherwise, field width is not respected unless the title is as
4740         wide as the field.
4742 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * emacs-lisp/package.el (package-el-version): Remove.
4745         (package-process-define-package): Fix inf-loop.
4746         (package-install): Allow symbols as arguments again.
4748 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
4750         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4751         add some more keyword-like methods.
4752         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4754 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
4756         * bs.el (bs-buffer-show-mark): Make defvar-local.
4757         (bs-mode): Use setq-local.
4759         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4760         (emacs-lock--try-unlocking): Make defvar-local.
4762 2013-06-22  Glenn Morris  <rgm@gnu.org>
4764         * play/cookie1.el (cookie-apropos): Minor simplification.
4766         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4768 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
4770         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4771         `regexp-opt', it breaks the build during dumping.
4773 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
4775         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4776         Highlight keyword-like methods on Kernel and Module with
4777         font-lock-builtin-face.
4778         (auto-mode-alist): Consolidate different entries into one regexp
4779         and add more *file-s.
4781 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
4783         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4785         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4786         (diary-entry): Use it in the action of this button type instead of
4787         diary-goto-entry.
4789         * calendar/todo-mode.el: New version.
4790         (todo-add-category): Append new category to end of file and give
4791         it the highest number, instead of putting it at the beginning and
4792         giving it 0.  Incorporate noninteractive functionality.
4793         (todo-forward-category): Adapt to 1-based category numbering.
4794         Allow skipping over archived categories.
4795         (todo-backward-category): Derive from todo-forward-category.
4796         (todo-backward-item, todo-forward-item): Make noninteractive and
4797         delegate interactive part to new commands.  Make sensitive to done items.
4798         (todo-categories): Make value an alist of category names and
4799         vectors of item counts.
4800         (todo-category-beg): Make a defconst.
4801         (todo-category-number): Use 1 instead of 0 as initial value.
4802         (todo-category-select): Make sensitive to overlays, optional item
4803         highlighting and done items.
4804         (todo-delete-item): Make sensitive to overlays and marked and done items.
4805         (todo-edit-item): Make sensitive to overlays and editing of
4806         date/time header optional.  Add format checks.
4807         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
4808         no-op if point is not on an item.  Advertise using todo-edit-quit.
4809         (todo-edit-mode): Make sensitive to new format, font-locking, and
4810         multiple todo files.
4811         (todo-insert-item, todo-insert-item-here): Derive from
4812         todo-basic-insert-item and extend functionality.
4813         (todo-item-end, todo-item-start): Make sensitive to done items.
4814         (todo-item-string): Don't return text properties.  Restore point.
4815         (todo-jump-to-category): Make sensitive to multiple todo files and
4816         todo archives.  Use extended category completion.
4817         (todo-lower-item, todo-raise-item): Rename to *-priority and
4818         derive from todo-set-item-priority.
4819         (todo-mode): Derive from special-mode.  Make sensitive to new
4820         format, font-locking and multiple todo files.  Make read-only.
4821         (todo-mode-map): Don't suppress digit keys, so they can supply
4822         prefix arguments.  Add many new key bindings.
4823         (todo-prefix): Insert as an overlay instead of file text.
4824         Change semantics from diary date expression to purely visual mark.
4825         (todo-print): Rename to todo-print-buffer.  Make buffer display
4826         features printable.  Remove option to restrict number of items
4827         printed.  Add option to print to file.
4828         (todo-print-function): Rename to todo-print-buffer-function.
4829         (todo-quit): Extend to handle exiting new todo modes.
4830         (todo-remove-item): Make sensitive to overlays.
4831         (todo-save): Extend to buffers of filtered items.
4832         (todo-show): Make sensitive to done items, multiple todo files and
4833         new todo modes.  Offer to convert legacy todo file before creating
4834         first new todo file.
4835         (todo-show-priorities): Rename to todo-top-priorities.
4836         Change semantics of value 0.
4837         (todo-top-priorities): Rename to todo-filter-top-priorities,
4838         derive from todo-filter-items and extend functionality.
4839         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4840         and extend functionality to other types of filtered items.
4841         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4842         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4843         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4844         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4845         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4846         (todo-edit-mode-hook, todo-entry-prefix-function)
4847         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4848         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4849         (todo-initials, todo-insert-threshold, todo-item-string-start)
4850         (todo-line-string, todo-menu, todo-mode-hook)
4851         (todo-more-important-p, todo-previous-answer, todo-previous-line)
4852         (todo-print-priorities, todo-remove-separator)
4853         (todo-save-top-priorities-too, todo-string-count-lines)
4854         (todo-string-multiline-p, todo-time-string-format)
4855         (todo-tmp-buffer-name): Remove.
4856         (todo-add-file, todo-archive-done-item, todo-choose-archive)
4857         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4858         (todo-edit-category-diary-inclusion)
4859         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4860         (todo-edit-file, todo-edit-item-date-day)
4861         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4862         (todo-edit-item-date-month, todo-edit-item-date-to-today)
4863         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4864         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4865         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4866         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4867         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4868         (todo-filter-top-priorities-multifile, todo-find-archive)
4869         (todo-find-filtered-items-file, todo-go-to-source-item)
4870         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4871         (todo-jump-to-archive-category, todo-lower-category)
4872         (todo-mark-category, todo-marked-item-p, todo-merge-category)
4873         (todo-move-category, todo-move-item, todo-next-button)
4874         (todo-next-item, todo-padded-string, todo-powerset)
4875         (todo-previous-button, todo-previous-item)
4876         (todo-print-buffer-to-file, todo-raise-category)
4877         (todo-rename-category, todo-repair-categories-sexp, todo-search)
4878         (todo-set-category-number, todo-set-item-priority)
4879         (todo-set-top-priorities-in-category)
4880         (todo-set-top-priorities-in-file, todo-show-categories-table)
4881         (todo-sort-categories-alphabetically-or-numerically)
4882         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4883         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4884         (todo-toggle-item-header, todo-toggle-item-highlighting)
4885         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4886         (todo-toggle-view-done-items, todo-toggle-view-done-only)
4887         (todo-unarchive-items, todo-unmark-category): New commands.
4888         (todo-absolute-file-name, todo-add-to-buffer-list)
4889         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4890         (todo-basic-insert-item, todo-category-completions)
4891         (todo-category-number, todo-category-string-matcher-1)
4892         (todo-category-string-matcher-2, todo-check-filtered-items-file)
4893         (todo-check-format, todo-clear-matches)
4894         (todo-comment-string-matcher, todo-convert-legacy-date-time)
4895         (todo-current-category, todo-date-string-matcher)
4896         (todo-define-insertion-command, todo-diary-expired-matcher)
4897         (todo-diary-goto-entry, todo-diary-item-p)
4898         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4899         (todo-display-categories, todo-display-sorted, todo-done-item-p)
4900         (todo-done-item-section-p, todo-done-separator)
4901         (todo-done-string-matcher, todo-files, todo-filter-items)
4902         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4903         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4904         (todo-insert-category-line, todo-insert-item-from-calendar)
4905         (todo-insert-sort-button, todo-insert-with-overlays)
4906         (todo-insertion-command-name, todo-insertion-key-bindings)
4907         (todo-label-to-key, todo-longest-category-name-length)
4908         (todo-make-categories-list, todo-mode-external-set)
4909         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4910         (todo-modes-set-3, todo-multiple-filter-files)
4911         (todo-nondiary-marker-matcher, todo-prefix-overlays)
4912         (todo-read-category, todo-read-date, todo-read-dayname)
4913         (todo-read-file-name, todo-read-time)
4914         (todo-reevaluate-category-completions-files-defcustom)
4915         (todo-reevaluate-default-file-defcustom)
4916         (todo-reevaluate-filelist-defcustoms)
4917         (todo-reevaluate-filter-files-defcustom)
4918         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4919         (todo-reset-done-separator, todo-reset-done-separator-string)
4920         (todo-reset-done-string, todo-reset-global-current-todo-file)
4921         (todo-reset-highlight-item, todo-reset-nondiary-marker)
4922         (todo-reset-prefix, todo-set-categories)
4923         (todo-set-date-from-calendar, todo-set-show-current-file)
4924         (todo-set-top-priorities, todo-short-file-name)
4925         (todo-show-current-file, todo-sort, todo-time-string-matcher)
4926         (todo-total-item-counts, todo-update-buffer-list)
4927         (todo-update-categories-display, todo-update-categories-sexp)
4928         (todo-update-count, todo-validate-name, todo-y-or-n-p):
4929         New functions.
4930         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4931         New major modes.
4932         (todo-categories, todo-display, todo-edit, todo-faces)
4933         (todo-filtered): New defgroups.
4934         (todo-archived-only, todo-button, todo-category-string, todo-date)
4935         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4936         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4937         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4938         (todo-add-item-if-new-category, todo-always-add-time-string)
4939         (todo-categories-align, todo-categories-archived-label)
4940         (todo-categories-category-label, todo-categories-diary-label)
4941         (todo-categories-done-label, todo-categories-number-separator)
4942         (todo-categories-todo-label, todo-categories-totals-label)
4943         (todo-category-completions-files, todo-completion-ignore-case)
4944         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4945         (todo-done-separator-string, todo-done-string)
4946         (todo-files-function, todo-filter-done-items, todo-filter-files)
4947         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4948         (todo-initial-category, todo-initial-file, todo-item-mark)
4949         (todo-legacy-date-time-regexp, todo-mode-line-function)
4950         (todo-nondiary-marker, todo-number-prefix)
4951         (todo-print-buffer-function, todo-show-current-file)
4952         (todo-show-done-only, todo-show-first, todo-show-with-done)
4953         (todo-skip-archived-categories, todo-top-priorities-overrides)
4954         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4955         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4956         New defcustoms.
4957         (todo-category-done, todo-date-pattern, todo-date-string-start)
4958         (todo-diary-items-buffer, todo-done-string-start)
4959         (todo-filtered-items-buffer, todo-item-start)
4960         (todo-month-abbrev-array, todo-month-name-array)
4961         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4962         (todo-top-priorities-buffer): New defconsts.
4963         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4964         (todo-categories-with-marks, todo-category-string-face)
4965         (todo-comment-face, todo-comment-string, todo-current-todo-file)
4966         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4967         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4968         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4969         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4970         (todo-font-lock-keywords, todo-global-current-todo-file)
4971         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4972         (todo-insertion-commands-args)
4973         (todo-insertion-commands-args-genlist)
4974         (todo-insertion-commands-names, todo-insertion-map)
4975         (todo-key-bindings-t, todo-key-bindings-t+a)
4976         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4977         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4978         (todo-nondiary-face, todo-print-buffer, todo-time-face)
4979         (todo-visited): New variables.
4981 2013-06-21  Glenn Morris  <rgm@gnu.org>
4983         * play/cookie1.el (cookie-apropos): Add optional display argument.
4984         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4985         (psychoanalyze-pinhead): Use cookie-doctor.
4987 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
4989         * emacs-lisp/package.el (tar-get-file-descriptor)
4990         (tar--extract): Declare.
4992 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
4994         Extend flymake's warning predicate to be a function (bug#14217).
4995         * progmodes/flymake.el (flymake-warning-predicate): New.
4996         (flymake-parse-line): Use it.
4997         (flymake-warning-re): Make obsolete alias to
4998         `flymake-warning-predicate'.
5000 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * emacs-lisp/package.el (package-alist): Include obsolete packages.
5003         (package-obsolete-list): Remove.
5004         (package-activate): Remove min-version argument.  Add `force' argument.
5005         Adjust to new package-alist format.
5006         (package-mark-obsolete): Remove.
5007         (package-unpack): Force reload of the package's autoloads.
5008         (package-installed-p): Check builtins if the installed package is not
5009         recent enough.
5010         (package-initialize): Don't reset package-obsolete-list.
5011         Don't specify which package version to activate.
5012         (package-process-define-package, describe-package-1)
5013         (package-menu--generate): Adjust to new package-alist format.
5015 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
5017         * allout-widgets.el (allout-widgets-mode-off)
5018         (allout-widgets-mode-on, allout-widgets-pre-command-business)
5019         (allout-widgets-post-command-business)
5020         (allout-widgets-after-copy-or-kill-function)
5021         (allout-widgets-after-undo-function, allout-test-range-overlaps)
5022         (allout-decorate-item-and-context)
5023         (allout-graphics-modification-handler): Fix typos in docstrings.
5024         (allout-get-or-create-parent-widget): Use `looking-at-p'.
5026         * cmuscheme.el (scheme-start-file): Doc fix.
5027         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5028         (scheme-input-filter): Use `string-match-p'.
5030         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5032         * dired-x.el: Use Dired consistently in docstrings.
5034         * dired.el: Use Dired consistently in docstrings.
5035         (dired-readin, dired-mode): Use `setq-local'.
5036         (dired-switches-alist): Make defvar-local.
5037         (dired-buffers-for-dir): Use `zerop'.
5038         (dired-safe-switches-p, dired-switches-escape-p)
5039         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5040         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5041         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5042         (dired-goto-next-nontrivial-file): Use `string-match-p'.
5043         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5044         (dired-toggle-marks, dired-mark-files-containing-regexp)
5045         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5046         (dired-flag-auto-save-files, dired-flag-backup-files):
5047         Use `looking-at-p'.
5048         (dired-mark-files-regexp, dired-build-subdir-alist):
5049         Use `string-match-p', `looking-at-p'.
5051         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5052         (direct-print-region-helper): Use `string-match-p'.
5054 2013-06-21  Leo Liu  <sdl.web@gmail.com>
5056         * comint.el (comint-redirect-results-list-from-process):
5057         Fix infinite loop.
5059 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061         * net/eww.el (eww-update-header-line-format): Quote % characters.
5063 2013-06-21  Glenn Morris  <rgm@gnu.org>
5065         * play/cookie1.el (cookie): New custom group.
5066         (cookie-file): New option.
5067         (cookie-check-file): New function.
5068         (cookie): Make it interactive.  Make start and end messages optional.
5069         Interactively, display the result.  Default to cookie-file.
5070         (cookie-insert): Default to cookie-file.
5071         (cookie-snarf): Make start and end messages optional.
5072         Default to cookie-file.  Use with-temp-buffer.
5073         (cookie-read): Rename from read-cookie.
5074         Make start and end messages optional.  Default to cookie-file.
5075         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
5076         Do not autoload it.
5077         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5078         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5080 2013-06-21  Leo Liu  <sdl.web@gmail.com>
5082         * progmodes/octave.el (octave-mode): Backward compatibility fix.
5084 2013-06-21  Glenn Morris  <rgm@gnu.org>
5086         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5088 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5089             Daniel Hackney  <dan@haxney.org>
5091         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5092         Consolidate the single-file vs tarball code.
5093         (package-desc-suffix): New function.
5094         (package-desc-full-name): Don't bother inlining it.
5095         (package-load-descriptor): Return the new package-desc.
5096         (package-mark-obsolete): Remove unused arg `package'.
5097         (package-unpack): Make it work for single files as well.
5098         Make it update package-alist.
5099         (package--make-autoloads-and-stuff): Rename from
5100         package--make-autoloads-and-compile.  Don't compile any more.
5101         (package--compile): New function.
5102         (package-generate-description-file): New function, extracted from
5103         package-unpack-single.
5104         (package-unpack-single): Remove.
5105         (package--with-work-buffer): Add indentation and debugging info.
5106         (package-download-single): Remove.
5107         (package-install-from-archive): Rename from package-download-tar, make
5108         it take a pkg-desc, and make it work for single files as well.
5109         (package-download-transaction): Simplify.
5110         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
5111         external tar program.
5112         (package-install-from-buffer): Remove `pkg-desc' argument.
5113         Use package-tar-file-info for tar-mode buffers.
5114         (package-install-file): Simplify accordingly.
5115         (package-archive-base): Change to take a pkg-desc.
5116         * tar-mode.el (tar--check-descriptor): New function, extracted from
5117         tar-get-descriptor.
5118         (tar-get-descriptor): Use it.
5119         (tar-get-file-descriptor): New function.
5120         (tar--extract): New function, extracted from tar-extract.
5121         (tar--extract): Use it.
5122         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5123         case the summary uses non-ascii.  Adjust to new calling convention of
5124         package-tar-file-info.
5126 2013-06-21  Leo Liu  <sdl.web@gmail.com>
5128         * comint.el (comint-redirect-results-list-from-process):
5129         Fix random delay.  (Bug#14681)
5131 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
5133         * profiler.el (profiler-format-number): Use log, not log10.
5135 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
5137         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5139 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5141         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5142         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5143         yet available.
5144         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5145         (AUTOGENEL): ... here.
5146         * emacs-lisp/cl-macs.el (cl--sublis): New function.
5147         (cl--defsubst-expand): Use it.
5149 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5151         * subr.el (log10): Move here from C code, and declare as obsolete.
5152         All uses of (log10 X) replaced with (log X 10).
5154 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
5156         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5157         Declare with `defvar-local'.
5158         (tabulated-list-use-header-line, tabulated-list-entries)
5159         (tabulated-list-padding, tabulated-list-printer)
5160         (tabulated-list-sort-key): Declare with `defvar-local'.
5161         (tabulated-list-init-header, tabulated-list-print-fake-header):
5162         Use `setq-local'.
5164 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
5166         * arc-mode.el (archive-mode): Add `archive-write-file' to
5167         `write-contents-functions' also for remote files.  (Bug#14652)
5169 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
5171         * cus-edit.el (custom-commands): Fix typos.
5172         (custom-display): Fix tooltip text.
5173         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5174         Fix typos in docstrings.
5175         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5176         (custom-unlispify-menu-entry, custom-magic-value-create)
5177         (custom-add-see-also, custom-group-value-create): Use ?\s.
5178         (custom-guess-type, customize-apropos, editable-field)
5179         (custom-face-value-create): Use `string-match-p'.
5180         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5182         * custom.el (custom-load-symbol): Use `string-match-p'.
5184         * ansi-color.el: Convert to lexical binding.
5185         (ansi-colors): Fix URL.
5186         (ansi-color-context, ansi-color-context-region): Use defvar-local.
5187         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5188         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5190 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5194         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5196 2013-06-19  Tom Tromey  <tromey@redhat.com>
5198         * net/eww.el (eww-top-url): Remove.
5199         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5200         (eww-render): Set new variables.  Don't set eww-top-url.
5201         (eww-handle-link): Handle "prev", "home", and "contents".
5202         Downcase the rel text.
5203         (eww-top-url): Choose best top URL.
5205 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207         * net/eww.el: Rewrite to implement form elements "by hand" instead of
5208         relying in widget.el.  Using widget.el leads to too many
5209         user interface inconsistencies.
5210         (eww-self-insert): Implement entering commands in text fields.
5211         (eww-process-text-input): New function to make text input field editing
5212         work.
5213         (eww-submit): Rewrite to use the new-style form methods.
5214         (eww-select-display): Display the correct selected item.
5215         (eww-change-select): Implement changing the select value.
5216         (eww-toggle-checkbox): Implement radio/checkboxes.
5217         (eww-update-field): Fix compilation error.
5218         (eww-tag-textarea): Implement <textarea>.
5220         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5221         we don't shadow mode-specific bindings.
5223         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5224         nothing to push.
5226         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5228 2013-06-19  Glenn Morris  <rgm@gnu.org>
5230         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5232 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
5234         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5235         not needed.
5237         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5239 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241         * net/browse-url.el (browse-url-browser-function):
5242         `eww-browse-url' has the right calling signature, `eww' does not.
5244 2013-06-19  Glenn Morris  <rgm@gnu.org>
5246         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5247         Only eval autoloaded macros.
5248         (byte-compile-autoload): Only give the macro warning for macros.
5250         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5251         (ps-underlined-faces): Declare.
5253         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5254         (speedbar-add-supported-extension): Declare.
5256         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5257         Don't include a date stamp in the header of the generated file;
5258         it leads to needless differences between output files.
5260 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
5262         * net/secrets.el (secrets-struct-secret-content-type):
5263         Replace check of introspection data by a test call of "CreateItem".
5264         Some servers do not offer introspection.
5266 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5268         * electric.el (electric-pair-mode): Improve interaction with
5269         electric-layout-mode.
5270         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5271         (electric-pair-syntax): Use text-mode-syntax-table in comments
5272         and strings.
5273         (electric-pair--insert): New function.
5274         (electric-pair-post-self-insert-function): Use it and
5275         electric--after-char-pos.
5277 2013-06-19  Leo Liu  <sdl.web@gmail.com>
5279         * progmodes/octave.el (octave-help): Fix regexp.
5281 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5284         (shr-table-horizontal-line): Allow nil as a value, and change the
5285         default.
5286         (shr-insert-table-ruler): Respect the nil value.
5288 2013-06-18  Tom Tromey  <tromey@barimba>
5290         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5291         New defvars.
5292         (eww-open-file): New defun.
5293         (eww-render): Initialize new variables.
5294         (eww-display-html): Handle "link" and "a".
5295         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5296         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
5297         (eww-back-url): Rename from eww-previous-url.
5298         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5299         New defuns.
5301 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
5303         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5304         Distinguish ternary operator tokens from slash symbol and slash
5305         char literal.
5307 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
5309         Convert symbol prettification into minor mode and global minor mode.
5311         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5312         `prog-prettify-symbols', and make a local defvar instead of defcustom.
5313         (prettify-symbols--keywords): Rename from
5314         `prog-prettify-symbols-alist' and make a local defvar.
5315         (prettify-symbols--compose-symbol): Rename from
5316         `prog--prettify-font-lock-compose-symbol'.
5317         (prettify-symbols--make-keywords): Rename from
5318         `prog-prettify-font-lock-symbols-keywords' and simplify.
5319         (prog-prettify-install): Remove.
5320         (prettify-symbols-mode): New minor mode, based on
5321         `prog-prettify-install'.
5322         (turn-on-prettify-symbols-mode): New function.
5323         (global-prettify-symbols-mode): New globalized minor mode.
5325         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5326         * progmodes/cfengine.el (cfengine3-mode):
5327         * progmodes/perl-mode.el (perl-mode): Don't call
5328         `prog-prettify-install'; set `prettify-symbols-alist' instead.
5330 2013-06-18  Juri Linkov  <juri@jurta.org>
5332         * files-x.el (modify-file-local-variable-message): New function.
5333         (modify-file-local-variable)
5334         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5335         and call `modify-file-local-variable-message' when it's non-nil.
5336         (add-file-local-variable, delete-file-local-variable)
5337         (add-file-local-variable-prop-line)
5338         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5339         and use it.  (Bug#9820)
5341 2013-06-18  Juri Linkov  <juri@jurta.org>
5343         * emulation/vi.el (vi-shell-op):
5344         * emulation/vip.el (vip-execute-com, ex-command):
5345         * emulation/viper-cmd.el (viper-exec-bang):
5346         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5347         the call of `shell-command-on-region'.  (Bug#14637)
5349         * simple.el (shell-command-on-region): Doc fix.
5351 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5353         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5354         (bug#14633).
5356 2013-06-18  Glenn Morris  <rgm@gnu.org>
5358         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5360         * newcomment.el (comment-search-forward, comment-search-backward):
5361         Doc fix.  (Bug#14376)
5363 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
5365         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5366         (buffer-face-mode-invoke): Doc fix.
5368 2013-06-18  Matthias Meulien  <orontee@gmail.com>
5370         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
5371         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
5373 2013-06-18  Glenn Morris  <rgm@gnu.org>
5375         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5376         Replace obsolete function generic-make-keywords with its expansion.
5378         * progmodes/python.el (ffap-alist): Declare.
5380         * textmodes/reftex.el (bibtex-mode-map): Declare.
5382 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5385         (package-unpack, package-unpack-single): Return the pkg-dir.
5386         (package-download-transaction): Use it to update package-alist.
5388 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5391         possible choice.
5393 2013-06-17  Juri Linkov  <juri@jurta.org>
5395         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5397 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
5399         * emacs-lisp/package.el (package-load-descriptor):
5400         Remove `with-syntax-table' call, `read' doesn't need it.
5401         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5403 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
5405         * startup.el (command-line): Expand package name returned by
5406         `package--description-file' (bug#14639).
5408 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
5410         * emacs-lisp/package.el (package-load-descriptor): Do not call
5411         `emacs-lisp-mode', just use its syntax table.
5413 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
5415         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5416         `font-lock-extra-managed-props' if any prettifying keyword is added.
5417         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5418         (prog-mode): Use `setq-local'.
5420 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * international/characters.el (standard-case-table): Set syntax of ?»
5423         and ?« to punctuation.
5425 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
5427         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5428         Save relevant match data before calling `syntax-ppss' (bug#14595).
5430 2013-06-15  Juri Linkov  <juri@jurta.org>
5432         * files-x.el (modify-file-local-variable-prop-line): Add local
5433         variables to the end of the existing comment on the first line.
5434         Use `file-auto-mode-skip' to skip interpreter magic line,
5435         and also skip XML declaration.
5437 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * startup.el (package--builtin-versions): New var.
5440         (package-subdirectory-regexp): Remove.
5441         (package--description-file): Hard code its value instead.
5443         * emacs-lisp/package.el: Don't activate packages older than builtin.
5444         (package-obsolete-list): Rename from package-obsolete-alist, and make
5445         it into a simple list of package-desc.
5446         (package-strip-version): Remove.
5447         (package-built-in-p): Use package--builtin-versions.
5448         (package-mark-obsolete): Simplify.
5449         (package-process-define-package): Mark it obsolete if older than the
5450         builtin version.
5451         (package-handle-response): Use line-end-position.
5452         (package-read-archive-contents, package--download-one-archive):
5453         Simplify.
5454         (package--add-to-archive-contents): Skip if older than the builtin or
5455         installed version.
5456         (package-menu-describe-package): Fix last change.
5457         (package-list-unversioned): New var.
5458         (package-menu--generate): Use it.
5460         * emacs-lisp/autoload.el: Manage package--builtin-versions.
5461         (autoload--insert-text, autoload--insert-cookie-text): New functions.
5462         (autoload-builtin-package-versions): New variable.
5463         (autoload-generate-file-autoloads): Use them.
5464         Remove the list of autoloaded functions/macros from the
5465         (autoload...) comments.
5467         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5469 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
5471         * simple.el (line-move-partial): Don't jump to the next screen
5472         line as soon as it becomes visible.  Instead, continue enlarging
5473         the vscroll until the portion of a tall screen line that's left on
5474         display is about the height of the frame's default font.
5475         (Bug#14567)
5477 2013-06-15  Glenn Morris  <rgm@gnu.org>
5479         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5480         compilation-error-regexp-alist void, or local while let-bound.
5482         * progmodes/make-mode.el (makefile-mode-syntax-table):
5483         Treat "=" as punctuation.  (Bug#14614)
5485 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
5487         * help-fns.el (describe-variable):
5488         Add extra line for permanent-local variables.
5490 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
5492         * progmodes/scheme.el (scheme-font-lock-keywords-2):
5493         Add export, import, library.  (Bug#9164)
5494         (library): Set indent function.
5496 2013-06-14  Glenn Morris  <rgm@gnu.org>
5498         * term/xterm.el (xterm--query):
5499         Stop after first matching handler.  (Bug#14615)
5501 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
5503         Add support for dired in saveplace.
5504         * dired.el (dired-initial-position-hook): New variable.
5505         (dired-initial-position): Call hook to place cursor position.
5506         * saveplace.el (save-place-to-alist): Add dired position.
5507         (save-place-dired-hook): New function.
5509 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5511         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5512         through a symbol rather than letrec.
5514         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
5515         (package-desc): Add `dir' field.
5516         (package-desc-full-name): New function.
5517         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
5518         (package-maybe-load-descriptor): Remove.
5519         (package-load-all-descriptors): Just call package-load-descriptor.
5520         (package--disabled-p): New function.
5521         (package-desc-vers, package-desc-doc): Remove aliases.
5522         (package--dir): Remove function.
5523         (package-activate): Check if a package is disabled.
5524         (package-process-define-package): New function, extracted from
5525         define-package.
5526         (define-package): Turn into a place holder.
5527         (package-unpack-single, package-tar-file-info):
5528         Use package--description-file.
5529         (package-compute-transaction): Use package--disabled-p.
5530         (package-download-transaction): Don't call
5531         package-maybe-load-descriptor since they're all loaded anyway.
5532         (package-install): Change argument to be a pkg-desc.
5533         (package-delete): Use a single pkg-desc argument.
5534         (describe-package-1): Use package-desc-dir instead of package--dir.
5535         Use package-desc property instead of package-symbol.
5536         (package-install-button-action): Adjust accordingly.
5537         (package--push): Rewrite.
5538         (package-menu--print-info): Adjust accordingly.  Change the ID format
5539         to be a pkg-desc.
5540         (package-menu-describe-package, package-menu-get-status)
5541         (package-menu--find-upgrades, package-menu-mark-upgrades)
5542         (package-menu-execute, package-menu--name-predicate):
5543         Adjust accordingly.
5544         * startup.el (package--description-file): New function.
5545         (command-line): Use it.
5546         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5547         Use package-desc-version.
5549         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5550         (byte-compile-preprocess): Use it.
5551         (byte-compile-file-form-defalias): Try a bit harder to use macros we
5552         can't quite recognize.
5553         (byte-compile-add-to-list): Remove.
5554         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5555         (cconv-closure-convert): Add assertion.
5557         * emacs-lisp/map-ynp.el: Use lexical-binding.
5558         (map-y-or-n-p): Remove unused vars `tail' and `object'.
5559         Factor out some repeated code.
5561 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5563         * subr.el (with-eval-after-load): New macro.
5564         (eval-after-load): Allow form to be a function.
5565         take advantage of lexical-binding.
5566         (do-after-load-evaluation): Use dolist and adjust to new format.
5567         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5569 2013-06-13  Juri Linkov  <juri@jurta.org>
5571         * replace.el (perform-replace): Display "symbol " and other search
5572         modes from `isearch-message-prefix' in the *Help* buffer.
5574         * isearch.el (isearch-query-replace): Add " symbol" and other
5575         possible search modes from `isearch-message-prefix' to the prompt.
5576         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5577         when reading a regexp to collect.
5579 2013-06-13  Juri Linkov  <juri@jurta.org>
5581         * isearch.el (word-search-regexp): Match whitespace if the search
5582         string begins or ends in whitespace.  The LAX arg is applied to
5583         both ends of the search string.  Use `regexp-quote' and explicit
5584         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
5585         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5586         boundaries are replaced with symbol boundaries, and characters
5587         between symbols match non-word non-symbol syntax.  (Bug#14602)
5589 2013-06-13  Juri Linkov  <juri@jurta.org>
5591         * isearch.el (isearch-del-char): Don't exceed the length of
5592         `isearch-string' by the prefix arg.  (Bug#14563)
5594 2013-06-13  Juri Linkov  <juri@jurta.org>
5596         * isearch.el (isearch-yank-word, isearch-yank-line)
5597         (isearch-char-by-name, isearch-quote-char)
5598         (isearch-printing-char, isearch-process-search-char):
5599         Add optional count prefix arg.  (Bug#14563)
5601         * international/isearch-x.el
5602         (isearch-process-search-multibyte-characters):
5603         Add optional count prefix arg.
5605 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5607         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5608         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5609         lexical-binding.
5611 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
5613         * subr.el (set-temporary-overlay-map): Add on-exit argument.
5615 2013-06-13  Glenn Morris  <rgm@gnu.org>
5617         * startup.el (tty-handle-args):
5618         Don't just discard "--" and anything after.  (Bug#14608)
5620         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5622 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
5624         Implement changes in Secret Service API.  Make it backward compatible.
5625         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5626         (secrets-create-item): Use it.  Prefix properties with interface.
5628 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
5630         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
5631         (term-emulate-terminal): Respect term-suppress-hard-newline.
5633 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
5635         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5636         Only remove a `thumb-file' overlay.  (Bug#14548)
5638 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
5640         * mail/reporter.el (reporter-submit-bug-report):
5641         Handle missing package-name.  (Bug#14600)
5643 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5645         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5646         (reftex-citation-prompt, reftex-default-bibliography)
5647         (reftex-bib-or-thebib, reftex-get-bibfile-list)
5648         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5649         (reftex-bib-sort-author, reftex-bib-sort-year)
5650         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5651         (reftex-extract-bib-entries-from-thebibliography)
5652         (reftex-get-bibkey-default, reftex-get-bib-names)
5653         (reftex-parse-bibtex-entry, reftex-get-bib-field)
5654         (reftex-format-bib-entry, reftex-parse-bibitem)
5655         (reftex-format-bibitem, reftex-do-citation)
5656         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5657         (reftex-restrict-bib-matches, reftex-extract-bib-file)
5658         (reftex-insert-bib-matches, reftex-format-citation)
5659         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5660         (reftex-create-bibtex-file): Add docstrings, mostly by converting
5661         existing comments into docstrings.
5663 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
5665         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5667 2013-06-12  Andreas Schwab  <schwab@suse.de>
5669         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5670         for auto-save files.
5672 2013-06-12  Glenn Morris  <rgm@gnu.org>
5674         * ido.el (ido-delete-ignored-files): Remove.
5675         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5676         Go back to calling ido-ignore-item-p directly.
5678 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
5680         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5682         * ido.el (ido-delete-ignored-files): New function,
5683         split from ido-make-file-list-1.
5684         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
5685         (ido-make-file-list-1): Use ido-delete-ignored-files.
5687 2013-06-12  Leo Liu  <sdl.web@gmail.com>
5689         * progmodes/octave.el (inferior-octave-startup)
5690         (inferior-octave-completion-table)
5691         (inferior-octave-track-window-width-change)
5692         (octave-eldoc-function-signatures, octave-help)
5693         (octave-find-definition): Use single quoted strings.
5694         (inferior-octave-startup-args): Change default value.
5695         (inferior-octave-startup): Do not hard code "-i" and
5696         "--no-line-editing".
5697         (inferior-octave-resync-dirs): Add optional arg NOERROR.
5698         (inferior-octave-directory-tracker): Use it.
5699         (octave-goto-function-definition): Robustify.
5700         (octave-help): Support highlighting operators in 'See also'.
5701         (octave-find-definition): Find subfunctions only in Octave mode.
5703 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5705         * help-fns.el (help-fns--compiler-macro): If the handler function is
5706         named, then put a link to it.
5707         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5708         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5709         (cl-typep): Use it.
5710         (cl-eval-when): Simplify debug spec.
5711         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
5712         compiler-macro function instead of setting `compiler-macro-file'.
5714 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
5716         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5717         * vc/vc-hooks.el (vc-stay-local): Doc fix.
5719 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5720             Daniel Hackney  <dan@haxney.org>
5722         First part of Daniel Hackney's patch to package.el.
5723         * emacs-lisp/package.el: Use defstruct.
5724         (package-desc): New, main struct.
5725         (package--bi-desc, package--ac-desc): New structs, used to describe the
5726         format in external files.
5727         (package-desc-vers): Replace with package-desc-version accessor.
5728         (package-desc-doc): Replace with package-desc-summary accessor.
5729         (package-activate-1): Remove `package' arg since the pkg-vec now
5730         includes the name.
5731         (define-package): Use package-desc-from-define.
5732         (package-unpack-single): Change file-name arg to be a symbol.
5733         (package--add-to-archive-contents): Use package-desc-create and new
5734         accessor functions to package--ac-desc.
5735         (package-buffer-info, package-tar-file-info): Return a package-desc.
5736         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
5737         arg to be a package-desc.
5738         (package-install-file): Adjust accordingly.  Use \' to match EOS.
5739         (package--from-builtin): New function.
5740         (describe-package-1, package-menu--generate): Use it.
5741         (package--make-autoloads-and-compile): Change name arg to be a symbol.
5742         (package-generate-autoloads): Idem and return the name of the file.
5743         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5744         Change pkg-info arg to be a package-desc.
5745         Use package-make-ac-desc.
5746         (package-upload-file): Use \' to match EOS.
5747         * finder.el (finder-compile-keywords): Use package-make-builtin.
5749 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         * vc/vc.el (vc-deduce-fileset): Change error message.
5752         (vc-read-backend): New function.
5753         (vc-next-action): Use it.
5755         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5757         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5758         (prolog-font-lock-keywords): Use regexp-opt instead.
5759         Don't manually highlight strings.
5760         (prolog-mode-variables): Simplify comment-start-skip.
5761         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
5763         * emacs-lisp/generic.el (generic--normalise-comments)
5764         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5765         (generic-mode-set-comments): Use them.
5766         (generic-bracket-support): Use setq-local.
5767         (generic-make-keywords-list): Declare obsolete.
5769 2013-06-11  Glenn Morris  <rgm@gnu.org>
5771         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5772         Prettify after setting font-lock-defaults.  (Bug#14574)
5774 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
5776         * replace.el (query-replace, occur-read-regexp-defaults-function)
5777         (replace-search):
5778         * subr.el (declare-function, number-sequence, local-set-key)
5779         (substitute-key-definition, locate-user-emacs-file)
5780         (with-silent-modifications, split-string, eval-after-load):
5781         Fix typos, remove unneeded backslashes and reflow some docstrings.
5783 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5786         default for Elisp files.
5788 2013-06-11  Glenn Morris  <rgm@gnu.org>
5790         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5791         although define-derived-mode was doing this anyway.  (Bug#14583)
5793 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
5795         * allout.el (allout-encryption-plaintext-sanitization-regexps):
5796         Fix make-variable-buffer-local call to refer to the correct variable.
5798 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
5800         * eshell/em-term.el (eshell-visual-commands)
5801         (eshell-visual-subcommands, eshell-visual-options):
5802         Add summary line to docstrings.  Add cross-references.
5804 2013-06-10  Glenn Morris  <rgm@gnu.org>
5806         * epa.el (epa-read-file-name): New function.  (Bug#14510)
5807         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
5809 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
5811         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5812         output redirection to be ignored with visual commands.
5814 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
5816         * eshell/em-term.el (eshell-visual-command-p): New function.
5817         (eshell-term-initialize): Move long lambda to separate function
5818         eshell-visual-command-p.
5819         * eshell/em-dirs.el (eshell-dirs-initialise):
5820         * eshell/em-script.el (eshell-script-initialize):
5821         Add missing #' to lambda.
5823 2013-06-08  Leo Liu  <sdl.web@gmail.com>
5825         * progmodes/octave.el (octave-add-log-current-defun): New function.
5826         (octave-mode): Set add-log-current-defun-function.
5827         (octave-goto-function-definition): Do not move point if not found.
5828         (octave-find-definition): Enhance to try subfunctions first.
5830 2013-06-08  Glenn Morris  <rgm@gnu.org>
5832         * emacs-lisp/bytecomp.el (byte-compile-char-before)
5833         (byte-compile-backward-char, byte-compile-backward-word):
5834         Improve previous change, to handle non-explicit nil.
5836 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5839         (smie--opener/closer-at-point): New function.
5840         (smie--matching-block-data): Use it.  Don't match from right after an
5841         opener or right before a closer.  Obey smie-blink-matching-inners.
5842         Don't signal a mismatch for repeated inners like "switch..case..case".
5844 2013-06-07  Leo Liu  <sdl.web@gmail.com>
5846         * progmodes/octave.el (octave-mode): Set comment-use-global-state
5847         to t.  (Bug#14303)
5848         (octave-function-header-regexp): Fix.  (Bug#14570)
5849         (octave-help-mode-finish-hook, octave-help-mode-finish):
5850         Remove.  Just use temp-buffer-show-hook.
5852         * newcomment.el (comment-search-backward): Revert last change.
5853         (Bug#14434)
5855         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5857 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
5859         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5860         through xargs, to avoid failure due to MS-Windows limitations on
5861         command-line length.
5863 2013-06-06  Glenn Morris  <rgm@gnu.org>
5865         * font-lock.el (lisp-font-lock-keywords-2):
5866         Treat user-error like error.
5868         * emacs-lisp/bytecomp.el (byte-compile-char-before)
5869         (byte-compile-backward-char, byte-compile-backward-word):
5870         Handle explicit nil arguments.  (Bug#14565)
5872 2013-06-05  Alan Mackenzie  <acm@muc.de>
5874         * isearch.el (isearch-allow-prefix): New user option.
5875         (isearch-other-meta-char): Don't exit isearch when a prefix
5876         argument is typed whilst `isearch-allow-prefix' is non-nil.
5877         (Bug#9706)
5879 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * autorevert.el (auto-revert-notify-handler): Use memq.
5882         Hide assertion failure.
5884         * skeleton.el: Use cl-lib.
5885         (skeleton-further-elements): Use defvar-local.
5886         (skeleton-insert): Use cl-progv.
5888 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
5890         * progmodes/prog-mode.el (prog-prettify-symbols)
5891         (prog-prettify-install): Update docstrings.
5893 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * simple.el: Move all the prog-mode code to prog-mode.el.
5896         * progmodes/prog-mode.el: New file.
5897         * loadup.el: Add prog-mode.el.
5899 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
5901         * simple.el (prog-prettify-symbols): Add version.
5902         (prog-prettify-install): Add convenience function to prettify symbols.
5904         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5905         (perl--augmented-font-lock-keywords-1)
5906         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5907         variables and use it.
5909         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5910         (cfengine3-mode): Remove unneeded variable and use it.
5912         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5913         (lisp--augmented-font-lock-keywords-1)
5914         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5915         Remove unneeded variables and use it.
5917 2013-06-05  João Távora  <joaotavora@gmail.com>
5919         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5920         to point when opening the connection.  (Bug#14380)
5922 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5924         * subr.el (load-history-regexp, load-history-filename-element)
5925         (eval-after-load, after-load-functions, do-after-load-evaluation)
5926         (eval-next-after-load, display-delayed-warnings)
5927         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5928         definition of save-match-data.
5929         (overriding-local-map): Remove accidental obsolescence declaration.
5931         * emacs-lisp/edebug.el (edebug-result): Move before first use.
5933 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
5935         Generalize symbol prettify support to prog-mode and implement it
5936         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5937         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5938         (prog--prettify-font-lock-compose-symbol)
5939         (prog-prettify-font-lock-symbols-keywords): New variables and
5940         functions to support symbol prettification.
5941         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5942         (lisp--augmented-font-lock-keywords-1)
5943         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5944         (lisp--prettify-symbols-alist): Implement prettify of lambda.
5945         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5946         (cfengine3--prettify-symbols-alist, cfengine3-mode):
5947         Implement prettify of -> => :: strings.
5948         * progmodes/perl-mode.el (perl-prettify-symbols)
5949         (perl--font-lock-compose-symbol)
5950         (perl--font-lock-symbols-keywords): Move to prog-mode.
5951         (perl--prettify-symbols-alist): Prettify -> => :: strings.
5952         (perl-font-lock-keywords-1)
5953         (perl-font-lock-keywords-2): Remove explicit prettify support.
5954         (perl--augmented-font-lock-keywords)
5955         (perl--augmented-font-lock-keywords-1)
5956         (perl--augmented-font-lock-keywords-2, perl-mode):
5957         Implement prettify support.
5959 2013-06-05  Leo Liu  <sdl.web@gmail.com>
5961         Re-implement smie matching block highlight using
5962         show-paren-data-function.  (Bug#14395)
5963         * emacs-lisp/smie.el (smie-matching-block-highlight)
5964         (smie--highlight-matching-block-overlay)
5965         (smie--highlight-matching-block-lastpos)
5966         (smie-highlight-matching-block)
5967         (smie-highlight-matching-block-mode): Remove.
5968         (smie--matching-block-data-cache): New variable.
5969         (smie--matching-block-data): New function.
5970         (smie-setup): Use smie--matching-block-data for
5971         show-paren-data-function.
5973         * progmodes/octave.el (octave-mode-menu): Fix.
5974         (octave-find-definition): Skip garbage lines.
5976 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         Fix compilation error with simultaneous dynamic+lexical scoping.
5979         Add warning when a defvar appears after the first let-binding.
5980         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5981         (byte-compile-close-variables): Initialize it.
5982         (byte-compile--declare-var): New function.
5983         (byte-compile-file-form-defvar)
5984         (byte-compile-file-form-define-abbrev-table)
5985         (byte-compile-file-form-custom-declare-variable): Use it.
5986         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
5987         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5988         (byte-compile-bind): Handle dynamic bindings that shadow
5989         lexical bindings.
5990         (byte-compile-unbind): Make arg non-optional.
5991         (byte-compile-let): Simplify.
5992         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5993         (cconv--analyse-function, cconv-analyse-form): Populate it.
5994         Protect byte-compile-bound-variables to limit the scope of defvars.
5995         (cconv-analyse-form): Add missing rule for (defvar <foo>).
5996         Remove unneeded rule for `declare'.
5998         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5999         so as to avoid depending on cl-adjoin at run-time.
6000         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6002         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6003         (macroexp--warn-and-return): Use it.
6005 2013-06-05  Leo Liu  <sdl.web@gmail.com>
6007         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6009 2013-06-04  Leo Liu  <sdl.web@gmail.com>
6011         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6012         (compilation-auto-jump): Suppress the "Mark set" message to give
6013         way to exit message.
6015 2013-06-04  Alan Mackenzie  <acm@muc.de>
6017         Remove faulty optimisation from indentation calculation.
6018         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6019         search limit based on 2000 characters back from indent-point.
6021 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
6023         * eshell/em-term.el (cl-lib): Require `cl-lib'.
6025 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * emacs-lisp/lisp.el: Use lexical-binding.
6028         (lisp--local-variables-1, lisp--local-variables): New functions.
6029         (lisp--local-variables-completion-table): New var.
6030         (lisp-completion-at-point): Use it complete let-bound vars.
6032         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6033         eagerly (bug#14422).
6035 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
6037         * autorevert.el (auto-revert-notify-enabled)
6038         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6039         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6040         (auto-revert-notify-handler): Handle also gfilenotify.
6042         * subr.el (file-notify-handle-event): New defun.  Replacing ...
6043         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6044         Remove.
6046 2013-06-03  Juri Linkov  <juri@jurta.org>
6048         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6049         `M-s h .'.  (Bug#14427)
6051         * hi-lock.el (highlight-symbol-at-point): New alias for the new
6052         command `hi-lock-face-symbol-at-point'.
6053         (hi-lock-face-symbol-at-point): New command.
6054         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6055         (hi-lock-menu): Add `highlight-symbol-at-point'.
6056         (hi-lock-mode): Doc fix.
6058         * isearch.el (isearch-forward-symbol-at-point): New command.
6059         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6060         (isearch-highlight-regexp): Add a regexp which matches
6061         words/symbols for word/symbol mode.
6063         * subr.el (find-tag-default-bounds): New function with the body
6064         mostly moved from `find-tag-default'.
6065         (find-tag-default): Move most code to `find-tag-default-bounds',
6066         call it and apply `buffer-substring-no-properties' afterwards.
6068 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
6070         * eshell/em-term.el (eshell-term-initialize):
6071         Use `cl-intersection' rather than `intersection'.
6073 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
6075         * vc/log-view.el: Doc fix.
6076         (log-view-mode-map): Copy keymap from `special-mode-map'.
6078 2013-06-02  Eric Ludlam  <zappo@gnu.org>
6080         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6081         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6082         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6083         (eieio-unbound, eieio-default-superclass)
6084         (eieio--define-field-accessors, method-static, method-before)
6085         (method-primary, method-after, method-num-lists)
6086         (method-generic-before, method-generic-primary)
6087         (method-generic-after, method-num-slots)
6088         (eieio-specialized-key-to-generic-key)
6089         (eieio--check-type, class-v, class-p)
6090         (eieio-class-name, define-obsolete-function-alias)
6091         (eieio-class-parents-fast, eieio-class-children-fast)
6092         (same-class-fast-p, class-constructor, generic-p)
6093         (generic-primary-only-p, generic-primary-only-one-p)
6094         (class-option-assoc, class-option, eieio-object-p)
6095         (class-abstract-p, class-method-invocation-order)
6096         (eieio-defclass-autoload-map, eieio-defclass-autoload)
6097         (eieio-class-un-autoload, eieio-defclass)
6098         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6099         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6100         (eieio--defgeneric-init-form, eieio-defgeneric-form)
6101         (eieio-defgeneric-reset-generic-form)
6102         (eieio-defgeneric-form-primary-only)
6103         (eieio-defgeneric-reset-generic-form-primary-only)
6104         (eieio-defgeneric-form-primary-only-one)
6105         (eieio-defgeneric-reset-generic-form-primary-only-one)
6106         (eieio-unbind-method-implementations)
6107         (eieio--defmethod, eieio--typep)
6108         (eieio-perform-slot-validation, eieio-validate-slot-value)
6109         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6110         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6111         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6112         (eieio-slot-name-index, eieio-class-slot-name-index)
6113         (eieio-set-defaults, eieio-initarg-to-attribute)
6114         (eieio-attribute-to-initarg, eieio-c3-candidate)
6115         (eieio-c3-merge-lists, eieio-class-precedence-c3)
6116         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6117         (eieio-class-precedence-list, eieio-generic-call-methodname)
6118         (eieio-generic-call-arglst, eieio-generic-call-key)
6119         (eieio-generic-call-next-method-list)
6120         (eieio-pre-method-execution-functions, eieio-generic-call)
6121         (eieio-generic-call-primary-only, eieiomt-method-list)
6122         (eieiomt-optimizing-obarray, eieiomt-install)
6123         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6124         (eieio-generic-form, eieio-defmethod, make-obsolete)
6125         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6126         (defclass): Remove `eval-and-compile' from macro.
6127         (call-next-method, shared-initialize): Instead of using
6128         `scoped-class' variable, use new eieio--scoped-class, and
6129         eieio--with-scoped-class.
6130         (initialize-instance): Rename local variable 'scoped-class' to
6131         'this-class' to remove ambiguitity from old global.
6133         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
6134         eieio.el.
6135         (eieio--scoped-class-stack): New variable.
6136         (eieio--scoped-class): New fcn.
6137         (eieio--with-scoped-class): New scoping macro.
6138         (eieio-defclass): Use pushnew instead of add-to-list.
6139         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6140         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6141         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6142         `scoped-class' variable, use new eieio--scoped-class, and
6143         eieio--with-scoped-class.
6145         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6147 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
6149         * eshell/esh-ext.el (eshell-external-command): Pass args to
6150         `eshell-find-interpreter'.
6151         (eshell-find-interpreter): Add new second parameter ARGS.
6153         * eshell/em-script.el (eshell-script-initialize): Add second arg
6154         to the function added as MATCH to `eshell-interpreter-alist'.
6156         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6157         the function added as MATCH to `eshell-interpreter-alist'.
6159         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6160         (eshell-visual-options): New defcustom.
6161         (eshell-escape-control-x): Adapt docstring.
6162         (eshell-term-initialize): Test `eshell-visual-subcommands' and
6163         `eshell-visual-options' in addition to `eshell-visual-commands'.
6164         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6166 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6168         * progmodes/python.el (python-indent-block-enders): Add break,
6169         continue and raise keywords.
6171 2013-06-01  Glenn Morris  <rgm@gnu.org>
6173         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6175         Plain (f)boundp silences compilation warnings since Emacs 22.1.
6176         * progmodes/cc-cmds.el (delete-forward-p):
6177         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6178         * progmodes/cc-engine.el (buffer-syntactic-context):
6179         * progmodes/cc-fonts.el (face-property-instance):
6180         * progmodes/cc-mode.el (set-keymap-parents):
6181         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6182         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6183         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6184         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6185         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6187         * progmodes/cc-vars.el (other): Emacs has this widget since
6188         at least 21.1, so don't (re)define it.
6190         * eshell/em-cmpl.el (eshell-cmpl-initialize):
6191         Replace the obsolete alias pcomplete-arg-quote-list.
6193 2013-06-01  Leo Liu  <sdl.web@gmail.com>
6195         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6196         punctuation syntax.
6197         (inferior-octave-minimal-columns)
6198         (inferior-octave-last-column-width): New variables.
6199         (inferior-octave-track-window-width-change): New function.
6200         (inferior-octave-mode): Adjust column width so that Octave output,
6201         for example from 'ls', can fit into the window nicely.
6203 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
6205         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6206         Highlight expansions inside regexp literals.
6208 2013-05-31  Glenn Morris  <rgm@gnu.org>
6210         * obsolete/sym-comp.el (symbol-complete):
6211         Replace obsolete completion-annotate-function.
6213         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6215 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
6217         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6218         New function, checks if point is inside a literal that allows
6219         expression expansion.
6220         (ruby-syntax-propertize-expansion): Use it.
6221         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6222         around the body.
6224 2013-05-30  Juri Linkov  <juri@jurta.org>
6226         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6227         to "\M-si".
6228         (isearch-invisible): New variable.
6229         (isearch-forward): Doc fix.
6230         (isearch-mode): Set `isearch-invisible'
6231         to the value of `search-invisible'.
6232         (isearch-toggle-case-fold): Doc fix.
6233         (isearch-toggle-invisible): New command.
6234         (isearch-query-replace): Let-bind `search-invisible'
6235         to the value of `isearch-invisible'.
6236         (isearch-search): Use `isearch-invisible' instead of
6237         `search-invisible'.  Let-bind `search-invisible'
6238         to the value of `isearch-invisible'.  (Bug#11378)
6240 2013-05-30  Juri Linkov  <juri@jurta.org>
6242         * replace.el (perform-replace): Avoid `isearch-range-invisible'
6243         call when `query-flag' is nil and `search-invisible' is non-nil.
6244         (Bug#11746)
6246 2013-05-30  Glenn Morris  <rgm@gnu.org>
6248         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6250         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6251         (cc-require): Suppress spurious "noruntime" warnings.
6252         (cc-require-when-compile): Use fboundp, for sake of compiler.
6254         * progmodes/cc-mode.el: Move load of cc-vars before that of
6255         cc-langs (which in turn loads cc-vars), to quieten compiler.
6257 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         * paren.el: Simplify the code.
6260         (show-paren-mode): Always start the timer.
6261         (show-paren--idle-timer): Rename from show-paren-idle-timer.
6262         (show-paren--overlay, show-paren--overlay-1): Rename from
6263         show-paren-overlay and show-paren-overlay-1, and initialize to an
6264         overlay rather than to nil.
6265         (show-paren-function): Misc cleanup and simplifications.
6267 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6269         * paren.el (show-paren-data-function): New hook.
6270         (show-paren--default): New function, extracted from show-paren-function.
6271         (show-paren-function): Use show-paren-data-function.
6273 2013-05-30  Glenn Morris  <rgm@gnu.org>
6275         * ielm.el (ielm-map, ielm-complete-symbol):
6276         Use completion-at-point rather than obsolete functions.
6277         (inferior-emacs-lisp-mode): Doc fix.
6278         Set completion-at-point-functions, rather than
6279         comint-dynamic-complete-functions.
6281         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6282         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6283         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6285         * image.el (image-animated-p): Tweak definition.
6287         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6288         (rlogin-process-connection-type): Tweak default.  Add set-after.
6289         (rlogin-host): Doc fix.
6290         (rlogin): Tweak prompt.
6291         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6293         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6294         * progmodes/tcl.el (inferior-tcl-mode-map):
6295         Use completion-at-point rather than obsolete alias.
6297         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6299         * minibuffer.el (read-file-name-completion-ignore-case):
6300         Move before completion--in-region, for eager macro expansion.
6302 2013-05-29  Juri Linkov  <juri@jurta.org>
6304         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6305         for total count of matching lines.  Add `global-matches' for total
6306         count of matches.  Rename `matches' to `lines' for count of
6307         matching lines.  Add `matches' for count of matches.
6308         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
6309         to `prev-line' for line number of prev match endpt.
6310         Increment `matches' for every match.  Print the number of
6311         matching lines in the header.
6312         (occur-context-lines): Rename `lines' to `curr-line'.
6313         Rename `prev-lines' to `prev-line'.  (Bug#14017)
6315 2013-05-29  Juri Linkov  <juri@jurta.org>
6317         * replace.el (perform-replace): Add `skip-read-only-count',
6318         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6319         Increment them for corresponding conditions and report the number
6320         of skipped occurrences in the final message.  (Bug#11746)
6321         (query-replace, query-replace-regexp, query-replace-regexp-eval)
6322         (replace-string, replace-regexp): Doc fix.
6324 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * emacs-lisp/trace.el (trace--read-args): Provide a default.
6328         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
6329         prog-mode-map (bug#14504).
6331 2013-05-29  Leo Liu  <sdl.web@gmail.com>
6333         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6334         (octave-help): Small simplification.
6336         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6337         off the highlight first.
6339 2013-05-29  Glenn Morris  <rgm@gnu.org>
6341         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6342         Handle idlwave-last-system-routine-info-cons-cell being nil.
6344         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6345         (idlwave-write-paths): Simplify via with-temp-buffer.
6347         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6348         * emulation/cua-rect.el: Also load cua-base at run time.
6350         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6351         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6352         (cperl-imenu-on-info): Require imenu.
6354 2013-05-28  Alan Mackenzie  <acm@muc.de>
6356         Handle "capitalised keywords" correctly.
6357         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
6359 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
6361         * eshell/em-unix.el: Add -r option to cp.
6363 2013-05-28  Glenn Morris  <rgm@gnu.org>
6365         * vc/vc-arch.el (vc-exec-after): Declare.
6366         (vc-switches): Autoload.
6367         * vc/vc-bzr.el: No need to require vc when compiling.
6368         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6369         (vc-resynch-buffer, vc-dir-refresh): Declare.
6370         (vc-setup-buffer, vc-switches): Autoload.
6371         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6372         (vc-resynch-buffer): Declare.
6373         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
6374         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
6375         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6376         (grep-read-regexp, grep-read-files, grep-expand-template)
6377         (vc-dir-refresh): Declare.
6378         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6379         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6380         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
6381         * vc/vc-mtn.el (vc-exec-after): Declare.
6382         (vc-switches): Autoload.
6383         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6384         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6385         (vc-file-tree-walk): Declare.
6386         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6387         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6388         (vc-tag-precondition, vc-rename-master): Autoload.
6389         * vc/vc-svn.el (vc-exec-after): Declare.
6390         (vc-switches, vc-setup-buffer): Autoload.
6391         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6392         Autoload.
6393         (vc-resynch-buffer): Declare.
6395         * obsolete/fast-lock.el (byte-compile-warnings):
6396         Don't warn about obsolete features in this obsolete file.
6398         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6399         Move definition before use.
6401         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6402         (dun-unix-verbs): Remove dun-zippy.
6403         (dun-zippy): Remove function.
6405         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6407 2013-05-27  Juri Linkov  <juri@jurta.org>
6409         * replace.el (replace-search): New function with code moved out
6410         from `perform-replace'.
6411         (replace-highlight, replace-dehighlight): Move function definitions
6412         up closer to `replace-search'.  (Bug#11746)
6414 2013-05-27  Juri Linkov  <juri@jurta.org>
6416         * replace.el (perform-replace): Ignore invisible matches.
6417         In addition to checking `query-replace-skip-read-only', also
6418         filter out matches by calling `run-hook-with-args-until-failure'
6419         on `isearch-filter-predicates', and also check `search-invisible'
6420         for t or call `isearch-range-invisible'.
6421         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
6423 2013-05-27  Juri Linkov  <juri@jurta.org>
6425         * isearch.el (isearch-filter-predicates): Rename from
6426         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
6427         (isearch-message-prefix): Display text from the property
6428         `isearch-message-prefix' of the currently active filters.
6429         (isearch-search): Don't compare `isearch-filter-predicate' with
6430         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
6431         on `isearch-filter-predicates'.  Also check `search-invisible' for t
6432         or call `isearch-range-invisible'.
6433         (isearch-filter-visible): Make obsolete.
6434         (isearch-lazy-highlight-search):
6435         Call `run-hook-with-args-until-failure' on
6436         `isearch-filter-predicates' and use `isearch-range-invisible'.
6438         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6439         `isearch-filter-predicates' instead of `funcall'ing
6440         `isearch-filter-predicate'.
6441         (Info-mode): Set `Info-isearch-filter' to
6442         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6444         * dired-aux.el (dired-isearch-filter-predicate-orig):
6445         Remove variable.
6446         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6447         (dired-isearch-filenames-end): Add and remove
6448         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6449         instead of changing the value of `isearch-filter-predicate'.
6450         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6451         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6452         Put property `isearch-message-prefix' to "filename " on
6453         `dired-isearch-filter-filenames'.
6455         * wdired.el (wdired-change-to-wdired-mode):
6456         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6457         locally instead of changing `isearch-filter-predicate'.
6458         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6460 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
6462         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6463         return the commit hash (Bug#14459).  Also set the
6464         `vc-git-detached' property.
6465         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6466         (vc-git-mode-line-string): Use the same help-echo format whether
6467         in detached mode or not, because we know the actual revision now.
6468         When in detached mode, shorten the revision to 7 chars.
6470 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * emacs-lisp/easy-mmode.el (define-minor-mode):
6473         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6474         mode hook and provide a docstring.
6476 2013-05-27  Alan Mackenzie  <acm@muc.de>
6478         Remove spurious syntax-table text properties inserted by C-y.
6479         * progmodes/cc-mode.el (c-after-change): Also clear hard
6480         syntax-table property with value nil.
6482 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
6484         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6485         when reading the events; the buffer layout shall not be changed.
6487 2013-05-27  Leo Liu  <sdl.web@gmail.com>
6489         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6490         New variable.
6491         (inferior-octave-directory-tracker): Automatically re-sync
6492         default-directory.
6493         (octave-help): Improve handling of 'See also'.
6495 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * doc-view.el: Minor naming convention tweaks.
6498         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6500         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6501         even if there's no `display' property yet (bug#14435).
6503 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
6505         * subr.el (unmsys--file-name): Rename from reveal-filename.
6507         * Makefile.in (custom-deps, finder-data, autoloads)
6508         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6509         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6510         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6512 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6514         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6515         error-completion on the first 2 args of condition-case (bug#14446).
6516         Don't burp at EOB.
6518 2013-05-25  Leo Liu  <sdl.web@gmail.com>
6520         * comint.el (comint-previous-matching-input): Do not flood the
6521         *Messages* buffer with trivial messages.
6523 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6525         * progmodes/flymake.el (flymake-nop): Don't return a string.
6526         (flymake-set-at): Fix typo.
6528         * simple.el (read--expression): New function, extracted from
6529         eval-expression.  Set completion-at-point-functions (bug#14465).
6530         (eval-expression, eval-minibuffer): Use it.
6532 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
6534         * progmodes/flymake.el (flymake-save-buffer-in-file)
6535         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6536         (flymake-selected-frame, flymake-log, flymake-ins-after)
6537         (flymake-set-at, flymake-get-buildfile-from-cache)
6538         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6539         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6540         Refine the doc string.
6541         (flymake-get-file-name-mode-and-masks): Reformat.
6542         (flymake-get-real-file-name-function): Fix a minor bug.
6544 2013-05-24  Juri Linkov  <juri@jurta.org>
6546         * progmodes/grep.el (grep-mode-font-lock-keywords):
6547         Support =linenumber= format used by git-grep for lines with
6548         function names.  (Bug#13549)
6550 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * progmodes/octave.el (octave-smie-rules): Return nil rather than
6553         0 after a semi-colon; it works better for smie-auto-fill.
6554         (octave--indent-new-comment-line): New function.
6555         (octave-indent-new-comment-line): Use it (indirectly).
6556         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
6557         modify comment-line-break-function.
6559         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6560         (smie-setup): Use add-function to set it.
6562 2013-05-24  Sam Steingold  <sds@gnu.org>
6564         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6565         argument (before the `interactive' argument).
6567 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         * image-mode.el (image-mode-winprops): Add winprops to
6570         image-mode-winprops-alist before running
6571         image-mode-new-window-functions.
6572         * doc-view.el (doc-view-new-window-function): Don't delay
6573         doc-view-goto-page via timers (bug#14435).
6575 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
6577         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
6578         (doc-view-desktop-save-buffer): New function.
6579         (doc-view-restore-desktop-buffer): New function.
6580         (desktop-buffer-mode-handlers):
6581         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6582         handler.
6583         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6584         `desktop-save-buffer' function.
6586 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
6588         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6589         (tramp-gvfs-file-name-handler): Raise a user error when
6590         `tramp-gvfs-enabled' is nil.
6591         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6592         Do not raise a user error when loading package.  (Bug#14447)
6594         * net/xesam.el: Move to obsolete/.
6596 2013-05-24  Glenn Morris  <rgm@gnu.org>
6598         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6600         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6602         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6603         (Info-find-node, Man-getpage-in-background): Declare.
6605         * mail/unrmail.el (unrmail):
6606         Replace obsolete detect-coding-with-priority.
6608         * net/socks.el (socks-split-string): Use this rather than split-string.
6609         (socks-nslookup-host): Update for above change.
6610         (dynamic-choice, s5-dynamic-choice-match)
6611         (s5-dynamic-choice-match-inline, s5-widget-value-create):
6612         Comment out unused code.
6614         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6615         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6616         (gud-tooltip-echo-area): Make obsolete.
6617         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6619         * progmodes/js.el (js--optimize-arglist): Declare.
6621         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6623         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6624         (ediff-window-C): Declare.
6626         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6627         Tweak requires to silence compiler.
6629         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6630         (he-search-string, he-tried-table, he-expand-list)
6631         (he-init-string, he-string-member, he-substitute-string)
6632         (he-reset-string): Declare.
6634         * obsolete/options.el (list-options): Use custom-variable-p,
6635         rather than obsolete alias.
6637 2013-05-23  Sam Steingold  <sds@gnu.org>
6639         * simple.el (shell-command-on-region): Pass the `replace' argument
6640         down to `call-process-region' to comply with the doc as reported on
6641         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6643 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * emacs-lisp/smie.el (smie-indent-forward-token)
6646         (smie-indent-backward-token): Handle string tokens (bug#14381).
6648 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6650         * ielm.el (ielm-menu): New menu.
6651         (inferior-emacs-lisp-mode): Set comment-start.
6653 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
6655         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6656         Fix deactivate action.
6658         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6659         Add cleveref macros.
6661         * lisp/textmodes/reftex-parse.el
6662         (reftex-locate-bibliography-files): Accept options for
6663         bibliography commands.
6664         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6665         Add addbibresource.  Basic Biblatex support.
6667 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
6669         * net/tramp-gvfs.el (top):
6670         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6671         when loading package.  (Bug#14447)
6673 2013-05-23  Glenn Morris  <rgm@gnu.org>
6675         * progmodes/js.el: No need to load comint when compiling.
6676         (ring-insert, comint-send-string, comint-send-input)
6677         (comint-last-input-end, ido-chop): Declare.
6679         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6680         * vc/ediff-mult.el: Adjust requires.
6681         (ediff-directories-internal, ediff-directory-revisions-internal)
6682         (ediff-patch-file-internal): Declare.
6683         * vc/ediff-ptch.el: Adjust requires.
6684         (ediff-use-last-dir, ediff-buffers-internal): Declare.
6685         (ediff-find-file): Autoload.
6686         * vc/ediff-util.el: No need to load ediff when compiling.
6687         (ediff-regions-internal): Declare.
6688         * vc/ediff-wind.el: Adjust requires.
6689         (ediff-compute-toolbar-width): Define when compiling.
6690         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6691         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6692         (dired-get-filename, dired-get-marked-files)
6693         (ediff-last-dir-patch, ediff-patch-default-directory)
6694         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6695         (ediff-patch-buffer-internal): Declare.
6697         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6698         (ispell-process, ispell-buffer-local-words, lm-summary)
6699         (lm-section-start, lm-section-end): Declare.
6700         (checkdoc-ispell-init): Simplify.
6702         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6703         (he-string-member, he-reset-string, he-substitute-string): Declare.
6705         * eshell/em-ls.el: Adjust requires.
6706         (eshell-glob-regexp): Declare.
6707         * eshell/em-tramp.el: Adjust requires.
6708         (eshell-parse-command): Autoload.
6709         * eshell/em-xtra.el: Adjust requires.
6710         (eshell-parse-command): Autoload.
6711         * eshell/esh-ext.el: Adjust requires.
6712         (eshell-parse-command, eshell-close-handles): Autoload.
6713         * eshell/esh-io.el: Adjust requires.
6714         (eshell-output-filter): Autoload.
6715         * eshell/esh-util.el: No need to load tramp when compiling.
6716         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6717         Declare.
6718         (eshell-parse-ange-ls): Require ange-ftp and tramp.
6719         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6720         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6721         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6722         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6723         * eshell/esh-opt.el, eshell/esh-proc.el:
6724         * eshell/esh-var.el: Adjust requires.
6725         * eshell/eshell.el: Do not require esh-util twice.
6726         (eshell-add-input-to-history): Declare.
6727         (eshell-command): Check history module is active before using it.
6729         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6731 2013-05-22  Leo Liu  <sdl.web@gmail.com>
6733         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6735 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
6737         * autorevert.el (auto-revert-notify-add-watch)
6738         (auto-revert-notify-handler): Add `attrib' for the inotify case,
6739         it indicates changes in file modification time.
6741 2013-05-22  Glenn Morris  <rgm@gnu.org>
6743         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6744         Always delete the autoloaded function from the noruntime and
6745         unresolved functions lists.
6747         * allout.el: No need to load epa, epg, overlay when compiling.
6748         (epg-context-set-passphrase-callback, epg-list-keys)
6749         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6750         (epg-key-user-id-list): Declare.
6752         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6753         (viper-set-parsing-style-toggling-macro)
6754         (viper-set-emacs-state-searchstyle-macros):
6755         Use called-interactively-p on Emacs.
6756         (viper-looking-back): Make it an obsolete alias.  Update callers.
6757         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6758         Use looking-back rather than viper-looking-back.
6759         (viper-tmp-insert-at-eob, viper-enlarge-region)
6760         (viper-read-string-with-history, viper-register-to-point)
6761         (viper-append-to-register, viper-change-state-to-vi)
6762         (viper-backward-char-carefully, viper-forward-char-carefully)
6763         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6764         (viper-change-state-to-emacs): Declare.
6765         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6766         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6767         * emulation/viper-mous.el: Do not load viper-cmd.
6768         (viper-backward-char-carefully, viper-forward-char-carefully)
6769         (viper-forward-word, viper-adjust-window): Declare.
6771         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6773         * progmodes/idlw-help.el (idlwave-help-fontify):
6774         Use called-interactively-p.
6776         * term/w32console.el (w32-get-console-codepage)
6777         (w32-get-console-output-codepage): Declare.
6779         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6780         Remove unnecessary declarations.
6781         (dframe-message): Doc fix.
6783         * info.el (dframe-select-attached-frame, dframe-current-frame):
6784         Declare.
6786         * speedbar.el (speedbar-message): Make it an obsolete alias.
6787         Update all callers.
6788         (speedbar-with-attached-buffer)
6789         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6790         (speedbar-with-writable): Use backquote.
6791         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6792         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6793         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6794         rather than speedbar- aliases.
6795         * mail/rmail.el: Load dframe rather than speedbar when compiling.
6796         (speedbar-make-specialized-keymap, speedbar-insert-button)
6797         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6798         (speedbar-do-function-pointer): Declare.
6799         (rmail-speedbar-button, rmail-speedbar-find-file)
6800         (rmail-speedbar-move-message):
6801         Use dframe-with-attached-buffer rather than speedbar- alias.
6802         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6803         (dframe-message, speedbar-make-specialized-keymap)
6804         (speedbar-add-expansion-list, speedbar-mode-functions-list)
6805         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6806         (speedbar-insert-button, dframe-select-attached-frame)
6807         (dframe-maybee-jump-to-attached-frame)
6808         (speedbar-change-initial-expansion-list)
6809         (speedbar-previously-used-expansion-list-name): Declare.
6810         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6811         Use dframe-message, dframe-with-attached-buffer rather than
6812         speedbar- aliases.
6813         (gud-sentinel): Silence compiler.
6814         * progmodes/vhdl-mode.el (speedbar-refresh)
6815         (speedbar-do-function-pointer, speedbar-add-supported-extension)
6816         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6817         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6818         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6819         (speedbar-file-lists, speedbar-make-tag-line)
6820         (speedbar-line-directory, speedbar-goto-this-file)
6821         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6822         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6823         (speedbar-make-button, speedbar-reset-scanners)
6824         (speedbar-files-item-info, speedbar-line-text)
6825         (speedbar-find-file-in-frame, speedbar-set-timer)
6826         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6827         (speedbar-with-writable): Do not (re)define it.
6828         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6829         rather than speedbar- alias.
6831 2013-05-21  Leo Liu  <sdl.web@gmail.com>
6833         * progmodes/octave.el (octave-mode-menu): Update and re-organize
6834         menu items.
6835         (octave-mode): Tweak fill-nobreak-predicate.
6836         (inferior-octave-startup): Check process to avoid infinite loop.
6837         (inferior-octave): Pop to buffer first to show abornmal process
6838         exit information.
6840 2013-05-21  Glenn Morris  <rgm@gnu.org>
6842         * printing.el (pr-menu-bar): Define when compiling.
6844 2013-05-21  Leo Liu  <sdl.web@gmail.com>
6846         * progmodes/octave.el (octave-auto-fill): Remove.
6847         (octave-indent-new-comment-line): Improve.
6848         (octave-mode): Use auto fill mode through
6849         comment-line-break-function and fill-nobreak-predicate.
6850         (octave-goto-function-definition): Support DEFUN_DLD.
6851         (octave-beginning-of-defun): Small tweak.
6852         (octave-help): Show parent directory.
6854 2013-05-21  Glenn Morris  <rgm@gnu.org>
6856         * files.el (dired-unmark):
6857         * progmodes/gud.el (gdb-input): Update declarations.
6859         * calculator.el (electric, ehelp): No need to load when compiling.
6860         (Electric-command-loop, electric-describe-mode): Declare.
6862         * doc-view.el (doc-view-current-converter-processes): Move before use.
6864         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6865         Move MODE-set-explicitly definition before use.
6867         * international/mule-diag.el (mule-diag):
6868         Don't use obsolete window-system-version.
6870         * mail/feedmail.el (smtpmail): No need to load when compiling.
6871         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6873         * mail/mail-utils.el (rfc822): No need to load when compiling.
6874         (rfc822-addresses): Autoload it.
6875         (mail-strip-quoted-names): Trivial simplification.
6877         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6878         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6880         * net/snmp-mode.el (tempo): Don't duplicate requires.
6882         * progmodes/prolog.el (info): No need to load when compiling.
6883         (comint): Require before shell requires it.
6884         (Info-goto-node): Autoload it.
6885         (Info-follow-nearest-node): Declare.
6886         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6888         * textmodes/artist.el (picture-mode-exit): Declare.
6890         * textmodes/reftex-parse.el (reftex-parse-from-file):
6891         Trivial rewrite so the compiler can parse it better.
6893 2013-05-20  Leo Liu  <sdl.web@gmail.com>
6895         * progmodes/octave.el (octave-help-mode-map)
6896         (octave-help-mode-finish-hook): New variables.
6897         (octave-help-mode, octave-help-mode-finish): New functions.
6898         (octave-help): Use octave-help-mode.
6900 2013-05-20  Glenn Morris  <rgm@gnu.org>
6902         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
6904 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
6906         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6907         start at point, so that expansion starting right after opening
6908         slash in a regexp is recognized.
6909         (ruby-syntax-before-regexp-re): New defvar, extracted from
6910         ruby-syntax-propertize-function.  Since the value of this regexp
6911         is looked up at runtime now, we should be able to turn
6912         `ruby-syntax-methods-before-regexp' into a defcustom later.
6913         (ruby-syntax-propertize-function): Split regexp matching into two
6914         parts, for opening and closing slashes.  That allows us to skip
6915         over string interpolations and support multiline regexps.
6916         Don't call `ruby-syntax-propertize-expansions', instead use another rule
6917         for them, which calls `ruby-syntax-propertize-expansion'.
6918         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6919         call to `ruby-syntax-propertize-function'.
6920         (ruby-syntax-propertize-expansion): Extracted from
6921         `ruby-syntax-propertize-expansions'.  Handles one expansion.
6922         (ruby-syntax-propertize-percent-literal): Leave point right after
6923         the percent symbol, so that the expression expansion rule can
6924         propertize the contents.
6925         (ruby-syntax-propertize-heredoc): Leave point at bol following the
6926         heredoc openers.
6927         (ruby-syntax-propertize-expansions): Remove.
6929 2013-05-18  Juri Linkov  <juri@jurta.org>
6931         * man.el (Man-default-man-entry): Remove `-' from the end
6932         of the default value.  (Bug#14400)
6934 2013-05-18  Glenn Morris  <rgm@gnu.org>
6936         * comint.el (comint-password-prompt-regexp):
6937         Allow "password for XXX" where XXX contains colons (eg https://...).
6939 2013-05-18  Leo Liu  <sdl.web@gmail.com>
6941         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6942         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
6943         (octave-source-directories): Don't check process.
6944         (octave-source-directories, octave-find-definition): Doc fix.
6946 2013-05-18  Glenn Morris  <rgm@gnu.org>
6948         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6949         Remove backspace/delete bindings.  (Bug#14392)
6951         * cus-dep.el (custom-make-dependencies): Sort the output.
6952         (custom-versions-load-alist): Convert comment to doc.
6954 2013-05-17  Leo Liu  <sdl.web@gmail.com>
6956         * newcomment.el (comment-search-backward): Stricter in finding
6957         comment start.  (Bug#14303)
6959         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6960         (octave-comment-start-skip): Properly anchored.
6962 2013-05-17  Leo Liu  <sdl.web@gmail.com>
6964         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6965         Clean up when turned off.  (Bug#14395)
6966         (smie--highlight-matching-block-overlay): No longer buffer-local.
6967         (smie-highlight-matching-block): Adjust.
6969 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
6971         Doc string fix for "nanoseconds" (Bug#14406).
6972         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6973         Fix doc string typo that had "nanoseconds" instead of "microseconds".
6975 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
6977         * calc/calc-units.el (math-extract-units): Preserve powers
6978         of units.
6980 2013-05-17  Leo Liu  <sdl.web@gmail.com>
6982         * subr.el (delete-consecutive-dups): New function.
6983         * ido.el (ido-set-matches-1): Use it.
6984         * progmodes/octave.el (inferior-octave-completion-table): Use it.
6985         * ido.el (ido-remove-consecutive-dups): Remove.
6987 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6989         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6990         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6991         regexp-opt's `words'.
6993 2013-05-16  Leo Liu  <sdl.web@gmail.com>
6995         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6996         (smie--highlight-matching-block-overlay)
6997         (smie--highlight-matching-block-lastpos)
6998         (smie--highlight-matching-block-timer): New variables.
6999         (smie-highlight-matching-block): New function.
7000         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
7001         (smie-setup): Conditionally enable smie-blink-matching-open.
7003 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
7005         Sync with upstream verilog-mode r840.
7006         * progmodes/verilog-mode.el (verilog-mode-version)
7007         (verilog-mode-release-date): Update.
7008         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7009         (verilog-sig-tieoff): Fix string error on
7010         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
7011         (verilog-read-decls): Fix parameters confusing
7012         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
7014 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
7016         * subr.el (reveal-filename): New function.
7018         * loadup.el: Compute Emacs executable versions on MS-Windows,
7019         where executables have the .exe extension.  Add a hard link
7020         emacs-XX.YY.ZZ.exe on MS-Windows.
7022         * Makefile.in (XARGS_LIMIT): New variable.
7023         (custom-deps, finder-data, autoloads)
7024         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7025         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7026         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7027         (compile-main): Limit xargs according to $(XARGS_LIMIT).
7029 2013-05-16  Leo Liu  <sdl.web@gmail.com>
7031         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7032         (octave-mode-menu, octave-mode-map): Remove its uses.
7034 2013-05-16  Reto Zimmermann  <reto@gnu.org>
7036         Sync with upstream vhdl mode v3.34.2.
7037         * progmodes/vhdl-mode.el: Use `push' throughout.
7038         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7039         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7040         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
7041         (vhdl-actual-generic-name): New option to derive actual generic name.
7042         (vhdl-port-paste-signals): Replace formal by actual generics.
7043         (vhdl-beautify): New name for old group vhdl-align.  Update users.
7044         (vhdl-beautify-options): New option.
7045         (vhdl-last-input-event): New compat alias.  Use throughout.
7046         (vhdl-goto-line): Replace user level function `goto-line'.
7047         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7048         vhdl-fix-statement-buffer.
7049         (vhdl-create-mode-menu): Add some entries.
7050         (vhdl-align-region-groups): Respect vhdl-beautify-options.
7051         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7052         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7053         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7054         to force statements on one line.
7055         (vhdl-remove-trailing-spaces-region):
7056         New, split from vhdl-remove-trailing-spaces.
7057         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7058         Respect vhdl-beautify-options.
7059         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7060         (vhdl-update-sensitivity-list): Not add with index if exists without.
7061         Not include array index with signal.  Ignore keywords in comments.
7062         (vhdl-get-visible-signals): Regexp tweaks.
7063         (vhdl-template-component-inst): Handle empty library.
7064         (vhdl-template-type): Add template for 'enum' type.
7065         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7066         Use vhdl-replace-string.
7067         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7068         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7069         (vhdl-speedbar-initialize): Update for above name change.
7070         (vhdl-compose-wire-components): Fix in handling of constants.
7071         (vhdl-error-regexp-emacs-alist): New variable.
7072         (vhdl-error-regexp-add-emacs): New function;
7073         adds support for new compile.el (Emacs 22+)
7074         (vhdl-generate-makefile-1): Change target order for single lib. units.
7075         Allow use of absolute file names.
7077 2013-05-16  Leo Liu  <sdl.web@gmail.com>
7079         * simple.el (prog-indent-sexp): Indent enclosing defun.
7081 2013-05-15  Glenn Morris  <rgm@gnu.org>
7083         * cus-start.el (show-trailing-whitespace): Move to editing basics.
7084         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7085         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7086         (whitespace-highlight): Move to whitespace group.
7088         * comint.el (comint-source):
7089         * pcmpl-linux.el (pcmpl-linux):
7090         * shell.el (shell-faces):
7091         * eshell/esh-opt.el (eshell-opt):
7092         * international/ccl.el (ccl): Remove empty custom groups.
7094         * completion.el (dynamic-completion-mode):
7095         * jit-lock.el (jit-lock-debug-mode):
7096         * minibuffer.el (completion-in-region-mode):
7097         * type-break.el (type-break-mode-line-message-mode)
7098         (type-break-query-mode):
7099         * emulation/tpu-edt.el (tpu-edt-mode):
7100         * progmodes/subword.el (global-subword-mode, global-superword-mode):
7101         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7102         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7104         * term/xterm.el (xterm): Change parent group to terminals.
7106         * master.el (master): Remove empty custom group.
7107         (master-mode): Remove unused :group argument.
7108         * textmodes/refill.el (refill): Remove empty custom group.
7109         (refill-mode): Remove unused :group argument.
7111         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7113         * cus-dep.el: Provide a feature.
7114         (custom-make-dependencies): Ignore dotfiles (dir-locals).
7115         Don't mistakenly ignore files whose basenames match a basename
7116         from preloaded-file-list (eg cedet/ede/simple.el).
7117         Add a fallback method for getting :group.
7119 2013-05-15  Juri Linkov  <juri@jurta.org>
7121         * isearch.el (isearch-char-by-name): Rename from
7122         `isearch-insert-char-by-name'.  Doc fix.
7123         (isearch-forward): Mention `isearch-char-by-name' in
7124         the docstring.  (Bug#13348)
7126         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7127         `exit-minibuffer' instead of
7128         `isearch-nonincremental-exit-minibuffer'.
7129         (isearch-edit-string): Remove mention of
7130         `isearch-nonincremental-exit-minibuffer' from docstring.
7131         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7132         (isearch-forward-exit-minibuffer)
7133         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
7135 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * loadup.el: Just use unversioned DOC.
7139         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7140         literals as extending to EOB.
7141         (nxml-last-fontify-end): Remove unused variable.
7142         (nxml-after-change1): Use with-silent-modifications.
7143         (nxml-extend-after-change-region): Simplify.
7144         (nxml-extend-after-change-region1): Remove function.
7145         (nxml-after-change1): Don't adjust for dependent regions.
7146         (nxml-fontify-matcher): Simplify.
7147         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7148         (xmltok-add-dependent): Remove function.
7149         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7150         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7151         (xmltok-scan-prolog-after-processing-instruction-open): Treat
7152         unclosed <[[, <?, comment, and other literals as extending to EOB.
7153         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7154         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7155         Remove functions.
7156         (rng-do-some-validation-1): Don't mark dependent regions.
7157         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7158         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7159         (nxml-clear-dependent-regions): Remove functions.
7160         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7161         (nxml-ensure-scan-up-to-date):
7162         Don't clear&mark dependent regions.
7164 2013-05-15  Leo Liu  <sdl.web@gmail.com>
7166         * progmodes/octave.el (octave-goto-function-definition):
7167         Improve and fix callers.
7169 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7172         the setter (bug#14387).
7174         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7175         surrounding group (bug#14402).
7177 2013-05-14  Juri Linkov  <juri@jurta.org>
7179         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7180         (Bug#14390)
7182 2013-05-14  Glenn Morris  <rgm@gnu.org>
7184         * progmodes/f90.el (f90-imenu-generic-expression):
7185         Fix typo in 2013-05-08 change.  (Bug#14402)
7187 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
7189         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7190         Remove signals for which replies are never received.
7192 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
7194         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7195         (gdb-handler-alist, gdb-handler-number): Remove variables.
7196         (gdb-handler-list): New variable.
7197         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7198         (gdb-pending-handler-p, gdb-handle-reply)
7199         (gdb-remove-all-pending-triggers): New functions.
7200         (gdb-discard-unordered-replies): New defcustom.
7201         (gdb-handler): New defstruct.
7202         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
7203         instead of gdb-pending-triggers.  Update docstring.
7204         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
7205         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7206         (gdb-var-update-handler, def-gdb-auto-update-trigger)
7207         (def-gdb-auto-update-handler, gdb-get-changed-registers)
7208         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7209         (gdb-frame-handler): Pending triggers are now automatically managed.
7210         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7211         Remove argument.
7212         (gdb-input): Automatically handles pending triggers.  Update docstring.
7213         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7214         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7215         Update comments.
7216         (gdb-done-or-error): Now use gdb-handle-reply.
7218 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
7220         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7221         gdb-debug-log.
7223 2013-05-14  Glenn Morris  <rgm@gnu.org>
7225         * subr.el (user-emacs-directory-warning): New option.
7226         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
7228 2013-05-14  Leo Liu  <sdl.web@gmail.com>
7230         * progmodes/octave.el (octave-font-lock-keywords): Fix error
7231         during redisplay.
7232         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7233         (octave-font-lock-texinfo-comment): Fix invalid search bound
7234         error: wrong side of point.
7236 2013-05-14  Glenn Morris  <rgm@gnu.org>
7238         * progmodes/flymake.el (flymake-xml-program): New option.
7239         (flymake-xml-init): Use it.
7241         * term/xterm.el: Provide a feature.
7243         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
7245 2013-05-13  Glenn Morris  <rgm@gnu.org>
7247         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7248         Add compat aliases as a hack workaround.  (Bug#14384)
7250 2013-05-13  Leo Liu  <sdl.web@gmail.com>
7252         * progmodes/octave.el (octave-indent-comment): Fix indentation for
7253         ###, and %!.
7254         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7255         C-M-q.
7256         (octave-comment-start-skip): Include %!.
7257         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7259 2013-05-12  Leo Liu  <sdl.web@gmail.com>
7261         * progmodes/octave.el (inferior-octave-startup): Store the value
7262         of __octave_srcdir__ for octave-source-directories.
7263         (inferior-octave-check-process): New function refactored out of
7264         inferior-octave-send-list-and-digest.
7265         (octave-source-directories)
7266         (octave-find-definition-filename-function): New variables.
7267         (octave-source-directories)
7268         (octave-find-definition-default-filename): New functions.
7269         (octave-find-definition): Improve to find functions implemented in C++.
7271 2013-05-12  Glenn Morris  <rgm@gnu.org>
7273         * calendar/diary-lib.el (diary-outlook-format-1):
7274         Don't include dayname in the output.  (Bug#14349)
7276 2013-05-11  Glenn Morris  <rgm@gnu.org>
7278         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7280         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7281         Treat cc-provide like provide.
7283 2013-05-11  Kevin Ryde  <user42@zip.com.au>
7285         * cus-dep.el (custom-make-dependencies):
7286         Use generated-autoload-load-name for the sake of files such
7287         such cedet/semantic/bovine/c.el, where the base file name
7288         is not in load-path.  (Bug#5277)
7290 2013-05-11  Glenn Morris  <rgm@gnu.org>
7292         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7293         Provide features.
7295 2013-05-11  Leo Liu  <sdl.web@gmail.com>
7297         * progmodes/octave.el (octave-indent-comment): Improve.
7298         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7299         (octave-eldoc-function-signatures, octave-eldoc-function):
7300         New functions.
7301         (octave-mode, inferior-octave-mode): Add eldoc support.
7303 2013-05-11  Richard Stallman  <rms@gnu.org>
7305         * epa.el (epa-decrypt-file): Take output file name as argument
7306         and read it using `interactive'.
7308 2013-05-11  Leo Liu  <sdl.web@gmail.com>
7310         * progmodes/octave.el (octave-beginning-of-line)
7311         (octave-end-of-line): Check before using up-list because it jumps
7312         out of more syntactic contructs since moving to smie.
7313         (octave-indent-comment): New function.
7314         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
7315         (octave-begin-keywords, octave-end-keywords)
7316         (octave-reserved-words, octave-smie-bnf-table)
7317         (octave-smie-rules): Add new keywords from Octave 3.6.4.
7319 2013-05-11  Glenn Morris  <rgm@gnu.org>
7321         * faces.el (internal-face-x-get-resource):
7322         * frame.el (ns-display-monitor-attributes-list):
7323         * calc/calc-aent.el (math-to-radians-2):
7324         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
7325         Fix declarations.
7327         * calc/calc-menu.el: Make it loadable in isolation.
7329         * net/eudcb-bbdb.el: Make it loadable without bbdb.
7330         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7331         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7332         (eudc-bbdb-query-internal): Require 'bbdb.
7334         * lpr.el (lpr-headers-switches):
7335         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7337         * progmodes/sql.el (sql-login-params): Fix and improve :type.
7339         * emulation/edt-mapper.el: In batch mode, error rather than hang.
7341         * term.el (term-set-escape-char): Make it idempotent.
7343 2013-05-10  Leo Liu  <sdl.web@gmail.com>
7345         * progmodes/octave.el (inferior-octave-completion-table):
7346         No longer a function and all uses changed.  Use cache to speed up
7347         completion due to bug#11906.
7348         (octave-beginning-of-defun): Re-write to be more general.
7350 2013-05-10  Glenn Morris  <rgm@gnu.org>
7352         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7354 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7356         * comint.el (comint-redirect-send-command-to-process): Use :around
7357         rather than :override for comint-redirect-filter.
7358         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7359         Call it instead of comint-redirect-original-filter-function (which
7360         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
7362 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
7364         * frame.el (display-monitor-attributes-list): Add NS case.
7365         (ns-display-monitor-attributes-list): Declare.
7367 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
7369         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
7371 2013-05-09  Glenn Morris  <rgm@gnu.org>
7373         * international/fontset.el (vertical-centering-font-regexp):
7374         Set standard-value.
7376         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7378         * bookmark.el (bookmark-search-delay):
7379         * cus-start.el (vertical-centering-font-regexp):
7380         * ps-mule.el (ps-mule-font-info-database-default):
7381         * ps-print.el (ps-default-fg, ps-default-bg):
7382         * type-break.el (type-break-good-break-interval):
7383         * whitespace.el (whitespace-indentation-regexp)
7384         (whitespace-space-after-tab-regexp):
7385         * emacs-lisp/testcover.el (testcover-1value-functions)
7386         (testcover-noreturn-functions, testcover-progn-functions)
7387         (testcover-prog1-functions):
7388         * emulation/viper-init.el (viper-emacs-state-cursor-color):
7389         * eshell/em-glob.el (eshell-glob-translate-alist):
7390         * play/tetris.el (tetris-tty-colors):
7391         * progmodes/cpp.el (cpp-face-default-list):
7392         * progmodes/flymake.el (flymake-allowed-file-name-masks):
7393         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7394         (idlwave-help-browser-generic-args):
7395         * progmodes/make-mode.el (makefile-special-targets-list):
7396         * progmodes/python.el (python-shell-virtualenv-path):
7397         * progmodes/verilog-mode.el (verilog-active-low-regexp)
7398         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7399         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7400         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7401         * textmodes/reftex-vars.el (reftex-format-label-function):
7402         * textmodes/remember.el (remember-diary-file): Fix custom types.
7404         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7405         Add :version.
7407 2013-05-09  Leo Liu  <sdl.web@gmail.com>
7409         * progmodes/octave.el (inferior-octave-completion-at-point):
7410         Restore file completion.  (Bug#14300)
7411         (inferior-octave-startup): Fix incorrect highlighting for the
7412         first prompt.
7414 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * progmodes/ruby-mode.el: First cut at SMIE support.
7417         (ruby-use-smie): New var.
7418         (ruby-smie-grammar): New constant.
7419         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7420         (ruby-smie--forward-token, ruby-smie--backward-token)
7421         (ruby-smie-rules): New functions.
7422         (ruby-mode-variables): Setup SMIE if applicable.
7424 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
7426         * simple.el (line-move-visual): Signal beginning/end of buffer
7427         only if vertical-motion moved less than it was requested.  Avoids
7428         silly incorrect error messages when there are display strings with
7429         multiple newlines at EOL.
7431 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7433         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7434         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7435         (prolog-char-quote-workaround):
7436         * progmodes/cperl-mode.el (cperl-under-as-char):
7437         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
7438         Mark as obsolete.
7439         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
7440         their declaration.
7441         (vhdl-mode-syntax-table-init): Remove.
7443         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7444         last change.
7446         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7447         syntax for "_".
7448         (ld-script-font-lock-keywords):
7449         Change regexps to use things like \_< and \_>.
7451         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7452         Change all regexps to use things like \_< and \_>.
7454         * progmodes/autoconf.el (autoconf-definition-regexp)
7455         (autoconf-font-lock-keywords, autoconf-current-defun-function):
7456         Handle a _ with symbol syntax.
7457         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7459         * progmodes/ada-mode.el (ada-mode-abbrev-table):
7460         Consolidate declaration.
7461         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7462         the declaration.
7463         (ada-create-syntax-table): Remove.
7464         (ada-capitalize-word): Don't mess with the syntax of "_" since it
7465         already has the right syntax nowadays.
7466         (ada-goto-next-word): Don't change the syntax of "_".
7468         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7469         with-wrapper-hook.
7471 2013-05-08  Sam Steingold  <sds@gnu.org>
7473         * thingatpt.el (thing-at-point): Accept optional second argument
7474         NO-PROPERTIES to strip the text properties from the return value.
7475         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7476         to `thing-at-point' instead of stripping the properties ourselves.
7477         Also, when `thing-at-point' fails to find a url, prepend "http://"
7478         to the filename at point on the assumption that the user is
7479         pointing at something like gnu.org/gnu.
7481 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
7483         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7484         * faces.el (crm-separator):
7485         Silence byte-compiler.
7487         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7488         (tool-bar-map): Remove unneeded defvars.
7490 2013-05-08  Leo Liu  <sdl.web@gmail.com>
7492         Re-work a fix for bug#10994 based on Le Wang's patch.
7493         * ido.el (ido-remove-consecutive-dups): New helper.
7494         (ido-completing-read): Use it.
7495         (ido-chop): Revert fix for bug#10994.
7497 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
7499         * cus-edit.el (custom-save-variables):
7500         Pretty-print long values.  (Bug#14187)
7502 2013-05-08  Glenn Morris  <rgm@gnu.org>
7504         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7505         (m4-mode-syntax-table): Init in the defvar.
7506         (m4-mode-abbrev-table): Let define-derived-mode define it.
7508 2013-05-08  Tom Tromey  <tromey@redhat.com>
7510         * progmodes/m4-mode.el (m4-mode-syntax-table):
7511         Do not treat "_" as word constituent.  (Bug#14167)
7513 2013-05-07  Glenn Morris  <rgm@gnu.org>
7515         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7516         Remove explicit eshell-isearch-cancel-map.
7518         * progmodes/f90.el (f90-smart-end-names): New option.
7519         (f90-smart-end): Doc fix.
7520         (f90-end-block-optional-name): New constant.
7521         (f90-block-match): Respect f90-smart-end-names.
7523 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7525         * progmodes/octave.el (octave-smie-forward-token): Be more careful
7526         about implicit semi-colons (bug#14218).
7528 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7530         * frame.el (display-monitor-attributes-list)
7531         (frame-monitor-attributes): New functions.
7533 2013-05-06  Leo Liu  <sdl.web@gmail.com>
7535         * progmodes/octave.el (octave-syntax-propertize-function): Change
7536         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
7537         (octave-font-lock-keywords): Use octave-operator-regexp.
7538         (octave-completion-at-point): Rename from
7539         octave-completion-at-point-function.
7540         (inferior-octave-directory-tracker): Robustify.
7541         (octave-text-functions): Remove and fix its uses.  No such things
7542         any more.
7544 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7546         * emacs-lisp/trace.el (trace--display-buffer): New function.
7547         (trace-make-advice): Use it.
7549 2013-05-06  Juri Linkov  <juri@jurta.org>
7551         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
7552         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7553         Doc fix.
7554         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7555         in the help string.  (Bug#12985)
7557 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
7559         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
7561 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7563         * progmodes/perl-mode.el: Add support for here documents.
7564         (perl-syntax-propertize-function): Match here-doc markers.
7565         (perl-syntax-propertize-special-constructs): Find their end.
7566         (perl-imenu-generic-expression): Use [:alnum:].
7568         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7569         (advice--add-function): Refresh the advice if already present
7570         (bug#14317).
7572 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
7574         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
7576 2013-05-06  Glenn Morris  <rgm@gnu.org>
7578         * w32-fns.el (w32-charset-info-alist): Declare.
7580         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7581         of its defcustom properties.
7582         (eshell-cmpl-initialize): No need to load pcomplete.
7584         * generic-x.el: No need to require comint when compiling.
7586         * net/eudc-export.el: Make it loadable without bbdb.
7587         (top-level): Use require rather than load-library.
7588         (eudc-create-bbdb-record, eudc-bbdbify-phone)
7589         (eudc-batch-export-records-to-bbdb)
7590         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7591         Require bbdb.
7593 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7595         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7596         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7597         some tweaks, instead.
7599 2013-05-05  Leo Liu  <sdl.web@gmail.com>
7601         * progmodes/octave.el (octave-font-lock-keywords)
7602         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7603         (inferior-octave-send-list-and-digest): Improve error message.
7604         (octave-mode, inferior-octave-mode): Use setq-local.
7605         (octave-help): Set info-lookup-mode.
7607 2013-05-05  Richard Stallman  <rms@gnu.org>
7609         * vc/compare-w.el (compare-windows-whitespace):
7610         Treat no-break space as whitespace.
7612         * mail/rmailsum.el (rmail-summary-rmail-update):
7613         Detect empty summary and don't change selected message.
7614         (rmail-summary-goto-msg): Likewise.
7616         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7617         Doc fixes, rename args.
7619 2013-05-05  Alan Mackenzie  <acm@muc.de>
7621         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7623 2013-05-05  Juri Linkov  <juri@jurta.org>
7625         * info.el (Info-read-subfile): Use (point-min) instead of (point)
7626         to not add the length of the summary segment to the return value.
7627         (Bug#14125)
7629 2013-05-05  Leo Liu  <sdl.web@gmail.com>
7631         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7632         (inferior-octave-output-filter): Remove.
7633         (octave-send-region, inferior-octave-startup): Fix callers.
7634         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7635         (octave-binary-file-extensions): New user variable.
7636         (octave-find-definition): Confirm if opening binary files.
7637         (octave-help-file): Use octave-find-definition to get the binary
7638         confirmation.
7639         (octave-help): Adjust for octave-help-file change.
7641 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7643         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7644         Merge the two entries that handle function definitions.
7645         (pascal--syntax-propertize): New const.
7646         (pascal-mode): Use it.  Use setq-local.
7648 2013-05-04  Glenn Morris  <rgm@gnu.org>
7650         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7651         (diary-from-outlook): Respect diary-from-outlook-function.
7653 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7656         Move the declaration from C.
7657         (read-minibuffer, eval-minibuffer): Move from C.
7658         (completion-setup-function): Avoid minibuffer-completion-contents.
7660 2013-05-03  Leo Liu  <sdl.web@gmail.com>
7662         * progmodes/octave.el (octave-font-lock-keywords): Do not
7663         dehighlight 'end' in comments or strings.
7664         (octave-completing-read, octave-goto-function-definition):
7665         New helpers.
7666         (octave-help-buffer): New user variable.
7667         (octave-help-file, octave-help-function): New button types.
7668         (octave-help): New command and bind it to C-h ;.
7669         (octave-find-definition): New command and bind it to M-.
7670         (user-error): Alias to error if not defined.
7672 2013-05-02  Leo Liu  <sdl.web@gmail.com>
7674         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7675         for \.  (bug#14332)
7676         (octave-font-lock-keywords): Include [ and {.
7678 2013-05-02  Leo Liu  <sdl.web@gmail.com>
7680         * progmodes/octave.el (inferior-octave-startup-file): Change default.
7681         (inferior-octave): Remove calling comint-mode and return the buffer.
7682         (inferior-octave-startup): Cosmetic changes.
7684 2013-05-02  Leo Liu  <sdl.web@gmail.com>
7686         * progmodes/octave.el (octave-syntax-propertize-function):
7687         Include the case when ' is at line beginning.  (Bug#14336)
7689 2013-05-02  Glenn Morris  <rgm@gnu.org>
7691         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7692         * desktop.el (vc-dir-mode): Just autoload it here.
7694 2013-05-02  Alan Mackenzie  <acm@muc.de>
7696         Eliminate variable c-standard-font-lock-fontify-region-function.
7697         * progmodes/cc-mode.el
7698         (c-standard-font-lock-fontify-region-function): Remove.
7699         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7701 2013-05-01  Leo Liu  <sdl.web@gmail.com>
7703         * progmodes/octave.el: Compatible with older emacs-24 releases.
7704         (inferior-octave-has-built-in-variables): Remove.  Built-in
7705         variables were removed from Octave in 2007.
7706         (inferior-octave-startup): Fix uses.
7707         (comint-line-beginning-position): Remove compatibility code for
7708         emacs 21.
7710 2013-05-01  Juri Linkov  <juri@jurta.org>
7712         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
7714 2013-05-01  Juri Linkov  <juri@jurta.org>
7716         * comint.el (comint-previous-matching-input): Don't print message
7717         "History item: %d" when `isearch-mode' is active.
7718         (comint-history-isearch-message): Print message "History item: %d"
7719         when `comint-input-ring-index' is not empty and this function is
7720         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
7722 2013-05-01  Leo Liu  <sdl.web@gmail.com>
7724         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7725         definitions.  Use completion-at-point to insert keywords.
7726         (octave-abbrev-start): Remove.
7727         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7729 2013-04-30  Leo Liu  <sdl.web@gmail.com>
7731         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7732         change.
7734 2013-04-30  Alan Mackenzie  <acm@muc.de>
7736         Handle arbitrarily long C++ member initialisation lists.
7737         * progmodes/cc-engine.el (c-back-over-member-initializers):
7738         new function.
7739         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7740         (most) member init lists.
7742 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7744         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7745         variable.
7747 2013-04-30  Leo Liu  <sdl.web@gmail.com>
7749         * progmodes/octave.el (octave-variables): Remove.  No builtin
7750         variables any more.  All converted to functions.
7751         (octave-font-lock-keywords, octave-completion-at-point-function):
7752         Fix uses.
7753         (octave-font-lock-texinfo-comment): New user variable.
7754         (octave-texinfo-font-lock-keywords): New variable for texinfo
7755         comment block.
7756         (octave-function-comment-block): New face.
7757         (octave-font-lock-texinfo-comment): New function.
7758         (octave-mode): Font lock texinfo comment block.
7760 2013-04-29  Leo Liu  <sdl.web@gmail.com>
7762         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7763         indexing expression.
7764         (octave-continuation-string): Do not use \.
7765         (inferior-octave-complete-impossible): Remove.
7766         (inferior-octave-completion-table)
7767         (inferior-octave-completion-at-point): Remove its uses.
7768         (inferior-octave-startup): completion_matches was introduced to
7769         Octave in 1996 so safe to assume it.
7770         (octave-function-file-comment): Improve to follow how Octave does it.
7771         (octave-update-function-file-comment): Tweak.
7773 2013-04-29  Leo Liu  <sdl.web@gmail.com>
7775         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7776         (inferior-octave-startup): Remove inferior-octave-startup-hook.
7777         (octave-function-file-comment): Fix typo.
7778         (octave-sync-function-file-names): Use read-char-choice.
7780 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
7782         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7783         to t for the less important warnings.
7785 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
7787         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
7789 2013-04-27  Glenn Morris  <rgm@gnu.org>
7791         * vc/log-view.el (log-view-current-entry):
7792         Treat "---" separator lines as part of the following rev.  (Bug#14169)
7794 2013-04-27  Juri Linkov  <juri@jurta.org>
7796         * subr.el (read-number): Doc fix about using it by interactive
7797         code letter `n'.  (Bug#14254)
7799 2013-04-27  Juri Linkov  <juri@jurta.org>
7801         * desktop.el (desktop-auto-save-timeout): New option.
7802         (desktop-file-checksum): New variable.
7803         (desktop-save): Add optional arg `auto-save' and don't auto-save
7804         if nothing changed.
7805         (desktop-auto-save-timer): New variable.
7806         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7807         (after-init-hook): Call `desktop-auto-save-set-timer'.
7808         Suggested by Reuben Thomas <rrt@sc3d.org> in
7809         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7811 2013-04-27  Leo Liu  <sdl.web@gmail.com>
7813         * progmodes/octave.el (octave-function-file-p)
7814         (octave-skip-comment-forward, octave-function-file-comment)
7815         (octave-update-function-file-comment): New functions.
7816         (octave-mode-map): Bind C-c ; to
7817         octave-update-function-file-comment.
7818         (octave-mode-menu): Add octave-update-function-file-comment.
7819         (octave-mode, inferior-octave-mode): Fix doc-string.
7820         (octave-insert-defun): Conform to Octave's coding convention.
7821         (Bug#14285)
7823         * files.el (basic-save-buffer): Don't let errors in
7824         before-save-hook prevent saving buffer.
7826 2013-04-20  Roland Winkler  <winkler@gnu.org>
7828         * faces.el (read-face-name): Use completing-read if arg multiple
7829         is nil.
7831 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
7833         * ls-lisp.el (ls-lisp-insert-directory): If no files are
7834         displayed, move point to after the totals line.
7835         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7836         for the details.
7838 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7840         * emacs-lisp/package.el (package-autoload-ensure-default-file):
7841         Add current dir to the load-path.
7842         (package-generate-autoloads): Don't rely on
7843         autoload-ensure-default-file.
7845 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
7847         * textmodes/remember.el (remember-store-in-files): Document that
7848         the file name format is passed to `format-time-string'.
7850 2013-04-26  Leo Liu  <sdl.web@gmail.com>
7852         * progmodes/octave.el (octave-sync-function-file-names): New function.
7853         (octave-mode): Use it in before-save-hook.
7855 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7857         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7858         (bug#14274).
7860         * progmodes/octave.el (octave-smie-forward-token): Properly skip
7861         \n and comment, even if it's not an implicit ; (bug#14218).
7863 2013-04-26  Glenn Morris  <rgm@gnu.org>
7865         * subr.el (read-number): Once more use `read' rather than
7866         `string-to-number', to trap non-numeric input.  (Bug#14254)
7868 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
7870         * emacs-lisp/syntax.el (syntax-propertize-multiline):
7871         Use `syntax-multiline' text property consistently instead of
7872         `font-lock-multiline'.  (Bug#14237)
7874 2013-04-26  Glenn Morris  <rgm@gnu.org>
7876         * emacs-lisp/shadow.el (list-load-path-shadows):
7877         No longer necessary to check for duplicate simple.el, since
7878         2012-07-07 change to init_lread to not include installation lisp
7879         directories in load-path when running uninstalled.  (Bug#14270)
7881 2013-04-26  Leo Liu  <sdl.web@gmail.com>
7883         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7884         (octave-mode, inferior-octave-mode): Use setq-local.
7885         (octave-not-in-string-or-comment-p): Rename to
7886         octave-in-string-or-comment-p.
7887         (octave-in-comment-p, octave-in-string-p)
7888         (octave-in-string-or-comment-p): Replace defsubst with defun.
7890 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7892         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7894 2013-04-25  Bastien Guerry  <bzg@gnu.org>
7896         * textmodes/remember.el (remember-data-directory)
7897         (remember-directory-file-name-format): Fix custom types.
7899 2013-04-25  Leo Liu  <sdl.web@gmail.com>
7901         * progmodes/octave.el (octave-completion-at-point-function):
7902         Make use of inferior octave process.
7903         (octave-initialize-completions): Remove.
7904         (inferior-octave-completion-table): New function.
7905         (inferior-octave-completion-at-point): Use it.
7906         (octave-completion-alist): Remove.
7908 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * progmodes/opascal.el: Use font-lock and syntax-propertize.
7911         (opascal-mode-syntax-table): New var.
7912         (opascal-literal-kind, opascal-is-literal-end)
7913         (opascal-literal-token-at): Rewrite.
7914         (opascal--literal-start-re, opascal-font-lock-keywords)
7915         (opascal--syntax-propertize): New constants.
7916         (opascal-font-lock-defaults): Adjust.
7917         (opascal-mode): Use them.  Set comment-<foo> variables as well.
7918         (delphi-comment-face, opascal-comment-face, delphi-string-face)
7919         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7920         (delphi-other-face, opascal-other-face): Remove face variables.
7921         (opascal-save-state): Remove macro.
7922         (opascal-fontifying-progress-step): Remove constant.
7923         (opascal--ignore-changes): Remove var.
7924         (opascal-set-token-property, opascal-parse-next-literal)
7925         (opascal-is-stable-literal, opascal-complete-literal)
7926         (opascal-is-literal-start, opascal-face-of)
7927         (opascal-parse-region, opascal-parse-region-until-stable)
7928         (opascal-fontify-region, opascal-after-change)
7929         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7930         (opascal-debug-parse-region, opascal-debug-parse-window)
7931         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7932         (opascal-debug-fontify-buffer): Remove.
7933         (opascal-debug-mode-map): Adjust accordingly.
7935 2013-04-25  Leo Liu  <sdl.web@gmail.com>
7937         Merge octave-mod.el and octave-inf.el into octave.el with some
7938         cleanups.
7939         * progmodes/octave.el: New file renamed from octave-mod.el.
7940         * progmodes/octave-inf.el: Merged into octave.el.
7941         * progmodes/octave-mod.el: Renamed to octave.el.
7943 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
7945         * textmodes/reftex-vars.el
7946         (reftex-label-ignored-macros-and-environments): New defcustom.
7948         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7950 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7952         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7953         (smie-indent-keyword): Improve the check to ensure that the next
7954         comment is really on the same line.
7955         (smie-indent-comment): Don't align with a subsequent closer (or eob).
7957         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7958         semi-colons if the line is not otherwise empty (bug#14218).
7960 2013-04-25  Glenn Morris  <rgm@gnu.org>
7962         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7964 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7966         * progmodes/opascal.el (opascal-set-token-property): Rename from
7967         opascal-set-text-properties and only set `token' (bug#14134).
7968         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7969         (opascal-literal-text-properties): Remove.
7970         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7971         Adjust callers.
7973 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
7975         * textmodes/remember.el (remember-handler-functions): Add an
7976         option for a new handler `remember-store-in-files'.
7977         (remember-data-directory, remember-directory-file-name-format):
7978         New options.
7979         (remember-store-in-files): New function to store remember notes
7980         as separate files within a directory.
7982 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
7984         * progmodes/compile.el (compilation-next-error-function):
7985         Pass "formats" to compilation-find-file (bug#11777).
7987 2013-04-24  Glenn Morris  <rgm@gnu.org>
7989         * vc/vc-bzr.el (vc-bzr-print-log):
7990         * vc/vc-hg.el (vc-hg-print-log):
7991         * vc/vc-svn.el (vc-svn-print-log):
7992         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
7994         * vc/vc-bzr.el (vc-bzr-print-log):
7995         * vc/vc-cvs.el (vc-cvs-print-log):
7996         * vc/vc-git.el (vc-git-print-log):
7997         * vc/vc-hg.el (vc-hg-print-log):
7998         * vc/vc-mtn.el (vc-mtn-print-log):
7999         * vc/vc-rcs.el (vc-rcs-print-log):
8000         * vc/vc-sccs.el (vc-sccs-print-log):
8001         * vc/vc-svn.el (vc-svn-print-log):
8002         * vc/vc.el (vc-print-log-internal): Doc fixes.
8004 2013-04-23  Glenn Morris  <rgm@gnu.org>
8006         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8007         Remove venerable code attempting to avoid substitute-command-keys.
8009 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
8011         * textmodes/reftex-vars.el (reftex-label-regexps):
8012         Call `reftex-compile-variables' after changes to this variable.
8014 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8017         Use lexical-binding.
8018         (jit-lock-force-redisplay): Use markers, check buffer's continued
8019         existence and beware narrowed buffers.
8020         (jit-lock-fontify-now): Adjust call accordingly.
8022 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8024         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8025         to avoid misleading the user.
8027 2013-04-22  Leo Liu  <sdl.web@gmail.com>
8029         * info-look.el: Prefer latex2e.info.  (Bug#14240)
8031 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
8033         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
8035         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8036         * net/tramp.el (tramp-call-process): ... here.
8037         (tramp-set-completion-function, tramp-parse-putty):
8038         * net/tramp-adb.el (tramp-adb-execute-adb-command):
8039         * net/tramp-gvfs.el (tramp-gvfs-send-command):
8040         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8041         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8042         (tramp-call-local-coding-command): Use `tramp-call-process'
8043         instead of `tramp-compat-call-process'.
8045         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8046         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8047         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8048         (tramp-find-inline-compress): Improve traces.
8049         (tramp-maybe-send-script): Check for Perl binary.
8050         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8052 2013-04-22  Daiki Ueno  <ueno@gnu.org>
8054         * epg.el (epg-context-pinentry-mode): New function.
8055         (epg-context-set-pinentry-mode): New function.
8056         (epg--start): Pass --pinentry-mode option to gpg command.
8058 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
8060         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8061         `comint-dynamic-complete' is obsolete since 24.1, replaced by
8062         `completion-at-point'.  (Bug#13774)
8064         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8065         default key binding for `describe-distribution' has been moved to
8066         `C-h C-o'.  (Bug#13970)
8068 2013-04-21  Glenn Morris  <rgm@gnu.org>
8070         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8071         Add doc strings.
8072         (vc-print-log): Clarify interactive prompt.
8074 2013-04-20  Glenn Morris  <rgm@gnu.org>
8076         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8077         No longer include timestamp etc information.
8079 2013-04-20  Roland Winkler  <winkler@gnu.org>
8081         * faces.el (read-face-name): Bug fix, return just one face if arg
8082         multiple is nil.  (Bug#14209)
8084 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8086         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8087         (remove-function): Autoload.
8089         * comint.el (comint-redirect-original-filter-function): Remove.
8090         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8091         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8092         (vc-cvs-annotate-command):
8093         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8094         * progmodes/prolog.el (prolog-consult-compile):
8095         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8096         Use add/remove-function instead.
8097         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8098         (gud-tooltip-process-output, gud-tooltip-tips):
8099         Use add/remove-function instead.
8100         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8101         (scheme-interaction-mode, exit-scheme-interaction-mode):
8102         Use add/remove-function instead.
8104         * vc/vc-dispatcher.el: Use lexical-binding.
8105         (vc--process-sentinel): Rename from vc-process-sentinel.
8106         Change last arg to be the code to run.  Don't use vc-previous-sentinel
8107         and vc-sentinel-commands any more.
8108         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
8109         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8111 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
8113         * progmodes/sh-script.el (sh-imenu-generic-expression):
8114         Handle function names with a single character.   (Bug#14111)
8116 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
8118         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8119         for subroutines defined in an eval (bug#14182).
8121 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8123         * bookmark.el (bookmark-completing-read): Improve handling of empty
8124         string (bug#14176).
8126 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8128         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8130 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8132         New faster Imenu implementation (bug#14058).
8133         * progmodes/python.el:
8134         (python-imenu-prev-index-position):
8135         (python-imenu-format-item-label-function)
8136         (python-imenu-format-parent-item-label-function)
8137         (python-imenu-format-parent-item-jump-label-function):
8138         New vars.
8139         (python-imenu-format-item-label)
8140         (python-imenu-format-parent-item-label)
8141         (python-imenu-format-parent-item-jump-label)
8142         (python-imenu--put-parent, python-imenu--build-tree)
8143         (python-imenu-create-index, python-imenu-create-flat-index)
8144         (python-util-popn): New functions.
8145         (python-mode): Set imenu-create-index-function to
8146         python-imenu-create-index.
8148 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8150         * winner.el (winner-active-region): Use region-active-p, activate-mark
8151         and deactivate-mark (bug#14225).
8153         * simple.el (deactivate-mark): Don't inline it.
8155 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
8157         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8159 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
8161         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8162         file extensions from the archive-mode entry in order to prefer
8163         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8165 2013-04-18  Leo Liu  <sdl.web@gmail.com>
8167         * bindings.el (help-event-list): Add ?\?.
8169 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8171         * subr.el (with-wrapper-hook): Declare obsolete.
8172         * simple.el (filter-buffer-substring-function): New hook.
8173         (filter-buffer-substring): Use it.
8174         (filter-buffer-substring-functions): Mark obsolete.
8175         * minibuffer.el (completion-in-region-function): New hook.
8176         (completion-in-region): Use it.
8177         (completion-in-region-functions): Mark obsolete.
8178         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8179         * abbrev.el (abbrev-expand-function): New hook.
8180         (expand-abbrev): Use it.
8181         (abbrev-expand-functions): Mark obsolete.
8182         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8183         and :filter-return.
8185 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8187         * progmodes/python.el (python-nav--syntactically): Fix cornercases
8188         and do not care about match data.
8190 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8192         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8193         completion tables when completing error conditions and
8194         `declare' arguments.
8195         (lisp-complete-symbol, field-complete): Mark as obsolete.
8196         (check-parens): Unmatched parens are user errors.
8197         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8199 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
8201         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8202         command changed buffer (ie. `flyspell-pre-buffer' is not current
8203         buffer), which prevents making decisions based on invalid value of
8204         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
8205         cause an error when `flyspell-pre-point' was nil after switching
8206         buffers.
8207         (flyspell-post-command-hook): No longer needs to change buffers when
8208         checking pre-word.  While at it remove unnecessary progn.
8210 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
8212         * textmodes/ispell.el (ispell-add-per-file-word-list):
8213         Fix `flyspell-correct-word-before-point' error when accepting
8214         words and `coment-padding' is an integer by using
8215         `comment-normalize-vars' (Bug #14214).
8217 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8219         New defun movement commands.
8220         * progmodes/python.el (python-nav--syntactically)
8221         (python-nav--forward-defun, python-nav-backward-defun)
8222         (python-nav-forward-defun): New functions.
8224 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8226         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8227         (python-syntax-context): Use named compiler-macro for backwards
8228         compatibility with Emacs 24.x.
8230 2013-04-17  Leo Liu  <sdl.web@gmail.com>
8232         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8233         octave-hide-process-buffer.
8235 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8237         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8238         (bug#14216).
8240 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
8242         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8243         Fix adjustment of offset when receiving incomplete responses from GDB
8244         (bug#14129).
8246 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8248         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8249         python-mode-abbrev-table.
8250         (python-skeleton-define): Adjust accordingly.
8251         (python-mode-abbrev-table): New table that inherits from it so that
8252         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8254         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8255         (abbrev-symbol): Use it.
8256         (abbrev--before-point): Use it since we already handle inheritance.
8258 2013-04-16  Leo Liu  <sdl.web@gmail.com>
8260         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8261         binding to info-lookup-symbol.
8263 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
8265         * minibuffer.el (completion--twq-all):
8266         * term/ns-win.el (ns-initialize-window-system):
8267         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8269 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8271         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8272         global bindings.
8274         * doc-view.el (doc-view-start-process): Handle url-handler directories.
8276 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
8278         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8279         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8280         to nil.
8281         (ruby-end-of-defun): Remove the unused arg, change the docstring
8282         to reflect that this function is only used as the value of
8283         `end-of-defun-function'.
8284         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8285         to reflect an earlier change that beginning/end-of-defun functions
8286         jump between methods in a class definition, as well as top-level
8287         functions.
8289 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * minibuffer.el (minibuffer-complete): Don't just scroll
8292         a *Completions* that's been iconified.
8293         (minibuffer-force-complete): Make sure repetitions do cycle when going
8294         through completion-in-region -> minibuffer-complete.
8296 2013-04-15  Alan Mackenzie  <acm@muc.de>
8298         Correct the placement of c-cpp-delimiters when there're #s not at
8299         col 0.
8301         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8302         place a submatch around the #.
8303         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8304         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
8305         on the #, not BOL.
8307 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * emacs-lisp/nadvice.el: Properly test names when adding advice.
8310         (advice--member-p): New arg `name'.
8311         (advice--add-function, advice-member-p): Use it (bug#14202).
8313 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
8315         Reformulate java imenu-generic-expression.
8316         The old expression contained ill formed regexps.
8318         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8319         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8320         (cc-imenu-java-method-arg-regexp): New defconsts.
8321         (cc-imenu-java-build-type-args-regex): New defun.
8322         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
8323         handling of spaces in the regexp.
8325 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
8327         * textmodes/ispell.el (ispell-command-loop): Remove
8328         flyspell highlight of a word when ispell accepts it (bug #14178).
8330 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
8332         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8333         uses code from the previous `ange-ftp-run-real-handler'.
8334         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8335         only in case that function exist.  This is needed for proper
8336         unloading of Tramp.
8338 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
8340         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8342         * textmodes/reftex.el (reftex-compile-variables): Use it.
8344 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8346         * files.el (normal-mode): Only use default major-mode if no other mode
8347         was specified.
8349         * emacs-lisp/trace.el (trace-values): New function.
8351         * files.el: Allow : in local variables (bug#14089).
8352         (hack-local-variable-regexp): New var.
8353         (hack-local-variables-prop-line, hack-local-variables): Use it.
8355 2013-04-13  Roland Winkler  <winkler@gnu.org>
8357         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
8358         data before it gets modified by bibtex-beginning-of-entry.
8360 2013-04-13  Roland Winkler  <winkler@gnu.org>
8362         * textmodes/bibtex.el (bibtex-url): Doc fix.
8364 2013-04-13  Roland Winkler  <winkler@gnu.org>
8366         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8367         does not visit a BibTeX file, exclude it from the list of buffers
8368         returned by bibtex-initialize.
8370 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
8372         * window.el (split-window): Remove interactive form, since as a
8373         command this function is a special case of split-window-below.
8374         Correct doc string.
8376 2013-04-12  Roland Winkler  <winkler@gnu.org>
8378         * faces.el (read-face-name): Do not override value of arg default.
8379         Allow single faces and strings as default values.  Remove those
8380         elements from return value that are not faces.
8381         (describe-face): Simplify.
8382         (face-at-point): New optional args thing and multiple so that this
8383         function can provide the same functionality previously provided by
8384         read-face-name.
8385         (make-face-bold, make-face-unbold, make-face-italic)
8386         (make-face-unitalic, make-face-bold-italic, invert-face)
8387         (modify-face, read-face-and-attribute): Use face-at-point.
8389         * cus-edit.el (customize-face, customize-face-other-window)
8390         * cus-theme.el (custom-theme-add-face)
8391         * face-remap.el (buffer-face-set)
8392         * facemenu.el (facemenu-set-face): Use face-at-point.
8394 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
8396         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8398 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
8400         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8401         off leading { and trailing } from field values.
8403 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8405         * emacs-lisp/timer.el (timer--check): New function.
8406         (timer--time, timer-set-function, timer-event-handler): Use it.
8407         (timer-set-idle-time): Simplify.
8408         (timer--activate): CSE.
8409         (timer-event-handler): Give more info in error message.
8410         (internal-timer-start-idle): New function, moved from C.
8412         * mpc.el (mpc-proc): Add `restart' argument.
8413         (mpc-proc-cmd): Use it.
8414         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8415         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8416         less often.
8418 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
8420         * progmodes/sh-script.el: Implement `sh-mode' own
8421         `add-log-current-defun-function' (bug#14112).
8422         (sh-current-defun-name): New function.
8423         (sh-mode): Use the function.
8425 2013-04-09  Bastien Guerry  <bzg@gnu.org>
8427         * simple.el (choose-completion-string): Fix docstring (bug#14163).
8429 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8431         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8433         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8434         timer (bug#14156).
8436 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
8438         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8439         declaration.
8441 2013-04-07  Leo Liu  <sdl.web@gmail.com>
8443         * pcmpl-x.el: New file.
8445 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
8447         Do not set x-display-name until X connection is established.
8448         This is needed to prevent from weird situation described at
8449         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8450         * frame.el (make-frame): Set x-display-name after call to
8451         window system initialization function, not before.
8452         * term/x-win.el (x-initialize-window-system): Add optional
8453         display argument and use it.
8454         * term/w32-win.el (w32-initialize-window-system):
8455         * term/ns-win.el (ns-initialize-window-system):
8456         * term/pc-win.el (msdos-initialize-window-system):
8457         Add compatible optional display argument.
8459 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
8461         * files.el (normal-backup-enable-predicate): On MS-Windows and
8462         MS-DOS compare truenames of temporary-file-directory and of the
8463         file, so that 8+3 aliases (usually found in $TEMP on Windows)
8464         don't fail comparison by compare-strings.  Also, compare file
8465         names case-insensitively on MS-Windows and MS-DOS.
8467 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8469         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8470         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8472 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
8474         * whitespace.el (whitespace-color-on, whitespace-color-off):
8475         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
8477 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
8479         * ispell.el (ispell-set-spellchecker-params):
8480         Really set `ispell-args' for all equivs.
8482 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8484         * ido.el (ido-completions): Use extra elements of ido-decorations
8485         (bug#14143).
8486         (ido-decorations): Update docstring.
8488 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
8490         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8491         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8492         nil during initialization, in order not to miss changes since the
8493         file was opened.  (Bug#14140)
8495 2013-04-05  Leo Liu  <sdl.web@gmail.com>
8497         * kmacro.el (kmacro-call-macro): Fix bug#14135.
8499 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
8501         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8503 2013-04-04  Glenn Morris  <rgm@gnu.org>
8505         * electric.el (electric-pair-inhibit-predicate): Add :version.
8507 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8510         when a package is required several times (bug#14082).
8512 2013-04-04  Roland Winkler  <winkler@gnu.org>
8514         * faces.el (read-face-name): Behave as promised by the docstring.
8515         Assume that arg default is a list of faces.
8516         (describe-face): Call read-face-name with list of default faces.
8518 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8520         * bookmark.el: Fix deletion of bookmarks (bug#13972).
8521         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8522         (bookmark-bmenu-execute-deletions): Only skip first line if it's
8523         the header.
8524         (bookmark-exit-hook-internal): Save even if list is empty.
8526 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
8528         * emacs-lisp/package.el (package-pinned-packages): New var.
8529         (package--add-to-archive-contents): Obey it (bug#14118).
8531 2013-04-03  Alan Mackenzie  <acm@muc.de>
8533         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8534         Also adapt to the new values of element 7 of a parse state.
8536         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8537         parameter `not-in-delimiter'.  Handle being inside comment opener.
8538         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8539         character in case we're typing a '*' after a '/'.
8540         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8541         instead by passing the parameter to c-state-pp-to-literal.
8543         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8544         for elt. 7 of a parse state.
8546 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
8548         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8549         * international/latin1-disp.el, international/mule-util.el:
8550         * language/cyril-util.el, language/european.el, language/ind-util.el:
8551         * language/lao-util.el, language/thai.el, language/tibet-util.el:
8552         * language/tibetan.el, language/viet-util.el:
8553         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8555 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8558         (electric-pair-post-self-insert-function): Use it.
8559         (electric-pair-default-inhibit): New function, extracted from
8560         electric-pair-post-self-insert-function.
8562 2013-03-31  Roland Winkler  <winkler@gnu.org>
8564         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8566 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8568         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8570 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
8572         Un-indent after "pass" and "return" statements (Bug#13888)
8573         * progmodes/python.el (python-indent-block-enders): New var.
8574         (python-indent-calculate-indentation): Use it.
8576 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
8578         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8579         defun.  Defining it as defalias could introduce too eager
8580         byte-compiler optimization.  (Bug#14030)
8582 2013-03-30  Chong Yidong  <cyd@gnu.org>
8584         * iswitchb.el (iswitchb-read-buffer): Fix typo.
8586 2013-03-30  Leo Liu  <sdl.web@gmail.com>
8588         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8589         (kmacro-execute-from-register): Pass the keyboard macro to
8590         kmacro-call-macro or repeating won't work correctly.
8592 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
8594         * progmodes/subword.el: Back to using `forward-symbol'.
8596         * subr.el (forward-whitespace, forward-symbol)
8597         (forward-same-syntax): Move from thingatpt.el.
8599 2013-03-29  Leo Liu  <sdl.web@gmail.com>
8601         * kmacro.el (kmacro-to-register): New command.
8602         (kmacro-execute-from-register): New function.
8603         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
8605 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8607         * mpc.el: Use defvar-local and setq-local.
8608         (mpc--proc-connect): Connection failures are not bugs.
8609         (mpc-mode-map): `follow-link' only applies to the buffer's content.
8610         (mpc-volume-map): Bind to the up-events.
8612 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8614         * progmodes/subword.el (superword-mode): Use `forward-sexp'
8615         instead of `forward-symbol'.
8617 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8619         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8620         (edebug--recursive-edit): Use it.
8621         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8622         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8624 2013-03-28  Leo Liu  <sdl.web@gmail.com>
8626         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
8628 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
8630         * facemenu.el (list-colors-callback): New defvar.
8631         (list-colors-redisplay): New function.
8632         (list-colors-display): Install list-colors-redisplay as the
8633         revert-buffer-function.  (Bug#14063)
8635 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8637         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8638         and suffixes don't overlap (bug#14061).
8640         * case-table.el: Use lexical-binding.
8641         (case-table-get-table): New function.
8642         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
8644 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8646         * progmodes/subword.el: Add `superword-mode' to do word motion
8647         over symbol_words (parallels and leverages `subword-mode' which
8648         does word motion inside MixedCaseWords).
8650 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
8652         * eshell/em-unix.el: Move su and sudo to...
8653         * eshell/em-tramp.el: ...Eshell tramp module.
8655 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8658         Change return value to be a sexp.  Delay `get-buffer' to after
8659         restoring the desktop (bug#13951).
8661 2013-03-26  Leo Liu  <sdl.web@gmail.com>
8663         * register.el: Move semantic tag handling back to
8664         cedet/semantic/senator.el.  (Bug#14052)
8666 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8669         into the prompt either (bug#13963).
8671 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8673         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8674         part of "(error-foo)".
8676 2013-03-24  Juri Linkov  <juri@jurta.org>
8678         * replace.el (list-matching-lines-prefix-face): New defcustom.
8679         (occur-1): Pass `list-matching-lines-prefix-face' to the function
8680         `occur-engine' if `face-differs-from-default-p' returns t.
8681         (occur-engine): Add `,' inside backquote construct to evaluate
8682         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
8683         Pass `prefix-face' to the functions `occur-context-lines' and
8684         `occur-engine-add-prefix'.
8685         (occur-engine-add-prefix, occur-context-lines): Add optional arg
8686         `prefix-face' and propertize the prefix with `prefix-face'.
8687         (Bug#14017)
8689 2013-03-24  Leo Liu  <sdl.web@gmail.com>
8691         * nxml/rng-valid.el (rng-validate-while-idle)
8692         (rng-validate-quick-while-idle): Guard against deleted buffer.
8693         (Bug#13999)
8695         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8696         is the last entry in kill-buffer-hook.
8698         * files.el (kill-buffer-hook): Doc fix.
8700 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
8702         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8703         Make it safe-local.
8705         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8707 2013-03-23  Leo Liu  <sdl.web@gmail.com>
8709         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8710         Remove.
8712         * nxml/rng-valid.el (rng-validate-mode)
8713         (rng-after-change-function, rng-do-some-validation):
8714         * nxml/rng-maint.el (rng-validate-buffer):
8715         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8716         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8717         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8718         (nxml-extend-after-change-region): Use with-silent-modifications.
8720         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8721         timer-idle-list.
8723         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8724         (rng-next-error-1, rng-previous-error-1): Do not let-bind
8725         timer-idle-list.  (Bug#13999)
8727 2013-03-23  Juri Linkov  <juri@jurta.org>
8729         * info.el (info-index-match): New face.
8730         (Info-index, Info-apropos-matches): Add a nested subgroup to the
8731         main pattern and add text properties with the new face to matches
8732         in index entries relative to the beginning of the index entry.
8733         (Bug#14015)
8735 2013-03-21  Eric Ludlam  <zappo@gnu.org>
8737         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8738         Inhibit read only while inserting objects.
8740 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
8742         * progmodes/cfengine.el: Update docs to mention
8743         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
8744         symbol motion.  Remove "_" from the word syntax.
8746 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
8748         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8749         syntax for both `cfengine2-mode' and `cfengine3-mode'.
8751 2013-03-20  Juri Linkov  <juri@jurta.org>
8753         * info.el (Info-next-reference-or-link)
8754         (Info-prev-reference-or-link): New functions.
8755         (Info-next-reference, Info-prev-reference): Use them.
8756         (Info-try-follow-nearest-node): Handle footnote navigation.
8757         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
8759 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8761         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8762         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8764 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
8766         Suppress unnecessary non-ASCII chatter during build process.
8767         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8768         (batch-skkdic-convert): Suppress most of the chatter.
8769         It's not needed so much now that machines are faster,
8770         and its non-ASCII component was confusing; see Dmitry Gutov in
8771         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8773 2013-03-20  Leo Liu  <sdl.web@gmail.com>
8775         * ido.el (ido-chop): Fix bug#10994.
8777 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
8779         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8780         Remove vars.
8781         (whitespace-color-on, whitespace-color-off):
8782         Use `font-lock-fontify-buffer' (Bug#13817).
8784 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8787         remapping in mode-line.
8788         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8790 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
8792         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8793         value for `whitespace-line' face (Bug#13875).
8794         (whitespace-font-lock-keywords): Change description.
8795         (whitespace-color-on): Don't save `font-lock-keywords' value, save
8796         the constructed keywords instead.
8797         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8799 2013-03-19  Leo Liu  <sdl.web@gmail.com>
8801         * progmodes/compile.el (compilation-display-error): New command.
8802         (compilation-mode-map, compilation-minor-mode-map): Bind it to
8803         C-o.  (Bug#13992)
8805 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
8807         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8809 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
8811         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8813 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
8815         * net/tramp-compat.el (tramp-compat-user-error): New defun.
8817         * net/tramp-adb.el (tramp-adb-handle-shell-command):
8818         * net/tramp-gvfs.el (top):
8819         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8820         (tramp-handle-shell-command): Use it.
8821         (tramp-dissect-file-name): Raise an error when hostname is a
8822         method name, and neither method nor user is specified.
8824         * net/trampver.el: Update release number.
8826 2013-03-18  Leo Liu  <sdl.web@gmail.com>
8828         Make sure eldoc can be turned off properly.
8829         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8830         eldoc-mode.
8831         (eldoc-display-message-p): Revert last change.
8832         (eldoc-display-message-no-interference-p)
8833         (eldoc-print-current-symbol-info): Tweak.
8835 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
8837         * doc-view.el (doc-view-new-window-function): Check the new window
8838         overlay's display property instead the char property of the
8839         buffer's first char.  Use `with-selected-window' instead of
8840         `save-window-excursion' with `select-window'.
8841         (doc-view-document->bitmap): Check the current doc-view overlay's
8842         display property instead the char property of the buffer's first char.
8844 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
8846         Automate the build of ja-dic.el (Bug#13984).
8847         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8848         from the input, rather than assume that it's been done for us by the
8849         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
8850         the current date into a ja-dic.el comment, as that complicates
8851         regression testing.
8853 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8855         * whitespace.el: Fix double evaluation.
8856         (whitespace-space, whitespace-hspace, whitespace-tab)
8857         (whitespace-newline, whitespace-trailing, whitespace-line)
8858         (whitespace-space-before-tab, whitespace-indentation)
8859         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8860         obsolete defvars.
8861         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8862         (whitespace-color-on): Use a single font-lock-add-keywords call.
8863         Fix double-evaluation of face variables.
8865 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
8867         * net/tramp-adb.el (tramp-adb-parse-device-names):
8868         Use `start-process' instead of `call-process'.  Otherwise, the
8869         function might be blocked under MS Windows.  (Bug#13299)
8871 2013-03-17  Leo Liu  <sdl.web@gmail.com>
8873         Extend eldoc to display info in the mode-line.  (Bug#13978)
8874         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8875         (eldoc-mode-line-string): New variable.
8876         (eldoc-minibuffer-message): New function.
8877         (eldoc-message-function): New variable.
8878         (eldoc-message): Use it.
8879         (eldoc-display-message-p)
8880         (eldoc-display-message-no-interference-p):
8881         Support eldoc-post-insert-mode.
8883         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8884         (eval-expression): Run it.
8886 2013-03-17  Roland Winkler  <winkler@gnu.org>
8888         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8889         strings in the list of return values.
8891 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
8893         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8894         radix before checking for HMS forms.
8896 2013-03-16  Leo Liu  <sdl.web@gmail.com>
8898         * progmodes/scheme.el: Add indentation and font-locking for λ.
8899         (Bug#13975)
8901 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8903         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8904         token before point (bug#13942).
8906 2013-03-16  Leo Liu  <sdl.web@gmail.com>
8908         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
8910 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
8912         * startup.el (command-line-normalize-file-name): Fix handling of
8913         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
8914         <xfq.free@gmail.com> in
8915         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8917 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
8919         Sync with Tramp 2.2.7.
8921         * net/trampver.el: Update release number.
8923 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
8925         * doc-view.el: Fix bug#13887.
8926         (doc-view-insert-image): Don't modify overlay associated to
8927         non-live windows, and implement horizontal centering of image in
8928         case it's smaller than the window.
8929         (doc-view-new-window-function): Force redisplay of new windows on
8930         doc-view buffers.
8932 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
8934         * saveplace.el (save-place-alist-to-file): Don't sort
8935         `save-place-alist', just pretty-print it (bug#13882).
8937 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
8939         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8940         Check whether `default-file-name-coding-system' is bound.
8941         It isn't in XEmacs.
8943 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8945         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8946         backquotes for `obsolete' (bug#13929).
8948         * international/mule.el (find-auto-coding): Include file name in
8949         obsolescence warning (bug#13922).
8951 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8953         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8954         for CFEngine 3-specific indentation.
8955         (cfengine3-indent-line): Use it.  Fix up category regex.
8956         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8958 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8960         * type-break.el (type-break-file-name):
8961         * textmodes/remember.el (remember-data-file):
8962         * strokes.el (strokes-file):
8963         * shadowfile.el (shadow-initialize):
8964         * saveplace.el (save-place-file):
8965         * ps-bdf.el (bdf-cache-file):
8966         * progmodes/idlwave.el (idlwave-config-directory):
8967         * net/quickurl.el (quickurl-url-file):
8968         * international/kkc.el (kkc-init-file-name):
8969         * ido.el (ido-save-directory-list-file):
8970         * emulation/viper.el (viper-custom-file-name):
8971         * emulation/vip.el (vip-startup-file):
8972         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8973         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8975 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
8977         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8978         * language/thai-word.el: Switch to UTF-8.
8980 See ChangeLog.16 for earlier changes.
8982 ;; Local Variables:
8983 ;; coding: utf-8
8984 ;; End:
8986   Copyright (C) 2011-2013 Free Software Foundation, Inc.
8988   This file is part of GNU Emacs.
8990   GNU Emacs is free software: you can redistribute it and/or modify
8991   it under the terms of the GNU General Public License as published by
8992   the Free Software Foundation, either version 3 of the License, or
8993   (at your option) any later version.
8995   GNU Emacs is distributed in the hope that it will be useful,
8996   but WITHOUT ANY WARRANTY; without even the implied warranty of
8997   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8998   GNU General Public License for more details.
9000   You should have received a copy of the GNU General Public License
9001   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.