* lisp/emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
[emacs.git] / lisp / ChangeLog
blob96547bd3c3fa08d618bb5bb6ba1c8e79f07a7173
1 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
3         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4         `assoc'.  Make private.  Update all callers.
6 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
9         Assume we're already in the proper buffer.
10         Inspired by Anders Lindgren <andlind@gmail.com>.
11         (follow-post-command-hook): Call it from the right buffer.
12         (follow-comint-scroll-to-bottom): Adjust call.
13         (follow-all-followers): Use get-buffer-window-list.
15 2014-01-15  Daniel Colascione  <dancol@dancol.org>
17         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
18         `buffer-file-name' in interactive-form so that we don't leave
19         pathless file names in `file-name-history'.
21 2014-01-15  Juri Linkov  <juri@jurta.org>
23         * indent.el (indent-rigidly): Set deactivate-mark to nil
24         in transient indentation mode.  (Bug#16438)
26 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
28         * emacs-lisp/package.el (package-desc-keywords): New function
29         (Bug#16222).
30         (describe-package-1, package-all-keywords)
31         (package--has-keyword-p): Use it.
33 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
35         * simple.el (define-alternatives): When creating the
36         COMMAND-alternatives variable, assign COMMAND as its definition
37         name so that `describe-variable' can relocate it.
39 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
41         * font-lock.el (font-lock-keywords): Fix typo in docstring
42         (bug#16307).
44 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
46         * ispell.el (ispell-region): Reset `in-comment' for new line
47         instead of wrongly reset `add-coment' (bug#13577).
49 2014-01-14  Daiki Ueno  <ueno@gnu.org>
51         * epa-file.el (epa-file-write-region): Encode the region according
52         to `buffer-file-format'.  Problem reported at:
53         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
55 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
57         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
58         so it applies in the right buffer (bug#16410).
60 2014-01-13  Daniel Colascione  <dancol@dancol.org>
62         * textmodes/rst.el (rst-define-key): Provide deprecated
63         keybindings through named functions instead of anonymous ones so
64         that "??" doesn't appear in describe-mode output.
66 2014-01-13  Bastien Guerry  <bzg@gnu.org>
68         * simple.el (define-alternatives): Call the selected command
69         interactively.  When setting `COMMAND--implementation' for the
70         first time, tell the user how to chose another implementation.
71         Enhance the docstring.
73 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
76         (log-edit--match-first-line): New function.
77         (log-edit-font-lock-keywords): Use it.
78         (log-edit-mode): Make jit-lock-defer-multiline work.
80 2014-01-13  Bastien Guerry  <bzg@gnu.org>
82         * rect.el (rectangle-mark-mode): When the region is not active,
83         display a message saying that the mark as been set and that
84         rectangle mode is in use.
85         (rectangle--highlight-for-redisplay): Only put an overlay with a
86         visible vertical bar when (display-graphic-p) is non-nil.
87         This partially fixes Bug#16403.
89 2014-01-13  Juri Linkov  <juri@jurta.org>
91         * info.el (Info-find-file): Go to DIR before displaying the error
92         about a nonexistent file if no previous Info file is visited.
93         Use `user-error' instead of `error' for "Info file %s does not exist".
94         (Info-find-node-2): In case of a nonexistent node in unwind forms
95         go to the Top node if there is no previous node to revert to.
96         (Bug#16405)
98 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
100         fit-frame/window-to-buffer code fixes including one for Bug#14096.
101         * window.el (fit-frame-to-buffer): Fix doc-string.
102         Respect window-min-height/-width.  Fit pixelwise when
103         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
104         when avoiding that frame goes partially off-screen.
105         (fit-window-to-buffer): Respect window-min-height/-width
106         (Bug#14096).
108 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
111         after an empty line.
113 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * net/shr.el (shr-render-region): Autoload.
117 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
119         * net/eww.el (eww-download-directory): Rename from
120         `eww-download-path' (Bug#16419).
122 2014-01-12  Leo Liu  <sdl.web@gmail.com>
124         * dired-x.el (dired-mode-map): Fix last change.
126         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
128 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
130         Spelling fixes.
131         * emacs-lisp/generic.el (generic--normalize-comments):
132         Rename from generic--normalise-comments.  All uses changed.
133         * play/bubbles.el (bubbles--neighborhood-score):
134         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
135         (bubbles--neighborhood-available)
136         (bubbles--update-neighborhood-score):
137         Rename from names with 'neighbourhood'.  All uses changed.
139 2014-01-12  Leo Liu  <sdl.web@gmail.com>
141         Re-implement the feature of showing eldoc info after editing.
142         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
143         (eldoc-edit-message-commands): New function.
144         (eldoc-print-after-edit): New variable.
145         (eldoc-pre-command-refresh-echo-area): Emit message only by
146         eldoc-message-commands.
147         (eldoc-mode): Restrict eldoc-message-commands to editing commands
148         if eldoc-print-after-edit is set.  (Bug#16346)
150         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
152 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
154         * version.el (emacs-repository-get-version): Enhance so the
155         function works correctly in either a Bazaar or Git repo.
157         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
158         Goes with removal of the joke manpages from /etc.
160 2014-01-10  K. Handa  <handa@gnu.org>
162         * mail/rmail.el (rmail-get-coding-system):
163         Check rmail-get-coding-function before "funcall"ing it.
165 2014-01-10  Glenn Morris  <rgm@gnu.org>
167         * emacs-lisp/authors.el (authors-fixed-entries):
168         Update for files that no longer exist.
170 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
172         * version.el (emacs-bzr-get-version): Restore compatibilty with
173         24.3 (Tested).
175 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
177         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
178         and Podfile.
180 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
182         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
184 2014-01-10  Chong Yidong  <cyd@gnu.org>
186         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
188 2014-01-10  Anders Lindgren  <andlind@gmail.com>
190         * follow.el (follow-cache-command-list): Include right-char and
191         left-char.
193 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
195         Spelling fixes.
196         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
197         * woman.el (woman-mark-horizontal-position):
198         Rename from woman-mark-horizonal-position.  Use changed.
200 2014-01-10  Glenn Morris  <rgm@gnu.org>
202         * info.el (info-initialize): If running uninstalled, ensure our
203         own info files are always found first, even if INFOPATH is set.
205         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
207 2014-01-09  David Engster  <deng@randomsample.de>
209         * emacs-lisp/eieio-custom.el:
210         * emacs-lisp/eieio-opt.el: Set generated autoload file to
211         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
212         * emacs-lisp/eieio.el: Regenerate autoloads.
214 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
216         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
217         following renames.  (Bug#8756)
219 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
221         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
222         (bug#16382).
223         (activate-mark): Add `no-tmm' argument.
224         (set-mark, push-mark-command): Use it instead of running
225         activate-mark-hook by hand.
227 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
229         In preparation for the move to git, sanitize out some
230         Bazaar-specific names.
232         * version.el (emacs-bzr-version): Name changed to
233         emacs-repository-version.  Obsolete-variable alias made.
234         * loadup.el: Follow through on this name change.
235         * mail/emacsbug.el (report-emacs-bug): Factor out any
236         assumption about the version control system in use.
238 2014-01-08  David Engster  <deng@randomsample.de>
240         * help-fns.el (help-fns-describe-function-functions):
241         New variable to call functions for augmenting help buffers.
242         (describe-function-1): Remove explicit calls to
243         `help-fns--compiler-macro', `help-fns--parent-mode' and
244         `help-fns--obsolete'.  Put them in above new variable instead, and
245         call them through `run-hook-with-args'.
246         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
247         `eieio-describe-class'.  Not meant for interactive use anymore,
248         but to augment existing help buffers.  Remove optional second
249         argument.  Create proper button for file location.
250         Rewrite function to use `insert' instead of `princ' and `prin1' where
251         possible.
252         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
253         (eieio-method-def, eieio-class-def): Move further up.
254         (describe-method, describe-generic, eieio-describe-method):
255         Remove aliases.
256         (eieio-help-constructor, eieio-help-generic): Rename from
257         `eieio-describe-constructor' and `eieio-describe-generic', resp.
258         Rewrite to use `insert' in the current buffer and use proper help
259         buttons.
260         (eieio-help-find-method-definition)
261         (eieio-help-find-class-definition): Also accept symbols as
262         arguments.
263         (eieio-help-mode-augmentation-maybee): Remove.
264         (eieio-describe-class-sb): Use `describe-function'.
265         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
266         Add `eieio-help-generic' and `eieio-help-constructor'.
268 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
270         Spelling fixes.
271         * language/china-util.el (hz-ascii-designation):
272         Rename from hz-ascii-designnation.
273         (hz-ascii-designation): Rename from hz-ascii-designnation.
274         All uses changed.
276 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
278         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
279         package-alist.
281 2014-01-08  Bastien Guerry  <bzg@gnu.org>
283         * emacs-lisp/package.el (package-delete):
284         Correctly delete the package from package-alist.
286 2014-01-08  Daiki Ueno  <ueno@gnu.org>
288         * emacs-lisp/package.el (url-recreate-url): Declare.
289         (url-http-target-url): Declare.
290         (package-handle-response): Include requested URL in the error message.
291         (package--check-signature): Don't re-signal errors from
292         package--with-work-buffer.  Suggested by Stefan Monnier.
294 2014-01-07  Bastien Guerry  <bzg@gnu.org>
296         * minibuffer.el (completion--try-word-completion): When both a
297         hyphen and a space are possible candidates for the character
298         following a word, display both candidates.  (Bug#15980)
300 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
302         * window.el (balance-windows-2): While rounding don't give a
303         window more than the remainder.  Bug#16351, Bug#16383.
305 2014-01-07  Glenn Morris  <rgm@gnu.org>
307         * menu-bar.el (menu-bar-help-extra-packages): Remove.
308         (menu-bar-help-menu): Use view-external-packages instead.
310 2014-01-07  Bastien Guerry  <bzg@gnu.org>
312         * emacs-lisp/package.el (package-delete): Also delete the package
313         name from `package-alist', not its description only.
315 2014-01-07  Glenn Morris  <rgm@gnu.org>
317         * help.el (view-external-packages):
318         * menu-bar.el (menu-bar-help-extra-packages):
319         Visit efaq.info rather than etc/MORE.STUFF.
321 2014-01-07  Juri Linkov  <juri@jurta.org>
323         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
324         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
326         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
327         that shadows RET.  (Bug#16342)
329 2014-01-07  Chong Yidong  <cyd@gnu.org>
331         * isearch.el (isearch-yank-char, isearch-yank-word)
332         (isearch-yank-line): Doc fix.
334 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
336         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
337         * emacs-lisp/elint.el (elint-find-builtins):
338         * emacs-lisp/eldoc.el (eldoc-symbol-function):
339         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
340         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
341         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
342         * apropos.el (apropos-safe-documentation):
343         * subr.el (symbol-file): Remove redundant fboundp.
344         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
346 2014-01-06  Bastien Guerry  <bzg@gnu.org>
348         * hl-line.el (global-hl-line-overlay): Make a local variable.
349         (global-hl-line-overlays): New variable to store all overlays.
350         (global-hl-line-mode): Don't delete overlays from the current
351         buffer when `global-hl-line-sticky-flag' is non-nil.
352         (global-hl-line-highlight): Add new overlays to
353         `global-hl-line-overlays'.
354         (global-hl-line-unhighlight-all): New function to delete all
355         overlays when turning off `global-hl-line-mode'.
356         This fixes Bug#16183.
358 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
360         * subr.el (set-transient-map): Fix nested case and docstring.
362 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
364         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
365         `Texinfo' entry.
367 2014-01-06  Daniel Colascione  <dancol@dancol.org>
369         Fix defun navigation in vc log view.
371         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
372         like `beginning-of-defun'.
373         (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
374         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
375         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
376         (log-view-extract-comment): Call `log-view-current-entry' directly
377         instead of relying on broken `log-view-beginning-of-defun' behavior.
379 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
381         Spelling fixes.
382         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
383         * emacs-lisp/debug.el (cancel-debug-on-entry):
384         * epg.el (epg-error-to-string):
385         * files.el (recover-file):
386         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
387         * mail/emacsbug.el (report-emacs-bug-hook):
388         * mail/sendmail.el (mail-recover):
389         * ses.el (ses-yank-resize):
390         * term/ns-win.el (ns-print-buffer):
391         Spelling fixes in diagnostics, mostly for "canceled" with one L.
392         * epg.el (epg-key-capability-alist): Rename from misspelled version.
393         All uses changed.
394         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
396 2014-01-06  Leo Liu  <sdl.web@gmail.com>
398         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
399         to avoid shadowing global key.  (Bug#16354)
401 2014-01-06  Daniel Colascione  <dancol@dancol.org>
403         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
404         rst-mode.
406 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
408         * window.el (balance-windows): Add mising t to fix Bug#16351.
410 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
413         (bug#16285).
414         (shr-insert): If we have a word that's longer than `shr-width',
415         break after it anyway.  Otherwise we'll do no breaking once we get
416         such a long word.
418 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
420         * net/eww.el (eww):  Support single/double quote for search.
421         * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
422         (eww-history-quit): Delete and use quit-window.
423         (eww-history-kill): Delete, because it doesn't work well and
424         not necessary.
425         (eww-history-mode-map): Delete some keys and add easy-menu.
427 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
429         Fix misspelling of 'chinese' in rx (Bug#16237).
430         * emacs-lisp/rx.el (rx-categories): Correct spelling of
431         chinese-two-byte.
433         Change subword regexps back to vars (Bug#16296).
434         * progmodes/subword.el (subword-forward-regexp)
435         (subword-backward-regexp): Change these back to variables.
437 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
440         syntax-begin-function (bug#16247).
442 2014-01-03  Chong Yidong  <cyd@gnu.org>
444         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
445         (advice--docstring): Delete variable.
446         (advice--make-1): Leave the docstring empty.
447         (advice-add): Use function-documentation for advised docstring.
449         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
450         Ignore function-documentation property when getting documentation.
451         (ad-activate-advised-definition): Use function-documentation
452         generate the docstring.
453         (ad-make-advised-definition): Don't call
454         ad-make-advised-definition-docstring.
455         (ad-make-advised-definition-docstring, ad-advised-definition-p):
456         Delete functions.
458         * progmodes/sql.el (sql-help): Use function-documentation instead
459         of dynamic-docstring-function property.  No need to autoload now.
460         (sql--help-docstring): New variable.
461         (sql--make-help-docstring): Use it.
463 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * ielm.el (ielm-tab): Retarget.
466         (ielm-map): Use ielm-tab for tab.
467         (ielm-complete-filename): Use comint-filename-completion.
468         (ielm-complete-symbol): Remove.
469         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
470         remove ielm-tab from completion-at-point-functions (bug#16224).
472         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
473         Beware signals raised by predicates (bug#16201).
475 2014-01-02  Richard Stallman  <rms@gnu.org>
477         * dired-aux.el (dired-do-print): Handle printer-name.
479         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
480         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
481         (rmail-epa-decrypt): Turn off mime processing.
483         * mail/rmail.el (rmail-make-in-reply-to-field):
484         Add parens in message-id.
486         * mail/rmail.el (rmail-get-coding-function): Variable.
487         (rmail-get-coding-system): Use it.
489 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
491         * international/mule-conf.el: Unify the charset indian-is13194.
492         (indian-is13194): Specify unify-map.
494 2013-12-31  Leo Liu  <sdl.web@gmail.com>
496         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
498 2013-12-30  Daniel Colascione  <dancol@dancol.org>
500         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
501         of printing a useless when we resume from sleep.
503         * progmodes/sh-script.el
504         (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
505         in indentation code.  (Bug#16233)
507 2013-12-28  João Távora  <joaotavora@gmail.com>
509         * elec-pair.el (electric-pair-post-self-insert-function):
510         Don't open extra newlines at beginning of buffer.  (Bug#16272)
512 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
514         * frame.el (window-system-for-display): Don't allow to create a
515         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
517 2013-12-28  Glenn Morris  <rgm@gnu.org>
519         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
520         Update callers.
522         * apropos.el (apropos-match-face):
523         * calculator.el (calculator-displayer):
524         * dabbrev.el (dabbrev-search-these-buffers-only):
525         * face-remap.el (buffer-face-mode-face):
526         * simple.el (yank-handled-properties):
527         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
528         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
529         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
530         (hashcash-double-spend-database):
531         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
532         (ruby-deep-indent-paren-style):
533         * textmodes/flyspell.el (flyspell-auto-correct-binding):
534         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
535         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
536         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
537         Specify custom types.
539         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
540         * bookmark.el (bookmark-bmenu-use-header-line):
541         * doc-view.el (doc-view-scale-internally):
542         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
543         * register.el (register-preview-delay):
544         * net/shr.el (shr-bullet):
545         * progmodes/cfengine.el (cfengine-cf-promises)
546         (cfengine-parameters-indent):
547         * progmodes/octave.el (inferior-octave-error-regexp-alist):
548         * textmodes/reftex-vars.el (reftex-label-regexps):
549         * vc/log-edit.el (log-edit-setup-add-author): Add version.
551         * net/tls.el (tls-certtool-program): Fix default value.
553         * desktop.el (desktop-restore-in-current-display):
554         * newcomment.el (comment-empty-lines):
555         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
556         (idlwave-pad-keyword):
557         * progmodes/tcl.el (tcl-tab-always-indent):
558         * textmodes/reftex-vars.el (reftex-index-default-tag):
559         * elec-pair.el (electric-pair-skip-whitespace):
560         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
562         * emacs-lisp/authors.el (authors-ignored-files)
563         (authors-valid-file-names, authors-renamed-files-alist): Additions.
565 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
567         * shell.el (shell-dynamic-complete-command): Doc fix.
568         (shell--command-completion-data): Shell completion now matches
569         executable filenames from the current buffer's directory, on
570         systems in which this behavior is the default (windows-nt, ms-dos).
572 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
574         * net/shr.el (shr-insert): Don't infloop if the width is zero.
576 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
579         (bug#16251).
581         * electric.el: Move all electric-pair-* to elec-pair.el.
582         * elec-pair.el: New file, split from electric.el.
584 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
586         * net/shr.el (shr-find-fill-point): Don't try to fill if the
587         indentation level is larger than the width, because that will
588         infloop.
589         (shr-insert): Fill repeatedly long texts, so that Japanese is
590         formatted correctly (bug#16263).
591         (shr-find-fill-point): Off by one error in comparison with the
592         indentation.
594 2013-12-26  João Távora  <joaotavora@gmail.com>
596         * electric.el (electric-pair-mode): More flexible engine for skip-
597         and inhibit predicates, new options for pairing-related functionality.
598         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
599         if that keeps or improves their balance in buffers.
600         (electric-pair-delete-adjacent-pairs): Delete the pair when
601         backspacing over adjacent matched delimiters.
602         (electric-pair-open-extra-newline): Open extra newline when
603         inserting newlines between adjacent matched delimiters.
604         (electric--sort-post-self-insertion-hook):
605         Sort post-self-insert-hook according to priority values when
606         minor-modes are activated.
607         * simple.el (newline-and-indent): Call newline with interactive
608         set to t.
609         (blink-paren-post-self-insert-function): Set priority to 100.
610         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
611         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
612         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
613         electric-pair-open-newline-between-pairs to nil.
615 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
617         * progmodes/python.el: Use lexical-binding.
618         (python-nav-beginning-of-defun): Stop searching ASAP.
620 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
622         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
623         Fix interactive spec.  Doc fix.  (Bug#15754)
625 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
627         * emacs-lisp/byte-run.el (eval-when-compile):
628         * progmodes/cc-defs.el (cc-eval-when-compile):
629         Fix edebug spec (bug#16184).
631 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
633         * net/shr.el (shr-visit-file): Remove debugging function.
634         (shr-insert): Don't infloop if we can't find a good place to break
635         the line (bug#16256).
637 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
639         * progmodes/python.el:
640         (python-nav--lisp-forward-sexp): New function.
641         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
642         python-nav-lisp-forward-sexp-safe.
643         (python-nav--forward-sexp): New argument SAFE allows switching
644         forward sexp movement behavior for parens.
645         (python-nav-forward-sexp): Throw errors on unterminated parens
646         (Bug#16191).
647         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
648         (python-nav-backward-sexp-safe): New functions.
649         (python-shell-buffer-substring):
650         Use `python-nav-forward-sexp-safe'.
652 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
654         * net/shr.el (shr-find-fill-point): Don't break lines before a
655         quotation mark.
656         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
657         (shr-find-fill-point): Remove the special checks for the quotation
658         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
660 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
662         * net/eww.el (eww-form-textarea): Use a different face for
663         textareas than text input since they have different keymaps
664         (bug#16142).
666 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
668         * progmodes/python.el (python-nav-beginning-of-statement):
669         Speed up (Bug#15295).
671 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
673         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
674         the window configuration.
676 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
678         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
679         we run on MS-Windows or MS-DOS.
681 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
683         * window.el (balance-windows-area): Call window-size instead of
684         window-height and window-width.  Bug#16241.
686 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
688         * net/eww.el (eww-bookmark-quit): Remove.
689         (eww-bookmark-browse): Restore the window configuration when you
690         choose a bookmark (bug#16144).
692 2013-12-24  Daniel Colascione  <dancol@dancol.org>
694         * icomplete.el: Remove redundant :group arguments to `defcustom'
695         throughout.
696         (icomplete-show-matches-on-no-input): New customizable variable.
697         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
698         we have something to show.
699         (icomplete-exhibit): Compute completions even if we have no user input.
701 2013-12-23  Daniel Colascione  <dancol@dancol.org>
703         * icomplete.el: Move `provide' to end of file.
705 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
707         * net/gnutls.el (gnutls-verify-error): Add version tag.
709 2013-12-23  Chong Yidong  <cyd@gnu.org>
711         * subr.el (set-transient-map): Rename from
712         set-temporary-overlay-map.  Doc fix.
714         * face-remap.el (text-scale-adjust):
715         * indent.el (indent-rigidly):
716         * kmacro.el (kmacro-call-macro):
717         * minibuffer.el (minibuffer-force-complete):
718         * repeat.el (repeat):
719         * simple.el (universal-argument--mode):
720         * calendar/todo-mode.el (todo-insert-item--next-param):
721         * progmodes/f90.el (f90-abbrev-start): Callers changed.
723         * indent.el (indent-rigidly): Use substitute-command-keys.
725 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
727         * net/eww.el (eww-tag-select): Add text-property to jump to next
728         select field.
729         (eww): Add non-supported ftp error.
731 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
733         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
734         comments.  Handle electric indent after typing `?' and `!'.
736 2013-12-22  Chong Yidong  <cyd@gnu.org>
738         * faces.el (face-spec-recalc): If the theme specs are not
739         applicable to a frame, fall back on the defface spec.
740         This prevents themes from obliterating faces on low-color terminals.
742 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
744         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
745         after `{'.  We need it after block openers, and it doesn't seem
746         to hurt after hash openers.
748 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
750         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
751         extracted from `ruby-smie-rules'.
752         (ruby--electric-indent-chars): New variable.
753         (ruby--electric-indent-p): New function.
754         (ruby-mode): Use `electric-indent-functions' instead of
755         `electric-indent-chars'.
757 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
759         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
760         docstring.
761         (ruby-smie-rules): Indent plus one level after `=>'.
763 2013-12-21  Richard Stallman  <rms@gnu.org>
765         * simple.el (newline): Doc fix.
767 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
769         * net/eww.el (eww-list-histories, eww-list-histories)
770         (eww-history-browse, eww-history-quit, eww-history-kill)
771         (eww-history-mode-map, eww-history-mode): New command and
772         functions to list browser histories.
773         (eww-form-text): Support text form with disabled
774         and readonly attributes.
775         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
777 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
779         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
780         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
781         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
782         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
783         Use `user-error'.
784         (eww-bookmark-mode-map): Add menu.
785         (eww-render, eww-mode): Use `setq-local'.
786         (eww-tool-bar-map): New variable.
787         (eww-mode): Set `tool-bar-map'.
788         (eww-view-source): Check for `html-mode' with `fboundp'.
790 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792         * net/shr.el (shr--extract-best-source): Don't bug out on audio
793         elements with text inside.  Also remove debugging.
795 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
797         * cus-start.el (all): Add ns-use-srgb-colorspace.
799 2013-12-21  Chong Yidong  <cyd@gnu.org>
801         * custom.el (custom-theme-recalc-face): Do nothing if the face is
802         undefined.  Thus, theme settings for undefined faces do not take
803         effect until the faces are defined with defface, the same as with
804         theme variables.
806         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
807         (face-spec-reset-face): Don't assign extra properties in temacs.
808         (face-spec-recalc): Apply X resources too.
810 2013-12-21  Chong Yidong  <cyd@gnu.org>
812         * faces.el (face-spec-set):
813         * cus-face.el (custom-theme-set-faces, custom-set-faces):
814         * custom.el (defface): Doc fixes (Bug#16203).
816         * indent.el (indent-rigidly-map): Add docstring, and move commands
817         into named functions.
818         (indent-rigidly-left, indent-rigidly-right)
819         (indent-rigidly-left-to-tab-stop)
820         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
821         indentation direction based on bidi direction, and accumulate
822         sequential commands in a single undo boundary.
823         (indent-rigidly--pop-undo): New utility function.
825 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
827         * faces.el (read-face-name): Require crm.el when using crm-separator.
829 2013-12-20  Daniel Colascione  <dancol@dancol.org>
831         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
832         so that we don't reflow comments into the shebang line.
834 2013-12-20  Juri Linkov  <juri@jurta.org>
836         * saveplace.el (save-place-to-alist): Add `dired-filename' as
837         a position when `dired-directory' is non-nil.  Check integer
838         positions with `integerp'.
839         (toggle-save-place, save-places-to-alist): Add check for
840         `dired-directory'.
841         (save-place-find-file-hook): Check integer positions with
842         `integerp'.
843         (save-place-dired-hook): Use `dired-goto-file' when
844         `dired-filename' is found in the assoc list.  Check integer
845         positions with `integerp'.
846         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
848         * dired.el (dired-initial-position-hook): Rename back from
849         `dired-initial-point-hook'.
850         (dired-initial-position): Rename `dired-initial-point-hook' to
851         `dired-initial-position-hook'.
852         (dired-file-name-at-point): Doc fix.  (Bug#15329)
854 2013-12-20  Juri Linkov  <juri@jurta.org>
856         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
857         (read-regexp-suggestions): New function.
858         (read-regexp): Use `read-regexp-defaults-function' to get default values.
859         Use `read-regexp-suggestions'.  Add non-empty default to history
860         for empty input.
861         (occur-read-regexp-defaults-function): Remove function.
862         (occur-read-primary-args): Use `regexp-history-last' instead of
863         `occur-read-regexp-defaults-function'.
865         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
866         (hi-lock-line-face-buffer, hi-lock-face-buffer)
867         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
868         `hi-lock-read-regexp-defaults-function'.  Doc fix.
869         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
870         with `find-tag-default-as-symbol-regexp'.  Doc fix.
871         (hi-lock-read-regexp-defaults): Remove function.
872         (hi-lock-regexp-okay): Add check for null.
874         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
875         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
877         * subr.el (find-tag-default-as-symbol-regexp): New function.
878         (find-tag-default-as-regexp): Move symbol regexp formatting to
879         `find-tag-default-as-symbol-regexp'.
881 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
883         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
884         (Bug#14179)
886 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
888         * calendar/todo-mode.el: New implementation of item insertion
889         commands and key bindings.
890         (todo-key-prompt): New face.
891         (todo-insert-item): New command.
892         (todo-insert-item--parameters): New defconst, replacing defvar
893         todo-insertion-commands-args-genlist.
894         (todo-insert-item--param-key-alist): New defconst, replacing
895         defvar todo-insertion-commands-arg-key-list.
896         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
897         (todo-insert-item--argsleft, todo-insert-item--apply-args)
898         (todo-insert-item--next-param): New functions.
899         (todo-insert-item--args, todo-insert-item--argleft)
900         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
901         New variables.
902         (todo-key-bindings-t): Change binding of "i" from
903         todo-insertion-map to todo-insert-item.
904         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
905         (todo-insertion-command-name, todo-insertion-commands-names)
906         (todo-define-insertion-command, todo-insertion-commands)
907         (todo-insertion-key-bindings, todo-insertion-map): Remove.
909 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
911         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
912         (todo-toggle-item-highlighting): Use eval-and-compile instead of
913         eval-when-compile.
914         (todo-move-category): Allow choosing a non-existing todo file to
915         move the category to, and create that file.
916         (todo-default-priority): New user option.
917         (todo-set-item-priority): Use it.
918         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
919         (desktop-restore-file-buffer): Declare.
920         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
921         (todo-modes-set-2): Locally set desktop-save-buffer to
922         todo-desktop-save-buffer.
923         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
924         (auto-mode-alist): Add autoload cookie.
926 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
928         * emacs-lisp/subr-x.el: Renamed from helpers.el.
929         helpers.el was a poor choice of name.
930         (string-remove-prefix): New function.
931         (string-remove-suffix): New function.
933 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
935         Fix assignment for new window total sizes.
936         * window.el (window--pixel-to-size): Remove function.
937         (window--pixel-to-total-1, window--pixel-to-total):
938         Fix calculation of new total sizes.
940 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
942         * comint.el (comint-output-filter): Fix rear-nonsticky property
943         placement (Bug#16010).
945 2013-12-20  Chong Yidong  <cyd@gnu.org>
947         * faces.el (read-color): Minor fix for completion function.
949 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
951         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
952         New option.  (Bug#16182)
953         (ruby-smie--indent-to-stmt-p): Use it.
954         (ruby-smie-rules): Revert the logic in the handling of `when'.
955         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
956         (ruby-deep-arglist, ruby-deep-indent-paren)
957         (ruby-deep-indent-paren-style): Update docstrings to note that the
958         vars don't have any effect with SMIE.
960 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
962         * calc/calc.el (calc-enter, calc-pop): Use the variable
963         `calc-context-sensitive-enter'.
965 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967         * net/shr.el (shr-insert): Protect against infloops in degenerate
968         tables.
970 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
972         * progmodes/octave.el (octave): Add link to manual and octave
973         homepage.
974         (octave-mode-menu): Link to octave-mode manual.
976 2013-12-20  Leo Liu  <sdl.web@gmail.com>
978         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
979         insertion using skeleton-end-newline.  (Bug#16138)
981 2013-12-20  Juri Linkov  <juri@jurta.org>
983         * replace.el (occur-engine): Use `add-face-text-property'
984         to add the face property to matches and titles.  (Bug#14645)
986         * hi-lock.el (hi-green): Use lighter color "light green" closer to
987         the palette of other hi-lock colors.
988         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
990 2013-12-19  Juri Linkov  <juri@jurta.org>
992         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
993         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
994         (minibuffer-history-symbol): Move variable declaration closer to
995         its usage.
997         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
998         (Bug#14785)
1000 2013-12-19  Juri Linkov  <juri@jurta.org>
1002         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
1003         New function.
1004         (log-edit-hook): Add it to :options.  (Bug#16170)
1006 2013-12-19  Juri Linkov  <juri@jurta.org>
1008         * simple.el (eval-expression-print-format): Don't check for
1009         command names and the last command.  Always display additional
1010         formats of the integer result in the echo area, and insert them
1011         to the current buffer only with a zero prefix arg.
1012         Display character when char-displayable-p is non-nil.
1013         (eval-expression): With a zero prefix arg, set `print-length' and
1014         `print-level' to nil, and insert the integer values from
1015         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
1017         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
1018         `eval-last-sexp-arg-internal'.  Doc fix.
1019         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
1020         `eval-last-sexp-print-value'.  Doc fix.
1021         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
1022         Set `print-length' and `print-level' to nil when arg is zero.
1023         (eval-last-sexp): Doc fix.
1024         (eval-defun-2): Print the integer values from
1025         `eval-expression-print-format' at the end.
1027         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
1028         values from `eval-expression-print-format' at the end.
1030         * ielm.el (ielm-eval-input): Print the integer
1031         values from `eval-expression-print-format' at the end.
1033 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1035         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
1036         2013-12-11T19:01:44Z!tzz@lifelogs.com.
1038 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
1041         (hl-line-highlight, global-hl-line-highlight): Use it.
1042         (hl-line-overlay): Use defvar-local.
1044 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
1046         * term/ns-win.el: Require dnd.
1047         (global-map): Remove drag items.
1048         (ns-insert-text, ns-set-foreground-at-mouse)
1049         (ns-set-background-at-mouse):
1050         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
1051         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
1052         New functions.
1054 2013-12-19  Glenn Morris  <rgm@gnu.org>
1056         * emacs-lisp/ert.el (ert-select-tests):
1057         Fix string/symbol mixup.  (Bug#16121)
1059 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1061         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
1062         keywords to their parent.
1064 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
1066         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
1067         first arg to be a string (fixed dead code), or an operator symbol.
1068         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
1069         operator symbols.
1070         (ruby-smie-rules): Remove parent token check in the `.' clause, it
1071         did nothing.  Don't respond to `(:after ".")', it will be called
1072         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
1073         change anything.  Only return indentation for binary operators
1074         when they are hanging.  De-dent opening paren when its parent is
1075         `.', otherwise it looks bad when the dot is not at bol or eol
1076         (bug#16182).
1078 2013-12-19  Juri Linkov  <juri@jurta.org>
1080         * replace.el (query-replace-read-args): Split a non-negative arg
1081         and a negative arg into separate elements.
1082         (query-replace, query-replace-regexp, replace-string)
1083         (replace-regexp): Add arg `backward'.  Doc fix.
1084         (replace-match-maybe-edit): When new arg `backward' is non-nil,
1085         move point to the beginning of the match.
1086         (replace-search, replace-highlight): Use new arg `backward'
1087         to set the value of `isearch-forward'.
1088         (perform-replace): Add arg `backward' and use it to perform
1089         replacement backward.  (Bug#14979)
1091         * isearch.el (isearch-query-replace): Use a negative prefix arg
1092         to call `perform-replace' with a non-nil arg `backward'.
1094 2013-12-18  Juri Linkov  <juri@jurta.org>
1096         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
1097         to the default list.  Move `log-edit-show-files' to the end.
1098         Add more available functions to options.
1099         (log-edit): Move default specific settings to
1100         `log-edit-insert-message-template'.  Don't move point.
1101         (log-edit-insert-message-template): New function.
1102         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
1103         (Bug#16170)
1105 2013-12-18  Juri Linkov  <juri@jurta.org>
1107         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
1108         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
1110 2013-12-18  Leo Liu  <sdl.web@gmail.com>
1112         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
1113         (Bug#16186)
1115 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
1117         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
1118         formats for displaying file sizes when the -s switch is given.
1119         Instead, compute a separate format for displaying the size in
1120         blocks, which is displayed in addition to the "regular" size.
1121         When -h is given in addition to -s, produce size in blocks in
1122         human-readable form as well.  (Bug#16179)
1124 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
1126         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
1127         Reference tables with ~\ref{...} instead of only \ref{...}.
1129 2013-12-18  Chong Yidong  <cyd@gnu.org>
1131         * cus-edit.el (custom-magic-alist): Fix "themed" description
1132         (Bug#14348).
1134         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
1135         is non-nil, do not create a new entry in the symbol's theme-value
1136         or theme-face property; update theme-settings only (Bug#14664).
1137         (custom-available-themes): Doc fix.
1139         * cus-theme.el (custom-new-theme-mode-map): Add bindings
1140         (Bug#15674).
1142         * replace.el (occur-engine): Avoid infloop (Bug#7593).
1144 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1146         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
1147         (Bug#13914).
1149 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1151         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
1153 2013-12-18  Glenn Morris  <rgm@gnu.org>
1155         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
1156         * cus-start.el (load-prefer-newer): New option.
1158 2013-12-18  Le Wang  <l26wang@gmail.com>
1160         * comint.el (comint-previous-matching-input-from-input):
1161         Retain point (Bug#13404).
1163 2013-12-18  Chong Yidong  <cyd@gnu.org>
1165         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
1167 2013-12-18  Glenn Morris  <rgm@gnu.org>
1169         * mail/emacsbug.el (report-emacs-bug):
1170         Only mention enable-multibyte-characters if non-standard.
1172 2013-12-17  Juri Linkov  <juri@jurta.org>
1174         * arc-mode.el (archive-extract-by-file): Check if directory exists
1175         before deletion to not show irrelevant errors if it doesn't exist.
1177 2013-12-17  Juri Linkov  <juri@jurta.org>
1179         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
1180         (Bug#14751)
1182         * net/eww.el (browse-web): Add alias to `eww'.
1183         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
1184         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
1186         * net/browse-url.el (browse-url-browser-function): Move `eww'
1187         closer to similar functions.
1189         * startup.el (fancy-startup-screen, fancy-about-screen):
1190         Set browse-url-browser-function to eww-browse-url locally.
1191         (Bug#14751)
1193 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * window.el (window--pixel-to-total): Remove unused `mini' var.
1196         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1197         (split-window): Remove unused `new' var.
1198         (window--display-buffer): Remove unused `frame' and `delta' vars.
1199         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1200         and display-width'.
1202 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
1204         * dired.el (dired-mark-pop-up):
1205         * register.el (register-preview): Don't bind
1206         split-height-threshold here since it's now done in
1207         display-buffer-below-selected.
1209 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
1211         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1212         xterm-rgb-convert-to-16bit.
1213         (rxvt-register-default-colors): Standardize with
1214         xterm-register-default-colors (Bug#14078).
1216 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1218         * simple.el (kill-region): Pass mark first, then point, so that
1219         kill-append works right (Bug#12819).
1220         (copy-region-as-kill, kill-ring-save): Likewise.
1222 2013-12-17  Leo Liu  <sdl.web@gmail.com>
1224         * net/rcirc.el (rcirc-add-face):
1225         * eshell/em-prompt.el (eshell-emit-prompt):
1226         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1227         (Bug#16167)
1229 2013-12-17  Chong Yidong  <cyd@gnu.org>
1231         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1232         Suggested by Xue Fuqiao.
1234 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1236         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1238 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * net/shr.el (shr-insert-document): Remove unused var
1241         `shr-preliminary-table-render'.
1242         (shr-rescale-image): Remove unused arg `force'.
1243         (shr-put-image): Update calls accordingly.
1244         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1246 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1248         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1249         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1250         :close-all, to see which indentation method to use (Bug#16116).
1251         (smie-rules-function): Document the method :close-all.
1253 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1257         * net/eww.el (eww-display-html): If we can't find the anchor we're
1258         looking for, then go to point-min.
1260 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1262         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1263         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1264         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1265         Expand dir too, in case it's relative.
1267 2013-12-16  Juri Linkov  <juri@jurta.org>
1269         * desktop.el (desktop-auto-save-timeout): Change default to
1270         `auto-save-timeout'.  Doc fix.
1271         (desktop-save): Skip the timestamp in desktop-saved-frameset
1272         when checking for auto-save changes.
1273         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1274         `desktop-auto-save' is called repeatedly by the idle timer.
1275         (desktop-auto-save-set-timer): Replace `run-with-timer' with
1276         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
1277         (Bug#15331)
1279 2013-12-16  Juri Linkov  <juri@jurta.org>
1281         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1282         (Bug#16035)
1283         (isearch-pre-command-hook): Check `this-command' for symbolp.
1285 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1287         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1289 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
1291         * progmodes/cfengine.el (cfengine3--current-word): Remove.
1292         (cfengine3--current-function): Bring in the current-function
1293         functionality from `cfengine3--current-word'.
1294         (cfengine3-completion-function): Bring in the
1295         bounds-of-current-word functionality from
1296         `cfengine3--current-word'.
1298 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
1300         * window.el (display-buffer-below-selected):
1301         Bind split-height-threshold to 0 as suggested by Juri Linkov.
1303 2013-12-16  Leo Liu  <sdl.web@gmail.com>
1305         * progmodes/compile.el (compile-goto-error): Do not push-mark.
1306         Remove NOMSG arg and all uses changed.
1308 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1311         (cua--deactivate-rectangle): Don't deactivate the mark.
1312         (cua-set-rectangle-mark): Don't set mark-active since
1313         cua--activate-rectangle already does it for us.
1314         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1315         non-rectangular region.
1317         * emulation/cua-base.el (cua-repeat-replace-region):
1318         Use with-current-buffer.
1320         * net/gnutls.el: Use cl-lib.
1321         (gnutls-negotiate): `mapcan' -> cl-mapcan.
1323 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1325         * emacs-lisp/package.el (package-built-in-p): Support both
1326         built-in and the package.el converted package descriptions.
1327         (package-show-package-list): Allow keywords.
1328         (package-keyword-button-action): Use it instead of
1329         `finder-list-matches'.
1330         (package-menu-filter-interactive): Interactive filtering (by
1331         keyword) function.
1332         (package-menu--generate): Support keywords and change keymappings
1333         and headers when they are given.
1334         (package--has-keyword-p): Helper function.
1335         (package-menu--refresh): Use it.
1336         (package--mapc): Helper function.
1337         (package-all-keywords): Use it.
1338         (package-menu-mode-map): Set up menu items and keybindings to
1339         provide a filtering UI.
1341 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1343         * net/gnutls.el (gnutls-verify-error): New defcustom to control
1344         the behavior when a certificate fails validation.  Defaults to
1345         old behavior: never abort, just warn.
1346         (gnutls-negotiate): Use it.
1348 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
1350         * window.el (display-buffer-below-selected): Never split window
1351         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
1353 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1355         * emacs-lisp/package.el (package--prepare-dependencies): New function.
1356         (package-buffer-info): Use it (bug#15108).
1358 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * icomplete.el (icomplete-completions): Make sure the prefix is already
1361         displayed elsewhere before hiding it (bug#16219).
1363 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1365         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1366         open-paren tokens when preceded by a open-paren, too.
1367         (ruby-smie-rules): Handle virtual indentation after open-paren
1368         tokens specially.  If there is code between it and eol, return the
1369         column where is starts (Bug#16118).
1371 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1373         * progmodes/cfengine.el: Fix `add-hook' doc.
1374         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1375         (cfengine3--current-word): Fix parameters.
1376         (cfengine3-make-syntax-cache): Simplify further.
1377         (cfengine3-completion-function, cfengine3--current-function):
1378         Use `assq' for symbols.
1379         (cfengine3--current-function): Fix `cfengine3--current-word' call.
1381 2013-12-13  Glenn Morris  <rgm@gnu.org>
1383         * loadup.el (load-path): Warn if site-load or site-init changes it.
1384         No more need to reset it when bootstrapping.
1386 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1388         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1389         locations for cf-promises.
1390         (cfengine-mode-syntax-functions-regex): New caching variable.
1391         (cfengine3-fallback-syntax): Fallback syntax for cases where
1392         cf-promises doesn't run.
1393         (cfengine3--current-word): Reimplement using
1394         `cfengine-mode-syntax-functions-regex'.
1395         (cfengine3-completion-function, cfengine3--current-function):
1396         Use `cfengine3-make-syntax-cache' directly.
1397         (cfengine3-clear-syntax-cache): New function.
1398         (cfengine3-make-syntax-cache): Simplify and create
1399         `cfengine-mode-syntax-functions-regex' on demand.
1400         (cfengine3-format-function-docstring): Don't call
1401         `cfengine3-make-syntax-cache' explicitly.
1403 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
1405         Fix windmove-find-other-window broken after pixelwise resizing
1406         (Bug#16017).
1407         * windmove.el (windmove-other-window-loc): Revert change from
1408         2013-12-04.
1409         (windmove-find-other-window): Call window-in-direction.
1410         * window.el (window-in-direction): New arguments SIGN, WRAP and
1411         MINI to emulate original windmove-find-other-window behavior.
1413 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
1415         * simple.el (blink-matching--overlay): New variable.
1416         (blink-matching-open): Instead of moving point, highlight the
1417         matching paren with an overlay
1418         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1420         * faces.el (paren-showing-faces, show-paren-match)
1421         (show-paren-mismatch): Move from paren.el.
1423 2013-12-13  Leo Liu  <sdl.web@gmail.com>
1425         * indent.el (indent-region): Disable progress reporter in
1426         minibuffer.  (Bug#16108)
1428         * bindings.el (visual-order-cursor-movement): Fix version.
1430 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1432         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1433         Also match after beginning of line.
1434         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1435         files.  Thanks to Russell Sim.  (Bug#15378)
1437 2013-12-13  Juri Linkov  <juri@jurta.org>
1439         * simple.el <Keypad support>: Remove key bindings duplicated
1440         with bindings.el.  (Bug#14397)
1442 2013-12-13  Juri Linkov  <juri@jurta.org>
1444         * comint.el (comint-mode-map): Replace `delete-char' with
1445         `delete-forward-char'.  (Bug#16109)
1447 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1449         * progmodes/python.el (python-indent-calculate-indentation):
1450         Fix de-denters cornercase.  (Bug#15731)
1452 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1454         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1455         (advice--make): Pay attention to `depth'.
1456         (advice--make-1): Don't autoload commands eagerly.
1457         * emacs-lisp/elp.el (elp-instrument-function):
1458         * emacs-lisp/trace.el (trace-function-internal):
1459         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1461         * iswitchb.el (iswitchb-mode): Don't belittle ido.
1463 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
1465         * term/w32-win.el (w32-handle-dropped-file):
1466         * startup.el (normal-top-level):
1467         * net/browse-url.el (browse-url-file-url):
1468         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1469         decode file names using 'utf-8' rather than
1470         file-name-coding-system.
1472 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1474         * progmodes/python.el (python-indent-context)
1475         (python-indent-calculate-indentation): Fix auto-identation
1476         behavior for comment blocks.  (Bug#15916)
1478 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1480         * progmodes/python.el (python-indent-calculate-indentation):
1481         When determining indentation, don't treat "return", "pass", etc., as
1482         operators when they are just string constituents.  (Bug#15812)
1484 2013-12-12  Juri Linkov  <juri@jurta.org>
1486         * uniquify.el (uniquify-buffer-name-style): Change default to
1487         `post-forward-angle-brackets'.
1489         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1490         `uniquify'.  Change default to `post-forward-angle-brackets'.
1492 2013-12-11  Glenn Morris  <rgm@gnu.org>
1494         * emacs-lisp/package.el (finder-list-matches):
1495         Autoload rather than falsely declaring.
1497 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
1499         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1500         (eww-mode-map): Use them.
1502 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
1504         * window.el (display-buffer-in-side-window): Fix doc-string
1505         (Bug#16115).
1507 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
1509         * vc/vc-git.el: Silence byte-compiler warnings.
1510         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1511         (log-edit-set-header): Declare.
1513 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
1515         * Makefile.in (custom-deps, finder-data): Run output file names
1516         through unmsys--file-name.  (Bug#16099)
1518 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1521         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1523         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1524         instead of deleting the selection "by hand" (bug#16098).
1525         Rely on insert-for-yank to yank rectangles.
1526         (cua-highlight-region-shift-only): Mark obsolete.
1527         (cua-mode): Don't enable/disable transient-mark-mode,
1528         shift-select-mode (cua-mode works both with and without them), and
1529         pc-selection-mode (obsolete).
1530         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1531         (cua--deactivate-rectangle): Deactivate it.
1533         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1534         (delete-selection-helper): Make sure yank starts at the top of the
1535         deleted region.
1536         (minibuffer-keyboard-quit): Use region-active-p.
1538         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1540         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1541         to `delete' (bug#16109).
1543 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1545         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1546         info manual and show keybindings and set `:group' keyword.
1548 2013-12-11  Juri Linkov  <juri@jurta.org>
1550         * delsel.el (delete-active-region): Let-bind `this-command'
1551         to prevent `kill-region' from changing its original value.
1552         (delete-selection-helper): Handle `overwrite-mode' for the type
1553         `kill' exactly the same way as for the type `t'.
1554         (insert-char, quoted-insert, reindent-then-newline-and-indent):
1555         Support more commands.  (Bug#13312)
1557 2013-12-11  Juri Linkov  <juri@jurta.org>
1559         * bindings.el: Map kp keys to non-kp keys systematically
1560         with basic modifiers control, meta and shift.  (Bug#14397)
1562 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1564         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1565         "Close browser" menu items.  Fix wrong function of "List
1566         bookmarks".
1568 2013-12-11  Juri Linkov  <juri@jurta.org>
1570         * misearch.el (multi-isearch-buffers): Set the value of
1571         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1572         arg of isearch-forward to t.
1573         (multi-isearch-buffers-regexp): Set the value of
1574         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1575         arg of isearch-forward-regexp to t.
1576         (multi-isearch-files): Set the value of
1577         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
1578         arg of isearch-forward to t.
1579         (multi-isearch-files-regexp): Set the value of
1580         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
1581         arg of isearch-forward-regexp to t.  (Bug#16035)
1583         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1584         arg of isearch-forward to t.
1585         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1586         arg of isearch-forward-regexp to t.
1587         (dired-isearch-filter-filenames): Remove unnecessary check for
1588         `dired-isearch-filenames'.
1590         * comint.el (comint-history-isearch-backward):
1591         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1592         (comint-history-isearch-backward-regexp):
1593         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1595 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
1597         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1598         unmsys--file-name.  (Bug#16099)
1600 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
1602         * emacs-lisp/package.el (package-keyword-button-action):
1603         Remove finder.el require dependency.
1605 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
1607         * emacs-lisp/package.el: Require finder.el.
1608         (describe-package-1): Add keyword buttons.
1609         (package-make-button): New convenience function.
1610         (package-keyword-button-action): Keyword button action using
1611         `finder-list-matches'.
1613 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
1615         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1616         last commit.
1618 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
1620         * autorevert.el (auto-revert-notify-add-watch): Do not handle
1621         symlinked files.
1623 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1625         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1626         after the end of a percent literal.
1628 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1630         * progmodes/ruby-mode.el (ruby-forward-string): Document.
1631         Handle caret-delimited strings (Bug#16079).
1633 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1635         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1636         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1637         `ruby-parse-partial' (Bug#16078).
1639 2013-12-09  Leo Liu  <sdl.web@gmail.com>
1641         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
1643 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1645         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1646         (js-switch-indent-offset): New option.
1647         (js--proper-indentation): Use it.  And handle the case when
1648         "default" is actually a key in an object literal.
1649         (js--same-line): New function.
1650         (js--multi-line-declaration-indentation): Use it.
1651         (js--indent-in-array-comp, js--array-comp-indentation):
1652         New functions.
1653         (js--proper-indentation): Use them, to handle array comprehension
1654         continuations.
1656 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1658         * progmodes/flymake.el (flymake-highlight-line): Re-write.
1659         (flymake-make-overlay): Remove arg MOUSE-FACE.
1660         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1662 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1665         New function.
1666         (redisplay-highlight-region-function): Use it.
1668         * emulation/cua-base.el (cua--explicit-region-start)
1669         (cua--last-region-shifted): Remove.
1670         (cua--deactivate): Use deactivate-mark.
1671         (cua--pre-command-handler-1): Don't handle shift-selection.
1672         (cua--post-command-handler-1): Don't change transient-mark-mode.
1673         (cua--select-keymaps): Use region-active-p rather than
1674         cua--explicit-region-start or cua--last-region-shifted.
1675         (cua-mode): Enable shift-select-mode.
1677 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1679         * progmodes/flymake.el (flymake-popup-current-error-menu):
1680         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
1681         (flymake-posn-at-point-as-event, flymake-popup-menu)
1682         (flymake-make-emacs-menu): Remove.  (Bug#16077)
1684 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1686         * rect.el (rectangle-mark-mode): Activate mark even if
1687         transient-mark-mode is off (bug#16066).
1688         (rectangle--highlight-for-redisplay): Fix boundary condition when point
1689         is > mark and at bolp.
1691         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1692         (region-extract-function): Use it.
1693         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1694         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1695         Delete functions.
1696         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1697         kill-ring-save, kill-region, delete-char, delete-forward-char.
1698         Ignore self-insert-iso.
1700         * emulation/cua-gmrk.el (cua--init-global-mark):
1701         Ignore `self-insert-iso'.
1703         * emulation/cua-base.el (cua--prefix-copy-handler)
1704         (cua--prefix-cut-handler): Rely on region-extract-function rather than
1705         checking cua--rectangle.
1706         (cua-delete-region): Use region-extract-function.
1707         (cua-replace-region): Delete function.
1708         (cua-copy-region, cua-cut-region): Obey region-extract-function.
1709         (cua--pre-command-handler-1): Don't do the delete-selection thing.
1710         (cua--self-insert-char-p): Ignore `self-insert-iso'.
1711         (cua--init-keymaps): Don't remap delete-selection commands.
1712         (cua-mode): Use delete-selection-mode instead of rolling our own
1713         (bug#16085).
1715         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1716         Obey region-extract-function.
1718         Make registers and delete-selection-mode work on rectangles.
1719         * register.el (describe-register-1): Don't modify the register's value.
1720         (copy-to-register): Obey region-extract-function.
1721         * delsel.el (delete-active-region): Obey region-extract-function.
1723 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1725         * progmodes/flymake.el (flymake, flymake-error-bitmap)
1726         (flymake-warning-bitmap, flymake-fringe-indicator-position)
1727         (flymake-compilation-prevents-syntax-check)
1728         (flymake-start-syntax-check-on-newline)
1729         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1730         (flymake-start-syntax-check-on-find-file, flymake-log-level)
1731         (flymake-xml-program, flymake-master-file-dirs)
1732         (flymake-master-file-count-limit)
1733         (flymake-allowed-file-name-masks): Relocate.
1734         (flymake-makehash, flymake-float-time)
1735         (flymake-replace-regexp-in-string, flymake-split-string)
1736         (flymake-get-temp-dir): Remove.
1737         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1738         (flymake-current-row, flymake-selected-frame)
1739         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1740         related functions.  (Bug#16077)
1742 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
1744         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1746 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
1748         * help-fns.el (describe-function-1): Use new advice-* functions
1749         rather than old ad-* functions.  Fix function type description and
1750         source links for advised functions and subrs.
1752 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1756 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
1758         * progmodes/compile.el (compilation-start):
1759         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1761         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1762         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
1764 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1766         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1767         Touch up the last change.
1769 2013-12-06  Leo Liu  <sdl.web@gmail.com>
1771         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1772         (inferior-octave-startup): Always use "octave> " for prompt.
1773         (octave-goto-function-definition)
1774         (octave-sync-function-file-names)
1775         (octave-find-definition-default-filename): Remove redundant backquotes.
1777 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1779         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1780         syntax for `?'.
1781         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1782         where appropriate already.
1783         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1784         end of method names (Bug#15874).
1786 2013-12-06  Juri Linkov  <juri@jurta.org>
1788         * isearch.el (isearch--saved-overriding-local-map):
1789         New internal variable.
1790         (isearch-mode): Set it to the initial value of
1791         `overriding-terminal-local-map'.
1792         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1793         with `isearch--saved-overriding-local-map'.  (Bug#16035)
1795 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1797         * progmodes/octave.el (inferior-octave-completion-table):
1798         Turn back into function, use `completion-table-with-cache'
1799         (Bug#11906).  Update all references.
1801         * minibuffer.el (completion-table-with-cache): New function.
1803 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1805         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1807 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
1809         * net/eww.el (eww-current-source): New variable to store page
1810         source.
1811         (eww-display-html, eww-mode, eww-save-history)
1812         (eww-restore-history): Use it.
1813         (eww-view-source): New command to view page source.
1814         Opportunistically uses `html-mode' to highlight the buffer.
1815         (eww-mode-map): Install it.
1817 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1819         * net/dbus.el (dbus-unregister-service)
1820         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1821         Fix docstring.
1822         (dbus-unregister-service): Skip :serial entries in
1823         `dbus-registered-objects-table'.
1824         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1826 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
1828         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1829         around keywords with extra `split-string' argument.
1831 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
1833         * windmove.el (windmove-other-window-loc): Handle navigation
1834         between windows (excluding the minibuffer window - Bug#16017).
1836 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
1838         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1839         in D-Bus type syntax.
1840         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1841         preserve unibyte strings.  (Bug#16048)
1843 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1845         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1846         Call force-mode-line-update is the proper buffer (bug#16042).
1848 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
1850         * vc/log-edit.el (log-edit-add-new-comment): Rename to
1851         `log-edit-remember-comment', make argument optional.  Adjust all
1852         callers.
1853         (log-edit-mode): Add `log-edit-remember-comment' to
1854         `kill-buffer-hook' locally.
1855         (log-edit-kill-buffer): Don't remember comment explicitly since
1856         the buffer is killed anyway.
1858 2013-12-04  Juri Linkov  <juri@jurta.org>
1860         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1861         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
1863 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
1865         * notifications.el (notifications-close-notification): Call the
1866         D-Bus method with ID being a `:uint32'.  (Bug#16030)
1868 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1870         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1872 2013-12-03  Juri Linkov  <juri@jurta.org>
1874         * progmodes/compile.el (compilation-start): Rename window alist
1875         entry `no-display-ok' to `allow-no-window'.
1877         * simple.el (shell-command): Add window alist entry
1878         `allow-no-window' to `display-buffer'.
1879         (async-shell-command): Doc fix.
1881         * window.el (display-buffer-no-window): New action function.
1882         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
1884 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1886         * vc/log-edit.el (log-edit-set-header): Extract from
1887         `log-edit-toggle-header'.
1888         (log-edit-extract-headers): Separate the summary, when extracted
1889         from header, from the rest of the message with an empty line.
1891         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1892         line, if present, to the Summary header.
1894 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1897         in current-buffer (bug#16029).
1899 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
1901         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1902         (debugger-mode-map): Bind it.
1903         (debugger--backtrace-base): New function.
1904         (debugger-eval-expression): Use it.
1905         (debugger-frame-number): Skip local vars when present.
1906         (debugger--locals-visible-p, debugger--insert-locals)
1907         (debugger--show-locals, debugger--hide-locals): New functions.
1909 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
1911         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1912         "LC_ALL".
1913         (tramp-get-remote-locale): New defun.
1914         (tramp-open-connection-setup-interactive-shell): Use it.
1916 2013-12-02  Leo Liu  <sdl.web@gmail.com>
1918         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
1920         * progmodes/sh-script.el (sh-shell-process):
1921         * progmodes/octave.el (inferior-octave-process-live-p):
1922         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1923         (gdb-inferior-io-sentinel):
1924         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1926 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1928         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1929         `save-selected-window' to `log-edit-hide-buf'.  This makes
1930         `log-edit-show-files' idempotent.
1931         (log-edit-show-files): Mark the new window as dedicated.
1933 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1935         * vc/log-edit.el (log-edit-mode-map): Add binding for
1936         `log-edit-kill-biffer'.
1937         (log-edit-hide-buf): Add a FIXME comment.
1938         (log-edit-add-new-comment): New function, extracted from
1939         `log-edit-done'.
1940         (log-edit-done, log-edit-add-to-changelog): Use it.
1941         (log-edit-kill-buffer): New command.
1943 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1946         instead of killing the buffer.
1948 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1950         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1952 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1954         * net/eww.el (eww-form-checkbox-selected-symbol)
1955         (eww-form-checkbox-symbol): New customizable variable.
1956         (eww-form-checkbox, eww-toggle-checkbox):
1957         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1959         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1960         (shr--get-media-pref, shr--extract-best-source): New function.
1961         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1962         no :src tag was specified.
1964         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1965         (eww-render): Handle `eww-use-external-browser-for-content-type'.
1966         Use \\` to match beginning of string instead of ^.
1967         (eww-browse-with-external-browser): Provide optional URL parameter.
1968         (eww-render): Set `eww-current-title' back to "".
1970         * net/shr.el (shr-tag-video): Display content for video if no
1971         poster is available.
1972         (shr-tag-audio): Add support for <audio> tag.
1974         * net/eww.el (eww-text-input-types): New const.
1975         (eww-process-text-input): Treat input types in
1976         `eww-text-input-types' as text.
1978         * net/shr.el (shr-tag-table): Fix comment typo.
1980 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982         * net/eww.el (eww-follow-link): New command to avoid reloading
1983         pages when we follow #target links (bug#15243).
1984         (eww-quit): Special mode buffers shouldn't query before exiting.
1986 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1988         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1989         forms.
1991 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993         * net/eww.el (eww-restore-history): Update the window title after
1994         moving in the history.
1995         (eww-current-dom): New variable used to save the current DOM.
1997 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
1999         * vc/log-edit.el (log-edit-mode-map): Add binding for
2000         `log-edit-beginning-of-line'.
2001         (log-edit-setup-add-author): New user option.
2002         (log-edit-beginning-of-line): New command.
2003         (log-edit): Move major mode call above the contents setup so that
2004         the local variable values are already applied.
2005         (log-edit): Only insert "Author: " when
2006         `log-edit-setup-add-author' is non-nil.
2007         (log-edit): When SETUP is non-nil, position point after ": "
2008         instead of point-min.
2010 2013-12-01  Glenn Morris  <rgm@gnu.org>
2012         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
2014 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
2016         * startup.el (fancy-splash-frame): On MS-Windows, trigger
2017         redisplay to make sure the initial frame gets a chance to become
2018         visible.  (Bug#16014)
2020 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
2022         Support resizing frames and windows pixelwise.
2023         * cus-start.el (frame-resize-pixelwise)
2024         (window-resize-pixelwise): New entries.
2025         * emacs-lisp/debug.el (debug): Use window-total-height instead
2026         of window-total-size.
2027         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
2028         * help.el (describe-bindings-internal): Call help-buffer
2029         (temp-buffer-max-width): New option.
2030         (resize-temp-buffer-window, help-window-setup)
2031         (with-help-window): Rewrite.
2032         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
2033         dragging dividers.
2034         * window.el (frame-char-size, window-min-pixel-height)
2035         (window-safe-min-pixel-height, window-safe-min-pixel-width)
2036         (window-min-pixel-width, window-safe-min-pixel-size)
2037         (window-combination-p, window-safe-min-size)
2038         (window-resizable-p, window--size-to-pixel)
2039         (window--pixel-to-size, window--resize-apply-p): New functions.
2040         (window-safe-min-height): Fix doc-string.
2041         (window-size, window-min-size, window--min-size-1)
2042         (window-sizable, window-sizable-p, window--min-delta-1)
2043         (window-min-delta, window--max-delta-1, window-max-delta)
2044         (window--resizable, window--resizable-p, window-resizable)
2045         (window-full-height-p, window-full-width-p, window-at-side-p)
2046         (window--in-direction-2, window-in-direction)
2047         (window--resize-reset-1, window--resize-mini-window)
2048         (window-resize, window-resize-no-error)
2049         (window--resize-child-windows-normal)
2050         (window--resize-child-windows, window--resize-siblings)
2051         (window--resize-this-window, window--resize-root-window)
2052         (window--resize-root-window-vertically)
2053         (adjust-window-trailing-edge, enlarge-window, shrink-window)
2054         (maximize-window, minimize-window, delete-window)
2055         (quit-restore-window, window-split-min-size, split-window)
2056         (balance-windows-2, balance-windows)
2057         (balance-windows-area-adjust, balance-windows-area)
2058         (window--state-get-1, window-state-get, window--state-put-1)
2059         (window--state-put-2, window-state-put)
2060         (display-buffer-record-window, window--display-buffer):
2061         Make functions handle pixelwise sizing of windows.
2062         (display-buffer--action-function-custom-type)
2063         (display-buffer-fallback-action):
2064         Add display-buffer-in-previous-window.
2065         (display-buffer-use-some-window): Resize window to height it had
2066         before.
2067         (fit-window-to-buffer-horizontally): New option.
2068         (fit-frame-to-buffer): Describe new values.
2069         (fit-frame-to-buffer-bottom-margin): Replace with
2070         fit-frame-to-buffer-margins.
2071         (window--sanitize-margin): New function.
2072         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
2073         using window-text-pixel-size.
2075 2013-11-30  Glenn Morris  <rgm@gnu.org>
2077         * emacs-lisp/bytecomp.el (byte-compile-form):
2078         Make the `interactive-only' warning like the `obsolete' one.
2079         * comint.el (comint-run):
2080         * files.el (insert-file-literally, insert-file):
2081         * replace.el (replace-string, replace-regexp):
2082         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2083         (goto-line, insert-buffer, next-line, previous-line):
2084         Tweak `interactive-only' spec.
2086         Stop keeping (most) generated cedet grammar files in the repository.
2087         * Makefile.in (semantic): New.
2088         (compile-main): Depend on semantic.
2090 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
2093         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
2095         * uniquify.el (uniquify-buffer-name-style): Change default.
2097         * loadup.el: Preload "uniquify".
2099         * time.el (display-time-update): Update all mode lines (bug#15999).
2101         * electric.el (electric-indent-mode): Enable by default.
2102         * loadup.el: Preload "electric".
2104 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
2106         * emacs-lisp/helpers.el (string-empty-p): New function.
2107         (string-blank-p): New function.
2109 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
2111         * imenu.el (imenu--index-alist): Add missing dot to the docstring
2112         (Bug#14029).
2114 2013-11-29  Andreas Politz  <politza@fh-trier.de>
2115         * imenu.el (imenu--subalist-p): Don't error on non-conses and
2116         allow non-lambda lists as functions.
2117         (imenu--in-alist): Don't recurse into non-subalists.
2118         (imenu): Don't pass function itself as an argument (Bug#14029).
2120 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2122         * progmodes/python.el (python-mode-map): Remove binding for ":".
2123         (python-indent-electric-colon): Remove command.
2124         (python-indent-post-self-insert-function): Integrate the previous code
2125         of python-indent-electric-colon.  Make it conditional on
2126         electric-indent-mode.
2127         (python-mode): Add ?: to electric-indent-chars.
2128         Move python-indent-post-self-insert-function to the end of
2129         post-self-insert-hook.
2131 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * doc-view.el (doc-view-goto-page): Update mode-line.
2135         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
2137 2013-11-27  Glenn Morris  <rgm@gnu.org>
2139         * international/charprop.el, international/uni-bidi.el:
2140         * international/uni-category.el, international/uni-combining.el:
2141         * international/uni-comment.el, international/uni-decimal.el:
2142         * international/uni-decomposition.el, international/uni-digit.el:
2143         * international/uni-lowercase.el, international/uni-mirrored.el:
2144         * international/uni-name.el, international/uni-numeric.el:
2145         * international/uni-old-name.el, international/uni-titlecase.el:
2146         * international/uni-uppercase.el:
2147         Remove generated files from VCS repository.
2149 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
2151         * filenotify.el (file-notify-add-watch): Don't special-case
2152         w32notify when computing the directory to watch.
2154 2013-11-27  Glenn Morris  <rgm@gnu.org>
2156         Make bootstrap without generated uni-*.el files possible again.
2157         * loadup.el: Update command-line-args checking for unidata-gen.
2158         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
2159         * composite.el, international/characters.el:
2160         Handle unicode tables being undefined.
2162         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
2163         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
2164         (compile-main): Depend on leim rule.
2165         (leim): New rule.
2166         * loadup.el: Move leim-list.el to leim/ subdirectory.
2167         * startup.el (normal-top-level): No more leim directory.
2168         * international/ja-dic-cnv.el (skkdic-convert):
2169         Disable version-control and autoloads in output files.
2170         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
2171         Disable version-control and autoloads in output files.
2172         * leim/quail: Move here from ../leim.
2173         * leim/quail/hangul.el (hangul-input-method-activate):
2174         Add autoload cookie.
2175         (generated-autoload-load-name): Set file-local value.
2176         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
2177         (generated-autoload-load-name): Set file-local value.
2179 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
2181         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
2182         (eww-add-bookmark): Ask confirmation when add to bookmarks.
2183         (eww-quit): Ask confirmation before quitting eww.
2185 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
2187         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
2188         reading output from Diff on MS-Windows and MS-DOS.
2190 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
2192         * emacs-lisp/helpers.el (string-reverse): New function.
2194 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
2196         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2197         names on MS Windows, like "/[::1]:".
2199         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2200         SWITCHES.
2202 2013-11-26  Glenn Morris  <rgm@gnu.org>
2204         * progmodes/python.el (python-indent-guess-indent-offset):
2205         Avoid corner-case error.  (Bug#15975)
2207         Preload leim-list.el.  (Bug#4789)
2208         * loadup.el: Load leim-list.el when found.
2209         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2211 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
2213         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2215         * emacs-lisp/helpers.el (string-join): New function.
2217 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
2219         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2220         Mark as obsolete and replace it with a symbol property.
2221         (byte-compile-form): Use new 'interactive-only property.
2222         * comint.el, files.el, replace.el, simple.el:
2223         Apply new 'interactive-only properly.
2225 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
2227         * window.el (display-buffer-at-bottom): Make sure that
2228         split-window-sensibly creates the new window on bottom
2229         (Bug#15961).
2231 2013-11-23  David Kastrup  <dak@gnu.org>
2233         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2234         on the conflict markers when available.
2235         (smerge--get-marker): New function.
2236         (smerge-end-re, smerge-base-re): Add subgroup.
2238 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2240         * frame.el (handle-focus-in, handle-focus-out): Add missing
2241         interactive spec.
2243 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
2245         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2246         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2248 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2250         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
2251         (gomoku--last-pos): New var.
2252         (gomoku--intangible-chars): New const.
2253         (gomoku--intangible): New function.
2254         (gomoku-mode): Use it.  Derive from special-mode.
2255         (gomoku-move-up): Adjust line count.
2256         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2257         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2258         Simplify accordingly.
2260         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2261         Remove blink-cursor code.
2262         (blink-cursor-timer-function, blink-cursor-suspend):
2263         Don't special-case GUIs.
2264         (blink-cursor-mode): Use focus-in/out-hook.
2266 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
2268         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2269         work when annotation is invisible (Bug#13886).
2271 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
2273         * json.el (json-alist-p): Only return non-nil if the alist has
2274         simple keys (Bug#13518).
2276 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
2278         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2279         when control-statement is the first statement in a buffer (Bug#15956).
2281 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
2283         * imenu.el (imenu-generic-skip-comments-and-strings):
2284         New option (Bug#15560).
2285         (imenu--generic-function): Use it.
2287 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
2289         * minibuffer.el (completion--in-region-1): Scroll the correct window.
2290         (Bug#13898)
2292 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
2294         * emacs-lisp/helpers.el: Add some string helpers.
2295         (string-trim-left): Removes leading whitespace.
2296         (string-trim-right): Removes trailing whitespace.
2297         (string-trim): Removes leading and trailing whitespace.
2299         * subr.el (string-suffix-p): New function.
2301 2013-11-23  Glenn Morris  <rgm@gnu.org>
2303         * progmodes/python.el (python-shell-send-file):
2304         Add option to delete file when done.  (Bug#15647)
2305         (python-shell-send-string, python-shell-send-region): Use it.
2307 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
2309         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2310         to set buffer-read-only to t, never to nil.  (Bug#15938)
2312         * textmodes/tex-mode.el (latex-noindent-environments):
2313         Add safe-local-variable property.  (Bug#15936)
2315 2013-11-23  Glenn Morris  <rgm@gnu.org>
2317         * textmodes/enriched.el (enriched-mode): Doc fix.
2318         * emacs-lisp/authors.el (authors-renamed-files-alist):
2319         Add enriched.doc -> enriched.txt.
2321         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2323 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2325         * progmodes/octave.el (inferior-octave-startup): Spit out error
2326         message.
2328 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
2330         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2331         Improve docstring.
2332         Add :version.
2333         (ruby-encoding-magic-comment-style): Add :version.
2335 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2337         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2338         (Bug#15076)
2339         (octave-help-mode): Adapt to change to help-mode-finish to use
2340         derived-mode-p on 2013-09-17.
2341         (inferior-octave-prompt): Also match octave-gui.
2342         (octave-kill-process): Don't ask twice.  (Bug#10564)
2344 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2346         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2347         (inferior-octave-startup, inferior-octave-check-process)
2348         (inferior-octave-track-window-width-change)
2349         (octave-completion-at-point, octave-eldoc-function): Use it.
2350         (octave-kill-process): Provide confirmation.  (Bug#10564)
2352 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2354         * progmodes/octave.el (octave-mode, inferior-octave-mode):
2355         Fix obsolete variable comment-use-global-state.
2357 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2359         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2360         Add `octave-source-file'.
2361         (octave-source-file): New function.  (Bug#15935)
2363 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
2365         * net/eww.el (eww-local-regex): New variable.
2366         (eww): Use it to detect localhost and similar.
2368 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2370         Add completion for command `ag'.
2371         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2372         (pcomplete/ag): New function.
2373         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
2375 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2378         (bug#14646).
2379         (make-obsolete): Remove interactive spec.
2381 2013-11-21  Glenn Morris  <rgm@gnu.org>
2383         * startup.el (command-line-1): Use path-separator with -L.
2385 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
2387         * emacs-lisp/package.el (describe-package-1): Add package archive
2388         to shown fields.
2390 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
2392         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2393         Change default to "# encoding: %s" to differentiate it from the
2394         default Ruby encoding comment template.
2396 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
2398         * ses.el (ses-mode): Doc fix.  (Bug#14748)
2400 2013-11-20  Leo Liu  <sdl.web@gmail.com>
2402         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
2404 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
2406         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2407         when rebase or bisect are in progress.
2409 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
2411         * filenotify.el (file-notify-add-watch): Doc fix.
2413 2013-11-19  Leo Liu  <sdl.web@gmail.com>
2415         * obsolete/rcompile.el: Mark obsolete.
2417         * progmodes/compile.el (compilation-start)
2418         (compilation-goto-locus, compilation-find-file):
2419         Pass no-display-ok and handle nil value from display-buffer.
2420         (Bug#13594)
2422         * window.el (display-buffer-alist, display-buffer): Document the
2423         new parameter no-display-ok.  Return either a window or nil
2424         but never a non-window value.
2426 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2428         * electric.el (electric-indent-mode-map): Remove.
2429         (electric-indent-mode): Change the global-map instead (bug#15915).
2431         * textmodes/text-mode.el (paragraph-indent-minor-mode):
2432         Use add-function.
2434 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         * emacs-lisp/nadvice.el (remove-function): Align with
2437         add-function's behavior.
2439         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2440         (gdb--string-regexp): New constant.
2441         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2442         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2443         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2444         submatch 1.
2445         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2446         Adjust use accordingly.
2447         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2449 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
2451         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2452         interpolation curlies (Bug#15914).
2454 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2456         * calc/calc.el (calc-context-sensitive-enter): New variable.
2457         (calc-enter): Use `calc-context-sensitive-enter'.
2459 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
2461         * progmodes/cfengine.el: Version bump.
2462         (cfengine-cf-promises): New defcustom to locate cf-promises.
2463         (cfengine3-vartypes): Add new "data" type.
2464         (cfengine3--current-word): New function to get current name-like
2465         word or its bounds.
2466         (cfengine3--current-function): New function to look up a CFEngine
2467         function's definition.
2468         (cfengine3-format-function-docstring): New function.
2469         (cfengine3-make-syntax-cache): New function.
2470         (cfengine3-documentation-function): New function: ElDoc glue.
2471         (cfengine3-completion-function): New function: completion glue.
2472         (cfengine3-mode): Set `compile-command',
2473         `eldoc-documentation-function', and add to
2474         `completion-at-point-functions'.
2476 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
2478         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2479         `tramp-current-connection'.
2481 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
2483         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2484         nil/self/true/false with "end of symbol".
2486 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
2488         * subr.el (version-regexp-alist): Fix a typo.
2490 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
2492         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2493         "en_US.utf8" and "LC_CTYPE" to "".
2494         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2495         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2497 2013-11-15  Leo Liu  <sdl.web@gmail.com>
2499         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
2501 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * progmodes/gud.el (ctl-x-map):
2504         Remove C-x SPC binding.  (Bug#12342)
2505         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2507 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
2509         * subr.el (version-regexp-alist):
2510         Recognize hg, svn and darcs versions as snapshot versions.
2512         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2513         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2514         (ruby--encoding-comment-required-p): Extract from
2515         `ruby-mode-set-encoding'.
2516         (ruby-mode-set-encoding): Add the ability to always insert an
2517         utf-8 encoding comment.  Fix and simplify coding comment update
2518         logic.
2520 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
2522         * net/tramp-gvfs.el (top): Run init code only when
2523         `tramp-gvfs-enabled' is not nil.
2524         (tramp-gvfs-enabled): Check also :system bus.
2526 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2528         Sync with upstream verilog-mode revision 78e66ba.
2529         * progmodes/verilog-mode.el (verilog-end-of-defun)
2530         (verilog-type-completion, verilog-get-list): Remove unused funcs.
2531         (verilog-get-end-of-defun): Remove unused argument.
2532         (verilog-comment-depth): Remove unused local `e'.
2533         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2534         Don't pass arg to verilog-get-end-of-defun.
2536 2013-11-14  Glenn Morris  <rgm@gnu.org>
2538         * obsolete/assoc.el (aget): Prefix dynamic variable.
2540         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2542 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2544         * widget.el, hfy-cmap.el: Remove bogus package version number.
2546 2013-11-13  Glenn Morris  <rgm@gnu.org>
2548         * replace.el (replace-eval-replacement):
2549         Try to give more helpful error message.  (Bug#15836)
2551         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2552         (archive-7z-update): Avoid custom type mismatches.
2554         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2556 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
2558         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2559         address can be empty.
2561         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2562         Accept nil SWITCHES.
2563         (tramp-gvfs-handle-write-region): Implement APPEND.
2565 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
2567         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2568         binary "|" operator and closing block args delimiter.
2569         Remove FIXME comment referring to Ruby 1.8-only syntax.
2570         (ruby-smie--implicit-semi-p): Not after "|" operator.
2571         (ruby-smie--closing-pipe-p): New function.
2572         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2573         (ruby-smie-rules): Indent after "|".
2575 2013-11-12  Glenn Morris  <rgm@gnu.org>
2577         * ps-print.el (ps-face-attribute-list):
2578         Handle anonymous faces.  (Bug#15827)
2580 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
2582         * window.el (display-buffer-other-frame): Fix doc-string.
2583         (Bug#15868)
2585 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * subr.el (force-mode-line-update): Delete, move to buffer.c.
2589 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
2591         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2592         (tramp-sh-handle-file-local-copy): Don't write a message when
2593         saving temporary files.
2595         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2596         both directories are remote.
2597         (tramp-smb-handle-directory-files): Do not return double entries.
2598         Do not expand full file names.
2599         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2600         (tramp-smb-handle-write-region): Implement APPEND.
2601         (tramp-smb-get-stat-capability): Fix a stupid bug.
2603 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2607 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2609         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2610         throwing error over malformed let/let* (bug#15814).
2612 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2614         * iswitchb.el (iswitchb-mode): Mark obsolete.
2616 2013-11-11  Glenn Morris  <rgm@gnu.org>
2618         * international/uni-bidi.el, international/uni-category.el:
2619         * international/uni-name.el, international/uni-numeric.el:
2620         Regenerate for Unicode 6.3.0.
2622 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
2624         * net/tramp.el (tramp-methods):
2625         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2626         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2628 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
2630         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2631         Force highlighting text after Summary keyword in doc face for rpm.
2633 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
2635         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2636         available and the word has no wildcards, append one to the grep pattern.
2637         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2638         (ispell-complete-word): Call `ispell-lookup-words' with the value
2639         independent of `ispell-look-p'.
2641 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2643         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2644         Not after "||".
2645         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2646         their parent.
2648 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
2651         (ruby-font-lock-keywords): Use backquote.
2653 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2655         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2656         (ruby-smie--backward-token): Only consider full-string matches.
2658 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
2660         * faces.el (describe-face): Add distant-foreground.
2662 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
2664         * progmodes/ruby-mode.el: Improve encoding comment handling.
2665         (ruby-encoding-magic-comment-style): New option.
2666         (ruby-custom-encoding-magic-comment-template): New option.
2667         (ruby--insert-coding-comment, ruby--detect-encoding):
2668         New functions extracted from `ruby-mode-set-encoding'.
2669         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2670         to control the style of the auto-inserted encoding comment.
2672 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2674         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2675         Use `smie-backward-sexp' with token argument.
2677 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
2679         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2680         Remove instrumentation code.
2682 2013-11-08  Glenn Morris  <rgm@gnu.org>
2684         * progmodes/autoconf.el (autoconf-mode):
2685         Tweak comment-start-skip.  (Bug#15822)
2687 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2690         at bobp (bug#15826).
2691         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2693 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
2695         * man.el (Man-start-calling): New macro, extracted from
2696         Man-getpage-in-background.
2697         (Man-getpage-in-background): Use it.
2698         (Man-update-manpage): New command.
2699         (Man-mode-map): Bind it.
2701 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2703         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2704         of "and", "or", "&&" and "||".
2705         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2706         argument.  Prohibit opening curly brace because it could only be a
2707         block opener in that position.
2708         (ruby-smie--forward-token, ruby-smie--backward-token):
2709         Separate "|" from "&" or "*" going after it.  That can happen in block
2710         arguments.
2711         (ruby-smie--indent-to-stmt): New function, seeks the end of
2712         previous statement or beginning of buffer.
2713         (ruby-smie-rules): Use it.
2714         (ruby-smie-rules): Check if there's a ":" before a curly block
2715         opener candidate; if there is, it's a hash.
2717 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2719         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2720         (cl--block-wrapper): Fix last accidental change.
2722 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
2724         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2725         Instrument, in order to hunt failure on hydra.
2727 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2729         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2730         malformed bindings form (bug#15814).
2732 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
2734         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2735         "." compared to " @ ".  This incidentally fixes some indentation
2736         examples with "do".
2737         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2738         (ruby-smie-grammar): New tokens: "and" and "or".
2739         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2740         Exclude "and" and "or".  Remove "do" in order to work around token
2741         priorities.
2742         (ruby-smie-rules): Add all infix tokens.  Handle the case of
2743         beginning-of-buffer.
2745 2013-11-06  Glenn Morris  <rgm@gnu.org>
2747         * Makefile.in (setwins_almost, setwins_for_subdirs):
2748         Avoid accidental matches.
2750 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * menu-bar.el (popup-menu): Use key-binding.
2754 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
2756         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2757         menus, support also the menus produced by minor modes.
2758         (Bug#15817)
2760 2013-11-06  Leo Liu  <sdl.web@gmail.com>
2762         * thingatpt.el (thing-at-point-looking-at): Add optional arg
2763         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
2765 2013-11-06  Glenn Morris  <rgm@gnu.org>
2767         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2768         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2769         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2771 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * electric.el (electric-indent-just-newline): New command.
2774         (electric-indent-mode-map): New keymap.
2775         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2776         Re-add :group which weren't redundant.
2778         * electric.el (electric-indent-local-mode): New minor mode.
2779         (electric-indent-functions-without-reindent): New var.
2780         (electric-indent-post-self-insert-function): Use it.
2781         * emacs-lisp/gv.el (buffer-local-value): Add setter.
2783 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
2785         * international/quail.el (quail-help): Be more explicit about the
2786         meaning of the labels shown on the keys.  (Bug#15800)
2788         * startup.el (normal-top-level): Load the subdirs.el files before
2789         setting the locale environment.  (Bug#15805)
2791 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2793         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2794         via arguments so as to get the right ones (bug#15418).
2796         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2798 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
2800         Fix problems found while writing a test suite.
2802         * net/tramp-compat.el (tramp-compat-load): New defun.
2803         * net/tramp.el (tramp-handle-load): Use it.
2805         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2806         "(numberp ok-if-already-exists)" correctly.
2808 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
2810         * international/characters.el (glyphless-char-display-control):
2811         Add usage note.
2813 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
2815         * progmodes/python.el (python-mode):
2816         * progmodes/scheme.el (scheme-mode):
2817         * progmodes/prolog.el (prolog-mode):
2818         * progmodes/ruby-mode.el (ruby-mode):
2819         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2820         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2822 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * rect.el (rectangle--highlight-for-redisplay):
2825         * emacs-lisp/smie.el (smie--next-indent-change):
2826         Use buffer-chars-modified-tick.
2828         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2830         * electric.el (electric-indent-post-self-insert-function):
2831         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2833 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
2835         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2837 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2839         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2840         (bug#15786).
2842 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2844         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
2846         * progmodes/python.el: Fix up last change.
2847         (python-shell--save-temp-file): New function.
2848         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
2849         `string' comes from the current buffer.
2850         (python-shell-send-string-no-output): Remove `msg' arg.
2851         (python--use-fake-loc): New var.
2852         (python-shell-buffer-substring): Obey it.  Try to compensate for the
2853         extra coding line added by python-shell--save-temp-file.
2854         (python-shell-send-region): Use python-shell--save-temp-file and
2855         python-shell-send-file directly.  Add `nomain' argument.
2856         (python-shell-send-buffer): Use python-shell-send-region.
2857         (python-electric-pair-string-delimiter): New function.
2858         (python-mode): Use it.
2860 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
2862         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2863         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2864         environment and decoding all of the default-directory's to here
2865         from command-line.
2866         (command-line): Decode also argv[0].
2868         * loadup.el: Error out if default-directory is a multibyte string
2869         when we are dumping.
2871         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
2873 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
2875         * emacs-lisp/package.el (package-menu-mode)
2876         (package-menu--print-info, package-menu--archive-predicate):
2877         Add Archive column to package list.
2879 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
2881         Fix problems found while writing a test suite.
2883         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2884         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2885         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2886         to nil when running original file name handler.  Otherwise,
2887         there are problems with constructs like "$$FOO".
2889         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2890         for `localname'.
2892 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
2894         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2896         * subr.el (version<, version<=, version=):
2897         Update docstrings with information for snapshot versions.
2899         * helpers.el: New library for misc helper functions.
2900         (hash-table-keys): New function returning a list of hash keys.
2901         (hash-table-values): New function returning a list of hash values.
2903 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
2905         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2906         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2908 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
2910         * textmodes/fill.el (fill-single-char-nobreak-p): New function
2911         checking whether point is after a 1-letter word.
2913 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2915         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2916         Don't infloop when expanding region over `multiline' syntax-type that
2917         begins a line (bug#15778).
2919 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2921         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2922         Make it into a proper minor mode.
2923         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2924         (rectangle-mark-mode-map): New keymap.
2925         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2927 2013-11-04  Glenn Morris  <rgm@gnu.org>
2929         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2931 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2933         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2934         (ruby-smie-rules): Use smie-rule-parent instead.
2936         * emacs-lisp/smie.el (smie-rule-parent): Always call
2937         smie-indent-virtual rather than only for hanging tokens.
2938         (smie--next-indent-change): New helper command.
2940 2013-11-03  Glenn Morris  <rgm@gnu.org>
2942         * Makefile.in (abs_srcdir): Remove.
2943         (emacs): Unset EMACSLOADPATH.
2945 2013-11-02  Glenn Morris  <rgm@gnu.org>
2947         * Makefile.in (EMACS): Use a relative filename.
2948         (abs_top_builddir): Remove.
2949         (custom-deps, finder-data, autoloads): Use --chdir.
2951         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2953         Use relative filenames in TAGS files.
2954         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2955         (lisptagsfiles4, TAGS): Use relative file names.
2956         (TAGS-LISP): Remove.
2957         (maintainer-clean): No more TAGS-LISP file.
2959         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2960         (lisptagsfiles4): Use absolute filenames again.
2961         (TAGS, TAGS-LISP): Not everything needs to run in one line.
2962         Remove all *loaddefs files, not just the first.  Remove esh-groups.
2963         (maintainer-clean): Delete TAGS, TAGS-LISP.
2965 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2967         * emacs-lisp/package.el (package-version-join):
2968         Recognize snapshot versions.
2970 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2972         * subr.el (version-regexp-alist): Add support for snapshot versions.
2974 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2976         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2977         New function, replacement for `smie-rule-parent' for when we want to
2978         skip over our direct parent if it's an assignment token..
2979         (ruby-smie-rules): Use it.
2981 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2983         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2984         unconditionally.  Remove now unnecessary forward declarations.
2985         Remove XEmacs-specific setup.
2986         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2987         (ruby-font-lock-syntactic-keywords)
2988         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2989         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2990         (ruby-here-doc-end-syntax): Remove.
2991         (ruby-mode): Don't check whether `syntax-propertize-rules' is
2992         defined as function.
2994 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2996         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2998 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3000         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
3001         table and abbrev table, `define-derived-mode' does that for us
3002         anyway.
3004 2013-11-01  Glenn Morris  <rgm@gnu.org>
3006         * Makefile.in: Remove manual mh-e dependencies (writing .elc
3007         files is atomic for some time, so no parallel compilation issues).
3009 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
3011         * faces.el (face-x-resources): Add :distant-foreground.
3012         (region): Use :distant-foreground for gtk and ns.
3014 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
3016         Allow multiple bibliographies when BibLaTeX is used rather than
3017         BibTeX.
3018         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
3019         (reftex-locate-bibliography-files): Us it.
3021 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
3023         * image.el (image-type-header-regexps): Fix the 'pbm' part to
3024         allow comments in pbm files.
3026         * term/w32-win.el (dynamic-library-alist): Support newer versions
3027         of libjpeg starting with v7: look only for the DLL from the
3028         version against which Emacs was built.
3029         Support versions of libpng beyond 1.4.x.
3030         Support libtiff v4.x.
3032 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
3034         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
3035         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
3036         Add property :safe.
3037         (ruby-deep-arglist): Add property :type.
3039 2013-10-31  Glenn Morris  <rgm@gnu.org>
3041         * Makefile.in (custom-deps, finder-data): No need to setq the target
3042         variables, we are in the right directory and the defaults work fine.
3044 2013-10-30  Glenn Morris  <rgm@gnu.org>
3046         * Makefile.in (autoloads): Do not use abs_lisp.
3048         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3049         `newline' does not respect `standard-output', so use `princ'.
3051 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
3053         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
3054         * buff-menu.el (Buffer-menu--unmark): New function.
3055         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
3057 2013-10-30  Glenn Morris  <rgm@gnu.org>
3059         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
3061         * emacs-lisp/package.el (lm-homepage): Declare.
3063         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
3064         Fix doc typos.
3066         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
3068         * Makefile.in (finder-data, autoloads, update-subdirs)
3069         (compile-main, compile-clean, compile-always, bootstrap-clean):
3070         Check return value of cd.
3071         (compile-calc): Remove.
3073 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3075         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
3077         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
3078         (byte-compile-and-folded): New function.
3079         (=, <, >, <=, >=): Use it.
3081         * dos-w32.el (minibuffer-history-case-insensitive-variables)
3082         (path-separator, null-device, buffer-file-coding-system)
3083         (lpr-headers-switches): Check system-type before modifying them.
3084         (find-buffer-file-type-coding-system): Mark obsolete.
3085         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
3086         find-file-not-found-set-buffer-file-coding-system.
3087         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
3088         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
3089         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
3090         (w32-direct-print-region-helper, w32-direct-print-region-function)
3091         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
3092         * startup.el (normal-top-level-add-subdirs-to-load-path):
3093         * ps-print.el (ps-print-region-function):
3094         * lpr.el (print-region-function): Use new name.
3096         * subr.el (custom-declare-variable-early): Remove function.
3097         (custom-declare-variable-list): Remove var.
3098         (error, user-error): Remove `while' loop.
3099         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
3100         (user-emacs-directory-warning, locate-user-emacs-file):
3101         Move to files.el.
3102         * simple.el (read-quoted-char-radix, read-quoted-char):
3103         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
3104         Move from subr.el.
3105         * custom.el (custom-declare-variable-list): Don't process
3106         custom-declare-variable-list.
3108         * progmodes/python.el (python-shell-get-buffer): New function.
3109         (python-shell-get-process): Use it.
3110         (python-shell-send-string): Always use utf-8 and add a cookie to tell
3111         Python which encoding was used.  Don't split-string since we only care
3112         about the first line.  Return the temp-file, if applicable.
3113         (python-shell-send-region): Tell compile.el how to turn locations in
3114         the temp-file into locations in the source buffer.
3116 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3118         * subr.el (undefined): Add missing behavior from the C code for
3119         unbound keys.
3121         * rect.el: Use lexical-binding.  Add new rectangular region support.
3122         (rectangle-mark): New command.
3123         (rectangle--region): New var.
3124         (deactivate-mark-hook): Reset rectangle--region.
3125         (rectangle--extract-region, rectangle--insert-for-yank)
3126         (rectangle--highlight-for-redisplay)
3127         (rectangle--unhighlight-for-redisplay): New functions.
3128         (region-extract-function, redisplay-unhighlight-region-function)
3129         (redisplay-highlight-region-function): Use them to handle
3130         rectangular region.
3131         * simple.el (region-extract-function): New var.
3132         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
3133         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
3134         (kill-region): Replace obsolete `yank-handler' arg with `region'.
3135         (copy-region-as-kill, kill-ring-save): Add `region' argument.
3136         (redisplay-unhighlight-region-function)
3137         (redisplay-highlight-region-function): New vars.
3138         (redisplay--update-region-highlight): New function.
3139         (pre-redisplay-function): Use it.
3140         (exchange-point-and-mark): Don't deactivate the mark before
3141         reactivate-it anyway.
3142         * comint.el (comint-kill-region): Remove yank-handler argument.
3143         * delsel.el (delete-backward-char, backward-delete-char-untabify)
3144         (delete-char): Remove property, since it's now part of their
3145         default behavior.
3146         (self-insert-iso): Remove property since this command doesn't exist.
3148         * emacs-lisp/package.el (package--download-one-archive)
3149         (describe-package-1): Don't query the user about final newline.
3151 2013-10-29  Daniel Colascione  <dancol@dancol.org>
3153         * net/tramp.el (tramp-methods): Document new functionality.
3154         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
3155         tramp-hostname-checker if method provides one instead of scanning
3156         argument list for "%h" to decide hostname acceptability.
3158 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
3160         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
3161         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
3162         Handle COPY-CONTENTS.  (Bug#15737)
3164 2013-10-28  Daiki Ueno  <ueno@gnu.org>
3166         * epa-file.el
3167         (epa-file-cache-passphrase-for-symmetric-encryption):
3168         Document that this option has no effect with GnuPG 2.0 (bug#15552).
3170 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
3172         * image.el (defimage):
3173         (image-load-path): Doc fixes.
3175 2013-10-27  Alan Mackenzie  <acm@muc.de>
3177         Indent statements in macros following "##" correctly.
3178         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3179         Modify the "#" arm of a cond form to handle "#" and "##" operators.
3181 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
3183         * linum.el (linum-update-window): Fix boundary test (bug#13446).
3185 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
3187         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
3188         after `=' is probably a new expression.
3190 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3192         * man.el (man-imenu-title): New option.
3193         (Man-mode-map): Add menu.  (Bug#15722)
3194         (Man-mode): Add imenu to menu.
3196 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
3198         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3199         specific in what the first arg can be: a non-keyword word,
3200         string/regexp/percent literal opener, opening paren, or unary
3201         operator followed directly by word.
3203 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3206         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3207         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3208         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3209         Remove vars, they do not apply any more.
3210         (prolog-mode-abbrev-table): Remove redundant declaration.
3211         (prolog-upper-case-string, prolog-lower-case-string): Remove.
3212         (prolog-use-smie): Remove.
3213         (prolog-smie-rules): Add indentation rule for the if-then-else layout
3214         supported by prolog-electric-if-then-else-flag.
3215         (prolog-mode-variables, prolog-menu): Use setq-local.
3216         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3217         Remove binding to `Backspace' since this key doesn't exist anyway.
3218         Remove bindings for electric self-inserting keys.
3219         (prog-mode): Assume it's defined.
3220         (prolog-post-self-insert): New function.
3221         (prolog-mode): Use it.
3222         (prolog-indent-line, prolog-indent-level)
3223         (prolog-find-indent-of-matching-paren)
3224         (prolog-indentation-level-of-line, prolog-goto-comment-column)
3225         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3226         (prolog-goto-next-paren, prolog-in-string-or-comment)
3227         (prolog-tokenize, prolog-inside-mline-comment)
3228         (prolog-find-start-of-mline-comment): Remove functions.
3229         (prolog-find-unmatched-paren, prolog-clause-end)
3230         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3231         (prolog-electric--if-then-else): Rename from
3232         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3233         (prolog-tokenize-searchkey): Remove const.
3234         (prolog-clause-info): Use forward-sexp.
3235         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3236         (prolog-electric-if-then-else): Remove commands.
3237         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3238         for use in post-self-insert-hook.
3239         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3240         for use in post-self-insert-hook.
3241         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3242         for use in post-self-insert-hook.
3243         (prolog-electric--underscore): Rename from prolog-electric--underscore;
3244         adapt it for use in post-self-insert-hook.
3246 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
3248         * emacs-lisp/ert.el (ert-run-tests-interactively):
3249         Use `completing-read'.  (Bug#9756)
3251 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
3253         * simple.el (line-move): Call line-move-1 instead of
3254         line-move-visual when the current window hscroll is zero, but
3255         temporary-goal-column indicates we will need to hscroll as result
3256         of the movement.  (Bug#15712)
3258 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
3260         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3261         capitalization.  Use :visible instead of :active.
3262         Fix `ruby-indent-exp' reference.  Add menu items for the generic
3263         commands that are used with SMIE.
3264         (ruby-do-end-to-brace): Insert space after `{'.
3266 2013-10-25  John Anthony  <john@jo.hnanthony.com>
3268         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
3270         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
3272 2013-10-25  Glenn Morris  <rgm@gnu.org>
3274         * vc/vc.el (vc-print-log): Don't use a working revision unless
3275         one was explicitly specified.  (Bug#15322)
3277 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * subr.el (add-to-list): Preserve return value in compiler-macro
3280         (bug#15692).
3282 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3284         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3285         result.  Ask user to retry using '-all' flag.  (Bug#15701)
3287 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3289         * emacs-lisp/smie.el: New smie-config system.
3290         (smie-config): New defcustom.
3291         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3292         (smie-config-guess, smie-config-save): New commands.
3293         (smie-config--mode-local, smie-config--buffer-local)
3294         (smie-config--trace, smie-config--modefuns): New vars.
3295         (smie-config--advice, smie-config--mode-hook)
3296         (smie-config--setter, smie-config-local, smie-config--get-trace)
3297         (smie-config--guess-value, smie-config--guess): New functions.
3298         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3299         text properties.  Treat "string fence" syntax like string syntax.
3301         * progmodes/sh-script.el (sh-use-smie): Change default.
3302         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3303         (sh-var-value): Simplify by CSE.
3304         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3305         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3306         is used.
3307         (sh-guess-basic-offset): Use cl-incf.
3308         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3310 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
3312         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3313         (bug#15699).
3315 2013-10-24  Glenn Morris  <rgm@gnu.org>
3317         * Makefile.in (abs_top_srcdir): Remove.
3318         (update-subdirs): Use relative path to update-subdirs.
3320 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
3322         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3323         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3324         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3325         Call unmsys--file-name before expand-file-name, not after it.
3327 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
3329         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3330         (ert-test-skipped): New error.
3331         (ert-skip, ert-stats-skipped): New defuns.
3332         (ert--skip-unless): New macro.
3333         (ert-test-skipped): New struct.
3334         (ert--run-test-debugger, ert-test-result-type-p)
3335         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3336         (ert--stats-set-test-and-result, ert-char-for-test-result)
3337         (ert-string-for-test-result, ert-run-tests-batch)
3338         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3339         Handle skipped tests.  (Bug#9803)
3341 2013-10-24  Glenn Morris  <rgm@gnu.org>
3343         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3345         * Makefile.in (abs_top_srcdir): New, set by configure.
3346         (update-subdirs): Correct build-aux location.
3348 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
3350         * vc/vc.el (vc-print-root-log): Always set `default-directory'
3351         value, whether we could auto-deduce `backend', or not.
3353         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3354         with parameters" example.  Simplify the "is it block or is it
3355         hash" check, but also make it more thorough.
3357 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
3359         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
3361 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3363         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3364         { if it is hanging.
3366         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3367         :before ";".
3369 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
3371         * progmodes/compile.el (compilation-directory-matcher)
3372         (compilation-page-delimiter):
3373         Support GNU Make-4.0 directory quoting.  (Bug#15678)
3375 2013-10-23  Leo Liu  <sdl.web@gmail.com>
3377         * ido.el (ido-tidy): Handle read-only text.
3379 2013-10-23  Glenn Morris  <rgm@gnu.org>
3381         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3382         (emacs, compile, compile-always):
3383         Quote entities that might contain whitespace.
3384         (custom-deps, finder-data, autoloads): Use abs_lisp.
3385         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3386         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3387         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3389 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
3391         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3392         Use `following-char'.
3394 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3397         * progmodes/ruby-mode.el (ruby-smie-rules):
3398         Remove corresponding workaround.  Fix indentation rule of ";" so it
3399         also applies when ";" is the parent.
3401 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
3403         * frame.el (display-screens, display-pixel-height)
3404         (display-pixel-width, display-mm-width, display-backing-store)
3405         (display-save-under, display-planes, display-color-cells)
3406         (display-visual-class, display-monitor-attributes-list):
3407         Mention the optional ‘display’ argument in doc strings.
3409 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
3411         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3412         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
3414 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3416         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3417         TODO.  Add "." after " @ ".
3418         (ruby-smie--at-dot-call): New function.  Checks if point at method
3419         call with explicit target.
3420         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3421         to the method name tokens when it precedes them.
3422         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3423         (ruby-smie-rules): Add rule for indentation before and after "."
3424         token.
3426 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3428         * textmodes/remember.el (remember-diary-extract-entries):
3429         Avoid add-to-list.
3431         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3432         an instruction.
3434 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3436         * progmodes/ruby-mode.el (ruby-smie-grammar):
3437         Add (almost) all infix operators.
3438         (ruby-smie--implicit-semi-p): Add new operator chars.
3440         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3441         `smie-down-list'.
3442         (ruby-smie--args-separator-p): Check that there's no newline
3443         between method call and its arguments.
3445 2013-10-20  Alan Mackenzie  <acm@muc.de>
3447         Allow comma separated lists after Java "implements".
3449         * progmodes/cc-engine.el (c-backward-over-enum-header):
3450         Parse commas.
3451         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3452         from a "disallowed" list in enum fontification.
3454 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
3456         * startup.el (default-frame-background-mode): Remove unused defvar.
3458         * progmodes/verilog-mode.el (verilog-mode): Don't set
3459         comment-indent-function globally.
3461 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
3463         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3464         Move Info menu item creation to ns-win.el.
3466         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3467         in menu bar.
3469         * menu-bar.el: Move GNUStep specific menus...
3471         * term/ns-win.el (ns-initialize-window-system): ... to here.
3473 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * simple.el (newline): Only run post-self-insert-hook when
3476         called interactively.
3478 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
3480         * icomplete.el (icomplete-with-completion-tables): Add :version.
3482 2013-10-19  Alan Mackenzie  <acm@muc.de>
3484         Fix fontification bugs with constructors and const.
3486         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3487         CASE 2) Remove the check for the absence of a suffix construct
3488         after a function declaration with only types (no identifiers) in
3489         the parentheses.  Also, accept a function declaration with just a
3490         type inside the parentheses, if this type can be positively
3491         recognised as such, or if a prefix keyword like "explicit" nails
3492         down the construct as a declaration.
3494 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
3496         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3497         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
3498         the problem whereby selecting a menu item that leads to a
3499         minibuffer prompt moves the cursor out of the minibuffer window,
3500         making it hard to type at the prompt.  Suggested by Stefan Monnier
3501         <monnier@iro.umontreal.ca>.
3503 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
3505         * menu-bar.el: Don't make Services menu.
3507 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3509         * ffap.el: Handle "/usr/include/c++/<version>" directories.
3510         (ffap-alist): Use ffap-c++-mode for c++-mode.
3511         (ffap-c++-path): New variable.
3512         (ffap-c++-mode): New function.
3514 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
3516         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
3518 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
3520         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3521         introduced on 2013-09-08, which results in an infinite loop
3522         requesting a password.
3524 2013-10-18  Glenn Morris  <rgm@gnu.org>
3526         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3528 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
3530         Sync with upstream verilog-mode revision 1a6ecec7.
3531         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3532         (verilog-mode-release-date): Remove.
3533         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3534         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3535         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3536         (verilog-auto-tieoff-ignore-regexp)
3537         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3538         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3539         (verilog-signals-with, verilog-dir-cache-preserving)
3540         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3541         Doc fixes.
3542         (verilog-case-fold): New option, to control case folding in
3543         regexp searches, bug597.
3544         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3545         (verilog-string-match-fold, verilog-in-paren-count)
3546         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3547         (verilog-at-close-struct-p): New functions.
3548         (verilog-beg-block-re-ordered, verilog-extended-case-re)
3549         (verilog-forward-sexp, verilog-set-auto-endcomments):
3550         (verilog-leap-to-case-head): Handle "unique0" case.
3551         (verilog-in-constraint-re): New constant.
3552         (verilog-keywords, verilog-type-font-keywords):
3553         Add some SystemVerilog 1800-2012 keywords.
3554         (verilog-label-be): Remove unimplemented argument, bug669.
3555         (verilog-batch-execute-func): When batch expanding clear
3556         create-lockfiles to prevent spurious user locks when a file ends
3557         up not changing.
3558         (verilog-calculate-indent, verilog-calc-1)
3559         (verilog-at-close-constraint-p, verilog-at-constraint-p)
3560         (verilog-do-indent): Fix indentation of nested constraints
3561         and structures.
3562         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3563         (verilog-auto-inst-param): Use verilog-string-match-fold.
3564         (verilog-read-inst-module-matcher):
3565         Fix AUTOINST on gate primitives with #1.
3566         (verilog-read-decls): Fix double-declaring user-defined typed signals.
3567         Reads all user-defined typed variables.
3568         (verilog-read-defines): Fix reading definitions inside comments, bug647.
3569         (verilog-signals-matching-regexp)
3570         (verilog-signals-not-matching-regexp, verilog-auto):
3571         Respect verilog-case-fold.
3572         (verilog-diff-report): Fix line count.
3573         (verilog-auto-assign-modport): Remove unused local `modi'.
3574         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3575         better handle multidimensional arrays.
3576         Fix packed array ports misadding bit index in AUTOINST, bug637.
3577         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3578         to not double-declare existing outputs and inputs, respectively.
3579         (verilog-template-map): Bind U to verilog-sk-uvm-component.
3580         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3581         (verilog-sk-uvm-component): New skeleton.
3582         (verilog-submit-bug-report): Add verilog-case-fold,
3583         remove verilog-mode-release-date.
3585 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3587         * subr.el (sit-for): Call (input-pending-p t) so as to behave
3588         as before.
3590 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
3592         * textmodes/remember.el (remember): Set buffer-offer-save in
3593         remember buffers (bug#13566).
3595 2013-10-18  Daniel Colascione  <dancol@dancol.org>
3597         When evaluating forms in ielm, direct standard output to ielm
3598         buffer.  Add new ielm-return-for-effect command.  Remove trailing
3599         whitespace throughout.
3601         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3602         (ielm-return-for-effect): New command.
3603         (ielm-send-input): Accept optional `for-effect' parameter.
3604         (ielm-eval-input): Accept optional `for-effect' parameter.
3605         Bind `standard-output' to stream we create using
3606         `ielm-standard-output-impl'.  Suppress printing result when
3607         `for-effect'.
3608         (ielm-standard-output-impl): New function.
3609         (inferior-emacs-lisp-mode): Explain new features in documentation.
3611 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
3613         Code cleanup.
3615         * net/tramp.el (tramp-debug-message): Do not check for connection
3616         buffer.
3617         (tramp-message): Use "vector" connection property.
3619         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3620         (tramp-equal-remote, tramp-eshell-directory-change)
3621         * net/tramp-adb.el (tramp-adb-handle-copy-file)
3622         (tramp-adb-handle-rename-file)
3623         * net/tramp-cmds.el (tramp-list-remote-buffers)
3624         (tramp-cleanup-connection, tramp-cleanup-this-connection)
3625         * net/tramp-compat.el (tramp-compat-process-running-p)
3626         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3627         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3628         (tramp-gvfs-handle-rename-file)
3629         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3630         (tramp-set-file-uid-gid)
3631         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3632         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3633         of `file-remote-p'.
3635         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3636         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3637         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3638         (tramp-gw-open-network-stream): Suppress unrelated traces.
3640         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3641         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3642         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3643         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3644         connection property.
3646         * net/tramp-cache.el (top): Suppress traces when reading
3647         persistency file.
3649         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3650         Refactor common code.  Improve debug message.
3651         (tramp-maybe-open-connection)
3652         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3653         connection buffer too early.
3655         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3656         from `tramp-smb-actions-with-acl'.
3657         (tramp-smb-actions-set-acl): New defconst.
3658         (tramp-smb-handle-copy-directory)
3659         (tramp-smb-action-get-acl): New defun, renamed from
3660         `tramp-smb-action-with-acl'.
3661         (tramp-smb-action-set-acl): New defun.
3662         (tramp-smb-handle-set-file-acl): Rewrite.
3664 2013-10-17  Glenn Morris  <rgm@gnu.org>
3666         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
3668 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * skeleton.el (skeleton-newline): Remove.
3671         (skeleton-internal-1): Use (insert "\n") instead.
3673         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3674         let-bindings.
3676         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3677         forward-sexp-function while we redo its job (bug#15613).
3679 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
3681         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3682         represented by lists.
3684 2013-10-16  Glenn Morris  <rgm@gnu.org>
3686         * tmm.el (tmm--history): New dynamic variable.
3687         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
3689 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
3691         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3692         (tramp-smb-errors): Add error messages.
3693         (tramp-smb-actions-with-acl): New defconst.
3694         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3695         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3696         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3697         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3698         (tramp-smb-get-stat-capability): Fix tests.
3700 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3702         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3703         (bug#15580).
3705 2013-10-16  Glenn Morris  <rgm@gnu.org>
3707         * ansi-color.el (ansi-color-drop-regexp):
3708         Add 1J, 1K, 2K.  (Bug#15617)
3710         * files.el (hack-local-variables--warned-lexical): New.
3711         (hack-local-variables):
3712         Warn about misplaced lexical-binding.  (Bug#15616)
3714         * net/eww.el (eww-render): Always set eww-current-url,
3715         and update header line.  (Bug#15622)
3716         (eww-display-html): ... Rather than just doing it here.
3718 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
3720         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3721         menu navigations commands.
3723 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3725         * progmodes/subword.el (subword-capitalize): Be careful when
3726         the search for [[:alpha:]] fails (bug#15580).
3728 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
3730         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3731         to commands that scroll the menu.
3733 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
3735         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3736         Handle methods ending with `?' and `!'.
3738 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
3740         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3741         `japanese-cp932' to `cp932' to fix the problem where saving a
3742         source file written in Shift_JIS twice would end up having
3743         `coding: japanese-cp932' which Ruby could not recognize.
3744         (ruby-mode-set-encoding): Add support for encodings mapped to nil
3745         in `ruby-encoding-map'.
3746         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3747         doesn't need to be explicitly declared in magic comment.
3748         (ruby-encoding-map): Add type declaration for better customize UI.
3750 2013-10-13  Glenn Morris  <rgm@gnu.org>
3752         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3753         Occur buffers are read-only.  http://bugs.debian.org/720775
3755         * emacs-lisp/authors.el (authors-fixed-entries):
3756         Comment out old alpha stuff.
3758 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
3760         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3761         to `after-save-hook' instead of `before-save-hook'.
3762         (ruby-mode-set-encoding): Use the value of coding system used to
3763         write the file.  Call `basic-save-buffer-1' after modifying the
3764         buffer.
3766 2013-10-13  Alan Mackenzie  <acm@muc.de>
3768         Fix indentation/fontification of Java enum with
3769         "implements"/generic.
3771         * progmodes/cc-engine.el (c-backward-over-enum-header):
3772         Extracted from the three other places and enhanced to handle generics.
3773         (c-inside-bracelist-p): Uses new function above.
3774         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3775         function above.
3776         (c-font-lock-enum-tail): Uses new function above.
3778 2013-10-13  Kenichi Handa  <handa@gnu.org>
3780         * international/mule-cmds.el (select-safe-coding-system): Remove a
3781         superfluous condition in chekcing whether a coding system is safe
3782         or not.
3784 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
3786         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
3788 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
3790         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
3792 2013-10-13  Glenn Morris  <rgm@gnu.org>
3794         * menu-bar.el (menu-bar-update-buffers):
3795         Unify Buffers menu prompt string.  (Bug#15576)
3797         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
3799         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3800         Add some entries.
3801         (authors-fixed-entries): Use accented form of name.
3803 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3805         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3806         method calls (bug#15594).
3807         (ruby-smie--args-separator-p): New function.
3808         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3809         recognize paren-free method calls.
3811         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3812         internals of universal-argument.
3814 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
3816         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3817         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3818         dropped menu on second mouse click on the menu bar.
3820 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3822         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3823         (explicit-shell-file-name): Declare.
3824         (sh--vars-before-point, sh--cmd-completion-table): New functions.
3825         (sh-completion-at-point-function): New function.
3826         (sh-mode): Use it.
3827         (sh-smie--keyword-p): Remove unused argument.
3828         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3829         vars.
3830         (sh-set-shell): Always setup SMIE, even if we use the
3831         old indentation code.
3833 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
3835         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3836         cases of ? and =.
3837         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
3838         predicate would return nil are almost non-existent.
3839         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3841         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3842         cache also after commands that modify the buffer but don't move
3843         point.
3845 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3847         * env.el (substitute-env-in-file-name): New function.
3848         (substitute-env-vars): Extend the meaning of the optional arg.
3850 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
3852         * term/w32-win.el (dynamic-library-alist): Define separate lists
3853         of GIF DLLs for versions before and after 5.0.0 of giflib.
3854         (Bug#15531)
3856 2013-10-10  João Távora  <joaotavora@gmail.com>
3858         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3859         not locked, use last revision and current source as
3860         defaults.  (Bug#15569)
3862 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
3864         * menu-bar.el (menu-bar-open): Don't use popup-menu if
3865         menu-bar is hidden.
3867 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
3869         * window.el (pop-to-buffer-same-window): Fix doc-string.
3870         (Bug#15492)
3872 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3874         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3876 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
3878         * calendar/icalendar.el (icalendar-import-file):
3879         Fix interactive spec.  (Bug#15482)
3881 2013-10-10  Glenn Morris  <rgm@gnu.org>
3883         * desktop.el (desktop-save): Default to saving in .emacs.d,
3884         since PWD is no longer in desktop-path by default.  (Bug#15319)
3886         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3887         now that text mode has a menu with the same entry.
3888         (menu-bar-text-mode-auto-fill): Remove now unused func.
3889         * textmodes/text-mode.el (text-mode-map):
3890         Use auto-fill help text from menu-bar.el.
3892 2013-10-10  John Anthony  <john@jo.hnanthony.com>
3894         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
3896 2013-10-09  Juri Linkov  <juri@jurta.org>
3898         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3899         instead of this-command-keys.  Add universal-argument-more and
3900         universal-argument-minus to the list of prefix commands.  (Bug#15568)
3902 2013-10-09  Glenn Morris  <rgm@gnu.org>
3904         * vc/vc-svn.el (vc-svn-create-repo):
3905         Expand paths in file://... url.  (Bug#15446)
3907         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3908         Add some entries.
3909         (authors): Remove unused local variables.
3911 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * profiler.el: Create a more coherent calltree from partial backtraces.
3914         (profiler-format): Hide the tail with `invisible' so that C-s can still
3915         find the hidden elements.
3916         (profiler-calltree-depth): Don't recurse so enthusiastically.
3917         (profiler-function-equal): New hash-table-test.
3918         (profiler-calltree-build-unified): New function.
3919         (profiler-calltree-build): Use it.
3920         (profiler-report-make-name-part): Indent the calltree less.
3921         (profiler-report-mode): Add visibility specs for profiler-format.
3922         (profiler-report-expand-entry, profiler-report-toggle-entry):
3923         Expand the whole subtree when provided with a prefix arg.
3925 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
3927         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3928         iuwu-mod token.
3929         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3930         hanging iuwu-mod token.
3931         (ruby-smie--forward-token): Do not include a dot after a token in
3932         that token.
3933         (ruby-smie--backward-token): Likewise.
3935 2013-10-08  Juri Linkov  <juri@jurta.org>
3937         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3938         to isearch-other-control-char.
3939         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3940         and isearch-post-command-hook to post-command-hook.
3941         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3942         and isearch-post-command-hook from post-command-hook.
3943         (isearch-unread-key-sequence)
3944         (isearch-reread-key-sequence-naturally)
3945         (isearch-lookup-scroll-key, isearch-other-control-char)
3946         (isearch-other-meta-char): Remove functions.
3947         (isearch-pre-command-hook, isearch-post-command-hook):
3948         New functions based on isearch-other-meta-char rewritten
3949         relying on the new behavior of overriding-terminal-local-map
3950         that does not replace the local keymaps any more.  (Bug#15200)
3952 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
3954         Support menus on text-mode terminals.
3955         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3956         functionality.
3958         * tooltip.el (tooltip-mode): Don't error out on TTYs.
3960         * menu-bar.el (popup-menu, popup-menu-normalize-position):
3961         Move here from mouse.el.
3962         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3963         and arrow keys.
3964         (tty-menu-navigation-map): New map for TTY menu navigation.
3966         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3968         * frame.el (display-mouse-p): Report text-mode mouse as available
3969         on w32.
3970         (display-popup-menus-p): Report availability if mouse is
3971         available; don't condition on window-system.
3973         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3974         (tty-menu-selected-face): New faces.
3976 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3978         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3979         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3980         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3981         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3982         New constants.
3983         (lisp-mode-variables): New `elisp' argument.
3984         (emacs-lisp-mode): Use it.
3985         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3986         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3988         * indent.el: Use lexical-binding.
3989         (indent-region): Add progress reporter.
3990         (tab-stop-list): Make it implicitly extend to infinity by repeating the
3991         last step.
3992         (indent--next-tab-stop): New function to implement this behavior.
3993         (tab-to-tab-stop, move-to-tab-stop): Use it.
3995 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
3997         * indent.el (indent-rigidly--current-indentation): New function.
3998         (indent-rigidly-map): New var.
3999         (indent-rigidly): Use it to provide interactive mode (bug#8196).
4001 2013-10-08  Bastien Guerry  <bzg@gnu.org>
4003         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
4005 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * progmodes/perl-mode.el: Use lexical-binding.
4008         Remove redundant :group args.
4009         (perl-nochange): Change default to be closer to other major modes's
4010         standard behavior.
4011         (perl-indent-line): Don't consider text on current line as a
4012         valid beginning of function from which to indent.
4014         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
4015         with more than one argument (bug#15538).
4017         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
4019         * vc/pcvs.el: Use lexical-binding.
4020         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
4021         environment of `eval'.
4022         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
4023         than a list of expressions.  Adjust callers.
4024         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
4026 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
4028         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
4029         case of the dot in a chained method call being on the following line.
4031 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4033         * electric.el (electric-indent-inhibit): New var.
4034         (electric-indent-post-self-insert-function): Use it.
4035         * progmodes/python.el (python-mode): Set it.
4037         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
4038         open braces.
4040         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
4042         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4043         (css-mode): Use electric-indent-chars.
4045         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4046         (font-lock-beg, font-lock-end): Move before first use.
4047         (nxml-mode): Use syntax-propertize-function.
4048         (nxml-after-change, nxml-after-change1): Adjust accordingly.
4049         (nxml-extend-after-change-region): Remove.
4050         * nxml/xmltok.el: Use lexical-binding.
4051         (xmltok-save): Use `declare'.
4052         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
4053         * nxml/nxml-util.el: Use lexical-binding.
4054         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
4055         Use `declare'.
4056         * nxml/nxml-ns.el: Use lexical-binding.
4057         (nxml-ns-save): Use `declare'.
4058         (nxml-ns-prefixes-for): Avoid add-to-list.
4059         * nxml/rng-match.el: Use lexical-binding.
4060         (rng--ipattern): Use cl-defstruct.
4061         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
4062         (rng-cons-group-after, rng-subst-group-after)
4063         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
4064         Use closures instead of `(lambda...).
4066 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
4068         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
4069         of BEG and END.
4071         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4072         Use `tramp-handle-insert-file-contents'.
4073         (tramp-gvfs-handle-insert-file-contents): Remove function.
4075         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4076         Use `save-restriction' in order to keep markers.
4078         * net/trampver.el: Update release number.
4080 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         * progmodes/compile.el (compilation-parse-errors):
4083         Use compilation--put-prop.
4084         (compilation--ensure-parse): Check compilation-multiline.
4086         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
4088         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
4089         lexical-binding.
4091         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
4093         * progmodes/ruby-mode.el: Fix recently added tests.
4094         (ruby-smie-grammar): Add - and +.
4095         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
4096         (ruby-smie--backward-id): New functions.
4097         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
4098         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
4099         any more.
4101 2013-10-07  Leo Liu  <sdl.web@gmail.com>
4103         * register.el (register-preview-delay)
4104         (register-preview-functions): New variables.
4105         (register-read-with-preview, register-preview)
4106         (register-describe-oneline): New functions.
4107         (point-to-register, window-configuration-to-register)
4108         (frame-configuration-to-register, jump-to-register)
4109         (number-to-register, view-register, insert-register)
4110         (copy-to-register, append-to-register, prepend-to-register)
4111         (copy-rectangle-to-register): Use register-read-with-preview to
4112         read register.  (Bug#15525)
4114 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
4116         * net/network-stream.el (network-stream-open-starttls): Don't add
4117         --insecure if it's already present, because that gnutls-cli
4118         rejects getting that parameter twice.
4120 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
4122         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
4123         keyword, too.
4125 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
4127         * newcomment.el (comment-use-global-state): Change default value
4128         to t, mark obsolete (Bug#15251).
4129         (comment-beginning): In addition to `comment-to-syntax', check the
4130         value of `comment-use-global-state'.
4132 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
4135         (ruby-comment-column): Follow the global default, by default.
4136         (ruby-smie-grammar): Add assignment syntax.
4137         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
4138         open-paren, a comma, or a \.
4139         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
4140         and line continuations.
4141         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
4142         followed by implicit semi-colons.  Add rule for string concatenation
4143         and for indentation at BOB.
4144         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
4146         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
4147         calling next-sexp, since next-token may have skipped chars which
4148         next-sexp doesn't know should be skipped!
4150 2013-10-05  Leo Liu  <sdl.web@gmail.com>
4152         * progmodes/octave.el (octave-send-region):
4153         Call compilation-forget-errors.
4155 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4157         * vc/vc-svn.el (vc-svn-find-admin-dir):
4158         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
4159         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
4160         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
4161         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
4163 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4165         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
4167 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * subr.el (read-passwd): Hide chars even when called within a context
4170         where after-change-functions is disabled (bug#15501).
4171         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
4172         until we removed ourself from overriding-terminal-local-map.
4174 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4176         * progmodes/octave.el (inferior-octave-mode):
4177         Call compilation-forget-errors.
4179 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
4181         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
4183 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
4185         * net/secrets.el (secrets-create-collection): Add optional
4186         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
4187         dbus-call-method argument.  (Bug#15516)
4189 2013-10-04  Leo Liu  <sdl.web@gmail.com>
4191         * progmodes/octave.el (inferior-octave-error-regexp-alist)
4192         (inferior-octave-compilation-font-lock-keywords): New variables.
4193         (compilation-error-regexp-alist)
4194         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4195         (inferior-octave-mode): Use compilation-shell-minor-mode.
4197 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
4199         * minibuffer.el (completion--replace): Be careful that `end' might be
4200         a marker.
4202 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4204         Add support for package signature checking.
4205         * emacs-lisp/package.el (url-http-file-exists-p)
4206         (epg-make-context, epg-context-set-home-directory)
4207         (epg-verify-string, epg-context-result-for)
4208         (epg-signature-status, epg-signature-to-string)
4209         (epg-check-configuration, epg-configuration)
4210         (epg-import-keys-from-file): Declare.
4211         (package-check-signature): New user option.
4212         (package-unsigned-archives): New user option.
4213         (package-desc): Add `signed' field.
4214         (package-load-descriptor): Set `signed' field if .signed file exists.
4215         (package--archive-file-exists-p): New function.
4216         (package--check-signature): New function.
4217         (package-install-from-archive): Check package signature.
4218         (package--download-one-archive): Check archive signature.
4219         (package-delete): Remove .signed file.
4220         (package-import-keyring): New command.
4221         (package-refresh-contents): Import default keyring.
4222         (package-desc-status): Add "unsigned" status.
4223         (describe-package-1, package-menu--print-info)
4224         (package-menu-mark-delete, package-menu--find-upgrades)
4225         (package-menu--status-predicate): Support "unsigned" status.
4227 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4230         the new compilation scheme using the new byte-codes.
4232         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4233         (byte-pophandler): New byte codes.
4234         (byte-goto-ops): Adjust accordingly.
4235         (byte-compile--use-old-handlers): New var.
4236         (byte-compile-catch): Use new byte codes depending on
4237         byte-compile--use-old-handlers.
4238         (byte-compile-condition-case--old): Rename from
4239         byte-compile-condition-case.
4240         (byte-compile-condition-case--new): New function.
4241         (byte-compile-condition-case): New function that dispatches depending
4242         on byte-compile--use-old-handlers.
4243         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4244         when we can.
4246         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4247         Optimize under `condition-case' and `catch' if
4248         byte-compile--use-old-handlers is nil.
4249         (disassemble-offset): Handle new bytecodes.
4251 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * subr.el (error): Use `declare'.
4254         (decode-char, encode-char): Use advertised-calling-convention instead
4255         of the docstring to discourage use of the `restriction' arg.
4257 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4259         * epg.el (epg-verify-file): Add a comment saying that it does not
4260         notify verification error as a return value nor a signal.
4261         (epg-verify-string): Ditto.
4263 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4265         * progmodes/compile.el (compilation-start): Try globbing the arg to
4266         `cd' (bug#15417).
4268 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
4270         Sync with Tramp 2.2.8.
4272         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4273         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4274         * net/trampver.el: Update release number.
4276 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
4278         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4279         and default-process-coding-system for darwin only.
4281 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4283         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4285 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
4287         * vc/vc-git.el (vc-git-grep): Disable pager.
4289 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
4291         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4292         Use :url instead of :homepage, as per
4293         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4295         * newcomment.el (comment-beginning): When `comment-use-syntax' is
4296         non-nil, use `syntax-ppss' (Bug#15251).
4298 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4300         * progmodes/octave.el (inferior-octave-startup-file):
4301         Prefer ~/.emacs.d/init_octave.m.
4303 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
4305         * emacs-lisp/package.el (package-desc-from-define):
4306         Accept additional arguments as plist, convert them to an alist and store
4307         them in the `extras' slot.
4308         (package-generate-description-file): Convert extras alist back to
4309         plist and append to the `define-package' form arguments.
4310         (package--alist-to-plist): New function.
4311         (package--ac-desc): Add `extras' slot.
4312         (package--add-to-archive-contents): Check if the archive-contents
4313         vector is long enough, and if it is, pass its `extras' slot value
4314         to `package-desc-create'.
4315         (package-buffer-info): Call `lm-homepage', pass the returned value
4316         to `package-desc-from-define'.
4317         (describe-package-1): Render the homepage button (Bug#13291).
4319         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4320         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4322 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
4324         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4325         and default-process-coding-system to utf-8-unix (Bug#15402).
4327 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
4329         * subr.el (looking-back): Do not recommend using looking-back.
4331 2013-09-28  Alan Mackenzie  <acm@muc.de>
4333         Fix indentation/fontification of Java enum with "implements".
4335         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4336         regexp which matches "implements", etc., in Java.
4337         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4338         specifier clauses coming after "enum".
4339         * progmodes/cc-fonts.el (c-font-lock-declarations)
4340         (c-font-lock-enum-tail): Check for extra specifier clauses coming
4341         after "enum".
4343 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
4345         * faces.el (region): Change ns_selection_color to
4346         ns_selection_fg_color, add ns_selection_bg_color.
4348 2013-09-28  Leo Liu  <sdl.web@gmail.com>
4350         * progmodes/octave.el (inferior-octave-completion-table)
4351         (inferior-octave-completion-at-point): Minor tweaks.
4353         * textmodes/ispell.el (ispell-lookup-words): Rename from
4354         lookup-words.  (Bug#15460)
4355         (lookup-words): Obsolete.
4356         (ispell-complete-word, ispell-command-loop): All uses changed.
4358 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4360         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4361         (octave-mode-menu): Add octave-send-buffer.
4362         (octave-send-buffer): New function.
4364 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4366         * progmodes/octave.el (octave-mode-map): Add key binding for
4367         octave-lookfor.
4368         (octave-mode-menu): Add octave-lookfor.
4369         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4370         octave-lookfor.
4371         (octave-lookfor): New function.
4373 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * emacs-lisp/cl-macs.el:
4376         (cl--loop-destr-temps): Remove.
4377         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4378         its convention.
4379         (cl--loop-set-iterator-function): New function.
4380         (cl-loop): Adjust accordingly, so as not to use cl-subst.
4381         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4382         Bind `it' with `let' instead of substituting it with `cl-subst'.
4383         (cl--unused-var-p): New function.
4384         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4385         Eliminate some unused variable warnings (bug#15326).
4387 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
4389         * doc-view.el (doc-view-scale-reset): Rename from
4390         `doc-view-reset-zoom-level'.
4391         (doc-view-scale-adjust): New command.
4392         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4393         `doc-view-scale-adjust'.
4395 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
4397         * doc-view.el (doc-view-reset-zoom-level): New command.
4398         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4399         zoom commands (bug#15466).
4401 2013-09-26  Kenichi Handa  <handa@gnu.org>
4403         * international/quail.el (quail-help): Make it not a command.
4405 2013-09-26  Leo Liu  <sdl.web@gmail.com>
4407         * minibuffer.el (completion-all-sorted-completions): Make args
4408         optional as they are.
4410 2013-09-25  Daniel Colascione  <dancol@dancol.org>
4412         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4413         specs are and that they're not evaluated.
4415 2013-09-24  Sam Steingold  <sds@gnu.org>
4417         * midnight.el (clean-buffer-list-kill-regexps)
4418         (clean-buffer-list-kill-buffer-names): Update for the new Man
4419         buffer naming which includes the object name.
4421 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4423         * eshell/esh-cmd.el (eshell--sep-terms): New var.
4424         (eshell-parse-command, eshell-parse-pipeline): Use it since
4425         eshell-separate-commands requires a dynamic scoped var.
4426         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4428 2013-09-23  Leo Liu  <sdl.web@gmail.com>
4430         * autoinsert.el (auto-insert-alist): Make the value of
4431         lexical-binding match its file setting.
4433 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
4435         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4437         * autoarg.el (autoarg-kp-digit-argument):
4438         * electric.el (Electric-command-loop):
4439         * kmacro.el (kmacro-step-edit-insert):
4440         Do not set universal-argument-num-events.
4442 2013-09-22  Leo Liu  <sdl.web@gmail.com>
4444         * files.el (interpreter-mode-alist): Add octave.
4446 2013-09-21  Alan Mackenzie  <acm@muc.de>
4448         C++: fontify identifier in declaration following "public:" correctly.
4449         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4450         to match "public", etc.
4451         (c-decl-prefix-re): Add ":" into the C++ value.
4452         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4453         bit.  Add a check for a ":" preceded by "public", etc.
4455 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
4457         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4458         recognized by GDB 7.5 and later.
4460 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
4462         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4464 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * subr.el (internal--call-interactively): New const.
4467         (called-interactively-p): Use it (bug#3984).
4469 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
4471         * vc/pcvs.el (cvs-mode-ignore):
4472         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4473         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4475 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
4478         (eshell-ls-orig-insert-directory): Remove.
4479         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
4480         (eshell-ls-use-in-dired): Use advice-add/remove.
4481         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4482         Add `orig-fun' arg for use in :around advice.
4483         Make it check (redundantly) eshell-ls-use-in-dired.
4485 2013-09-19  Glenn Morris  <rgm@gnu.org>
4487         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4489         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4491         * emacs-lisp/eieio.el (class-parent): Undo previous change.
4493 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
4495         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4496         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4497         (tramp-get-remote-python): New defuns.
4498         (tramp-get-remote-uid-with-perl)
4499         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
4500         contributed by yary <not.com@gmail.com> (tiny change).
4501         (tramp-get-remote-uid-with-python)
4502         (tramp-get-remote-gid-with-python): New defuns.  Python code
4503         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4504         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4506 2013-09-19  Glenn Morris  <rgm@gnu.org>
4508         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4510         * eshell/em-unix.el (eshell-remove-entries):
4511         Rename argument to avoid name-clash with global `top-level'.
4513         * eshell/esh-proc.el (eshell-kill-process-function):
4514         Remove eshell-reset-after-proc from eshell-kill-hook if present.
4515         (eshell-reset-after-proc): Remove unused arg `proc'.
4517         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4518         (directory-files-and-attributes): Mark unused arg.
4520         * eshell/em-unix.el (eshell-remove-entries):
4521         Remove unused arg `path'.  Update callers.
4523         * eshell/em-hist.el (eshell-hist-parse-arguments):
4524         Remove unused arg `silent'.  Update callers.
4526         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4527         Fix (f)boundp mix-up.
4529         * eshell/em-smart.el (eshell-smart-scroll-window)
4530         (eshell-disable-after-change):
4531         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4533 2013-09-18  Alan Mackenzie  <acm@muc.de>
4535         Fix fontification of type when followed by "const".
4536         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4537         "known" types from fontification.
4539 2013-09-18  Glenn Morris  <rgm@gnu.org>
4541         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4542         (chart-face-list): Drop Emacsen without display-color-p.
4544         * net/eww.el (libxml-parse-html-region): Declare.
4545         (eww-display-html): Explicit error if no libxml2 support.
4547         * doc-view.el (doc-view-mode): Silence --without-x compilation.
4549         * image.el (image-type-from-buffer, image-multi-frame-p):
4550         Remove --without-x warning/error.
4552         * mouse.el (mouse-yank-primary):
4553         * term.el (term-mouse-paste):
4554         Reorder to silence --without-x compilation.
4556         * mpc.el (doc-view-mode): Silence --without-x compilation.
4558         * mail/rmailmm.el (rmail-mime-set-bulk-data):
4559         Silence --without-x compilation.
4561         * progmodes/gud.el (gud-find-file, gud-mode):
4562         Silence --without-x compilation.
4563         (tooltip-mode): Declare.
4565         * wdired.el (dired-backup-overwrite): Remove declaration.
4566         (wdired-mode-map): Add doc string.
4568         * custom.el (x-get-resource): Declare.
4570         * eshell/em-glob.el (ange-cache):
4571         * eshell/em-unix.el (ange-cache): Declare.
4573         * faces.el (x-display-list, x-open-connection, x-get-resource):
4574         Declare.
4576         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4577         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4578         Declare.
4580         * frame.el (x-display-grayscale-p, x-display-name): Declare.
4582         * net/gnutls.el (gnutls-log-level): Declare.
4584         * net/shr.el (image-size, image-animate): Declare.
4586         * simple.el (font-info): Declare.
4588         * subr.el (x-popup-dialog): Declare.
4590         * term/common-win.el (x-select-enable-primary)
4591         (x-last-selected-text-primary, x-last-selected-text-clipboard):
4592         Declare.
4594         * term/ns-win.el (x-handle-args): Declare.
4596         * term/x-win.el (x-select-enable-clipboard): Declare.
4598         * term/w32-win.el (create-default-fontset): Declare.
4600         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4601         Declare.
4603         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4604         (fit-frame-to-buffer): Explicit error if --without-x.
4605         (mouse-autoselect-window-select): Silence compiler.
4607         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4609         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4610         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4611         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4612         * eshell/esh-util.el (eshell-sublist):
4613         Remove unused local variables.
4615         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4617         * textmodes/two-column.el: Make 2C-split work for --without-x.
4618         (scroll-bar-columns): Autoload.
4619         (top-level): Require fringe when compiling.
4621 2013-09-18  Leo Liu  <sdl.web@gmail.com>
4623         * subr.el (add-hook): Robustify to handle closure as well.
4625 2013-09-17  Glenn Morris  <rgm@gnu.org>
4627         * simple.el (messages-buffer-mode-map): Unbind "g".
4629 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * help-mode.el (help-mode-finish): Use derived-mode-p.
4632         Remove obsolete highlighting.
4634         * play/life.el (life-mode): Use define-derived-mode.  Derive from
4635         special-mode.
4636         (life): Let-bind inhibit-read-only.
4637         (life-setup): Avoid `setq'.  Use `life-mode'.
4639         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4640         which should not be needed any more.
4641         (package-menu-refresh, package-menu-describe-package): Use user-error.
4643         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4644         (eshell-post-rewrite-command-hook): Make obsolete.
4645         (eshell-parse-command): Simplify.
4646         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4647         (eshell--cmd): Declare.
4648         (eshell-parse-pipeline): Remove unused var `final-p'.
4649         Pass a dynvar to eshell-post-rewrite-command-hook.
4650         Implement the new eshell-post-rewrite-command-function.
4651         (eshell-invoke-directly): Remove unused arg `input'.
4652         * eshell/esh-io.el (eshell-io-initialize):
4653         Use eshell-post-rewrite-command-function (bug#15399).
4654         (eshell--apply-redirections): Rename from eshell-apply-redirections;
4655         adjust to new calling convention.
4656         (eshell-create-handles): Rename args to avoid clashing with dynvar
4657         `standard-output'.
4659 2013-09-17  Glenn Morris  <rgm@gnu.org>
4661         * simple.el (messages-buffer-mode): New major mode.
4662         (messages-buffer): New function.
4663         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4664         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4665         (ert-run-test): Use `messages-buffer' function.
4666         (ert--force-message-log-buffer-truncation): Ignore read-only.
4667         * help.el (view-echo-area-messages): Use `messages-buffer' function.
4668         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4670 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4674         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4676 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * icomplete.el (icomplete-in-buffer): New var.
4679         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4680         vars and replace them with functions.
4681         (icomplete-minibuffer-setup): Adjust accordingly.
4682         (icomplete--completion-table, icomplete--completion-predicate)
4683         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4684         New functions.
4685         (icomplete-forward-completions, icomplete-backward-completions)
4686         (icomplete-simple-completing-p, icomplete-exhibit)
4687         (icomplete-completions): Use them.
4688         (icomplete--in-region-buffer): New var.
4689         (icomplete--in-region-setup): New function.
4690         (icomplete-mode): Use it.
4692         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4693         (bug#15379).
4694         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4695         return args and options.
4696         (eshell-eval-using-options): Use the new return value of
4697         eshell--do-opts to set the options's vars in their scope.
4698         (eshell--set-option): Rename from eshell-set-option.
4699         Add arg `opt-vals'.
4700         (eshell--process-option): Rename from eshell-process-option.
4701         Add arg `opt-vals'.
4702         (eshell--process-args): Use an `opt-vals' alist to store the options's
4703         values during their processing and return them additionally to the
4704         remaining args.
4706 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
4708         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4709         continuation character an operator, as far as indentation is
4710         concerned (Bug#15369).
4712 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
4714         * window.el (window--state-put-2): Don't process buffer state
4715         when buffer doesn't exist any more (Bug#15382).
4717 2013-09-15  Glenn Morris  <rgm@gnu.org>
4719         * eshell/em-unix.el (eshell/rm):
4720         Make -f ignore missing files.  (Bug#15373)
4722         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
4723         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4724         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4726 2013-09-14  Glenn Morris  <rgm@gnu.org>
4728         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4730 2013-09-13  Glenn Morris  <rgm@gnu.org>
4732         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4733         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
4735 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
4737         * frame.el (x-focus-frame): Mark as declared in frame.c.
4739 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4741         * ls-lisp.el: Use advice-add.
4742         (original-insert-directory): Remove.
4743         (ls-lisp--insert-directory): Rename from insert-directory; add
4744         `orig-fun' argument.
4745         (insert-directory): Advise.
4747 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
4749         * term.el (term-emulate-terminal): Decode the command string
4750         before passing it to term-command-hook.  (Bug#15337)
4752 2013-09-13  Glenn Morris  <rgm@gnu.org>
4754         * eshell/esh-util.el (ange-cache): Move declaration earlier.
4756         * eshell/esh-ext.el (eshell-search-path): Declare.
4758         * eshell/em-prompt.el (eshell/pwd): Autoload it.
4759         Otherwise an error occurs if eshell-dirs module not loaded.
4761         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4763 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
4765         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4766         `tramp-check-proper-host'.  Check for a valid method name.
4768         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4769         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4770         * net/tramp-sh.el (tramp-maybe-open-connection):
4771         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4773         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4774         also for hash values.
4776 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4778         * term/ns-win.el (parameters): Don't declare as dynamic.
4779         (before-make-frame-hook): Don't add ineffective function.
4781         * eshell/*.el: Use lexical-binding (bug#15231).
4783 2013-09-12  Kenichi Handa  <handa@gnu.org>
4785         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4787 2013-09-12  Glenn Morris  <rgm@gnu.org>
4789         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4790         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4792         * subr.el (do-after-load-evaluation): Also give compiler warnings
4793         when obsolete files are used (except by obsolete files).
4795         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4796         in the status output, assume `filename' is the first.  (Bug#15322)
4798         * vc/vc.el (vc-deduce-fileset): Doc fix.
4800         * calc/calc-help.el (Info-goto-node):
4801         * progmodes/cperl-mode.el (Info-find-node):
4802         * vc/ediff.el (Info-goto-node): Update declarations.
4804         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4806         * vc/vc-bzr.el (vc-compilation-mode): Declare.
4807         (vc-bzr-pull): Require vc-dispatcher.
4808         * vc/vc-git.el (vc-compilation-mode): Declare.
4809         (vc-git-pull): Require vc-dispatcher.
4811         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4813         * progmodes/octave.el (help-button-action): Declare.
4815         * shell.el (shell-directory-tracker): Output error as a message
4816         rather than just returning it as a string.
4817         (shell-process-pushd): Remove useless use of message.
4819         * dframe.el (dframe-timer-fn):
4820         * files.el (dir-locals-read-from-file):
4821         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4822         (mpc-format):
4823         * reveal.el (reveal-post-command):
4824         * saveplace.el (load-save-place-alist-from-file):
4825         * shell.el (shell-resync-dirs):
4826         * w32-common-fns.el (x-get-selection-value):
4827         * emacs-lisp/copyright.el (copyright-find-copyright):
4828         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4829         * emulation/tpu-edt.el (tpu-copy-keyfile):
4830         * play/bubbles.el (bubbles--mark-neighbourhood):
4831         * progmodes/executable.el
4832         (executable-make-buffer-file-executable-if-script-p):
4833         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4835 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4837         Cleanup Eshell to rely less on dynamic scoping.
4838         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4839         last-value, and ext-command here.  Bind `args' closer to `body'.
4840         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4841         (eshell--args): Declare new dynamic var.
4842         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
4843         last-value, and ext-command.  Pass `args' to `body'.
4844         (eshell-process-args): Bind eshell--args.
4845         (eshell-set-option): Use eshell--args.
4846         * eshell/eshell.el (eshell): Use derived-mode-p.
4847         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4848         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4849         (eshell-glob-function): Declare.
4850         * eshell/esh-util.el: Require cl-lib.
4851         (eshell-read-hosts-file): Avoid add-to-list.
4852         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4853         `err'.
4854         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4855         Declare.
4856         (eshell/diff): Remove unused var `err'.
4857         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4858         `killflag'.
4859         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4860         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4861         first use.
4862         * eshell/em-glob.el (eshell-glob-matches, message-shown):
4863         Move declaration before first use.
4864         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4865         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4866         rely on cl-return.
4868 2013-09-12  Glenn Morris  <rgm@gnu.org>
4870         * term/ns-win.el (global-map): Remove binding for ispell-next,
4871         deleted 1999-05-29.  (Bug#15357)
4873 2013-09-11  Glenn Morris  <rgm@gnu.org>
4875         * echistory.el (electric-command-history): Remove call to deleted func.
4877         * play/landmark.el (landmark-mode): Fix typos.
4879         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4880         Check cvs-sort-ignore-file is bound.
4882         * savehist.el: No need for cl when compiling on Emacs.
4884 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4886         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4887         (bug#15338).
4888         (eshell-self-insert-command, eshell-send-invisible):
4889         Remove unused argument.
4890         (eshell-handle-control-codes): Remove unused var `orig'.
4891         Avoid delete-backward-char.
4893         * files.el (set-auto-mode): Simplify a bit further.
4895 2013-09-11  Glenn Morris  <rgm@gnu.org>
4897         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4898         (set-auto-mode): Don't regexp-quote elements.
4899         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4900         * progmodes/cc-mode.el (interpreter-mode-alist):
4901         * progmodes/ruby-mode.el (interpreter-mode-alist):
4902         Revert previous change.
4904 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4906         * play/snake.el (snake-mode):
4907         * play/mpuz.el (mpuz-mode):
4908         * play/landmark.el (lm-mode):
4909         * play/blackbox.el (blackbox-mode):
4910         * play/5x5.el (5x5-mode):
4911         * obsolete/options.el (Edit-options-mode):
4912         * net/quickurl.el (quickurl-list-mode):
4913         * net/newst-treeview.el (newsticker-treeview-mode):
4914         * mail/rmailsum.el (rmail-summary-mode):
4915         * mail/mspools.el (mspools-mode):
4916         * locate.el (locate-mode):
4917         * ibuffer.el (ibuffer-mode):
4918         * emulation/ws-mode.el (wordstar-mode):
4919         * emacs-lisp/debug.el (debugger-mode):
4920         * array.el (array-mode):
4921         * net/eudc.el (eudc-mode): Use define-derived-mode.
4922         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4923         Move initialization into declaration.
4924         (mairix-searches-mode): Use define-derived-mode.
4925         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4926         (eudc-edit-hotlist): Use dolist.
4927         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4928         (Man-mode): Use define-derived-mode.
4929         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4930         (Info-edit-mode): Use define-derived-mode.
4931         (Info-cease-edit): Use Info-mode.
4932         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4933         into declaration.
4934         (eshell-mode): Use define-derived-mode.
4935         * chistory.el (command-history-mode-map): Rename from
4936         command-history-map.
4937         (command-history-mode): Use define-derived-mode.
4938         (Command-history-setup): Remove function.
4939         * calc/calc.el (calc-trail-mode-map): New var.
4940         (calc-trail-mode): Use define-derived-mode.
4941         (calc-trail-buffer): Set calc-main-buffer manually.
4942         * bookmark.el (bookmark-insert-annotation): New function.
4943         (bookmark-edit-annotation): Use it.
4944         (bookmark-edit-annotation-mode): Make it a proper major mode.
4945         (bookmark-send-edited-annotation): Use derived-mode-p.
4946         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4947         closer to its ideal place.  Use \' to match EOS.
4949         * profiler.el (profiler-calltree-find): Use function-equal.
4951 2013-09-10  Glenn Morris  <rgm@gnu.org>
4953         * files.el (interpreter-mode-alist): Convert to regexps.
4954         (set-auto-mode): Adapt for this.  (Bug#15306)
4955         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4956         Comment out unused variable.
4957         * progmodes/cc-mode.el (interpreter-mode-alist):
4958         * progmodes/python.el (interpreter-mode-alist):
4959         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4960         * progmodes/sh-script.el (sh-set-shell):
4961         No longer use interpreter-mode-alist to get list of shells.
4963         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4965 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4967         * simple.el: Use set-temporary-overlay-map for universal-argument.
4968         (universal-argument-map): Don't use default-bindings (bug#15317).
4969         Bind switch-frame explicitly.  Replace universal-argument-minus with
4970         a conditional binding.
4971         (universal-argument-num-events, saved-overriding-map): Remove.
4972         (restore-overriding-map): Remove.
4973         (universal-argument--mode): Rename from save&set-overriding-map,
4974         and rewrite.
4975         (universal-argument, universal-argument-more, negative-argument)
4976         (digit-argument): Adjust accordingly.
4977         (universal-argument-minus): Remove.
4978         (universal-argument-other-key): Remove.
4980         * subr.el (with-demoted-errors): Add `format' argument.
4982 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
4984         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
4985         `tramp-cleanup-connection'.
4987         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4988         parameters KEEP-DEBUG and KEEP-PASSWORD.
4990         * net/tramp.el (tramp-file-name-handler):
4991         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4992         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4993         (tramp-maybe-open-connection):
4994         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4995         Use `tramp-cleanup-connection'.
4997         * net/tramp-sh.el (tramp-maybe-open-connection):
4998         Catch 'uname-changed inside the progress reporter.
5000 2013-09-10  Glenn Morris  <rgm@gnu.org>
5002         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
5004         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
5005         returns "alternate access method" in mode (eg "-rw-r--r--.").
5007 2013-09-08  Glenn Morris  <rgm@gnu.org>
5009         * saveplace.el (load-save-place-alist-from-file):
5010         Demote errors.  (Bug#15305)
5012 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
5014         Improve compatibility with older Emacsen, and XEmacs.
5016         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
5017         only if it is bound.  It isn't for XEmacs.
5018         (with-tramp-progress-reporter): Do not let-bind `result'.
5019         This yields to scoping errors in XEmacs.
5020         (tramp-handle-make-auto-save-file-name): New function, moved from
5021         tramp-sh.el.
5023         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
5024         for `make-auto-save-file-name'.
5025         (tramp-adb--gnu-switches-to-ash):
5026         Use `tramp-compat-replace-regexp-in-string'.
5028         * net/tramp-cache.el (tramp-cache-print): Call
5029         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
5031         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
5032         bound.  It isn't for XEmacs.
5034         * net/tramp-compat.el (tramp-compat-copy-file):
5035         Catch `wrong-number-of-arguments' error.
5036         (tramp-compat-replace-regexp-in-string): New defun.
5038         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
5039         for `make-auto-save-file-name'.
5040         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
5041         `copy-file'.
5042         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
5043         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
5044         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
5046         * net/tramp-gw.el (tramp-gw-open-network-stream):
5047         Use `tramp-compat-replace-regexp-in-string'.
5049         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5050         Call `tramp-handle-make-auto-save-file-name'.
5051         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
5052         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5053         (tramp-sh-file-inotifywait-process-filter):
5054         Use `tramp-compat-replace-regexp-in-string'.
5055         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
5057         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
5058         for `make-auto-save-file-name'.
5059         (tramp-smb-handle-copy-directory):
5060         Call `tramp-compat-replace-regexp-in-string'.
5061         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
5062         (tramp-smb-handle-copy-file): Improve error message.
5063         (tramp-smb-handle-rename-file): Rename directly only in case
5064         `newname' does not exist yet.  This is a restriction of smbclient.
5065         (tramp-smb-maybe-open-connection): Rerun the function only when
5066         `auth-sources' is non-nil.
5068 2013-09-08  Kenichi Handa  <handa@gnu.org>
5070         * international/characters.el: Set category "^" (Combining) for
5071         more characters.
5073 2013-09-07  Alan Mackenzie  <acm@muc.de>
5075         Correctly fontify Java class constructors.
5076         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
5077         in Java Mode.
5078         (c-recognize-typeless-decls): Set the Java value to t.
5079         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5080         While handling a "(", add a check for, effectively, Java, and handle a
5081         "typeless" declaration there.
5083 2013-09-07  Roland Winkler  <winkler@gnu.org>
5085         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
5086         field subtitle for entry type book.
5088 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5090         * minibuffer.el: Make minibuffer-complete call completion-in-region
5091         rather than other way around.
5092         (completion--some, completion-pcm--find-all-completions):
5093         Don't delay signals when debugging.
5094         (minibuffer-completion-contents): Beware fields within the
5095         minibuffer contents.
5096         (completion-all-sorted-completions): Use defvar-local.
5097         (completion--do-completion, completion--cache-all-sorted-completions)
5098         (completion-all-sorted-completions, minibuffer-force-complete):
5099         Add args `beg' and `end'.
5100         (completion--in-region-1): New fun, extracted from minibuffer-complete.
5101         (minibuffer-complete): Use completion-in-region.
5102         (completion-complete-and-exit): New fun, extracted from
5103         minibuffer-complete-and-exit.
5104         (minibuffer-complete-and-exit): Use it.
5105         (completion--complete-and-exit): Rename from
5106         minibuffer--complete-and-exit.
5107         (completion-in-region--single-word): New function, extracted from
5108         minibuffer-complete-word.
5109         (minibuffer-complete-word): Use it.
5110         (display-completion-list): Make `common-substring' argument obsolete.
5111         (completion--in-region): Call completion--in-region-1 instead of
5112         minibuffer-complete.
5113         (completion-help-at-point): Pass boundaries to
5114         minibuffer-completion-help as args rather than via an overlay.
5115         (completion-pcm--string->pattern): Use `any-delim'.
5116         (completion-pcm--optimize-pattern): New function.
5117         (completion-pcm--pattern->regex): Handle `any-delim'.
5118         * icomplete.el (icomplete-forward-completions)
5119         (icomplete-backward-completions, icomplete-completions):
5120         Adjust calls to completion-all-sorted-completions and
5121         completion--cache-all-sorted-completions.
5122         (icomplete-with-completion-tables): Default to t.
5123         * emacs-lisp/crm.el (crm--current-element): Rename from
5124         crm--select-current-element.  Don't put an overlay but return the
5125         boundaries instead.
5126         (crm--completion-command): Take two new args to bind to the boundaries.
5127         (crm-completion-help): Adjust accordingly.
5128         (crm-complete): Use completion-in-region.
5129         (crm-complete-word): Use completion-in-region--single-word.
5130         (crm-complete-and-exit): Use completion-complete-and-exit.
5132 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5134         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
5135         than dynamically.
5137 2013-09-06  Juri Linkov  <juri@jurta.org>
5139         * info.el (Info-display-images-node): When image file doesn't exist
5140         display text version of the image if it's provided in the Info file.
5141         Otherwise, display the location of missing image from SRC attribute.
5142         Add help-echo text property from ALT attribute.  (Bug#15279)
5144 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5146         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
5147         (edit-abbrevs-mode): Use define-derived-mode.
5149         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
5150         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
5151         that it's defined.
5152         (epa-key-list-mode, epa-key-mode, epa-info-mode):
5153         Use define-derived-mode.
5155         * epg.el (epg-start-encrypt): Minor CSE simplification.
5157 2013-09-06  William Xu  <william.xwl@gmail.com>
5159         * arc-mode.el: Add support for 7za (bug#15264).
5160         (archive-7z-program): New var.
5161         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5162         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
5163         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
5165 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
5167         Remove URL syntax.
5169         * net/tramp.el (tramp-syntax, tramp-prefix-format)
5170         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
5171         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
5172         (tramp-postfix-host-format, tramp-file-name-regexp)
5173         (tramp-completion-file-name-regexp)
5174         (tramp-completion-dissect-file-name)
5175         (tramp-handle-substitute-in-file-name): Remove 'url case.
5176         (tramp-file-name-regexp-url)
5177         (tramp-completion-file-name-regexp-url): Remove constants.
5179 2013-09-06  Glenn Morris  <rgm@gnu.org>
5181         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
5183 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
5185         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
5186         keywords" below "here-doc beginnings" (Bug#15270).
5188 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5190         * subr.el (pop): Use `car-safe'.
5191         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5192         to detect unused `pop' return value.
5194         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5195         var `block-regexp'.
5196         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5197         (python-fill-string): Remove unused var `marker'.
5198         (python-skeleton-add-menu-items): Remove unused var `items'.
5200         * international/mule-cmds.el: Require CL.
5201         (find-coding-systems-for-charsets): Avoid add-to-list.
5202         (sanitize-coding-system-list): New function, extracted from
5203         select-safe-coding-system-interactively.
5204         (select-safe-coding-system-interactively): Use it.
5205         (read-input-method-name): Accept symbols for `default'.
5207         * emacs-lisp/advice.el (defadvice): Add indent rule.
5209 2013-09-05  Daniel Hackney  <dan@haxney.org>
5211         * dired-x.el:
5212         * net/ange-ftp.el:
5213         * net/browse-url.el:
5214         * net/dbus.el:
5215         * net/eudc.el:
5216         * net/eudcb-ldap.el:
5217         * net/eww.el:
5218         * net/imap.el:
5219         * printing.el:
5220         * vc/ediff-diff.el:
5221         * vc/ediff-init.el:
5222         * vc/ediff-merg.el:
5223         * vc/ediff-mult.el:
5224         * vc/ediff-util.el:
5225         * vc/ediff-wind.el:
5226         * vc/ediff.el:
5227         * vc/emerge.el:
5228         * vc/pcvs.el:
5229         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5230         byte compiler.  Remove some unused let-bound variables.
5232 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5234         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5235         a "ref-cell", since it gets better optimized (bug#14883).
5237 2013-09-05  Glenn Morris  <rgm@gnu.org>
5239         * progmodes/cc-awk.el (c-forward-sws): Declare.
5241 2013-09-04  Glenn Morris  <rgm@gnu.org>
5243         * generic-x.el [rul-generic-mode]: Require cc-mode.
5244         (c++-mode-syntax-table): Declare.
5245         (rul-generic-mode-syntax-table): Init in the defvar.
5247 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5250         (vc-do-command, vc-set-async-update):
5251         * vc/vc-mtn.el (vc-mtn-dir-status):
5252         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5253         (vc-hg-pull, vc-hg-merge-branch):
5254         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5255         (vc-git-merge-branch):
5256         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5257         (vc-cvs-dir-status-files):
5258         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5259         (vc-bzr-dir-status-files):
5260         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5261         * vc/vc-annotate.el: Use lexical-binding.
5262         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5263         (vc-sentinel-movepoint): Declare.
5264         (vc-annotate): Don't use `goto-line'.
5265         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5266         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5267         (vc-sentinel-movepoint): Declare.
5268         * vc/vc-svn.el: Use lexical-binding.
5269         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5270         * vc/vc-sccs.el:
5271         * vc/vc-rcs.el: Use lexical-binding.
5273         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5274         `deleted'.  Don't drop errors silently.
5276         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5278 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
5280         * vc/vc.el (vc-ignore): Rewrite.
5281         (vc-default-ignore): New function.
5282         (vc-default-ignore-completion-table): Use find-ignore-file.
5284         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5285         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5286         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5287         Remove.  Most code moved to vc.el.
5289 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5292         * net/tramp-smb.el (tramp-smb-get-file-entries):
5293         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5294         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5296         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5297         Update call to it.
5298         (eww-change-select): Remove unused var `properties'.
5299         (eww-make-unique-file-name): Remove unused var `base'.
5301         * finder.el (finder-compile-keywords): Don't mess with windows.
5303         * calculator.el (calculator-funcall): Fix typo in last change.
5305         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5307         * emacs-lisp/package.el (package-activate-1): Don't let a missing
5308         <pkg>-autoloads.el file stop us.
5310         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5311         warnings, and factor out common code.
5313 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
5315         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5316         two-character operators and whether the character preceding them
5317         changes their meaning (Bug#15208).
5319 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5321         Format code sent to Python shell for robustness.
5322         * progmodes/python.el (python-shell-buffer-substring):
5323         New function.
5324         (python-shell-send-region, python-shell-send-buffer): Use it.
5326 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
5328         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5329         * net/tramp.el (tramp-user-error): ... here.
5330         (tramp-find-method, tramp-check-proper-host)
5331         (tramp-dissect-file-name, tramp-debug-message)
5332         (tramp-handle-shell-command):
5333         * net/tramp-adb.el (tramp-adb-handle-shell-command):
5334         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5336         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5338 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
5340         * avoid.el (mouse-avoidance-point-position)
5341         (mouse-avoidance-too-close-p): Handle case where posn-at-point
5342         returns nil.
5344 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5346         * progmodes/python.el (python-shell-completion-get-completions):
5347         Drop use of deleted `comint-last-prompt-overlay'.
5348         (python-nav-if-name-main): New command.
5350 2013-09-01  Glenn Morris  <rgm@gnu.org>
5352         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5353         Avoid leading space in $wins.  Otherwise the sed command used by
5354         eg compile-main ends up containing "/*.el".  (Bug#15170)
5356         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
5358 2013-08-30  Glenn Morris  <rgm@gnu.org>
5360         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5361         Fix is-this-a-directory logic.  (Bug#15220)
5363 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5365         * textmodes/css-mode.el: Use SMIE.
5366         (css-smie-grammar): New var.
5367         (css-smie--forward-token, css-smie--backward-token)
5368         (css-smie-rules): New functions.
5369         (css-mode): Use them.
5370         (css-navigation-syntax-table): Remove var.
5371         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5372         (css-indent-calculate, css-indent-line): Remove functions.
5374         Misc changes to reduce use of `(lambda...); and other cleanups.
5375         * cus-edit.el: Use lexical-binding.
5376         (customize-push-and-save, customize-apropos)
5377         (custom-buffer-create-internal): Use closures.
5378         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5379         * progmodes/ada-xref.el: Use setq.
5380         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5381         * dframe.el: Use lexical-binding.
5382         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
5383         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5384         * descr-text.el: Use lexical-binding.
5385         (describe-text-widget, describe-text-sexp, describe-property-list):
5386         Use closures.
5387         * comint.el (comint-history-isearch-push-state): Use a closure.
5388         * calculator.el: Use lexical-binding.
5389         (calculator-number-to-string): Make it work with lexical-binding.
5390         (calculator-funcall): Same and use cl-letf.
5392         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5393         (lisp--company-doc-string, lisp--company-location): New functions.
5394         (lisp-completion-at-point): Use them to improve Company support.
5396         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5397         params of lambda expressions.
5398         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5399         (ruby-smie--opening-pipe-p): New function.
5400         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5401         symbols and matched |...| for formal params.
5402         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5403         from being treated as hanging.  Handle "rescue".
5405 2013-08-29  Glenn Morris  <rgm@gnu.org>
5407         * progmodes/cc-engine.el (c-pull-open-brace):
5408         Move definition before use.
5410 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5412         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5413         are immutable.  Don't use `unsafe' any more.
5414         (cl--defsubst-expand): Don't substitute at the same time as keeping
5415         a residual unused let-binding.  Don't use `unsafe' any more.
5417 2013-08-29  Glenn Morris  <rgm@gnu.org>
5419         * calendar/cal-china.el (calendar-chinese-year-cache):
5420         Recenter on 2015.
5422         * nxml/nxml-util.el (nxml-debug-clear-inside):
5423         Use cl-loop rather than loop.
5425         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5427         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5429 2013-08-28  Glenn Morris  <rgm@gnu.org>
5431         * progmodes/antlr-mode.el: No need to require cc-mode twice.
5433         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5435         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5437 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5439         * simple.el (repeat-complex-command--called-interactively-skip):
5440         New function.
5441         (repeat-complex-command): Use it (bug#14136).
5443         * progmodes/cc-mode.el: Minor cleanup of var declarations.
5444         (c-define-abbrev-table): Add `doc' argument.
5445         (c-mode-abbrev-table, c++-mode-abbrev-table)
5446         (objc-mode-abbrev-table, java-mode-abbrev-table)
5447         (idl-mode-abbrev-table, pike-mode-abbrev-table)
5448         (awk-mode-abbrev-table): Use it.
5449         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5450         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5451         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5452         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5453         Move initialization into the declaration; and remove any
5454         autoload cookie.
5456         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5457         and dynamic let binding.
5459         * vc/smerge-mode.el: Remove redundant :group args.
5461         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5462         to load-path.
5464 2013-08-28  Juri Linkov  <juri@jurta.org>
5466         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5467         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5468         (isearch-other-meta-char): Handle an undefined shifted printing
5469         character by downshifting it.  (Bug#15200)
5471 2013-08-28  Juri Linkov  <juri@jurta.org>
5473         * isearch.el (isearch-search): Change regexp error message for
5474         non-regexp searches.  (Bug#15166)
5476 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5478         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5479         for portability to hosts where /bin/sh has problems.
5481 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5483         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5485 2013-08-27  Juri Linkov  <juri@jurta.org>
5487         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5488         in the keyboard macro.  (Bug#15126)
5490 2013-08-27  Juri Linkov  <juri@jurta.org>
5492         * isearch.el (isearch-quote-char): Comment out converting unibyte
5493         to multibyte, thus syncing with its `quoted-insert' counterpart.
5494         (Bug#15166)
5496 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
5498         * window.el (display-buffer-use-some-window): Add missing
5499         argument in call of get-largest-window (Bug#15185).
5500         Reported by Stephen Leake.
5502 2013-08-27  Glenn Morris  <rgm@gnu.org>
5504         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5506 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5508         * progmodes/python.el (python-font-lock-keywords): Don't return nil
5509         from a matcher-function unless there's no more matches (bug#15161).
5511 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5513         * minibuffer.el: Revert change from 2013-08-20.
5515         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5516         with text property `tramp-default', if appropriate.
5517         (tramp-check-proper-host): New defun.
5518         (tramp-dissect-file-name): Do not check hostname.  Revert change
5519         of 2013-03-18.
5520         (tramp-backtrace): Make VEC-OR-PROC optional.
5522         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5523         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5524         * net/tramp-sh.el (tramp-maybe-open-connection):
5525         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5526         Apply `tramp-check-proper-host'.
5528 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
5530         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5531         lambda expression in order to have `describe-variable' display it.
5533 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5535         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5536         BUF can be optional.  (Bug#15186)
5538 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
5540         * progmodes/flymake.el (flymake-get-real-file-name-function):
5541         Fix broken customization.  (Bug#15184)
5543 2013-08-25  Alan Mackenzie  <acm@muc.de>
5545         Improve indentation of bracelists defined by macros (without "=").
5547         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5548         expansion begins with "{", regard it as bracelist when it doesn't
5549         contain a ";".
5551         Parse C++ inher-intro when there's a template split over 2 lines.
5553         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5554         rigorously the search for "class" etc. followed by ":".
5556         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5557         random languages a regexp which never matches rather than nil.
5559         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5561         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5562         (c-awk-regexp-one-line-possibly-open-char-list-re)
5563         (c-awk-one-line-possibly-open-regexp-re)
5564         (c-awk-one-line-non-syn-ws*-re): Remove.
5565         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5566         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5567         (c-awk-space*-unclosed-regexp-/-re): New constants.
5568         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5569         aren't regexp delimiters.
5571         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5572         handling for a rare situation in AWK Mode involving unterminated
5573         strings/regexps.
5575 2013-08-23  Glenn Morris  <rgm@gnu.org>
5577         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5579         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5581         * files.el (create-file-buffer): If the result would begin with
5582         spaces, prepend a "|" instead of removing them.  (Bug#15162)
5584 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5586         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5587         text-properties (bug#15155).
5589         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5590         exist any more.
5591         (calc-keypad-redraw): Remove unused var `pad'.
5592         (calc-keypad-press): Remove unused var `menu'.
5594 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
5596         * window.el (display-buffer-pop-up-frame):
5597         Call pop-up-frame-function with BUFFER current so `make-frame' will
5598         use it as the new frame's buffer (Bug#15133).
5600 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5602         * calendar/timeclock.el: Minor cleanups.
5603         (timeclock-ask-before-exiting, timeclock-use-display-time):
5604         Use `symbol'.
5605         (timeclock-modeline-display): Define as alias before the
5606         actual definition.
5607         (timeclock-mode-line-display): Use define-minor-mode.
5608         (timeclock-day-list-template): Make it a function, add an argument.
5609         (timeclock-day-list-required, timeclock-day-list-length)
5610         (timeclock-day-list-debt, timeclock-day-list-span)
5611         (timeclock-day-list-break): Adjust calls accordingly.
5613 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5615         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5616         Use read--expression so that completion works again.
5618 2013-08-21  Sam Steingold  <sds@gnu.org>
5620         Add rudimentary inferior shell interaction
5621         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5622         (sh-set-shell): Reset it.
5623         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5624         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5626 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5628         * align.el: Use lexical-binding.
5629         (align-region): Simplify accordingly.
5631 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
5633         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5635         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5636         `non-essential' up.
5638 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
5640         * net/tramp.el:
5641         * net/tramp-adb.el:
5642         * net/tramp-cmds.el:
5643         * net/tramp-ftp.el:
5644         * net/tramp-gvfs.el:
5645         * net/tramp-gw.el:
5646         * net/tramp-sh.el: Don't wrap external variable declarations by
5647         `eval-when-compile'.
5649 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5651         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5652         now that Emacs supports ImageMagick animations.
5654 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
5656         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5657         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5659 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
5661         * window.el (mouse-autoselect-window-select): Do autoselect when
5662         mouse pointer is on margin.
5664 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
5666         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
5668 2013-08-16  Glenn Morris  <rgm@gnu.org>
5670         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5671         Handle "Remote Directory" response of some clients.  (Bug#15058)
5673         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5674         Tweak warning.  (Bug#14926)
5676         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5677         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
5679         * image-mode.el (image-mode-map): Add menu items to reverse,
5680         increase, decrease, reset animation speed.
5681         (image--set-speed, image-increase-speed, image-decrease-speed)
5682         (image-reverse-speed, image-reset-speed): New functions.
5683         (image-mode-map): Add bindings for speed commands.
5685         * image.el (image-animate-get-speed, image-animate-set-speed):
5686         New functions.
5687         (image-animate-timeout): Respect image :speed property.
5689 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5691         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5692         previous line (bug#15101).
5693         (debugger-eval-expression, debugger-record-expression):
5694         Use read--expression (bug#15102).
5696 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
5698         Remove byte compiler warnings, visible when compiling with
5699         `byte-compile-force-lexical-warnings' set to t.
5701         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5702         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5703         (tramp-handle-unhandled-file-name-directory)
5704         (tramp-handle-file-notify-add-watch, tramp-action-login)
5705         (tramp-action-succeed, tramp-action-permission-denied)
5706         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5707         arguments with "_".
5709         * net/tramp-adb.el (tramp-adb-parse-device-names)
5710         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5711         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5712         (tramp-adb-handle-file-truename): Remove unused arguments.
5714         * net/tramp-cache.el (tramp-flush-directory-property)
5715         (tramp-flush-connection-property, tramp-list-connections)
5716         (tramp-parse-connection-properties): Prefix unused arguments with "_".
5718         * net/tramp-compat.el (tramp-compat-make-temp-file):
5719         Rename FILENAME to F.
5721         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5722         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5723         (tramp-zeroconf-parse-workstation-device-names)
5724         (tramp-zeroconf-parse-webdav-device-names)
5725         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5727         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5728         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5730         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5731         arguments.
5732         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5733         (tramp-sh-handle-insert-file-contents-literally)
5734         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5735         with "_".
5736         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5737         Remove unused variables.
5739         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5740         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5741         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5743         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5744         Make them a defconst.
5745         (tramp-uuencode-region): Remove unused variable.
5747 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
5749         * frameset.el (frameset--prop-setter): New function.
5750         (frameset-prop): Add gv-setter declaration.
5751         (frameset-filter-minibuffer): Deal with the case that the minibuffer
5752         parameter was already set in FILTERED.  Doc fix.
5753         (frameset--record-minibuffer-relationships): Allow saving a
5754         minibufferless frame without its corresponding minibuffer frame.
5755         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5756         frame, if the frame id matches.
5757         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5758         frames before orphaned ones.
5759         (frameset-restore): Warn about orphaned windows, instead of error out.
5761 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
5763         * window.el (window-make-atom): Don't overwrite parameter
5764         already present.
5765         (display-buffer-in-atom-window): Handle special case where we
5766         split an already atomic window.
5767         (window--major-non-side-window, display-buffer-in-side-window)
5768         (window--side-check): Ignore minibuffer window when walking
5769         window tree.
5770         (window-deletable-p): Return 'frame only if no other frame uses
5771         our minibuffer window.
5772         (record-window-buffer): Run buffer-list-update-hook.
5773         (split-window): Make sure window--check-frame won't destroy an
5774         existing atomic window in case the new window gets nested
5775         inside.
5776         (display-buffer-at-bottom): Ignore minibuffer window when
5777         walking window tree.  Don't split a side window.
5778         (pop-to-buffer): Don't set-buffer here, the select-window call
5779         should do that.
5780         (mouse-autoselect-window-select): Autoselect only if we are in the
5781         text portion of the window.
5783 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785         * net/shr.el (shr-parse-image-data): New function to grab both the
5786         data itself and the Content-Type.
5787         (shr-put-image): Use it.
5789         * net/eww.el (eww-display-image): Ditto.
5791         * image.el (image-content-type-suffixes): New variable.
5793 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5795         * progmodes/python.el (python-imenu--build-tree)
5796         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5798 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
5800         * simple.el (backward-word): Mention the optional argument.
5802 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * frameset.el (frameset--make): Rename constructor from make-frameset.
5805         (frameset-p, frameset-valid-p): Don't autoload.
5806         (frameset-valid-p): Use normal accessors.
5808 2013-08-13  Glenn Morris  <rgm@gnu.org>
5810         * progmodes/compile.el (compile-command): Tweak example in doc.
5811         * obsolete/scribe.el (scribe-mode):
5812         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
5814         * mail/feedmail.el (feedmail-confirm-outgoing)
5815         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5817         * cus-start.el (truncate-partial-width-windows): Fix type.
5819         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5821         * net/shr.el (shr-table-horizontal-line): Fix custom type.
5823 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5825         * emacs-lisp/timer.el (timer--time-setter): New function.
5826         (timer--time): Use it as gv-setter.
5828         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5829         setter is not a symbol.
5831 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
5833         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5834         if sending fails.  This makes debugging easier.
5836 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
5838         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5839         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5840         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5842 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
5844         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5846 2013-08-12  Glenn Morris  <rgm@gnu.org>
5848         * format.el (format-annotate-function):
5849         Handle read-only text properties in the source.  (Bug#14887)
5851 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853         * net/eww.el (eww-display-html): Ignore coding system errors.
5854         One web site uses "utf-8lias" as the coding system.
5856 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
5858         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5860 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
5862         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5863         (tutorial--detailed-help): Remove unused local variables.
5864         (tutorial--save-tutorial-to): Use ignore-errors.
5865         (help-with-tutorial): Use looking-at-p.
5867         * view.el (view-buffer-other-window, view-buffer-other-frame):
5868         Mark unused arguments.
5870         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5871         (woman-select-symbol-fonts, woman, woman-find-file)
5872         (woman-insert-file-contents, woman-non-underline-faces):
5873         Use string-match-p.
5874         (woman1-unquote): Move declaration.
5876         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5877         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
5878         argument.  Remove unused local variable.
5879         (xml-parse-elem-type): Use string-match-p.
5880         (xml-substitute-numeric-entities): Use ignore-errors.
5882         * calculator.el (calculator): Mark unused argument.
5883         (calculator-paste, calculator-quit, calculator-integer-p):
5884         Use ignore-errors.
5885         (calculator-string-to-number, calculator-decimal, calculator-exp)
5886         (calculator-op-or-exp): Use string-match-p.
5888         * dired.el (dired-buffer-more-recently-used-p): Declare.
5889         (dired-insert-set-properties, dired-insert-old-subdirs):
5890         Use ignore-errors.
5892         * dired-aux.el (dired-compress): Use ignore-errors.
5893         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5894         (dired-do-async-shell-command, dired-do-shell-command)
5895         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5896         (dired-insert-subdir-validate): Use string-match-p.
5897         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5898         (dired-add-entry): Use string-match-p, looking-at-p.
5899         (dired-insert-subdir-newpos): Remove unused local variable.
5901         * filenotify.el (file-notify-callback): Remove unused local variable.
5903         * filesets.el (filesets-error): Mark unused argument.
5904         (filesets-which-command-p, filesets-filter-dir-names)
5905         (filesets-directory-files, filesets-get-external-viewer)
5906         (filesets-ingroup-get-data): Use string-match-p.
5908         * find-file.el (ff-other-file-name, ff-other-file-name)
5909         (ff-find-the-other-file, ff-cc-hh-converter):
5910         Remove unused local variables.
5911         (ff-get-file-name): Use string-match-p.
5912         (ff-all-dirs-under): Use ignore-errors.
5914         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5915         (follow-select-if-visible): Remove unused local variable.
5917         * forms.el (read-file-filter): Move declaration.
5918         (forms--make-format, forms--make-parser, forms-insert-record):
5919         Quote function with #'.
5920         (forms--update): Use string-match-p.  Quote function with #'.
5922         * help-mode.el (help-dir-local-var-def): Mark unused argument.
5923         (help-make-xrefs): Use looking-at-p.
5924         (help-xref-on-pp): Use looking-at-p, ignore-errors.
5926         * ibuffer.el (ibuffer-ext-visible-p): Declare.
5927         (ibuffer-confirm-operation-on): Use string-match-p.
5929         * msb.el (msb-item-handler, msb-dired-item-handler):
5930         Mark unused arguments.
5932         * ses.el (ses-decode-cell-symbol)
5933         (ses-kill-override): Remove unused local variable.
5934         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5935         (ses-load): Use ignore-errors, looking-at-p.
5936         (ses-jump-safe): Use ignore-errors.
5937         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5939         * tabify.el (untabify, tabify): Mark unused arguments.
5941         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5942         Mark unused argument.
5943         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5944         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5946         * emacs-lisp/timer.el (timer--time): Define setter with
5947         gv-define-setter to avoid deprecation warning.
5949         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5950         (*record-cmpl-statistics-p*): Remove (was commented out).
5951         (cmpl-statistics-block): Remove (body was commented out).
5952         All callers changed.
5953         (add-completions-from-buffer, load-completions-from-file):
5954         Remove unused variables.
5956 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5958         * filecache.el (file-cache-delete-file-list):
5959         Print message only when told so.
5960         (file-cache-files-matching): Use #' in mapconcat argument.
5962         * ffap.el (ffap-url-at-point): Fix reference to variable
5963         thing-at-point-default-mail-uri-scheme.
5965 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5967         * subr.el (define-error): New function.
5968         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5969         error-file-not-found and define with define-error.
5970         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5971         and define with define-error.
5972         * userlock.el (file-locked, file-supersession):
5973         * simple.el (mark-inactive):
5974         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5975         * progmodes/ada-mode.el (ada-mode-errors):
5976         * play/life.el (life-extinct):
5977         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5978         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5979         * nxml/rng-util.el (rng-error):
5980         * nxml/rng-uri.el (rng-uri-error):
5981         * nxml/rng-match.el (rng-compile-error):
5982         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5983         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5984         * nxml/nxml-rap.el (nxml-scan-error):
5985         * nxml/nxml-outln.el (nxml-outline-error):
5986         * net/soap-client.el (soap-error):
5987         * net/gnutls.el (gnutls-error):
5988         * net/ange-ftp.el (ftp-error):
5989         * mpc.el (mpc-proc-error):
5990         * json.el (json-error, json-readtable-error, json-unknown-keyword)
5991         (json-number-format, json-string-escape, json-string-format)
5992         (json-key-format, json-object-format):
5993         * jka-compr.el (compression-error):
5994         * international/quail.el (quail-error):
5995         * international/kkc.el (kkc-error):
5996         * emacs-lisp/ert.el (ert-test-failed):
5997         * calc/calc.el (calc-error, inexact-result, math-overflow)
5998         (math-underflow):
5999         * bookmark.el (bookmark-error-no-filename):
6000         * epg.el (epg-error): Define with define-error.
6002         * time.el (display-time-event-handler)
6003         (display-time-next-load-average): Don't call sit-for since it seems
6004         unnecessary (bug#15045).
6006         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
6007         Use #' instead of ' to quote functions.
6008         (checkdoc-output-mode): Use setq-local.
6009         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
6010         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
6011         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
6012         (checkdoc-ispell, checkdoc-ispell-current-buffer)
6013         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
6014         (checkdoc-ispell-message-text, checkdoc-ispell-start)
6015         (checkdoc-ispell-continue, checkdoc-ispell-comments)
6016         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
6018         * ido.el (ido-completion-help): Fix up compiler warning.
6020 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
6022         * frameset.el (frameset-p): Add autoload cookie.
6023         (frameset--jump-to-register): New function, based on code moved from
6024         register.el.
6025         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
6027         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
6028         (frameset-restore, frameset-save, frameset-session-filter-alist):
6029         Remove declarations.
6030         (register-alist): Doc fix.
6031         (frameset-to-register): Move to frameset.el.
6032         (jump-to-register, describe-register-1): Remove frameset-specific code.
6034 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6036         * allout-widgets.el (allout-widgets-pre-command-business)
6037         (allout-widgets-post-command-business)
6038         (allout-widgets-after-change-handler)
6039         (allout-decorate-item-and-context, allout-set-boundary-marker)
6040         (allout-body-modification-handler)
6041         (allout-graphics-modification-handler): Mark ignored arguments.
6042         (allout-widgets-post-command-business)
6043         (allout-widgets-exposure-change-processor)
6044         (allout-widgets-exposure-undo-processor)
6045         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
6046         (allout-parse-item-at-point, allout-decorate-item-guides)
6047         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
6048         * allout.el (epa-passphrase-callback-function): Declare.
6049         (allout-overlay-insert-in-front-handler)
6050         (allout-overlay-interior-modification-handler)
6051         (allout-isearch-end-handler, allout-chart-siblings)
6052         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
6053         (allout-yank-processing, allout-process-exposed)
6054         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
6055         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
6056         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
6057         (lisp-indent-defform): Mark ignored arguments.
6058         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
6059         (calculate-lisp-indent): Remove unused variables.
6060         * international/characters.el (indian-2-column, arabic-2-column)
6061         (tibetan): Mark ignored arguments.
6062         (use-cjk-char-width-table): Mark ignored arguments.
6063         Remove unused variables.
6064         * international/fontset.el (build-default-fontset-data)
6065         (x-compose-font-name, create-fontset-from-fontset-spec):
6066         Mark ignored arguments.
6067         (fontset-plain-name): Remove unused variables.
6068         * international/mule.el (charset-id, charset-bytes, generic-char-p)
6069         (keyboard-coding-system): Mark ignored arguments.
6070         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
6071         * help.el (resize-temp-buffer-window):
6072         * window.el (display-buffer-in-major-side-window)
6073         (display-buffer-in-side-window, display-buffer-in-previous-window):
6074         Remove unused variables.
6075         * isearch.el (isearch-forward-symbol):
6076         * version.el (emacs-bzr-version-bzr):
6077         * international/mule-cmds.el (current-language-environment):
6078         * term/common-win.el (x-handle-iconic, x-handle-geometry)
6079         (x-handle-display):
6080         * term/pc-win.el (x-list-fonts, x-display-planes)
6081         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
6082         (x-server-version, x-display-screens, x-display-mm-height)
6083         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
6084         (x-selection-owner-p, x-own-selection-internal)
6085         (x-disown-selection-internal, x-get-selection-internal)
6086         (msdos-initialize-window-system):
6087         * term/tty-colors.el (tty-color-alist, tty-color-clear):
6088         * term/x-win.el (x-handle-no-bitmap-icon):
6089         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
6090         (vc-default-find-file-hook, vc-default-extra-menu):
6091         Mark ignored arguments.
6093 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6095         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
6096         break-condition in the context of the debugged code (bug#12685).
6098 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
6100         * comint.el:
6101         Do not use an overlay to highlight the last prompt.  (Bug#14744)
6102         (comint-mode): Make comint-last-prompt buffer local.
6103         (comint-last-prompt): New variable.
6104         (comint-last-prompt-overlay): Remove.  Superseded by
6105         comint-last-prompt.
6106         (comint-snapshot-last-prompt, comint-output-filter):
6107         Use comint-last-prompt.
6109 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6111         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
6112         (frameset-save): Check validity of the resulting frameset.
6114 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
6116         * ido.el (ido-record-command): Add doc string.
6118 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6120         * frameset.el (frameset): Do not disable creation of the default
6121         frameset-p predicate.  Doc fix.
6122         (frameset-valid-p): New function, copied from the old predicate-p.
6123         Add additional checks.
6124         (frameset-restore): Check with frameset-valid-p.
6125         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
6126         (frameset-name, frameset-description, frameset-properties)
6127         (frameset-states): Add docstring.
6128         (frameset-session-filter-alist, frameset-persistent-filter-alist)
6129         (frameset-filter-alist): Doc fixes.
6131 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6133         * frameset.el (frameset-p, frameset-prop): Doc fixes.
6135 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
6138         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
6139         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
6140         (byte-compile-normal-call): Remove obsolescence check.
6142 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
6144         * frameset.el (frameset-restore): Doc fix.
6146         * register.el (frameset-frame-id, frameset-frame-with-id)
6147         (frameset-p, frameset-restore, frameset-save): Declare.
6148         (register-alist): Document framesets.
6149         (frameset-session-filter-alist): Declare.
6150         (frameset-to-register): New function.
6151         (jump-to-register): Implement jumping to framesets.  Doc fix.
6152         (describe-register-1): Describe framesets.
6154         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
6156 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
6158         * desktop.el (desktop-save-frameset): Use new frameset-save args.
6159         Use lexical-binding.
6161         * frameset.el (frameset): Use type vector, not list (incompatible
6162         change).  Do not declare a new constructor, use the default one.
6163         Upgrade suggested properties `app', `name' and `desc' to slots `app',
6164         `name' and `description', respectively, and add read-only slot
6165         `timestamp'.  Doc fixes.
6166         (frameset-copy, frameset-persistent-filter-alist)
6167         (frameset-filter-alist, frameset-switch-to-gui-p)
6168         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
6169         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
6170         (frameset-filter-iconified, frameset-keep-original-display-p):
6171         Doc fixes.
6172         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
6173         Rename from frameset-filter-(save|restore)-param.  All callers changed.
6174         Doc fix.
6175         (frameset-p): Adapt to change to vector and be more thorough.
6176         Change arg name to OBJECT.  Doc fix.
6177         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
6178         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
6179         All callers changed.
6180         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
6181         All callers changed.
6182         (frameset--record-minibuffer-relationships): Rename from
6183         frameset--process-minibuffer-frames.  All callers changed.
6184         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
6185         Use new default constructor (again).  Doc fix.
6186         (frameset--find-frame-if): Rename from `frameset--find-frame.
6187         All callers changed.
6188         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
6189         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
6190         Doc fix.
6191         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6192         PARAMETERS and WINDOW-STATE, respectively.
6193         (frameset-restore): Add new keyword argument PREDICATE.
6194         Reset frameset--target-display to nil.  Doc fix.
6196 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6199         (bat-mode): Use it.
6200         (bat-mode-syntax-table): Mark \n as end-of-comment.
6201         (bat-font-lock-keywords): Remove comment rule.
6203         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
6204         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
6206         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6207         (byte-compile-callargs-warn): Use `push'.
6208         (byte-compile-arglist-warn): Ignore higher-order "calls".
6209         (byte-compile-file-form-autoload): Use `pcase'.
6210         (byte-compile-function-form): If quoting a symbol, check that it exists.
6212 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
6214         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6215         and add a few popular commands found in batch files.
6216         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6217         (dos-mode): Doc fixes.
6219 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6221         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6222         (dos-mode): Use setq-local.  Add space after "rem".
6223         (dos-mode-syntax-table): Don't use "w" for symbol chars.
6224         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6226 2013-08-07  Arni Magnusson  <arnima@hafro.is>
6228         * progmodes/dos.el: New file.
6229         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6230         dos-mode.
6232 2013-08-06  Glenn Morris  <rgm@gnu.org>
6234         * calendar/calendar.el: Add new faces, and day-header-array.
6235         (calendar-weekday-header, calendar-weekend-header)
6236         (calendar-month-header): New faces.
6237         (calendar-day-header-construct): New function.
6238         (calendar-day-header-width): Also :set calendar-day-header-array.
6239         (calendar-american-month-header, calendar-european-month-header)
6240         (calendar-iso-month-header): Use calendar- faces.
6241         (calendar-generate-month):
6242         Use calendar-day-header-array for day headers; apply faces to them.
6243         (calendar-mode): Check calendar-font-lock-keywords non-nil.
6244         (calendar-abbrev-construct): Add optional maxlen argument.
6245         (calendar-day-name-array): Doc fix.
6246         (calendar-day-name-array, calendar-abbrev-length)
6247         (calendar-day-abbrev-array):
6248         Also :set calendar-day-header-array, and maybe redraw.
6249         (calendar-day-header-array): New option.  (Bug#15007)
6250         (calendar-font-lock-keywords): Set to nil and make obsolete.
6251         (calendar-day-name): Add option to use header array.
6253 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6255         * net/shr.el (shr-render-td): Remove debugging.
6256         (shr-render-td): Make width computation consistent by defaulting
6257         all zero-width columns to 10 characters.  This may not be optimal,
6258         but it's at least consistent.
6259         (shr-make-table-1): Redo last change to fix the real problem in
6260         colspan handling.
6262 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6264         * files.el (cache-long-line-scans):
6265         Make obsolete alias to `cache-long-scans'.
6267 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6269         * frameset.el (frameset, frameset-filter-alist)
6270         (frameset-filter-params, frameset-save, frameset--reuse-frame)
6271         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6272         (frameset-compute-pos): Rename from frameset--compute-pos,
6273         and add docstring.
6274         (frameset-move-onscreen): Use frameset-compute-pos.
6275         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6277         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6278         Fix typos in docstrings.
6280 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6282         * frame.el (get-other-frame): Tiny cleanup.
6284 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6286         * vc/vc.el (vc-default-ignore-completion-table):
6287         Silence byte-compiler warning.
6289         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6290         slot , which can indeed be nil.
6291         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6292         Move entry for `left' from persistent to live filter alist.
6293         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6294         Doc fixes.
6295         (frameset-filter-params): When restoring a frame, copy items added to
6296         `filtered', to avoid unwittingly modifying the original parameters.
6297         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
6298         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6300         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6301         to use looking-at-p instead of looking-at.  (Bug#15028)
6303 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         Revert introduction of isearch-filter-predicates (bug#14714).
6306         Rely on add-function instead.
6307         * isearch.el (isearch-filter-predicates): Rename it back to
6308         isearch-filter-predicate.
6309         (isearch-message-prefix): Use advice-function-mapc and advice
6310         properties to get the isearch-message-prefix.
6311         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6312         instead of run-hook-with-args-until-failure.
6313         (isearch-filter-visible): Not obsolete any more.
6314         * loadup.el: Preload nadvice.
6315         * replace.el (perform-replace): Revert to funcall
6316         instead of run-hook-with-args-until-failure.
6317         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6318         * dired-aux.el (dired-isearch-filenames-mode): Rename from
6319         dired-isearch-filenames-toggle; make it into a proper minor mode.
6320         Use add/remove-function.
6321         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6322         Call the minor-mode rather than add/remove-hook.
6323         (dired-isearch-filter-filenames):
6324         Remove isearch-message-prefix property.
6325         * info.el (Info--search-loop): New function, extracted from Info-search.
6326         Funcall isearch-filter-predicate instead of
6327         run-hook-with-args-until-failure isearch-filter-predicates.
6328         (Info-search): Use it.
6329         (Info-mode): Use isearch-filter-predicate instead of
6330         isearch-filter-predicates.
6332 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6334         Do not call to `selected-window' where it is assumed by default.
6335         Affected functions are `window-minibuffer-p', `window-dedicated-p',
6336         `window-hscroll', `window-width', `window-height', `window-buffer',
6337         `window-frame', `window-start', `window-point', `next-window'
6338         and `window-display-table'.
6339         * abbrev.el (abbrev--default-expand):
6340         * bs.el (bs--show-with-configuration):
6341         * buff-menu.el (Buffer-menu-mouse-select):
6342         * calc/calc.el (calc):
6343         * calendar/calendar.el (calendar-generate-window):
6344         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6345         (diary-make-entry):
6346         * comint.el (send-invisible, comint-dynamic-complete-filename)
6347         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6348         * completion.el (complete):
6349         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6350         * disp-table.el (describe-current-display-table):
6351         * doc-view.el (doc-view-insert-image):
6352         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6353         * ehelp.el (with-electric-help):
6354         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6355         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6356         * emacs-lisp/helper.el (Helper-help-scroller):
6357         * emulation/cua-base.el (cua--post-command-handler-1):
6358         * eshell/esh-mode.el (eshell-output-filter):
6359         * ffap.el (ffap-gnus-wrapper):
6360         * help-macro.el (make-help-screen):
6361         * hilit-chg.el (highlight-compare-buffers):
6362         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6363         * hl-line.el (global-hl-line-highlight):
6364         * icomplete.el (icomplete-simple-completing-p):
6365         * isearch.el (isearch-done):
6366         * jit-lock.el (jit-lock-stealth-fontify):
6367         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6368         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6369         * mpc.el (mpc-tagbrowser, mpc):
6370         * net/rcirc.el (rcirc-any-buffer):
6371         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6372         * play/landmark.el (landmark-max-width, landmark-max-height):
6373         * play/zone.el (zone):
6374         * progmodes/compile.el (compilation-goto-locus):
6375         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6376         * progmodes/etags.el (find-tag-other-window):
6377         * progmodes/fortran.el (fortran-column-ruler):
6378         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6379         * progmodes/verilog-mode.el (verilog-point-text):
6380         * reposition.el (reposition-window):
6381         * rot13.el (toggle-rot13-mode):
6382         * server.el (server-switch-buffer):
6383         * shell.el (shell-dynamic-complete-command)
6384         (shell-dynamic-complete-environment-variable):
6385         * simple.el (insert-buffer, set-selective-display)
6386         (delete-completion-window):
6387         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6388         (speedbar-recenter):
6389         * startup.el (fancy-splash-head):
6390         * textmodes/ispell.el (ispell-command-loop):
6391         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6392         * tutorial.el (help-with-tutorial):
6393         * vc/add-log.el (add-change-log-entry):
6394         * vc/compare-w.el (compare-windows):
6395         * vc/ediff-help.el (ediff-indent-help-message):
6396         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6397         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6398         (ediff-setup-control-frame):
6399         * vc/emerge.el (emerge-position-region):
6400         * vc/pcvs-util.el (cvs-bury-buffer):
6401         * window.el (walk-windows, mouse-autoselect-window-select):
6402         * winner.el (winner-set-conf, winner-undo): Related users changed.
6404 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6406         * frameset.el (frameset--set-id): Doc fix.
6407         (frameset-frame-id, frameset-frame-id-equal-p)
6408         (frameset-locate-frame-id): New functions.
6409         (frameset--process-minibuffer-frames, frameset--reuse-frame)
6410         (frameset-restore): Use them.
6412 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6414         Do not call to `selected-frame' where it is assumed by default.
6415         Affected functions are `raise-frame', `redraw-frame',
6416         `frame-first-window', `frame-terminal' and `delete-frame'.
6417         * calendar/appt.el (appt-disp-window):
6418         * epg.el (epg-wait-for-completion):
6419         * follow.el (follow-delete-other-windows-and-split)
6420         (follow-avoid-tail-recenter):
6421         * international/mule.el (set-terminal-coding-system):
6422         * mail/rmail.el (rmail-mail-return):
6423         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6424         * progmodes/f90.el (f90-add-imenu-menu):
6425         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6426         * server.el (server-switch-buffer):
6427         * simple.el (delete-completion-window):
6428         * talk.el (talk):
6429         * term/xterm.el (terminal-init-xterm-modify-other-keys)
6430         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6431         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6432         * vc/ediff.el (ediff-documentation): Related users changed.
6433         * frame.el (selected-terminal): Remove the leftover.
6435 2013-08-05  Glenn Morris  <rgm@gnu.org>
6437         * calendar/calendar.el (calendar-generate-month):
6438         Fix for calendar-column-width != 1 + calendar-day-digit-width.
6439         (calendar-generate-month, calendar-font-lock-keywords):
6440         Fix for calendar-day-header-width > length of any day name.
6442 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6444         * desktop.el (desktop-clear): Use new name of sort predicate.
6446         * frameset.el (frameset): Add docstring.  Move :version property to its
6447         own `version' slot.
6448         (frameset-copy): Rename from copy-frameset.
6449         (frameset-p): Check more thoroughly.
6450         (frameset-prop): Do not check for :version, which is no longer a prop.
6451         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6452         Use new :never value instead of t.
6453         (frameset-filter-alist): Expand and clarify docstring.
6454         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6455         (frameset-filter-minibuffer, frameset-filter-save-param)
6456         (frameset-filter-restore-param, frameset-filter-iconified):
6457         Add pointer to docstring of frameset-filter-alist.
6458         (frameset-filter-params): Rename filter values to be more meaningful:
6459         :never instead of t, and reverse the meanings of :save and :restore.
6460         (frameset--process-minibuffer-frames): Clarify error message.
6461         (frameset-save): Avoid unnecessary and confusing call to framep.
6462         Use new BOA constructor for framesets.
6463         (frameset--reuse-list): Doc fix.
6464         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
6465         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6466         (frameset-minibufferless-first-p): Doc fix.
6467         Rename from frameset-sort-frames-for-deletion.
6468         (frameset-restore): Doc fixes.  Use new function names.
6469         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6471 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6473         * desktop.el (desktop-restore-forces-onscreen)
6474         (desktop-restore-reuses-frames): Document :keyword constant values.
6475         (desktop-filter-parameters-alist): Remove, now identical to
6476         frameset-filter-alist.
6477         (desktop--filter-tty*): Remove, moved to frameset.el.
6478         (desktop-save-frameset, desktop-restore-frameset):
6479         Do not pass :filters argument.
6481         * frameset.el (frameset-live-filter-alist)
6482         (frameset-persistent-filter-alist): New variables.
6483         (frameset-filter-alist): Use them.  Add autoload cookie.
6484         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6485         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6486         `frameset--id' (it's supposed to be internal to frameset.el).
6487         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
6488         (frameset--initial-params): New function.
6489         (frameset--get-frame): Use it.  Doc fix.
6490         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6491         Accept :all, not 'all.
6492         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6493         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
6494         with fbound symbols.  Fix frame id matching, and remove matching ids if
6495         the frame being restored is deleted.  Obey :delete.
6497 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6499         * subr.el (macrop): New function.
6500         (text-clone--maintaining): New var.
6501         (text-clone--maintain): Rename from text-clone-maintain.  Use it
6502         instead of inhibit-modification-hooks.
6504         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6505         a proxy, so as handle autoloads and redefinitions of the target.
6506         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6508         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6509         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
6510         (pcase--mutually-exclusive-p): New function.
6511         (pcase--split-consp): Use it.
6512         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
6513         mutually exclusive with the current predicate.
6515         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6516         (edebug-macrop): Remove.  Use `macrop' instead.
6517         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
6518         (ad-macro-p):
6519         * eshell/esh-cmd.el (eshell-macrop):
6520         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
6522 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6524         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6525         (advice-mapc): New function, using it.
6526         (advice-function-member-p): New function.
6527         (advice--normalize): Store the cdr in advice--saved-rewrite since
6528         that's the part that will be changed.
6529         (advice--symbol-function): New function.
6530         (advice-remove): Handle removal before the function is defined.
6531         Adjust to new advice--saved-rewrite.
6532         (advice-member-p): Use advice-function-member-p and
6533         advice--symbol-function.
6535 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6537         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6538         (frameset-filter-minibuffer): Doc fix.
6539         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
6540         (frameset--set-id, frameset--process-minibuffer-frames)
6541         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6542         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6544         * desktop.el (desktop-clear): Only delete frames when called
6545         interactively and desktop-restore-frames is non-nil.  Doc fix.
6546         (desktop-read): Set desktop-saved-frameset to nil.
6548 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
6550         * vc/vc.el (vc-ignore): Rewrite.
6551         (vc-default-ignore-completion-table):
6552         (vc--read-lines):
6553         (vc--add-line, vc--remove-regexp): New functions.
6555         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6556         (vc-svn-ignore-completion-table): New function.
6558         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6559         (vc-hg-ignore-completion-table):
6560         (vc-hg-find-ignore-file): New functions.
6562         * vc/vc-git.el (vc-git-ignore): Rewrite.
6563         (vc-git-ignore-completion-table):
6564         (vc-git-find-ignore-file): New functions.
6566         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6568         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6569         (vc-bzr-ignore-completion-table):
6570         (vc-bzr-find-ignore-file): New functions.
6572 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
6574         * frameset.el (frameset-prop): New function and setter.
6575         (frameset-save): Do not modify frame list passed by the caller.
6577 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6579         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6581 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6583         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6584         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6586         * custom.el (custom-initialize-default, custom-initialize-set)
6587         (custom-initialize-reset, custom-initialize-changed): Affect the
6588         toplevel-default-value (bug#6275, bug#14586).
6589         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6590         for bug#6275.
6592 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6594         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6595         Add cl-def* expressions.
6597         * frameset.el (frameset-filter-params): Fix order of arguments.
6599 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6601         Move code related to saving frames to frameset.el.
6602         * desktop.el: Require frameset.
6603         (desktop-restore-frames): Doc fix.
6604         (desktop-restore-reuses-frames): Rename from
6605         desktop-restoring-reuses-frames.
6606         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6607         (desktop-clear): Clear frames too.
6608         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6609         (desktop--filter-tty*, desktop-save, desktop-read):
6610         Use frameset functions.
6611         (desktop-before-saving-frames-functions, desktop--filter-*-color)
6612         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6613         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6614         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6615         (desktop--process-minibuffer-frames, desktop-save-frames)
6616         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6617         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6618         (desktop--sort-states, desktop-restoring-frames-p)
6619         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
6620         (desktop-restoring-frameset-p, desktop-restore-frameset)
6621         (desktop--check-dont-save, desktop-save-frameset): New functions.
6622         (desktop--app-id): New constant.
6623         (desktop-first-buffer, desktop-buffer-ok-count)
6624         (desktop-buffer-fail-count): Move before first use.
6625         * frameset.el: New file.
6627 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6629         * files.el: Use lexical-binding.
6630         (dir-locals-read-from-file): Remove unused `err' variable.
6631         (hack-dir-local-variables--warned-coding): New var.
6632         (hack-dir-local-variables): Use it to avoid repeated warnings.
6633         (make-backup-file-name--default-function): New function.
6634         (make-backup-file-name-function): Use it as default.
6635         (buffer-stale--default-function): New function.
6636         (buffer-stale-function): Use it as default.
6637         (revert-buffer-insert-file-contents--default-function): New function.
6638         (revert-buffer-insert-file-contents-function): Use it as default.
6639         (insert-directory): Avoid add-to-list.
6641         * autorevert.el (auto-revert-handler): Simplify.
6642         Use buffer-stale--default-function.
6644 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
6646         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6648         * whitespace.el (whitespace-ensure-local-variables): New function.
6649         (whitespace-cleanup-region): Call it.
6650         (whitespace-turn-on): Call it.
6652 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
6654         Complete file name handlers.
6656         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6657         (tramp-handle-verify-visited-file-modtime)
6658         (tramp-handle-file-notify-rm-watch): New functions.
6659         (tramp-call-process): Do not bind `default-directory'.
6661         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6662         Order alphabetically.
6663         [access-file, add-name-to-file, dired-call-process]:
6664         [dired-compress-file, file-acl, file-notify-rm-watch]:
6665         [file-ownership-preserved-p, file-selinux-context]:
6666         [make-directory-internal, make-symbolic-link, set-file-acl]:
6667         [set-file-selinux-context, set-visited-file-modtime]:
6668         [verify-visited-file-modtime]: Add handler.
6669         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6671         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6672         [file-notify-add-watch, file-notify-rm-watch]:
6673         [set-file-times, set-visited-file-modtime]:
6674         [verify-visited-file-modtime]: Add handler.
6675         (with-tramp-gvfs-error-message)
6676         (tramp-gvfs-handle-set-visited-file-modtime)
6677         (tramp-gvfs-fuse-file-name): Remove.
6678         (tramp-gvfs-handle-file-notify-add-watch)
6679         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6680         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6682         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6683         Order alphabetically.
6684         [file-notify-rm-watch ]: Use default Tramp handler.
6685         [executable-find]: Remove private handler.
6686         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6687         `default-directory'.
6688         (tramp-sh-handle-executable-find)
6689         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6690         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6691         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6692         Do not use `format' in `tramp-message'.
6694         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6695         [file-notify-rm-watch, set-visited-file-modtime]:
6696         [verify-visited-file-modtime]: Add handler.
6697         (tramp-smb-call-winexe): Do not bind `default-directory'.
6699 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
6701         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6703 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
6705         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6706         use it.
6707         (log-view-diff-changeset): Same.
6708         (log-view-diff-common): Call backend command `previous-revision'
6709         to find out the previous revision, in both cases.  Swap the
6710         variables `to' and `fr', so that `fr' usually refers to the
6711         earlier revision (Bug#14989).
6713 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
6715         * ibuf-ext.el (ibuffer-filter-by-filename):
6716         Make it work with dired buffers too.
6718 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
6720         * emacs-lisp/re-builder.el (reb-color-display-p):
6721         * files.el (save-buffers-kill-terminal):
6722         * net/browse-url.el (browse-url):
6723         * server.el (server-save-buffers-kill-terminal):
6724         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6725         Prefer nil to selected-frame for the first arg of frame-parameter.
6727 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
6729         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6731 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
6733         * minibuffer.el (completion--twq-all): Try and preserve each
6734         completion's case choice (bug#14907).
6736 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6738         * net/network-stream.el (open-network-stream): Mention the new
6739         :nogreeting parameter.
6740         (network-stream-open-starttls): Use the :nogreeting parameter
6741         (bug#14938).
6743         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6745         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6746         more natural than popping.
6748         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6749         (shr-urlify): Highlight under mouse.
6751 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6753         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6755         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6757         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
6758         buffer for output.
6760         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
6761         point-min==1.  Fix search string.  Fix parentheses missing.
6763         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
6764         assume point-min==1.  Fix search string.  Fix parentheses missing.
6766         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6768         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
6769         buffer for output.
6771 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
6773         * frame.el (frame-notice-user-settings): Avoid inflooping when the
6774         initial frame is minibuffer-less.  (Bug#14841)
6776 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
6778         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6779         option.
6781         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6782         (tramp-maybe-open-connection): Use it.
6784 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6786         * desktop.el (desktop--make-frame): Include `minibuffer' in the
6787         minimal set of parameters passed when creating a frame, because
6788         the minibuffer status of a frame cannot be changed later.
6790 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
6792         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6793         replace-regexp-in-string and inadvertent omissions in previous change.
6794         (todo-filter-items): Ensure only file names are comma-separated in
6795         name of filtered items buffer.
6797 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6799         * desktop.el: Optionally force offscreen frames back onscreen.
6800         (desktop-restoring-reuses-frames): New option.
6801         (desktop--compute-pos, desktop--move-onscreen): New functions.
6802         (desktop--make-frame): Use desktop--move-onscreen.
6804 2013-07-27  Alan Mackenzie  <acm@muc.de>
6806         Fontify a Java generic method as a function.
6807         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6808         value to t.
6810 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
6812         * calendar/todo-mode.el: Add command to rename todo files.
6813         (todo-rename-file): New command.
6814         (todo-key-bindings-t): Add key binding for it.  Change the
6815         bindings of todo-filter-regexp-items(-multifile) to use `x'
6816         instead of `r', since the latter is better suited to the new
6817         renaming command.
6819 2013-07-27  Alan Mackenzie  <acm@muc.de>
6821         Make Java try-with-resources statement parse properly.
6822         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6823         (c-block-stmt-1-2-key): New language constants/variables.
6824         * progmodes/cc-engine.el (c-beginning-of-statement-1)
6825         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6826         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6827         with c-block-stmt-1-2-key.
6829 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
6831         * desktop.el (desktop--make-frame): Apply most frame parameters after
6832         creating the frame to force (partially or totally) offscreen frames to
6833         be restored as such.
6835 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
6837         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6838         (Bug#14948)
6840 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6842         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6843         `base' arg of backtrace-frame.
6845 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
6847         * simple.el (list-processes): Doc fix.
6849 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6851         * desktop.el (desktop--select-frame):
6852         Try harder to reuse existing frames.
6854 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6856         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6857         (edebug-eval): Use backtrace-eval.
6858         (edebug--display, edebug--recursive-edit): Don't let-bind the
6859         edebug-outer-* vars that keep track of variables we locally let-bind.
6860         (edebug-outside-excursion): Don't restore outside values of locally
6861         let-bound vars.
6862         (edebug--display): Use user-error.
6863         (cl-lexical-debug, cl-debug-env): Remove.
6865 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6867         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6868         are restored to be sure that they are visible before deleting any
6869         remaining ones.
6871 2013-07-26  Matthias Meulien  <orontee@gmail.com>
6873         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6874         vc-print-root-log.  (Bug#14948)
6876 2013-07-26  Richard Stallman  <rms@gnu.org>
6878         Add aliases for encrypting mail.
6879         * epa.el (epa-mail-aliases): New option.
6880         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6881         Bind inhibit-read-only so read-only text doesn't ruin everything.
6882         (epa-mail-default-recipients): New subroutine broken out.
6883         Handle epa-mail-aliases.
6885 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6887         Add support for lexical variables to the debugger's `e' command.
6888         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6889         vars, except for debugger-outer-match-data.
6890         (debugger-frame-number): Move check for "on a function call" from
6891         callers into it.  Add `skip-base' argument.
6892         (debugger-frame, debugger-frame-clear): Simplify accordingly.
6893         (debugger-env-macro): Only reset the state stored in non-variables,
6894         i.e. current-buffer and match-data.
6895         (debugger-eval-expression): Rewrite using backtrace-eval.
6896         * subr.el (internal--called-interactively-p--get-frame): Remove.
6897         (called-interactively-p):
6898         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6899         `base' arg of backtrace-frame instead.
6901 2013-07-26  Glenn Morris  <rgm@gnu.org>
6903         * align.el (align-regexp): Doc fix.  (Bug#14857)
6904         (align-region): Explicit error if subexpression missing/does not match.
6906         * simple.el (global-visual-line-mode):
6907         Do not duplicate the mode lighter.  (Bug#14858)
6909 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
6911         * window.el (display-buffer): In display-buffer bind
6912         split-window-keep-point to t, bug#14829.
6914 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6916         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6917         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6918         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6919         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6920         Change accordingly.
6921         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6922         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6924 2013-07-25  Glenn Morris  <rgm@gnu.org>
6926         * dired-x.el (dired-mark-extension): Convert comment to doc string.
6928 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6930         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6931         parameter to modify-frame-parameters if the value has not changed;
6932         this is a workaround for bug#14949.
6933         (desktop--make-frame): On cl-delete-if call, check parameter name,
6934         not full parameter.
6936 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6938         * vc/vc.el (vc-ignore): New function.
6940         * vc/vc-svn.el (vc-svn-ignore): New function.
6942         * vc/vc-hg.el (vc-hg-ignore): New function.
6944         * vc/vc-git.el (vc-git-ignore): New function.
6946         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6947         (vc-dir-ignore): New function.
6949         * vc/vc-cvs.el (vc-cvs-ignore): New function.
6950         (cvs-append-to-ignore): Move here from pcvs.el.
6952         * vc/vc-bzr.el (vc-bzr-ignore): New function.
6954         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6956 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
6958         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6959         (desktop-restore-frames): Warn when deleting an existing frame failed.
6961 2013-07-24  Glenn Morris  <rgm@gnu.org>
6963         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
6965 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
6967         * filenotify.el (file-notify-supported-p):
6968         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6969         Remove functions.
6971         * autorevert.el (auto-revert-use-notify):
6972         (auto-revert-notify-add-watch):
6973         * net/tramp.el (tramp-file-name-for-operation):
6974         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6975         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6976         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6977         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6978         Remove `file-notify-supported-p' entry.
6980 2013-07-24  Glenn Morris  <rgm@gnu.org>
6982         * printing.el: Replace all uses of deleted ps-windows-system,
6983         ps-lp-system, ps-flatten-list with lpr- versions.
6985 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6987         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6988         checked with memq (bug#14935).
6990         * files.el (revert-buffer-function): Use a non-nil default.
6991         (revert-buffer-preserve-modes): Declare var to
6992         provide access to the `preserve-modes' argument.
6993         (revert-buffer): Let-bind it.
6994         (revert-buffer--default): New function, extracted from revert-buffer.
6996 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6998         * lpr.el: Signal print errors more prominently.
6999         (print-region-function): Don't default to nil.
7000         (lpr-print-region): New function, extracted from print-region-1.
7001         Check lpr's return value and signal an error in case of problem.
7002         (print-region-1): Use it.
7003         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
7004         versions instead.
7005         (ps-printer-name): Default to nil.
7006         (ps-printer-name-option): Default to lpr-printer-switch.
7007         (ps-print-region-function): Don't default to nil.
7008         (ps-postscript-code-directory): Simplify default.
7009         (ps-do-despool): Use lpr-print-region to properly check the outcome.
7010         (ps-string-list, ps-eval-switch, ps-flatten-list)
7011         (ps-flatten-list-1): Remove.
7012         (ps-multibyte-buffer): Avoid setq.
7013         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
7014         (print-region-function, ps-print-region-function): Don't set them here.
7016 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
7018         * ido.el (ido-fractionp):
7019         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
7020         (ido-max-file-prompt-width, ido-unc-hosts-cache)
7021         (ido-max-directory-size, ido-max-dir-file-cache)
7022         (ido-decorations): Doc fix.
7024         * ansi-color.el: Fix old URL.
7026 2013-07-23  Michael R. Mauger  <michael@mauger.com>
7028         * progmodes/sql.el: Version 3.3
7029         (sql-product-alist): Improve oracle :prompt-cont-regexp.
7030         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
7031         (sql-interactive-remove-continuation-prompt): Rewrite, use
7032         functions above.  Fix continuation prompt and complete output line
7033         handling.
7034         (sql-redirect-one, sql-execute): Use `read-only-mode' on
7035         redirected output buffer.
7036         (sql-mode): Restore deleted code (Bug#13591).
7038 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7040         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
7042 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
7044         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
7046         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7047         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7048         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
7050 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
7052         * desktop.el (desktop-clear): Simplify; remove useless checks
7053         against invalid buffer names.
7054         (desktop-list*): Use cl-list*.
7055         (desktop-buffer-info, desktop-create-buffer): Simplify.
7057 2013-07-23  Leo Liu  <sdl.web@gmail.com>
7059         * bookmark.el (bookmark-make-record): Restore NAME as a default
7060         value.  (Bug#14933)
7062 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * emacs-lisp/autoload.el (autoload--setup-output): New function,
7065         extracted from autoload--insert-text.
7066         (autoload--insert-text): Remove.
7067         (autoload--print-cookie-text): New function, extracted from
7068         autoload--insert-cookie-text.
7069         (autoload--insert-cookie-text): Remove.
7070         (autoload-generate-file-autoloads): Adjust calls accordingly.
7072         * winner.el (winner-hook-installed-p): Remove.
7073         (winner-mode): Simplify accordingly.
7075         * subr.el (add-to-list): Fix compiler-macro when `append' is
7076         not constant.  Don't use `cl-member' for the base case.
7078         * progmodes/subword.el: Fix boundary case (bug#13758).
7079         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
7080         own group.
7081         (subword-backward-regexp): Make it a constant.
7082         (subword-forward-internal): Don't treat a trailing capital as the
7083         beginning of a word.
7085 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
7087         * emacs-lisp/package.el (package-menu-mode): Don't modify the
7088         global value of tabulated-list-revert-hook (bug#14930).
7090 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
7092         * desktop.el: Require 'cl-lib.
7093         (desktop-before-saving-frames-functions): New hook.
7094         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
7095         for frames being saved.  Rename from desktop--save-minibuffer-frames.
7096         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
7097         Do not save frames with non-nil `desktop-dont-save' parameter.
7098         Filter out deleted frames.
7099         (desktop--find-frame): Use cl-find-if.
7100         (desktop--select-frame): Use cl-(first|second|third) to access values
7101         of desktop-mini.
7102         (desktop--make-frame): Use cl-delete-if.
7103         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
7104         (desktop-restore-frames): Use cl-(first|second|third) to access values
7105         of desktop-mini.  Look for visible frame at the end, not while
7106         restoring frames.
7108         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
7109         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
7110         Use string-match-p, looking-at-p (bug#14927).
7112 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
7114         * desktop.el (desktop-saved-frame-states):
7115         Rename from desktop--saved-states; all users changed.
7116         (desktop-save-frames): Rename from desktop--save-frames.
7117         Do not save state to desktop file.
7118         (desktop-save): Save desktop-saved-frame-states to desktop file
7119         and reset to nil.
7120         (desktop-restoring-frames-p): New function.
7121         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
7122         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
7123         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
7125         * desktop.el: Correctly restore iconified frames.
7126         (desktop--filter-iconified-position): New function.
7127         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
7129 2013-07-20  Glenn Morris  <rgm@gnu.org>
7131         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
7132         Let `message' do the formatting.
7133         (def-gdb-preempt-display-buffer): Add explicit format.
7135         * image-dired.el (image-dired-track-original-file):
7136         Use with-current-buffer.
7137         (image-dired-track-thumbnail): Use with-current-buffer.
7138         Avoid changing point of wrong window.
7140         * image-dired.el (image-dired-track-original-file):
7141         Avoid changing point of wrong window.  (Bug#14909)
7143 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
7145         * progmodes/gdb-mi.el (gdb-done-or-error):
7146         Guard against "%" in gdb output.  (Bug#14127)
7148 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
7150         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
7151         (Bug#14826)
7153         * international/mule.el (coding-system-iso-2022-flags): Fix last
7154         change.
7156 2013-07-20  Kenichi Handa  <handa@gnu.org>
7158         * international/mule.el (coding-system-iso-2022-flags):
7159         Add `8-bit-level-4'.  (Bug#8522)
7161 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7163         * net/shr.el (shr-mouse-browse-url): New command and keystroke
7164         (bug#14815).
7166         * net/eww.el (eww-process-text-input): Allow inputting when the
7167         point is at the start of the line, as the properties aren't
7168         front-sticky.
7170         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
7171         degenerate widths.
7173 2013-07-19  Richard Stallman  <rms@gnu.org>
7175         * epa.el (epa-popup-info-window): Doc fix.
7177         * subr.el (split-string): New arg TRIM.
7179 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
7181         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
7182         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
7184 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
7186         * filenotify.el (file-notify--library): Rename from
7187         `file-notify-support'.  Do not autoload.  Adapt all uses.
7188         (file-notify-supported-p): New defun.
7190         * autorevert.el (auto-revert-use-notify):
7191         Use `file-notify-supported-p' instead of `file-notify-support'.
7192         Adapt docstring.
7193         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7195         * net/tramp.el (tramp-file-name-for-operation):
7196         Add `file-notify-supported-p'.
7198         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7199         New defun.
7200         (tramp-sh-file-name-handler-alist): Add it as handler for
7201         `file-notify-supported-p '.
7203         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7204         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7205         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7206         Add `ignore' as handler for `file-notify-*' functions.
7208 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
7210         * simple.el (line-move-partial, line-move): Don't start vscroll or
7211         scroll-up if the current line is not taller than the window.
7212         (Bug#14881)
7214 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
7216         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7217         highlight question marks in the method names as strings.
7218         (ruby-block-beg-keywords): Inline.
7219         (ruby-font-lock-keyword-beg-re): Extract from
7220         `ruby-font-lock-keywords'.
7222 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
7224         * frame.el (blink-cursor-blinks): New defcustom.
7225         (blink-cursor-blinks-done): New defvar.
7226         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7227         (blink-cursor-timer-function): Check if number of blinks has been
7228         done on X and NS.
7229         (blink-cursor-suspend, blink-cursor-check): New defuns.
7231 2013-07-15  Glenn Morris  <rgm@gnu.org>
7233         * edmacro.el (edmacro-format-keys): Fix previous change.
7235 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
7237         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7238         The hack didn't work outside English locales anyway.
7240 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
7242         * simple.el (define-alternatives): Rename from alternatives-define,
7243         per RMS' suggestion.
7245 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
7247         * desktop.el (desktop-restore-frames): Change default to t.
7248         (desktop-restore-in-current-display): Now offer more options.
7249         (desktop-restoring-reuses-frames): New customization option.
7250         (desktop--saved-states): Doc fix.
7251         (desktop-filter-parameters-alist): New variable, renamed and expanded
7252         from desktop--excluded-frame-parameters.
7253         (desktop--target-display): New variable.
7254         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7255         (desktop--filter-tty*, desktop--filter-*-color)
7256         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7257         (desktop--filter-save-desktop-parm)
7258         (desktop-restore-in-original-display-p): New functions.
7259         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7260         (desktop--save-minibuffer-frames): New function, inspired by a similar
7261         function from Martin Rudalics.
7262         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7263         (desktop--restore-in-this-display-p): Remove.
7264         (desktop--find-frame): Rename from desktop--find-frame-in-display
7265         and add predicate argument.
7266         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7267         (desktop--reuse-list): New variable.
7268         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7269         New functions.
7270         (desktop--restore-frames): Add support for "minibuffer-special" frames.
7272 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
7274         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7276 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
7278         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7279         Highlight conversion methods on Kernel.
7281 2013-07-13  Alan Mackenzie  <acm@muc.de>
7283         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7284         and comment it out.  This out-commenting enables certain C++
7285         declarations to be parsed correctly.
7287 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
7289         * international/mule.el (define-coding-system): Doc fix.
7291         * simple.el (default-font-height): Don't call font-info if the
7292         frame's default font didn't change since the frame was created.
7293         (Bug#14838)
7295 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7297         * ido.el (ido-read-file-name): Guard against non-symbol value.
7299 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7301         * progmodes/python.el (python-imenu--build-tree): Fix corner case
7302         in nested defuns.
7304 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7306         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7307         ido-set-matches call.  (Bug#6852)
7309 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
7311         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7312         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7313         Ruby 2.0.
7314         (ruby-font-lock-keywords): Distinguish calls to functions with
7315         module-like names from module references.  Highlight character
7316         literals.
7318 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7320         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7321         (gdb-send): Handle continued commands.  (Bug#14847)
7323 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7325         * desktop.el (desktop--v2s): Remove unused local variable.
7326         (desktop-save-buffer): Make defvar-local; adjust docstring.
7327         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7328         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7330 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7332         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7334 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
7336         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7337         (Bug#14842)
7339 2013-07-12  Glenn Morris  <rgm@gnu.org>
7341         * doc-view.el: Require cl-lib at runtime too.
7342         (doc-view-remove-if): Remove.
7343         (doc-view-search-next-match, doc-view-search-previous-match):
7344         Use cl-remove-if.
7346         * edmacro.el: Require cl-lib at runtime too.
7347         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7348         (edmacro-mismatch, edmacro-subseq): Remove.
7350         * shadowfile.el: Require cl-lib.
7351         (shadow-remove-if): Remove.
7352         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7353         Use cl-remove-if.
7355         * wid-edit.el: Require cl-lib.
7356         (widget-choose): Use cl-remove-if.
7357         (widget-remove-if): Remove.
7359         * progmodes/ebrowse.el: Require cl-lib at runtime too.
7360         (ebrowse-delete-if-not): Remove.
7361         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7362         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7363         Use cl-delete-if-not.
7365 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7367         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7368         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7370 2013-07-12  Leo Liu  <sdl.web@gmail.com>
7372         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
7374 2013-07-11  Glenn Morris  <rgm@gnu.org>
7376         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7377         (edebug-gensym-index, edebug-gensym):
7378         Remove reimplementation of cl-gensym.
7379         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7381         * thumbs.el: Require cl-lib at run-time too.
7382         (thumbs-gensym-counter, thumbs-gensym):
7383         Remove reimplementation of cl-gensym.
7384         (thumbs-temp-file): Use cl-gensym.
7386         * emacs-lisp/ert.el: Require cl-lib at runtime too.
7387         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7388         (ert--intersection, ert--set-difference, ert--set-difference-eq)
7389         (ert--union, ert--gensym-counter, ert--gensym-counter)
7390         (ert--coerce-to-vector, ert--remove*, ert--string-position)
7391         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7392         (ert-make-test-unbound, ert--expand-should-1)
7393         (ert--expand-should, ert--should-error-handle-error)
7394         (should-error, ert--explain-equal-rec)
7395         (ert--plist-difference-explanation, ert-select-tests)
7396         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7397         Use cl-lib functions rather than reimplementations.
7399 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
7401         * net/tramp.el (tramp-methods): Extend docstring.
7402         (tramp-connection-timeout): New defcustom.
7403         (tramp-error-with-buffer): Reset timestamp only when appropriate.
7404         (with-tramp-progress-reporter): Simplify.
7405         (tramp-process-actions): Improve messages.
7407         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7408         * net/tramp-sh.el (tramp-maybe-open-connection):
7409         Use `tramp-connection-timeout'.
7410         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7411         (Bug#14808)
7413 2013-07-11  Leo Liu  <sdl.web@gmail.com>
7415         * ido.el (ido-read-file-name): Conform to the requirements of
7416         read-file-name.  (Bug#11861)
7417         (ido-read-directory-name): Conform to the requirements of
7418         read-directory-name.
7420 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
7422         * subr.el (delay-warning): New function.
7424 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
7426         * simple.el (default-line-height): New function.
7427         (line-move-partial, line-move): Use it instead of computing the
7428         line height inline.
7429         (line-move-partial): Always compute ROWH.  If the last line is
7430         partially-visible, but its text is completely visible, allow
7431         cursor to enter such a partially-visible line.
7433 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
7435         Improve error messages.  (Bug#14808)
7437         * net/tramp.el (tramp-current-connection): New defvar, moved from
7438         tramp-sh.el.
7439         (tramp-message-show-progress-reporter-message): Remove, not
7440         needed anymore.
7441         (tramp-error-with-buffer): Show message in minibuffer.
7442         Discard input before waiting.  Reset connection timestamp.
7443         (with-tramp-progress-reporter): Improve messages.
7444         (tramp-process-actions): Use progress reporter.  Delete process in
7445         case of error.  Improve messages.
7447         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7448         Call `tramp-error-with-buffer' with vector and buffer.
7449         (tramp-current-connection): Remove.
7450         (tramp-maybe-open-connection): The car of
7451         `tramp-current-connection' are the first 3 slots of the vector.
7453 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
7455         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7456         inside continued strings.
7458 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7460         Timestamp fixes for undo (Bug#14824).
7461         * files.el (clear-visited-file-modtime): Move here from fileio.c.
7463 2013-07-10  Leo Liu  <sdl.web@gmail.com>
7465         * files.el (require-final-newline): Allow safe local value.
7466         (Bug#14834)
7468 2013-07-09  Leo Liu  <sdl.web@gmail.com>
7470         * ido.el (ido-read-directory-name): Handle fallback.
7471         (ido-read-file-name): Update DIR to ido-current-directory.
7472         (Bug#1516)
7473         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
7475 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
7477         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7478         "autoload".  Remove "warn lower camel case" section, previously
7479         commented out.  Highlight negation char.  Do not highlight the
7480         target in singleton method definitions.
7482 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * faces.el (tty-setup-hook): Declare the hook.
7486         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7487         and detect when a guard/pred depends on local vars (bug#14773).
7488         (pcase--u1): Adjust caller.
7490 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
7492         * simple.el (line-move-partial, line-move): Account for
7493         line-spacing.
7494         (line-move-partial): Avoid setting vscroll when the last
7495         partially-visible line in window is of default height.
7497 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7500         been used a while.
7502 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
7504         * subr.el (read-quoted-char): Remove unused local variable `char'.
7506 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7508         * ediff.el (ediff-version): Version update.
7509         (ediff-files-command, ediff3-files-command, ediff-merge-command)
7510         (ediff-merge-with-ancestor-command, ediff-directories-command)
7511         (ediff-directories3-command, ediff-merge-directories-command)
7512         (ediff-merge-directories-with-ancestor-command): New functions.
7513         All are command-line interfaces to ediff: to facilitate calling
7514         Emacs with the appropriate ediff functions invoked.
7516         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7517         (viper-save-kill-buffer): Check if buffer is modified.
7519         * viper.el (viper-version): Version update.
7520         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7522 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7524         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7525         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7526         (viper-intercept-ESC-key): Simplify.
7527         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7528         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7529         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7530         (viper-setup-ESC-to-escape): New functions.
7531         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7532         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
7534 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
7536         * simple.el (default-font-height, window-screen-lines):
7537         New functions.
7538         (line-move, line-move-partial): Use them instead of
7539         frame-char-height and window-text-height.  This makes scrolling
7540         text smoother when the buffer's default face uses a font that is
7541         different from the frame's default font.
7543 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
7545         * files.el (write-file): Do not display confirm dialog for NS,
7546         it does its own dialog, which can't be canceled (Bug#14578).
7548 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
7550         * simple.el (line-move-partial): Adjust the row returned by
7551         posn-at-point for the current window-vscroll.  (Bug#14567)
7553 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
7555         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7556         (tramp-sh-file-inotifywait-process-filter): Handle file names with
7557         spaces.
7559 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
7561         * window.el (window-state-put-stale-windows): New variable.
7562         (window--state-put-2): Save list of windows without matching buffer.
7563         (window-state-put): Remove "bufferless" windows if possible.
7565 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7567         * simple.el (alternatives-define): Remove leftover :group keyword.
7568         Tweak docstring.
7570 2013-07-06  Leo Liu  <sdl.web@gmail.com>
7572         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7573         (ido-enable-virtual-buffers): New variable.
7574         (ido-buffer-internal, ido-toggle-virtual-buffers)
7575         (ido-make-buffer-list): Use it.
7576         (ido-exhibit): Support turning on and off virtual buffers
7577         automatically.
7579 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7581         * simple.el (alternatives-define): New macro.
7583 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         * subr.el (read-quoted-char): Use read-key.
7586         (sit-for): Let read-event decode tty input (bug#14782).
7588 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
7590         * calendar/todo-mode.el: Add handling of file deletion, both by
7591         mode command and externally.  Fix various related bugs.
7592         Clarify Commentary and improve some documentation strings and code.
7593         (todo-delete-file): New command.
7594         (todo-check-file): New function.
7595         (todo-show): Handle external deletion of the file we're trying to
7596         show (bug#14688).  Replace called-interactively-p by an optional
7597         prefix argument to avoid problematic interaction with catch form
7598         when byte compiled (bug#14702).
7599         (todo-quit): Handle external deletion of the archive's todo file.
7600         Make sure the buffer that was visiting the archive file is still
7601         live before trying to bury it.
7602         (todo-category-completions): Handle external deletion of any
7603         category completion files.
7604         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7605         of todo files, in case of external deletion.
7606         (todo-add-file): Replace unnecessary setq by let-binding.
7607         (todo-find-archive): Check whether there are any archives.
7608         Replace unnecessary setq by let-binding.
7609         (todo-archive-done-item): Use find-file-noselect to get the
7610         archive buffer whether or not the archive already exists.
7611         Remove superfluous code.  Use file size instead of buffer-file-name to
7612         check if the archive is new; if it is, update list of archives.
7613         (todo-default-todo-file): Allow nil to be a valid value for when
7614         there are no todo files.
7615         (todo-reevaluate-default-file-defcustom): Use corrected definition
7616         of todo-default-todo-file.
7617         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7618         (todo-delete-category, todo-show-categories-table)
7619         (todo-category-number): Clarify comment.
7620         (todo-filter-items): Clarify documentation string.
7621         (todo-show-current-file, todo-display-as-todo-file)
7622         (todo-reset-and-enable-done-separator): Tweak documentation string.
7623         (todo-done-separator): Make separator length window-width, since
7624         bug#2749 is now fixed.
7626 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
7628         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7629         Support both "gvfs-monitor-dir" and "inotifywait".
7630         (tramp-sh-file-inotifywait-process-filter): Rename from
7631         `tramp-sh-file-notify-process-filter'.
7632         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7633         (tramp-get-remote-gvfs-monitor-dir): New defuns.
7635 2013-07-05  Leo Liu  <sdl.web@gmail.com>
7637         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7639 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7641         * frame.el (display-pixel-height, display-pixel-width)
7642         (display-mm-height, display-mm-width): Mention behavior on
7643         multi-monitor setups in docstrings.
7644         (w32-display-monitor-attributes-list): Declare function.
7645         (display-monitor-attributes-list): Use it.
7647 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
7649         * filenotify.el: New package.
7651         * autorevert.el (top): Require filenotify.el.
7652         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
7653         instead.
7654         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7655         (auto-revert-notify-handler): Use `file-notify-*' functions.
7657         * subr.el (file-notify-handle-event): Move function to filenotify.el.
7659         * net/tramp.el (tramp-file-name-for-operation):
7660         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7662         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7663         for `file-notify-add-watch' and `file-notify-rm-watch'.
7664         (tramp-process-sentinel): Improve trace.
7665         (tramp-sh-handle-file-notify-add-watch)
7666         (tramp-sh-file-notify-process-filter)
7667         (tramp-sh-handle-file-notify-rm-watch)
7668         (tramp-get-remote-inotifywait): New defuns.
7670 2013-07-03  Juri Linkov  <juri@jurta.org>
7672         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7673         call of `occur-read-primary-args' to interactive spec.
7675         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7676         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
7678 2013-07-03  Matthias Meulien  <orontee@gmail.com>
7680         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7681         `Buffer-menu-multi-occur'.  Add it to the menu.
7682         (Buffer-menu-mode): Document it in docstring.
7683         (Buffer-menu-multi-occur): New command.  (Bug#14673)
7685 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7687         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7688         keywords and built-ins.
7690 2013-07-03  Glenn Morris  <rgm@gnu.org>
7692         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
7694         Make info-xref checks case-sensitive by default
7695         * info.el (Info-find-node, Info-find-in-tag-table)
7696         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7697         Add option for exact case matching of nodes.
7698         * info-xref.el (info-xref): New custom group.
7699         (info-xref-case-fold): New option.
7700         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7702 2013-07-03  Leo Liu  <sdl.web@gmail.com>
7704         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7706 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7708         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7709         middle of block statement initially, lower the depth.  Remove
7710         FIXME comment, not longer valid.  Remove middle of block statement
7711         detection, no need to do that anymore since we've been using
7712         `ruby-parse-region' here.
7714 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
7716         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7718 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7720         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7722 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
7724         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7725         (desktop-restore-in-current-display): New customization option.
7726         (desktop--excluded-frame-parameters): Add `font'.
7727         (desktop--save-frames): Rename from desktop--save-windows.
7728         (desktop--restore-in-this-display-p): New function.
7729         (desktop--make-full-frame): Remove unwanted width/height from
7730         full(width|height) frames.
7731         (desktop--restore-frames): Rename from desktop--restore-windows.
7732         Obey desktop-restore-current-display.  Do not delete old frames or
7733         select a new frame unless we were able to restore at least one frame.
7735 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
7737         * files.el (find-file-noselect): Simplify conditional expression.
7739         * textmodes/remember.el (remember-append-to-file):
7740         Don't mix `find-buffer-visiting' and `get-file-buffer'.
7742         Add `remember-notes' function to store random notes across Emacs
7743         restarts.
7744         * textmodes/remember.el (remember-data-file): Add :set callback to affect
7745         notes buffer (if any).
7746         (remember-notes): New command.
7747         (remember-notes-buffer-name, bury-remember-notes-on-kill):
7748         New defcustoms for the `remember-notes' function.
7749         (remember-notes-save-and-bury-buffer): New command.
7750         (remember-notes-mode-map): New variable.
7751         (remember-mode): New minor mode.
7752         (remember-notes--kill-buffer-query): New function.
7753         * startup.el (initial-buffer-choice): Add notes to custom type.
7755 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
7757         * bindings.el (right-char, left-char): Don't call sit-for, this is
7758         no longer needed.  Use arithmetic comparison only for numerical
7759         arguments.
7761         * international/mule-cmds.el (select-safe-coding-system):
7762         Handle the case of FROM being a string correctly.  (Bug#14755)
7764 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766         * net/shr.el (shr-make-table-1): Add a sanity check that allows
7767         progression on degenerate tables.
7768         (shr-rescale-image): ImageMagick animated images currently don't work.
7770 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
7772         Some fixes and improvements for desktop frame restoration.
7773         It is still experimental and disabled by default.
7774         * desktop.el (desktop--save-windows): Put the selected frame at
7775         the head of the list.
7776         (desktop--make-full-frame): New function.
7777         (desktop--restore-windows): Try to re-select the frame that was
7778         selected upon saving.  Do not abort if some frames fail to restore,
7779         just show an error message and continue.  Set up maximized frames
7780         so they have default non-maximized dimensions.
7782 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7784         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7785         Don't start heredoc inside a string or comment.
7787 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
7789         * bindings.el (visual-order-cursor-movement): New defcustom.
7790         (right-char, left-char): Provide visual-order cursor motion by
7791         calling move-point-visually.  Update the doc strings.
7793 2013-06-28  Kenichi Handa  <handa@gnu.org>
7795         * international/mule.el (define-coding-system): New coding system
7796         properties :inhibit-null-byte-detection,
7797         :inhibit-iso-escape-detection, and :prefer-utf-8.
7798         (set-buffer-file-coding-system): If :charset-list property of
7799         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7800         appropriate for setting.
7802         * international/mule-cmds.el (select-safe-coding-system):
7803         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7804         multibyte characters, return utf-8 (or one of its siblings).
7806         * international/mule-conf.el (prefer-utf-8): New coding system.
7807         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7808         files.
7810 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
7812         * net/shr.el (shr-render-region): New function.
7814         * net/eww.el: Autoload `eww-browse-url'.
7816 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
7818         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7819         Adapt to `package-desc-version' being a list.
7820         Use `package--ac-desc-version' to retrieve version from a package
7821         archive element.
7823 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
7825         New experimental feature to save&restore window and frame setup.
7826         * desktop.el (desktop-save-windows): New defcustom.
7827         (desktop--saved-states): New var.
7828         (desktop--excluded-frame-parameters): New defconst.
7829         (desktop--filter-frame-parms, desktop--find-frame-in-display)
7830         (desktop--restore-windows, desktop--save-windows): New functions.
7831         (desktop-save): Call `desktop--save-windows'.
7832         (desktop-read): Call `desktop--restore-windows'.
7834 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836         * net/shr.el (add-face-text-property): Remove compat definition.
7838 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7840         * info.el (Info-try-follow-nearest-node): Move search for footnote
7841         above search for node name to prevent missing a footnote (bug#14717).
7843 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7845         * obsolete/otodo-mode.el: Add obsolescence info to file header.
7847 2013-06-27  Leo Liu  <sdl.web@gmail.com>
7849         * net/eww.el (eww-read-bookmarks): Check file size.
7851 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7853         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7854         advice--pending if newdef is nil or an autoload (bug#13820).
7855         (advice-mapc): New function.
7857 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7860         probably.
7861         (eww-mode-map): Add a menu bar.
7862         (eww-add-bookmark): New command.
7863         (eww-bookmark-mode): New mode and commands.
7864         (eww-add-bookmark): Remove newlines from the title.
7865         (eww-bookmark-browse): Don't bug out if it's the only window.
7867 2013-06-26  Glenn Morris  <rgm@gnu.org>
7869         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7870         (hfy-size): Handle ttys.  (Bug#14668)
7872         * info-xref.el: Update for Texinfo 5 change in *note format.
7873         (info-xref-node-re, info-xref-note-re): New constants.
7874         (info-xref-check-buffer): Use info-xref-note-re.
7876 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7878         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7880         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7881         nil terminate the loop (bug#14718).
7883 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885         * net/eww.el: Rework history traversal.  When going forward/back,
7886         put these actions into the history, too, so that they can be
7887         replayed.
7888         (eww-render): Move the history reset to the correct buffer.
7890 2013-06-25  Juri Linkov  <juri@jurta.org>
7892         * files-x.el (modify-dir-local-variable): Change the header comment
7893         in the file with directory local variables.  (Bug#14692)
7895         * files-x.el (read-file-local-variable-value): Add `default'.
7896         (Bug#14710)
7898 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7900         * net/eww.el (eww-make-unique-file-name): Create a unique file
7901         name before saving to entering `y' accidentally asynchronously.
7903 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
7905         * net/eww.el (eww-download): New command and keystroke.
7907 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7909         * net/eww.el (eww-copy-page-url): Change name of command.
7911         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7912         be more consistent with Info and dired.
7914         * net/eww.el (eww-mode-map): Ditto.
7916 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
7919         packages from archives.
7920         (package-archive-contents): Change format; include obsolete packages.
7921         (package-desc): Use `dir' to mark builtin packages.
7922         (package--from-builtin): Set the `dir' field to `builtin'.
7923         (generated-autoload-file, version-control): Declare.
7924         (package-compute-transaction): Change first arg and return value to be
7925         lists of package-descs.  Adjust to new package-archive-contents format.
7926         (package--add-to-archive-contents): Adjust to new
7927         package-archive-contents format.
7928         (package-download-transaction): Arg is now a list of package-descs.
7929         (package-install): If `pkg' is a package name, pass it as
7930         a requirement, so it is subject to the usual (e.g. disabled) checks.
7931         (describe-package): Accept package-desc as well.
7932         (describe-package-1): Describe a specific package-desc.  Add links to
7933         other package-descs for the same package name.
7934         (package-menu-describe-package): Pass the actual package-desc.
7935         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7936         works correctly.
7937         (package-desc-status): New function.
7938         (package-menu--refresh): New function, extracted
7939         from package-menu--generate.
7940         (package-menu--generate): Use it.
7941         (package-delete): Update package-alist.
7942         (package-menu-execute): Don't call package-initialize.
7944         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7945         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7946         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7947         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7948         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7949         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7951 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
7953         * window.el (window--state-get-1): Workaround for bug#14527.
7954         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7956 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958         * net/eww.el (eww-back-url): Implement the history by stashing all
7959         the data into a list.
7960         (eww-forward-url): Allow going forward in the history, too.
7962 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7965         for values and use read--expression for expressions (bug#14710).
7966         (read-file-local-variable): Avoid setq.
7967         (read-file-local-variable-mode): Use minor-mode-list.
7969 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7971         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7972         for DOI URLs.
7974 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7976         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7977         Update imenu-support when dialect changes.
7979 2013-06-25  Leo Liu  <sdl.web@gmail.com>
7981         * ido.el (ido-read-internal): Allow forward slash on windows.
7983 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7985         * net/eww.el (eww): Start of strings is \\`, not ^.
7987 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7989         * net/shr.el (shr-browse-url): Fix interactive spec.
7991         * net/eww.el (eww): Add a trailing slash to domain names.
7993 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
7995         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7997 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999         * net/shr.el (shr-browse-url): Use an external browser if given a
8000         prefix.
8002         * net/eww.el (eww-external-browser): Move to shr.
8004 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
8006         * net/eww.el (eww): Work more correctly for file: URLs.
8007         (eww-detect-charset): Allow quoted charsets.
8008         (eww-yank-page-url): New command and keystroke.
8010 2013-06-24  Daiki Ueno  <ueno@gnu.org>
8012         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
8013         file name of gpg executable.
8014         (epg-context-program): New function.
8015         (epg-context-home-directory): New function.
8016         (epg-context-set-program): New function.
8017         (epg-context-set-home-directory): New function.
8018         (epg--start): Use `epg-context-program' instead of
8019         'epg-gpg-program'.
8020         (epg--list-keys-1): Likewise.
8022 2013-06-24  Leo Liu  <sdl.web@gmail.com>
8024         * ido.el (ido-read-internal): Fix bug#14620.
8026 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8028         * faces.el (face-documentation): Simplify.
8029         (read-face-attribute, tty-find-type, x-resolve-font-name):
8030         Use `string-match-p'.
8031         (list-faces-display): Use `string-match-p'.  Simplify.
8032         (face-spec-recalc): Check face to avoid face alias loops.
8033         (read-color): Use `string-match-p' and non-capturing parenthesis.
8035 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037         * net/shr.el (shr-rescale-image): Use the new
8038         :max-width/:max-height functionality.
8040 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
8042         * net/eww.el (eww-search-prefix): New variable.
8043         (eww): Use it.
8044         (eww-external-browser): New variable.
8045         (eww-mode-map): New keystroke.
8046         (eww-browse-with-external-browser): New command.
8048         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
8050 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
8052         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8053         Don't skip aligning the next header field when padding is 0;
8054         otherwise, field width is not respected unless the title is as
8055         wide as the field.
8057 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8059         * emacs-lisp/package.el (package-el-version): Remove.
8060         (package-process-define-package): Fix inf-loop.
8061         (package-install): Allow symbols as arguments again.
8063 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8065         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
8066         add some more keyword-like methods.
8067         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
8069 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
8071         * bs.el (bs-buffer-show-mark): Make defvar-local.
8072         (bs-mode): Use setq-local.
8074         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
8075         (emacs-lock--try-unlocking): Make defvar-local.
8077 2013-06-22  Glenn Morris  <rgm@gnu.org>
8079         * play/cookie1.el (cookie-apropos): Minor simplification.
8081         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
8083 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
8085         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
8086         `regexp-opt', it breaks the build during dumping.
8088 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
8090         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8091         Highlight keyword-like methods on Kernel and Module with
8092         font-lock-builtin-face.
8093         (auto-mode-alist): Consolidate different entries into one regexp
8094         and add more *file-s.
8096 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
8098         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
8100         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
8101         (diary-entry): Use it in the action of this button type instead of
8102         diary-goto-entry.
8104         * calendar/todo-mode.el: New version.
8105         (todo-add-category): Append new category to end of file and give
8106         it the highest number, instead of putting it at the beginning and
8107         giving it 0.  Incorporate noninteractive functionality.
8108         (todo-forward-category): Adapt to 1-based category numbering.
8109         Allow skipping over archived categories.
8110         (todo-backward-category): Derive from todo-forward-category.
8111         (todo-backward-item, todo-forward-item): Make noninteractive and
8112         delegate interactive part to new commands.  Make sensitive to done items.
8113         (todo-categories): Make value an alist of category names and
8114         vectors of item counts.
8115         (todo-category-beg): Make a defconst.
8116         (todo-category-number): Use 1 instead of 0 as initial value.
8117         (todo-category-select): Make sensitive to overlays, optional item
8118         highlighting and done items.
8119         (todo-delete-item): Make sensitive to overlays and marked and done items.
8120         (todo-edit-item): Make sensitive to overlays and editing of
8121         date/time header optional.  Add format checks.
8122         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
8123         no-op if point is not on an item.  Advertise using todo-edit-quit.
8124         (todo-edit-mode): Make sensitive to new format, font-locking, and
8125         multiple todo files.
8126         (todo-insert-item, todo-insert-item-here): Derive from
8127         todo-basic-insert-item and extend functionality.
8128         (todo-item-end, todo-item-start): Make sensitive to done items.
8129         (todo-item-string): Don't return text properties.  Restore point.
8130         (todo-jump-to-category): Make sensitive to multiple todo files and
8131         todo archives.  Use extended category completion.
8132         (todo-lower-item, todo-raise-item): Rename to *-priority and
8133         derive from todo-set-item-priority.
8134         (todo-mode): Derive from special-mode.  Make sensitive to new
8135         format, font-locking and multiple todo files.  Make read-only.
8136         (todo-mode-map): Don't suppress digit keys, so they can supply
8137         prefix arguments.  Add many new key bindings.
8138         (todo-prefix): Insert as an overlay instead of file text.
8139         Change semantics from diary date expression to purely visual mark.
8140         (todo-print): Rename to todo-print-buffer.  Make buffer display
8141         features printable.  Remove option to restrict number of items
8142         printed.  Add option to print to file.
8143         (todo-print-function): Rename to todo-print-buffer-function.
8144         (todo-quit): Extend to handle exiting new todo modes.
8145         (todo-remove-item): Make sensitive to overlays.
8146         (todo-save): Extend to buffers of filtered items.
8147         (todo-show): Make sensitive to done items, multiple todo files and
8148         new todo modes.  Offer to convert legacy todo file before creating
8149         first new todo file.
8150         (todo-show-priorities): Rename to todo-top-priorities.
8151         Change semantics of value 0.
8152         (todo-top-priorities): Rename to todo-filter-top-priorities,
8153         derive from todo-filter-items and extend functionality.
8154         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
8155         and extend functionality to other types of filtered items.
8156         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
8157         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
8158         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
8159         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
8160         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
8161         (todo-edit-mode-hook, todo-entry-prefix-function)
8162         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
8163         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
8164         (todo-initials, todo-insert-threshold, todo-item-string-start)
8165         (todo-line-string, todo-menu, todo-mode-hook)
8166         (todo-more-important-p, todo-previous-answer, todo-previous-line)
8167         (todo-print-priorities, todo-remove-separator)
8168         (todo-save-top-priorities-too, todo-string-count-lines)
8169         (todo-string-multiline-p, todo-time-string-format)
8170         (todo-tmp-buffer-name): Remove.
8171         (todo-add-file, todo-archive-done-item, todo-choose-archive)
8172         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
8173         (todo-edit-category-diary-inclusion)
8174         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
8175         (todo-edit-file, todo-edit-item-date-day)
8176         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
8177         (todo-edit-item-date-month, todo-edit-item-date-to-today)
8178         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
8179         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
8180         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
8181         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
8182         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
8183         (todo-filter-top-priorities-multifile, todo-find-archive)
8184         (todo-find-filtered-items-file, todo-go-to-source-item)
8185         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
8186         (todo-jump-to-archive-category, todo-lower-category)
8187         (todo-mark-category, todo-marked-item-p, todo-merge-category)
8188         (todo-move-category, todo-move-item, todo-next-button)
8189         (todo-next-item, todo-padded-string, todo-powerset)
8190         (todo-previous-button, todo-previous-item)
8191         (todo-print-buffer-to-file, todo-raise-category)
8192         (todo-rename-category, todo-repair-categories-sexp, todo-search)
8193         (todo-set-category-number, todo-set-item-priority)
8194         (todo-set-top-priorities-in-category)
8195         (todo-set-top-priorities-in-file, todo-show-categories-table)
8196         (todo-sort-categories-alphabetically-or-numerically)
8197         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8198         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8199         (todo-toggle-item-header, todo-toggle-item-highlighting)
8200         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8201         (todo-toggle-view-done-items, todo-toggle-view-done-only)
8202         (todo-unarchive-items, todo-unmark-category): New commands.
8203         (todo-absolute-file-name, todo-add-to-buffer-list)
8204         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8205         (todo-basic-insert-item, todo-category-completions)
8206         (todo-category-number, todo-category-string-matcher-1)
8207         (todo-category-string-matcher-2, todo-check-filtered-items-file)
8208         (todo-check-format, todo-clear-matches)
8209         (todo-comment-string-matcher, todo-convert-legacy-date-time)
8210         (todo-current-category, todo-date-string-matcher)
8211         (todo-define-insertion-command, todo-diary-expired-matcher)
8212         (todo-diary-goto-entry, todo-diary-item-p)
8213         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8214         (todo-display-categories, todo-display-sorted, todo-done-item-p)
8215         (todo-done-item-section-p, todo-done-separator)
8216         (todo-done-string-matcher, todo-files, todo-filter-items)
8217         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8218         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8219         (todo-insert-category-line, todo-insert-item-from-calendar)
8220         (todo-insert-sort-button, todo-insert-with-overlays)
8221         (todo-insertion-command-name, todo-insertion-key-bindings)
8222         (todo-label-to-key, todo-longest-category-name-length)
8223         (todo-make-categories-list, todo-mode-external-set)
8224         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8225         (todo-modes-set-3, todo-multiple-filter-files)
8226         (todo-nondiary-marker-matcher, todo-prefix-overlays)
8227         (todo-read-category, todo-read-date, todo-read-dayname)
8228         (todo-read-file-name, todo-read-time)
8229         (todo-reevaluate-category-completions-files-defcustom)
8230         (todo-reevaluate-default-file-defcustom)
8231         (todo-reevaluate-filelist-defcustoms)
8232         (todo-reevaluate-filter-files-defcustom)
8233         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8234         (todo-reset-done-separator, todo-reset-done-separator-string)
8235         (todo-reset-done-string, todo-reset-global-current-todo-file)
8236         (todo-reset-highlight-item, todo-reset-nondiary-marker)
8237         (todo-reset-prefix, todo-set-categories)
8238         (todo-set-date-from-calendar, todo-set-show-current-file)
8239         (todo-set-top-priorities, todo-short-file-name)
8240         (todo-show-current-file, todo-sort, todo-time-string-matcher)
8241         (todo-total-item-counts, todo-update-buffer-list)
8242         (todo-update-categories-display, todo-update-categories-sexp)
8243         (todo-update-count, todo-validate-name, todo-y-or-n-p):
8244         New functions.
8245         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8246         New major modes.
8247         (todo-categories, todo-display, todo-edit, todo-faces)
8248         (todo-filtered): New defgroups.
8249         (todo-archived-only, todo-button, todo-category-string, todo-date)
8250         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8251         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8252         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8253         (todo-add-item-if-new-category, todo-always-add-time-string)
8254         (todo-categories-align, todo-categories-archived-label)
8255         (todo-categories-category-label, todo-categories-diary-label)
8256         (todo-categories-done-label, todo-categories-number-separator)
8257         (todo-categories-todo-label, todo-categories-totals-label)
8258         (todo-category-completions-files, todo-completion-ignore-case)
8259         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8260         (todo-done-separator-string, todo-done-string)
8261         (todo-files-function, todo-filter-done-items, todo-filter-files)
8262         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8263         (todo-initial-category, todo-initial-file, todo-item-mark)
8264         (todo-legacy-date-time-regexp, todo-mode-line-function)
8265         (todo-nondiary-marker, todo-number-prefix)
8266         (todo-print-buffer-function, todo-show-current-file)
8267         (todo-show-done-only, todo-show-first, todo-show-with-done)
8268         (todo-skip-archived-categories, todo-top-priorities-overrides)
8269         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8270         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8271         New defcustoms.
8272         (todo-category-done, todo-date-pattern, todo-date-string-start)
8273         (todo-diary-items-buffer, todo-done-string-start)
8274         (todo-filtered-items-buffer, todo-item-start)
8275         (todo-month-abbrev-array, todo-month-name-array)
8276         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8277         (todo-top-priorities-buffer): New defconsts.
8278         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8279         (todo-categories-with-marks, todo-category-string-face)
8280         (todo-comment-face, todo-comment-string, todo-current-todo-file)
8281         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8282         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8283         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8284         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8285         (todo-font-lock-keywords, todo-global-current-todo-file)
8286         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8287         (todo-insertion-commands-args)
8288         (todo-insertion-commands-args-genlist)
8289         (todo-insertion-commands-names, todo-insertion-map)
8290         (todo-key-bindings-t, todo-key-bindings-t+a)
8291         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8292         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8293         (todo-nondiary-face, todo-print-buffer, todo-time-face)
8294         (todo-visited): New variables.
8296 2013-06-21  Glenn Morris  <rgm@gnu.org>
8298         * play/cookie1.el (cookie-apropos): Add optional display argument.
8299         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8300         (psychoanalyze-pinhead): Use cookie-doctor.
8302 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8304         * emacs-lisp/package.el (tar-get-file-descriptor)
8305         (tar--extract): Declare.
8307 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
8309         Extend flymake's warning predicate to be a function (bug#14217).
8310         * progmodes/flymake.el (flymake-warning-predicate): New.
8311         (flymake-parse-line): Use it.
8312         (flymake-warning-re): Make obsolete alias to
8313         `flymake-warning-predicate'.
8315 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8317         * emacs-lisp/package.el (package-alist): Include obsolete packages.
8318         (package-obsolete-list): Remove.
8319         (package-activate): Remove min-version argument.  Add `force' argument.
8320         Adjust to new package-alist format.
8321         (package-mark-obsolete): Remove.
8322         (package-unpack): Force reload of the package's autoloads.
8323         (package-installed-p): Check builtins if the installed package is not
8324         recent enough.
8325         (package-initialize): Don't reset package-obsolete-list.
8326         Don't specify which package version to activate.
8327         (package-process-define-package, describe-package-1)
8328         (package-menu--generate): Adjust to new package-alist format.
8330 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8332         * allout-widgets.el (allout-widgets-mode-off)
8333         (allout-widgets-mode-on, allout-widgets-pre-command-business)
8334         (allout-widgets-post-command-business)
8335         (allout-widgets-after-copy-or-kill-function)
8336         (allout-widgets-after-undo-function, allout-test-range-overlaps)
8337         (allout-decorate-item-and-context)
8338         (allout-graphics-modification-handler): Fix typos in docstrings.
8339         (allout-get-or-create-parent-widget): Use `looking-at-p'.
8341         * cmuscheme.el (scheme-start-file): Doc fix.
8342         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8343         (scheme-input-filter): Use `string-match-p'.
8345         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8347         * dired-x.el: Use Dired consistently in docstrings.
8349         * dired.el: Use Dired consistently in docstrings.
8350         (dired-readin, dired-mode): Use `setq-local'.
8351         (dired-switches-alist): Make defvar-local.
8352         (dired-buffers-for-dir): Use `zerop'.
8353         (dired-safe-switches-p, dired-switches-escape-p)
8354         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8355         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8356         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8357         (dired-goto-next-nontrivial-file): Use `string-match-p'.
8358         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8359         (dired-toggle-marks, dired-mark-files-containing-regexp)
8360         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8361         (dired-flag-auto-save-files, dired-flag-backup-files):
8362         Use `looking-at-p'.
8363         (dired-mark-files-regexp, dired-build-subdir-alist):
8364         Use `string-match-p', `looking-at-p'.
8366         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8367         (direct-print-region-helper): Use `string-match-p'.
8369 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8371         * comint.el (comint-redirect-results-list-from-process):
8372         Fix infinite loop.
8374 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376         * net/eww.el (eww-update-header-line-format): Quote % characters.
8378 2013-06-21  Glenn Morris  <rgm@gnu.org>
8380         * play/cookie1.el (cookie): New custom group.
8381         (cookie-file): New option.
8382         (cookie-check-file): New function.
8383         (cookie): Make it interactive.  Make start and end messages optional.
8384         Interactively, display the result.  Default to cookie-file.
8385         (cookie-insert): Default to cookie-file.
8386         (cookie-snarf): Make start and end messages optional.
8387         Default to cookie-file.  Use with-temp-buffer.
8388         (cookie-read): Rename from read-cookie.
8389         Make start and end messages optional.  Default to cookie-file.
8390         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
8391         Do not autoload it.
8392         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8393         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8395 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8397         * progmodes/octave.el (octave-mode): Backward compatibility fix.
8399 2013-06-21  Glenn Morris  <rgm@gnu.org>
8401         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8403 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8404             Daniel Hackney  <dan@haxney.org>
8406         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8407         Consolidate the single-file vs tarball code.
8408         (package-desc-suffix): New function.
8409         (package-desc-full-name): Don't bother inlining it.
8410         (package-load-descriptor): Return the new package-desc.
8411         (package-mark-obsolete): Remove unused arg `package'.
8412         (package-unpack): Make it work for single files as well.
8413         Make it update package-alist.
8414         (package--make-autoloads-and-stuff): Rename from
8415         package--make-autoloads-and-compile.  Don't compile any more.
8416         (package--compile): New function.
8417         (package-generate-description-file): New function, extracted from
8418         package-unpack-single.
8419         (package-unpack-single): Remove.
8420         (package--with-work-buffer): Add indentation and debugging info.
8421         (package-download-single): Remove.
8422         (package-install-from-archive): Rename from package-download-tar, make
8423         it take a pkg-desc, and make it work for single files as well.
8424         (package-download-transaction): Simplify.
8425         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
8426         external tar program.
8427         (package-install-from-buffer): Remove `pkg-desc' argument.
8428         Use package-tar-file-info for tar-mode buffers.
8429         (package-install-file): Simplify accordingly.
8430         (package-archive-base): Change to take a pkg-desc.
8431         * tar-mode.el (tar--check-descriptor): New function, extracted from
8432         tar-get-descriptor.
8433         (tar-get-descriptor): Use it.
8434         (tar-get-file-descriptor): New function.
8435         (tar--extract): New function, extracted from tar-extract.
8436         (tar--extract): Use it.
8437         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8438         case the summary uses non-ascii.  Adjust to new calling convention of
8439         package-tar-file-info.
8441 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8443         * comint.el (comint-redirect-results-list-from-process):
8444         Fix random delay.  (Bug#14681)
8446 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8448         * profiler.el (profiler-format-number): Use log, not log10.
8450 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8452         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8454 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8456         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8457         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8458         yet available.
8459         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8460         (AUTOGENEL): ... here.
8461         * emacs-lisp/cl-macs.el (cl--sublis): New function.
8462         (cl--defsubst-expand): Use it.
8464 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8466         * subr.el (log10): Move here from C code, and declare as obsolete.
8467         All uses of (log10 X) replaced with (log X 10).
8469 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8471         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8472         Declare with `defvar-local'.
8473         (tabulated-list-use-header-line, tabulated-list-entries)
8474         (tabulated-list-padding, tabulated-list-printer)
8475         (tabulated-list-sort-key): Declare with `defvar-local'.
8476         (tabulated-list-init-header, tabulated-list-print-fake-header):
8477         Use `setq-local'.
8479 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
8481         * arc-mode.el (archive-mode): Add `archive-write-file' to
8482         `write-contents-functions' also for remote files.  (Bug#14652)
8484 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8486         * cus-edit.el (custom-commands): Fix typos.
8487         (custom-display): Fix tooltip text.
8488         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8489         Fix typos in docstrings.
8490         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8491         (custom-unlispify-menu-entry, custom-magic-value-create)
8492         (custom-add-see-also, custom-group-value-create): Use ?\s.
8493         (custom-guess-type, customize-apropos, editable-field)
8494         (custom-face-value-create): Use `string-match-p'.
8495         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8497         * custom.el (custom-load-symbol): Use `string-match-p'.
8499         * ansi-color.el: Convert to lexical binding.
8500         (ansi-colors): Fix URL.
8501         (ansi-color-context, ansi-color-context-region): Use defvar-local.
8502         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8503         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8505 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8509         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8511 2013-06-19  Tom Tromey  <tromey@redhat.com>
8513         * net/eww.el (eww-top-url): Remove.
8514         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8515         (eww-render): Set new variables.  Don't set eww-top-url.
8516         (eww-handle-link): Handle "prev", "home", and "contents".
8517         Downcase the rel text.
8518         (eww-top-url): Choose best top URL.
8520 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8522         * net/eww.el: Rewrite to implement form elements "by hand" instead of
8523         relying in widget.el.  Using widget.el leads to too many
8524         user interface inconsistencies.
8525         (eww-self-insert): Implement entering commands in text fields.
8526         (eww-process-text-input): New function to make text input field editing
8527         work.
8528         (eww-submit): Rewrite to use the new-style form methods.
8529         (eww-select-display): Display the correct selected item.
8530         (eww-change-select): Implement changing the select value.
8531         (eww-toggle-checkbox): Implement radio/checkboxes.
8532         (eww-update-field): Fix compilation error.
8533         (eww-tag-textarea): Implement <textarea>.
8535         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8536         we don't shadow mode-specific bindings.
8538         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8539         nothing to push.
8541         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8543 2013-06-19  Glenn Morris  <rgm@gnu.org>
8545         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8547 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8549         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8550         not needed.
8552         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8554 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556         * net/browse-url.el (browse-url-browser-function):
8557         `eww-browse-url' has the right calling signature, `eww' does not.
8559 2013-06-19  Glenn Morris  <rgm@gnu.org>
8561         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8562         Only eval autoloaded macros.
8563         (byte-compile-autoload): Only give the macro warning for macros.
8565         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8566         (ps-underlined-faces): Declare.
8568         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8569         (speedbar-add-supported-extension): Declare.
8571         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8572         Don't include a date stamp in the header of the generated file;
8573         it leads to needless differences between output files.
8575 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8577         * net/secrets.el (secrets-struct-secret-content-type):
8578         Replace check of introspection data by a test call of "CreateItem".
8579         Some servers do not offer introspection.
8581 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8583         * electric.el (electric-pair-mode): Improve interaction with
8584         electric-layout-mode.
8585         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8586         (electric-pair-syntax): Use text-mode-syntax-table in comments
8587         and strings.
8588         (electric-pair--insert): New function.
8589         (electric-pair-post-self-insert-function): Use it and
8590         electric--after-char-pos.
8592 2013-06-19  Leo Liu  <sdl.web@gmail.com>
8594         * progmodes/octave.el (octave-help): Fix regexp.
8596 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8598         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8599         (shr-table-horizontal-line): Allow nil as a value, and change the
8600         default.
8601         (shr-insert-table-ruler): Respect the nil value.
8603 2013-06-18  Tom Tromey  <tromey@barimba>
8605         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8606         New defvars.
8607         (eww-open-file): New defun.
8608         (eww-render): Initialize new variables.
8609         (eww-display-html): Handle "link" and "a".
8610         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8611         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
8612         (eww-back-url): Rename from eww-previous-url.
8613         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8614         New defuns.
8616 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
8618         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8619         Distinguish ternary operator tokens from slash symbol and slash
8620         char literal.
8622 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8624         Convert symbol prettification into minor mode and global minor mode.
8626         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8627         `prog-prettify-symbols', and make a local defvar instead of defcustom.
8628         (prettify-symbols--keywords): Rename from
8629         `prog-prettify-symbols-alist' and make a local defvar.
8630         (prettify-symbols--compose-symbol): Rename from
8631         `prog--prettify-font-lock-compose-symbol'.
8632         (prettify-symbols--make-keywords): Rename from
8633         `prog-prettify-font-lock-symbols-keywords' and simplify.
8634         (prog-prettify-install): Remove.
8635         (prettify-symbols-mode): New minor mode, based on
8636         `prog-prettify-install'.
8637         (turn-on-prettify-symbols-mode): New function.
8638         (global-prettify-symbols-mode): New globalized minor mode.
8640         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8641         * progmodes/cfengine.el (cfengine3-mode):
8642         * progmodes/perl-mode.el (perl-mode): Don't call
8643         `prog-prettify-install'; set `prettify-symbols-alist' instead.
8645 2013-06-18  Juri Linkov  <juri@jurta.org>
8647         * files-x.el (modify-file-local-variable-message): New function.
8648         (modify-file-local-variable)
8649         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8650         and call `modify-file-local-variable-message' when it's non-nil.
8651         (add-file-local-variable, delete-file-local-variable)
8652         (add-file-local-variable-prop-line)
8653         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8654         and use it.  (Bug#9820)
8656 2013-06-18  Juri Linkov  <juri@jurta.org>
8658         * emulation/vi.el (vi-shell-op):
8659         * emulation/vip.el (vip-execute-com, ex-command):
8660         * emulation/viper-cmd.el (viper-exec-bang):
8661         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8662         the call of `shell-command-on-region'.  (Bug#14637)
8664         * simple.el (shell-command-on-region): Doc fix.
8666 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8668         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8669         (bug#14633).
8671 2013-06-18  Glenn Morris  <rgm@gnu.org>
8673         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8675         * newcomment.el (comment-search-forward, comment-search-backward):
8676         Doc fix.  (Bug#14376)
8678 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8680         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8681         (buffer-face-mode-invoke): Doc fix.
8683 2013-06-18  Matthias Meulien  <orontee@gmail.com>
8685         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8686         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8688 2013-06-18  Glenn Morris  <rgm@gnu.org>
8690         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8691         Replace obsolete function generic-make-keywords with its expansion.
8693         * progmodes/python.el (ffap-alist): Declare.
8695         * textmodes/reftex.el (bibtex-mode-map): Declare.
8697 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8699         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8700         (package-unpack, package-unpack-single): Return the pkg-dir.
8701         (package-download-transaction): Use it to update package-alist.
8703 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8705         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8706         possible choice.
8708 2013-06-17  Juri Linkov  <juri@jurta.org>
8710         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8712 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8714         * emacs-lisp/package.el (package-load-descriptor):
8715         Remove `with-syntax-table' call, `read' doesn't need it.
8716         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8718 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8720         * startup.el (command-line): Expand package name returned by
8721         `package--description-file' (bug#14639).
8723 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8725         * emacs-lisp/package.el (package-load-descriptor): Do not call
8726         `emacs-lisp-mode', just use its syntax table.
8728 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8730         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8731         `font-lock-extra-managed-props' if any prettifying keyword is added.
8732         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8733         (prog-mode): Use `setq-local'.
8735 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8737         * international/characters.el (standard-case-table): Set syntax of ?»
8738         and ?« to punctuation.
8740 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
8742         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8743         Save relevant match data before calling `syntax-ppss' (bug#14595).
8745 2013-06-15  Juri Linkov  <juri@jurta.org>
8747         * files-x.el (modify-file-local-variable-prop-line): Add local
8748         variables to the end of the existing comment on the first line.
8749         Use `file-auto-mode-skip' to skip interpreter magic line,
8750         and also skip XML declaration.
8752 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8754         * startup.el (package--builtin-versions): New var.
8755         (package-subdirectory-regexp): Remove.
8756         (package--description-file): Hard code its value instead.
8758         * emacs-lisp/package.el: Don't activate packages older than builtin.
8759         (package-obsolete-list): Rename from package-obsolete-alist, and make
8760         it into a simple list of package-desc.
8761         (package-strip-version): Remove.
8762         (package-built-in-p): Use package--builtin-versions.
8763         (package-mark-obsolete): Simplify.
8764         (package-process-define-package): Mark it obsolete if older than the
8765         builtin version.
8766         (package-handle-response): Use line-end-position.
8767         (package-read-archive-contents, package--download-one-archive):
8768         Simplify.
8769         (package--add-to-archive-contents): Skip if older than the builtin or
8770         installed version.
8771         (package-menu-describe-package): Fix last change.
8772         (package-list-unversioned): New var.
8773         (package-menu--generate): Use it.
8775         * emacs-lisp/autoload.el: Manage package--builtin-versions.
8776         (autoload--insert-text, autoload--insert-cookie-text): New functions.
8777         (autoload-builtin-package-versions): New variable.
8778         (autoload-generate-file-autoloads): Use them.
8779         Remove the list of autoloaded functions/macros from the
8780         (autoload...) comments.
8782         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8784 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
8786         * simple.el (line-move-partial): Don't jump to the next screen
8787         line as soon as it becomes visible.  Instead, continue enlarging
8788         the vscroll until the portion of a tall screen line that's left on
8789         display is about the height of the frame's default font.
8790         (Bug#14567)
8792 2013-06-15  Glenn Morris  <rgm@gnu.org>
8794         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8795         compilation-error-regexp-alist void, or local while let-bound.
8797         * progmodes/make-mode.el (makefile-mode-syntax-table):
8798         Treat "=" as punctuation.  (Bug#14614)
8800 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
8802         * help-fns.el (describe-variable):
8803         Add extra line for permanent-local variables.
8805 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
8807         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8808         Add export, import, library.  (Bug#9164)
8809         (library): Set indent function.
8811 2013-06-14  Glenn Morris  <rgm@gnu.org>
8813         * term/xterm.el (xterm--query):
8814         Stop after first matching handler.  (Bug#14615)
8816 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
8818         Add support for dired in saveplace.
8819         * dired.el (dired-initial-position-hook): New variable.
8820         (dired-initial-position): Call hook to place cursor position.
8821         * saveplace.el (save-place-to-alist): Add dired position.
8822         (save-place-dired-hook): New function.
8824 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8826         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8827         through a symbol rather than letrec.
8829         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
8830         (package-desc): Add `dir' field.
8831         (package-desc-full-name): New function.
8832         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
8833         (package-maybe-load-descriptor): Remove.
8834         (package-load-all-descriptors): Just call package-load-descriptor.
8835         (package--disabled-p): New function.
8836         (package-desc-vers, package-desc-doc): Remove aliases.
8837         (package--dir): Remove function.
8838         (package-activate): Check if a package is disabled.
8839         (package-process-define-package): New function, extracted from
8840         define-package.
8841         (define-package): Turn into a place holder.
8842         (package-unpack-single, package-tar-file-info):
8843         Use package--description-file.
8844         (package-compute-transaction): Use package--disabled-p.
8845         (package-download-transaction): Don't call
8846         package-maybe-load-descriptor since they're all loaded anyway.
8847         (package-install): Change argument to be a pkg-desc.
8848         (package-delete): Use a single pkg-desc argument.
8849         (describe-package-1): Use package-desc-dir instead of package--dir.
8850         Use package-desc property instead of package-symbol.
8851         (package-install-button-action): Adjust accordingly.
8852         (package--push): Rewrite.
8853         (package-menu--print-info): Adjust accordingly.  Change the ID format
8854         to be a pkg-desc.
8855         (package-menu-describe-package, package-menu-get-status)
8856         (package-menu--find-upgrades, package-menu-mark-upgrades)
8857         (package-menu-execute, package-menu--name-predicate):
8858         Adjust accordingly.
8859         * startup.el (package--description-file): New function.
8860         (command-line): Use it.
8861         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8862         Use package-desc-version.
8864         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8865         (byte-compile-preprocess): Use it.
8866         (byte-compile-file-form-defalias): Try a bit harder to use macros we
8867         can't quite recognize.
8868         (byte-compile-add-to-list): Remove.
8869         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8870         (cconv-closure-convert): Add assertion.
8872         * emacs-lisp/map-ynp.el: Use lexical-binding.
8873         (map-y-or-n-p): Remove unused vars `tail' and `object'.
8874         Factor out some repeated code.
8876 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8878         * subr.el (with-eval-after-load): New macro.
8879         (eval-after-load): Allow form to be a function.
8880         take advantage of lexical-binding.
8881         (do-after-load-evaluation): Use dolist and adjust to new format.
8882         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8884 2013-06-13  Juri Linkov  <juri@jurta.org>
8886         * replace.el (perform-replace): Display "symbol " and other search
8887         modes from `isearch-message-prefix' in the *Help* buffer.
8889         * isearch.el (isearch-query-replace): Add " symbol" and other
8890         possible search modes from `isearch-message-prefix' to the prompt.
8891         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8892         when reading a regexp to collect.
8894 2013-06-13  Juri Linkov  <juri@jurta.org>
8896         * isearch.el (word-search-regexp): Match whitespace if the search
8897         string begins or ends in whitespace.  The LAX arg is applied to
8898         both ends of the search string.  Use `regexp-quote' and explicit
8899         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
8900         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8901         boundaries are replaced with symbol boundaries, and characters
8902         between symbols match non-word non-symbol syntax.  (Bug#14602)
8904 2013-06-13  Juri Linkov  <juri@jurta.org>
8906         * isearch.el (isearch-del-char): Don't exceed the length of
8907         `isearch-string' by the prefix arg.  (Bug#14563)
8909 2013-06-13  Juri Linkov  <juri@jurta.org>
8911         * isearch.el (isearch-yank-word, isearch-yank-line)
8912         (isearch-char-by-name, isearch-quote-char)
8913         (isearch-printing-char, isearch-process-search-char):
8914         Add optional count prefix arg.  (Bug#14563)
8916         * international/isearch-x.el
8917         (isearch-process-search-multibyte-characters):
8918         Add optional count prefix arg.
8920 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8922         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8923         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8924         lexical-binding.
8926 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
8928         * subr.el (set-temporary-overlay-map): Add on-exit argument.
8930 2013-06-13  Glenn Morris  <rgm@gnu.org>
8932         * startup.el (tty-handle-args):
8933         Don't just discard "--" and anything after.  (Bug#14608)
8935         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8937 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
8939         Implement changes in Secret Service API.  Make it backward compatible.
8940         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8941         (secrets-create-item): Use it.  Prefix properties with interface.
8943 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
8945         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
8946         (term-emulate-terminal): Respect term-suppress-hard-newline.
8948 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
8950         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8951         Only remove a `thumb-file' overlay.  (Bug#14548)
8953 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
8955         * mail/reporter.el (reporter-submit-bug-report):
8956         Handle missing package-name.  (Bug#14600)
8958 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8960         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8961         (reftex-citation-prompt, reftex-default-bibliography)
8962         (reftex-bib-or-thebib, reftex-get-bibfile-list)
8963         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8964         (reftex-bib-sort-author, reftex-bib-sort-year)
8965         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8966         (reftex-extract-bib-entries-from-thebibliography)
8967         (reftex-get-bibkey-default, reftex-get-bib-names)
8968         (reftex-parse-bibtex-entry, reftex-get-bib-field)
8969         (reftex-format-bib-entry, reftex-parse-bibitem)
8970         (reftex-format-bibitem, reftex-do-citation)
8971         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8972         (reftex-restrict-bib-matches, reftex-extract-bib-file)
8973         (reftex-insert-bib-matches, reftex-format-citation)
8974         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8975         (reftex-create-bibtex-file): Add docstrings, mostly by converting
8976         existing comments into docstrings.
8978 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8980         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8982 2013-06-12  Andreas Schwab  <schwab@suse.de>
8984         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8985         for auto-save files.
8987 2013-06-12  Glenn Morris  <rgm@gnu.org>
8989         * ido.el (ido-delete-ignored-files): Remove.
8990         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8991         Go back to calling ido-ignore-item-p directly.
8993 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
8995         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8997         * ido.el (ido-delete-ignored-files): New function,
8998         split from ido-make-file-list-1.
8999         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
9000         (ido-make-file-list-1): Use ido-delete-ignored-files.
9002 2013-06-12  Leo Liu  <sdl.web@gmail.com>
9004         * progmodes/octave.el (inferior-octave-startup)
9005         (inferior-octave-completion-table)
9006         (inferior-octave-track-window-width-change)
9007         (octave-eldoc-function-signatures, octave-help)
9008         (octave-find-definition): Use single quoted strings.
9009         (inferior-octave-startup-args): Change default value.
9010         (inferior-octave-startup): Do not hard code "-i" and
9011         "--no-line-editing".
9012         (inferior-octave-resync-dirs): Add optional arg NOERROR.
9013         (inferior-octave-directory-tracker): Use it.
9014         (octave-goto-function-definition): Robustify.
9015         (octave-help): Support highlighting operators in 'See also'.
9016         (octave-find-definition): Find subfunctions only in Octave mode.
9018 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9020         * help-fns.el (help-fns--compiler-macro): If the handler function is
9021         named, then put a link to it.
9022         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
9023         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
9024         (cl-typep): Use it.
9025         (cl-eval-when): Simplify debug spec.
9026         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
9027         compiler-macro function instead of setting `compiler-macro-file'.
9029 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
9031         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
9032         * vc/vc-hooks.el (vc-stay-local): Doc fix.
9034 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9035             Daniel Hackney  <dan@haxney.org>
9037         First part of Daniel Hackney's patch to package.el.
9038         * emacs-lisp/package.el: Use defstruct.
9039         (package-desc): New, main struct.
9040         (package--bi-desc, package--ac-desc): New structs, used to describe the
9041         format in external files.
9042         (package-desc-vers): Replace with package-desc-version accessor.
9043         (package-desc-doc): Replace with package-desc-summary accessor.
9044         (package-activate-1): Remove `package' arg since the pkg-vec now
9045         includes the name.
9046         (define-package): Use package-desc-from-define.
9047         (package-unpack-single): Change file-name arg to be a symbol.
9048         (package--add-to-archive-contents): Use package-desc-create and new
9049         accessor functions to package--ac-desc.
9050         (package-buffer-info, package-tar-file-info): Return a package-desc.
9051         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
9052         arg to be a package-desc.
9053         (package-install-file): Adjust accordingly.  Use \' to match EOS.
9054         (package--from-builtin): New function.
9055         (describe-package-1, package-menu--generate): Use it.
9056         (package--make-autoloads-and-compile): Change name arg to be a symbol.
9057         (package-generate-autoloads): Idem and return the name of the file.
9058         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9059         Change pkg-info arg to be a package-desc.
9060         Use package-make-ac-desc.
9061         (package-upload-file): Use \' to match EOS.
9062         * finder.el (finder-compile-keywords): Use package-make-builtin.
9064 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9066         * vc/vc.el (vc-deduce-fileset): Change error message.
9067         (vc-read-backend): New function.
9068         (vc-next-action): Use it.
9070         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
9072         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
9073         (prolog-font-lock-keywords): Use regexp-opt instead.
9074         Don't manually highlight strings.
9075         (prolog-mode-variables): Simplify comment-start-skip.
9076         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
9078         * emacs-lisp/generic.el (generic--normalise-comments)
9079         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
9080         (generic-mode-set-comments): Use them.
9081         (generic-bracket-support): Use setq-local.
9082         (generic-make-keywords-list): Declare obsolete.
9084 2013-06-11  Glenn Morris  <rgm@gnu.org>
9086         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9087         Prettify after setting font-lock-defaults.  (Bug#14574)
9089 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
9091         * replace.el (query-replace, occur-read-regexp-defaults-function)
9092         (replace-search):
9093         * subr.el (declare-function, number-sequence, local-set-key)
9094         (substitute-key-definition, locate-user-emacs-file)
9095         (with-silent-modifications, split-string, eval-after-load):
9096         Fix typos, remove unneeded backslashes and reflow some docstrings.
9098 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
9101         default for Elisp files.
9103 2013-06-11  Glenn Morris  <rgm@gnu.org>
9105         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
9106         although define-derived-mode was doing this anyway.  (Bug#14583)
9108 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
9110         * allout.el (allout-encryption-plaintext-sanitization-regexps):
9111         Fix make-variable-buffer-local call to refer to the correct variable.
9113 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
9115         * eshell/em-term.el (eshell-visual-commands)
9116         (eshell-visual-subcommands, eshell-visual-options):
9117         Add summary line to docstrings.  Add cross-references.
9119 2013-06-10  Glenn Morris  <rgm@gnu.org>
9121         * epa.el (epa-read-file-name): New function.  (Bug#14510)
9122         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
9124 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9126         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
9127         output redirection to be ignored with visual commands.
9129 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
9131         * eshell/em-term.el (eshell-visual-command-p): New function.
9132         (eshell-term-initialize): Move long lambda to separate function
9133         eshell-visual-command-p.
9134         * eshell/em-dirs.el (eshell-dirs-initialise):
9135         * eshell/em-script.el (eshell-script-initialize):
9136         Add missing #' to lambda.
9138 2013-06-08  Leo Liu  <sdl.web@gmail.com>
9140         * progmodes/octave.el (octave-add-log-current-defun): New function.
9141         (octave-mode): Set add-log-current-defun-function.
9142         (octave-goto-function-definition): Do not move point if not found.
9143         (octave-find-definition): Enhance to try subfunctions first.
9145 2013-06-08  Glenn Morris  <rgm@gnu.org>
9147         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9148         (byte-compile-backward-char, byte-compile-backward-word):
9149         Improve previous change, to handle non-explicit nil.
9151 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9153         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
9154         (smie--opener/closer-at-point): New function.
9155         (smie--matching-block-data): Use it.  Don't match from right after an
9156         opener or right before a closer.  Obey smie-blink-matching-inners.
9157         Don't signal a mismatch for repeated inners like "switch..case..case".
9159 2013-06-07  Leo Liu  <sdl.web@gmail.com>
9161         * progmodes/octave.el (octave-mode): Set comment-use-global-state
9162         to t.  (Bug#14303)
9163         (octave-function-header-regexp): Fix.  (Bug#14570)
9164         (octave-help-mode-finish-hook, octave-help-mode-finish):
9165         Remove.  Just use temp-buffer-show-hook.
9167         * newcomment.el (comment-search-backward): Revert last change.
9168         (Bug#14434)
9170         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
9172 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
9174         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
9175         through xargs, to avoid failure due to MS-Windows limitations on
9176         command-line length.
9178 2013-06-06  Glenn Morris  <rgm@gnu.org>
9180         * font-lock.el (lisp-font-lock-keywords-2):
9181         Treat user-error like error.
9183         * emacs-lisp/bytecomp.el (byte-compile-char-before)
9184         (byte-compile-backward-char, byte-compile-backward-word):
9185         Handle explicit nil arguments.  (Bug#14565)
9187 2013-06-05  Alan Mackenzie  <acm@muc.de>
9189         * isearch.el (isearch-allow-prefix): New user option.
9190         (isearch-other-meta-char): Don't exit isearch when a prefix
9191         argument is typed whilst `isearch-allow-prefix' is non-nil.
9192         (Bug#9706)
9194 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9196         * autorevert.el (auto-revert-notify-handler): Use memq.
9197         Hide assertion failure.
9199         * skeleton.el: Use cl-lib.
9200         (skeleton-further-elements): Use defvar-local.
9201         (skeleton-insert): Use cl-progv.
9203 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9205         * progmodes/prog-mode.el (prog-prettify-symbols)
9206         (prog-prettify-install): Update docstrings.
9208 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9210         * simple.el: Move all the prog-mode code to prog-mode.el.
9211         * progmodes/prog-mode.el: New file.
9212         * loadup.el: Add prog-mode.el.
9214 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9216         * simple.el (prog-prettify-symbols): Add version.
9217         (prog-prettify-install): Add convenience function to prettify symbols.
9219         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9220         (perl--augmented-font-lock-keywords-1)
9221         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9222         variables and use it.
9224         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9225         (cfengine3-mode): Remove unneeded variable and use it.
9227         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9228         (lisp--augmented-font-lock-keywords-1)
9229         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9230         Remove unneeded variables and use it.
9232 2013-06-05  João Távora  <joaotavora@gmail.com>
9234         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9235         to point when opening the connection.  (Bug#14380)
9237 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9239         * subr.el (load-history-regexp, load-history-filename-element)
9240         (eval-after-load, after-load-functions, do-after-load-evaluation)
9241         (eval-next-after-load, display-delayed-warnings)
9242         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9243         definition of save-match-data.
9244         (overriding-local-map): Remove accidental obsolescence declaration.
9246         * emacs-lisp/edebug.el (edebug-result): Move before first use.
9248 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9250         Generalize symbol prettify support to prog-mode and implement it
9251         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9252         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9253         (prog--prettify-font-lock-compose-symbol)
9254         (prog-prettify-font-lock-symbols-keywords): New variables and
9255         functions to support symbol prettification.
9256         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9257         (lisp--augmented-font-lock-keywords-1)
9258         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9259         (lisp--prettify-symbols-alist): Implement prettify of lambda.
9260         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9261         (cfengine3--prettify-symbols-alist, cfengine3-mode):
9262         Implement prettify of -> => :: strings.
9263         * progmodes/perl-mode.el (perl-prettify-symbols)
9264         (perl--font-lock-compose-symbol)
9265         (perl--font-lock-symbols-keywords): Move to prog-mode.
9266         (perl--prettify-symbols-alist): Prettify -> => :: strings.
9267         (perl-font-lock-keywords-1)
9268         (perl-font-lock-keywords-2): Remove explicit prettify support.
9269         (perl--augmented-font-lock-keywords)
9270         (perl--augmented-font-lock-keywords-1)
9271         (perl--augmented-font-lock-keywords-2, perl-mode):
9272         Implement prettify support.
9274 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9276         Re-implement smie matching block highlight using
9277         show-paren-data-function.  (Bug#14395)
9278         * emacs-lisp/smie.el (smie-matching-block-highlight)
9279         (smie--highlight-matching-block-overlay)
9280         (smie--highlight-matching-block-lastpos)
9281         (smie-highlight-matching-block)
9282         (smie-highlight-matching-block-mode): Remove.
9283         (smie--matching-block-data-cache): New variable.
9284         (smie--matching-block-data): New function.
9285         (smie-setup): Use smie--matching-block-data for
9286         show-paren-data-function.
9288         * progmodes/octave.el (octave-mode-menu): Fix.
9289         (octave-find-definition): Skip garbage lines.
9291 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9293         Fix compilation error with simultaneous dynamic+lexical scoping.
9294         Add warning when a defvar appears after the first let-binding.
9295         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9296         (byte-compile-close-variables): Initialize it.
9297         (byte-compile--declare-var): New function.
9298         (byte-compile-file-form-defvar)
9299         (byte-compile-file-form-define-abbrev-table)
9300         (byte-compile-file-form-custom-declare-variable): Use it.
9301         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
9302         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9303         (byte-compile-bind): Handle dynamic bindings that shadow
9304         lexical bindings.
9305         (byte-compile-unbind): Make arg non-optional.
9306         (byte-compile-let): Simplify.
9307         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9308         (cconv--analyse-function, cconv-analyse-form): Populate it.
9309         Protect byte-compile-bound-variables to limit the scope of defvars.
9310         (cconv-analyse-form): Add missing rule for (defvar <foo>).
9311         Remove unneeded rule for `declare'.
9313         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9314         so as to avoid depending on cl-adjoin at run-time.
9315         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9317         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9318         (macroexp--warn-and-return): Use it.
9320 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9322         * subr.el: Convert to lexical binding.
9323         (overriding-local-map): Make obsolete.
9324         (add-to-list): Doc fix.  Add compiler macro.
9325         (read-key): Swap values of local maps.
9327 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9329         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9331 2013-06-04  Leo Liu  <sdl.web@gmail.com>
9333         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9334         (compilation-auto-jump): Suppress the "Mark set" message to give
9335         way to exit message.
9337 2013-06-04  Alan Mackenzie  <acm@muc.de>
9339         Remove faulty optimisation from indentation calculation.
9340         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9341         search limit based on 2000 characters back from indent-point.
9343 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9345         * eshell/em-term.el (cl-lib): Require `cl-lib'.
9347 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9349         * emacs-lisp/lisp.el: Use lexical-binding.
9350         (lisp--local-variables-1, lisp--local-variables): New functions.
9351         (lisp--local-variables-completion-table): New var.
9352         (lisp-completion-at-point): Use it complete let-bound vars.
9354         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9355         eagerly (bug#14422).
9357 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
9359         * autorevert.el (auto-revert-notify-enabled)
9360         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9361         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9362         (auto-revert-notify-handler): Handle also gfilenotify.
9364         * subr.el (file-notify-handle-event): New defun.  Replacing ...
9365         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9366         Remove.
9368 2013-06-03  Juri Linkov  <juri@jurta.org>
9370         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9371         `M-s h .'.  (Bug#14427)
9373         * hi-lock.el (highlight-symbol-at-point): New alias for the new
9374         command `hi-lock-face-symbol-at-point'.
9375         (hi-lock-face-symbol-at-point): New command.
9376         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9377         (hi-lock-menu): Add `highlight-symbol-at-point'.
9378         (hi-lock-mode): Doc fix.
9380         * isearch.el (isearch-forward-symbol-at-point): New command.
9381         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9382         (isearch-highlight-regexp): Add a regexp which matches
9383         words/symbols for word/symbol mode.
9385         * subr.el (find-tag-default-bounds): New function with the body
9386         mostly moved from `find-tag-default'.
9387         (find-tag-default): Move most code to `find-tag-default-bounds',
9388         call it and apply `buffer-substring-no-properties' afterwards.
9390 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9392         * eshell/em-term.el (eshell-term-initialize):
9393         Use `cl-intersection' rather than `intersection'.
9395 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
9397         * vc/log-view.el: Doc fix.
9398         (log-view-mode-map): Copy keymap from `special-mode-map'.
9400 2013-06-02  Eric Ludlam  <zappo@gnu.org>
9402         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9403         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9404         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9405         (eieio-unbound, eieio-default-superclass)
9406         (eieio--define-field-accessors, method-static, method-before)
9407         (method-primary, method-after, method-num-lists)
9408         (method-generic-before, method-generic-primary)
9409         (method-generic-after, method-num-slots)
9410         (eieio-specialized-key-to-generic-key)
9411         (eieio--check-type, class-v, class-p)
9412         (eieio-class-name, define-obsolete-function-alias)
9413         (eieio-class-parents-fast, eieio-class-children-fast)
9414         (same-class-fast-p, class-constructor, generic-p)
9415         (generic-primary-only-p, generic-primary-only-one-p)
9416         (class-option-assoc, class-option, eieio-object-p)
9417         (class-abstract-p, class-method-invocation-order)
9418         (eieio-defclass-autoload-map, eieio-defclass-autoload)
9419         (eieio-class-un-autoload, eieio-defclass)
9420         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9421         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9422         (eieio--defgeneric-init-form, eieio-defgeneric-form)
9423         (eieio-defgeneric-reset-generic-form)
9424         (eieio-defgeneric-form-primary-only)
9425         (eieio-defgeneric-reset-generic-form-primary-only)
9426         (eieio-defgeneric-form-primary-only-one)
9427         (eieio-defgeneric-reset-generic-form-primary-only-one)
9428         (eieio-unbind-method-implementations)
9429         (eieio--defmethod, eieio--typep)
9430         (eieio-perform-slot-validation, eieio-validate-slot-value)
9431         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9432         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9433         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9434         (eieio-slot-name-index, eieio-class-slot-name-index)
9435         (eieio-set-defaults, eieio-initarg-to-attribute)
9436         (eieio-attribute-to-initarg, eieio-c3-candidate)
9437         (eieio-c3-merge-lists, eieio-class-precedence-c3)
9438         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9439         (eieio-class-precedence-list, eieio-generic-call-methodname)
9440         (eieio-generic-call-arglst, eieio-generic-call-key)
9441         (eieio-generic-call-next-method-list)
9442         (eieio-pre-method-execution-functions, eieio-generic-call)
9443         (eieio-generic-call-primary-only, eieiomt-method-list)
9444         (eieiomt-optimizing-obarray, eieiomt-install)
9445         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9446         (eieio-generic-form, eieio-defmethod, make-obsolete)
9447         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9448         (defclass): Remove `eval-and-compile' from macro.
9449         (call-next-method, shared-initialize): Instead of using
9450         `scoped-class' variable, use new eieio--scoped-class, and
9451         eieio--with-scoped-class.
9452         (initialize-instance): Rename local variable 'scoped-class' to
9453         'this-class' to remove ambiguitity from old global.
9455         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
9456         eieio.el.
9457         (eieio--scoped-class-stack): New variable.
9458         (eieio--scoped-class): New fcn.
9459         (eieio--with-scoped-class): New scoping macro.
9460         (eieio-defclass): Use pushnew instead of add-to-list.
9461         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9462         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9463         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9464         `scoped-class' variable, use new eieio--scoped-class, and
9465         eieio--with-scoped-class.
9467         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9469 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
9471         * eshell/esh-ext.el (eshell-external-command): Pass args to
9472         `eshell-find-interpreter'.
9473         (eshell-find-interpreter): Add new second parameter ARGS.
9475         * eshell/em-script.el (eshell-script-initialize): Add second arg
9476         to the function added as MATCH to `eshell-interpreter-alist'.
9478         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9479         the function added as MATCH to `eshell-interpreter-alist'.
9481         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9482         (eshell-visual-options): New defcustom.
9483         (eshell-escape-control-x): Adapt docstring.
9484         (eshell-term-initialize): Test `eshell-visual-subcommands' and
9485         `eshell-visual-options' in addition to `eshell-visual-commands'.
9486         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9488 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9490         * progmodes/python.el (python-indent-block-enders): Add break,
9491         continue and raise keywords.
9493 2013-06-01  Glenn Morris  <rgm@gnu.org>
9495         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9497         Plain (f)boundp silences compilation warnings since Emacs 22.1.
9498         * progmodes/cc-cmds.el (delete-forward-p):
9499         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9500         * progmodes/cc-engine.el (buffer-syntactic-context):
9501         * progmodes/cc-fonts.el (face-property-instance):
9502         * progmodes/cc-mode.el (set-keymap-parents):
9503         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9504         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9505         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9506         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9507         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9509         * progmodes/cc-vars.el (other): Emacs has this widget since
9510         at least 21.1, so don't (re)define it.
9512         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9513         Replace the obsolete alias pcomplete-arg-quote-list.
9515 2013-06-01  Leo Liu  <sdl.web@gmail.com>
9517         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9518         punctuation syntax.
9519         (inferior-octave-minimal-columns)
9520         (inferior-octave-last-column-width): New variables.
9521         (inferior-octave-track-window-width-change): New function.
9522         (inferior-octave-mode): Adjust column width so that Octave output,
9523         for example from 'ls', can fit into the window nicely.
9525 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9527         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9528         Highlight expansions inside regexp literals.
9530 2013-05-31  Glenn Morris  <rgm@gnu.org>
9532         * obsolete/sym-comp.el (symbol-complete):
9533         Replace obsolete completion-annotate-function.
9535         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9537 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9539         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9540         New function, checks if point is inside a literal that allows
9541         expression expansion.
9542         (ruby-syntax-propertize-expansion): Use it.
9543         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9544         around the body.
9546 2013-05-30  Juri Linkov  <juri@jurta.org>
9548         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9549         to "\M-si".
9550         (isearch-invisible): New variable.
9551         (isearch-forward): Doc fix.
9552         (isearch-mode): Set `isearch-invisible'
9553         to the value of `search-invisible'.
9554         (isearch-toggle-case-fold): Doc fix.
9555         (isearch-toggle-invisible): New command.
9556         (isearch-query-replace): Let-bind `search-invisible'
9557         to the value of `isearch-invisible'.
9558         (isearch-search): Use `isearch-invisible' instead of
9559         `search-invisible'.  Let-bind `search-invisible'
9560         to the value of `isearch-invisible'.  (Bug#11378)
9562 2013-05-30  Juri Linkov  <juri@jurta.org>
9564         * replace.el (perform-replace): Avoid `isearch-range-invisible'
9565         call when `query-flag' is nil and `search-invisible' is non-nil.
9566         (Bug#11746)
9568 2013-05-30  Glenn Morris  <rgm@gnu.org>
9570         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9572         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9573         (cc-require): Suppress spurious "noruntime" warnings.
9574         (cc-require-when-compile): Use fboundp, for sake of compiler.
9576         * progmodes/cc-mode.el: Move load of cc-vars before that of
9577         cc-langs (which in turn loads cc-vars), to quieten compiler.
9579 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * paren.el: Simplify the code.
9582         (show-paren-mode): Always start the timer.
9583         (show-paren--idle-timer): Rename from show-paren-idle-timer.
9584         (show-paren--overlay, show-paren--overlay-1): Rename from
9585         show-paren-overlay and show-paren-overlay-1, and initialize to an
9586         overlay rather than to nil.
9587         (show-paren-function): Misc cleanup and simplifications.
9589 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9591         * paren.el (show-paren-data-function): New hook.
9592         (show-paren--default): New function, extracted from show-paren-function.
9593         (show-paren-function): Use show-paren-data-function.
9595 2013-05-30  Glenn Morris  <rgm@gnu.org>
9597         * ielm.el (ielm-map, ielm-complete-symbol):
9598         Use completion-at-point rather than obsolete functions.
9599         (inferior-emacs-lisp-mode): Doc fix.
9600         Set completion-at-point-functions, rather than
9601         comint-dynamic-complete-functions.
9603         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9604         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9605         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9607         * image.el (image-animated-p): Tweak definition.
9609         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9610         (rlogin-process-connection-type): Tweak default.  Add set-after.
9611         (rlogin-host): Doc fix.
9612         (rlogin): Tweak prompt.
9613         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9615         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9616         * progmodes/tcl.el (inferior-tcl-mode-map):
9617         Use completion-at-point rather than obsolete alias.
9619         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9621         * minibuffer.el (read-file-name-completion-ignore-case):
9622         Move before completion--in-region, for eager macro expansion.
9624 2013-05-29  Juri Linkov  <juri@jurta.org>
9626         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9627         for total count of matching lines.  Add `global-matches' for total
9628         count of matches.  Rename `matches' to `lines' for count of
9629         matching lines.  Add `matches' for count of matches.
9630         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
9631         to `prev-line' for line number of prev match endpt.
9632         Increment `matches' for every match.  Print the number of
9633         matching lines in the header.
9634         (occur-context-lines): Rename `lines' to `curr-line'.
9635         Rename `prev-lines' to `prev-line'.  (Bug#14017)
9637 2013-05-29  Juri Linkov  <juri@jurta.org>
9639         * replace.el (perform-replace): Add `skip-read-only-count',
9640         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9641         Increment them for corresponding conditions and report the number
9642         of skipped occurrences in the final message.  (Bug#11746)
9643         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9644         (replace-string, replace-regexp): Doc fix.
9646 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9648         * emacs-lisp/trace.el (trace--read-args): Provide a default.
9650         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9651         prog-mode-map (bug#14504).
9653 2013-05-29  Leo Liu  <sdl.web@gmail.com>
9655         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9656         (octave-help): Small simplification.
9658         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9659         off the highlight first.
9661 2013-05-29  Glenn Morris  <rgm@gnu.org>
9663         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9664         Handle idlwave-last-system-routine-info-cons-cell being nil.
9666         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9667         (idlwave-write-paths): Simplify via with-temp-buffer.
9669         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9670         * emulation/cua-rect.el: Also load cua-base at run time.
9672         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9673         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9674         (cperl-imenu-on-info): Require imenu.
9676 2013-05-28  Alan Mackenzie  <acm@muc.de>
9678         Handle "capitalised keywords" correctly.
9679         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9681 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
9683         * eshell/em-unix.el: Add -r option to cp.
9685 2013-05-28  Glenn Morris  <rgm@gnu.org>
9687         * vc/vc-arch.el (vc-exec-after): Declare.
9688         (vc-switches): Autoload.
9689         * vc/vc-bzr.el: No need to require vc when compiling.
9690         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9691         (vc-resynch-buffer, vc-dir-refresh): Declare.
9692         (vc-setup-buffer, vc-switches): Autoload.
9693         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9694         (vc-resynch-buffer): Declare.
9695         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9696         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9697         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9698         (grep-read-regexp, grep-read-files, grep-expand-template)
9699         (vc-dir-refresh): Declare.
9700         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9701         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9702         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9703         * vc/vc-mtn.el (vc-exec-after): Declare.
9704         (vc-switches): Autoload.
9705         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9706         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9707         (vc-file-tree-walk): Declare.
9708         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9709         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9710         (vc-tag-precondition, vc-rename-master): Autoload.
9711         * vc/vc-svn.el (vc-exec-after): Declare.
9712         (vc-switches, vc-setup-buffer): Autoload.
9713         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9714         Autoload.
9715         (vc-resynch-buffer): Declare.
9717         * obsolete/fast-lock.el (byte-compile-warnings):
9718         Don't warn about obsolete features in this obsolete file.
9720         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9721         Move definition before use.
9723         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9724         (dun-unix-verbs): Remove dun-zippy.
9725         (dun-zippy): Remove function.
9727         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9729 2013-05-27  Juri Linkov  <juri@jurta.org>
9731         * replace.el (replace-search): New function with code moved out
9732         from `perform-replace'.
9733         (replace-highlight, replace-dehighlight): Move function definitions
9734         up closer to `replace-search'.  (Bug#11746)
9736 2013-05-27  Juri Linkov  <juri@jurta.org>
9738         * replace.el (perform-replace): Ignore invisible matches.
9739         In addition to checking `query-replace-skip-read-only', also
9740         filter out matches by calling `run-hook-with-args-until-failure'
9741         on `isearch-filter-predicates', and also check `search-invisible'
9742         for t or call `isearch-range-invisible'.
9743         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
9745 2013-05-27  Juri Linkov  <juri@jurta.org>
9747         * isearch.el (isearch-filter-predicates): Rename from
9748         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
9749         (isearch-message-prefix): Display text from the property
9750         `isearch-message-prefix' of the currently active filters.
9751         (isearch-search): Don't compare `isearch-filter-predicate' with
9752         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
9753         on `isearch-filter-predicates'.  Also check `search-invisible' for t
9754         or call `isearch-range-invisible'.
9755         (isearch-filter-visible): Make obsolete.
9756         (isearch-lazy-highlight-search):
9757         Call `run-hook-with-args-until-failure' on
9758         `isearch-filter-predicates' and use `isearch-range-invisible'.
9760         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9761         `isearch-filter-predicates' instead of `funcall'ing
9762         `isearch-filter-predicate'.
9763         (Info-mode): Set `Info-isearch-filter' to
9764         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9766         * dired-aux.el (dired-isearch-filter-predicate-orig):
9767         Remove variable.
9768         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9769         (dired-isearch-filenames-end): Add and remove
9770         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9771         instead of changing the value of `isearch-filter-predicate'.
9772         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9773         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9774         Put property `isearch-message-prefix' to "filename " on
9775         `dired-isearch-filter-filenames'.
9777         * wdired.el (wdired-change-to-wdired-mode):
9778         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9779         locally instead of changing `isearch-filter-predicate'.
9780         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9782 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
9784         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9785         return the commit hash (Bug#14459).  Also set the
9786         `vc-git-detached' property.
9787         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9788         (vc-git-mode-line-string): Use the same help-echo format whether
9789         in detached mode or not, because we know the actual revision now.
9790         When in detached mode, shorten the revision to 7 chars.
9792 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9794         * emacs-lisp/easy-mmode.el (define-minor-mode):
9795         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9796         mode hook and provide a docstring.
9798 2013-05-27  Alan Mackenzie  <acm@muc.de>
9800         Remove spurious syntax-table text properties inserted by C-y.
9801         * progmodes/cc-mode.el (c-after-change): Also clear hard
9802         syntax-table property with value nil.
9804 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
9806         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9807         when reading the events; the buffer layout shall not be changed.
9809 2013-05-27  Leo Liu  <sdl.web@gmail.com>
9811         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9812         New variable.
9813         (inferior-octave-directory-tracker): Automatically re-sync
9814         default-directory.
9815         (octave-help): Improve handling of 'See also'.
9817 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * doc-view.el: Minor naming convention tweaks.
9820         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9822         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9823         even if there's no `display' property yet (bug#14435).
9825 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
9827         * subr.el (unmsys--file-name): Rename from reveal-filename.
9829         * Makefile.in (custom-deps, finder-data, autoloads)
9830         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9831         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9832         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9834 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9836         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9837         error-completion on the first 2 args of condition-case (bug#14446).
9838         Don't burp at EOB.
9840 2013-05-25  Leo Liu  <sdl.web@gmail.com>
9842         * comint.el (comint-previous-matching-input): Do not flood the
9843         *Messages* buffer with trivial messages.
9845 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9847         * progmodes/flymake.el (flymake-nop): Don't return a string.
9848         (flymake-set-at): Fix typo.
9850         * simple.el (read--expression): New function, extracted from
9851         eval-expression.  Set completion-at-point-functions (bug#14465).
9852         (eval-expression, eval-minibuffer): Use it.
9854 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
9856         * progmodes/flymake.el (flymake-save-buffer-in-file)
9857         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9858         (flymake-selected-frame, flymake-log, flymake-ins-after)
9859         (flymake-set-at, flymake-get-buildfile-from-cache)
9860         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9861         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9862         Refine the doc string.
9863         (flymake-get-file-name-mode-and-masks): Reformat.
9864         (flymake-get-real-file-name-function): Fix a minor bug.
9866 2013-05-24  Juri Linkov  <juri@jurta.org>
9868         * progmodes/grep.el (grep-mode-font-lock-keywords):
9869         Support =linenumber= format used by git-grep for lines with
9870         function names.  (Bug#13549)
9872 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9874         * progmodes/octave.el (octave-smie-rules): Return nil rather than
9875         0 after a semi-colon; it works better for smie-auto-fill.
9876         (octave--indent-new-comment-line): New function.
9877         (octave-indent-new-comment-line): Use it (indirectly).
9878         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
9879         modify comment-line-break-function.
9881         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9882         (smie-setup): Use add-function to set it.
9884 2013-05-24  Sam Steingold  <sds@gnu.org>
9886         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9887         argument (before the `interactive' argument).
9889 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * image-mode.el (image-mode-winprops): Add winprops to
9892         image-mode-winprops-alist before running
9893         image-mode-new-window-functions.
9894         * doc-view.el (doc-view-new-window-function): Don't delay
9895         doc-view-goto-page via timers (bug#14435).
9897 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
9899         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
9900         (doc-view-desktop-save-buffer): New function.
9901         (doc-view-restore-desktop-buffer): New function.
9902         (desktop-buffer-mode-handlers):
9903         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9904         handler.
9905         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9906         `desktop-save-buffer' function.
9908 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
9910         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9911         (tramp-gvfs-file-name-handler): Raise a user error when
9912         `tramp-gvfs-enabled' is nil.
9913         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9914         Do not raise a user error when loading package.  (Bug#14447)
9916         * net/xesam.el: Move to obsolete/.
9918 2013-05-24  Glenn Morris  <rgm@gnu.org>
9920         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9922         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9924         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9925         (Info-find-node, Man-getpage-in-background): Declare.
9927         * mail/unrmail.el (unrmail):
9928         Replace obsolete detect-coding-with-priority.
9930         * net/socks.el (socks-split-string): Use this rather than split-string.
9931         (socks-nslookup-host): Update for above change.
9932         (dynamic-choice, s5-dynamic-choice-match)
9933         (s5-dynamic-choice-match-inline, s5-widget-value-create):
9934         Comment out unused code.
9936         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9937         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9938         (gud-tooltip-echo-area): Make obsolete.
9939         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9941         * progmodes/js.el (js--optimize-arglist): Declare.
9943         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9945         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9946         (ediff-window-C): Declare.
9948         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9949         Tweak requires to silence compiler.
9951         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9952         (he-search-string, he-tried-table, he-expand-list)
9953         (he-init-string, he-string-member, he-substitute-string)
9954         (he-reset-string): Declare.
9956         * obsolete/options.el (list-options): Use custom-variable-p,
9957         rather than obsolete alias.
9959 2013-05-23  Sam Steingold  <sds@gnu.org>
9961         * simple.el (shell-command-on-region): Pass the `replace' argument
9962         down to `call-process-region' to comply with the doc as reported on
9963         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9965 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9967         * emacs-lisp/smie.el (smie-indent-forward-token)
9968         (smie-indent-backward-token): Handle string tokens (bug#14381).
9970 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9972         * ielm.el (ielm-menu): New menu.
9973         (inferior-emacs-lisp-mode): Set comment-start.
9975 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9977         * textmodes/reftex.el (reftex-ref-style-toggle):
9978         Fix deactivate action.
9980         * textmodes/reftex-vars.el (reftex-ref-style-alist):
9981         Add cleveref macros.
9983         * textmodes/reftex-parse.el
9984         (reftex-locate-bibliography-files): Accept options for
9985         bibliography commands.
9986         * textmodes/reftex-vars.el (reftex-bibliography-commands):
9987         Add addbibresource.  Basic Biblatex support.
9989 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
9991         * net/tramp-gvfs.el (top):
9992         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9993         when loading package.  (Bug#14447)
9995 2013-05-23  Glenn Morris  <rgm@gnu.org>
9997         * progmodes/js.el: No need to load comint when compiling.
9998         (ring-insert, comint-send-string, comint-send-input)
9999         (comint-last-input-end, ido-chop): Declare.
10001         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
10002         * vc/ediff-mult.el: Adjust requires.
10003         (ediff-directories-internal, ediff-directory-revisions-internal)
10004         (ediff-patch-file-internal): Declare.
10005         * vc/ediff-ptch.el: Adjust requires.
10006         (ediff-use-last-dir, ediff-buffers-internal): Declare.
10007         (ediff-find-file): Autoload.
10008         * vc/ediff-util.el: No need to load ediff when compiling.
10009         (ediff-regions-internal): Declare.
10010         * vc/ediff-wind.el: Adjust requires.
10011         (ediff-compute-toolbar-width): Define when compiling.
10012         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
10013         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
10014         (dired-get-filename, dired-get-marked-files)
10015         (ediff-last-dir-patch, ediff-patch-default-directory)
10016         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
10017         (ediff-patch-buffer-internal): Declare.
10019         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
10020         (ispell-process, ispell-buffer-local-words, lm-summary)
10021         (lm-section-start, lm-section-end): Declare.
10022         (checkdoc-ispell-init): Simplify.
10024         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
10025         (he-string-member, he-reset-string, he-substitute-string): Declare.
10027         * eshell/em-ls.el: Adjust requires.
10028         (eshell-glob-regexp): Declare.
10029         * eshell/em-tramp.el: Adjust requires.
10030         (eshell-parse-command): Autoload.
10031         * eshell/em-xtra.el: Adjust requires.
10032         (eshell-parse-command): Autoload.
10033         * eshell/esh-ext.el: Adjust requires.
10034         (eshell-parse-command, eshell-close-handles): Autoload.
10035         * eshell/esh-io.el: Adjust requires.
10036         (eshell-output-filter): Autoload.
10037         * eshell/esh-util.el: No need to load tramp when compiling.
10038         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
10039         Declare.
10040         (eshell-parse-ange-ls): Require ange-ftp and tramp.
10041         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10042         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
10043         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
10044         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
10045         * eshell/esh-opt.el, eshell/esh-proc.el:
10046         * eshell/esh-var.el: Adjust requires.
10047         * eshell/eshell.el: Do not require esh-util twice.
10048         (eshell-add-input-to-history): Declare.
10049         (eshell-command): Check history module is active before using it.
10051         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
10053 2013-05-22  Leo Liu  <sdl.web@gmail.com>
10055         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
10057 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
10059         * autorevert.el (auto-revert-notify-add-watch)
10060         (auto-revert-notify-handler): Add `attrib' for the inotify case,
10061         it indicates changes in file modification time.
10063 2013-05-22  Glenn Morris  <rgm@gnu.org>
10065         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10066         Always delete the autoloaded function from the noruntime and
10067         unresolved functions lists.
10069         * allout.el: No need to load epa, epg, overlay when compiling.
10070         (epg-context-set-passphrase-callback, epg-list-keys)
10071         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
10072         (epg-key-user-id-list): Declare.
10074         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
10075         (viper-set-parsing-style-toggling-macro)
10076         (viper-set-emacs-state-searchstyle-macros):
10077         Use called-interactively-p on Emacs.
10078         (viper-looking-back): Make it an obsolete alias.  Update callers.
10079         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
10080         Use looking-back rather than viper-looking-back.
10081         (viper-tmp-insert-at-eob, viper-enlarge-region)
10082         (viper-read-string-with-history, viper-register-to-point)
10083         (viper-append-to-register, viper-change-state-to-vi)
10084         (viper-backward-char-carefully, viper-forward-char-carefully)
10085         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
10086         (viper-change-state-to-emacs): Declare.
10087         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
10088         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
10089         * emulation/viper-mous.el: Do not load viper-cmd.
10090         (viper-backward-char-carefully, viper-forward-char-carefully)
10091         (viper-forward-word, viper-adjust-window): Declare.
10093         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
10095         * progmodes/idlw-help.el (idlwave-help-fontify):
10096         Use called-interactively-p.
10098         * term/w32console.el (w32-get-console-codepage)
10099         (w32-get-console-output-codepage): Declare.
10101         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
10102         Remove unnecessary declarations.
10103         (dframe-message): Doc fix.
10105         * info.el (dframe-select-attached-frame, dframe-current-frame):
10106         Declare.
10108         * speedbar.el (speedbar-message): Make it an obsolete alias.
10109         Update all callers.
10110         (speedbar-with-attached-buffer)
10111         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
10112         (speedbar-with-writable): Use backquote.
10113         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
10114         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
10115         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
10116         rather than speedbar- aliases.
10117         * mail/rmail.el: Load dframe rather than speedbar when compiling.
10118         (speedbar-make-specialized-keymap, speedbar-insert-button)
10119         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
10120         (speedbar-do-function-pointer): Declare.
10121         (rmail-speedbar-button, rmail-speedbar-find-file)
10122         (rmail-speedbar-move-message):
10123         Use dframe-with-attached-buffer rather than speedbar- alias.
10124         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
10125         (dframe-message, speedbar-make-specialized-keymap)
10126         (speedbar-add-expansion-list, speedbar-mode-functions-list)
10127         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
10128         (speedbar-insert-button, dframe-select-attached-frame)
10129         (dframe-maybee-jump-to-attached-frame)
10130         (speedbar-change-initial-expansion-list)
10131         (speedbar-previously-used-expansion-list-name): Declare.
10132         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
10133         Use dframe-message, dframe-with-attached-buffer rather than
10134         speedbar- aliases.
10135         (gud-sentinel): Silence compiler.
10136         * progmodes/vhdl-mode.el (speedbar-refresh)
10137         (speedbar-do-function-pointer, speedbar-add-supported-extension)
10138         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
10139         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
10140         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
10141         (speedbar-file-lists, speedbar-make-tag-line)
10142         (speedbar-line-directory, speedbar-goto-this-file)
10143         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
10144         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
10145         (speedbar-make-button, speedbar-reset-scanners)
10146         (speedbar-files-item-info, speedbar-line-text)
10147         (speedbar-find-file-in-frame, speedbar-set-timer)
10148         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
10149         (speedbar-with-writable): Do not (re)define it.
10150         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
10151         rather than speedbar- alias.
10153 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10155         * progmodes/octave.el (octave-mode-menu): Update and re-organize
10156         menu items.
10157         (octave-mode): Tweak fill-nobreak-predicate.
10158         (inferior-octave-startup): Check process to avoid infinite loop.
10159         (inferior-octave): Pop to buffer first to show abornmal process
10160         exit information.
10162 2013-05-21  Glenn Morris  <rgm@gnu.org>
10164         * printing.el (pr-menu-bar): Define when compiling.
10166 2013-05-21  Leo Liu  <sdl.web@gmail.com>
10168         * progmodes/octave.el (octave-auto-fill): Remove.
10169         (octave-indent-new-comment-line): Improve.
10170         (octave-mode): Use auto fill mode through
10171         comment-line-break-function and fill-nobreak-predicate.
10172         (octave-goto-function-definition): Support DEFUN_DLD.
10173         (octave-beginning-of-defun): Small tweak.
10174         (octave-help): Show parent directory.
10176 2013-05-21  Glenn Morris  <rgm@gnu.org>
10178         * files.el (dired-unmark):
10179         * progmodes/gud.el (gdb-input): Update declarations.
10181         * calculator.el (electric, ehelp): No need to load when compiling.
10182         (Electric-command-loop, electric-describe-mode): Declare.
10184         * doc-view.el (doc-view-current-converter-processes): Move before use.
10186         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10187         Move MODE-set-explicitly definition before use.
10189         * international/mule-diag.el (mule-diag):
10190         Don't use obsolete window-system-version.
10192         * mail/feedmail.el (smtpmail): No need to load when compiling.
10193         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10195         * mail/mail-utils.el (rfc822): No need to load when compiling.
10196         (rfc822-addresses): Autoload it.
10197         (mail-strip-quoted-names): Trivial simplification.
10199         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10200         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10202         * net/snmp-mode.el (tempo): Don't duplicate requires.
10204         * progmodes/prolog.el (info): No need to load when compiling.
10205         (comint): Require before shell requires it.
10206         (Info-goto-node): Autoload it.
10207         (Info-follow-nearest-node): Declare.
10208         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10210         * textmodes/artist.el (picture-mode-exit): Declare.
10212         * textmodes/reftex-parse.el (reftex-parse-from-file):
10213         Trivial rewrite so the compiler can parse it better.
10215 2013-05-20  Leo Liu  <sdl.web@gmail.com>
10217         * progmodes/octave.el (octave-help-mode-map)
10218         (octave-help-mode-finish-hook): New variables.
10219         (octave-help-mode, octave-help-mode-finish): New functions.
10220         (octave-help): Use octave-help-mode.
10222 2013-05-20  Glenn Morris  <rgm@gnu.org>
10224         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
10226 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
10228         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10229         start at point, so that expansion starting right after opening
10230         slash in a regexp is recognized.
10231         (ruby-syntax-before-regexp-re): New defvar, extracted from
10232         ruby-syntax-propertize-function.  Since the value of this regexp
10233         is looked up at runtime now, we should be able to turn
10234         `ruby-syntax-methods-before-regexp' into a defcustom later.
10235         (ruby-syntax-propertize-function): Split regexp matching into two
10236         parts, for opening and closing slashes.  That allows us to skip
10237         over string interpolations and support multiline regexps.
10238         Don't call `ruby-syntax-propertize-expansions', instead use another rule
10239         for them, which calls `ruby-syntax-propertize-expansion'.
10240         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10241         call to `ruby-syntax-propertize-function'.
10242         (ruby-syntax-propertize-expansion): Extracted from
10243         `ruby-syntax-propertize-expansions'.  Handles one expansion.
10244         (ruby-syntax-propertize-percent-literal): Leave point right after
10245         the percent symbol, so that the expression expansion rule can
10246         propertize the contents.
10247         (ruby-syntax-propertize-heredoc): Leave point at bol following the
10248         heredoc openers.
10249         (ruby-syntax-propertize-expansions): Remove.
10251 2013-05-18  Juri Linkov  <juri@jurta.org>
10253         * man.el (Man-default-man-entry): Remove `-' from the end
10254         of the default value.  (Bug#14400)
10256 2013-05-18  Glenn Morris  <rgm@gnu.org>
10258         * comint.el (comint-password-prompt-regexp):
10259         Allow "password for XXX" where XXX contains colons (eg https://...).
10261 2013-05-18  Leo Liu  <sdl.web@gmail.com>
10263         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10264         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
10265         (octave-source-directories): Don't check process.
10266         (octave-source-directories, octave-find-definition): Doc fix.
10268 2013-05-18  Glenn Morris  <rgm@gnu.org>
10270         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10271         Remove backspace/delete bindings.  (Bug#14392)
10273         * cus-dep.el (custom-make-dependencies): Sort the output.
10274         (custom-versions-load-alist): Convert comment to doc.
10276 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10278         * newcomment.el (comment-search-backward): Stricter in finding
10279         comment start.  (Bug#14303)
10281         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10282         (octave-comment-start-skip): Properly anchored.
10284 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10286         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10287         Clean up when turned off.  (Bug#14395)
10288         (smie--highlight-matching-block-overlay): No longer buffer-local.
10289         (smie-highlight-matching-block): Adjust.
10291 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10293         Doc string fix for "nanoseconds" (Bug#14406).
10294         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10295         Fix doc string typo that had "nanoseconds" instead of "microseconds".
10297 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
10299         * calc/calc-units.el (math-extract-units): Preserve powers
10300         of units.
10302 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10304         * subr.el (delete-consecutive-dups): New function.
10305         * ido.el (ido-set-matches-1): Use it.
10306         * progmodes/octave.el (inferior-octave-completion-table): Use it.
10307         * ido.el (ido-remove-consecutive-dups): Remove.
10309 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10312         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10313         regexp-opt's `words'.
10315 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10317         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10318         (smie--highlight-matching-block-overlay)
10319         (smie--highlight-matching-block-lastpos)
10320         (smie--highlight-matching-block-timer): New variables.
10321         (smie-highlight-matching-block): New function.
10322         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
10323         (smie-setup): Conditionally enable smie-blink-matching-open.
10325 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
10327         Sync with upstream verilog-mode r840.
10328         * progmodes/verilog-mode.el (verilog-mode-version)
10329         (verilog-mode-release-date): Update.
10330         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10331         (verilog-sig-tieoff): Fix string error on
10332         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
10333         (verilog-read-decls): Fix parameters confusing
10334         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
10336 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
10338         * subr.el (reveal-filename): New function.
10340         * loadup.el: Compute Emacs executable versions on MS-Windows,
10341         where executables have the .exe extension.  Add a hard link
10342         emacs-XX.YY.ZZ.exe on MS-Windows.
10344         * Makefile.in (XARGS_LIMIT): New variable.
10345         (custom-deps, finder-data, autoloads)
10346         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10347         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10348         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10349         (compile-main): Limit xargs according to $(XARGS_LIMIT).
10351 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10353         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10354         (octave-mode-menu, octave-mode-map): Remove its uses.
10356 2013-05-16  Reto Zimmermann  <reto@gnu.org>
10358         Sync with upstream vhdl mode v3.34.2.
10359         * progmodes/vhdl-mode.el: Use `push' throughout.
10360         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10361         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10362         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
10363         (vhdl-actual-generic-name): New option to derive actual generic name.
10364         (vhdl-port-paste-signals): Replace formal by actual generics.
10365         (vhdl-beautify): New name for old group vhdl-align.  Update users.
10366         (vhdl-beautify-options): New option.
10367         (vhdl-last-input-event): New compat alias.  Use throughout.
10368         (vhdl-goto-line): Replace user level function `goto-line'.
10369         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10370         vhdl-fix-statement-buffer.
10371         (vhdl-create-mode-menu): Add some entries.
10372         (vhdl-align-region-groups): Respect vhdl-beautify-options.
10373         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10374         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10375         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10376         to force statements on one line.
10377         (vhdl-remove-trailing-spaces-region):
10378         New, split from vhdl-remove-trailing-spaces.
10379         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10380         Respect vhdl-beautify-options.
10381         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10382         (vhdl-update-sensitivity-list): Not add with index if exists without.
10383         Not include array index with signal.  Ignore keywords in comments.
10384         (vhdl-get-visible-signals): Regexp tweaks.
10385         (vhdl-template-component-inst): Handle empty library.
10386         (vhdl-template-type): Add template for 'enum' type.
10387         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10388         Use vhdl-replace-string.
10389         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10390         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10391         (vhdl-speedbar-initialize): Update for above name change.
10392         (vhdl-compose-wire-components): Fix in handling of constants.
10393         (vhdl-error-regexp-emacs-alist): New variable.
10394         (vhdl-error-regexp-add-emacs): New function;
10395         adds support for new compile.el (Emacs 22+)
10396         (vhdl-generate-makefile-1): Change target order for single lib. units.
10397         Allow use of absolute file names.
10399 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10401         * simple.el (prog-indent-sexp): Indent enclosing defun.
10403 2013-05-15  Glenn Morris  <rgm@gnu.org>
10405         * cus-start.el (show-trailing-whitespace): Move to editing basics.
10406         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10407         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10408         (whitespace-highlight): Move to whitespace group.
10410         * comint.el (comint-source):
10411         * pcmpl-linux.el (pcmpl-linux):
10412         * shell.el (shell-faces):
10413         * eshell/esh-opt.el (eshell-opt):
10414         * international/ccl.el (ccl): Remove empty custom groups.
10416         * completion.el (dynamic-completion-mode):
10417         * jit-lock.el (jit-lock-debug-mode):
10418         * minibuffer.el (completion-in-region-mode):
10419         * type-break.el (type-break-mode-line-message-mode)
10420         (type-break-query-mode):
10421         * emulation/tpu-edt.el (tpu-edt-mode):
10422         * progmodes/subword.el (global-subword-mode, global-superword-mode):
10423         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10424         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10426         * term/xterm.el (xterm): Change parent group to terminals.
10428         * master.el (master): Remove empty custom group.
10429         (master-mode): Remove unused :group argument.
10430         * textmodes/refill.el (refill): Remove empty custom group.
10431         (refill-mode): Remove unused :group argument.
10433         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10435         * cus-dep.el: Provide a feature.
10436         (custom-make-dependencies): Ignore dotfiles (dir-locals).
10437         Don't mistakenly ignore files whose basenames match a basename
10438         from preloaded-file-list (eg cedet/ede/simple.el).
10439         Add a fallback method for getting :group.
10441 2013-05-15  Juri Linkov  <juri@jurta.org>
10443         * isearch.el (isearch-char-by-name): Rename from
10444         `isearch-insert-char-by-name'.  Doc fix.
10445         (isearch-forward): Mention `isearch-char-by-name' in
10446         the docstring.  (Bug#13348)
10448         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10449         `exit-minibuffer' instead of
10450         `isearch-nonincremental-exit-minibuffer'.
10451         (isearch-edit-string): Remove mention of
10452         `isearch-nonincremental-exit-minibuffer' from docstring.
10453         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10454         (isearch-forward-exit-minibuffer)
10455         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
10457 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * loadup.el: Just use unversioned DOC.
10461         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10462         literals as extending to EOB.
10463         (nxml-last-fontify-end): Remove unused variable.
10464         (nxml-after-change1): Use with-silent-modifications.
10465         (nxml-extend-after-change-region): Simplify.
10466         (nxml-extend-after-change-region1): Remove function.
10467         (nxml-after-change1): Don't adjust for dependent regions.
10468         (nxml-fontify-matcher): Simplify.
10469         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10470         (xmltok-add-dependent): Remove function.
10471         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10472         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10473         (xmltok-scan-prolog-after-processing-instruction-open): Treat
10474         unclosed <[[, <?, comment, and other literals as extending to EOB.
10475         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10476         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10477         Remove functions.
10478         (rng-do-some-validation-1): Don't mark dependent regions.
10479         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10480         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10481         (nxml-clear-dependent-regions): Remove functions.
10482         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10483         (nxml-ensure-scan-up-to-date):
10484         Don't clear&mark dependent regions.
10486 2013-05-15  Leo Liu  <sdl.web@gmail.com>
10488         * progmodes/octave.el (octave-goto-function-definition):
10489         Improve and fix callers.
10491 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10493         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10494         the setter (bug#14387).
10496         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10497         surrounding group (bug#14402).
10499 2013-05-14  Juri Linkov  <juri@jurta.org>
10501         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10502         (Bug#14390)
10504 2013-05-14  Glenn Morris  <rgm@gnu.org>
10506         * progmodes/f90.el (f90-imenu-generic-expression):
10507         Fix typo in 2013-05-08 change.  (Bug#14402)
10509 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10511         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10512         Remove signals for which replies are never received.
10514 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10516         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10517         (gdb-handler-alist, gdb-handler-number): Remove variables.
10518         (gdb-handler-list): New variable.
10519         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10520         (gdb-pending-handler-p, gdb-handle-reply)
10521         (gdb-remove-all-pending-triggers): New functions.
10522         (gdb-discard-unordered-replies): New defcustom.
10523         (gdb-handler): New defstruct.
10524         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
10525         instead of gdb-pending-triggers.  Update docstring.
10526         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
10527         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10528         (gdb-var-update-handler, def-gdb-auto-update-trigger)
10529         (def-gdb-auto-update-handler, gdb-get-changed-registers)
10530         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10531         (gdb-frame-handler): Pending triggers are now automatically managed.
10532         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10533         Remove argument.
10534         (gdb-input): Automatically handles pending triggers.  Update docstring.
10535         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10536         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10537         Update comments.
10538         (gdb-done-or-error): Now use gdb-handle-reply.
10540 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10542         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10543         gdb-debug-log.
10545 2013-05-14  Glenn Morris  <rgm@gnu.org>
10547         * subr.el (user-emacs-directory-warning): New option.
10548         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
10550 2013-05-14  Leo Liu  <sdl.web@gmail.com>
10552         * progmodes/octave.el (octave-font-lock-keywords): Fix error
10553         during redisplay.
10554         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10555         (octave-font-lock-texinfo-comment): Fix invalid search bound
10556         error: wrong side of point.
10558 2013-05-14  Glenn Morris  <rgm@gnu.org>
10560         * progmodes/flymake.el (flymake-xml-program): New option.
10561         (flymake-xml-init): Use it.
10563         * term/xterm.el: Provide a feature.
10565         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
10567 2013-05-13  Glenn Morris  <rgm@gnu.org>
10569         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10570         Add compat aliases as a hack workaround.  (Bug#14384)
10572 2013-05-13  Leo Liu  <sdl.web@gmail.com>
10574         * progmodes/octave.el (octave-indent-comment): Fix indentation for
10575         ###, and %!.
10576         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10577         C-M-q.
10578         (octave-comment-start-skip): Include %!.
10579         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10581 2013-05-12  Leo Liu  <sdl.web@gmail.com>
10583         * progmodes/octave.el (inferior-octave-startup): Store the value
10584         of __octave_srcdir__ for octave-source-directories.
10585         (inferior-octave-check-process): New function refactored out of
10586         inferior-octave-send-list-and-digest.
10587         (octave-source-directories)
10588         (octave-find-definition-filename-function): New variables.
10589         (octave-source-directories)
10590         (octave-find-definition-default-filename): New functions.
10591         (octave-find-definition): Improve to find functions implemented in C++.
10593 2013-05-12  Glenn Morris  <rgm@gnu.org>
10595         * calendar/diary-lib.el (diary-outlook-format-1):
10596         Don't include dayname in the output.  (Bug#14349)
10598 2013-05-11  Glenn Morris  <rgm@gnu.org>
10600         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10602         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10603         Treat cc-provide like provide.
10605 2013-05-11  Kevin Ryde  <user42@zip.com.au>
10607         * cus-dep.el (custom-make-dependencies):
10608         Use generated-autoload-load-name for the sake of files such
10609         such cedet/semantic/bovine/c.el, where the base file name
10610         is not in load-path.  (Bug#5277)
10612 2013-05-11  Glenn Morris  <rgm@gnu.org>
10614         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10615         Provide features.
10617 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10619         * progmodes/octave.el (octave-indent-comment): Improve.
10620         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10621         (octave-eldoc-function-signatures, octave-eldoc-function):
10622         New functions.
10623         (octave-mode, inferior-octave-mode): Add eldoc support.
10625 2013-05-11  Richard Stallman  <rms@gnu.org>
10627         * epa.el (epa-decrypt-file): Take output file name as argument
10628         and read it using `interactive'.
10630 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10632         * progmodes/octave.el (octave-beginning-of-line)
10633         (octave-end-of-line): Check before using up-list because it jumps
10634         out of more syntactic contructs since moving to smie.
10635         (octave-indent-comment): New function.
10636         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
10637         (octave-begin-keywords, octave-end-keywords)
10638         (octave-reserved-words, octave-smie-bnf-table)
10639         (octave-smie-rules): Add new keywords from Octave 3.6.4.
10641 2013-05-11  Glenn Morris  <rgm@gnu.org>
10643         * faces.el (internal-face-x-get-resource):
10644         * frame.el (ns-display-monitor-attributes-list):
10645         * calc/calc-aent.el (math-to-radians-2):
10646         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10647         Fix declarations.
10649         * calc/calc-menu.el: Make it loadable in isolation.
10651         * net/eudcb-bbdb.el: Make it loadable without bbdb.
10652         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10653         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10654         (eudc-bbdb-query-internal): Require 'bbdb.
10656         * lpr.el (lpr-headers-switches):
10657         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10659         * progmodes/sql.el (sql-login-params): Fix and improve :type.
10661         * emulation/edt-mapper.el: In batch mode, error rather than hang.
10663         * term.el (term-set-escape-char): Make it idempotent.
10665 2013-05-10  Leo Liu  <sdl.web@gmail.com>
10667         * progmodes/octave.el (inferior-octave-completion-table):
10668         No longer a function and all uses changed.  Use cache to speed up
10669         completion due to bug#11906.
10670         (octave-beginning-of-defun): Re-write to be more general.
10672 2013-05-10  Glenn Morris  <rgm@gnu.org>
10674         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10676 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10678         * comint.el (comint-redirect-send-command-to-process): Use :around
10679         rather than :override for comint-redirect-filter.
10680         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10681         Call it instead of comint-redirect-original-filter-function (which
10682         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
10684 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
10686         * frame.el (display-monitor-attributes-list): Add NS case.
10687         (ns-display-monitor-attributes-list): Declare.
10689 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
10691         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
10693 2013-05-09  Glenn Morris  <rgm@gnu.org>
10695         * international/fontset.el (vertical-centering-font-regexp):
10696         Set standard-value.
10698         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10700         * bookmark.el (bookmark-search-delay):
10701         * cus-start.el (vertical-centering-font-regexp):
10702         * ps-mule.el (ps-mule-font-info-database-default):
10703         * ps-print.el (ps-default-fg, ps-default-bg):
10704         * type-break.el (type-break-good-break-interval):
10705         * whitespace.el (whitespace-indentation-regexp)
10706         (whitespace-space-after-tab-regexp):
10707         * emacs-lisp/testcover.el (testcover-1value-functions)
10708         (testcover-noreturn-functions, testcover-progn-functions)
10709         (testcover-prog1-functions):
10710         * emulation/viper-init.el (viper-emacs-state-cursor-color):
10711         * eshell/em-glob.el (eshell-glob-translate-alist):
10712         * play/tetris.el (tetris-tty-colors):
10713         * progmodes/cpp.el (cpp-face-default-list):
10714         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10715         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10716         (idlwave-help-browser-generic-args):
10717         * progmodes/make-mode.el (makefile-special-targets-list):
10718         * progmodes/python.el (python-shell-virtualenv-path):
10719         * progmodes/verilog-mode.el (verilog-active-low-regexp)
10720         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10721         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10722         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10723         * textmodes/reftex-vars.el (reftex-format-label-function):
10724         * textmodes/remember.el (remember-diary-file): Fix custom types.
10726         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10727         Add :version.
10729 2013-05-09  Leo Liu  <sdl.web@gmail.com>
10731         * progmodes/octave.el (inferior-octave-completion-at-point):
10732         Restore file completion.  (Bug#14300)
10733         (inferior-octave-startup): Fix incorrect highlighting for the
10734         first prompt.
10736 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10738         * progmodes/ruby-mode.el: First cut at SMIE support.
10739         (ruby-use-smie): New var.
10740         (ruby-smie-grammar): New constant.
10741         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10742         (ruby-smie--forward-token, ruby-smie--backward-token)
10743         (ruby-smie-rules): New functions.
10744         (ruby-mode-variables): Setup SMIE if applicable.
10746 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
10748         * simple.el (line-move-visual): Signal beginning/end of buffer
10749         only if vertical-motion moved less than it was requested.  Avoids
10750         silly incorrect error messages when there are display strings with
10751         multiple newlines at EOL.
10753 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10755         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10756         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10757         (prolog-char-quote-workaround):
10758         * progmodes/cperl-mode.el (cperl-under-as-char):
10759         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10760         Mark as obsolete.
10761         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10762         their declaration.
10763         (vhdl-mode-syntax-table-init): Remove.
10765         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10766         last change.
10768         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10769         syntax for "_".
10770         (ld-script-font-lock-keywords):
10771         Change regexps to use things like \_< and \_>.
10773         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10774         Change all regexps to use things like \_< and \_>.
10776         * progmodes/autoconf.el (autoconf-definition-regexp)
10777         (autoconf-font-lock-keywords, autoconf-current-defun-function):
10778         Handle a _ with symbol syntax.
10779         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10781         * progmodes/ada-mode.el (ada-mode-abbrev-table):
10782         Consolidate declaration.
10783         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10784         the declaration.
10785         (ada-create-syntax-table): Remove.
10786         (ada-capitalize-word): Don't mess with the syntax of "_" since it
10787         already has the right syntax nowadays.
10788         (ada-goto-next-word): Don't change the syntax of "_".
10790         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10791         with-wrapper-hook.
10793 2013-05-08  Sam Steingold  <sds@gnu.org>
10795         * thingatpt.el (thing-at-point): Accept optional second argument
10796         NO-PROPERTIES to strip the text properties from the return value.
10797         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10798         to `thing-at-point' instead of stripping the properties ourselves.
10799         Also, when `thing-at-point' fails to find a url, prepend "http://"
10800         to the filename at point on the assumption that the user is
10801         pointing at something like gnu.org/gnu.
10803 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
10805         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10806         * faces.el (crm-separator):
10807         Silence byte-compiler.
10809         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10810         (tool-bar-map): Remove unneeded defvars.
10812 2013-05-08  Leo Liu  <sdl.web@gmail.com>
10814         Re-work a fix for bug#10994 based on Le Wang's patch.
10815         * ido.el (ido-remove-consecutive-dups): New helper.
10816         (ido-completing-read): Use it.
10817         (ido-chop): Revert fix for bug#10994.
10819 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
10821         * cus-edit.el (custom-save-variables):
10822         Pretty-print long values.  (Bug#14187)
10824 2013-05-08  Glenn Morris  <rgm@gnu.org>
10826         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10827         (m4-mode-syntax-table): Init in the defvar.
10828         (m4-mode-abbrev-table): Let define-derived-mode define it.
10830 2013-05-08  Tom Tromey  <tromey@redhat.com>
10832         * progmodes/m4-mode.el (m4-mode-syntax-table):
10833         Do not treat "_" as word constituent.  (Bug#14167)
10835 2013-05-07  Glenn Morris  <rgm@gnu.org>
10837         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10838         Remove explicit eshell-isearch-cancel-map.
10840         * progmodes/f90.el (f90-smart-end-names): New option.
10841         (f90-smart-end): Doc fix.
10842         (f90-end-block-optional-name): New constant.
10843         (f90-block-match): Respect f90-smart-end-names.
10845 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10847         * progmodes/octave.el (octave-smie-forward-token): Be more careful
10848         about implicit semi-colons (bug#14218).
10850 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10852         * frame.el (display-monitor-attributes-list)
10853         (frame-monitor-attributes): New functions.
10855 2013-05-06  Leo Liu  <sdl.web@gmail.com>
10857         * progmodes/octave.el (octave-syntax-propertize-function): Change
10858         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
10859         (octave-font-lock-keywords): Use octave-operator-regexp.
10860         (octave-completion-at-point): Rename from
10861         octave-completion-at-point-function.
10862         (inferior-octave-directory-tracker): Robustify.
10863         (octave-text-functions): Remove and fix its uses.  No such things
10864         any more.
10866 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * emacs-lisp/trace.el (trace--display-buffer): New function.
10869         (trace-make-advice): Use it.
10871 2013-05-06  Juri Linkov  <juri@jurta.org>
10873         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
10874         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10875         Doc fix.
10876         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10877         in the help string.  (Bug#12985)
10879 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
10881         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
10883 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * progmodes/perl-mode.el: Add support for here documents.
10886         (perl-syntax-propertize-function): Match here-doc markers.
10887         (perl-syntax-propertize-special-constructs): Find their end.
10888         (perl-imenu-generic-expression): Use [:alnum:].
10890         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10891         (advice--add-function): Refresh the advice if already present
10892         (bug#14317).
10894 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
10896         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
10898 2013-05-06  Glenn Morris  <rgm@gnu.org>
10900         * w32-fns.el (w32-charset-info-alist): Declare.
10902         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10903         of its defcustom properties.
10904         (eshell-cmpl-initialize): No need to load pcomplete.
10906         * generic-x.el: No need to require comint when compiling.
10908         * net/eudc-export.el: Make it loadable without bbdb.
10909         (top-level): Use require rather than load-library.
10910         (eudc-create-bbdb-record, eudc-bbdbify-phone)
10911         (eudc-batch-export-records-to-bbdb)
10912         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10913         Require bbdb.
10915 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10918         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10919         some tweaks, instead.
10921 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10923         * progmodes/octave.el (octave-font-lock-keywords)
10924         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10925         (inferior-octave-send-list-and-digest): Improve error message.
10926         (octave-mode, inferior-octave-mode): Use setq-local.
10927         (octave-help): Set info-lookup-mode.
10929 2013-05-05  Richard Stallman  <rms@gnu.org>
10931         * vc/compare-w.el (compare-windows-whitespace):
10932         Treat no-break space as whitespace.
10934         * mail/rmailsum.el (rmail-summary-rmail-update):
10935         Detect empty summary and don't change selected message.
10936         (rmail-summary-goto-msg): Likewise.
10938         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10939         Doc fixes, rename args.
10941 2013-05-05  Alan Mackenzie  <acm@muc.de>
10943         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10945 2013-05-05  Juri Linkov  <juri@jurta.org>
10947         * info.el (Info-read-subfile): Use (point-min) instead of (point)
10948         to not add the length of the summary segment to the return value.
10949         (Bug#14125)
10951 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10953         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10954         (inferior-octave-output-filter): Remove.
10955         (octave-send-region, inferior-octave-startup): Fix callers.
10956         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10957         (octave-binary-file-extensions): New user variable.
10958         (octave-find-definition): Confirm if opening binary files.
10959         (octave-help-file): Use octave-find-definition to get the binary
10960         confirmation.
10961         (octave-help): Adjust for octave-help-file change.
10963 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10965         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10966         Merge the two entries that handle function definitions.
10967         (pascal--syntax-propertize): New const.
10968         (pascal-mode): Use it.  Use setq-local.
10970 2013-05-04  Glenn Morris  <rgm@gnu.org>
10972         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10973         (diary-from-outlook): Respect diary-from-outlook-function.
10975 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10977         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10978         Move the declaration from C.
10979         (read-minibuffer, eval-minibuffer): Move from C.
10980         (completion-setup-function): Avoid minibuffer-completion-contents.
10982 2013-05-03  Leo Liu  <sdl.web@gmail.com>
10984         * progmodes/octave.el (octave-font-lock-keywords): Do not
10985         dehighlight 'end' in comments or strings.
10986         (octave-completing-read, octave-goto-function-definition):
10987         New helpers.
10988         (octave-help-buffer): New user variable.
10989         (octave-help-file, octave-help-function): New button types.
10990         (octave-help): New command and bind it to C-h ;.
10991         (octave-find-definition): New command and bind it to M-.
10992         (user-error): Alias to error if not defined.
10994 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10996         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10997         for \.  (bug#14332)
10998         (octave-font-lock-keywords): Include [ and {.
11000 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11002         * progmodes/octave.el (inferior-octave-startup-file): Change default.
11003         (inferior-octave): Remove calling comint-mode and return the buffer.
11004         (inferior-octave-startup): Cosmetic changes.
11006 2013-05-02  Leo Liu  <sdl.web@gmail.com>
11008         * progmodes/octave.el (octave-syntax-propertize-function):
11009         Include the case when ' is at line beginning.  (Bug#14336)
11011 2013-05-02  Glenn Morris  <rgm@gnu.org>
11013         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
11014         * desktop.el (vc-dir-mode): Just autoload it here.
11016 2013-05-02  Alan Mackenzie  <acm@muc.de>
11018         Eliminate variable c-standard-font-lock-fontify-region-function.
11019         * progmodes/cc-mode.el
11020         (c-standard-font-lock-fontify-region-function): Remove.
11021         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
11023 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11025         * progmodes/octave.el: Compatible with older emacs-24 releases.
11026         (inferior-octave-has-built-in-variables): Remove.  Built-in
11027         variables were removed from Octave in 2007.
11028         (inferior-octave-startup): Fix uses.
11029         (comint-line-beginning-position): Remove compatibility code for
11030         emacs 21.
11032 2013-05-01  Juri Linkov  <juri@jurta.org>
11034         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
11036 2013-05-01  Juri Linkov  <juri@jurta.org>
11038         * comint.el (comint-previous-matching-input): Don't print message
11039         "History item: %d" when `isearch-mode' is active.
11040         (comint-history-isearch-message): Print message "History item: %d"
11041         when `comint-input-ring-index' is not empty and this function is
11042         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
11044 2013-05-01  Leo Liu  <sdl.web@gmail.com>
11046         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
11047         definitions.  Use completion-at-point to insert keywords.
11048         (octave-abbrev-start): Remove.
11049         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
11051 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11053         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
11054         change.
11056 2013-04-30  Alan Mackenzie  <acm@muc.de>
11058         Handle arbitrarily long C++ member initialisation lists.
11059         * progmodes/cc-engine.el (c-back-over-member-initializers):
11060         new function.
11061         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
11062         (most) member init lists.
11064 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11066         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
11067         variable.
11069 2013-04-30  Leo Liu  <sdl.web@gmail.com>
11071         * progmodes/octave.el (octave-variables): Remove.  No builtin
11072         variables any more.  All converted to functions.
11073         (octave-font-lock-keywords, octave-completion-at-point-function):
11074         Fix uses.
11075         (octave-font-lock-texinfo-comment): New user variable.
11076         (octave-texinfo-font-lock-keywords): New variable for texinfo
11077         comment block.
11078         (octave-function-comment-block): New face.
11079         (octave-font-lock-texinfo-comment): New function.
11080         (octave-mode): Font lock texinfo comment block.
11082 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11084         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
11085         indexing expression.
11086         (octave-continuation-string): Do not use \.
11087         (inferior-octave-complete-impossible): Remove.
11088         (inferior-octave-completion-table)
11089         (inferior-octave-completion-at-point): Remove its uses.
11090         (inferior-octave-startup): completion_matches was introduced to
11091         Octave in 1996 so safe to assume it.
11092         (octave-function-file-comment): Improve to follow how Octave does it.
11093         (octave-update-function-file-comment): Tweak.
11095 2013-04-29  Leo Liu  <sdl.web@gmail.com>
11097         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
11098         (inferior-octave-startup): Remove inferior-octave-startup-hook.
11099         (octave-function-file-comment): Fix typo.
11100         (octave-sync-function-file-names): Use read-char-choice.
11102 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
11104         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
11105         to t for the less important warnings.
11107 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
11109         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
11111 2013-04-27  Glenn Morris  <rgm@gnu.org>
11113         * vc/log-view.el (log-view-current-entry):
11114         Treat "---" separator lines as part of the following rev.  (Bug#14169)
11116 2013-04-27  Juri Linkov  <juri@jurta.org>
11118         * subr.el (read-number): Doc fix about using it by interactive
11119         code letter `n'.  (Bug#14254)
11121 2013-04-27  Juri Linkov  <juri@jurta.org>
11123         * desktop.el (desktop-auto-save-timeout): New option.
11124         (desktop-file-checksum): New variable.
11125         (desktop-save): Add optional arg `auto-save' and don't auto-save
11126         if nothing changed.
11127         (desktop-auto-save-timer): New variable.
11128         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
11129         (after-init-hook): Call `desktop-auto-save-set-timer'.
11130         Suggested by Reuben Thomas <rrt@sc3d.org> in
11131         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
11133 2013-04-27  Leo Liu  <sdl.web@gmail.com>
11135         * progmodes/octave.el (octave-function-file-p)
11136         (octave-skip-comment-forward, octave-function-file-comment)
11137         (octave-update-function-file-comment): New functions.
11138         (octave-mode-map): Bind C-c ; to
11139         octave-update-function-file-comment.
11140         (octave-mode-menu): Add octave-update-function-file-comment.
11141         (octave-mode, inferior-octave-mode): Fix doc-string.
11142         (octave-insert-defun): Conform to Octave's coding convention.
11143         (Bug#14285)
11145         * files.el (basic-save-buffer): Don't let errors in
11146         before-save-hook prevent saving buffer.
11148 2013-04-20  Roland Winkler  <winkler@gnu.org>
11150         * faces.el (read-face-name): Use completing-read if arg multiple
11151         is nil.
11153 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
11155         * ls-lisp.el (ls-lisp-insert-directory): If no files are
11156         displayed, move point to after the totals line.
11157         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
11158         for the details.
11160 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * emacs-lisp/package.el (package-autoload-ensure-default-file):
11163         Add current dir to the load-path.
11164         (package-generate-autoloads): Don't rely on
11165         autoload-ensure-default-file.
11167 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
11169         * textmodes/remember.el (remember-store-in-files): Document that
11170         the file name format is passed to `format-time-string'.
11172 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11174         * progmodes/octave.el (octave-sync-function-file-names): New function.
11175         (octave-mode): Use it in before-save-hook.
11177 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11179         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
11180         (bug#14274).
11182         * progmodes/octave.el (octave-smie-forward-token): Properly skip
11183         \n and comment, even if it's not an implicit ; (bug#14218).
11185 2013-04-26  Glenn Morris  <rgm@gnu.org>
11187         * subr.el (read-number): Once more use `read' rather than
11188         `string-to-number', to trap non-numeric input.  (Bug#14254)
11190 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
11192         * emacs-lisp/syntax.el (syntax-propertize-multiline):
11193         Use `syntax-multiline' text property consistently instead of
11194         `font-lock-multiline'.  (Bug#14237)
11196 2013-04-26  Glenn Morris  <rgm@gnu.org>
11198         * emacs-lisp/shadow.el (list-load-path-shadows):
11199         No longer necessary to check for duplicate simple.el, since
11200         2012-07-07 change to init_lread to not include installation lisp
11201         directories in load-path when running uninstalled.  (Bug#14270)
11203 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11205         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11206         (octave-mode, inferior-octave-mode): Use setq-local.
11207         (octave-not-in-string-or-comment-p): Rename to
11208         octave-in-string-or-comment-p.
11209         (octave-in-comment-p, octave-in-string-p)
11210         (octave-in-string-or-comment-p): Replace defsubst with defun.
11212 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11214         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11216 2013-04-25  Bastien Guerry  <bzg@gnu.org>
11218         * textmodes/remember.el (remember-data-directory)
11219         (remember-directory-file-name-format): Fix custom types.
11221 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11223         * progmodes/octave.el (octave-completion-at-point-function):
11224         Make use of inferior octave process.
11225         (octave-initialize-completions): Remove.
11226         (inferior-octave-completion-table): New function.
11227         (inferior-octave-completion-at-point): Use it.
11228         (octave-completion-alist): Remove.
11230 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11232         * progmodes/opascal.el: Use font-lock and syntax-propertize.
11233         (opascal-mode-syntax-table): New var.
11234         (opascal-literal-kind, opascal-is-literal-end)
11235         (opascal-literal-token-at): Rewrite.
11236         (opascal--literal-start-re, opascal-font-lock-keywords)
11237         (opascal--syntax-propertize): New constants.
11238         (opascal-font-lock-defaults): Adjust.
11239         (opascal-mode): Use them.  Set comment-<foo> variables as well.
11240         (delphi-comment-face, opascal-comment-face, delphi-string-face)
11241         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11242         (delphi-other-face, opascal-other-face): Remove face variables.
11243         (opascal-save-state): Remove macro.
11244         (opascal-fontifying-progress-step): Remove constant.
11245         (opascal--ignore-changes): Remove var.
11246         (opascal-set-token-property, opascal-parse-next-literal)
11247         (opascal-is-stable-literal, opascal-complete-literal)
11248         (opascal-is-literal-start, opascal-face-of)
11249         (opascal-parse-region, opascal-parse-region-until-stable)
11250         (opascal-fontify-region, opascal-after-change)
11251         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11252         (opascal-debug-parse-region, opascal-debug-parse-window)
11253         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11254         (opascal-debug-fontify-buffer): Remove.
11255         (opascal-debug-mode-map): Adjust accordingly.
11257 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11259         Merge octave-mod.el and octave-inf.el into octave.el with some
11260         cleanups.
11261         * progmodes/octave.el: New file renamed from octave-mod.el.
11262         * progmodes/octave-inf.el: Merged into octave.el.
11263         * progmodes/octave-mod.el: Renamed to octave.el.
11265 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
11267         * textmodes/reftex-vars.el
11268         (reftex-label-ignored-macros-and-environments): New defcustom.
11270         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11272 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11274         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11275         (smie-indent-keyword): Improve the check to ensure that the next
11276         comment is really on the same line.
11277         (smie-indent-comment): Don't align with a subsequent closer (or eob).
11279         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11280         semi-colons if the line is not otherwise empty (bug#14218).
11282 2013-04-25  Glenn Morris  <rgm@gnu.org>
11284         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11286 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11288         * progmodes/opascal.el (opascal-set-token-property): Rename from
11289         opascal-set-text-properties and only set `token' (bug#14134).
11290         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11291         (opascal-literal-text-properties): Remove.
11292         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11293         Adjust callers.
11295 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
11297         * textmodes/remember.el (remember-handler-functions): Add an
11298         option for a new handler `remember-store-in-files'.
11299         (remember-data-directory, remember-directory-file-name-format):
11300         New options.
11301         (remember-store-in-files): New function to store remember notes
11302         as separate files within a directory.
11304 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
11306         * progmodes/compile.el (compilation-next-error-function):
11307         Pass "formats" to compilation-find-file (bug#11777).
11309 2013-04-24  Glenn Morris  <rgm@gnu.org>
11311         * vc/vc-bzr.el (vc-bzr-print-log):
11312         * vc/vc-hg.el (vc-hg-print-log):
11313         * vc/vc-svn.el (vc-svn-print-log):
11314         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
11316         * vc/vc-bzr.el (vc-bzr-print-log):
11317         * vc/vc-cvs.el (vc-cvs-print-log):
11318         * vc/vc-git.el (vc-git-print-log):
11319         * vc/vc-hg.el (vc-hg-print-log):
11320         * vc/vc-mtn.el (vc-mtn-print-log):
11321         * vc/vc-rcs.el (vc-rcs-print-log):
11322         * vc/vc-sccs.el (vc-sccs-print-log):
11323         * vc/vc-svn.el (vc-svn-print-log):
11324         * vc/vc.el (vc-print-log-internal): Doc fixes.
11326 2013-04-23  Glenn Morris  <rgm@gnu.org>
11328         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11329         Remove venerable code attempting to avoid substitute-command-keys.
11331 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
11333         * textmodes/reftex-vars.el (reftex-label-regexps):
11334         Call `reftex-compile-variables' after changes to this variable.
11336 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11338         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11339         Use lexical-binding.
11340         (jit-lock-force-redisplay): Use markers, check buffer's continued
11341         existence and beware narrowed buffers.
11342         (jit-lock-fontify-now): Adjust call accordingly.
11344 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11346         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11347         to avoid misleading the user.
11349 2013-04-22  Leo Liu  <sdl.web@gmail.com>
11351         * info-look.el: Prefer latex2e.info.  (Bug#14240)
11353 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
11355         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
11357         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11358         * net/tramp.el (tramp-call-process): ... here.
11359         (tramp-set-completion-function, tramp-parse-putty):
11360         * net/tramp-adb.el (tramp-adb-execute-adb-command):
11361         * net/tramp-gvfs.el (tramp-gvfs-send-command):
11362         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11363         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11364         (tramp-call-local-coding-command): Use `tramp-call-process'
11365         instead of `tramp-compat-call-process'.
11367         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11368         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11369         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11370         (tramp-find-inline-compress): Improve traces.
11371         (tramp-maybe-send-script): Check for Perl binary.
11372         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11374 2013-04-22  Daiki Ueno  <ueno@gnu.org>
11376         * epg.el (epg-context-pinentry-mode): New function.
11377         (epg-context-set-pinentry-mode): New function.
11378         (epg--start): Pass --pinentry-mode option to gpg command.
11380 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
11382         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11383         `comint-dynamic-complete' is obsolete since 24.1, replaced by
11384         `completion-at-point'.  (Bug#13774)
11386         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11387         default key binding for `describe-distribution' has been moved to
11388         `C-h C-o'.  (Bug#13970)
11390 2013-04-21  Glenn Morris  <rgm@gnu.org>
11392         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11393         Add doc strings.
11394         (vc-print-log): Clarify interactive prompt.
11396 2013-04-20  Glenn Morris  <rgm@gnu.org>
11398         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11399         No longer include timestamp etc information.
11401 2013-04-20  Roland Winkler  <winkler@gnu.org>
11403         * faces.el (read-face-name): Bug fix, return just one face if arg
11404         multiple is nil.  (Bug#14209)
11406 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11408         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11409         (remove-function): Autoload.
11411         * comint.el (comint-redirect-original-filter-function): Remove.
11412         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11413         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11414         (vc-cvs-annotate-command):
11415         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11416         * progmodes/prolog.el (prolog-consult-compile):
11417         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11418         Use add/remove-function instead.
11419         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11420         (gud-tooltip-process-output, gud-tooltip-tips):
11421         Use add/remove-function instead.
11422         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11423         (scheme-interaction-mode, exit-scheme-interaction-mode):
11424         Use add/remove-function instead.
11426         * vc/vc-dispatcher.el: Use lexical-binding.
11427         (vc--process-sentinel): Rename from vc-process-sentinel.
11428         Change last arg to be the code to run.  Don't use vc-previous-sentinel
11429         and vc-sentinel-commands any more.
11430         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
11431         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11433 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
11435         * progmodes/sh-script.el (sh-imenu-generic-expression):
11436         Handle function names with a single character.   (Bug#14111)
11438 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
11440         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11441         for subroutines defined in an eval (bug#14182).
11443 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11445         * bookmark.el (bookmark-completing-read): Improve handling of empty
11446         string (bug#14176).
11448 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11452 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11454         New faster Imenu implementation (bug#14058).
11455         * progmodes/python.el:
11456         (python-imenu-prev-index-position):
11457         (python-imenu-format-item-label-function)
11458         (python-imenu-format-parent-item-label-function)
11459         (python-imenu-format-parent-item-jump-label-function):
11460         New vars.
11461         (python-imenu-format-item-label)
11462         (python-imenu-format-parent-item-label)
11463         (python-imenu-format-parent-item-jump-label)
11464         (python-imenu--put-parent, python-imenu--build-tree)
11465         (python-imenu-create-index, python-imenu-create-flat-index)
11466         (python-util-popn): New functions.
11467         (python-mode): Set imenu-create-index-function to
11468         python-imenu-create-index.
11470 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11472         * winner.el (winner-active-region): Use region-active-p, activate-mark
11473         and deactivate-mark (bug#14225).
11475         * simple.el (deactivate-mark): Don't inline it.
11477 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
11479         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11481 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
11483         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11484         file extensions from the archive-mode entry in order to prefer
11485         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11487 2013-04-18  Leo Liu  <sdl.web@gmail.com>
11489         * bindings.el (help-event-list): Add ?\?.
11491 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11493         * subr.el (with-wrapper-hook): Declare obsolete.
11494         * simple.el (filter-buffer-substring-function): New hook.
11495         (filter-buffer-substring): Use it.
11496         (filter-buffer-substring-functions): Mark obsolete.
11497         * minibuffer.el (completion-in-region-function): New hook.
11498         (completion-in-region): Use it.
11499         (completion-in-region-functions): Mark obsolete.
11500         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11501         * abbrev.el (abbrev-expand-function): New hook.
11502         (expand-abbrev): Use it.
11503         (abbrev-expand-functions): Mark obsolete.
11504         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11505         and :filter-return.
11507 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11509         * progmodes/python.el (python-nav--syntactically): Fix cornercases
11510         and do not care about match data.
11512 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11514         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11515         completion tables when completing error conditions and
11516         `declare' arguments.
11517         (lisp-complete-symbol, field-complete): Mark as obsolete.
11518         (check-parens): Unmatched parens are user errors.
11519         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11521 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
11523         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11524         command changed buffer (ie. `flyspell-pre-buffer' is not current
11525         buffer), which prevents making decisions based on invalid value of
11526         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
11527         cause an error when `flyspell-pre-point' was nil after switching
11528         buffers.
11529         (flyspell-post-command-hook): No longer needs to change buffers when
11530         checking pre-word.  While at it remove unnecessary progn.
11532 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
11534         * textmodes/ispell.el (ispell-add-per-file-word-list):
11535         Fix `flyspell-correct-word-before-point' error when accepting
11536         words and `coment-padding' is an integer by using
11537         `comment-normalize-vars' (Bug #14214).
11539 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11541         New defun movement commands.
11542         * progmodes/python.el (python-nav--syntactically)
11543         (python-nav--forward-defun, python-nav-backward-defun)
11544         (python-nav-forward-defun): New functions.
11546 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11548         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11549         (python-syntax-context): Use named compiler-macro for backwards
11550         compatibility with Emacs 24.x.
11552 2013-04-17  Leo Liu  <sdl.web@gmail.com>
11554         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11555         octave-hide-process-buffer.
11557 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11559         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11560         (bug#14216).
11562 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
11564         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11565         Fix adjustment of offset when receiving incomplete responses from GDB
11566         (bug#14129).
11568 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11570         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11571         python-mode-abbrev-table.
11572         (python-skeleton-define): Adjust accordingly.
11573         (python-mode-abbrev-table): New table that inherits from it so that
11574         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11576         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11577         (abbrev-symbol): Use it.
11578         (abbrev--before-point): Use it since we already handle inheritance.
11580 2013-04-16  Leo Liu  <sdl.web@gmail.com>
11582         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11583         binding to info-lookup-symbol.
11585 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
11587         * minibuffer.el (completion--twq-all):
11588         * term/ns-win.el (ns-initialize-window-system):
11589         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11591 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11593         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11594         global bindings.
11596         * doc-view.el (doc-view-start-process): Handle url-handler directories.
11598 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
11600         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11601         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11602         to nil.
11603         (ruby-end-of-defun): Remove the unused arg, change the docstring
11604         to reflect that this function is only used as the value of
11605         `end-of-defun-function'.
11606         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11607         to reflect an earlier change that beginning/end-of-defun functions
11608         jump between methods in a class definition, as well as top-level
11609         functions.
11611 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11613         * minibuffer.el (minibuffer-complete): Don't just scroll
11614         a *Completions* that's been iconified.
11615         (minibuffer-force-complete): Make sure repetitions do cycle when going
11616         through completion-in-region -> minibuffer-complete.
11618 2013-04-15  Alan Mackenzie  <acm@muc.de>
11620         Correct the placement of c-cpp-delimiters when there're #s not at
11621         col 0.
11623         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11624         place a submatch around the #.
11625         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11626         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
11627         on the #, not BOL.
11629 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11631         * emacs-lisp/nadvice.el: Properly test names when adding advice.
11632         (advice--member-p): New arg `name'.
11633         (advice--add-function, advice-member-p): Use it (bug#14202).
11635 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
11637         Reformulate java imenu-generic-expression.
11638         The old expression contained ill formed regexps.
11640         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11641         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11642         (cc-imenu-java-method-arg-regexp): New defconsts.
11643         (cc-imenu-java-build-type-args-regex): New defun.
11644         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11645         handling of spaces in the regexp.
11647 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11649         * textmodes/ispell.el (ispell-command-loop): Remove
11650         flyspell highlight of a word when ispell accepts it (bug #14178).
11652 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
11654         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11655         uses code from the previous `ange-ftp-run-real-handler'.
11656         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11657         only in case that function exist.  This is needed for proper
11658         unloading of Tramp.
11660 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
11662         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11664         * textmodes/reftex.el (reftex-compile-variables): Use it.
11666 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11668         * files.el (normal-mode): Only use default major-mode if no other mode
11669         was specified.
11671         * emacs-lisp/trace.el (trace-values): New function.
11673         * files.el: Allow : in local variables (bug#14089).
11674         (hack-local-variable-regexp): New var.
11675         (hack-local-variables-prop-line, hack-local-variables): Use it.
11677 2013-04-13  Roland Winkler  <winkler@gnu.org>
11679         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
11680         data before it gets modified by bibtex-beginning-of-entry.
11682 2013-04-13  Roland Winkler  <winkler@gnu.org>
11684         * textmodes/bibtex.el (bibtex-url): Doc fix.
11686 2013-04-13  Roland Winkler  <winkler@gnu.org>
11688         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11689         does not visit a BibTeX file, exclude it from the list of buffers
11690         returned by bibtex-initialize.
11692 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
11694         * window.el (split-window): Remove interactive form, since as a
11695         command this function is a special case of split-window-below.
11696         Correct doc string.
11698 2013-04-12  Roland Winkler  <winkler@gnu.org>
11700         * faces.el (read-face-name): Do not override value of arg default.
11701         Allow single faces and strings as default values.  Remove those
11702         elements from return value that are not faces.
11703         (describe-face): Simplify.
11704         (face-at-point): New optional args thing and multiple so that this
11705         function can provide the same functionality previously provided by
11706         read-face-name.
11707         (make-face-bold, make-face-unbold, make-face-italic)
11708         (make-face-unitalic, make-face-bold-italic, invert-face)
11709         (modify-face, read-face-and-attribute): Use face-at-point.
11711         * cus-edit.el (customize-face, customize-face-other-window)
11712         * cus-theme.el (custom-theme-add-face)
11713         * face-remap.el (buffer-face-set)
11714         * facemenu.el (facemenu-set-face): Use face-at-point.
11716 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
11718         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11720 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
11722         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11723         off leading { and trailing } from field values.
11725 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11727         * emacs-lisp/timer.el (timer--check): New function.
11728         (timer--time, timer-set-function, timer-event-handler): Use it.
11729         (timer-set-idle-time): Simplify.
11730         (timer--activate): CSE.
11731         (timer-event-handler): Give more info in error message.
11732         (internal-timer-start-idle): New function, moved from C.
11734         * mpc.el (mpc-proc): Add `restart' argument.
11735         (mpc-proc-cmd): Use it.
11736         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11737         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11738         less often.
11740 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
11742         * progmodes/sh-script.el: Implement `sh-mode' own
11743         `add-log-current-defun-function' (bug#14112).
11744         (sh-current-defun-name): New function.
11745         (sh-mode): Use the function.
11747 2013-04-09  Bastien Guerry  <bzg@gnu.org>
11749         * simple.el (choose-completion-string): Fix docstring (bug#14163).
11751 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11753         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11755         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11756         timer (bug#14156).
11758 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
11760         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11761         declaration.
11763 2013-04-07  Leo Liu  <sdl.web@gmail.com>
11765         * pcmpl-x.el: New file.
11767 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
11769         Do not set x-display-name until X connection is established.
11770         This is needed to prevent from weird situation described at
11771         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11772         * frame.el (make-frame): Set x-display-name after call to
11773         window system initialization function, not before.
11774         * term/x-win.el (x-initialize-window-system): Add optional
11775         display argument and use it.
11776         * term/w32-win.el (w32-initialize-window-system):
11777         * term/ns-win.el (ns-initialize-window-system):
11778         * term/pc-win.el (msdos-initialize-window-system):
11779         Add compatible optional display argument.
11781 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
11783         * files.el (normal-backup-enable-predicate): On MS-Windows and
11784         MS-DOS compare truenames of temporary-file-directory and of the
11785         file, so that 8+3 aliases (usually found in $TEMP on Windows)
11786         don't fail comparison by compare-strings.  Also, compare file
11787         names case-insensitively on MS-Windows and MS-DOS.
11789 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11791         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11792         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11794 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
11796         * whitespace.el (whitespace-color-on, whitespace-color-off):
11797         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11799 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
11801         * ispell.el (ispell-set-spellchecker-params):
11802         Really set `ispell-args' for all equivs.
11804 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11806         * ido.el (ido-completions): Use extra elements of ido-decorations
11807         (bug#14143).
11808         (ido-decorations): Update docstring.
11810 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
11812         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11813         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11814         nil during initialization, in order not to miss changes since the
11815         file was opened.  (Bug#14140)
11817 2013-04-05  Leo Liu  <sdl.web@gmail.com>
11819         * kmacro.el (kmacro-call-macro): Fix bug#14135.
11821 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
11823         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11825 2013-04-04  Glenn Morris  <rgm@gnu.org>
11827         * electric.el (electric-pair-inhibit-predicate): Add :version.
11829 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11832         when a package is required several times (bug#14082).
11834 2013-04-04  Roland Winkler  <winkler@gnu.org>
11836         * faces.el (read-face-name): Behave as promised by the docstring.
11837         Assume that arg default is a list of faces.
11838         (describe-face): Call read-face-name with list of default faces.
11840 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11842         * bookmark.el: Fix deletion of bookmarks (bug#13972).
11843         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11844         (bookmark-bmenu-execute-deletions): Only skip first line if it's
11845         the header.
11846         (bookmark-exit-hook-internal): Save even if list is empty.
11848 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
11850         * emacs-lisp/package.el (package-pinned-packages): New var.
11851         (package--add-to-archive-contents): Obey it (bug#14118).
11853 2013-04-03  Alan Mackenzie  <acm@muc.de>
11855         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11856         Also adapt to the new values of element 7 of a parse state.
11858         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11859         parameter `not-in-delimiter'.  Handle being inside comment opener.
11860         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11861         character in case we're typing a '*' after a '/'.
11862         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11863         instead by passing the parameter to c-state-pp-to-literal.
11865         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11866         for elt. 7 of a parse state.
11868 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11870         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11871         * international/latin1-disp.el, international/mule-util.el:
11872         * language/cyril-util.el, language/european.el, language/ind-util.el:
11873         * language/lao-util.el, language/thai.el, language/tibet-util.el:
11874         * language/tibetan.el, language/viet-util.el:
11875         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11877 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11879         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11880         (electric-pair-post-self-insert-function): Use it.
11881         (electric-pair-default-inhibit): New function, extracted from
11882         electric-pair-post-self-insert-function.
11884 2013-03-31  Roland Winkler  <winkler@gnu.org>
11886         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11888 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11892 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
11894         Un-indent after "pass" and "return" statements (Bug#13888)
11895         * progmodes/python.el (python-indent-block-enders): New var.
11896         (python-indent-calculate-indentation): Use it.
11898 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
11900         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11901         defun.  Defining it as defalias could introduce too eager
11902         byte-compiler optimization.  (Bug#14030)
11904 2013-03-30  Chong Yidong  <cyd@gnu.org>
11906         * iswitchb.el (iswitchb-read-buffer): Fix typo.
11908 2013-03-30  Leo Liu  <sdl.web@gmail.com>
11910         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11911         (kmacro-execute-from-register): Pass the keyboard macro to
11912         kmacro-call-macro or repeating won't work correctly.
11914 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
11916         * progmodes/subword.el: Back to using `forward-symbol'.
11918         * subr.el (forward-whitespace, forward-symbol)
11919         (forward-same-syntax): Move from thingatpt.el.
11921 2013-03-29  Leo Liu  <sdl.web@gmail.com>
11923         * kmacro.el (kmacro-to-register): New command.
11924         (kmacro-execute-from-register): New function.
11925         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
11927 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11929         * mpc.el: Use defvar-local and setq-local.
11930         (mpc--proc-connect): Connection failures are not bugs.
11931         (mpc-mode-map): `follow-link' only applies to the buffer's content.
11932         (mpc-volume-map): Bind to the up-events.
11934 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11936         * progmodes/subword.el (superword-mode): Use `forward-sexp'
11937         instead of `forward-symbol'.
11939 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11941         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11942         (edebug--recursive-edit): Use it.
11943         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11944         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11946 2013-03-28  Leo Liu  <sdl.web@gmail.com>
11948         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
11950 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
11952         * facemenu.el (list-colors-callback): New defvar.
11953         (list-colors-redisplay): New function.
11954         (list-colors-display): Install list-colors-redisplay as the
11955         revert-buffer-function.  (Bug#14063)
11957 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11960         and suffixes don't overlap (bug#14061).
11962         * case-table.el: Use lexical-binding.
11963         (case-table-get-table): New function.
11964         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
11966 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11968         * progmodes/subword.el: Add `superword-mode' to do word motion
11969         over symbol_words (parallels and leverages `subword-mode' which
11970         does word motion inside MixedCaseWords).
11972 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
11974         * eshell/em-unix.el: Move su and sudo to...
11975         * eshell/em-tramp.el: ...Eshell tramp module.
11977 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11979         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11980         Change return value to be a sexp.  Delay `get-buffer' to after
11981         restoring the desktop (bug#13951).
11983 2013-03-26  Leo Liu  <sdl.web@gmail.com>
11985         * register.el: Move semantic tag handling back to
11986         cedet/semantic/senator.el.  (Bug#14052)
11988 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11991         into the prompt either (bug#13963).
11993 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11995         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11996         part of "(error-foo)".
11998 2013-03-24  Juri Linkov  <juri@jurta.org>
12000         * replace.el (list-matching-lines-prefix-face): New defcustom.
12001         (occur-1): Pass `list-matching-lines-prefix-face' to the function
12002         `occur-engine' if `face-differs-from-default-p' returns t.
12003         (occur-engine): Add `,' inside backquote construct to evaluate
12004         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
12005         Pass `prefix-face' to the functions `occur-context-lines' and
12006         `occur-engine-add-prefix'.
12007         (occur-engine-add-prefix, occur-context-lines): Add optional arg
12008         `prefix-face' and propertize the prefix with `prefix-face'.
12009         (Bug#14017)
12011 2013-03-24  Leo Liu  <sdl.web@gmail.com>
12013         * nxml/rng-valid.el (rng-validate-while-idle)
12014         (rng-validate-quick-while-idle): Guard against deleted buffer.
12015         (Bug#13999)
12017         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
12018         is the last entry in kill-buffer-hook.
12020         * files.el (kill-buffer-hook): Doc fix.
12022 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
12024         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
12025         Make it safe-local.
12027         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
12029 2013-03-23  Leo Liu  <sdl.web@gmail.com>
12031         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
12032         Remove.
12034         * nxml/rng-valid.el (rng-validate-mode)
12035         (rng-after-change-function, rng-do-some-validation):
12036         * nxml/rng-maint.el (rng-validate-buffer):
12037         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
12038         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
12039         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
12040         (nxml-extend-after-change-region): Use with-silent-modifications.
12042         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
12043         timer-idle-list.
12045         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
12046         (rng-next-error-1, rng-previous-error-1): Do not let-bind
12047         timer-idle-list.  (Bug#13999)
12049 2013-03-23  Juri Linkov  <juri@jurta.org>
12051         * info.el (info-index-match): New face.
12052         (Info-index, Info-apropos-matches): Add a nested subgroup to the
12053         main pattern and add text properties with the new face to matches
12054         in index entries relative to the beginning of the index entry.
12055         (Bug#14015)
12057 2013-03-21  Eric Ludlam  <zappo@gnu.org>
12059         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12060         Inhibit read only while inserting objects.
12062 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
12064         * progmodes/cfengine.el: Update docs to mention
12065         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
12066         symbol motion.  Remove "_" from the word syntax.
12068 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
12070         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
12071         syntax for both `cfengine2-mode' and `cfengine3-mode'.
12073 2013-03-20  Juri Linkov  <juri@jurta.org>
12075         * info.el (Info-next-reference-or-link)
12076         (Info-prev-reference-or-link): New functions.
12077         (Info-next-reference, Info-prev-reference): Use them.
12078         (Info-try-follow-nearest-node): Handle footnote navigation.
12079         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
12081 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12083         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
12084         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
12086 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
12088         Suppress unnecessary non-ASCII chatter during build process.
12089         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
12090         (batch-skkdic-convert): Suppress most of the chatter.
12091         It's not needed so much now that machines are faster,
12092         and its non-ASCII component was confusing; see Dmitry Gutov in
12093         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
12095 2013-03-20  Leo Liu  <sdl.web@gmail.com>
12097         * ido.el (ido-chop): Fix bug#10994.
12099 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12101         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
12102         Remove vars.
12103         (whitespace-color-on, whitespace-color-off):
12104         Use `font-lock-fontify-buffer' (Bug#13817).
12106 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12108         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
12109         remapping in mode-line.
12110         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
12112 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
12114         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
12115         value for `whitespace-line' face (Bug#13875).
12116         (whitespace-font-lock-keywords): Change description.
12117         (whitespace-color-on): Don't save `font-lock-keywords' value, save
12118         the constructed keywords instead.
12119         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
12121 2013-03-19  Leo Liu  <sdl.web@gmail.com>
12123         * progmodes/compile.el (compilation-display-error): New command.
12124         (compilation-mode-map, compilation-minor-mode-map): Bind it to
12125         C-o.  (Bug#13992)
12127 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12129         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
12131 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
12133         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
12135 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
12137         * net/tramp-compat.el (tramp-compat-user-error): New defun.
12139         * net/tramp-adb.el (tramp-adb-handle-shell-command):
12140         * net/tramp-gvfs.el (top):
12141         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
12142         (tramp-handle-shell-command): Use it.
12143         (tramp-dissect-file-name): Raise an error when hostname is a
12144         method name, and neither method nor user is specified.
12146         * net/trampver.el: Update release number.
12148 2013-03-18  Leo Liu  <sdl.web@gmail.com>
12150         Make sure eldoc can be turned off properly.
12151         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
12152         eldoc-mode.
12153         (eldoc-display-message-p): Revert last change.
12154         (eldoc-display-message-no-interference-p)
12155         (eldoc-print-current-symbol-info): Tweak.
12157 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
12159         * doc-view.el (doc-view-new-window-function): Check the new window
12160         overlay's display property instead the char property of the
12161         buffer's first char.  Use `with-selected-window' instead of
12162         `save-window-excursion' with `select-window'.
12163         (doc-view-document->bitmap): Check the current doc-view overlay's
12164         display property instead the char property of the buffer's first char.
12166 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12168         Automate the build of ja-dic.el (Bug#13984).
12169         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
12170         from the input, rather than assume that it's been done for us by the
12171         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
12172         the current date into a ja-dic.el comment, as that complicates
12173         regression testing.
12175 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12177         * whitespace.el: Fix double evaluation.
12178         (whitespace-space, whitespace-hspace, whitespace-tab)
12179         (whitespace-newline, whitespace-trailing, whitespace-line)
12180         (whitespace-space-before-tab, whitespace-indentation)
12181         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
12182         obsolete defvars.
12183         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
12184         (whitespace-color-on): Use a single font-lock-add-keywords call.
12185         Fix double-evaluation of face variables.
12187 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
12189         * net/tramp-adb.el (tramp-adb-parse-device-names):
12190         Use `start-process' instead of `call-process'.  Otherwise, the
12191         function might be blocked under MS Windows.  (Bug#13299)
12193 2013-03-17  Leo Liu  <sdl.web@gmail.com>
12195         Extend eldoc to display info in the mode-line.  (Bug#13978)
12196         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12197         (eldoc-mode-line-string): New variable.
12198         (eldoc-minibuffer-message): New function.
12199         (eldoc-message-function): New variable.
12200         (eldoc-message): Use it.
12201         (eldoc-display-message-p)
12202         (eldoc-display-message-no-interference-p):
12203         Support eldoc-post-insert-mode.
12205         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12206         (eval-expression): Run it.
12208 2013-03-17  Roland Winkler  <winkler@gnu.org>
12210         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12211         strings in the list of return values.
12213 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
12215         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12216         radix before checking for HMS forms.
12218 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12220         * progmodes/scheme.el: Add indentation and font-locking for λ.
12221         (Bug#13975)
12223 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12225         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12226         token before point (bug#13942).
12228 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12230         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
12232 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
12234         * startup.el (command-line-normalize-file-name): Fix handling of
12235         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
12236         <xfq.free@gmail.com> in
12237         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12239 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
12241         Sync with Tramp 2.2.7.
12243         * net/trampver.el: Update release number.
12245 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
12247         * doc-view.el: Fix bug#13887.
12248         (doc-view-insert-image): Don't modify overlay associated to
12249         non-live windows, and implement horizontal centering of image in
12250         case it's smaller than the window.
12251         (doc-view-new-window-function): Force redisplay of new windows on
12252         doc-view buffers.
12254 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
12256         * saveplace.el (save-place-alist-to-file): Don't sort
12257         `save-place-alist', just pretty-print it (bug#13882).
12259 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
12261         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12262         Check whether `default-file-name-coding-system' is bound.
12263         It isn't in XEmacs.
12265 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12267         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12268         backquotes for `obsolete' (bug#13929).
12270         * international/mule.el (find-auto-coding): Include file name in
12271         obsolescence warning (bug#13922).
12273 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12275         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12276         for CFEngine 3-specific indentation.
12277         (cfengine3-indent-line): Use it.  Fix up category regex.
12278         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12280 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12282         * type-break.el (type-break-file-name):
12283         * textmodes/remember.el (remember-data-file):
12284         * strokes.el (strokes-file):
12285         * shadowfile.el (shadow-initialize):
12286         * saveplace.el (save-place-file):
12287         * ps-bdf.el (bdf-cache-file):
12288         * progmodes/idlwave.el (idlwave-config-directory):
12289         * net/quickurl.el (quickurl-url-file):
12290         * international/kkc.el (kkc-init-file-name):
12291         * ido.el (ido-save-directory-list-file):
12292         * emulation/viper.el (viper-custom-file-name):
12293         * emulation/vip.el (vip-startup-file):
12294         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12295         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12297 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
12299         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12300         * language/thai-word.el: Switch to UTF-8.
12302 See ChangeLog.16 for earlier changes.
12304 ;; Local Variables:
12305 ;; coding: utf-8
12306 ;; End:
12308   Copyright (C) 2011-2014 Free Software Foundation, Inc.
12310   This file is part of GNU Emacs.
12312   GNU Emacs is free software: you can redistribute it and/or modify
12313   it under the terms of the GNU General Public License as published by
12314   the Free Software Foundation, either version 3 of the License, or
12315   (at your option) any later version.
12317   GNU Emacs is distributed in the hope that it will be useful,
12318   but WITHOUT ANY WARRANTY; without even the implied warranty of
12319   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12320   GNU General Public License for more details.
12322   You should have received a copy of the GNU General Public License
12323   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.