Restore generated autoloads in eieio.el.
[emacs.git] / lisp / ChangeLog
blob666a7886a2bdd7548e02a4efec324e5d1850f834
1 2014-01-09  David Engster  <deng@randomsample.de>
3         * emacs-lisp/eieio-custom.el:
4         * emacs-lisp/eieio-opt.el: Set generated autoload file to
5         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6         * emacs-lisp/eieio.el: Regenerate autoloads.
8 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
10         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
11         following renames.  (Bug#8756)
13 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
16         (bug#16382).
17         (activate-mark): Add `no-tmm' argument.
18         (set-mark, push-mark-command): Use it instead of running
19         activate-mark-hook by hand.
21 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
23         In preparation for the move to git, sanitize out some
24         Bazaar-specific names.
26         * version.el (emacs-bzr-version): Name changed to
27         emacs-repository-version. Obsolete-variable alias made.
28         * loadup.el: Follow through on this name change.
29         * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
30         assumption about the version control system in use.
32 2014-01-08  David Engster  <deng@randomsample.de>
34         * help-fns.el (help-fns-describe-function-functions):
35         New variable to call functions for augmenting help buffers.
36         (describe-function-1): Remove explicit calls to
37         `help-fns--compiler-macro', `help-fns--parent-mode' and
38         `help-fns--obsolete'.  Put them in above new variable instead, and
39         call them through `run-hook-with-args'.
40         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
41         `eieio-describe-class'.  Not meant for interactive use anymore,
42         but to augment existing help buffers.  Remove optional second
43         argument.  Create proper button for file location.
44         Rewrite function to use `insert' instead of `princ' and `prin1' where
45         possible.
46         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
47         (eieio-method-def, eieio-class-def): Move further up.
48         (describe-method, describe-generic, eieio-describe-method):
49         Remove aliases.
50         (eieio-help-constructor, eieio-help-generic): Rename from
51         `eieio-describe-constructor' and `eieio-describe-generic', resp.
52         Rewrite to use `insert' in the current buffer and use proper help
53         buttons.
54         (eieio-help-find-method-definition)
55         (eieio-help-find-class-definition): Also accept symbols as
56         arguments.
57         (eieio-help-mode-augmentation-maybee): Remove.
58         (eieio-describe-class-sb): Use `describe-function'.
59         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
60         Add `eieio-help-generic' and `eieio-help-constructor'.
62 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
64         Spelling fixes.
65         * language/china-util.el (hz-ascii-designation):
66         Rename from hz-ascii-designnation.
67         (hz-ascii-designation): Rename from hz-ascii-designnation.
68         All uses changed.
70 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
73         package-alist.
75 2014-01-08  Bastien Guerry  <bzg@gnu.org>
77         * emacs-lisp/package.el (package-delete):
78         Correctly delete the package from package-alist.
80 2014-01-08  Daiki Ueno  <ueno@gnu.org>
82         * emacs-lisp/package.el (url-recreate-url): Declare.
83         (url-http-target-url): Declare.
84         (package-handle-response): Include requested URL in the error message.
85         (package--check-signature): Don't re-signal errors from
86         package--with-work-buffer.  Suggested by Stefan Monnier.
88 2014-01-07  Bastien Guerry  <bzg@gnu.org>
90         * minibuffer.el (completion--try-word-completion): When both a
91         hyphen and a space are possible candidates for the character
92         following a word, display both candidates.  (Bug#15980)
94 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
96         * window.el (balance-windows-2): While rounding don't give a
97         window more than the remainder.  Bug#16351, Bug#16383.
99 2014-01-07  Glenn Morris  <rgm@gnu.org>
101         * menu-bar.el (menu-bar-help-extra-packages): Remove.
102         (menu-bar-help-menu): Use view-external-packages instead.
104 2014-01-07  Bastien Guerry  <bzg@gnu.org>
106         * emacs-lisp/package.el (package-delete): Also delete the package
107         name from `package-alist', not its description only.
109 2014-01-07  Glenn Morris  <rgm@gnu.org>
111         * help.el (view-external-packages):
112         * menu-bar.el (menu-bar-help-extra-packages):
113         Visit efaq.info rather than etc/MORE.STUFF.
115 2014-01-07  Juri Linkov  <juri@jurta.org>
117         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
118         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
120         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
121         that shadows RET.  (Bug#16342)
123 2014-01-07  Chong Yidong  <cyd@gnu.org>
125         * isearch.el (isearch-yank-char, isearch-yank-word)
126         (isearch-yank-line): Doc fix.
128 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
130         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
131         * emacs-lisp/elint.el (elint-find-builtins):
132         * emacs-lisp/eldoc.el (eldoc-symbol-function):
133         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
134         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
135         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
136         * apropos.el (apropos-safe-documentation):
137         * subr.el (symbol-file): Remove redundant fboundp.
138         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
140 2014-01-06  Bastien Guerry  <bzg@gnu.org>
142         * hl-line.el (global-hl-line-overlay): Make a local variable.
143         (global-hl-line-overlays): New variable to store all overlays.
144         (global-hl-line-mode): Don't delete overlays from the current
145         buffer when `global-hl-line-sticky-flag' is non-nil.
146         (global-hl-line-highlight): Add new overlays to
147         `global-hl-line-overlays'.
148         (global-hl-line-unhighlight-all): New function to delete all
149         overlays when turning off `global-hl-line-mode'.
150         This fixes Bug#16183.
152 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * subr.el (set-transient-map): Fix nested case and docstring.
156 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
158         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
159         `Texinfo' entry.
161 2014-01-06  Daniel Colascione  <dancol@dancol.org>
163         Fix defun navigation in vc log view.
165         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
166         like `beginning-of-defun'.
167         (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
168         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
169         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
170         (log-view-extract-comment): Call `log-view-current-entry' directly
171         instead of relying on broken `log-view-beginning-of-defun' behavior.
173 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
175         Spelling fixes.
176         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
177         * emacs-lisp/debug.el (cancel-debug-on-entry):
178         * epg.el (epg-error-to-string):
179         * files.el (recover-file):
180         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
181         * mail/emacsbug.el (report-emacs-bug-hook):
182         * mail/sendmail.el (mail-recover):
183         * ses.el (ses-yank-resize):
184         * term/ns-win.el (ns-print-buffer):
185         Spelling fixes in diagnostics, mostly for "canceled" with one L.
186         * epg.el (epg-key-capability-alist): Rename from misspelled version.
187         All uses changed.
188         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
190 2014-01-06  Leo Liu  <sdl.web@gmail.com>
192         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
193         to avoid shadowning global key.  (Bug#16354)
195 2014-01-06  Daniel Colascione  <dancol@dancol.org>
197         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
198         rst-mode.
200 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
202         * window.el (balance-windows): Add mising t to fix Bug#16351.
204 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
207         (bug#16285).
208         (shr-insert): If we have a word that's longer than `shr-width',
209         break after it anyway.  Otherwise we'll do no breaking once we get
210         such a long word.
212 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
214         * net/eww.el (eww):  Support single/double quote for search.
215         * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
216         (eww-history-quit): Delete and use quit-window.
217         (eww-history-kill): Delete, because it doesn't work well and
218         not necessary.
219         (eww-history-mode-map): Delete some keys and add easy-menu.
221 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
223         Fix misspelling of 'chinese' in rx (Bug#16237).
224         * emacs-lisp/rx.el (rx-categories): Correct spelling of
225         chinese-two-byte.
227         Change subword regexps back to vars (Bug#16296).
228         * progmodes/subword.el (subword-forward-regexp)
229         (subword-backward-regexp): Change these back to variables.
231 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
234         syntax-begin-function (bug#16247).
236 2014-01-03  Chong Yidong  <cyd@gnu.org>
238         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
239         (advice--docstring): Delete variable.
240         (advice--make-1): Leave the docstring empty.
241         (advice-add): Use function-documentation for advised docstring.
243         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
244         Ignore function-documentation property when getting documentation.
245         (ad-activate-advised-definition): Use function-documentation
246         generate the docstring.
247         (ad-make-advised-definition): Don't call
248         ad-make-advised-definition-docstring.
249         (ad-make-advised-definition-docstring, ad-advised-definition-p):
250         Delete functions.
252         * progmodes/sql.el (sql-help): Use function-documentation instead
253         of dynamic-docstring-function property.  No need to autoload now.
254         (sql--help-docstring): New variable.
255         (sql--make-help-docstring): Use it.
257 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * ielm.el (ielm-tab): Retarget.
260         (ielm-map): Use ielm-tab for tab.
261         (ielm-complete-filename): Use comint-filename-completion.
262         (ielm-complete-symbol): Remove.
263         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
264         remove ielm-tab from completion-at-point-functions (bug#16224).
266         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
267         Beware signals raised by predicates (bug#16201).
269 2014-01-02  Richard Stallman  <rms@gnu.org>
271         * dired-aux.el (dired-do-print): Handle printer-name.
273         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
274         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
275         (rmail-epa-decrypt): Turn off mime processing.
277         * mail/rmail.el (rmail-make-in-reply-to-field):
278         Add parens in message-id.
280         * mail/rmail.el (rmail-get-coding-function): Variable.
281         (rmail-get-coding-system): Use it.
283 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
285         * international/mule-conf.el: Unify the charset indian-is13194.
286         (indian-is13194): Specify unify-map.
288 2013-12-31  Leo Liu  <sdl.web@gmail.com>
290         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
292 2013-12-30  Daniel Colascione  <dancol@dancol.org>
294         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
295         of printing a useless when we resume from sleep.
297         * progmodes/sh-script.el
298         (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
299         in indentation code.  (Bug#16233)
301 2013-12-28  João Távora  <joaotavora@gmail.com>
303         * elec-pair.el (electric-pair-post-self-insert-function):
304         Don't open extra newlines at beginning of buffer.  (Bug#16272)
306 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
308         * frame.el (window-system-for-display): Don't allow to create a
309         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
311 2013-12-28  Glenn Morris  <rgm@gnu.org>
313         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
314         Update callers.
316         * apropos.el (apropos-match-face):
317         * calculator.el (calculator-displayer):
318         * dabbrev.el (dabbrev-search-these-buffers-only):
319         * face-remap.el (buffer-face-mode-face):
320         * simple.el (yank-handled-properties):
321         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
322         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
323         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
324         (hashcash-double-spend-database):
325         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
326         (ruby-deep-indent-paren-style):
327         * textmodes/flyspell.el (flyspell-auto-correct-binding):
328         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
329         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
330         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
331         Specify custom types.
333         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
334         * bookmark.el (bookmark-bmenu-use-header-line):
335         * doc-view.el (doc-view-scale-internally):
336         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
337         * register.el (register-preview-delay):
338         * net/shr.el (shr-bullet):
339         * progmodes/cfengine.el (cfengine-cf-promises)
340         (cfengine-parameters-indent):
341         * progmodes/octave.el (inferior-octave-error-regexp-alist):
342         * textmodes/reftex-vars.el (reftex-label-regexps):
343         * vc/log-edit.el (log-edit-setup-add-author): Add version.
345         * net/tls.el (tls-certtool-program): Fix default value.
347         * desktop.el (desktop-restore-in-current-display):
348         * newcomment.el (comment-empty-lines):
349         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
350         (idlwave-pad-keyword):
351         * progmodes/tcl.el (tcl-tab-always-indent):
352         * textmodes/reftex-vars.el (reftex-index-default-tag):
353         * elec-pair.el (electric-pair-skip-whitespace):
354         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
356         * emacs-lisp/authors.el (authors-ignored-files)
357         (authors-valid-file-names, authors-renamed-files-alist): Additions.
359 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
361         * shell.el (shell-dynamic-complete-command): Doc fix.
362         (shell--command-completion-data): Shell completion now matches
363         executable filenames from the current buffer's directory, on
364         systems in which this behavior is the default (windows-nt, ms-dos).
366 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
368         * net/shr.el (shr-insert): Don't infloop if the width is zero.
370 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
372         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
373         (bug#16251).
375         * electric.el: Move all electric-pair-* to elec-pair.el.
376         * elec-pair.el: New file, split from electric.el.
378 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
380         * net/shr.el (shr-find-fill-point): Don't try to fill if the
381         indentation level is larger than the width, because that will
382         infloop.
383         (shr-insert): Fill repeatedly long texts, so that Japanese is
384         formatted correctly (bug#16263).
385         (shr-find-fill-point): Off by one error in comparison with the
386         indentation.
388 2013-12-26  João Távora  <joaotavora@gmail.com>
390         * electric.el (electric-pair-mode): More flexible engine for skip-
391         and inhibit predicates, new options for pairing-related functionality.
392         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
393         if that keeps or improves their balance in buffers.
394         (electric-pair-delete-adjacent-pairs): Delete the pair when
395         backspacing over adjacent matched delimiters.
396         (electric-pair-open-extra-newline): Open extra newline when
397         inserting newlines between adjacent matched delimiters.
398         (electric--sort-post-self-insertion-hook):
399         Sort post-self-insert-hook according to priority values when
400         minor-modes are activated.
401         * simple.el (newline-and-indent): Call newline with interactive
402         set to t.
403         (blink-paren-post-self-insert-function): Set priority to 100.
404         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
405         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
406         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
407         electric-pair-open-newline-between-pairs to nil.
409 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
411         * progmodes/python.el: Use lexical-binding.
412         (python-nav-beginning-of-defun): Stop searching ASAP.
414 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
416         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
417         Fix interactive spec.  Doc fix.  (Bug#15754)
419 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
421         * emacs-lisp/byte-run.el (eval-when-compile):
422         * progmodes/cc-defs.el (cc-eval-when-compile):
423         Fix edebug spec (bug#16184).
425 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
427         * net/shr.el (shr-visit-file): Remove debugging function.
428         (shr-insert): Don't infloop if we can't find a good place to break
429         the line (bug#16256).
431 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
433         * progmodes/python.el:
434         (python-nav--lisp-forward-sexp): New function.
435         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
436         python-nav-lisp-forward-sexp-safe.
437         (python-nav--forward-sexp): New argument SAFE allows switching
438         forward sexp movement behavior for parens.
439         (python-nav-forward-sexp): Throw errors on unterminated parens
440         (Bug#16191).
441         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
442         (python-nav-backward-sexp-safe): New functions.
443         (python-shell-buffer-substring):
444         Use `python-nav-forward-sexp-safe'.
446 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
448         * net/shr.el (shr-find-fill-point): Don't break lines before a
449         quotation mark.
450         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
451         (shr-find-fill-point): Remove the special checks for the quotation
452         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
454 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
456         * net/eww.el (eww-form-textarea): Use a different face for
457         textareas than text input since they have different keymaps
458         (bug#16142).
460 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
462         * progmodes/python.el (python-nav-beginning-of-statement):
463         Speed up (Bug#15295).
465 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
467         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
468         the window configuration.
470 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
472         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
473         we run on MS-Windows or MS-DOS.
475 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
477         * window.el (balance-windows-area): Call window-size instead of
478         window-height and window-width.  Bug#16241.
480 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
482         * net/eww.el (eww-bookmark-quit): Remove.
483         (eww-bookmark-browse): Restore the window configuration when you
484         choose a bookmark (bug#16144).
486 2013-12-24  Daniel Colascione  <dancol@dancol.org>
488         * icomplete.el: Remove redundant :group arguments to `defcustom'
489         throughout.
490         (icomplete-show-matches-on-no-input): New customizable variable.
491         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
492         we have something to show.
493         (icomplete-exhibit): Compute completions even if we have no user input.
495 2013-12-23  Daniel Colascione  <dancol@dancol.org>
497         * icomplete.el: Move `provide' to end of file.
499 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
501         * net/gnutls.el (gnutls-verify-error): Add version tag.
503 2013-12-23  Chong Yidong  <cyd@gnu.org>
505         * subr.el (set-transient-map): Rename from
506         set-temporary-overlay-map.  Doc fix.
508         * face-remap.el (text-scale-adjust):
509         * indent.el (indent-rigidly):
510         * kmacro.el (kmacro-call-macro):
511         * minibuffer.el (minibuffer-force-complete):
512         * repeat.el (repeat):
513         * simple.el (universal-argument--mode):
514         * calendar/todo-mode.el (todo-insert-item--next-param):
515         * progmodes/f90.el (f90-abbrev-start): Callers changed.
517         * indent.el (indent-rigidly): Use substitute-command-keys.
519 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
521         * net/eww.el (eww-tag-select): Add text-property to jump to next
522         select field.
523         (eww): Add non-supported ftp error.
525 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
527         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
528         comments.  Handle electric indent after typing `?' and `!'.
530 2013-12-22  Chong Yidong  <cyd@gnu.org>
532         * faces.el (face-spec-recalc): If the theme specs are not
533         applicable to a frame, fall back on the defface spec.
534         This prevents themes from obliterating faces on low-color terminals.
536 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
538         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
539         after `{'.  We need it after block openers, and it doesn't seem
540         to hurt after hash openers.
542 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
544         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
545         extracted from `ruby-smie-rules'.
546         (ruby--electric-indent-chars): New variable.
547         (ruby--electric-indent-p): New function.
548         (ruby-mode): Use `electric-indent-functions' instead of
549         `electric-indent-chars'.
551 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
553         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
554         docstring.
555         (ruby-smie-rules): Indent plus one level after `=>'.
557 2013-12-21  Richard Stallman  <rms@gnu.org>
559         * simple.el (newline): Doc fix.
561 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
563         * net/eww.el (eww-list-histories, eww-list-histories)
564         (eww-history-browse, eww-history-quit, eww-history-kill)
565         (eww-history-mode-map, eww-history-mode): New command and
566         functions to list browser histories.
567         (eww-form-text): Support text form with disabled
568         and readonly attributes.
569         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
571 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
573         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
574         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
575         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
576         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
577         Use `user-error'.
578         (eww-bookmark-mode-map): Add menu.
579         (eww-render, eww-mode): Use `setq-local'.
580         (eww-tool-bar-map): New variable.
581         (eww-mode): Set `tool-bar-map'.
582         (eww-view-source): Check for `html-mode' with `fboundp'.
584 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586         * net/shr.el (shr--extract-best-source): Don't bug out on audio
587         elements with text inside.  Also remove debugging.
589 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
591         * cus-start.el (all): Add ns-use-srgb-colorspace.
593 2013-12-21  Chong Yidong  <cyd@gnu.org>
595         * custom.el (custom-theme-recalc-face): Do nothing if the face is
596         undefined.  Thus, theme settings for undefined faces do not take
597         effect until the faces are defined with defface, the same as with
598         theme variables.
600         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
601         (face-spec-reset-face): Don't assign extra properties in temacs.
602         (face-spec-recalc): Apply X resources too.
604 2013-12-21  Chong Yidong  <cyd@gnu.org>
606         * faces.el (face-spec-set):
607         * cus-face.el (custom-theme-set-faces, custom-set-faces):
608         * custom.el (defface): Doc fixes (Bug#16203).
610         * indent.el (indent-rigidly-map): Add docstring, and move commands
611         into named functions.
612         (indent-rigidly-left, indent-rigidly-right)
613         (indent-rigidly-left-to-tab-stop)
614         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
615         indentation direction based on bidi direction, and accumulate
616         sequential commands in a single undo boundary.
617         (indent-rigidly--pop-undo): New utility function.
619 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
621         * faces.el (read-face-name): Require crm.el when using crm-separator.
623 2013-12-20  Daniel Colascione  <dancol@dancol.org>
625         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
626         so that we don't reflow comments into the shebang line.
628 2013-12-20  Juri Linkov  <juri@jurta.org>
630         * saveplace.el (save-place-to-alist): Add `dired-filename' as
631         a position when `dired-directory' is non-nil.  Check integer
632         positions with `integerp'.
633         (toggle-save-place, save-places-to-alist): Add check for
634         `dired-directory'.
635         (save-place-find-file-hook): Check integer positions with
636         `integerp'.
637         (save-place-dired-hook): Use `dired-goto-file' when
638         `dired-filename' is found in the assoc list.  Check integer
639         positions with `integerp'.
640         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
642         * dired.el (dired-initial-position-hook): Rename back from
643         `dired-initial-point-hook'.
644         (dired-initial-position): Rename `dired-initial-point-hook' to
645         `dired-initial-position-hook'.
646         (dired-file-name-at-point): Doc fix.  (Bug#15329)
648 2013-12-20  Juri Linkov  <juri@jurta.org>
650         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
651         (read-regexp-suggestions): New function.
652         (read-regexp): Use `read-regexp-defaults-function' to get default values.
653         Use `read-regexp-suggestions'.  Add non-empty default to history
654         for empty input.
655         (occur-read-regexp-defaults-function): Remove function.
656         (occur-read-primary-args): Use `regexp-history-last' instead of
657         `occur-read-regexp-defaults-function'.
659         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
660         (hi-lock-line-face-buffer, hi-lock-face-buffer)
661         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
662         `hi-lock-read-regexp-defaults-function'.  Doc fix.
663         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
664         with `find-tag-default-as-symbol-regexp'.  Doc fix.
665         (hi-lock-read-regexp-defaults): Remove function.
666         (hi-lock-regexp-okay): Add check for null.
668         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
669         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
671         * subr.el (find-tag-default-as-symbol-regexp): New function.
672         (find-tag-default-as-regexp): Move symbol regexp formatting to
673         `find-tag-default-as-symbol-regexp'.
675 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
677         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
678         (Bug#14179)
680 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
682         * calendar/todo-mode.el: New implementation of item insertion
683         commands and key bindings.
684         (todo-key-prompt): New face.
685         (todo-insert-item): New command.
686         (todo-insert-item--parameters): New defconst, replacing defvar
687         todo-insertion-commands-args-genlist.
688         (todo-insert-item--param-key-alist): New defconst, replacing
689         defvar todo-insertion-commands-arg-key-list.
690         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
691         (todo-insert-item--argsleft, todo-insert-item--apply-args)
692         (todo-insert-item--next-param): New functions.
693         (todo-insert-item--args, todo-insert-item--argleft)
694         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
695         New variables.
696         (todo-key-bindings-t): Change binding of "i" from
697         todo-insertion-map to todo-insert-item.
698         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
699         (todo-insertion-command-name, todo-insertion-commands-names)
700         (todo-define-insertion-command, todo-insertion-commands)
701         (todo-insertion-key-bindings, todo-insertion-map): Remove.
703 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
705         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
706         (todo-toggle-item-highlighting): Use eval-and-compile instead of
707         eval-when-compile.
708         (todo-move-category): Allow choosing a non-existing todo file to
709         move the category to, and create that file.
710         (todo-default-priority): New user option.
711         (todo-set-item-priority): Use it.
712         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
713         (desktop-restore-file-buffer): Declare.
714         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
715         (todo-modes-set-2): Locally set desktop-save-buffer to
716         todo-desktop-save-buffer.
717         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
718         (auto-mode-alist): Add autoload cookie.
720 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
722         * emacs-lisp/subr-x.el: Renamed from helpers.el.
723         helpers.el was a poor choice of name.
724         (string-remove-prefix): New function.
725         (string-remove-suffix): New function.
727 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
729         Fix assignment for new window total sizes.
730         * window.el (window--pixel-to-size): Remove function.
731         (window--pixel-to-total-1, window--pixel-to-total):
732         Fix calculation of new total sizes.
734 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
736         * comint.el (comint-output-filter): Fix rear-nonsticky property
737         placement (Bug#16010).
739 2013-12-20  Chong Yidong  <cyd@gnu.org>
741         * faces.el (read-color): Minor fix for completion function.
743 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
745         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
746         New option.  (Bug#16182)
747         (ruby-smie--indent-to-stmt-p): Use it.
748         (ruby-smie-rules): Revert the logic in the handling of `when'.
749         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
750         (ruby-deep-arglist, ruby-deep-indent-paren)
751         (ruby-deep-indent-paren-style): Update docstrings to note that the
752         vars don't have any effect with SMIE.
754 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
756         * calc/calc.el (calc-enter, calc-pop): Use the variable
757         `calc-context-sensitive-enter'.
759 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761         * net/shr.el (shr-insert): Protect against infloops in degenerate
762         tables.
764 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
766         * progmodes/octave.el (octave): Add link to manual and octave
767         homepage.
768         (octave-mode-menu): Link to octave-mode manual.
770 2013-12-20  Leo Liu  <sdl.web@gmail.com>
772         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
773         insertion using skeleton-end-newline.  (Bug#16138)
775 2013-12-20  Juri Linkov  <juri@jurta.org>
777         * replace.el (occur-engine): Use `add-face-text-property'
778         to add the face property to matches and titles.  (Bug#14645)
780         * hi-lock.el (hi-green): Use lighter color "light green" closer to
781         the palette of other hi-lock colors.
782         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
784 2013-12-19  Juri Linkov  <juri@jurta.org>
786         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
787         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
788         (minibuffer-history-symbol): Move variable declaration closer to
789         its usage.
791         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
792         (Bug#14785)
794 2013-12-19  Juri Linkov  <juri@jurta.org>
796         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
797         New function.
798         (log-edit-hook): Add it to :options.  (Bug#16170)
800 2013-12-19  Juri Linkov  <juri@jurta.org>
802         * simple.el (eval-expression-print-format): Don't check for
803         command names and the last command.  Always display additional
804         formats of the integer result in the echo area, and insert them
805         to the current buffer only with a zero prefix arg.
806         Display character when char-displayable-p is non-nil.
807         (eval-expression): With a zero prefix arg, set `print-length' and
808         `print-level' to nil, and insert the integer values from
809         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
811         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
812         `eval-last-sexp-arg-internal'.  Doc fix.
813         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
814         `eval-last-sexp-print-value'.  Doc fix.
815         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
816         Set `print-length' and `print-level' to nil when arg is zero.
817         (eval-last-sexp): Doc fix.
818         (eval-defun-2): Print the integer values from
819         `eval-expression-print-format' at the end.
821         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
822         values from `eval-expression-print-format' at the end.
824         * ielm.el (ielm-eval-input): Print the integer
825         values from `eval-expression-print-format' at the end.
827 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
829         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
830         2013-12-11T19:01:44Z!tzz@lifelogs.com.
832 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
834         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
835         (hl-line-highlight, global-hl-line-highlight): Use it.
836         (hl-line-overlay): Use defvar-local.
838 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
840         * term/ns-win.el: Require dnd.
841         (global-map): Remove drag items.
842         (ns-insert-text, ns-set-foreground-at-mouse)
843         (ns-set-background-at-mouse):
844         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
845         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
846         New functions.
848 2013-12-19  Glenn Morris  <rgm@gnu.org>
850         * emacs-lisp/ert.el (ert-select-tests):
851         Fix string/symbol mixup.  (Bug#16121)
853 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
855         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
856         keywords to their parent.
858 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
860         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
861         first arg to be a string (fixed dead code), or an operator symbol.
862         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
863         operator symbols.
864         (ruby-smie-rules): Remove parent token check in the `.' clause, it
865         did nothing.  Don't respond to `(:after ".")', it will be called
866         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
867         change anything.  Only return indentation for binary operators
868         when they are hanging.  De-dent opening paren when its parent is
869         `.', otherwise it looks bad when the dot is not at bol or eol
870         (bug#16182).
872 2013-12-19  Juri Linkov  <juri@jurta.org>
874         * replace.el (query-replace-read-args): Split a non-negative arg
875         and a negative arg into separate elements.
876         (query-replace, query-replace-regexp, replace-string)
877         (replace-regexp): Add arg `backward'.  Doc fix.
878         (replace-match-maybe-edit): When new arg `backward' is non-nil,
879         move point to the beginning of the match.
880         (replace-search, replace-highlight): Use new arg `backward'
881         to set the value of `isearch-forward'.
882         (perform-replace): Add arg `backward' and use it to perform
883         replacement backward.  (Bug#14979)
885         * isearch.el (isearch-query-replace): Use a negative prefix arg
886         to call `perform-replace' with a non-nil arg `backward'.
888 2013-12-18  Juri Linkov  <juri@jurta.org>
890         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
891         to the default list.  Move `log-edit-show-files' to the end.
892         Add more available functions to options.
893         (log-edit): Move default specific settings to
894         `log-edit-insert-message-template'.  Don't move point.
895         (log-edit-insert-message-template): New function.
896         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
897         (Bug#16170)
899 2013-12-18  Juri Linkov  <juri@jurta.org>
901         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
902         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
904 2013-12-18  Leo Liu  <sdl.web@gmail.com>
906         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
907         (Bug#16186)
909 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
911         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
912         formats for displaying file sizes when the -s switch is given.
913         Instead, compute a separate format for displaying the size in
914         blocks, which is displayed in addition to the "regular" size.
915         When -h is given in addition to -s, produce size in blocks in
916         human-readable form as well.  (Bug#16179)
918 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
920         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
921         Reference tables with ~\ref{...} instead of only \ref{...}.
923 2013-12-18  Chong Yidong  <cyd@gnu.org>
925         * cus-edit.el (custom-magic-alist): Fix "themed" description
926         (Bug#14348).
928         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
929         is non-nil, do not create a new entry in the symbol's theme-value
930         or theme-face property; update theme-settings only (Bug#14664).
931         (custom-available-themes): Doc fix.
933         * cus-theme.el (custom-new-theme-mode-map): Add bindings
934         (Bug#15674).
936         * replace.el (occur-engine): Avoid infloop (Bug#7593).
938 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
940         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
941         (Bug#13914).
943 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
945         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
947 2013-12-18  Glenn Morris  <rgm@gnu.org>
949         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
950         * cus-start.el (load-prefer-newer): New option.
952 2013-12-18  Le Wang  <l26wang@gmail.com>
954         * comint.el (comint-previous-matching-input-from-input):
955         Retain point (Bug#13404).
957 2013-12-18  Chong Yidong  <cyd@gnu.org>
959         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
961 2013-12-18  Glenn Morris  <rgm@gnu.org>
963         * mail/emacsbug.el (report-emacs-bug):
964         Only mention enable-multibyte-characters if non-standard.
966 2013-12-17  Juri Linkov  <juri@jurta.org>
968         * arc-mode.el (archive-extract-by-file): Check if directory exists
969         before deletion to not show irrelevant errors if it doesn't exist.
971 2013-12-17  Juri Linkov  <juri@jurta.org>
973         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
974         (Bug#14751)
976         * net/eww.el (browse-web): Add alias to `eww'.
977         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
978         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
980         * net/browse-url.el (browse-url-browser-function): Move `eww'
981         closer to similar functions.
983         * startup.el (fancy-startup-screen, fancy-about-screen):
984         Set browse-url-browser-function to eww-browse-url locally.
985         (Bug#14751)
987 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * window.el (window--pixel-to-total): Remove unused `mini' var.
990         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
991         (split-window): Remove unused `new' var.
992         (window--display-buffer): Remove unused `frame' and `delta' vars.
993         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
994         and display-width'.
996 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
998         * dired.el (dired-mark-pop-up):
999         * register.el (register-preview): Don't bind
1000         split-height-threshold here since it's now done in
1001         display-buffer-below-selected.
1003 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
1005         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1006         xterm-rgb-convert-to-16bit.
1007         (rxvt-register-default-colors): Standardize with
1008         xterm-register-default-colors (Bug#14078).
1010 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1012         * simple.el (kill-region): Pass mark first, then point, so that
1013         kill-append works right (Bug#12819).
1014         (copy-region-as-kill, kill-ring-save): Likewise.
1016 2013-12-17  Leo Liu  <sdl.web@gmail.com>
1018         * net/rcirc.el (rcirc-add-face):
1019         * eshell/em-prompt.el (eshell-emit-prompt):
1020         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1021         (Bug#16167)
1023 2013-12-17  Chong Yidong  <cyd@gnu.org>
1025         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1026         Suggested by Xue Fuqiao.
1028 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1030         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1032 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * net/shr.el (shr-insert-document): Remove unused var
1035         `shr-preliminary-table-render'.
1036         (shr-rescale-image): Remove unused arg `force'.
1037         (shr-put-image): Update calls accordingly.
1038         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1040 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1042         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1043         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1044         :close-all, to see which indentation method to use (Bug#16116).
1045         (smie-rules-function): Document the method :close-all.
1047 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1051         * net/eww.el (eww-display-html): If we can't find the anchor we're
1052         looking for, then go to point-min.
1054 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1056         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1057         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1058         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1059         Expand dir too, in case it's relative.
1061 2013-12-16  Juri Linkov  <juri@jurta.org>
1063         * desktop.el (desktop-auto-save-timeout): Change default to
1064         `auto-save-timeout'.  Doc fix.
1065         (desktop-save): Skip the timestamp in desktop-saved-frameset
1066         when checking for auto-save changes.
1067         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1068         `desktop-auto-save' is called repeatedly by the idle timer.
1069         (desktop-auto-save-set-timer): Replace `run-with-timer' with
1070         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
1071         (Bug#15331)
1073 2013-12-16  Juri Linkov  <juri@jurta.org>
1075         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1076         (Bug#16035)
1077         (isearch-pre-command-hook): Check `this-command' for symbolp.
1079 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1081         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1083 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
1085         * progmodes/cfengine.el (cfengine3--current-word): Remove.
1086         (cfengine3--current-function): Bring in the current-function
1087         functionality from `cfengine3--current-word'.
1088         (cfengine3-completion-function): Bring in the
1089         bounds-of-current-word functionality from
1090         `cfengine3--current-word'.
1092 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
1094         * window.el (display-buffer-below-selected):
1095         Bind split-height-threshold to 0 as suggested by Juri Linkov.
1097 2013-12-16  Leo Liu  <sdl.web@gmail.com>
1099         * progmodes/compile.el (compile-goto-error): Do not push-mark.
1100         Remove NOMSG arg and all uses changed.
1102 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1104         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1105         (cua--deactivate-rectangle): Don't deactivate the mark.
1106         (cua-set-rectangle-mark): Don't set mark-active since
1107         cua--activate-rectangle already does it for us.
1108         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1109         non-rectangular region.
1111         * emulation/cua-base.el (cua-repeat-replace-region):
1112         Use with-current-buffer.
1114         * net/gnutls.el: Use cl-lib.
1115         (gnutls-negotiate): `mapcan' -> cl-mapcan.
1117 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1119         * emacs-lisp/package.el (package-built-in-p): Support both
1120         built-in and the package.el converted package descriptions.
1121         (package-show-package-list): Allow keywords.
1122         (package-keyword-button-action): Use it instead of
1123         `finder-list-matches'.
1124         (package-menu-filter-interactive): Interactive filtering (by
1125         keyword) function.
1126         (package-menu--generate): Support keywords and change keymappings
1127         and headers when they are given.
1128         (package--has-keyword-p): Helper function.
1129         (package-menu--refresh): Use it.
1130         (package--mapc): Helper function.
1131         (package-all-keywords): Use it.
1132         (package-menu-mode-map): Set up menu items and keybindings to
1133         provide a filtering UI.
1135 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1137         * net/gnutls.el (gnutls-verify-error): New defcustom to control
1138         the behavior when a certificate fails validation.  Defaults to
1139         old behavior: never abort, just warn.
1140         (gnutls-negotiate): Use it.
1142 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
1144         * window.el (display-buffer-below-selected): Never split window
1145         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
1147 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1149         * emacs-lisp/package.el (package--prepare-dependencies): New function.
1150         (package-buffer-info): Use it (bug#15108).
1152 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * icomplete.el (icomplete-completions): Make sure the prefix is already
1155         displayed elsewhere before hiding it (bug#16219).
1157 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1159         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1160         open-paren tokens when preceded by a open-paren, too.
1161         (ruby-smie-rules): Handle virtual indentation after open-paren
1162         tokens specially.  If there is code between it and eol, return the
1163         column where is starts (Bug#16118).
1165 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1167         * progmodes/cfengine.el: Fix `add-hook' doc.
1168         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1169         (cfengine3--current-word): Fix parameters.
1170         (cfengine3-make-syntax-cache): Simplify further.
1171         (cfengine3-completion-function, cfengine3--current-function):
1172         Use `assq' for symbols.
1173         (cfengine3--current-function): Fix `cfengine3--current-word' call.
1175 2013-12-13  Glenn Morris  <rgm@gnu.org>
1177         * loadup.el (load-path): Warn if site-load or site-init changes it.
1178         No more need to reset it when bootstrapping.
1180 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1182         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1183         locations for cf-promises.
1184         (cfengine-mode-syntax-functions-regex): New caching variable.
1185         (cfengine3-fallback-syntax): Fallback syntax for cases where
1186         cf-promises doesn't run.
1187         (cfengine3--current-word): Reimplement using
1188         `cfengine-mode-syntax-functions-regex'.
1189         (cfengine3-completion-function, cfengine3--current-function):
1190         Use `cfengine3-make-syntax-cache' directly.
1191         (cfengine3-clear-syntax-cache): New function.
1192         (cfengine3-make-syntax-cache): Simplify and create
1193         `cfengine-mode-syntax-functions-regex' on demand.
1194         (cfengine3-format-function-docstring): Don't call
1195         `cfengine3-make-syntax-cache' explicitly.
1197 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
1199         Fix windmove-find-other-window broken after pixelwise resizing
1200         (Bug#16017).
1201         * windmove.el (windmove-other-window-loc): Revert change from
1202         2013-12-04.
1203         (windmove-find-other-window): Call window-in-direction.
1204         * window.el (window-in-direction): New arguments SIGN, WRAP and
1205         MINI to emulate original windmove-find-other-window behavior.
1207 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
1209         * simple.el (blink-matching--overlay): New variable.
1210         (blink-matching-open): Instead of moving point, highlight the
1211         matching paren with an overlay
1212         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1214         * faces.el (paren-showing-faces, show-paren-match)
1215         (show-paren-mismatch): Move from paren.el.
1217 2013-12-13  Leo Liu  <sdl.web@gmail.com>
1219         * indent.el (indent-region): Disable progress reporter in
1220         minibuffer.  (Bug#16108)
1222         * bindings.el (visual-order-cursor-movement): Fix version.
1224 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1226         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1227         Also match after beginning of line.
1228         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1229         files.  Thanks to Russell Sim.  (Bug#15378)
1231 2013-12-13  Juri Linkov  <juri@jurta.org>
1233         * simple.el <Keypad support>: Remove key bindings duplicated
1234         with bindings.el.  (Bug#14397)
1236 2013-12-13  Juri Linkov  <juri@jurta.org>
1238         * comint.el (comint-mode-map): Replace `delete-char' with
1239         `delete-forward-char'.  (Bug#16109)
1241 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1243         * progmodes/python.el (python-indent-calculate-indentation):
1244         Fix de-denters cornercase.  (Bug#15731)
1246 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1248         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1249         (advice--make): Pay attention to `depth'.
1250         (advice--make-1): Don't autoload commands eagerly.
1251         * emacs-lisp/elp.el (elp-instrument-function):
1252         * emacs-lisp/trace.el (trace-function-internal):
1253         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1255         * iswitchb.el (iswitchb-mode): Don't belittle ido.
1257 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
1259         * term/w32-win.el (w32-handle-dropped-file):
1260         * startup.el (normal-top-level):
1261         * net/browse-url.el (browse-url-file-url):
1262         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1263         decode file names using 'utf-8' rather than
1264         file-name-coding-system.
1266 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1268         * progmodes/python.el (python-indent-context)
1269         (python-indent-calculate-indentation): Fix auto-identation
1270         behavior for comment blocks.  (Bug#15916)
1272 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1274         * progmodes/python.el (python-indent-calculate-indentation):
1275         When determining indentation, don't treat "return", "pass", etc., as
1276         operators when they are just string constituents.  (Bug#15812)
1278 2013-12-12  Juri Linkov  <juri@jurta.org>
1280         * uniquify.el (uniquify-buffer-name-style): Change default to
1281         `post-forward-angle-brackets'.
1283         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1284         `uniquify'.  Change default to `post-forward-angle-brackets'.
1286 2013-12-11  Glenn Morris  <rgm@gnu.org>
1288         * emacs-lisp/package.el (finder-list-matches):
1289         Autoload rather than falsely declaring.
1291 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
1293         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1294         (eww-mode-map): Use them.
1296 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
1298         * window.el (display-buffer-in-side-window): Fix doc-string
1299         (Bug#16115).
1301 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
1303         * vc/vc-git.el: Silence byte-compiler warnings.
1304         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1305         (log-edit-set-header): Declare.
1307 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
1309         * Makefile.in (custom-deps, finder-data): Run output file names
1310         through unmsys--file-name.  (Bug#16099)
1312 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1315         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1317         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1318         instead of deleting the selection "by hand" (bug#16098).
1319         Rely on insert-for-yank to yank rectangles.
1320         (cua-highlight-region-shift-only): Mark obsolete.
1321         (cua-mode): Don't enable/disable transient-mark-mode,
1322         shift-select-mode (cua-mode works both with and without them), and
1323         pc-selection-mode (obsolete).
1324         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1325         (cua--deactivate-rectangle): Deactivate it.
1327         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1328         (delete-selection-helper): Make sure yank starts at the top of the
1329         deleted region.
1330         (minibuffer-keyboard-quit): Use region-active-p.
1332         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1334         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1335         to `delete' (bug#16109).
1337 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1339         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1340         info manual and show keybindings and set `:group' keyword.
1342 2013-12-11  Juri Linkov  <juri@jurta.org>
1344         * delsel.el (delete-active-region): Let-bind `this-command'
1345         to prevent `kill-region' from changing its original value.
1346         (delete-selection-helper): Handle `overwrite-mode' for the type
1347         `kill' exactly the same way as for the type `t'.
1348         (insert-char, quoted-insert, reindent-then-newline-and-indent):
1349         Support more commands.  (Bug#13312)
1351 2013-12-11  Juri Linkov  <juri@jurta.org>
1353         * bindings.el: Map kp keys to non-kp keys systematically
1354         with basic modifiers control, meta and shift.  (Bug#14397)
1356 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1358         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1359         "Close browser" menu items.  Fix wrong function of "List
1360         bookmarks".
1362 2013-12-11  Juri Linkov  <juri@jurta.org>
1364         * misearch.el (multi-isearch-buffers): Set the value of
1365         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1366         arg of isearch-forward to t.
1367         (multi-isearch-buffers-regexp): Set the value of
1368         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1369         arg of isearch-forward-regexp to t.
1370         (multi-isearch-files): Set the value of
1371         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
1372         arg of isearch-forward to t.
1373         (multi-isearch-files-regexp): Set the value of
1374         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
1375         arg of isearch-forward-regexp to t.  (Bug#16035)
1377         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1378         arg of isearch-forward to t.
1379         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1380         arg of isearch-forward-regexp to t.
1381         (dired-isearch-filter-filenames): Remove unnecessary check for
1382         `dired-isearch-filenames'.
1384         * comint.el (comint-history-isearch-backward):
1385         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1386         (comint-history-isearch-backward-regexp):
1387         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1389 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
1391         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1392         unmsys--file-name.  (Bug#16099)
1394 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
1396         * emacs-lisp/package.el (package-keyword-button-action):
1397         Remove finder.el require dependency.
1399 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
1401         * emacs-lisp/package.el: Require finder.el.
1402         (describe-package-1): Add keyword buttons.
1403         (package-make-button): New convenience function.
1404         (package-keyword-button-action): Keyword button action using
1405         `finder-list-matches'.
1407 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
1409         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1410         last commit.
1412 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
1414         * autorevert.el (auto-revert-notify-add-watch): Do not handle
1415         symlinked files.
1417 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1419         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1420         after the end of a percent literal.
1422 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1424         * progmodes/ruby-mode.el (ruby-forward-string): Document.
1425         Handle caret-delimited strings (Bug#16079).
1427 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1429         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1430         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1431         `ruby-parse-partial' (Bug#16078).
1433 2013-12-09  Leo Liu  <sdl.web@gmail.com>
1435         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
1437 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1439         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1440         (js-switch-indent-offset): New option.
1441         (js--proper-indentation): Use it.  And handle the case when
1442         "default" is actually a key in an object literal.
1443         (js--same-line): New function.
1444         (js--multi-line-declaration-indentation): Use it.
1445         (js--indent-in-array-comp, js--array-comp-indentation):
1446         New functions.
1447         (js--proper-indentation): Use them, to handle array comprehension
1448         continuations.
1450 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1452         * progmodes/flymake.el (flymake-highlight-line): Re-write.
1453         (flymake-make-overlay): Remove arg MOUSE-FACE.
1454         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1456 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1459         New function.
1460         (redisplay-highlight-region-function): Use it.
1462         * emulation/cua-base.el (cua--explicit-region-start)
1463         (cua--last-region-shifted): Remove.
1464         (cua--deactivate): Use deactivate-mark.
1465         (cua--pre-command-handler-1): Don't handle shift-selection.
1466         (cua--post-command-handler-1): Don't change transient-mark-mode.
1467         (cua--select-keymaps): Use region-active-p rather than
1468         cua--explicit-region-start or cua--last-region-shifted.
1469         (cua-mode): Enable shift-select-mode.
1471 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1473         * progmodes/flymake.el (flymake-popup-current-error-menu):
1474         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
1475         (flymake-posn-at-point-as-event, flymake-popup-menu)
1476         (flymake-make-emacs-menu): Remove.  (Bug#16077)
1478 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * rect.el (rectangle-mark-mode): Activate mark even if
1481         transient-mark-mode is off (bug#16066).
1482         (rectangle--highlight-for-redisplay): Fix boundary condition when point
1483         is > mark and at bolp.
1485         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1486         (region-extract-function): Use it.
1487         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1488         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1489         Delete functions.
1490         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1491         kill-ring-save, kill-region, delete-char, delete-forward-char.
1492         Ignore self-insert-iso.
1494         * emulation/cua-gmrk.el (cua--init-global-mark):
1495         Ignore `self-insert-iso'.
1497         * emulation/cua-base.el (cua--prefix-copy-handler)
1498         (cua--prefix-cut-handler): Rely on region-extract-function rather than
1499         checking cua--rectangle.
1500         (cua-delete-region): Use region-extract-function.
1501         (cua-replace-region): Delete function.
1502         (cua-copy-region, cua-cut-region): Obey region-extract-function.
1503         (cua--pre-command-handler-1): Don't do the delete-selection thing.
1504         (cua--self-insert-char-p): Ignore `self-insert-iso'.
1505         (cua--init-keymaps): Don't remap delete-selection commands.
1506         (cua-mode): Use delete-selection-mode instead of rolling our own
1507         (bug#16085).
1509         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1510         Obey region-extract-function.
1512         Make registers and delete-selection-mode work on rectangles.
1513         * register.el (describe-register-1): Don't modify the register's value.
1514         (copy-to-register): Obey region-extract-function.
1515         * delsel.el (delete-active-region): Obey region-extract-function.
1517 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1519         * progmodes/flymake.el (flymake, flymake-error-bitmap)
1520         (flymake-warning-bitmap, flymake-fringe-indicator-position)
1521         (flymake-compilation-prevents-syntax-check)
1522         (flymake-start-syntax-check-on-newline)
1523         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1524         (flymake-start-syntax-check-on-find-file, flymake-log-level)
1525         (flymake-xml-program, flymake-master-file-dirs)
1526         (flymake-master-file-count-limit)
1527         (flymake-allowed-file-name-masks): Relocate.
1528         (flymake-makehash, flymake-float-time)
1529         (flymake-replace-regexp-in-string, flymake-split-string)
1530         (flymake-get-temp-dir): Remove.
1531         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1532         (flymake-current-row, flymake-selected-frame)
1533         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1534         related functions.  (Bug#16077)
1536 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
1538         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1540 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
1542         * help-fns.el (describe-function-1): Use new advice-* functions
1543         rather than old ad-* functions.  Fix function type description and
1544         source links for advised functions and subrs.
1546 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1550 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
1552         * progmodes/compile.el (compilation-start):
1553         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1555         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1556         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
1558 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1560         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1561         Touch up the last change.
1563 2013-12-06  Leo Liu  <sdl.web@gmail.com>
1565         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1566         (inferior-octave-startup): Always use "octave> " for prompt.
1567         (octave-goto-function-definition)
1568         (octave-sync-function-file-names)
1569         (octave-find-definition-default-filename): Remove redundant backquotes.
1571 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1573         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1574         syntax for `?'.
1575         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1576         where appropriate already.
1577         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1578         end of method names (Bug#15874).
1580 2013-12-06  Juri Linkov  <juri@jurta.org>
1582         * isearch.el (isearch--saved-overriding-local-map):
1583         New internal variable.
1584         (isearch-mode): Set it to the initial value of
1585         `overriding-terminal-local-map'.
1586         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1587         with `isearch--saved-overriding-local-map'.  (Bug#16035)
1589 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1591         * progmodes/octave.el (inferior-octave-completion-table):
1592         Turn back into function, use `completion-table-with-cache'
1593         (Bug#11906).  Update all references.
1595         * minibuffer.el (completion-table-with-cache): New function.
1597 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1599         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1601 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
1603         * net/eww.el (eww-current-source): New variable to store page
1604         source.
1605         (eww-display-html, eww-mode, eww-save-history)
1606         (eww-restore-history): Use it.
1607         (eww-view-source): New command to view page source.
1608         Opportunistically uses `html-mode' to highlight the buffer.
1609         (eww-mode-map): Install it.
1611 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1613         * net/dbus.el (dbus-unregister-service)
1614         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1615         Fix docstring.
1616         (dbus-unregister-service): Skip :serial entries in
1617         `dbus-registered-objects-table'.
1618         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1620 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
1622         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1623         around keywords with extra `split-string' argument.
1625 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
1627         * windmove.el (windmove-other-window-loc): Handle navigation
1628         between windows (excluding the minibuffer window - Bug#16017).
1630 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
1632         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1633         in D-Bus type syntax.
1634         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1635         preserve unibyte strings.  (Bug#16048)
1637 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1640         Call force-mode-line-update is the proper buffer (bug#16042).
1642 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
1644         * vc/log-edit.el (log-edit-add-new-comment): Rename to
1645         `log-edit-remember-comment', make argument optional.  Adjust all
1646         callers.
1647         (log-edit-mode): Add `log-edit-remember-comment' to
1648         `kill-buffer-hook' locally.
1649         (log-edit-kill-buffer): Don't remember comment explicitly since
1650         the buffer is killed anyway.
1652 2013-12-04  Juri Linkov  <juri@jurta.org>
1654         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1655         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
1657 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
1659         * notifications.el (notifications-close-notification): Call the
1660         D-Bus method with ID being a `:uint32'.  (Bug#16030)
1662 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1664         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1666 2013-12-03  Juri Linkov  <juri@jurta.org>
1668         * progmodes/compile.el (compilation-start): Rename window alist
1669         entry `no-display-ok' to `allow-no-window'.
1671         * simple.el (shell-command): Add window alist entry
1672         `allow-no-window' to `display-buffer'.
1673         (async-shell-command): Doc fix.
1675         * window.el (display-buffer-no-window): New action function.
1676         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
1678 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1680         * vc/log-edit.el (log-edit-set-header): Extract from
1681         `log-edit-toggle-header'.
1682         (log-edit-extract-headers): Separate the summary, when extracted
1683         from header, from the rest of the message with an empty line.
1685         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1686         line, if present, to the Summary header.
1688 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1690         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1691         in current-buffer (bug#16029).
1693 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
1695         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1696         (debugger-mode-map): Bind it.
1697         (debugger--backtrace-base): New function.
1698         (debugger-eval-expression): Use it.
1699         (debugger-frame-number): Skip local vars when present.
1700         (debugger--locals-visible-p, debugger--insert-locals)
1701         (debugger--show-locals, debugger--hide-locals): New functions.
1703 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
1705         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1706         "LC_ALL".
1707         (tramp-get-remote-locale): New defun.
1708         (tramp-open-connection-setup-interactive-shell): Use it.
1710 2013-12-02  Leo Liu  <sdl.web@gmail.com>
1712         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
1714         * progmodes/sh-script.el (sh-shell-process):
1715         * progmodes/octave.el (inferior-octave-process-live-p):
1716         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1717         (gdb-inferior-io-sentinel):
1718         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1720 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1722         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1723         `save-selected-window' to `log-edit-hide-buf'.  This makes
1724         `log-edit-show-files' idempotent.
1725         (log-edit-show-files): Mark the new window as dedicated.
1727 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1729         * vc/log-edit.el (log-edit-mode-map): Add binding for
1730         `log-edit-kill-biffer'.
1731         (log-edit-hide-buf): Add a FIXME comment.
1732         (log-edit-add-new-comment): New function, extracted from
1733         `log-edit-done'.
1734         (log-edit-done, log-edit-add-to-changelog): Use it.
1735         (log-edit-kill-buffer): New command.
1737 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1740         instead of killing the buffer.
1742 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1746 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1748         * net/eww.el (eww-form-checkbox-selected-symbol)
1749         (eww-form-checkbox-symbol): New customizable variable.
1750         (eww-form-checkbox, eww-toggle-checkbox):
1751         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1753         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1754         (shr--get-media-pref, shr--extract-best-source): New function.
1755         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1756         no :src tag was specified.
1758         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1759         (eww-render): Handle `eww-use-external-browser-for-content-type'.
1760         Use \\` to match beginning of string instead of ^.
1761         (eww-browse-with-external-browser): Provide optional URL parameter.
1762         (eww-render): Set `eww-current-title' back to "".
1764         * net/shr.el (shr-tag-video): Display content for video if no
1765         poster is available.
1766         (shr-tag-audio): Add support for <audio> tag.
1768         * net/eww.el (eww-text-input-types): New const.
1769         (eww-process-text-input): Treat input types in
1770         `eww-text-input-types' as text.
1772         * net/shr.el (shr-tag-table): Fix comment typo.
1774 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776         * net/eww.el (eww-follow-link): New command to avoid reloading
1777         pages when we follow #target links (bug#15243).
1778         (eww-quit): Special mode buffers shouldn't query before exiting.
1780 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1782         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1783         forms.
1785 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787         * net/eww.el (eww-restore-history): Update the window title after
1788         moving in the history.
1789         (eww-current-dom): New variable used to save the current DOM.
1791 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
1793         * vc/log-edit.el (log-edit-mode-map): Add binding for
1794         `log-edit-beginning-of-line'.
1795         (log-edit-setup-add-author): New user option.
1796         (log-edit-beginning-of-line): New command.
1797         (log-edit): Move major mode call above the contents setup so that
1798         the local variable values are already applied.
1799         (log-edit): Only insert "Author: " when
1800         `log-edit-setup-add-author' is non-nil.
1801         (log-edit): When SETUP is non-nil, position point after ": "
1802         instead of point-min.
1804 2013-12-01  Glenn Morris  <rgm@gnu.org>
1806         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1808 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
1810         * startup.el (fancy-splash-frame): On MS-Windows, trigger
1811         redisplay to make sure the initial frame gets a chance to become
1812         visible.  (Bug#16014)
1814 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
1816         Support resizing frames and windows pixelwise.
1817         * cus-start.el (frame-resize-pixelwise)
1818         (window-resize-pixelwise): New entries.
1819         * emacs-lisp/debug.el (debug): Use window-total-height instead
1820         of window-total-size.
1821         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1822         * help.el (describe-bindings-internal): Call help-buffer
1823         (temp-buffer-max-width): New option.
1824         (resize-temp-buffer-window, help-window-setup)
1825         (with-help-window): Rewrite.
1826         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
1827         dragging dividers.
1828         * window.el (frame-char-size, window-min-pixel-height)
1829         (window-safe-min-pixel-height, window-safe-min-pixel-width)
1830         (window-min-pixel-width, window-safe-min-pixel-size)
1831         (window-combination-p, window-safe-min-size)
1832         (window-resizable-p, window--size-to-pixel)
1833         (window--pixel-to-size, window--resize-apply-p): New functions.
1834         (window-safe-min-height): Fix doc-string.
1835         (window-size, window-min-size, window--min-size-1)
1836         (window-sizable, window-sizable-p, window--min-delta-1)
1837         (window-min-delta, window--max-delta-1, window-max-delta)
1838         (window--resizable, window--resizable-p, window-resizable)
1839         (window-full-height-p, window-full-width-p, window-at-side-p)
1840         (window--in-direction-2, window-in-direction)
1841         (window--resize-reset-1, window--resize-mini-window)
1842         (window-resize, window-resize-no-error)
1843         (window--resize-child-windows-normal)
1844         (window--resize-child-windows, window--resize-siblings)
1845         (window--resize-this-window, window--resize-root-window)
1846         (window--resize-root-window-vertically)
1847         (adjust-window-trailing-edge, enlarge-window, shrink-window)
1848         (maximize-window, minimize-window, delete-window)
1849         (quit-restore-window, window-split-min-size, split-window)
1850         (balance-windows-2, balance-windows)
1851         (balance-windows-area-adjust, balance-windows-area)
1852         (window--state-get-1, window-state-get, window--state-put-1)
1853         (window--state-put-2, window-state-put)
1854         (display-buffer-record-window, window--display-buffer):
1855         Make functions handle pixelwise sizing of windows.
1856         (display-buffer--action-function-custom-type)
1857         (display-buffer-fallback-action):
1858         Add display-buffer-in-previous-window.
1859         (display-buffer-use-some-window): Resize window to height it had
1860         before.
1861         (fit-window-to-buffer-horizontally): New option.
1862         (fit-frame-to-buffer): Describe new values.
1863         (fit-frame-to-buffer-bottom-margin): Replace with
1864         fit-frame-to-buffer-margins.
1865         (window--sanitize-margin): New function.
1866         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1867         using window-text-pixel-size.
1869 2013-11-30  Glenn Morris  <rgm@gnu.org>
1871         * emacs-lisp/bytecomp.el (byte-compile-form):
1872         Make the `interactive-only' warning like the `obsolete' one.
1873         * comint.el (comint-run):
1874         * files.el (insert-file-literally, insert-file):
1875         * replace.el (replace-string, replace-regexp):
1876         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1877         (goto-line, insert-buffer, next-line, previous-line):
1878         Tweak `interactive-only' spec.
1880         Stop keeping (most) generated cedet grammar files in the repository.
1881         * Makefile.in (semantic): New.
1882         (compile-main): Depend on semantic.
1884 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1887         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1889         * uniquify.el (uniquify-buffer-name-style): Change default.
1891         * loadup.el: Preload "uniquify".
1893         * time.el (display-time-update): Update all mode lines (bug#15999).
1895         * electric.el (electric-indent-mode): Enable by default.
1896         * loadup.el: Preload "electric".
1898 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
1900         * emacs-lisp/helpers.el (string-empty-p): New function.
1901         (string-blank-p): New function.
1903 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
1905         * imenu.el (imenu--index-alist): Add missing dot to the docstring
1906         (Bug#14029).
1908 2013-11-29  Andreas Politz  <politza@fh-trier.de>
1909         * imenu.el (imenu--subalist-p): Don't error on non-conses and
1910         allow non-lambda lists as functions.
1911         (imenu--in-alist): Don't recurse into non-subalists.
1912         (imenu): Don't pass function itself as an argument (Bug#14029).
1914 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1916         * progmodes/python.el (python-mode-map): Remove binding for ":".
1917         (python-indent-electric-colon): Remove command.
1918         (python-indent-post-self-insert-function): Integrate the previous code
1919         of python-indent-electric-colon.  Make it conditional on
1920         electric-indent-mode.
1921         (python-mode): Add ?: to electric-indent-chars.
1922         Move python-indent-post-self-insert-function to the end of
1923         post-self-insert-hook.
1925 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1927         * doc-view.el (doc-view-goto-page): Update mode-line.
1929         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1931 2013-11-27  Glenn Morris  <rgm@gnu.org>
1933         * international/charprop.el, international/uni-bidi.el:
1934         * international/uni-category.el, international/uni-combining.el:
1935         * international/uni-comment.el, international/uni-decimal.el:
1936         * international/uni-decomposition.el, international/uni-digit.el:
1937         * international/uni-lowercase.el, international/uni-mirrored.el:
1938         * international/uni-name.el, international/uni-numeric.el:
1939         * international/uni-old-name.el, international/uni-titlecase.el:
1940         * international/uni-uppercase.el:
1941         Remove generated files from VCS repository.
1943 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
1945         * filenotify.el (file-notify-add-watch): Don't special-case
1946         w32notify when computing the directory to watch.
1948 2013-11-27  Glenn Morris  <rgm@gnu.org>
1950         Make bootstrap without generated uni-*.el files possible again.
1951         * loadup.el: Update command-line-args checking for unidata-gen.
1952         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1953         * composite.el, international/characters.el:
1954         Handle unicode tables being undefined.
1956         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1957         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1958         (compile-main): Depend on leim rule.
1959         (leim): New rule.
1960         * loadup.el: Move leim-list.el to leim/ subdirectory.
1961         * startup.el (normal-top-level): No more leim directory.
1962         * international/ja-dic-cnv.el (skkdic-convert):
1963         Disable version-control and autoloads in output files.
1964         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1965         Disable version-control and autoloads in output files.
1966         * leim/quail: Move here from ../leim.
1967         * leim/quail/hangul.el (hangul-input-method-activate):
1968         Add autoload cookie.
1969         (generated-autoload-load-name): Set file-local value.
1970         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1971         (generated-autoload-load-name): Set file-local value.
1973 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
1975         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1976         (eww-add-bookmark): Ask confirmation when add to bookmarks.
1977         (eww-quit): Ask confirmation before quitting eww.
1979 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
1981         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1982         reading output from Diff on MS-Windows and MS-DOS.
1984 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
1986         * emacs-lisp/helpers.el (string-reverse): New function.
1988 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
1990         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1991         names on MS Windows, like "/[::1]:".
1993         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1994         SWITCHES.
1996 2013-11-26  Glenn Morris  <rgm@gnu.org>
1998         * progmodes/python.el (python-indent-guess-indent-offset):
1999         Avoid corner-case error.  (Bug#15975)
2001         Preload leim-list.el.  (Bug#4789)
2002         * loadup.el: Load leim-list.el when found.
2003         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2005 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
2007         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2009         * emacs-lisp/helpers.el (string-join): New function.
2011 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
2013         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2014         Mark as obsolete and replace it with a symbol property.
2015         (byte-compile-form): Use new 'interactive-only property.
2016         * comint.el, files.el, replace.el, simple.el:
2017         Apply new 'interactive-only properly.
2019 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
2021         * window.el (display-buffer-at-bottom): Make sure that
2022         split-window-sensibly creates the new window on bottom
2023         (Bug#15961).
2025 2013-11-23  David Kastrup  <dak@gnu.org>
2027         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2028         on the conflict markers when available.
2029         (smerge--get-marker): New function.
2030         (smerge-end-re, smerge-base-re): Add subgroup.
2032 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2034         * frame.el (handle-focus-in, handle-focus-out): Add missing
2035         interactive spec.
2037 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
2039         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2040         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2042 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2044         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
2045         (gomoku--last-pos): New var.
2046         (gomoku--intangible-chars): New const.
2047         (gomoku--intangible): New function.
2048         (gomoku-mode): Use it.  Derive from special-mode.
2049         (gomoku-move-up): Adjust line count.
2050         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2051         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2052         Simplify accordingly.
2054         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2055         Remove blink-cursor code.
2056         (blink-cursor-timer-function, blink-cursor-suspend):
2057         Don't special-case GUIs.
2058         (blink-cursor-mode): Use focus-in/out-hook.
2060 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
2062         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2063         work when annotation is invisible (Bug#13886).
2065 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
2067         * json.el (json-alist-p): Only return non-nil if the alist has
2068         simple keys (Bug#13518).
2070 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
2072         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2073         when control-statement is the first statement in a buffer (Bug#15956).
2075 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
2077         * imenu.el (imenu-generic-skip-comments-and-strings):
2078         New option (Bug#15560).
2079         (imenu--generic-function): Use it.
2081 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
2083         * minibuffer.el (completion--in-region-1): Scroll the correct window.
2084         (Bug#13898)
2086 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
2088         * emacs-lisp/helpers.el: Add some string helpers.
2089         (string-trim-left): Removes leading whitespace.
2090         (string-trim-right): Removes trailing whitespace.
2091         (string-trim): Removes leading and trailing whitespace.
2093         * subr.el (string-suffix-p): New function.
2095 2013-11-23  Glenn Morris  <rgm@gnu.org>
2097         * progmodes/python.el (python-shell-send-file):
2098         Add option to delete file when done.  (Bug#15647)
2099         (python-shell-send-string, python-shell-send-region): Use it.
2101 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
2103         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2104         to set buffer-read-only to t, never to nil.  (Bug#15938)
2106         * textmodes/tex-mode.el (latex-noindent-environments):
2107         Add safe-local-variable property.  (Bug#15936)
2109 2013-11-23  Glenn Morris  <rgm@gnu.org>
2111         * textmodes/enriched.el (enriched-mode): Doc fix.
2112         * emacs-lisp/authors.el (authors-renamed-files-alist):
2113         Add enriched.doc -> enriched.txt.
2115         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2117 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2119         * progmodes/octave.el (inferior-octave-startup): Spit out error
2120         message.
2122 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
2124         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2125         Improve docstring.
2126         Add :version.
2127         (ruby-encoding-magic-comment-style): Add :version.
2129 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2131         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2132         (Bug#15076)
2133         (octave-help-mode): Adapt to change to help-mode-finish to use
2134         derived-mode-p on 2013-09-17.
2135         (inferior-octave-prompt): Also match octave-gui.
2136         (octave-kill-process): Don't ask twice.  (Bug#10564)
2138 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2140         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2141         (inferior-octave-startup, inferior-octave-check-process)
2142         (inferior-octave-track-window-width-change)
2143         (octave-completion-at-point, octave-eldoc-function): Use it.
2144         (octave-kill-process): Provide confirmation.  (Bug#10564)
2146 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2148         * progmodes/octave.el (octave-mode, inferior-octave-mode):
2149         Fix obsolete variable comment-use-global-state.
2151 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2153         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2154         Add `octave-source-file'.
2155         (octave-source-file): New function.  (Bug#15935)
2157 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
2159         * net/eww.el (eww-local-regex): New variable.
2160         (eww): Use it to detect localhost and similar.
2162 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2164         Add completion for command `ag'.
2165         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2166         (pcomplete/ag): New function.
2167         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
2169 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2171         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2172         (bug#14646).
2173         (make-obsolete): Remove interactive spec.
2175 2013-11-21  Glenn Morris  <rgm@gnu.org>
2177         * startup.el (command-line-1): Use path-separator with -L.
2179 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
2181         * emacs-lisp/package.el (describe-package-1): Add package archive
2182         to shown fields.
2184 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
2186         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2187         Change default to "# encoding: %s" to differentiate it from the
2188         default Ruby encoding comment template.
2190 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
2192         * ses.el (ses-mode): Doc fix.  (Bug#14748)
2194 2013-11-20  Leo Liu  <sdl.web@gmail.com>
2196         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
2198 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
2200         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2201         when rebase or bisect are in progress.
2203 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
2205         * filenotify.el (file-notify-add-watch): Doc fix.
2207 2013-11-19  Leo Liu  <sdl.web@gmail.com>
2209         * obsolete/rcompile.el: Mark obsolete.
2211         * progmodes/compile.el (compilation-start)
2212         (compilation-goto-locus, compilation-find-file):
2213         Pass no-display-ok and handle nil value from display-buffer.
2214         (Bug#13594)
2216         * window.el (display-buffer-alist, display-buffer): Document the
2217         new parameter no-display-ok.  Return either a window or nil
2218         but never a non-window value.
2220 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * electric.el (electric-indent-mode-map): Remove.
2223         (electric-indent-mode): Change the global-map instead (bug#15915).
2225         * textmodes/text-mode.el (paragraph-indent-minor-mode):
2226         Use add-function.
2228 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2230         * emacs-lisp/nadvice.el (remove-function): Align with
2231         add-function's behavior.
2233         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2234         (gdb--string-regexp): New constant.
2235         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2236         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2237         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2238         submatch 1.
2239         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2240         Adjust use accordingly.
2241         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2243 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
2245         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2246         interpolation curlies (Bug#15914).
2248 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2250         * calc/calc.el (calc-context-sensitive-enter): New variable.
2251         (calc-enter): Use `calc-context-sensitive-enter'.
2253 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
2255         * progmodes/cfengine.el: Version bump.
2256         (cfengine-cf-promises): New defcustom to locate cf-promises.
2257         (cfengine3-vartypes): Add new "data" type.
2258         (cfengine3--current-word): New function to get current name-like
2259         word or its bounds.
2260         (cfengine3--current-function): New function to look up a CFEngine
2261         function's definition.
2262         (cfengine3-format-function-docstring): New function.
2263         (cfengine3-make-syntax-cache): New function.
2264         (cfengine3-documentation-function): New function: ElDoc glue.
2265         (cfengine3-completion-function): New function: completion glue.
2266         (cfengine3-mode): Set `compile-command',
2267         `eldoc-documentation-function', and add to
2268         `completion-at-point-functions'.
2270 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
2272         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2273         `tramp-current-connection'.
2275 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
2277         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2278         nil/self/true/false with "end of symbol".
2280 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
2282         * subr.el (version-regexp-alist): Fix a typo.
2284 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
2286         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2287         "en_US.utf8" and "LC_CTYPE" to "".
2288         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2289         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2291 2013-11-15  Leo Liu  <sdl.web@gmail.com>
2293         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
2295 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * progmodes/gud.el (ctl-x-map):
2298         Remove C-x SPC binding.  (Bug#12342)
2299         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2301 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
2303         * subr.el (version-regexp-alist):
2304         Recognize hg, svn and darcs versions as snapshot versions.
2306         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2307         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2308         (ruby--encoding-comment-required-p): Extract from
2309         `ruby-mode-set-encoding'.
2310         (ruby-mode-set-encoding): Add the ability to always insert an
2311         utf-8 encoding comment.  Fix and simplify coding comment update
2312         logic.
2314 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
2316         * net/tramp-gvfs.el (top): Run init code only when
2317         `tramp-gvfs-enabled' is not nil.
2318         (tramp-gvfs-enabled): Check also :system bus.
2320 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2322         Sync with upstream verilog-mode revision 78e66ba.
2323         * progmodes/verilog-mode.el (verilog-end-of-defun)
2324         (verilog-type-completion, verilog-get-list): Remove unused funcs.
2325         (verilog-get-end-of-defun): Remove unused argument.
2326         (verilog-comment-depth): Remove unused local `e'.
2327         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2328         Don't pass arg to verilog-get-end-of-defun.
2330 2013-11-14  Glenn Morris  <rgm@gnu.org>
2332         * obsolete/assoc.el (aget): Prefix dynamic variable.
2334         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2336 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * widget.el, hfy-cmap.el: Remove bogus package version number.
2340 2013-11-13  Glenn Morris  <rgm@gnu.org>
2342         * replace.el (replace-eval-replacement):
2343         Try to give more helpful error message.  (Bug#15836)
2345         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2346         (archive-7z-update): Avoid custom type mismatches.
2348         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2350 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
2352         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2353         address can be empty.
2355         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2356         Accept nil SWITCHES.
2357         (tramp-gvfs-handle-write-region): Implement APPEND.
2359 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
2361         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2362         binary "|" operator and closing block args delimiter.
2363         Remove FIXME comment referring to Ruby 1.8-only syntax.
2364         (ruby-smie--implicit-semi-p): Not after "|" operator.
2365         (ruby-smie--closing-pipe-p): New function.
2366         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2367         (ruby-smie-rules): Indent after "|".
2369 2013-11-12  Glenn Morris  <rgm@gnu.org>
2371         * ps-print.el (ps-face-attribute-list):
2372         Handle anonymous faces.  (Bug#15827)
2374 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
2376         * window.el (display-buffer-other-frame): Fix doc-string.
2377         (Bug#15868)
2379 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * subr.el (force-mode-line-update): Delete, move to buffer.c.
2383 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
2385         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2386         (tramp-sh-handle-file-local-copy): Don't write a message when
2387         saving temporary files.
2389         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2390         both directories are remote.
2391         (tramp-smb-handle-directory-files): Do not return double entries.
2392         Do not expand full file names.
2393         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2394         (tramp-smb-handle-write-region): Implement APPEND.
2395         (tramp-smb-get-stat-capability): Fix a stupid bug.
2397 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2399         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2401 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2403         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2404         throwing error over malformed let/let* (bug#15814).
2406 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2408         * iswitchb.el (iswitchb-mode): Mark obsolete.
2410 2013-11-11  Glenn Morris  <rgm@gnu.org>
2412         * international/uni-bidi.el, international/uni-category.el:
2413         * international/uni-name.el, international/uni-numeric.el:
2414         Regenerate for Unicode 6.3.0.
2416 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
2418         * net/tramp.el (tramp-methods):
2419         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2420         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2422 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
2424         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2425         Force highlighting text after Summary keyword in doc face for rpm.
2427 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
2429         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2430         available and the word has no wildcards, append one to the grep pattern.
2431         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2432         (ispell-complete-word): Call `ispell-lookup-words' with the value
2433         independent of `ispell-look-p'.
2435 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2437         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2438         Not after "||".
2439         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2440         their parent.
2442 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
2445         (ruby-font-lock-keywords): Use backquote.
2447 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2449         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2450         (ruby-smie--backward-token): Only consider full-string matches.
2452 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
2454         * faces.el (describe-face): Add distant-foreground.
2456 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
2458         * progmodes/ruby-mode.el: Improve encoding comment handling.
2459         (ruby-encoding-magic-comment-style): New option.
2460         (ruby-custom-encoding-magic-comment-template): New option.
2461         (ruby--insert-coding-comment, ruby--detect-encoding):
2462         New functions extracted from `ruby-mode-set-encoding'.
2463         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2464         to control the style of the auto-inserted encoding comment.
2466 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2468         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2469         Use `smie-backward-sexp' with token argument.
2471 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
2473         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2474         Remove instrumentation code.
2476 2013-11-08  Glenn Morris  <rgm@gnu.org>
2478         * progmodes/autoconf.el (autoconf-mode):
2479         Tweak comment-start-skip.  (Bug#15822)
2481 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2483         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2484         at bobp (bug#15826).
2485         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2487 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
2489         * man.el (Man-start-calling): New macro, extracted from
2490         Man-getpage-in-background.
2491         (Man-getpage-in-background): Use it.
2492         (Man-update-manpage): New command.
2493         (Man-mode-map): Bind it.
2495 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2497         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2498         of "and", "or", "&&" and "||".
2499         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2500         argument.  Prohibit opening curly brace because it could only be a
2501         block opener in that position.
2502         (ruby-smie--forward-token, ruby-smie--backward-token):
2503         Separate "|" from "&" or "*" going after it.  That can happen in block
2504         arguments.
2505         (ruby-smie--indent-to-stmt): New function, seeks the end of
2506         previous statement or beginning of buffer.
2507         (ruby-smie-rules): Use it.
2508         (ruby-smie-rules): Check if there's a ":" before a curly block
2509         opener candidate; if there is, it's a hash.
2511 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2513         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2514         (cl--block-wrapper): Fix last accidental change.
2516 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
2518         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2519         Instrument, in order to hunt failure on hydra.
2521 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2523         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2524         malformed bindings form (bug#15814).
2526 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
2528         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2529         "." compared to " @ ".  This incidentally fixes some indentation
2530         examples with "do".
2531         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2532         (ruby-smie-grammar): New tokens: "and" and "or".
2533         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2534         Exclude "and" and "or".  Remove "do" in order to work around token
2535         priorities.
2536         (ruby-smie-rules): Add all infix tokens.  Handle the case of
2537         beginning-of-buffer.
2539 2013-11-06  Glenn Morris  <rgm@gnu.org>
2541         * Makefile.in (setwins_almost, setwins_for_subdirs):
2542         Avoid accidental matches.
2544 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * menu-bar.el (popup-menu): Use key-binding.
2548 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
2550         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2551         menus, support also the menus produced by minor modes.
2552         (Bug#15817)
2554 2013-11-06  Leo Liu  <sdl.web@gmail.com>
2556         * thingatpt.el (thing-at-point-looking-at): Add optional arg
2557         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
2559 2013-11-06  Glenn Morris  <rgm@gnu.org>
2561         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2562         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2563         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2565 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2567         * electric.el (electric-indent-just-newline): New command.
2568         (electric-indent-mode-map): New keymap.
2569         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2570         Re-add :group which weren't redundant.
2572         * electric.el (electric-indent-local-mode): New minor mode.
2573         (electric-indent-functions-without-reindent): New var.
2574         (electric-indent-post-self-insert-function): Use it.
2575         * emacs-lisp/gv.el (buffer-local-value): Add setter.
2577 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
2579         * international/quail.el (quail-help): Be more explicit about the
2580         meaning of the labels shown on the keys.  (Bug#15800)
2582         * startup.el (normal-top-level): Load the subdirs.el files before
2583         setting the locale environment.  (Bug#15805)
2585 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2587         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2588         via arguments so as to get the right ones (bug#15418).
2590         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2592 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
2594         Fix problems found while writing a test suite.
2596         * net/tramp-compat.el (tramp-compat-load): New defun.
2597         * net/tramp.el (tramp-handle-load): Use it.
2599         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2600         "(numberp ok-if-already-exists)" correctly.
2602 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
2604         * international/characters.el (glyphless-char-display-control):
2605         Add usage note.
2607 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
2609         * progmodes/python.el (python-mode):
2610         * progmodes/scheme.el (scheme-mode):
2611         * progmodes/prolog.el (prolog-mode):
2612         * progmodes/ruby-mode.el (ruby-mode):
2613         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2614         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2616 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2618         * rect.el (rectangle--highlight-for-redisplay):
2619         * emacs-lisp/smie.el (smie--next-indent-change):
2620         Use buffer-chars-modified-tick.
2622         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2624         * electric.el (electric-indent-post-self-insert-function):
2625         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2627 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
2629         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2631 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2633         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2634         (bug#15786).
2636 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2638         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
2640         * progmodes/python.el: Fix up last change.
2641         (python-shell--save-temp-file): New function.
2642         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
2643         `string' comes from the current buffer.
2644         (python-shell-send-string-no-output): Remove `msg' arg.
2645         (python--use-fake-loc): New var.
2646         (python-shell-buffer-substring): Obey it.  Try to compensate for the
2647         extra coding line added by python-shell--save-temp-file.
2648         (python-shell-send-region): Use python-shell--save-temp-file and
2649         python-shell-send-file directly.  Add `nomain' argument.
2650         (python-shell-send-buffer): Use python-shell-send-region.
2651         (python-electric-pair-string-delimiter): New function.
2652         (python-mode): Use it.
2654 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
2656         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2657         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2658         environment and decoding all of the default-directory's to here
2659         from command-line.
2660         (command-line): Decode also argv[0].
2662         * loadup.el: Error out if default-directory is a multibyte string
2663         when we are dumping.
2665         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
2667 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
2669         * emacs-lisp/package.el (package-menu-mode)
2670         (package-menu--print-info, package-menu--archive-predicate):
2671         Add Archive column to package list.
2673 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
2675         Fix problems found while writing a test suite.
2677         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2678         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2679         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2680         to nil when running original file name handler.  Otherwise,
2681         there are problems with constructs like "$$FOO".
2683         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2684         for `localname'.
2686 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
2688         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2690         * subr.el (version<, version<=, version=):
2691         Update docstrings with information for snapshot versions.
2693         * helpers.el: New library for misc helper functions.
2694         (hash-table-keys): New function returning a list of hash keys.
2695         (hash-table-values): New function returning a list of hash values.
2697 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
2699         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2700         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2702 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
2704         * textmodes/fill.el (fill-single-char-nobreak-p): New function
2705         checking whether point is after a 1-letter word.
2707 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2709         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2710         Don't infloop when expanding region over `multiline' syntax-type that
2711         begins a line (bug#15778).
2713 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2716         Make it into a proper minor mode.
2717         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2718         (rectangle-mark-mode-map): New keymap.
2719         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2721 2013-11-04  Glenn Morris  <rgm@gnu.org>
2723         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2725 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2727         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2728         (ruby-smie-rules): Use smie-rule-parent instead.
2730         * emacs-lisp/smie.el (smie-rule-parent): Always call
2731         smie-indent-virtual rather than only for hanging tokens.
2732         (smie--next-indent-change): New helper command.
2734 2013-11-03  Glenn Morris  <rgm@gnu.org>
2736         * Makefile.in (abs_srcdir): Remove.
2737         (emacs): Unset EMACSLOADPATH.
2739 2013-11-02  Glenn Morris  <rgm@gnu.org>
2741         * Makefile.in (EMACS): Use a relative filename.
2742         (abs_top_builddir): Remove.
2743         (custom-deps, finder-data, autoloads): Use --chdir.
2745         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2747         Use relative filenames in TAGS files.
2748         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2749         (lisptagsfiles4, TAGS): Use relative file names.
2750         (TAGS-LISP): Remove.
2751         (maintainer-clean): No more TAGS-LISP file.
2753         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2754         (lisptagsfiles4): Use absolute filenames again.
2755         (TAGS, TAGS-LISP): Not everything needs to run in one line.
2756         Remove all *loaddefs files, not just the first.  Remove esh-groups.
2757         (maintainer-clean): Delete TAGS, TAGS-LISP.
2759 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2761         * emacs-lisp/package.el (package-version-join):
2762         Recognize snapshot versions.
2764 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2766         * subr.el (version-regexp-alist): Add support for snapshot versions.
2768 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2770         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2771         New function, replacement for `smie-rule-parent' for when we want to
2772         skip over our direct parent if it's an assignment token..
2773         (ruby-smie-rules): Use it.
2775 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2777         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2778         unconditionally.  Remove now unnecessary forward declarations.
2779         Remove XEmacs-specific setup.
2780         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2781         (ruby-font-lock-syntactic-keywords)
2782         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2783         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2784         (ruby-here-doc-end-syntax): Remove.
2785         (ruby-mode): Don't check whether `syntax-propertize-rules' is
2786         defined as function.
2788 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2790         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2792 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2794         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2795         table and abbrev table, `define-derived-mode' does that for us
2796         anyway.
2798 2013-11-01  Glenn Morris  <rgm@gnu.org>
2800         * Makefile.in: Remove manual mh-e dependencies (writing .elc
2801         files is atomic for some time, so no parallel compilation issues).
2803 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2805         * faces.el (face-x-resources): Add :distant-foreground.
2806         (region): Use :distant-foreground for gtk and ns.
2808 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
2810         Allow multiple bibliographies when BibLaTeX is used rather than
2811         BibTeX.
2812         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2813         (reftex-locate-bibliography-files): Us it.
2815 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
2817         * image.el (image-type-header-regexps): Fix the 'pbm' part to
2818         allow comments in pbm files.
2820         * term/w32-win.el (dynamic-library-alist): Support newer versions
2821         of libjpeg starting with v7: look only for the DLL from the
2822         version against which Emacs was built.
2823         Support versions of libpng beyond 1.4.x.
2824         Support libtiff v4.x.
2826 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2828         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2829         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2830         Add property :safe.
2831         (ruby-deep-arglist): Add property :type.
2833 2013-10-31  Glenn Morris  <rgm@gnu.org>
2835         * Makefile.in (custom-deps, finder-data): No need to setq the target
2836         variables, we are in the right directory and the defaults work fine.
2838 2013-10-30  Glenn Morris  <rgm@gnu.org>
2840         * Makefile.in (autoloads): Do not use abs_lisp.
2842         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2843         `newline' does not respect `standard-output', so use `princ'.
2845 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
2847         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
2848         * buff-menu.el (Buffer-menu--unmark): New function.
2849         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2851 2013-10-30  Glenn Morris  <rgm@gnu.org>
2853         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2855         * emacs-lisp/package.el (lm-homepage): Declare.
2857         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2858         Fix doc typos.
2860         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2862         * Makefile.in (finder-data, autoloads, update-subdirs)
2863         (compile-main, compile-clean, compile-always, bootstrap-clean):
2864         Check return value of cd.
2865         (compile-calc): Remove.
2867 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2871         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2872         (byte-compile-and-folded): New function.
2873         (=, <, >, <=, >=): Use it.
2875         * dos-w32.el (minibuffer-history-case-insensitive-variables)
2876         (path-separator, null-device, buffer-file-coding-system)
2877         (lpr-headers-switches): Check system-type before modifying them.
2878         (find-buffer-file-type-coding-system): Mark obsolete.
2879         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2880         find-file-not-found-set-buffer-file-coding-system.
2881         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2882         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2883         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2884         (w32-direct-print-region-helper, w32-direct-print-region-function)
2885         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2886         * startup.el (normal-top-level-add-subdirs-to-load-path):
2887         * ps-print.el (ps-print-region-function):
2888         * lpr.el (print-region-function): Use new name.
2890         * subr.el (custom-declare-variable-early): Remove function.
2891         (custom-declare-variable-list): Remove var.
2892         (error, user-error): Remove `while' loop.
2893         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2894         (user-emacs-directory-warning, locate-user-emacs-file):
2895         Move to files.el.
2896         * simple.el (read-quoted-char-radix, read-quoted-char):
2897         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2898         Move from subr.el.
2899         * custom.el (custom-declare-variable-list): Don't process
2900         custom-declare-variable-list.
2902         * progmodes/python.el (python-shell-get-buffer): New function.
2903         (python-shell-get-process): Use it.
2904         (python-shell-send-string): Always use utf-8 and add a cookie to tell
2905         Python which encoding was used.  Don't split-string since we only care
2906         about the first line.  Return the temp-file, if applicable.
2907         (python-shell-send-region): Tell compile.el how to turn locations in
2908         the temp-file into locations in the source buffer.
2910 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         * subr.el (undefined): Add missing behavior from the C code for
2913         unbound keys.
2915         * rect.el: Use lexical-binding.  Add new rectangular region support.
2916         (rectangle-mark): New command.
2917         (rectangle--region): New var.
2918         (deactivate-mark-hook): Reset rectangle--region.
2919         (rectangle--extract-region, rectangle--insert-for-yank)
2920         (rectangle--highlight-for-redisplay)
2921         (rectangle--unhighlight-for-redisplay): New functions.
2922         (region-extract-function, redisplay-unhighlight-region-function)
2923         (redisplay-highlight-region-function): Use them to handle
2924         rectangular region.
2925         * simple.el (region-extract-function): New var.
2926         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2927         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2928         (kill-region): Replace obsolete `yank-handler' arg with `region'.
2929         (copy-region-as-kill, kill-ring-save): Add `region' argument.
2930         (redisplay-unhighlight-region-function)
2931         (redisplay-highlight-region-function): New vars.
2932         (redisplay--update-region-highlight): New function.
2933         (pre-redisplay-function): Use it.
2934         (exchange-point-and-mark): Don't deactivate the mark before
2935         reactivate-it anyway.
2936         * comint.el (comint-kill-region): Remove yank-handler argument.
2937         * delsel.el (delete-backward-char, backward-delete-char-untabify)
2938         (delete-char): Remove property, since it's now part of their
2939         default behavior.
2940         (self-insert-iso): Remove property since this command doesn't exist.
2942         * emacs-lisp/package.el (package--download-one-archive)
2943         (describe-package-1): Don't query the user about final newline.
2945 2013-10-29  Daniel Colascione  <dancol@dancol.org>
2947         * net/tramp.el (tramp-methods): Document new functionality.
2948         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2949         tramp-hostname-checker if method provides one instead of scanning
2950         argument list for "%h" to decide hostname acceptability.
2952 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
2954         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2955         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2956         Handle COPY-CONTENTS.  (Bug#15737)
2958 2013-10-28  Daiki Ueno  <ueno@gnu.org>
2960         * epa-file.el
2961         (epa-file-cache-passphrase-for-symmetric-encryption):
2962         Document that this option has no effect with GnuPG 2.0 (bug#15552).
2964 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
2966         * image.el (defimage):
2967         (image-load-path): Doc fixes.
2969 2013-10-27  Alan Mackenzie  <acm@muc.de>
2971         Indent statements in macros following "##" correctly.
2972         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2973         Modify the "#" arm of a cond form to handle "#" and "##" operators.
2975 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2977         * linum.el (linum-update-window): Fix boundary test (bug#13446).
2979 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
2981         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2982         after `=' is probably a new expression.
2984 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2986         * man.el (man-imenu-title): New option.
2987         (Man-mode-map): Add menu.  (Bug#15722)
2988         (Man-mode): Add imenu to menu.
2990 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
2992         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2993         specific in what the first arg can be: a non-keyword word,
2994         string/regexp/percent literal opener, opening paren, or unary
2995         operator followed directly by word.
2997 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3000         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3001         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3002         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3003         Remove vars, they do not apply any more.
3004         (prolog-mode-abbrev-table): Remove redundant declaration.
3005         (prolog-upper-case-string, prolog-lower-case-string): Remove.
3006         (prolog-use-smie): Remove.
3007         (prolog-smie-rules): Add indentation rule for the if-then-else layout
3008         supported by prolog-electric-if-then-else-flag.
3009         (prolog-mode-variables, prolog-menu): Use setq-local.
3010         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3011         Remove binding to `Backspace' since this key doesn't exist anyway.
3012         Remove bindings for electric self-inserting keys.
3013         (prog-mode): Assume it's defined.
3014         (prolog-post-self-insert): New function.
3015         (prolog-mode): Use it.
3016         (prolog-indent-line, prolog-indent-level)
3017         (prolog-find-indent-of-matching-paren)
3018         (prolog-indentation-level-of-line, prolog-goto-comment-column)
3019         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3020         (prolog-goto-next-paren, prolog-in-string-or-comment)
3021         (prolog-tokenize, prolog-inside-mline-comment)
3022         (prolog-find-start-of-mline-comment): Remove functions.
3023         (prolog-find-unmatched-paren, prolog-clause-end)
3024         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3025         (prolog-electric--if-then-else): Rename from
3026         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3027         (prolog-tokenize-searchkey): Remove const.
3028         (prolog-clause-info): Use forward-sexp.
3029         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3030         (prolog-electric-if-then-else): Remove commands.
3031         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3032         for use in post-self-insert-hook.
3033         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3034         for use in post-self-insert-hook.
3035         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3036         for use in post-self-insert-hook.
3037         (prolog-electric--underscore): Rename from prolog-electric--underscore;
3038         adapt it for use in post-self-insert-hook.
3040 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
3042         * emacs-lisp/ert.el (ert-run-tests-interactively):
3043         Use `completing-read'.  (Bug#9756)
3045 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
3047         * simple.el (line-move): Call line-move-1 instead of
3048         line-move-visual when the current window hscroll is zero, but
3049         temporary-goal-column indicates we will need to hscroll as result
3050         of the movement.  (Bug#15712)
3052 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
3054         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3055         capitalization.  Use :visible instead of :active.
3056         Fix `ruby-indent-exp' reference.  Add menu items for the generic
3057         commands that are used with SMIE.
3058         (ruby-do-end-to-brace): Insert space after `{'.
3060 2013-10-25  John Anthony  <john@jo.hnanthony.com>
3062         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
3064         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
3066 2013-10-25  Glenn Morris  <rgm@gnu.org>
3068         * vc/vc.el (vc-print-log): Don't use a working revision unless
3069         one was explicitly specified.  (Bug#15322)
3071 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3073         * subr.el (add-to-list): Preserve return value in compiler-macro
3074         (bug#15692).
3076 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3078         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3079         result.  Ask user to retry using '-all' flag.  (Bug#15701)
3081 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3083         * emacs-lisp/smie.el: New smie-config system.
3084         (smie-config): New defcustom.
3085         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3086         (smie-config-guess, smie-config-save): New commands.
3087         (smie-config--mode-local, smie-config--buffer-local)
3088         (smie-config--trace, smie-config--modefuns): New vars.
3089         (smie-config--advice, smie-config--mode-hook)
3090         (smie-config--setter, smie-config-local, smie-config--get-trace)
3091         (smie-config--guess-value, smie-config--guess): New functions.
3092         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3093         text properties.  Treat "string fence" syntax like string syntax.
3095         * progmodes/sh-script.el (sh-use-smie): Change default.
3096         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3097         (sh-var-value): Simplify by CSE.
3098         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3099         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3100         is used.
3101         (sh-guess-basic-offset): Use cl-incf.
3102         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3104 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
3106         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3107         (bug#15699).
3109 2013-10-24  Glenn Morris  <rgm@gnu.org>
3111         * Makefile.in (abs_top_srcdir): Remove.
3112         (update-subdirs): Use relative path to update-subdirs.
3114 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
3116         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3117         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3118         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3119         Call unmsys--file-name before expand-file-name, not after it.
3121 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
3123         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3124         (ert-test-skipped): New error.
3125         (ert-skip, ert-stats-skipped): New defuns.
3126         (ert--skip-unless): New macro.
3127         (ert-test-skipped): New struct.
3128         (ert--run-test-debugger, ert-test-result-type-p)
3129         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3130         (ert--stats-set-test-and-result, ert-char-for-test-result)
3131         (ert-string-for-test-result, ert-run-tests-batch)
3132         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3133         Handle skipped tests.  (Bug#9803)
3135 2013-10-24  Glenn Morris  <rgm@gnu.org>
3137         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3139         * Makefile.in (abs_top_srcdir): New, set by configure.
3140         (update-subdirs): Correct build-aux location.
3142 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
3144         * vc/vc.el (vc-print-root-log): Always set `default-directory'
3145         value, whether we could auto-deduce `backend', or not.
3147         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3148         with parameters" example.  Simplify the "is it block or is it
3149         hash" check, but also make it more thorough.
3151 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
3153         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
3155 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3157         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3158         { if it is hanging.
3160         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3161         :before ";".
3163 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
3165         * progmodes/compile.el (compilation-directory-matcher)
3166         (compilation-page-delimiter):
3167         Support GNU Make-4.0 directory quoting.  (Bug#15678)
3169 2013-10-23  Leo Liu  <sdl.web@gmail.com>
3171         * ido.el (ido-tidy): Handle read-only text.
3173 2013-10-23  Glenn Morris  <rgm@gnu.org>
3175         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3176         (emacs, compile, compile-always):
3177         Quote entities that might contain whitespace.
3178         (custom-deps, finder-data, autoloads): Use abs_lisp.
3179         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3180         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3181         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3183 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
3185         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3186         Use `following-char'.
3188 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3190         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3191         * progmodes/ruby-mode.el (ruby-smie-rules):
3192         Remove corresponding workaround.  Fix indentation rule of ";" so it
3193         also applies when ";" is the parent.
3195 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
3197         * frame.el (display-screens, display-pixel-height)
3198         (display-pixel-width, display-mm-width, display-backing-store)
3199         (display-save-under, display-planes, display-color-cells)
3200         (display-visual-class, display-monitor-attributes-list):
3201         Mention the optional ‘display’ argument in doc strings.
3203 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
3205         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3206         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
3208 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3210         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3211         TODO.  Add "." after " @ ".
3212         (ruby-smie--at-dot-call): New function.  Checks if point at method
3213         call with explicit target.
3214         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3215         to the method name tokens when it precedes them.
3216         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3217         (ruby-smie-rules): Add rule for indentation before and after "."
3218         token.
3220 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * textmodes/remember.el (remember-diary-extract-entries):
3223         Avoid add-to-list.
3225         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3226         an instruction.
3228 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3230         * progmodes/ruby-mode.el (ruby-smie-grammar):
3231         Add (almost) all infix operators.
3232         (ruby-smie--implicit-semi-p): Add new operator chars.
3234         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3235         `smie-down-list'.
3236         (ruby-smie--args-separator-p): Check that there's no newline
3237         between method call and its arguments.
3239 2013-10-20  Alan Mackenzie  <acm@muc.de>
3241         Allow comma separated lists after Java "implements".
3243         * progmodes/cc-engine.el (c-backward-over-enum-header):
3244         Parse commas.
3245         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3246         from a "disallowed" list in enum fontification.
3248 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
3250         * startup.el (default-frame-background-mode): Remove unused defvar.
3252         * progmodes/verilog-mode.el (verilog-mode): Don't set
3253         comment-indent-function globally.
3255 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
3257         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3258         Move Info menu item creation to ns-win.el.
3260         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3261         in menu bar.
3263         * menu-bar.el: Move GNUStep specific menus...
3265         * term/ns-win.el (ns-initialize-window-system): ... to here.
3267 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * simple.el (newline): Only run post-self-insert-hook when
3270         called interactively.
3272 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
3274         * icomplete.el (icomplete-with-completion-tables): Add :version.
3276 2013-10-19  Alan Mackenzie  <acm@muc.de>
3278         Fix fontification bugs with constructors and const.
3280         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3281         CASE 2) Remove the check for the absence of a suffix construct
3282         after a function declaration with only types (no identifiers) in
3283         the parentheses.  Also, accept a function declaration with just a
3284         type inside the parentheses, if this type can be positively
3285         recognised as such, or if a prefix keyword like "explicit" nails
3286         down the construct as a declaration.
3288 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
3290         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3291         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
3292         the problem whereby selecting a menu item that leads to a
3293         minibuffer prompt moves the cursor out of the minibuffer window,
3294         making it hard to type at the prompt.  Suggested by Stefan Monnier
3295         <monnier@iro.umontreal.ca>.
3297 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
3299         * menu-bar.el: Don't make Services menu.
3301 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3303         * ffap.el: Handle "/usr/include/c++/<version>" directories.
3304         (ffap-alist): Use ffap-c++-mode for c++-mode.
3305         (ffap-c++-path): New variable.
3306         (ffap-c++-mode): New function.
3308 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
3310         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
3312 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
3314         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3315         introduced on 2013-09-08, which results in an infinite loop
3316         requesting a password.
3318 2013-10-18  Glenn Morris  <rgm@gnu.org>
3320         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3322 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
3324         Sync with upstream verilog-mode revision 1a6ecec7.
3325         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3326         (verilog-mode-release-date): Remove.
3327         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3328         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3329         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3330         (verilog-auto-tieoff-ignore-regexp)
3331         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3332         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3333         (verilog-signals-with, verilog-dir-cache-preserving)
3334         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3335         Doc fixes.
3336         (verilog-case-fold): New option, to control case folding in
3337         regexp searches, bug597.
3338         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3339         (verilog-string-match-fold, verilog-in-paren-count)
3340         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3341         (verilog-at-close-struct-p): New functions.
3342         (verilog-beg-block-re-ordered, verilog-extended-case-re)
3343         (verilog-forward-sexp, verilog-set-auto-endcomments):
3344         (verilog-leap-to-case-head): Handle "unique0" case.
3345         (verilog-in-constraint-re): New constant.
3346         (verilog-keywords, verilog-type-font-keywords):
3347         Add some SystemVerilog 1800-2012 keywords.
3348         (verilog-label-be): Remove unimplemented argument, bug669.
3349         (verilog-batch-execute-func): When batch expanding clear
3350         create-lockfiles to prevent spurious user locks when a file ends
3351         up not changing.
3352         (verilog-calculate-indent, verilog-calc-1)
3353         (verilog-at-close-constraint-p, verilog-at-constraint-p)
3354         (verilog-do-indent): Fix indentation of nested constraints
3355         and structures.
3356         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3357         (verilog-auto-inst-param): Use verilog-string-match-fold.
3358         (verilog-read-inst-module-matcher):
3359         Fix AUTOINST on gate primitives with #1.
3360         (verilog-read-decls): Fix double-declaring user-defined typed signals.
3361         Reads all user-defined typed variables.
3362         (verilog-read-defines): Fix reading definitions inside comments, bug647.
3363         (verilog-signals-matching-regexp)
3364         (verilog-signals-not-matching-regexp, verilog-auto):
3365         Respect verilog-case-fold.
3366         (verilog-diff-report): Fix line count.
3367         (verilog-auto-assign-modport): Remove unused local `modi'.
3368         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3369         better handle multidimensional arrays.
3370         Fix packed array ports misadding bit index in AUTOINST, bug637.
3371         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3372         to not double-declare existing outputs and inputs, respectively.
3373         (verilog-template-map): Bind U to verilog-sk-uvm-component.
3374         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3375         (verilog-sk-uvm-component): New skeleton.
3376         (verilog-submit-bug-report): Add verilog-case-fold,
3377         remove verilog-mode-release-date.
3379 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3381         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
3382         as before.
3384 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
3386         * textmodes/remember.el (remember): Set buffer-offer-save in
3387         remember buffers (bug#13566).
3389 2013-10-18  Daniel Colascione  <dancol@dancol.org>
3391         When evaluating forms in ielm, direct standard output to ielm
3392         buffer.  Add new ielm-return-for-effect command.  Remove trailing
3393         whitespace throughout.
3395         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3396         (ielm-return-for-effect): New command.
3397         (ielm-send-input): Accept optional `for-effect' parameter.
3398         (ielm-eval-input): Accept optional `for-effect' parameter.
3399         Bind `standard-output' to stream we create using
3400         `ielm-standard-output-impl'.  Suppress printing result when
3401         `for-effect'.
3402         (ielm-standard-output-impl): New function.
3403         (inferior-emacs-lisp-mode): Explain new features in documentation.
3405 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
3407         Code cleanup.
3409         * net/tramp.el (tramp-debug-message): Do not check for connection
3410         buffer.
3411         (tramp-message): Use "vector" connection property.
3413         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3414         (tramp-equal-remote, tramp-eshell-directory-change)
3415         * net/tramp-adb.el (tramp-adb-handle-copy-file)
3416         (tramp-adb-handle-rename-file)
3417         * net/tramp-cmds.el (tramp-list-remote-buffers)
3418         (tramp-cleanup-connection, tramp-cleanup-this-connection)
3419         * net/tramp-compat.el (tramp-compat-process-running-p)
3420         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3421         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3422         (tramp-gvfs-handle-rename-file)
3423         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3424         (tramp-set-file-uid-gid)
3425         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3426         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3427         of `file-remote-p'.
3429         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3430         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3431         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3432         (tramp-gw-open-network-stream): Suppress unrelated traces.
3434         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3435         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3436         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3437         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3438         connection property.
3440         * net/tramp-cache.el (top): Suppress traces when reading
3441         persistency file.
3443         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3444         Refactor common code.  Improve debug message.
3445         (tramp-maybe-open-connection)
3446         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3447         connection buffer too early.
3449         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3450         from `tramp-smb-actions-with-acl'.
3451         (tramp-smb-actions-set-acl): New defconst.
3452         (tramp-smb-handle-copy-directory)
3453         (tramp-smb-action-get-acl): New defun, renamed from
3454         `tramp-smb-action-with-acl'.
3455         (tramp-smb-action-set-acl): New defun.
3456         (tramp-smb-handle-set-file-acl): Rewrite.
3458 2013-10-17  Glenn Morris  <rgm@gnu.org>
3460         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
3462 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3464         * skeleton.el (skeleton-newline): Remove.
3465         (skeleton-internal-1): Use (insert "\n") instead.
3467         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3468         let-bindings.
3470         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3471         forward-sexp-function while we redo its job (bug#15613).
3473 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
3475         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3476         represented by lists.
3478 2013-10-16  Glenn Morris  <rgm@gnu.org>
3480         * tmm.el (tmm--history): New dynamic variable.
3481         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
3483 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
3485         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3486         (tramp-smb-errors): Add error messages.
3487         (tramp-smb-actions-with-acl): New defconst.
3488         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3489         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3490         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3491         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3492         (tramp-smb-get-stat-capability): Fix tests.
3494 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3496         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3497         (bug#15580).
3499 2013-10-16  Glenn Morris  <rgm@gnu.org>
3501         * ansi-color.el (ansi-color-drop-regexp):
3502         Add 1J, 1K, 2K.  (Bug#15617)
3504         * files.el (hack-local-variables--warned-lexical): New.
3505         (hack-local-variables):
3506         Warn about misplaced lexical-binding.  (Bug#15616)
3508         * net/eww.el (eww-render): Always set eww-current-url,
3509         and update header line.  (Bug#15622)
3510         (eww-display-html): ... Rather than just doing it here.
3512 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
3514         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3515         menu navigations commands.
3517 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3519         * progmodes/subword.el (subword-capitalize): Be careful when
3520         the search for [[:alpha:]] fails (bug#15580).
3522 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
3524         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3525         to commands that scroll the menu.
3527 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
3529         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3530         Handle methods ending with `?' and `!'.
3532 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
3534         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3535         `japanese-cp932' to `cp932' to fix the problem where saving a
3536         source file written in Shift_JIS twice would end up having
3537         `coding: japanese-cp932' which Ruby could not recognize.
3538         (ruby-mode-set-encoding): Add support for encodings mapped to nil
3539         in `ruby-encoding-map'.
3540         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3541         doesn't need to be explicitly declared in magic comment.
3542         (ruby-encoding-map): Add type declaration for better customize UI.
3544 2013-10-13  Glenn Morris  <rgm@gnu.org>
3546         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3547         Occur buffers are read-only.  http://bugs.debian.org/720775
3549         * emacs-lisp/authors.el (authors-fixed-entries):
3550         Comment out old alpha stuff.
3552 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
3554         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3555         to `after-save-hook' instead of `before-save-hook'.
3556         (ruby-mode-set-encoding): Use the value of coding system used to
3557         write the file.  Call `basic-save-buffer-1' after modifying the
3558         buffer.
3560 2013-10-13  Alan Mackenzie  <acm@muc.de>
3562         Fix indentation/fontification of Java enum with
3563         "implements"/generic.
3565         * progmodes/cc-engine.el (c-backward-over-enum-header):
3566         Extracted from the three other places and enhanced to handle generics.
3567         (c-inside-bracelist-p): Uses new function above.
3568         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3569         function above.
3570         (c-font-lock-enum-tail): Uses new function above.
3572 2013-10-13  Kenichi Handa  <handa@gnu.org>
3574         * international/mule-cmds.el (select-safe-coding-system): Remove a
3575         superfluous condition in chekcing whether a coding system is safe
3576         or not.
3578 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
3580         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
3582 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
3584         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
3586 2013-10-13  Glenn Morris  <rgm@gnu.org>
3588         * menu-bar.el (menu-bar-update-buffers):
3589         Unify Buffers menu prompt string.  (Bug#15576)
3591         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
3593         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3594         Add some entries.
3595         (authors-fixed-entries): Use accented form of name.
3597 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3599         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3600         method calls (bug#15594).
3601         (ruby-smie--args-separator-p): New function.
3602         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3603         recognize paren-free method calls.
3605         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3606         internals of universal-argument.
3608 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
3610         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3611         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3612         dropped menu on second mouse click on the menu bar.
3614 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3616         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3617         (explicit-shell-file-name): Declare.
3618         (sh--vars-before-point, sh--cmd-completion-table): New functions.
3619         (sh-completion-at-point-function): New function.
3620         (sh-mode): Use it.
3621         (sh-smie--keyword-p): Remove unused argument.
3622         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3623         vars.
3624         (sh-set-shell): Always setup SMIE, even if we use the
3625         old indentation code.
3627 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
3629         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3630         cases of ? and =.
3631         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
3632         predicate would return nil are almost non-existent.
3633         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3635         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3636         cache also after commands that modify the buffer but don't move
3637         point.
3639 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * env.el (substitute-env-in-file-name): New function.
3642         (substitute-env-vars): Extend the meaning of the optional arg.
3644 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
3646         * term/w32-win.el (dynamic-library-alist): Define separate lists
3647         of GIF DLLs for versions before and after 5.0.0 of giflib.
3648         (Bug#15531)
3650 2013-10-10  João Távora  <joaotavora@gmail.com>
3652         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3653         not locked, use last revision and current source as
3654         defaults.  (Bug#15569)
3656 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
3658         * menu-bar.el (menu-bar-open): Don't use popup-menu if
3659         menu-bar is hidden.
3661 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
3663         * window.el (pop-to-buffer-same-window): Fix doc-string.
3664         (Bug#15492)
3666 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3670 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
3672         * calendar/icalendar.el (icalendar-import-file):
3673         Fix interactive spec.  (Bug#15482)
3675 2013-10-10  Glenn Morris  <rgm@gnu.org>
3677         * desktop.el (desktop-save): Default to saving in .emacs.d,
3678         since PWD is no longer in desktop-path by default.  (Bug#15319)
3680         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3681         now that text mode has a menu with the same entry.
3682         (menu-bar-text-mode-auto-fill): Remove now unused func.
3683         * textmodes/text-mode.el (text-mode-map):
3684         Use auto-fill help text from menu-bar.el.
3686 2013-10-10  John Anthony  <john@jo.hnanthony.com>
3688         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
3690 2013-10-09  Juri Linkov  <juri@jurta.org>
3692         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3693         instead of this-command-keys.  Add universal-argument-more and
3694         universal-argument-minus to the list of prefix commands.  (Bug#15568)
3696 2013-10-09  Glenn Morris  <rgm@gnu.org>
3698         * vc/vc-svn.el (vc-svn-create-repo):
3699         Expand paths in file://... url.  (Bug#15446)
3701         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3702         Add some entries.
3703         (authors): Remove unused local variables.
3705 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * profiler.el: Create a more coherent calltree from partial backtraces.
3708         (profiler-format): Hide the tail with `invisible' so that C-s can still
3709         find the hidden elements.
3710         (profiler-calltree-depth): Don't recurse so enthusiastically.
3711         (profiler-function-equal): New hash-table-test.
3712         (profiler-calltree-build-unified): New function.
3713         (profiler-calltree-build): Use it.
3714         (profiler-report-make-name-part): Indent the calltree less.
3715         (profiler-report-mode): Add visibility specs for profiler-format.
3716         (profiler-report-expand-entry, profiler-report-toggle-entry):
3717         Expand the whole subtree when provided with a prefix arg.
3719 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
3721         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3722         iuwu-mod token.
3723         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3724         hanging iuwu-mod token.
3725         (ruby-smie--forward-token): Do not include a dot after a token in
3726         that token.
3727         (ruby-smie--backward-token): Likewise.
3729 2013-10-08  Juri Linkov  <juri@jurta.org>
3731         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3732         to isearch-other-control-char.
3733         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3734         and isearch-post-command-hook to post-command-hook.
3735         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3736         and isearch-post-command-hook from post-command-hook.
3737         (isearch-unread-key-sequence)
3738         (isearch-reread-key-sequence-naturally)
3739         (isearch-lookup-scroll-key, isearch-other-control-char)
3740         (isearch-other-meta-char): Remove functions.
3741         (isearch-pre-command-hook, isearch-post-command-hook):
3742         New functions based on isearch-other-meta-char rewritten
3743         relying on the new behavior of overriding-terminal-local-map
3744         that does not replace the local keymaps any more.  (Bug#15200)
3746 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
3748         Support menus on text-mode terminals.
3749         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3750         functionality.
3752         * tooltip.el (tooltip-mode): Don't error out on TTYs.
3754         * menu-bar.el (popup-menu, popup-menu-normalize-position):
3755         Move here from mouse.el.
3756         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3757         and arrow keys.
3758         (tty-menu-navigation-map): New map for TTY menu navigation.
3760         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3762         * frame.el (display-mouse-p): Report text-mode mouse as available
3763         on w32.
3764         (display-popup-menus-p): Report availability if mouse is
3765         available; don't condition on window-system.
3767         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3768         (tty-menu-selected-face): New faces.
3770 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3773         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3774         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3775         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3776         New constants.
3777         (lisp-mode-variables): New `elisp' argument.
3778         (emacs-lisp-mode): Use it.
3779         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3780         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3782         * indent.el: Use lexical-binding.
3783         (indent-region): Add progress reporter.
3784         (tab-stop-list): Make it implicitly extend to infinity by repeating the
3785         last step.
3786         (indent--next-tab-stop): New function to implement this behavior.
3787         (tab-to-tab-stop, move-to-tab-stop): Use it.
3789 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
3791         * indent.el (indent-rigidly--current-indentation): New function.
3792         (indent-rigidly-map): New var.
3793         (indent-rigidly): Use it to provide interactive mode (bug#8196).
3795 2013-10-08  Bastien Guerry  <bzg@gnu.org>
3797         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3799 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * progmodes/perl-mode.el: Use lexical-binding.
3802         Remove redundant :group args.
3803         (perl-nochange): Change default to be closer to other major modes's
3804         standard behavior.
3805         (perl-indent-line): Don't consider text on current line as a
3806         valid beginning of function from which to indent.
3808         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3809         with more than one argument (bug#15538).
3811         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3813         * vc/pcvs.el: Use lexical-binding.
3814         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3815         environment of `eval'.
3816         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3817         than a list of expressions.  Adjust callers.
3818         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3820 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
3822         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3823         case of the dot in a chained method call being on the following line.
3825 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3827         * electric.el (electric-indent-inhibit): New var.
3828         (electric-indent-post-self-insert-function): Use it.
3829         * progmodes/python.el (python-mode): Set it.
3831         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3832         open braces.
3834         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3836         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3837         (css-mode): Use electric-indent-chars.
3839         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3840         (font-lock-beg, font-lock-end): Move before first use.
3841         (nxml-mode): Use syntax-propertize-function.
3842         (nxml-after-change, nxml-after-change1): Adjust accordingly.
3843         (nxml-extend-after-change-region): Remove.
3844         * nxml/xmltok.el: Use lexical-binding.
3845         (xmltok-save): Use `declare'.
3846         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3847         * nxml/nxml-util.el: Use lexical-binding.
3848         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3849         Use `declare'.
3850         * nxml/nxml-ns.el: Use lexical-binding.
3851         (nxml-ns-save): Use `declare'.
3852         (nxml-ns-prefixes-for): Avoid add-to-list.
3853         * nxml/rng-match.el: Use lexical-binding.
3854         (rng--ipattern): Use cl-defstruct.
3855         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3856         (rng-cons-group-after, rng-subst-group-after)
3857         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3858         Use closures instead of `(lambda...).
3860 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
3862         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3863         of BEG and END.
3865         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3866         Use `tramp-handle-insert-file-contents'.
3867         (tramp-gvfs-handle-insert-file-contents): Remove function.
3869         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3870         Use `save-restriction' in order to keep markers.
3872         * net/trampver.el: Update release number.
3874 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * progmodes/compile.el (compilation-parse-errors):
3877         Use compilation--put-prop.
3878         (compilation--ensure-parse): Check compilation-multiline.
3880         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3882         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3883         lexical-binding.
3885         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3887         * progmodes/ruby-mode.el: Fix recently added tests.
3888         (ruby-smie-grammar): Add - and +.
3889         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3890         (ruby-smie--backward-id): New functions.
3891         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3892         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
3893         any more.
3895 2013-10-07  Leo Liu  <sdl.web@gmail.com>
3897         * register.el (register-preview-delay)
3898         (register-preview-functions): New variables.
3899         (register-read-with-preview, register-preview)
3900         (register-describe-oneline): New functions.
3901         (point-to-register, window-configuration-to-register)
3902         (frame-configuration-to-register, jump-to-register)
3903         (number-to-register, view-register, insert-register)
3904         (copy-to-register, append-to-register, prepend-to-register)
3905         (copy-rectangle-to-register): Use register-read-with-preview to
3906         read register.  (Bug#15525)
3908 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
3910         * net/network-stream.el (network-stream-open-starttls): Don't add
3911         --insecure if it's already present, because that gnutls-cli
3912         rejects getting that parameter twice.
3914 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
3916         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3917         keyword, too.
3919 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
3921         * newcomment.el (comment-use-global-state): Change default value
3922         to t, mark obsolete (Bug#15251).
3923         (comment-beginning): In addition to `comment-to-syntax', check the
3924         value of `comment-use-global-state'.
3926 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3928         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3929         (ruby-comment-column): Follow the global default, by default.
3930         (ruby-smie-grammar): Add assignment syntax.
3931         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3932         open-paren, a comma, or a \.
3933         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3934         and line continuations.
3935         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3936         followed by implicit semi-colons.  Add rule for string concatenation
3937         and for indentation at BOB.
3938         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3940         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3941         calling next-sexp, since next-token may have skipped chars which
3942         next-sexp doesn't know should be skipped!
3944 2013-10-05  Leo Liu  <sdl.web@gmail.com>
3946         * progmodes/octave.el (octave-send-region):
3947         Call compilation-forget-errors.
3949 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3951         * vc/vc-svn.el (vc-svn-find-admin-dir):
3952         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3953         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3954         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3955         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3957 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3959         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3961 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3963         * subr.el (read-passwd): Hide chars even when called within a context
3964         where after-change-functions is disabled (bug#15501).
3965         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3966         until we removed ourself from overriding-terminal-local-map.
3968 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3970         * progmodes/octave.el (inferior-octave-mode):
3971         Call compilation-forget-errors.
3973 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3975         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3977 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
3979         * net/secrets.el (secrets-create-collection): Add optional
3980         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
3981         dbus-call-method argument.  (Bug#15516)
3983 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3985         * progmodes/octave.el (inferior-octave-error-regexp-alist)
3986         (inferior-octave-compilation-font-lock-keywords): New variables.
3987         (compilation-error-regexp-alist)
3988         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3989         (inferior-octave-mode): Use compilation-shell-minor-mode.
3991 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
3993         * minibuffer.el (completion--replace): Be careful that `end' might be
3994         a marker.
3996 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3998         Add support for package signature checking.
3999         * emacs-lisp/package.el (url-http-file-exists-p)
4000         (epg-make-context, epg-context-set-home-directory)
4001         (epg-verify-string, epg-context-result-for)
4002         (epg-signature-status, epg-signature-to-string)
4003         (epg-check-configuration, epg-configuration)
4004         (epg-import-keys-from-file): Declare.
4005         (package-check-signature): New user option.
4006         (package-unsigned-archives): New user option.
4007         (package-desc): Add `signed' field.
4008         (package-load-descriptor): Set `signed' field if .signed file exists.
4009         (package--archive-file-exists-p): New function.
4010         (package--check-signature): New function.
4011         (package-install-from-archive): Check package signature.
4012         (package--download-one-archive): Check archive signature.
4013         (package-delete): Remove .signed file.
4014         (package-import-keyring): New command.
4015         (package-refresh-contents): Import default keyring.
4016         (package-desc-status): Add "unsigned" status.
4017         (describe-package-1, package-menu--print-info)
4018         (package-menu-mark-delete, package-menu--find-upgrades)
4019         (package-menu--status-predicate): Support "unsigned" status.
4021 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4024         the new compilation scheme using the new byte-codes.
4026         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4027         (byte-pophandler): New byte codes.
4028         (byte-goto-ops): Adjust accordingly.
4029         (byte-compile--use-old-handlers): New var.
4030         (byte-compile-catch): Use new byte codes depending on
4031         byte-compile--use-old-handlers.
4032         (byte-compile-condition-case--old): Rename from
4033         byte-compile-condition-case.
4034         (byte-compile-condition-case--new): New function.
4035         (byte-compile-condition-case): New function that dispatches depending
4036         on byte-compile--use-old-handlers.
4037         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4038         when we can.
4040         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4041         Optimize under `condition-case' and `catch' if
4042         byte-compile--use-old-handlers is nil.
4043         (disassemble-offset): Handle new bytecodes.
4045 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4047         * subr.el (error): Use `declare'.
4048         (decode-char, encode-char): Use advertised-calling-convention instead
4049         of the docstring to discourage use of the `restriction' arg.
4051 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4053         * epg.el (epg-verify-file): Add a comment saying that it does not
4054         notify verification error as a return value nor a signal.
4055         (epg-verify-string): Ditto.
4057 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4059         * progmodes/compile.el (compilation-start): Try globbing the arg to
4060         `cd' (bug#15417).
4062 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
4064         Sync with Tramp 2.2.8.
4066         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4067         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4068         * net/trampver.el: Update release number.
4070 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
4072         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4073         and default-process-coding-system for darwin only.
4075 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4079 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
4081         * vc/vc-git.el (vc-git-grep): Disable pager.
4083 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
4085         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4086         Use :url instead of :homepage, as per
4087         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4089         * newcomment.el (comment-beginning): When `comment-use-syntax' is
4090         non-nil, use `syntax-ppss' (Bug#15251).
4092 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4094         * progmodes/octave.el (inferior-octave-startup-file):
4095         Prefer ~/.emacs.d/init_octave.m.
4097 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
4099         * emacs-lisp/package.el (package-desc-from-define):
4100         Accept additional arguments as plist, convert them to an alist and store
4101         them in the `extras' slot.
4102         (package-generate-description-file): Convert extras alist back to
4103         plist and append to the `define-package' form arguments.
4104         (package--alist-to-plist): New function.
4105         (package--ac-desc): Add `extras' slot.
4106         (package--add-to-archive-contents): Check if the archive-contents
4107         vector is long enough, and if it is, pass its `extras' slot value
4108         to `package-desc-create'.
4109         (package-buffer-info): Call `lm-homepage', pass the returned value
4110         to `package-desc-from-define'.
4111         (describe-package-1): Render the homepage button (Bug#13291).
4113         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4114         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4116 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
4118         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4119         and default-process-coding-system to utf-8-unix (Bug#15402).
4121 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
4123         * subr.el (looking-back): Do not recommend using looking-back.
4125 2013-09-28  Alan Mackenzie  <acm@muc.de>
4127         Fix indentation/fontification of Java enum with "implements".
4129         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4130         regexp which matches "implements", etc., in Java.
4131         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4132         specifier clauses coming after "enum".
4133         * progmodes/cc-fonts.el (c-font-lock-declarations)
4134         (c-font-lock-enum-tail): Check for extra specifier clauses coming
4135         after "enum".
4137 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
4139         * faces.el (region): Change ns_selection_color to
4140         ns_selection_fg_color, add ns_selection_bg_color.
4142 2013-09-28  Leo Liu  <sdl.web@gmail.com>
4144         * progmodes/octave.el (inferior-octave-completion-table)
4145         (inferior-octave-completion-at-point): Minor tweaks.
4147         * textmodes/ispell.el (ispell-lookup-words): Rename from
4148         lookup-words.  (Bug#15460)
4149         (lookup-words): Obsolete.
4150         (ispell-complete-word, ispell-command-loop): All uses changed.
4152 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4154         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4155         (octave-mode-menu): Add octave-send-buffer.
4156         (octave-send-buffer): New function.
4158 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4160         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
4161         octave-lookfor.
4162         (octave-mode-menu): Add octave-lookfor.
4163         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4164         octave-lookfor.
4165         (octave-lookfor): New function.
4167 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4169         * emacs-lisp/cl-macs.el:
4170         (cl--loop-destr-temps): Remove.
4171         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4172         its convention.
4173         (cl--loop-set-iterator-function): New function.
4174         (cl-loop): Adjust accordingly, so as not to use cl-subst.
4175         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4176         Bind `it' with `let' instead of substituting it with `cl-subst'.
4177         (cl--unused-var-p): New function.
4178         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4179         Eliminate some unused variable warnings (bug#15326).
4181 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
4183         * doc-view.el (doc-view-scale-reset): Rename from
4184         `doc-view-reset-zoom-level'.
4185         (doc-view-scale-adjust): New command.
4186         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4187         `doc-view-scale-adjust'.
4189 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
4191         * doc-view.el (doc-view-reset-zoom-level): New command.
4192         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4193         zoom commands (bug#15466).
4195 2013-09-26  Kenichi Handa  <handa@gnu.org>
4197         * international/quail.el (quail-help): Make it not a command.
4199 2013-09-26  Leo Liu  <sdl.web@gmail.com>
4201         * minibuffer.el (completion-all-sorted-completions): Make args
4202         optional as they are.
4204 2013-09-25  Daniel Colascione  <dancol@dancol.org>
4206         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4207         specs are and that they're not evaluated.
4209 2013-09-24  Sam Steingold  <sds@gnu.org>
4211         * midnight.el (clean-buffer-list-kill-regexps)
4212         (clean-buffer-list-kill-buffer-names): Update for the new Man
4213         buffer naming which includes the object name.
4215 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4217         * eshell/esh-cmd.el (eshell--sep-terms): New var.
4218         (eshell-parse-command, eshell-parse-pipeline): Use it since
4219         eshell-separate-commands requires a dynamic scoped var.
4220         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4222 2013-09-23  Leo Liu  <sdl.web@gmail.com>
4224         * autoinsert.el (auto-insert-alist): Make the value of
4225         lexical-binding match its file setting.
4227 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
4229         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4231         * autoarg.el (autoarg-kp-digit-argument):
4232         * electric.el (Electric-command-loop):
4233         * kmacro.el (kmacro-step-edit-insert):
4234         Do not set universal-argument-num-events.
4236 2013-09-22  Leo Liu  <sdl.web@gmail.com>
4238         * files.el (interpreter-mode-alist): Add octave.
4240 2013-09-21  Alan Mackenzie  <acm@muc.de>
4242         C++: fontify identifier in declaration following "public:" correctly.
4243         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4244         to match "public", etc.
4245         (c-decl-prefix-re): Add ":" into the C++ value.
4246         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4247         bit.  Add a check for a ":" preceded by "public", etc.
4249 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
4251         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4252         recognized by GDB 7.5 and later.
4254 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
4256         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4258 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4260         * subr.el (internal--call-interactively): New const.
4261         (called-interactively-p): Use it (bug#3984).
4263 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
4265         * vc/pcvs.el (cvs-mode-ignore):
4266         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4267         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4269 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4271         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
4272         (eshell-ls-orig-insert-directory): Remove.
4273         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
4274         (eshell-ls-use-in-dired): Use advice-add/remove.
4275         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4276         Add `orig-fun' arg for use in :around advice.
4277         Make it check (redundantly) eshell-ls-use-in-dired.
4279 2013-09-19  Glenn Morris  <rgm@gnu.org>
4281         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4283         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4285         * emacs-lisp/eieio.el (class-parent): Undo previous change.
4287 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
4289         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4290         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4291         (tramp-get-remote-python): New defuns.
4292         (tramp-get-remote-uid-with-perl)
4293         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
4294         contributed by yary <not.com@gmail.com> (tiny change).
4295         (tramp-get-remote-uid-with-python)
4296         (tramp-get-remote-gid-with-python): New defuns.  Python code
4297         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4298         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4300 2013-09-19  Glenn Morris  <rgm@gnu.org>
4302         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4304         * eshell/em-unix.el (eshell-remove-entries):
4305         Rename argument to avoid name-clash with global `top-level'.
4307         * eshell/esh-proc.el (eshell-kill-process-function):
4308         Remove eshell-reset-after-proc from eshell-kill-hook if present.
4309         (eshell-reset-after-proc): Remove unused arg `proc'.
4311         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4312         (directory-files-and-attributes): Mark unused arg.
4314         * eshell/em-unix.el (eshell-remove-entries):
4315         Remove unused arg `path'.  Update callers.
4317         * eshell/em-hist.el (eshell-hist-parse-arguments):
4318         Remove unused arg `silent'.  Update callers.
4320         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4321         Fix (f)boundp mix-up.
4323         * eshell/em-smart.el (eshell-smart-scroll-window)
4324         (eshell-disable-after-change):
4325         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4327 2013-09-18  Alan Mackenzie  <acm@muc.de>
4329         Fix fontification of type when followed by "const".
4330         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4331         "known" types from fontification.
4333 2013-09-18  Glenn Morris  <rgm@gnu.org>
4335         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4336         (chart-face-list): Drop Emacsen without display-color-p.
4338         * net/eww.el (libxml-parse-html-region): Declare.
4339         (eww-display-html): Explicit error if no libxml2 support.
4341         * doc-view.el (doc-view-mode): Silence --without-x compilation.
4343         * image.el (image-type-from-buffer, image-multi-frame-p):
4344         Remove --without-x warning/error.
4346         * mouse.el (mouse-yank-primary):
4347         * term.el (term-mouse-paste):
4348         Reorder to silence --without-x compilation.
4350         * mpc.el (doc-view-mode): Silence --without-x compilation.
4352         * mail/rmailmm.el (rmail-mime-set-bulk-data):
4353         Silence --without-x compilation.
4355         * progmodes/gud.el (gud-find-file, gud-mode):
4356         Silence --without-x compilation.
4357         (tooltip-mode): Declare.
4359         * wdired.el (dired-backup-overwrite): Remove declaration.
4360         (wdired-mode-map): Add doc string.
4362         * custom.el (x-get-resource): Declare.
4364         * eshell/em-glob.el (ange-cache):
4365         * eshell/em-unix.el (ange-cache): Declare.
4367         * faces.el (x-display-list, x-open-connection, x-get-resource):
4368         Declare.
4370         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4371         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4372         Declare.
4374         * frame.el (x-display-grayscale-p, x-display-name): Declare.
4376         * net/gnutls.el (gnutls-log-level): Declare.
4378         * net/shr.el (image-size, image-animate): Declare.
4380         * simple.el (font-info): Declare.
4382         * subr.el (x-popup-dialog): Declare.
4384         * term/common-win.el (x-select-enable-primary)
4385         (x-last-selected-text-primary, x-last-selected-text-clipboard):
4386         Declare.
4388         * term/ns-win.el (x-handle-args): Declare.
4390         * term/x-win.el (x-select-enable-clipboard): Declare.
4392         * term/w32-win.el (create-default-fontset): Declare.
4394         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4395         Declare.
4397         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4398         (fit-frame-to-buffer): Explicit error if --without-x.
4399         (mouse-autoselect-window-select): Silence compiler.
4401         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4403         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4404         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4405         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4406         * eshell/esh-util.el (eshell-sublist):
4407         Remove unused local variables.
4409         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4411         * textmodes/two-column.el: Make 2C-split work for --without-x.
4412         (scroll-bar-columns): Autoload.
4413         (top-level): Require fringe when compiling.
4415 2013-09-18  Leo Liu  <sdl.web@gmail.com>
4417         * subr.el (add-hook): Robustify to handle closure as well.
4419 2013-09-17  Glenn Morris  <rgm@gnu.org>
4421         * simple.el (messages-buffer-mode-map): Unbind "g".
4423 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4425         * help-mode.el (help-mode-finish): Use derived-mode-p.
4426         Remove obsolete highlighting.
4428         * play/life.el (life-mode): Use define-derived-mode.  Derive from
4429         special-mode.
4430         (life): Let-bind inhibit-read-only.
4431         (life-setup): Avoid `setq'.  Use `life-mode'.
4433         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4434         which should not be needed any more.
4435         (package-menu-refresh, package-menu-describe-package): Use user-error.
4437         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4438         (eshell-post-rewrite-command-hook): Make obsolete.
4439         (eshell-parse-command): Simplify.
4440         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4441         (eshell--cmd): Declare.
4442         (eshell-parse-pipeline): Remove unused var `final-p'.
4443         Pass a dynvar to eshell-post-rewrite-command-hook.
4444         Implement the new eshell-post-rewrite-command-function.
4445         (eshell-invoke-directly): Remove unused arg `input'.
4446         * eshell/esh-io.el (eshell-io-initialize):
4447         Use eshell-post-rewrite-command-function (bug#15399).
4448         (eshell--apply-redirections): Rename from eshell-apply-redirections;
4449         adjust to new calling convention.
4450         (eshell-create-handles): Rename args to avoid clashing with dynvar
4451         `standard-output'.
4453 2013-09-17  Glenn Morris  <rgm@gnu.org>
4455         * simple.el (messages-buffer-mode): New major mode.
4456         (messages-buffer): New function.
4457         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4458         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4459         (ert-run-test): Use `messages-buffer' function.
4460         (ert--force-message-log-buffer-truncation): Ignore read-only.
4461         * help.el (view-echo-area-messages): Use `messages-buffer' function.
4462         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4464 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4468         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4470 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4472         * icomplete.el (icomplete-in-buffer): New var.
4473         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4474         vars and replace them with functions.
4475         (icomplete-minibuffer-setup): Adjust accordingly.
4476         (icomplete--completion-table, icomplete--completion-predicate)
4477         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4478         New functions.
4479         (icomplete-forward-completions, icomplete-backward-completions)
4480         (icomplete-simple-completing-p, icomplete-exhibit)
4481         (icomplete-completions): Use them.
4482         (icomplete--in-region-buffer): New var.
4483         (icomplete--in-region-setup): New function.
4484         (icomplete-mode): Use it.
4486         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4487         (bug#15379).
4488         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4489         return args and options.
4490         (eshell-eval-using-options): Use the new return value of
4491         eshell--do-opts to set the options's vars in their scope.
4492         (eshell--set-option): Rename from eshell-set-option.
4493         Add arg `opt-vals'.
4494         (eshell--process-option): Rename from eshell-process-option.
4495         Add arg `opt-vals'.
4496         (eshell--process-args): Use an `opt-vals' alist to store the options's
4497         values during their processing and return them additionally to the
4498         remaining args.
4500 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
4502         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4503         continuation character an operator, as far as indentation is
4504         concerned (Bug#15369).
4506 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
4508         * window.el (window--state-put-2): Don't process buffer state
4509         when buffer doesn't exist any more (Bug#15382).
4511 2013-09-15  Glenn Morris  <rgm@gnu.org>
4513         * eshell/em-unix.el (eshell/rm):
4514         Make -f ignore missing files.  (Bug#15373)
4516         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
4517         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4518         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4520 2013-09-14  Glenn Morris  <rgm@gnu.org>
4522         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4524 2013-09-13  Glenn Morris  <rgm@gnu.org>
4526         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4527         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
4529 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
4531         * frame.el (x-focus-frame): Mark as declared in frame.c.
4533 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * ls-lisp.el: Use advice-add.
4536         (original-insert-directory): Remove.
4537         (ls-lisp--insert-directory): Rename from insert-directory; add
4538         `orig-fun' argument.
4539         (insert-directory): Advise.
4541 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
4543         * term.el (term-emulate-terminal): Decode the command string
4544         before passing it to term-command-hook.  (Bug#15337)
4546 2013-09-13  Glenn Morris  <rgm@gnu.org>
4548         * eshell/esh-util.el (ange-cache): Move declaration earlier.
4550         * eshell/esh-ext.el (eshell-search-path): Declare.
4552         * eshell/em-prompt.el (eshell/pwd): Autoload it.
4553         Otherwise an error occurs if eshell-dirs module not loaded.
4555         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4557 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
4559         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4560         `tramp-check-proper-host'.  Check for a valid method name.
4562         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4563         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4564         * net/tramp-sh.el (tramp-maybe-open-connection):
4565         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4567         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4568         also for hash values.
4570 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4572         * term/ns-win.el (parameters): Don't declare as dynamic.
4573         (before-make-frame-hook): Don't add ineffective function.
4575         * eshell/*.el: Use lexical-binding (bug#15231).
4577 2013-09-12  Kenichi Handa  <handa@gnu.org>
4579         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4581 2013-09-12  Glenn Morris  <rgm@gnu.org>
4583         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4584         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4586         * subr.el (do-after-load-evaluation): Also give compiler warnings
4587         when obsolete files are used (except by obsolete files).
4589         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4590         in the status output, assume `filename' is the first.  (Bug#15322)
4592         * vc/vc.el (vc-deduce-fileset): Doc fix.
4594         * calc/calc-help.el (Info-goto-node):
4595         * progmodes/cperl-mode.el (Info-find-node):
4596         * vc/ediff.el (Info-goto-node): Update declarations.
4598         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4600         * vc/vc-bzr.el (vc-compilation-mode): Declare.
4601         (vc-bzr-pull): Require vc-dispatcher.
4602         * vc/vc-git.el (vc-compilation-mode): Declare.
4603         (vc-git-pull): Require vc-dispatcher.
4605         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4607         * progmodes/octave.el (help-button-action): Declare.
4609         * shell.el (shell-directory-tracker): Output error as a message
4610         rather than just returning it as a string.
4611         (shell-process-pushd): Remove useless use of message.
4613         * dframe.el (dframe-timer-fn):
4614         * files.el (dir-locals-read-from-file):
4615         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4616         (mpc-format):
4617         * reveal.el (reveal-post-command):
4618         * saveplace.el (load-save-place-alist-from-file):
4619         * shell.el (shell-resync-dirs):
4620         * w32-common-fns.el (x-get-selection-value):
4621         * emacs-lisp/copyright.el (copyright-find-copyright):
4622         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4623         * emulation/tpu-edt.el (tpu-copy-keyfile):
4624         * play/bubbles.el (bubbles--mark-neighbourhood):
4625         * progmodes/executable.el
4626         (executable-make-buffer-file-executable-if-script-p):
4627         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4629 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         Cleanup Eshell to rely less on dynamic scoping.
4632         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4633         last-value, and ext-command here.  Bind `args' closer to `body'.
4634         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4635         (eshell--args): Declare new dynamic var.
4636         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
4637         last-value, and ext-command.  Pass `args' to `body'.
4638         (eshell-process-args): Bind eshell--args.
4639         (eshell-set-option): Use eshell--args.
4640         * eshell/eshell.el (eshell): Use derived-mode-p.
4641         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4642         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4643         (eshell-glob-function): Declare.
4644         * eshell/esh-util.el: Require cl-lib.
4645         (eshell-read-hosts-file): Avoid add-to-list.
4646         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4647         `err'.
4648         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4649         Declare.
4650         (eshell/diff): Remove unused var `err'.
4651         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4652         `killflag'.
4653         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4654         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4655         first use.
4656         * eshell/em-glob.el (eshell-glob-matches, message-shown):
4657         Move declaration before first use.
4658         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4659         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4660         rely on cl-return.
4662 2013-09-12  Glenn Morris  <rgm@gnu.org>
4664         * term/ns-win.el (global-map): Remove binding for ispell-next,
4665         deleted 1999-05-29.  (Bug#15357)
4667 2013-09-11  Glenn Morris  <rgm@gnu.org>
4669         * echistory.el (electric-command-history): Remove call to deleted func.
4671         * play/landmark.el (landmark-mode): Fix typos.
4673         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4674         Check cvs-sort-ignore-file is bound.
4676         * savehist.el: No need for cl when compiling on Emacs.
4678 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4680         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4681         (bug#15338).
4682         (eshell-self-insert-command, eshell-send-invisible):
4683         Remove unused argument.
4684         (eshell-handle-control-codes): Remove unused var `orig'.
4685         Avoid delete-backward-char.
4687         * files.el (set-auto-mode): Simplify a bit further.
4689 2013-09-11  Glenn Morris  <rgm@gnu.org>
4691         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4692         (set-auto-mode): Don't regexp-quote elements.
4693         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4694         * progmodes/cc-mode.el (interpreter-mode-alist):
4695         * progmodes/ruby-mode.el (interpreter-mode-alist):
4696         Revert previous change.
4698 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4700         * play/snake.el (snake-mode):
4701         * play/mpuz.el (mpuz-mode):
4702         * play/landmark.el (lm-mode):
4703         * play/blackbox.el (blackbox-mode):
4704         * play/5x5.el (5x5-mode):
4705         * obsolete/options.el (Edit-options-mode):
4706         * net/quickurl.el (quickurl-list-mode):
4707         * net/newst-treeview.el (newsticker-treeview-mode):
4708         * mail/rmailsum.el (rmail-summary-mode):
4709         * mail/mspools.el (mspools-mode):
4710         * locate.el (locate-mode):
4711         * ibuffer.el (ibuffer-mode):
4712         * emulation/ws-mode.el (wordstar-mode):
4713         * emacs-lisp/debug.el (debugger-mode):
4714         * array.el (array-mode):
4715         * net/eudc.el (eudc-mode): Use define-derived-mode.
4716         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4717         Move initialization into declaration.
4718         (mairix-searches-mode): Use define-derived-mode.
4719         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4720         (eudc-edit-hotlist): Use dolist.
4721         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4722         (Man-mode): Use define-derived-mode.
4723         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4724         (Info-edit-mode): Use define-derived-mode.
4725         (Info-cease-edit): Use Info-mode.
4726         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4727         into declaration.
4728         (eshell-mode): Use define-derived-mode.
4729         * chistory.el (command-history-mode-map): Rename from
4730         command-history-map.
4731         (command-history-mode): Use define-derived-mode.
4732         (Command-history-setup): Remove function.
4733         * calc/calc.el (calc-trail-mode-map): New var.
4734         (calc-trail-mode): Use define-derived-mode.
4735         (calc-trail-buffer): Set calc-main-buffer manually.
4736         * bookmark.el (bookmark-insert-annotation): New function.
4737         (bookmark-edit-annotation): Use it.
4738         (bookmark-edit-annotation-mode): Make it a proper major mode.
4739         (bookmark-send-edited-annotation): Use derived-mode-p.
4740         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4741         closer to its ideal place.  Use \' to match EOS.
4743         * profiler.el (profiler-calltree-find): Use function-equal.
4745 2013-09-10  Glenn Morris  <rgm@gnu.org>
4747         * files.el (interpreter-mode-alist): Convert to regexps.
4748         (set-auto-mode): Adapt for this.  (Bug#15306)
4749         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4750         Comment out unused variable.
4751         * progmodes/cc-mode.el (interpreter-mode-alist):
4752         * progmodes/python.el (interpreter-mode-alist):
4753         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4754         * progmodes/sh-script.el (sh-set-shell):
4755         No longer use interpreter-mode-alist to get list of shells.
4757         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4759 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4761         * simple.el: Use set-temporary-overlay-map for universal-argument.
4762         (universal-argument-map): Don't use default-bindings (bug#15317).
4763         Bind switch-frame explicitly.  Replace universal-argument-minus with
4764         a conditional binding.
4765         (universal-argument-num-events, saved-overriding-map): Remove.
4766         (restore-overriding-map): Remove.
4767         (universal-argument--mode): Rename from save&set-overriding-map,
4768         and rewrite.
4769         (universal-argument, universal-argument-more, negative-argument)
4770         (digit-argument): Adjust accordingly.
4771         (universal-argument-minus): Remove.
4772         (universal-argument-other-key): Remove.
4774         * subr.el (with-demoted-errors): Add `format' argument.
4776 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
4778         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
4779         `tramp-cleanup-connection'.
4781         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4782         parameters KEEP-DEBUG and KEEP-PASSWORD.
4784         * net/tramp.el (tramp-file-name-handler):
4785         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4786         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4787         (tramp-maybe-open-connection):
4788         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4789         Use `tramp-cleanup-connection'.
4791         * net/tramp-sh.el (tramp-maybe-open-connection):
4792         Catch 'uname-changed inside the progress reporter.
4794 2013-09-10  Glenn Morris  <rgm@gnu.org>
4796         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
4798         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4799         returns "alternate access method" in mode (eg "-rw-r--r--.").
4801 2013-09-08  Glenn Morris  <rgm@gnu.org>
4803         * saveplace.el (load-save-place-alist-from-file):
4804         Demote errors.  (Bug#15305)
4806 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
4808         Improve compatibility with older Emacsen, and XEmacs.
4810         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4811         only if it is bound.  It isn't for XEmacs.
4812         (with-tramp-progress-reporter): Do not let-bind `result'.
4813         This yields to scoping errors in XEmacs.
4814         (tramp-handle-make-auto-save-file-name): New function, moved from
4815         tramp-sh.el.
4817         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4818         for `make-auto-save-file-name'.
4819         (tramp-adb--gnu-switches-to-ash):
4820         Use `tramp-compat-replace-regexp-in-string'.
4822         * net/tramp-cache.el (tramp-cache-print): Call
4823         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
4825         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4826         bound.  It isn't for XEmacs.
4828         * net/tramp-compat.el (tramp-compat-copy-file):
4829         Catch `wrong-number-of-arguments' error.
4830         (tramp-compat-replace-regexp-in-string): New defun.
4832         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4833         for `make-auto-save-file-name'.
4834         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4835         `copy-file'.
4836         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4837         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4838         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4840         * net/tramp-gw.el (tramp-gw-open-network-stream):
4841         Use `tramp-compat-replace-regexp-in-string'.
4843         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4844         Call `tramp-handle-make-auto-save-file-name'.
4845         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4846         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4847         (tramp-sh-file-inotifywait-process-filter):
4848         Use `tramp-compat-replace-regexp-in-string'.
4849         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4851         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4852         for `make-auto-save-file-name'.
4853         (tramp-smb-handle-copy-directory):
4854         Call `tramp-compat-replace-regexp-in-string'.
4855         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4856         (tramp-smb-handle-copy-file): Improve error message.
4857         (tramp-smb-handle-rename-file): Rename directly only in case
4858         `newname' does not exist yet.  This is a restriction of smbclient.
4859         (tramp-smb-maybe-open-connection): Rerun the function only when
4860         `auth-sources' is non-nil.
4862 2013-09-08  Kenichi Handa  <handa@gnu.org>
4864         * international/characters.el: Set category "^" (Combining) for
4865         more characters.
4867 2013-09-07  Alan Mackenzie  <acm@muc.de>
4869         Correctly fontify Java class constructors.
4870         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4871         in Java Mode.
4872         (c-recognize-typeless-decls): Set the Java value to t.
4873         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4874         While handling a "(", add a check for, effectively, Java, and handle a
4875         "typeless" declaration there.
4877 2013-09-07  Roland Winkler  <winkler@gnu.org>
4879         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4880         field subtitle for entry type book.
4882 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4884         * minibuffer.el: Make minibuffer-complete call completion-in-region
4885         rather than other way around.
4886         (completion--some, completion-pcm--find-all-completions):
4887         Don't delay signals when debugging.
4888         (minibuffer-completion-contents): Beware fields within the
4889         minibuffer contents.
4890         (completion-all-sorted-completions): Use defvar-local.
4891         (completion--do-completion, completion--cache-all-sorted-completions)
4892         (completion-all-sorted-completions, minibuffer-force-complete):
4893         Add args `beg' and `end'.
4894         (completion--in-region-1): New fun, extracted from minibuffer-complete.
4895         (minibuffer-complete): Use completion-in-region.
4896         (completion-complete-and-exit): New fun, extracted from
4897         minibuffer-complete-and-exit.
4898         (minibuffer-complete-and-exit): Use it.
4899         (completion--complete-and-exit): Rename from
4900         minibuffer--complete-and-exit.
4901         (completion-in-region--single-word): New function, extracted from
4902         minibuffer-complete-word.
4903         (minibuffer-complete-word): Use it.
4904         (display-completion-list): Make `common-substring' argument obsolete.
4905         (completion--in-region): Call completion--in-region-1 instead of
4906         minibuffer-complete.
4907         (completion-help-at-point): Pass boundaries to
4908         minibuffer-completion-help as args rather than via an overlay.
4909         (completion-pcm--string->pattern): Use `any-delim'.
4910         (completion-pcm--optimize-pattern): New function.
4911         (completion-pcm--pattern->regex): Handle `any-delim'.
4912         * icomplete.el (icomplete-forward-completions)
4913         (icomplete-backward-completions, icomplete-completions):
4914         Adjust calls to completion-all-sorted-completions and
4915         completion--cache-all-sorted-completions.
4916         (icomplete-with-completion-tables): Default to t.
4917         * emacs-lisp/crm.el (crm--current-element): Rename from
4918         crm--select-current-element.  Don't put an overlay but return the
4919         boundaries instead.
4920         (crm--completion-command): Take two new args to bind to the boundaries.
4921         (crm-completion-help): Adjust accordingly.
4922         (crm-complete): Use completion-in-region.
4923         (crm-complete-word): Use completion-in-region--single-word.
4924         (crm-complete-and-exit): Use completion-complete-and-exit.
4926 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4928         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4929         than dynamically.
4931 2013-09-06  Juri Linkov  <juri@jurta.org>
4933         * info.el (Info-display-images-node): When image file doesn't exist
4934         display text version of the image if it's provided in the Info file.
4935         Otherwise, display the location of missing image from SRC attribute.
4936         Add help-echo text property from ALT attribute.  (Bug#15279)
4938 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4941         (edit-abbrevs-mode): Use define-derived-mode.
4943         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4944         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4945         that it's defined.
4946         (epa-key-list-mode, epa-key-mode, epa-info-mode):
4947         Use define-derived-mode.
4949         * epg.el (epg-start-encrypt): Minor CSE simplification.
4951 2013-09-06  William Xu  <william.xwl@gmail.com>
4953         * arc-mode.el: Add support for 7za (bug#15264).
4954         (archive-7z-program): New var.
4955         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4956         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4957         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4959 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
4961         Remove URL syntax.
4963         * net/tramp.el (tramp-syntax, tramp-prefix-format)
4964         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4965         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4966         (tramp-postfix-host-format, tramp-file-name-regexp)
4967         (tramp-completion-file-name-regexp)
4968         (tramp-completion-dissect-file-name)
4969         (tramp-handle-substitute-in-file-name): Remove 'url case.
4970         (tramp-file-name-regexp-url)
4971         (tramp-completion-file-name-regexp-url): Remove constants.
4973 2013-09-06  Glenn Morris  <rgm@gnu.org>
4975         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
4977 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
4979         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4980         keywords" below "here-doc beginnings" (Bug#15270).
4982 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4984         * subr.el (pop): Use `car-safe'.
4985         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4986         to detect unused `pop' return value.
4988         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4989         var `block-regexp'.
4990         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4991         (python-fill-string): Remove unused var `marker'.
4992         (python-skeleton-add-menu-items): Remove unused var `items'.
4994         * international/mule-cmds.el: Require CL.
4995         (find-coding-systems-for-charsets): Avoid add-to-list.
4996         (sanitize-coding-system-list): New function, extracted from
4997         select-safe-coding-system-interactively.
4998         (select-safe-coding-system-interactively): Use it.
4999         (read-input-method-name): Accept symbols for `default'.
5001         * emacs-lisp/advice.el (defadvice): Add indent rule.
5003 2013-09-05  Daniel Hackney  <dan@haxney.org>
5005         * dired-x.el:
5006         * net/ange-ftp.el:
5007         * net/browse-url.el:
5008         * net/dbus.el:
5009         * net/eudc.el:
5010         * net/eudcb-ldap.el:
5011         * net/eww.el:
5012         * net/imap.el:
5013         * printing.el:
5014         * vc/ediff-diff.el:
5015         * vc/ediff-init.el:
5016         * vc/ediff-merg.el:
5017         * vc/ediff-mult.el:
5018         * vc/ediff-util.el:
5019         * vc/ediff-wind.el:
5020         * vc/ediff.el:
5021         * vc/emerge.el:
5022         * vc/pcvs.el:
5023         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5024         byte compiler.  Remove some unused let-bound variables.
5026 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5029         a "ref-cell", since it gets better optimized (bug#14883).
5031 2013-09-05  Glenn Morris  <rgm@gnu.org>
5033         * progmodes/cc-awk.el (c-forward-sws): Declare.
5035 2013-09-04  Glenn Morris  <rgm@gnu.org>
5037         * generic-x.el [rul-generic-mode]: Require cc-mode.
5038         (c++-mode-syntax-table): Declare.
5039         (rul-generic-mode-syntax-table): Init in the defvar.
5041 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5043         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5044         (vc-do-command, vc-set-async-update):
5045         * vc/vc-mtn.el (vc-mtn-dir-status):
5046         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5047         (vc-hg-pull, vc-hg-merge-branch):
5048         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5049         (vc-git-merge-branch):
5050         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5051         (vc-cvs-dir-status-files):
5052         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5053         (vc-bzr-dir-status-files):
5054         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5055         * vc/vc-annotate.el: Use lexical-binding.
5056         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5057         (vc-sentinel-movepoint): Declare.
5058         (vc-annotate): Don't use `goto-line'.
5059         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5060         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5061         (vc-sentinel-movepoint): Declare.
5062         * vc/vc-svn.el: Use lexical-binding.
5063         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5064         * vc/vc-sccs.el:
5065         * vc/vc-rcs.el: Use lexical-binding.
5067         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5068         `deleted'.  Don't drop errors silently.
5070         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5072 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
5074         * vc/vc.el (vc-ignore): Rewrite.
5075         (vc-default-ignore): New function.
5076         (vc-default-ignore-completion-table): Use find-ignore-file.
5078         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5079         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5080         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5081         Remove.  Most code moved to vc.el.
5083 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5086         * net/tramp-smb.el (tramp-smb-get-file-entries):
5087         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5088         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5090         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5091         Update call to it.
5092         (eww-change-select): Remove unused var `properties'.
5093         (eww-make-unique-file-name): Remove unused var `base'.
5095         * finder.el (finder-compile-keywords): Don't mess with windows.
5097         * calculator.el (calculator-funcall): Fix typo in last change.
5099         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5101         * emacs-lisp/package.el (package-activate-1): Don't let a missing
5102         <pkg>-autoloads.el file stop us.
5104         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5105         warnings, and factor out common code.
5107 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
5109         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5110         two-character operators and whether the character preceding them
5111         changes their meaning (Bug#15208).
5113 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5115         Format code sent to Python shell for robustness.
5116         * progmodes/python.el (python-shell-buffer-substring):
5117         New function.
5118         (python-shell-send-region, python-shell-send-buffer): Use it.
5120 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
5122         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5123         * net/tramp.el (tramp-user-error): ... here.
5124         (tramp-find-method, tramp-check-proper-host)
5125         (tramp-dissect-file-name, tramp-debug-message)
5126         (tramp-handle-shell-command):
5127         * net/tramp-adb.el (tramp-adb-handle-shell-command):
5128         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5130         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5132 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
5134         * avoid.el (mouse-avoidance-point-position)
5135         (mouse-avoidance-too-close-p): Handle case where posn-at-point
5136         returns nil.
5138 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5140         * progmodes/python.el (python-shell-completion-get-completions):
5141         Drop use of deleted `comint-last-prompt-overlay'.
5142         (python-nav-if-name-main): New command.
5144 2013-09-01  Glenn Morris  <rgm@gnu.org>
5146         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5147         Avoid leading space in $wins.  Otherwise the sed command used by
5148         eg compile-main ends up containing "/*.el".  (Bug#15170)
5150         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
5152 2013-08-30  Glenn Morris  <rgm@gnu.org>
5154         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5155         Fix is-this-a-directory logic.  (Bug#15220)
5157 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5159         * textmodes/css-mode.el: Use SMIE.
5160         (css-smie-grammar): New var.
5161         (css-smie--forward-token, css-smie--backward-token)
5162         (css-smie-rules): New functions.
5163         (css-mode): Use them.
5164         (css-navigation-syntax-table): Remove var.
5165         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5166         (css-indent-calculate, css-indent-line): Remove functions.
5168         Misc changes to reduce use of `(lambda...); and other cleanups.
5169         * cus-edit.el: Use lexical-binding.
5170         (customize-push-and-save, customize-apropos)
5171         (custom-buffer-create-internal): Use closures.
5172         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5173         * progmodes/ada-xref.el: Use setq.
5174         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5175         * dframe.el: Use lexical-binding.
5176         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
5177         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5178         * descr-text.el: Use lexical-binding.
5179         (describe-text-widget, describe-text-sexp, describe-property-list):
5180         Use closures.
5181         * comint.el (comint-history-isearch-push-state): Use a closure.
5182         * calculator.el: Use lexical-binding.
5183         (calculator-number-to-string): Make it work with lexical-binding.
5184         (calculator-funcall): Same and use cl-letf.
5186         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5187         (lisp--company-doc-string, lisp--company-location): New functions.
5188         (lisp-completion-at-point): Use them to improve Company support.
5190         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5191         params of lambda expressions.
5192         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5193         (ruby-smie--opening-pipe-p): New function.
5194         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5195         symbols and matched |...| for formal params.
5196         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5197         from being treated as hanging.  Handle "rescue".
5199 2013-08-29  Glenn Morris  <rgm@gnu.org>
5201         * progmodes/cc-engine.el (c-pull-open-brace):
5202         Move definition before use.
5204 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5206         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5207         are immutable.  Don't use `unsafe' any more.
5208         (cl--defsubst-expand): Don't substitute at the same time as keeping
5209         a residual unused let-binding.  Don't use `unsafe' any more.
5211 2013-08-29  Glenn Morris  <rgm@gnu.org>
5213         * calendar/cal-china.el (calendar-chinese-year-cache):
5214         Recenter on 2015.
5216         * nxml/nxml-util.el (nxml-debug-clear-inside):
5217         Use cl-loop rather than loop.
5219         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5221         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5223 2013-08-28  Glenn Morris  <rgm@gnu.org>
5225         * progmodes/antlr-mode.el: No need to require cc-mode twice.
5227         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5229         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5231 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5233         * simple.el (repeat-complex-command--called-interactively-skip):
5234         New function.
5235         (repeat-complex-command): Use it (bug#14136).
5237         * progmodes/cc-mode.el: Minor cleanup of var declarations.
5238         (c-define-abbrev-table): Add `doc' argument.
5239         (c-mode-abbrev-table, c++-mode-abbrev-table)
5240         (objc-mode-abbrev-table, java-mode-abbrev-table)
5241         (idl-mode-abbrev-table, pike-mode-abbrev-table)
5242         (awk-mode-abbrev-table): Use it.
5243         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5244         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5245         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5246         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5247         Move initialization into the declaration; and remove any
5248         autoload cookie.
5250         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5251         and dynamic let binding.
5253         * vc/smerge-mode.el: Remove redundant :group args.
5255         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5256         to load-path.
5258 2013-08-28  Juri Linkov  <juri@jurta.org>
5260         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5261         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5262         (isearch-other-meta-char): Handle an undefined shifted printing
5263         character by downshifting it.  (Bug#15200)
5265 2013-08-28  Juri Linkov  <juri@jurta.org>
5267         * isearch.el (isearch-search): Change regexp error message for
5268         non-regexp searches.  (Bug#15166)
5270 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5272         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5273         for portability to hosts where /bin/sh has problems.
5275 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5277         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5279 2013-08-27  Juri Linkov  <juri@jurta.org>
5281         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5282         in the keyboard macro.  (Bug#15126)
5284 2013-08-27  Juri Linkov  <juri@jurta.org>
5286         * isearch.el (isearch-quote-char): Comment out converting unibyte
5287         to multibyte, thus syncing with its `quoted-insert' counterpart.
5288         (Bug#15166)
5290 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
5292         * window.el (display-buffer-use-some-window): Add missing
5293         argument in call of get-largest-window (Bug#15185).
5294         Reported by Stephen Leake.
5296 2013-08-27  Glenn Morris  <rgm@gnu.org>
5298         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5300 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * progmodes/python.el (python-font-lock-keywords): Don't return nil
5303         from a matcher-function unless there's no more matches (bug#15161).
5305 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5307         * minibuffer.el: Revert change from 2013-08-20.
5309         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5310         with text property `tramp-default', if appropriate.
5311         (tramp-check-proper-host): New defun.
5312         (tramp-dissect-file-name): Do not check hostname.  Revert change
5313         of 2013-03-18.
5314         (tramp-backtrace): Make VEC-OR-PROC optional.
5316         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5317         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5318         * net/tramp-sh.el (tramp-maybe-open-connection):
5319         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5320         Apply `tramp-check-proper-host'.
5322 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
5324         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5325         lambda expression in order to have `describe-variable' display it.
5327 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5329         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5330         BUF can be optional.  (Bug#15186)
5332 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
5334         * progmodes/flymake.el (flymake-get-real-file-name-function):
5335         Fix broken customization.  (Bug#15184)
5337 2013-08-25  Alan Mackenzie  <acm@muc.de>
5339         Improve indentation of bracelists defined by macros (without "=").
5341         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5342         expansion begins with "{", regard it as bracelist when it doesn't
5343         contain a ";".
5345         Parse C++ inher-intro when there's a template split over 2 lines.
5347         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5348         rigorously the search for "class" etc. followed by ":".
5350         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5351         random languages a regexp which never matches rather than nil.
5353         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5355         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5356         (c-awk-regexp-one-line-possibly-open-char-list-re)
5357         (c-awk-one-line-possibly-open-regexp-re)
5358         (c-awk-one-line-non-syn-ws*-re): Remove.
5359         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5360         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5361         (c-awk-space*-unclosed-regexp-/-re): New constants.
5362         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5363         aren't regexp delimiters.
5365         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5366         handling for a rare situation in AWK Mode involving unterminated
5367         strings/regexps.
5369 2013-08-23  Glenn Morris  <rgm@gnu.org>
5371         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5373         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5375         * files.el (create-file-buffer): If the result would begin with
5376         spaces, prepend a "|" instead of removing them.  (Bug#15162)
5378 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5381         text-properties (bug#15155).
5383         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5384         exist any more.
5385         (calc-keypad-redraw): Remove unused var `pad'.
5386         (calc-keypad-press): Remove unused var `menu'.
5388 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
5390         * window.el (display-buffer-pop-up-frame):
5391         Call pop-up-frame-function with BUFFER current so `make-frame' will
5392         use it as the new frame's buffer (Bug#15133).
5394 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * calendar/timeclock.el: Minor cleanups.
5397         (timeclock-ask-before-exiting, timeclock-use-display-time):
5398         Use `symbol'.
5399         (timeclock-modeline-display): Define as alias before the
5400         actual definition.
5401         (timeclock-mode-line-display): Use define-minor-mode.
5402         (timeclock-day-list-template): Make it a function, add an argument.
5403         (timeclock-day-list-required, timeclock-day-list-length)
5404         (timeclock-day-list-debt, timeclock-day-list-span)
5405         (timeclock-day-list-break): Adjust calls accordingly.
5407 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5409         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5410         Use read--expression so that completion works again.
5412 2013-08-21  Sam Steingold  <sds@gnu.org>
5414         Add rudimentary inferior shell interaction
5415         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5416         (sh-set-shell): Reset it.
5417         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5418         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5420 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * align.el: Use lexical-binding.
5423         (align-region): Simplify accordingly.
5425 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
5427         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5429         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5430         `non-essential' up.
5432 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
5434         * net/tramp.el:
5435         * net/tramp-adb.el:
5436         * net/tramp-cmds.el:
5437         * net/tramp-ftp.el:
5438         * net/tramp-gvfs.el:
5439         * net/tramp-gw.el:
5440         * net/tramp-sh.el: Don't wrap external variable declarations by
5441         `eval-when-compile'.
5443 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5446         now that Emacs supports ImageMagick animations.
5448 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
5450         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5451         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5453 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
5455         * window.el (mouse-autoselect-window-select): Do autoselect when
5456         mouse pointer is on margin.
5458 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
5460         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
5462 2013-08-16  Glenn Morris  <rgm@gnu.org>
5464         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5465         Handle "Remote Directory" response of some clients.  (Bug#15058)
5467         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5468         Tweak warning.  (Bug#14926)
5470         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5471         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
5473         * image-mode.el (image-mode-map): Add menu items to reverse,
5474         increase, decrease, reset animation speed.
5475         (image--set-speed, image-increase-speed, image-decrease-speed)
5476         (image-reverse-speed, image-reset-speed): New functions.
5477         (image-mode-map): Add bindings for speed commands.
5479         * image.el (image-animate-get-speed, image-animate-set-speed):
5480         New functions.
5481         (image-animate-timeout): Respect image :speed property.
5483 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5486         previous line (bug#15101).
5487         (debugger-eval-expression, debugger-record-expression):
5488         Use read--expression (bug#15102).
5490 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
5492         Remove byte compiler warnings, visible when compiling with
5493         `byte-compile-force-lexical-warnings' set to t.
5495         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5496         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5497         (tramp-handle-unhandled-file-name-directory)
5498         (tramp-handle-file-notify-add-watch, tramp-action-login)
5499         (tramp-action-succeed, tramp-action-permission-denied)
5500         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5501         arguments with "_".
5503         * net/tramp-adb.el (tramp-adb-parse-device-names)
5504         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5505         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5506         (tramp-adb-handle-file-truename): Remove unused arguments.
5508         * net/tramp-cache.el (tramp-flush-directory-property)
5509         (tramp-flush-connection-property, tramp-list-connections)
5510         (tramp-parse-connection-properties): Prefix unused arguments with "_".
5512         * net/tramp-compat.el (tramp-compat-make-temp-file):
5513         Rename FILENAME to F.
5515         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5516         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5517         (tramp-zeroconf-parse-workstation-device-names)
5518         (tramp-zeroconf-parse-webdav-device-names)
5519         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5521         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5522         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5524         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5525         arguments.
5526         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5527         (tramp-sh-handle-insert-file-contents-literally)
5528         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5529         with "_".
5530         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5531         Remove unused variables.
5533         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5534         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5535         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5537         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5538         Make them a defconst.
5539         (tramp-uuencode-region): Remove unused variable.
5541 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
5543         * frameset.el (frameset--prop-setter): New function.
5544         (frameset-prop): Add gv-setter declaration.
5545         (frameset-filter-minibuffer): Deal with the case that the minibuffer
5546         parameter was already set in FILTERED.  Doc fix.
5547         (frameset--record-minibuffer-relationships): Allow saving a
5548         minibufferless frame without its corresponding minibuffer frame.
5549         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5550         frame, if the frame id matches.
5551         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5552         frames before orphaned ones.
5553         (frameset-restore): Warn about orphaned windows, instead of error out.
5555 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
5557         * window.el (window-make-atom): Don't overwrite parameter
5558         already present.
5559         (display-buffer-in-atom-window): Handle special case where we
5560         split an already atomic window.
5561         (window--major-non-side-window, display-buffer-in-side-window)
5562         (window--side-check): Ignore minibuffer window when walking
5563         window tree.
5564         (window-deletable-p): Return 'frame only if no other frame uses
5565         our minibuffer window.
5566         (record-window-buffer): Run buffer-list-update-hook.
5567         (split-window): Make sure window--check-frame won't destroy an
5568         existing atomic window in case the new window gets nested
5569         inside.
5570         (display-buffer-at-bottom): Ignore minibuffer window when
5571         walking window tree.  Don't split a side window.
5572         (pop-to-buffer): Don't set-buffer here, the select-window call
5573         should do that.
5574         (mouse-autoselect-window-select): Autoselect only if we are in the
5575         text portion of the window.
5577 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579         * net/shr.el (shr-parse-image-data): New function to grab both the
5580         data itself and the Content-Type.
5581         (shr-put-image): Use it.
5583         * net/eww.el (eww-display-image): Ditto.
5585         * image.el (image-content-type-suffixes): New variable.
5587 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5589         * progmodes/python.el (python-imenu--build-tree)
5590         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5592 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
5594         * simple.el (backward-word): Mention the optional argument.
5596 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5598         * frameset.el (frameset--make): Rename constructor from make-frameset.
5599         (frameset-p, frameset-valid-p): Don't autoload.
5600         (frameset-valid-p): Use normal accessors.
5602 2013-08-13  Glenn Morris  <rgm@gnu.org>
5604         * progmodes/compile.el (compile-command): Tweak example in doc.
5605         * obsolete/scribe.el (scribe-mode):
5606         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
5608         * mail/feedmail.el (feedmail-confirm-outgoing)
5609         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5611         * cus-start.el (truncate-partial-width-windows): Fix type.
5613         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5615         * net/shr.el (shr-table-horizontal-line): Fix custom type.
5617 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5619         * emacs-lisp/timer.el (timer--time-setter): New function.
5620         (timer--time): Use it as gv-setter.
5622         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5623         setter is not a symbol.
5625 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
5627         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5628         if sending fails.  This makes debugging easier.
5630 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
5632         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5633         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5634         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5636 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
5638         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5640 2013-08-12  Glenn Morris  <rgm@gnu.org>
5642         * format.el (format-annotate-function):
5643         Handle read-only text properties in the source.  (Bug#14887)
5645 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647         * net/eww.el (eww-display-html): Ignore coding system errors.
5648         One web site uses "utf-8lias" as the coding system.
5650 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
5652         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5654 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
5656         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5657         (tutorial--detailed-help): Remove unused local variables.
5658         (tutorial--save-tutorial-to): Use ignore-errors.
5659         (help-with-tutorial): Use looking-at-p.
5661         * view.el (view-buffer-other-window, view-buffer-other-frame):
5662         Mark unused arguments.
5664         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5665         (woman-select-symbol-fonts, woman, woman-find-file)
5666         (woman-insert-file-contents, woman-non-underline-faces):
5667         Use string-match-p.
5668         (woman1-unquote): Move declaration.
5670         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5671         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
5672         argument.  Remove unused local variable.
5673         (xml-parse-elem-type): Use string-match-p.
5674         (xml-substitute-numeric-entities): Use ignore-errors.
5676         * calculator.el (calculator): Mark unused argument.
5677         (calculator-paste, calculator-quit, calculator-integer-p):
5678         Use ignore-errors.
5679         (calculator-string-to-number, calculator-decimal, calculator-exp)
5680         (calculator-op-or-exp): Use string-match-p.
5682         * dired.el (dired-buffer-more-recently-used-p): Declare.
5683         (dired-insert-set-properties, dired-insert-old-subdirs):
5684         Use ignore-errors.
5686         * dired-aux.el (dired-compress): Use ignore-errors.
5687         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5688         (dired-do-async-shell-command, dired-do-shell-command)
5689         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5690         (dired-insert-subdir-validate): Use string-match-p.
5691         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5692         (dired-add-entry): Use string-match-p, looking-at-p.
5693         (dired-insert-subdir-newpos): Remove unused local variable.
5695         * filenotify.el (file-notify-callback): Remove unused local variable.
5697         * filesets.el (filesets-error): Mark unused argument.
5698         (filesets-which-command-p, filesets-filter-dir-names)
5699         (filesets-directory-files, filesets-get-external-viewer)
5700         (filesets-ingroup-get-data): Use string-match-p.
5702         * find-file.el (ff-other-file-name, ff-other-file-name)
5703         (ff-find-the-other-file, ff-cc-hh-converter):
5704         Remove unused local variables.
5705         (ff-get-file-name): Use string-match-p.
5706         (ff-all-dirs-under): Use ignore-errors.
5708         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5709         (follow-select-if-visible): Remove unused local variable.
5711         * forms.el (read-file-filter): Move declaration.
5712         (forms--make-format, forms--make-parser, forms-insert-record):
5713         Quote function with #'.
5714         (forms--update): Use string-match-p.  Quote function with #'.
5716         * help-mode.el (help-dir-local-var-def): Mark unused argument.
5717         (help-make-xrefs): Use looking-at-p.
5718         (help-xref-on-pp): Use looking-at-p, ignore-errors.
5720         * ibuffer.el (ibuffer-ext-visible-p): Declare.
5721         (ibuffer-confirm-operation-on): Use string-match-p.
5723         * msb.el (msb-item-handler, msb-dired-item-handler):
5724         Mark unused arguments.
5726         * ses.el (ses-decode-cell-symbol)
5727         (ses-kill-override): Remove unused local variable.
5728         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5729         (ses-load): Use ignore-errors, looking-at-p.
5730         (ses-jump-safe): Use ignore-errors.
5731         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5733         * tabify.el (untabify, tabify): Mark unused arguments.
5735         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5736         Mark unused argument.
5737         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5738         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5740         * emacs-lisp/timer.el (timer--time): Define setter with
5741         gv-define-setter to avoid deprecation warning.
5743         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5744         (*record-cmpl-statistics-p*): Remove (was commented out).
5745         (cmpl-statistics-block): Remove (body was commented out).
5746         All callers changed.
5747         (add-completions-from-buffer, load-completions-from-file):
5748         Remove unused variables.
5750 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5752         * filecache.el (file-cache-delete-file-list):
5753         Print message only when told so.
5754         (file-cache-files-matching): Use #' in mapconcat argument.
5756         * ffap.el (ffap-url-at-point): Fix reference to variable
5757         thing-at-point-default-mail-uri-scheme.
5759 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5761         * subr.el (define-error): New function.
5762         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5763         error-file-not-found and define with define-error.
5764         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5765         and define with define-error.
5766         * userlock.el (file-locked, file-supersession):
5767         * simple.el (mark-inactive):
5768         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5769         * progmodes/ada-mode.el (ada-mode-errors):
5770         * play/life.el (life-extinct):
5771         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5772         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5773         * nxml/rng-util.el (rng-error):
5774         * nxml/rng-uri.el (rng-uri-error):
5775         * nxml/rng-match.el (rng-compile-error):
5776         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5777         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5778         * nxml/nxml-rap.el (nxml-scan-error):
5779         * nxml/nxml-outln.el (nxml-outline-error):
5780         * net/soap-client.el (soap-error):
5781         * net/gnutls.el (gnutls-error):
5782         * net/ange-ftp.el (ftp-error):
5783         * mpc.el (mpc-proc-error):
5784         * json.el (json-error, json-readtable-error, json-unknown-keyword)
5785         (json-number-format, json-string-escape, json-string-format)
5786         (json-key-format, json-object-format):
5787         * jka-compr.el (compression-error):
5788         * international/quail.el (quail-error):
5789         * international/kkc.el (kkc-error):
5790         * emacs-lisp/ert.el (ert-test-failed):
5791         * calc/calc.el (calc-error, inexact-result, math-overflow)
5792         (math-underflow):
5793         * bookmark.el (bookmark-error-no-filename):
5794         * epg.el (epg-error): Define with define-error.
5796         * time.el (display-time-event-handler)
5797         (display-time-next-load-average): Don't call sit-for since it seems
5798         unnecessary (bug#15045).
5800         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5801         Use #' instead of ' to quote functions.
5802         (checkdoc-output-mode): Use setq-local.
5803         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5804         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5805         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5806         (checkdoc-ispell, checkdoc-ispell-current-buffer)
5807         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5808         (checkdoc-ispell-message-text, checkdoc-ispell-start)
5809         (checkdoc-ispell-continue, checkdoc-ispell-comments)
5810         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5812         * ido.el (ido-completion-help): Fix up compiler warning.
5814 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5816         * frameset.el (frameset-p): Add autoload cookie.
5817         (frameset--jump-to-register): New function, based on code moved from
5818         register.el.
5819         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
5821         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5822         (frameset-restore, frameset-save, frameset-session-filter-alist):
5823         Remove declarations.
5824         (register-alist): Doc fix.
5825         (frameset-to-register): Move to frameset.el.
5826         (jump-to-register, describe-register-1): Remove frameset-specific code.
5828 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5830         * allout-widgets.el (allout-widgets-pre-command-business)
5831         (allout-widgets-post-command-business)
5832         (allout-widgets-after-change-handler)
5833         (allout-decorate-item-and-context, allout-set-boundary-marker)
5834         (allout-body-modification-handler)
5835         (allout-graphics-modification-handler): Mark ignored arguments.
5836         (allout-widgets-post-command-business)
5837         (allout-widgets-exposure-change-processor)
5838         (allout-widgets-exposure-undo-processor)
5839         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5840         (allout-parse-item-at-point, allout-decorate-item-guides)
5841         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5842         * allout.el (epa-passphrase-callback-function): Declare.
5843         (allout-overlay-insert-in-front-handler)
5844         (allout-overlay-interior-modification-handler)
5845         (allout-isearch-end-handler, allout-chart-siblings)
5846         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5847         (allout-yank-processing, allout-process-exposed)
5848         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5849         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5850         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5851         (lisp-indent-defform): Mark ignored arguments.
5852         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
5853         (calculate-lisp-indent): Remove unused variables.
5854         * international/characters.el (indian-2-column, arabic-2-column)
5855         (tibetan): Mark ignored arguments.
5856         (use-cjk-char-width-table): Mark ignored arguments.
5857         Remove unused variables.
5858         * international/fontset.el (build-default-fontset-data)
5859         (x-compose-font-name, create-fontset-from-fontset-spec):
5860         Mark ignored arguments.
5861         (fontset-plain-name): Remove unused variables.
5862         * international/mule.el (charset-id, charset-bytes, generic-char-p)
5863         (keyboard-coding-system): Mark ignored arguments.
5864         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
5865         * help.el (resize-temp-buffer-window):
5866         * window.el (display-buffer-in-major-side-window)
5867         (display-buffer-in-side-window, display-buffer-in-previous-window):
5868         Remove unused variables.
5869         * isearch.el (isearch-forward-symbol):
5870         * version.el (emacs-bzr-version-bzr):
5871         * international/mule-cmds.el (current-language-environment):
5872         * term/common-win.el (x-handle-iconic, x-handle-geometry)
5873         (x-handle-display):
5874         * term/pc-win.el (x-list-fonts, x-display-planes)
5875         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5876         (x-server-version, x-display-screens, x-display-mm-height)
5877         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5878         (x-selection-owner-p, x-own-selection-internal)
5879         (x-disown-selection-internal, x-get-selection-internal)
5880         (msdos-initialize-window-system):
5881         * term/tty-colors.el (tty-color-alist, tty-color-clear):
5882         * term/x-win.el (x-handle-no-bitmap-icon):
5883         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5884         (vc-default-find-file-hook, vc-default-extra-menu):
5885         Mark ignored arguments.
5887 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5889         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5890         break-condition in the context of the debugged code (bug#12685).
5892 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
5894         * comint.el:
5895         Do not use an overlay to highlight the last prompt.  (Bug#14744)
5896         (comint-mode): Make comint-last-prompt buffer local.
5897         (comint-last-prompt): New variable.
5898         (comint-last-prompt-overlay): Remove.  Superseded by
5899         comint-last-prompt.
5900         (comint-snapshot-last-prompt, comint-output-filter):
5901         Use comint-last-prompt.
5903 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5905         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
5906         (frameset-save): Check validity of the resulting frameset.
5908 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
5910         * ido.el (ido-record-command): Add doc string.
5912 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5914         * frameset.el (frameset): Do not disable creation of the default
5915         frameset-p predicate.  Doc fix.
5916         (frameset-valid-p): New function, copied from the old predicate-p.
5917         Add additional checks.
5918         (frameset-restore): Check with frameset-valid-p.
5919         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5920         (frameset-name, frameset-description, frameset-properties)
5921         (frameset-states): Add docstring.
5922         (frameset-session-filter-alist, frameset-persistent-filter-alist)
5923         (frameset-filter-alist): Doc fixes.
5925 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5927         * frameset.el (frameset-p, frameset-prop): Doc fixes.
5929 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5932         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5933         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5934         (byte-compile-normal-call): Remove obsolescence check.
5936 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5938         * frameset.el (frameset-restore): Doc fix.
5940         * register.el (frameset-frame-id, frameset-frame-with-id)
5941         (frameset-p, frameset-restore, frameset-save): Declare.
5942         (register-alist): Document framesets.
5943         (frameset-session-filter-alist): Declare.
5944         (frameset-to-register): New function.
5945         (jump-to-register): Implement jumping to framesets.  Doc fix.
5946         (describe-register-1): Describe framesets.
5948         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5950 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
5952         * desktop.el (desktop-save-frameset): Use new frameset-save args.
5953         Use lexical-binding.
5955         * frameset.el (frameset): Use type vector, not list (incompatible
5956         change).  Do not declare a new constructor, use the default one.
5957         Upgrade suggested properties `app', `name' and `desc' to slots `app',
5958         `name' and `description', respectively, and add read-only slot
5959         `timestamp'.  Doc fixes.
5960         (frameset-copy, frameset-persistent-filter-alist)
5961         (frameset-filter-alist, frameset-switch-to-gui-p)
5962         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5963         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5964         (frameset-filter-iconified, frameset-keep-original-display-p):
5965         Doc fixes.
5966         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5967         Rename from frameset-filter-(save|restore)-param.  All callers changed.
5968         Doc fix.
5969         (frameset-p): Adapt to change to vector and be more thorough.
5970         Change arg name to OBJECT.  Doc fix.
5971         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
5972         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5973         All callers changed.
5974         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5975         All callers changed.
5976         (frameset--record-minibuffer-relationships): Rename from
5977         frameset--process-minibuffer-frames.  All callers changed.
5978         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5979         Use new default constructor (again).  Doc fix.
5980         (frameset--find-frame-if): Rename from `frameset--find-frame.
5981         All callers changed.
5982         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5983         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5984         Doc fix.
5985         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5986         PARAMETERS and WINDOW-STATE, respectively.
5987         (frameset-restore): Add new keyword argument PREDICATE.
5988         Reset frameset--target-display to nil.  Doc fix.
5990 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5992         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5993         (bat-mode): Use it.
5994         (bat-mode-syntax-table): Mark \n as end-of-comment.
5995         (bat-font-lock-keywords): Remove comment rule.
5997         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
5998         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
6000         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6001         (byte-compile-callargs-warn): Use `push'.
6002         (byte-compile-arglist-warn): Ignore higher-order "calls".
6003         (byte-compile-file-form-autoload): Use `pcase'.
6004         (byte-compile-function-form): If quoting a symbol, check that it exists.
6006 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
6008         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6009         and add a few popular commands found in batch files.
6010         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6011         (dos-mode): Doc fixes.
6013 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6016         (dos-mode): Use setq-local.  Add space after "rem".
6017         (dos-mode-syntax-table): Don't use "w" for symbol chars.
6018         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6020 2013-08-07  Arni Magnusson  <arnima@hafro.is>
6022         * progmodes/dos.el: New file.
6023         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6024         dos-mode.
6026 2013-08-06  Glenn Morris  <rgm@gnu.org>
6028         * calendar/calendar.el: Add new faces, and day-header-array.
6029         (calendar-weekday-header, calendar-weekend-header)
6030         (calendar-month-header): New faces.
6031         (calendar-day-header-construct): New function.
6032         (calendar-day-header-width): Also :set calendar-day-header-array.
6033         (calendar-american-month-header, calendar-european-month-header)
6034         (calendar-iso-month-header): Use calendar- faces.
6035         (calendar-generate-month):
6036         Use calendar-day-header-array for day headers; apply faces to them.
6037         (calendar-mode): Check calendar-font-lock-keywords non-nil.
6038         (calendar-abbrev-construct): Add optional maxlen argument.
6039         (calendar-day-name-array): Doc fix.
6040         (calendar-day-name-array, calendar-abbrev-length)
6041         (calendar-day-abbrev-array):
6042         Also :set calendar-day-header-array, and maybe redraw.
6043         (calendar-day-header-array): New option.  (Bug#15007)
6044         (calendar-font-lock-keywords): Set to nil and make obsolete.
6045         (calendar-day-name): Add option to use header array.
6047 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6049         * net/shr.el (shr-render-td): Remove debugging.
6050         (shr-render-td): Make width computation consistent by defaulting
6051         all zero-width columns to 10 characters.  This may not be optimal,
6052         but it's at least consistent.
6053         (shr-make-table-1): Redo last change to fix the real problem in
6054         colspan handling.
6056 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6058         * files.el (cache-long-line-scans):
6059         Make obsolete alias to `cache-long-scans'.
6061 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6063         * frameset.el (frameset, frameset-filter-alist)
6064         (frameset-filter-params, frameset-save, frameset--reuse-frame)
6065         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6066         (frameset-compute-pos): Rename from frameset--compute-pos,
6067         and add docstring.
6068         (frameset-move-onscreen): Use frameset-compute-pos.
6069         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6071         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6072         Fix typos in docstrings.
6074 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6076         * frame.el (get-other-frame): Tiny cleanup.
6078 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6080         * vc/vc.el (vc-default-ignore-completion-table):
6081         Silence byte-compiler warning.
6083         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6084         slot , which can indeed be nil.
6085         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6086         Move entry for `left' from persistent to live filter alist.
6087         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6088         Doc fixes.
6089         (frameset-filter-params): When restoring a frame, copy items added to
6090         `filtered', to avoid unwittingly modifying the original parameters.
6091         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
6092         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6094         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6095         to use looking-at-p instead of looking-at.  (Bug#15028)
6097 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6099         Revert introduction of isearch-filter-predicates (bug#14714).
6100         Rely on add-function instead.
6101         * isearch.el (isearch-filter-predicates): Rename it back to
6102         isearch-filter-predicate.
6103         (isearch-message-prefix): Use advice-function-mapc and advice
6104         properties to get the isearch-message-prefix.
6105         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6106         instead of run-hook-with-args-until-failure.
6107         (isearch-filter-visible): Not obsolete any more.
6108         * loadup.el: Preload nadvice.
6109         * replace.el (perform-replace): Revert to funcall
6110         instead of run-hook-with-args-until-failure.
6111         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6112         * dired-aux.el (dired-isearch-filenames-mode): Rename from
6113         dired-isearch-filenames-toggle; make it into a proper minor mode.
6114         Use add/remove-function.
6115         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6116         Call the minor-mode rather than add/remove-hook.
6117         (dired-isearch-filter-filenames):
6118         Remove isearch-message-prefix property.
6119         * info.el (Info--search-loop): New function, extracted from Info-search.
6120         Funcall isearch-filter-predicate instead of
6121         run-hook-with-args-until-failure isearch-filter-predicates.
6122         (Info-search): Use it.
6123         (Info-mode): Use isearch-filter-predicate instead of
6124         isearch-filter-predicates.
6126 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6128         Do not call to `selected-window' where it is assumed by default.
6129         Affected functions are `window-minibuffer-p', `window-dedicated-p',
6130         `window-hscroll', `window-width', `window-height', `window-buffer',
6131         `window-frame', `window-start', `window-point', `next-window'
6132         and `window-display-table'.
6133         * abbrev.el (abbrev--default-expand):
6134         * bs.el (bs--show-with-configuration):
6135         * buff-menu.el (Buffer-menu-mouse-select):
6136         * calc/calc.el (calc):
6137         * calendar/calendar.el (calendar-generate-window):
6138         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6139         (diary-make-entry):
6140         * comint.el (send-invisible, comint-dynamic-complete-filename)
6141         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6142         * completion.el (complete):
6143         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6144         * disp-table.el (describe-current-display-table):
6145         * doc-view.el (doc-view-insert-image):
6146         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6147         * ehelp.el (with-electric-help):
6148         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6149         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6150         * emacs-lisp/helper.el (Helper-help-scroller):
6151         * emulation/cua-base.el (cua--post-command-handler-1):
6152         * eshell/esh-mode.el (eshell-output-filter):
6153         * ffap.el (ffap-gnus-wrapper):
6154         * help-macro.el (make-help-screen):
6155         * hilit-chg.el (highlight-compare-buffers):
6156         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6157         * hl-line.el (global-hl-line-highlight):
6158         * icomplete.el (icomplete-simple-completing-p):
6159         * isearch.el (isearch-done):
6160         * jit-lock.el (jit-lock-stealth-fontify):
6161         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6162         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
6163         * mpc.el (mpc-tagbrowser, mpc):
6164         * net/rcirc.el (rcirc-any-buffer):
6165         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6166         * play/landmark.el (landmark-max-width, landmark-max-height):
6167         * play/zone.el (zone):
6168         * progmodes/compile.el (compilation-goto-locus):
6169         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6170         * progmodes/etags.el (find-tag-other-window):
6171         * progmodes/fortran.el (fortran-column-ruler):
6172         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6173         * progmodes/verilog-mode.el (verilog-point-text):
6174         * reposition.el (reposition-window):
6175         * rot13.el (toggle-rot13-mode):
6176         * server.el (server-switch-buffer):
6177         * shell.el (shell-dynamic-complete-command)
6178         (shell-dynamic-complete-environment-variable):
6179         * simple.el (insert-buffer, set-selective-display)
6180         (delete-completion-window):
6181         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6182         (speedbar-recenter):
6183         * startup.el (fancy-splash-head):
6184         * textmodes/ispell.el (ispell-command-loop):
6185         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6186         * tutorial.el (help-with-tutorial):
6187         * vc/add-log.el (add-change-log-entry):
6188         * vc/compare-w.el (compare-windows):
6189         * vc/ediff-help.el (ediff-indent-help-message):
6190         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6191         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6192         (ediff-setup-control-frame):
6193         * vc/emerge.el (emerge-position-region):
6194         * vc/pcvs-util.el (cvs-bury-buffer):
6195         * window.el (walk-windows, mouse-autoselect-window-select):
6196         * winner.el (winner-set-conf, winner-undo): Related users changed.
6198 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6200         * frameset.el (frameset--set-id): Doc fix.
6201         (frameset-frame-id, frameset-frame-id-equal-p)
6202         (frameset-locate-frame-id): New functions.
6203         (frameset--process-minibuffer-frames, frameset--reuse-frame)
6204         (frameset-restore): Use them.
6206 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6208         Do not call to `selected-frame' where it is assumed by default.
6209         Affected functions are `raise-frame', `redraw-frame',
6210         `frame-first-window', `frame-terminal' and `delete-frame'.
6211         * calendar/appt.el (appt-disp-window):
6212         * epg.el (epg-wait-for-completion):
6213         * follow.el (follow-delete-other-windows-and-split)
6214         (follow-avoid-tail-recenter):
6215         * international/mule.el (set-terminal-coding-system):
6216         * mail/rmail.el (rmail-mail-return):
6217         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6218         * progmodes/f90.el (f90-add-imenu-menu):
6219         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6220         * server.el (server-switch-buffer):
6221         * simple.el (delete-completion-window):
6222         * talk.el (talk):
6223         * term/xterm.el (terminal-init-xterm-modify-other-keys)
6224         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6225         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6226         * vc/ediff.el (ediff-documentation): Related users changed.
6227         * frame.el (selected-terminal): Remove the leftover.
6229 2013-08-05  Glenn Morris  <rgm@gnu.org>
6231         * calendar/calendar.el (calendar-generate-month):
6232         Fix for calendar-column-width != 1 + calendar-day-digit-width.
6233         (calendar-generate-month, calendar-font-lock-keywords):
6234         Fix for calendar-day-header-width > length of any day name.
6236 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6238         * desktop.el (desktop-clear): Use new name of sort predicate.
6240         * frameset.el (frameset): Add docstring.  Move :version property to its
6241         own `version' slot.
6242         (frameset-copy): Rename from copy-frameset.
6243         (frameset-p): Check more thoroughly.
6244         (frameset-prop): Do not check for :version, which is no longer a prop.
6245         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6246         Use new :never value instead of t.
6247         (frameset-filter-alist): Expand and clarify docstring.
6248         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6249         (frameset-filter-minibuffer, frameset-filter-save-param)
6250         (frameset-filter-restore-param, frameset-filter-iconified):
6251         Add pointer to docstring of frameset-filter-alist.
6252         (frameset-filter-params): Rename filter values to be more meaningful:
6253         :never instead of t, and reverse the meanings of :save and :restore.
6254         (frameset--process-minibuffer-frames): Clarify error message.
6255         (frameset-save): Avoid unnecessary and confusing call to framep.
6256         Use new BOA constructor for framesets.
6257         (frameset--reuse-list): Doc fix.
6258         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
6259         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6260         (frameset-minibufferless-first-p): Doc fix.
6261         Rename from frameset-sort-frames-for-deletion.
6262         (frameset-restore): Doc fixes.  Use new function names.
6263         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6265 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6267         * desktop.el (desktop-restore-forces-onscreen)
6268         (desktop-restore-reuses-frames): Document :keyword constant values.
6269         (desktop-filter-parameters-alist): Remove, now identical to
6270         frameset-filter-alist.
6271         (desktop--filter-tty*): Remove, moved to frameset.el.
6272         (desktop-save-frameset, desktop-restore-frameset):
6273         Do not pass :filters argument.
6275         * frameset.el (frameset-live-filter-alist)
6276         (frameset-persistent-filter-alist): New variables.
6277         (frameset-filter-alist): Use them.  Add autoload cookie.
6278         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6279         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6280         `frameset--id' (it's supposed to be internal to frameset.el).
6281         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
6282         (frameset--initial-params): New function.
6283         (frameset--get-frame): Use it.  Doc fix.
6284         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6285         Accept :all, not 'all.
6286         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6287         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
6288         with fbound symbols.  Fix frame id matching, and remove matching ids if
6289         the frame being restored is deleted.  Obey :delete.
6291 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6293         * subr.el (macrop): New function.
6294         (text-clone--maintaining): New var.
6295         (text-clone--maintain): Rename from text-clone-maintain.  Use it
6296         instead of inhibit-modification-hooks.
6298         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6299         a proxy, so as handle autoloads and redefinitions of the target.
6300         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6302         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6303         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
6304         (pcase--mutually-exclusive-p): New function.
6305         (pcase--split-consp): Use it.
6306         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
6307         mutually exclusive with the current predicate.
6309         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6310         (edebug-macrop): Remove.  Use `macrop' instead.
6311         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
6312         (ad-macro-p):
6313         * eshell/esh-cmd.el (eshell-macrop):
6314         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
6316 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6319         (advice-mapc): New function, using it.
6320         (advice-function-member-p): New function.
6321         (advice--normalize): Store the cdr in advice--saved-rewrite since
6322         that's the part that will be changed.
6323         (advice--symbol-function): New function.
6324         (advice-remove): Handle removal before the function is defined.
6325         Adjust to new advice--saved-rewrite.
6326         (advice-member-p): Use advice-function-member-p and
6327         advice--symbol-function.
6329 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6331         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6332         (frameset-filter-minibuffer): Doc fix.
6333         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
6334         (frameset--set-id, frameset--process-minibuffer-frames)
6335         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6336         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6338         * desktop.el (desktop-clear): Only delete frames when called
6339         interactively and desktop-restore-frames is non-nil.  Doc fix.
6340         (desktop-read): Set desktop-saved-frameset to nil.
6342 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
6344         * vc/vc.el (vc-ignore): Rewrite.
6345         (vc-default-ignore-completion-table):
6346         (vc--read-lines):
6347         (vc--add-line, vc--remove-regexp): New functions.
6349         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6350         (vc-svn-ignore-completion-table): New function.
6352         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6353         (vc-hg-ignore-completion-table):
6354         (vc-hg-find-ignore-file): New functions.
6356         * vc/vc-git.el (vc-git-ignore): Rewrite.
6357         (vc-git-ignore-completion-table):
6358         (vc-git-find-ignore-file): New functions.
6360         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6362         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6363         (vc-bzr-ignore-completion-table):
6364         (vc-bzr-find-ignore-file): New functions.
6366 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
6368         * frameset.el (frameset-prop): New function and setter.
6369         (frameset-save): Do not modify frame list passed by the caller.
6371 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6375 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6377         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6378         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6380         * custom.el (custom-initialize-default, custom-initialize-set)
6381         (custom-initialize-reset, custom-initialize-changed): Affect the
6382         toplevel-default-value (bug#6275, bug#14586).
6383         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6384         for bug#6275.
6386 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6388         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6389         Add cl-def* expressions.
6391         * frameset.el (frameset-filter-params): Fix order of arguments.
6393 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6395         Move code related to saving frames to frameset.el.
6396         * desktop.el: Require frameset.
6397         (desktop-restore-frames): Doc fix.
6398         (desktop-restore-reuses-frames): Rename from
6399         desktop-restoring-reuses-frames.
6400         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6401         (desktop-clear): Clear frames too.
6402         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6403         (desktop--filter-tty*, desktop-save, desktop-read):
6404         Use frameset functions.
6405         (desktop-before-saving-frames-functions, desktop--filter-*-color)
6406         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6407         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6408         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6409         (desktop--process-minibuffer-frames, desktop-save-frames)
6410         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6411         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6412         (desktop--sort-states, desktop-restoring-frames-p)
6413         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
6414         (desktop-restoring-frameset-p, desktop-restore-frameset)
6415         (desktop--check-dont-save, desktop-save-frameset): New functions.
6416         (desktop--app-id): New constant.
6417         (desktop-first-buffer, desktop-buffer-ok-count)
6418         (desktop-buffer-fail-count): Move before first use.
6419         * frameset.el: New file.
6421 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * files.el: Use lexical-binding.
6424         (dir-locals-read-from-file): Remove unused `err' variable.
6425         (hack-dir-local-variables--warned-coding): New var.
6426         (hack-dir-local-variables): Use it to avoid repeated warnings.
6427         (make-backup-file-name--default-function): New function.
6428         (make-backup-file-name-function): Use it as default.
6429         (buffer-stale--default-function): New function.
6430         (buffer-stale-function): Use it as default.
6431         (revert-buffer-insert-file-contents--default-function): New function.
6432         (revert-buffer-insert-file-contents-function): Use it as default.
6433         (insert-directory): Avoid add-to-list.
6435         * autorevert.el (auto-revert-handler): Simplify.
6436         Use buffer-stale--default-function.
6438 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
6440         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6442         * whitespace.el (whitespace-ensure-local-variables): New function.
6443         (whitespace-cleanup-region): Call it.
6444         (whitespace-turn-on): Call it.
6446 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
6448         Complete file name handlers.
6450         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6451         (tramp-handle-verify-visited-file-modtime)
6452         (tramp-handle-file-notify-rm-watch): New functions.
6453         (tramp-call-process): Do not bind `default-directory'.
6455         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6456         Order alphabetically.
6457         [access-file, add-name-to-file, dired-call-process]:
6458         [dired-compress-file, file-acl, file-notify-rm-watch]:
6459         [file-ownership-preserved-p, file-selinux-context]:
6460         [make-directory-internal, make-symbolic-link, set-file-acl]:
6461         [set-file-selinux-context, set-visited-file-modtime]:
6462         [verify-visited-file-modtime]: Add handler.
6463         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6465         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6466         [file-notify-add-watch, file-notify-rm-watch]:
6467         [set-file-times, set-visited-file-modtime]:
6468         [verify-visited-file-modtime]: Add handler.
6469         (with-tramp-gvfs-error-message)
6470         (tramp-gvfs-handle-set-visited-file-modtime)
6471         (tramp-gvfs-fuse-file-name): Remove.
6472         (tramp-gvfs-handle-file-notify-add-watch)
6473         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6474         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6476         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6477         Order alphabetically.
6478         [file-notify-rm-watch ]: Use default Tramp handler.
6479         [executable-find]: Remove private handler.
6480         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6481         `default-directory'.
6482         (tramp-sh-handle-executable-find)
6483         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6484         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6485         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6486         Do not use `format' in `tramp-message'.
6488         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6489         [file-notify-rm-watch, set-visited-file-modtime]:
6490         [verify-visited-file-modtime]: Add handler.
6491         (tramp-smb-call-winexe): Do not bind `default-directory'.
6493 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
6495         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6497 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
6499         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6500         use it.
6501         (log-view-diff-changeset): Same.
6502         (log-view-diff-common): Call backend command `previous-revision'
6503         to find out the previous revision, in both cases.  Swap the
6504         variables `to' and `fr', so that `fr' usually refers to the
6505         earlier revision (Bug#14989).
6507 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
6509         * ibuf-ext.el (ibuffer-filter-by-filename):
6510         Make it work with dired buffers too.
6512 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
6514         * emacs-lisp/re-builder.el (reb-color-display-p):
6515         * files.el (save-buffers-kill-terminal):
6516         * net/browse-url.el (browse-url):
6517         * server.el (server-save-buffers-kill-terminal):
6518         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6519         Prefer nil to selected-frame for the first arg of frame-parameter.
6521 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
6523         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6525 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
6527         * minibuffer.el (completion--twq-all): Try and preserve each
6528         completion's case choice (bug#14907).
6530 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6532         * net/network-stream.el (open-network-stream): Mention the new
6533         :nogreeting parameter.
6534         (network-stream-open-starttls): Use the :nogreeting parameter
6535         (bug#14938).
6537         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6539         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6540         more natural than popping.
6542         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6543         (shr-urlify): Highlight under mouse.
6545 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6547         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6549         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6551         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
6552         buffer for output.
6554         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
6555         point-min==1.  Fix search string.  Fix parentheses missing.
6557         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
6558         assume point-min==1.  Fix search string.  Fix parentheses missing.
6560         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6562         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
6563         buffer for output.
6565 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
6567         * frame.el (frame-notice-user-settings): Avoid inflooping when the
6568         initial frame is minibuffer-less.  (Bug#14841)
6570 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
6572         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6573         option.
6575         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6576         (tramp-maybe-open-connection): Use it.
6578 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6580         * desktop.el (desktop--make-frame): Include `minibuffer' in the
6581         minimal set of parameters passed when creating a frame, because
6582         the minibuffer status of a frame cannot be changed later.
6584 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
6586         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6587         replace-regexp-in-string and inadvertent omissions in previous change.
6588         (todo-filter-items): Ensure only file names are comma-separated in
6589         name of filtered items buffer.
6591 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6593         * desktop.el: Optionally force offscreen frames back onscreen.
6594         (desktop-restoring-reuses-frames): New option.
6595         (desktop--compute-pos, desktop--move-onscreen): New functions.
6596         (desktop--make-frame): Use desktop--move-onscreen.
6598 2013-07-27  Alan Mackenzie  <acm@muc.de>
6600         Fontify a Java generic method as a function.
6601         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6602         value to t.
6604 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
6606         * calendar/todo-mode.el: Add command to rename todo files.
6607         (todo-rename-file): New command.
6608         (todo-key-bindings-t): Add key binding for it.  Change the
6609         bindings of todo-filter-regexp-items(-multifile) to use `x'
6610         instead of `r', since the latter is better suited to the new
6611         renaming command.
6613 2013-07-27  Alan Mackenzie  <acm@muc.de>
6615         Make Java try-with-resources statement parse properly.
6616         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6617         (c-block-stmt-1-2-key): New language constants/variables.
6618         * progmodes/cc-engine.el (c-beginning-of-statement-1)
6619         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6620         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6621         with c-block-stmt-1-2-key.
6623 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
6625         * desktop.el (desktop--make-frame): Apply most frame parameters after
6626         creating the frame to force (partially or totally) offscreen frames to
6627         be restored as such.
6629 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
6631         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6632         (Bug#14948)
6634 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6636         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6637         `base' arg of backtrace-frame.
6639 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
6641         * simple.el (list-processes): Doc fix.
6643 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6645         * desktop.el (desktop--select-frame):
6646         Try harder to reuse existing frames.
6648 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6651         (edebug-eval): Use backtrace-eval.
6652         (edebug--display, edebug--recursive-edit): Don't let-bind the
6653         edebug-outer-* vars that keep track of variables we locally let-bind.
6654         (edebug-outside-excursion): Don't restore outside values of locally
6655         let-bound vars.
6656         (edebug--display): Use user-error.
6657         (cl-lexical-debug, cl-debug-env): Remove.
6659 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6661         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6662         are restored to be sure that they are visible before deleting any
6663         remaining ones.
6665 2013-07-26  Matthias Meulien  <orontee@gmail.com>
6667         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6668         vc-print-root-log.  (Bug#14948)
6670 2013-07-26  Richard Stallman  <rms@gnu.org>
6672         Add aliases for encrypting mail.
6673         * epa.el (epa-mail-aliases): New option.
6674         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6675         Bind inhibit-read-only so read-only text doesn't ruin everything.
6676         (epa-mail-default-recipients): New subroutine broken out.
6677         Handle epa-mail-aliases.
6679 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         Add support for lexical variables to the debugger's `e' command.
6682         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6683         vars, except for debugger-outer-match-data.
6684         (debugger-frame-number): Move check for "on a function call" from
6685         callers into it.  Add `skip-base' argument.
6686         (debugger-frame, debugger-frame-clear): Simplify accordingly.
6687         (debugger-env-macro): Only reset the state stored in non-variables,
6688         i.e. current-buffer and match-data.
6689         (debugger-eval-expression): Rewrite using backtrace-eval.
6690         * subr.el (internal--called-interactively-p--get-frame): Remove.
6691         (called-interactively-p):
6692         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6693         `base' arg of backtrace-frame instead.
6695 2013-07-26  Glenn Morris  <rgm@gnu.org>
6697         * align.el (align-regexp): Doc fix.  (Bug#14857)
6698         (align-region): Explicit error if subexpression missing/does not match.
6700         * simple.el (global-visual-line-mode):
6701         Do not duplicate the mode lighter.  (Bug#14858)
6703 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
6705         * window.el (display-buffer): In display-buffer bind
6706         split-window-keep-point to t, bug#14829.
6708 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6710         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6711         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6712         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6713         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6714         Change accordingly.
6715         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6716         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6718 2013-07-25  Glenn Morris  <rgm@gnu.org>
6720         * dired-x.el (dired-mark-extension): Convert comment to doc string.
6722 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6724         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6725         parameter to modify-frame-parameters if the value has not changed;
6726         this is a workaround for bug#14949.
6727         (desktop--make-frame): On cl-delete-if call, check parameter name,
6728         not full parameter.
6730 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6732         * vc/vc.el (vc-ignore): New function.
6734         * vc/vc-svn.el (vc-svn-ignore): New function.
6736         * vc/vc-hg.el (vc-hg-ignore): New function.
6738         * vc/vc-git.el (vc-git-ignore): New function.
6740         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6741         (vc-dir-ignore): New function.
6743         * vc/vc-cvs.el (vc-cvs-ignore): New function.
6744         (cvs-append-to-ignore): Move here from pcvs.el.
6746         * vc/vc-bzr.el (vc-bzr-ignore): New function.
6748         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6750 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
6752         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6753         (desktop-restore-frames): Warn when deleting an existing frame failed.
6755 2013-07-24  Glenn Morris  <rgm@gnu.org>
6757         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
6759 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
6761         * filenotify.el (file-notify-supported-p):
6762         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6763         Remove functions.
6765         * autorevert.el (auto-revert-use-notify):
6766         (auto-revert-notify-add-watch):
6767         * net/tramp.el (tramp-file-name-for-operation):
6768         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6769         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6770         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6771         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6772         Remove `file-notify-supported-p' entry.
6774 2013-07-24  Glenn Morris  <rgm@gnu.org>
6776         * printing.el: Replace all uses of deleted ps-windows-system,
6777         ps-lp-system, ps-flatten-list with lpr- versions.
6779 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6781         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6782         checked with memq (bug#14935).
6784         * files.el (revert-buffer-function): Use a non-nil default.
6785         (revert-buffer-preserve-modes): Declare var to
6786         provide access to the `preserve-modes' argument.
6787         (revert-buffer): Let-bind it.
6788         (revert-buffer--default): New function, extracted from revert-buffer.
6790 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6792         * lpr.el: Signal print errors more prominently.
6793         (print-region-function): Don't default to nil.
6794         (lpr-print-region): New function, extracted from print-region-1.
6795         Check lpr's return value and signal an error in case of problem.
6796         (print-region-1): Use it.
6797         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
6798         versions instead.
6799         (ps-printer-name): Default to nil.
6800         (ps-printer-name-option): Default to lpr-printer-switch.
6801         (ps-print-region-function): Don't default to nil.
6802         (ps-postscript-code-directory): Simplify default.
6803         (ps-do-despool): Use lpr-print-region to properly check the outcome.
6804         (ps-string-list, ps-eval-switch, ps-flatten-list)
6805         (ps-flatten-list-1): Remove.
6806         (ps-multibyte-buffer): Avoid setq.
6807         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6808         (print-region-function, ps-print-region-function): Don't set them here.
6810 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
6812         * ido.el (ido-fractionp):
6813         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6814         (ido-max-file-prompt-width, ido-unc-hosts-cache)
6815         (ido-max-directory-size, ido-max-dir-file-cache)
6816         (ido-decorations): Doc fix.
6818         * ansi-color.el: Fix old URL.
6820 2013-07-23  Michael R. Mauger  <michael@mauger.com>
6822         * progmodes/sql.el: Version 3.3
6823         (sql-product-alist): Improve oracle :prompt-cont-regexp.
6824         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6825         (sql-interactive-remove-continuation-prompt): Rewrite, use
6826         functions above.  Fix continuation prompt and complete output line
6827         handling.
6828         (sql-redirect-one, sql-execute): Use `read-only-mode' on
6829         redirected output buffer.
6830         (sql-mode): Restore deleted code (Bug#13591).
6832 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6834         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6836 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
6838         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6840         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6841         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6842         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6844 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6846         * desktop.el (desktop-clear): Simplify; remove useless checks
6847         against invalid buffer names.
6848         (desktop-list*): Use cl-list*.
6849         (desktop-buffer-info, desktop-create-buffer): Simplify.
6851 2013-07-23  Leo Liu  <sdl.web@gmail.com>
6853         * bookmark.el (bookmark-make-record): Restore NAME as a default
6854         value.  (Bug#14933)
6856 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6858         * emacs-lisp/autoload.el (autoload--setup-output): New function,
6859         extracted from autoload--insert-text.
6860         (autoload--insert-text): Remove.
6861         (autoload--print-cookie-text): New function, extracted from
6862         autoload--insert-cookie-text.
6863         (autoload--insert-cookie-text): Remove.
6864         (autoload-generate-file-autoloads): Adjust calls accordingly.
6866         * winner.el (winner-hook-installed-p): Remove.
6867         (winner-mode): Simplify accordingly.
6869         * subr.el (add-to-list): Fix compiler-macro when `append' is
6870         not constant.  Don't use `cl-member' for the base case.
6872         * progmodes/subword.el: Fix boundary case (bug#13758).
6873         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
6874         own group.
6875         (subword-backward-regexp): Make it a constant.
6876         (subword-forward-internal): Don't treat a trailing capital as the
6877         beginning of a word.
6879 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
6881         * emacs-lisp/package.el (package-menu-mode): Don't modify the
6882         global value of tabulated-list-revert-hook (bug#14930).
6884 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
6886         * desktop.el: Require 'cl-lib.
6887         (desktop-before-saving-frames-functions): New hook.
6888         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6889         for frames being saved.  Rename from desktop--save-minibuffer-frames.
6890         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6891         Do not save frames with non-nil `desktop-dont-save' parameter.
6892         Filter out deleted frames.
6893         (desktop--find-frame): Use cl-find-if.
6894         (desktop--select-frame): Use cl-(first|second|third) to access values
6895         of desktop-mini.
6896         (desktop--make-frame): Use cl-delete-if.
6897         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6898         (desktop-restore-frames): Use cl-(first|second|third) to access values
6899         of desktop-mini.  Look for visible frame at the end, not while
6900         restoring frames.
6902         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6903         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6904         Use string-match-p, looking-at-p (bug#14927).
6906 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
6908         * desktop.el (desktop-saved-frame-states):
6909         Rename from desktop--saved-states; all users changed.
6910         (desktop-save-frames): Rename from desktop--save-frames.
6911         Do not save state to desktop file.
6912         (desktop-save): Save desktop-saved-frame-states to desktop file
6913         and reset to nil.
6914         (desktop-restoring-frames-p): New function.
6915         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
6916         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
6917         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
6919         * desktop.el: Correctly restore iconified frames.
6920         (desktop--filter-iconified-position): New function.
6921         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6923 2013-07-20  Glenn Morris  <rgm@gnu.org>
6925         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6926         Let `message' do the formatting.
6927         (def-gdb-preempt-display-buffer): Add explicit format.
6929         * image-dired.el (image-dired-track-original-file):
6930         Use with-current-buffer.
6931         (image-dired-track-thumbnail): Use with-current-buffer.
6932         Avoid changing point of wrong window.
6934         * image-dired.el (image-dired-track-original-file):
6935         Avoid changing point of wrong window.  (Bug#14909)
6937 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
6939         * progmodes/gdb-mi.el (gdb-done-or-error):
6940         Guard against "%" in gdb output.  (Bug#14127)
6942 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
6944         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6945         (Bug#14826)
6947         * international/mule.el (coding-system-iso-2022-flags): Fix last
6948         change.
6950 2013-07-20  Kenichi Handa  <handa@gnu.org>
6952         * international/mule.el (coding-system-iso-2022-flags):
6953         Add `8-bit-level-4'.  (Bug#8522)
6955 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957         * net/shr.el (shr-mouse-browse-url): New command and keystroke
6958         (bug#14815).
6960         * net/eww.el (eww-process-text-input): Allow inputting when the
6961         point is at the start of the line, as the properties aren't
6962         front-sticky.
6964         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6965         degenerate widths.
6967 2013-07-19  Richard Stallman  <rms@gnu.org>
6969         * epa.el (epa-popup-info-window): Doc fix.
6971         * subr.el (split-string): New arg TRIM.
6973 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
6975         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6976         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6978 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
6980         * filenotify.el (file-notify--library): Rename from
6981         `file-notify-support'.  Do not autoload.  Adapt all uses.
6982         (file-notify-supported-p): New defun.
6984         * autorevert.el (auto-revert-use-notify):
6985         Use `file-notify-supported-p' instead of `file-notify-support'.
6986         Adapt docstring.
6987         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6989         * net/tramp.el (tramp-file-name-for-operation):
6990         Add `file-notify-supported-p'.
6992         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6993         New defun.
6994         (tramp-sh-file-name-handler-alist): Add it as handler for
6995         `file-notify-supported-p '.
6997         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6998         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6999         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7000         Add `ignore' as handler for `file-notify-*' functions.
7002 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
7004         * simple.el (line-move-partial, line-move): Don't start vscroll or
7005         scroll-up if the current line is not taller than the window.
7006         (Bug#14881)
7008 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
7010         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7011         highlight question marks in the method names as strings.
7012         (ruby-block-beg-keywords): Inline.
7013         (ruby-font-lock-keyword-beg-re): Extract from
7014         `ruby-font-lock-keywords'.
7016 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
7018         * frame.el (blink-cursor-blinks): New defcustom.
7019         (blink-cursor-blinks-done): New defvar.
7020         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7021         (blink-cursor-timer-function): Check if number of blinks has been
7022         done on X and NS.
7023         (blink-cursor-suspend, blink-cursor-check): New defuns.
7025 2013-07-15  Glenn Morris  <rgm@gnu.org>
7027         * edmacro.el (edmacro-format-keys): Fix previous change.
7029 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
7031         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7032         The hack didn't work outside English locales anyway.
7034 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
7036         * simple.el (define-alternatives): Rename from alternatives-define,
7037         per RMS' suggestion.
7039 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
7041         * desktop.el (desktop-restore-frames): Change default to t.
7042         (desktop-restore-in-current-display): Now offer more options.
7043         (desktop-restoring-reuses-frames): New customization option.
7044         (desktop--saved-states): Doc fix.
7045         (desktop-filter-parameters-alist): New variable, renamed and expanded
7046         from desktop--excluded-frame-parameters.
7047         (desktop--target-display): New variable.
7048         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7049         (desktop--filter-tty*, desktop--filter-*-color)
7050         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7051         (desktop--filter-save-desktop-parm)
7052         (desktop-restore-in-original-display-p): New functions.
7053         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7054         (desktop--save-minibuffer-frames): New function, inspired by a similar
7055         function from Martin Rudalics.
7056         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7057         (desktop--restore-in-this-display-p): Remove.
7058         (desktop--find-frame): Rename from desktop--find-frame-in-display
7059         and add predicate argument.
7060         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7061         (desktop--reuse-list): New variable.
7062         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7063         New functions.
7064         (desktop--restore-frames): Add support for "minibuffer-special" frames.
7066 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
7068         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7070 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
7072         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7073         Highlight conversion methods on Kernel.
7075 2013-07-13  Alan Mackenzie  <acm@muc.de>
7077         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7078         and comment it out.  This out-commenting enables certain C++
7079         declarations to be parsed correctly.
7081 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
7083         * international/mule.el (define-coding-system): Doc fix.
7085         * simple.el (default-font-height): Don't call font-info if the
7086         frame's default font didn't change since the frame was created.
7087         (Bug#14838)
7089 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7091         * ido.el (ido-read-file-name): Guard against non-symbol value.
7093 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7095         * progmodes/python.el (python-imenu--build-tree): Fix corner case
7096         in nested defuns.
7098 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7100         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7101         ido-set-matches call.  (Bug#6852)
7103 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
7105         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7106         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7107         Ruby 2.0.
7108         (ruby-font-lock-keywords): Distinguish calls to functions with
7109         module-like names from module references.  Highlight character
7110         literals.
7112 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7114         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7115         (gdb-send): Handle continued commands.  (Bug#14847)
7117 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7119         * desktop.el (desktop--v2s): Remove unused local variable.
7120         (desktop-save-buffer): Make defvar-local; adjust docstring.
7121         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7122         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7124 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7126         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7128 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
7130         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7131         (Bug#14842)
7133 2013-07-12  Glenn Morris  <rgm@gnu.org>
7135         * doc-view.el: Require cl-lib at runtime too.
7136         (doc-view-remove-if): Remove.
7137         (doc-view-search-next-match, doc-view-search-previous-match):
7138         Use cl-remove-if.
7140         * edmacro.el: Require cl-lib at runtime too.
7141         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7142         (edmacro-mismatch, edmacro-subseq): Remove.
7144         * shadowfile.el: Require cl-lib.
7145         (shadow-remove-if): Remove.
7146         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7147         Use cl-remove-if.
7149         * wid-edit.el: Require cl-lib.
7150         (widget-choose): Use cl-remove-if.
7151         (widget-remove-if): Remove.
7153         * progmodes/ebrowse.el: Require cl-lib at runtime too.
7154         (ebrowse-delete-if-not): Remove.
7155         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7156         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7157         Use cl-delete-if-not.
7159 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7161         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7162         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7164 2013-07-12  Leo Liu  <sdl.web@gmail.com>
7166         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
7168 2013-07-11  Glenn Morris  <rgm@gnu.org>
7170         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7171         (edebug-gensym-index, edebug-gensym):
7172         Remove reimplementation of cl-gensym.
7173         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7175         * thumbs.el: Require cl-lib at run-time too.
7176         (thumbs-gensym-counter, thumbs-gensym):
7177         Remove reimplementation of cl-gensym.
7178         (thumbs-temp-file): Use cl-gensym.
7180         * emacs-lisp/ert.el: Require cl-lib at runtime too.
7181         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7182         (ert--intersection, ert--set-difference, ert--set-difference-eq)
7183         (ert--union, ert--gensym-counter, ert--gensym-counter)
7184         (ert--coerce-to-vector, ert--remove*, ert--string-position)
7185         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7186         (ert-make-test-unbound, ert--expand-should-1)
7187         (ert--expand-should, ert--should-error-handle-error)
7188         (should-error, ert--explain-equal-rec)
7189         (ert--plist-difference-explanation, ert-select-tests)
7190         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7191         Use cl-lib functions rather than reimplementations.
7193 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
7195         * net/tramp.el (tramp-methods): Extend docstring.
7196         (tramp-connection-timeout): New defcustom.
7197         (tramp-error-with-buffer): Reset timestamp only when appropriate.
7198         (with-tramp-progress-reporter): Simplify.
7199         (tramp-process-actions): Improve messages.
7201         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7202         * net/tramp-sh.el (tramp-maybe-open-connection):
7203         Use `tramp-connection-timeout'.
7204         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7205         (Bug#14808)
7207 2013-07-11  Leo Liu  <sdl.web@gmail.com>
7209         * ido.el (ido-read-file-name): Conform to the requirements of
7210         read-file-name.  (Bug#11861)
7211         (ido-read-directory-name): Conform to the requirements of
7212         read-directory-name.
7214 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
7216         * subr.el (delay-warning): New function.
7218 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
7220         * simple.el (default-line-height): New function.
7221         (line-move-partial, line-move): Use it instead of computing the
7222         line height inline.
7223         (line-move-partial): Always compute ROWH.  If the last line is
7224         partially-visible, but its text is completely visible, allow
7225         cursor to enter such a partially-visible line.
7227 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
7229         Improve error messages.  (Bug#14808)
7231         * net/tramp.el (tramp-current-connection): New defvar, moved from
7232         tramp-sh.el.
7233         (tramp-message-show-progress-reporter-message): Remove, not
7234         needed anymore.
7235         (tramp-error-with-buffer): Show message in minibuffer.
7236         Discard input before waiting.  Reset connection timestamp.
7237         (with-tramp-progress-reporter): Improve messages.
7238         (tramp-process-actions): Use progress reporter.  Delete process in
7239         case of error.  Improve messages.
7241         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7242         Call `tramp-error-with-buffer' with vector and buffer.
7243         (tramp-current-connection): Remove.
7244         (tramp-maybe-open-connection): The car of
7245         `tramp-current-connection' are the first 3 slots of the vector.
7247 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
7249         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7250         inside continued strings.
7252 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7254         Timestamp fixes for undo (Bug#14824).
7255         * files.el (clear-visited-file-modtime): Move here from fileio.c.
7257 2013-07-10  Leo Liu  <sdl.web@gmail.com>
7259         * files.el (require-final-newline): Allow safe local value.
7260         (Bug#14834)
7262 2013-07-09  Leo Liu  <sdl.web@gmail.com>
7264         * ido.el (ido-read-directory-name): Handle fallback.
7265         (ido-read-file-name): Update DIR to ido-current-directory.
7266         (Bug#1516)
7267         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
7269 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
7271         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7272         "autoload".  Remove "warn lower camel case" section, previously
7273         commented out.  Highlight negation char.  Do not highlight the
7274         target in singleton method definitions.
7276 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7278         * faces.el (tty-setup-hook): Declare the hook.
7280         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7281         and detect when a guard/pred depends on local vars (bug#14773).
7282         (pcase--u1): Adjust caller.
7284 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
7286         * simple.el (line-move-partial, line-move): Account for
7287         line-spacing.
7288         (line-move-partial): Avoid setting vscroll when the last
7289         partially-visible line in window is of default height.
7291 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7294         been used a while.
7296 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
7298         * subr.el (read-quoted-char): Remove unused local variable `char'.
7300 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7302         * ediff.el (ediff-version): Version update.
7303         (ediff-files-command, ediff3-files-command, ediff-merge-command)
7304         (ediff-merge-with-ancestor-command, ediff-directories-command)
7305         (ediff-directories3-command, ediff-merge-directories-command)
7306         (ediff-merge-directories-with-ancestor-command): New functions.
7307         All are command-line interfaces to ediff: to facilitate calling
7308         Emacs with the appropriate ediff functions invoked.
7310         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7311         (viper-save-kill-buffer): Check if buffer is modified.
7313         * viper.el (viper-version): Version update.
7314         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7316 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7318         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7319         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7320         (viper-intercept-ESC-key): Simplify.
7321         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7322         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7323         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7324         (viper-setup-ESC-to-escape): New functions.
7325         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7326         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
7328 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
7330         * simple.el (default-font-height, window-screen-lines):
7331         New functions.
7332         (line-move, line-move-partial): Use them instead of
7333         frame-char-height and window-text-height.  This makes scrolling
7334         text smoother when the buffer's default face uses a font that is
7335         different from the frame's default font.
7337 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
7339         * files.el (write-file): Do not display confirm dialog for NS,
7340         it does its own dialog, which can't be canceled (Bug#14578).
7342 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
7344         * simple.el (line-move-partial): Adjust the row returned by
7345         posn-at-point for the current window-vscroll.  (Bug#14567)
7347 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
7349         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7350         (tramp-sh-file-inotifywait-process-filter): Handle file names with
7351         spaces.
7353 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
7355         * window.el (window-state-put-stale-windows): New variable.
7356         (window--state-put-2): Save list of windows without matching buffer.
7357         (window-state-put): Remove "bufferless" windows if possible.
7359 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7361         * simple.el (alternatives-define): Remove leftover :group keyword.
7362         Tweak docstring.
7364 2013-07-06  Leo Liu  <sdl.web@gmail.com>
7366         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7367         (ido-enable-virtual-buffers): New variable.
7368         (ido-buffer-internal, ido-toggle-virtual-buffers)
7369         (ido-make-buffer-list): Use it.
7370         (ido-exhibit): Support turning on and off virtual buffers
7371         automatically.
7373 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7375         * simple.el (alternatives-define): New macro.
7377 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * subr.el (read-quoted-char): Use read-key.
7380         (sit-for): Let read-event decode tty input (bug#14782).
7382 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
7384         * calendar/todo-mode.el: Add handling of file deletion, both by
7385         mode command and externally.  Fix various related bugs.
7386         Clarify Commentary and improve some documentation strings and code.
7387         (todo-delete-file): New command.
7388         (todo-check-file): New function.
7389         (todo-show): Handle external deletion of the file we're trying to
7390         show (bug#14688).  Replace called-interactively-p by an optional
7391         prefix argument to avoid problematic interaction with catch form
7392         when byte compiled (bug#14702).
7393         (todo-quit): Handle external deletion of the archive's todo file.
7394         Make sure the buffer that was visiting the archive file is still
7395         live before trying to bury it.
7396         (todo-category-completions): Handle external deletion of any
7397         category completion files.
7398         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7399         of todo files, in case of external deletion.
7400         (todo-add-file): Replace unnecessary setq by let-binding.
7401         (todo-find-archive): Check whether there are any archives.
7402         Replace unnecessary setq by let-binding.
7403         (todo-archive-done-item): Use find-file-noselect to get the
7404         archive buffer whether or not the archive already exists.
7405         Remove superfluous code.  Use file size instead of buffer-file-name to
7406         check if the archive is new; if it is, update list of archives.
7407         (todo-default-todo-file): Allow nil to be a valid value for when
7408         there are no todo files.
7409         (todo-reevaluate-default-file-defcustom): Use corrected definition
7410         of todo-default-todo-file.
7411         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7412         (todo-delete-category, todo-show-categories-table)
7413         (todo-category-number): Clarify comment.
7414         (todo-filter-items): Clarify documentation string.
7415         (todo-show-current-file, todo-display-as-todo-file)
7416         (todo-reset-and-enable-done-separator): Tweak documentation string.
7417         (todo-done-separator): Make separator length window-width, since
7418         bug#2749 is now fixed.
7420 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
7422         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7423         Support both "gvfs-monitor-dir" and "inotifywait".
7424         (tramp-sh-file-inotifywait-process-filter): Rename from
7425         `tramp-sh-file-notify-process-filter'.
7426         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7427         (tramp-get-remote-gvfs-monitor-dir): New defuns.
7429 2013-07-05  Leo Liu  <sdl.web@gmail.com>
7431         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7433 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7435         * frame.el (display-pixel-height, display-pixel-width)
7436         (display-mm-height, display-mm-width): Mention behavior on
7437         multi-monitor setups in docstrings.
7438         (w32-display-monitor-attributes-list): Declare function.
7439         (display-monitor-attributes-list): Use it.
7441 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
7443         * filenotify.el: New package.
7445         * autorevert.el (top): Require filenotify.el.
7446         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
7447         instead.
7448         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7449         (auto-revert-notify-handler): Use `file-notify-*' functions.
7451         * subr.el (file-notify-handle-event): Move function to filenotify.el.
7453         * net/tramp.el (tramp-file-name-for-operation):
7454         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7456         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7457         for `file-notify-add-watch' and `file-notify-rm-watch'.
7458         (tramp-process-sentinel): Improve trace.
7459         (tramp-sh-handle-file-notify-add-watch)
7460         (tramp-sh-file-notify-process-filter)
7461         (tramp-sh-handle-file-notify-rm-watch)
7462         (tramp-get-remote-inotifywait): New defuns.
7464 2013-07-03  Juri Linkov  <juri@jurta.org>
7466         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7467         call of `occur-read-primary-args' to interactive spec.
7469         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7470         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
7472 2013-07-03  Matthias Meulien  <orontee@gmail.com>
7474         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7475         `Buffer-menu-multi-occur'.  Add it to the menu.
7476         (Buffer-menu-mode): Document it in docstring.
7477         (Buffer-menu-multi-occur): New command.  (Bug#14673)
7479 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7481         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7482         keywords and built-ins.
7484 2013-07-03  Glenn Morris  <rgm@gnu.org>
7486         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
7488         Make info-xref checks case-sensitive by default
7489         * info.el (Info-find-node, Info-find-in-tag-table)
7490         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7491         Add option for exact case matching of nodes.
7492         * info-xref.el (info-xref): New custom group.
7493         (info-xref-case-fold): New option.
7494         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7496 2013-07-03  Leo Liu  <sdl.web@gmail.com>
7498         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7500 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7502         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7503         middle of block statement initially, lower the depth.  Remove
7504         FIXME comment, not longer valid.  Remove middle of block statement
7505         detection, no need to do that anymore since we've been using
7506         `ruby-parse-region' here.
7508 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
7510         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7512 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7514         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7516 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
7518         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7519         (desktop-restore-in-current-display): New customization option.
7520         (desktop--excluded-frame-parameters): Add `font'.
7521         (desktop--save-frames): Rename from desktop--save-windows.
7522         (desktop--restore-in-this-display-p): New function.
7523         (desktop--make-full-frame): Remove unwanted width/height from
7524         full(width|height) frames.
7525         (desktop--restore-frames): Rename from desktop--restore-windows.
7526         Obey desktop-restore-current-display.  Do not delete old frames or
7527         select a new frame unless we were able to restore at least one frame.
7529 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
7531         * files.el (find-file-noselect): Simplify conditional expression.
7533         * remember.el (remember-append-to-file):
7534         Don't mix `find-buffer-visiting' and `get-file-buffer'.
7536         Add `remember-notes' function to store random notes across Emacs
7537         restarts.
7538         * remember.el (remember-data-file): Add :set callback to affect
7539         notes buffer (if any).
7540         (remember-notes): New command.
7541         (remember-notes-buffer-name, bury-remember-notes-on-kill):
7542         New defcustoms for the `remember-notes' function.
7543         (remember-notes-save-and-bury-buffer): New command.
7544         (remember-notes-mode-map): New variable.
7545         (remember-mode): New minor mode.
7546         (remember-notes--kill-buffer-query): New function.
7547         * startup.el (initial-buffer-choice): Add notes to custom type.
7549 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
7551         * bindings.el (right-char, left-char): Don't call sit-for, this is
7552         no longer needed.  Use arithmetic comparison only for numerical
7553         arguments.
7555         * international/mule-cmds.el (select-safe-coding-system):
7556         Handle the case of FROM being a string correctly.  (Bug#14755)
7558 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7560         * net/shr.el (shr-make-table-1): Add a sanity check that allows
7561         progression on degenerate tables.
7562         (shr-rescale-image): ImageMagick animated images currently don't work.
7564 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
7566         Some fixes and improvements for desktop frame restoration.
7567         It is still experimental and disabled by default.
7568         * desktop.el (desktop--save-windows): Put the selected frame at
7569         the head of the list.
7570         (desktop--make-full-frame): New function.
7571         (desktop--restore-windows): Try to re-select the frame that was
7572         selected upon saving.  Do not abort if some frames fail to restore,
7573         just show an error message and continue.  Set up maximized frames
7574         so they have default non-maximized dimensions.
7576 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7578         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7579         Don't start heredoc inside a string or comment.
7581 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
7583         * bindings.el (visual-order-cursor-movement): New defcustom.
7584         (right-char, left-char): Provide visual-order cursor motion by
7585         calling move-point-visually.  Update the doc strings.
7587 2013-06-28  Kenichi Handa  <handa@gnu.org>
7589         * international/mule.el (define-coding-system): New coding system
7590         properties :inhibit-null-byte-detection,
7591         :inhibit-iso-escape-detection, and :prefer-utf-8.
7592         (set-buffer-file-coding-system): If :charset-list property of
7593         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7594         appropriate for setting.
7596         * international/mule-cmds.el (select-safe-coding-system):
7597         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7598         multibyte characters, return utf-8 (or one of its siblings).
7600         * international/mule-conf.el (prefer-utf-8): New coding system.
7601         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7602         files.
7604 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
7606         * net/shr.el (shr-render-region): New function.
7608         * net/eww.el: Autoload `eww-browse-url'.
7610 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
7612         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7613         Adapt to `package-desc-version' being a list.
7614         Use `package--ac-desc-version' to retrieve version from a package
7615         archive element.
7617 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
7619         New experimental feature to save&restore window and frame setup.
7620         * desktop.el (desktop-save-windows): New defcustom.
7621         (desktop--saved-states): New var.
7622         (desktop--excluded-frame-parameters): New defconst.
7623         (desktop--filter-frame-parms, desktop--find-frame-in-display)
7624         (desktop--restore-windows, desktop--save-windows): New functions.
7625         (desktop-save): Call `desktop--save-windows'.
7626         (desktop-read): Call `desktop--restore-windows'.
7628 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630         * net/shr.el (add-face-text-property): Remove compat definition.
7632 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7634         * info.el (Info-try-follow-nearest-node): Move search for footnote
7635         above search for node name to prevent missing a footnote (bug#14717).
7637 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7639         * obsolete/otodo-mode.el: Add obsolescence info to file header.
7641 2013-06-27  Leo Liu  <sdl.web@gmail.com>
7643         * net/eww.el (eww-read-bookmarks): Check file size.
7645 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7648         advice--pending if newdef is nil or an autoload (bug#13820).
7649         (advice-mapc): New function.
7651 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7653         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7654         probably.
7655         (eww-mode-map): Add a menu bar.
7656         (eww-add-bookmark): New command.
7657         (eww-bookmark-mode): New mode and commands.
7658         (eww-add-bookmark): Remove newlines from the title.
7659         (eww-bookmark-browse): Don't bug out if it's the only window.
7661 2013-06-26  Glenn Morris  <rgm@gnu.org>
7663         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7664         (hfy-size): Handle ttys.  (Bug#14668)
7666         * info-xref.el: Update for Texinfo 5 change in *note format.
7667         (info-xref-node-re, info-xref-note-re): New constants.
7668         (info-xref-check-buffer): Use info-xref-note-re.
7670 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7674         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7675         nil terminate the loop (bug#14718).
7677 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679         * net/eww.el: Rework history traversal.  When going forward/back,
7680         put these actions into the history, too, so that they can be
7681         replayed.
7682         (eww-render): Move the history reset to the correct buffer.
7684 2013-06-25  Juri Linkov  <juri@jurta.org>
7686         * files-x.el (modify-dir-local-variable): Change the header comment
7687         in the file with directory local variables.  (Bug#14692)
7689         * files-x.el (read-file-local-variable-value): Add `default'.
7690         (Bug#14710)
7692 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7694         * net/eww.el (eww-make-unique-file-name): Create a unique file
7695         name before saving to entering `y' accidentally asynchronously.
7697 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
7699         * net/eww.el (eww-download): New command and keystroke.
7701 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703         * net/eww.el (eww-copy-page-url): Change name of command.
7705         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7706         be more consistent with Info and dired.
7708         * net/eww.el (eww-mode-map): Ditto.
7710 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
7713         packages from archives.
7714         (package-archive-contents): Change format; include obsolete packages.
7715         (package-desc): Use `dir' to mark builtin packages.
7716         (package--from-builtin): Set the `dir' field to `builtin'.
7717         (generated-autoload-file, version-control): Declare.
7718         (package-compute-transaction): Change first arg and return value to be
7719         lists of package-descs.  Adjust to new package-archive-contents format.
7720         (package--add-to-archive-contents): Adjust to new
7721         package-archive-contents format.
7722         (package-download-transaction): Arg is now a list of package-descs.
7723         (package-install): If `pkg' is a package name, pass it as
7724         a requirement, so it is subject to the usual (e.g. disabled) checks.
7725         (describe-package): Accept package-desc as well.
7726         (describe-package-1): Describe a specific package-desc.  Add links to
7727         other package-descs for the same package name.
7728         (package-menu-describe-package): Pass the actual package-desc.
7729         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7730         works correctly.
7731         (package-desc-status): New function.
7732         (package-menu--refresh): New function, extracted
7733         from package-menu--generate.
7734         (package-menu--generate): Use it.
7735         (package-delete): Update package-alist.
7736         (package-menu-execute): Don't call package-initialize.
7738         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7739         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7740         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7741         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7742         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7743         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7745 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
7747         * window.el (window--state-get-1): Workaround for bug#14527.
7748         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7750 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752         * net/eww.el (eww-back-url): Implement the history by stashing all
7753         the data into a list.
7754         (eww-forward-url): Allow going forward in the history, too.
7756 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7758         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7759         for values and use read--expression for expressions (bug#14710).
7760         (read-file-local-variable): Avoid setq.
7761         (read-file-local-variable-mode): Use minor-mode-list.
7763 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7765         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7766         for DOI URLs.
7768 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7770         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7771         Update imenu-support when dialect changes.
7773 2013-06-25  Leo Liu  <sdl.web@gmail.com>
7775         * ido.el (ido-read-internal): Allow forward slash on windows.
7777 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7779         * net/eww.el (eww): Start of strings is \\`, not ^.
7781 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7783         * net/shr.el (shr-browse-url): Fix interactive spec.
7785         * net/eww.el (eww): Add a trailing slash to domain names.
7787 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
7789         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7791 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793         * net/shr.el (shr-browse-url): Use an external browser if given a
7794         prefix.
7796         * net/eww.el (eww-external-browser): Move to shr.
7798 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7800         * net/eww.el (eww): Work more correctly for file: URLs.
7801         (eww-detect-charset): Allow quoted charsets.
7802         (eww-yank-page-url): New command and keystroke.
7804 2013-06-24  Daiki Ueno  <ueno@gnu.org>
7806         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7807         file name of gpg executable.
7808         (epg-context-program): New function.
7809         (epg-context-home-directory): New function.
7810         (epg-context-set-program): New function.
7811         (epg-context-set-home-directory): New function.
7812         (epg--start): Use `epg-context-program' instead of
7813         'epg-gpg-program'.
7814         (epg--list-keys-1): Likewise.
7816 2013-06-24  Leo Liu  <sdl.web@gmail.com>
7818         * ido.el (ido-read-internal): Fix bug#14620.
7820 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7822         * faces.el (face-documentation): Simplify.
7823         (read-face-attribute, tty-find-type, x-resolve-font-name):
7824         Use `string-match-p'.
7825         (list-faces-display): Use `string-match-p'.  Simplify.
7826         (face-spec-recalc): Check face to avoid face alias loops.
7827         (read-color): Use `string-match-p' and non-capturing parenthesis.
7829 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7831         * net/shr.el (shr-rescale-image): Use the new
7832         :max-width/:max-height functionality.
7834 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
7836         * net/eww.el (eww-search-prefix): New variable.
7837         (eww): Use it.
7838         (eww-external-browser): New variable.
7839         (eww-mode-map): New keystroke.
7840         (eww-browse-with-external-browser): New command.
7842         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7844 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7846         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7847         Don't skip aligning the next header field when padding is 0;
7848         otherwise, field width is not respected unless the title is as
7849         wide as the field.
7851 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7853         * emacs-lisp/package.el (package-el-version): Remove.
7854         (package-process-define-package): Fix inf-loop.
7855         (package-install): Allow symbols as arguments again.
7857 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7859         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7860         add some more keyword-like methods.
7861         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7863 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
7865         * bs.el (bs-buffer-show-mark): Make defvar-local.
7866         (bs-mode): Use setq-local.
7868         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7869         (emacs-lock--try-unlocking): Make defvar-local.
7871 2013-06-22  Glenn Morris  <rgm@gnu.org>
7873         * play/cookie1.el (cookie-apropos): Minor simplification.
7875         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7877 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7879         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7880         `regexp-opt', it breaks the build during dumping.
7882 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
7884         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7885         Highlight keyword-like methods on Kernel and Module with
7886         font-lock-builtin-face.
7887         (auto-mode-alist): Consolidate different entries into one regexp
7888         and add more *file-s.
7890 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
7892         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7894         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7895         (diary-entry): Use it in the action of this button type instead of
7896         diary-goto-entry.
7898         * calendar/todo-mode.el: New version.
7899         (todo-add-category): Append new category to end of file and give
7900         it the highest number, instead of putting it at the beginning and
7901         giving it 0.  Incorporate noninteractive functionality.
7902         (todo-forward-category): Adapt to 1-based category numbering.
7903         Allow skipping over archived categories.
7904         (todo-backward-category): Derive from todo-forward-category.
7905         (todo-backward-item, todo-forward-item): Make noninteractive and
7906         delegate interactive part to new commands.  Make sensitive to done items.
7907         (todo-categories): Make value an alist of category names and
7908         vectors of item counts.
7909         (todo-category-beg): Make a defconst.
7910         (todo-category-number): Use 1 instead of 0 as initial value.
7911         (todo-category-select): Make sensitive to overlays, optional item
7912         highlighting and done items.
7913         (todo-delete-item): Make sensitive to overlays and marked and done items.
7914         (todo-edit-item): Make sensitive to overlays and editing of
7915         date/time header optional.  Add format checks.
7916         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
7917         no-op if point is not on an item.  Advertise using todo-edit-quit.
7918         (todo-edit-mode): Make sensitive to new format, font-locking, and
7919         multiple todo files.
7920         (todo-insert-item, todo-insert-item-here): Derive from
7921         todo-basic-insert-item and extend functionality.
7922         (todo-item-end, todo-item-start): Make sensitive to done items.
7923         (todo-item-string): Don't return text properties.  Restore point.
7924         (todo-jump-to-category): Make sensitive to multiple todo files and
7925         todo archives.  Use extended category completion.
7926         (todo-lower-item, todo-raise-item): Rename to *-priority and
7927         derive from todo-set-item-priority.
7928         (todo-mode): Derive from special-mode.  Make sensitive to new
7929         format, font-locking and multiple todo files.  Make read-only.
7930         (todo-mode-map): Don't suppress digit keys, so they can supply
7931         prefix arguments.  Add many new key bindings.
7932         (todo-prefix): Insert as an overlay instead of file text.
7933         Change semantics from diary date expression to purely visual mark.
7934         (todo-print): Rename to todo-print-buffer.  Make buffer display
7935         features printable.  Remove option to restrict number of items
7936         printed.  Add option to print to file.
7937         (todo-print-function): Rename to todo-print-buffer-function.
7938         (todo-quit): Extend to handle exiting new todo modes.
7939         (todo-remove-item): Make sensitive to overlays.
7940         (todo-save): Extend to buffers of filtered items.
7941         (todo-show): Make sensitive to done items, multiple todo files and
7942         new todo modes.  Offer to convert legacy todo file before creating
7943         first new todo file.
7944         (todo-show-priorities): Rename to todo-top-priorities.
7945         Change semantics of value 0.
7946         (todo-top-priorities): Rename to todo-filter-top-priorities,
7947         derive from todo-filter-items and extend functionality.
7948         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7949         and extend functionality to other types of filtered items.
7950         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7951         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7952         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7953         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7954         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7955         (todo-edit-mode-hook, todo-entry-prefix-function)
7956         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7957         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7958         (todo-initials, todo-insert-threshold, todo-item-string-start)
7959         (todo-line-string, todo-menu, todo-mode-hook)
7960         (todo-more-important-p, todo-previous-answer, todo-previous-line)
7961         (todo-print-priorities, todo-remove-separator)
7962         (todo-save-top-priorities-too, todo-string-count-lines)
7963         (todo-string-multiline-p, todo-time-string-format)
7964         (todo-tmp-buffer-name): Remove.
7965         (todo-add-file, todo-archive-done-item, todo-choose-archive)
7966         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7967         (todo-edit-category-diary-inclusion)
7968         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7969         (todo-edit-file, todo-edit-item-date-day)
7970         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7971         (todo-edit-item-date-month, todo-edit-item-date-to-today)
7972         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7973         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7974         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7975         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7976         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7977         (todo-filter-top-priorities-multifile, todo-find-archive)
7978         (todo-find-filtered-items-file, todo-go-to-source-item)
7979         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7980         (todo-jump-to-archive-category, todo-lower-category)
7981         (todo-mark-category, todo-marked-item-p, todo-merge-category)
7982         (todo-move-category, todo-move-item, todo-next-button)
7983         (todo-next-item, todo-padded-string, todo-powerset)
7984         (todo-previous-button, todo-previous-item)
7985         (todo-print-buffer-to-file, todo-raise-category)
7986         (todo-rename-category, todo-repair-categories-sexp, todo-search)
7987         (todo-set-category-number, todo-set-item-priority)
7988         (todo-set-top-priorities-in-category)
7989         (todo-set-top-priorities-in-file, todo-show-categories-table)
7990         (todo-sort-categories-alphabetically-or-numerically)
7991         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7992         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7993         (todo-toggle-item-header, todo-toggle-item-highlighting)
7994         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7995         (todo-toggle-view-done-items, todo-toggle-view-done-only)
7996         (todo-unarchive-items, todo-unmark-category): New commands.
7997         (todo-absolute-file-name, todo-add-to-buffer-list)
7998         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7999         (todo-basic-insert-item, todo-category-completions)
8000         (todo-category-number, todo-category-string-matcher-1)
8001         (todo-category-string-matcher-2, todo-check-filtered-items-file)
8002         (todo-check-format, todo-clear-matches)
8003         (todo-comment-string-matcher, todo-convert-legacy-date-time)
8004         (todo-current-category, todo-date-string-matcher)
8005         (todo-define-insertion-command, todo-diary-expired-matcher)
8006         (todo-diary-goto-entry, todo-diary-item-p)
8007         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8008         (todo-display-categories, todo-display-sorted, todo-done-item-p)
8009         (todo-done-item-section-p, todo-done-separator)
8010         (todo-done-string-matcher, todo-files, todo-filter-items)
8011         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8012         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8013         (todo-insert-category-line, todo-insert-item-from-calendar)
8014         (todo-insert-sort-button, todo-insert-with-overlays)
8015         (todo-insertion-command-name, todo-insertion-key-bindings)
8016         (todo-label-to-key, todo-longest-category-name-length)
8017         (todo-make-categories-list, todo-mode-external-set)
8018         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8019         (todo-modes-set-3, todo-multiple-filter-files)
8020         (todo-nondiary-marker-matcher, todo-prefix-overlays)
8021         (todo-read-category, todo-read-date, todo-read-dayname)
8022         (todo-read-file-name, todo-read-time)
8023         (todo-reevaluate-category-completions-files-defcustom)
8024         (todo-reevaluate-default-file-defcustom)
8025         (todo-reevaluate-filelist-defcustoms)
8026         (todo-reevaluate-filter-files-defcustom)
8027         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8028         (todo-reset-done-separator, todo-reset-done-separator-string)
8029         (todo-reset-done-string, todo-reset-global-current-todo-file)
8030         (todo-reset-highlight-item, todo-reset-nondiary-marker)
8031         (todo-reset-prefix, todo-set-categories)
8032         (todo-set-date-from-calendar, todo-set-show-current-file)
8033         (todo-set-top-priorities, todo-short-file-name)
8034         (todo-show-current-file, todo-sort, todo-time-string-matcher)
8035         (todo-total-item-counts, todo-update-buffer-list)
8036         (todo-update-categories-display, todo-update-categories-sexp)
8037         (todo-update-count, todo-validate-name, todo-y-or-n-p):
8038         New functions.
8039         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8040         New major modes.
8041         (todo-categories, todo-display, todo-edit, todo-faces)
8042         (todo-filtered): New defgroups.
8043         (todo-archived-only, todo-button, todo-category-string, todo-date)
8044         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8045         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8046         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8047         (todo-add-item-if-new-category, todo-always-add-time-string)
8048         (todo-categories-align, todo-categories-archived-label)
8049         (todo-categories-category-label, todo-categories-diary-label)
8050         (todo-categories-done-label, todo-categories-number-separator)
8051         (todo-categories-todo-label, todo-categories-totals-label)
8052         (todo-category-completions-files, todo-completion-ignore-case)
8053         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8054         (todo-done-separator-string, todo-done-string)
8055         (todo-files-function, todo-filter-done-items, todo-filter-files)
8056         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8057         (todo-initial-category, todo-initial-file, todo-item-mark)
8058         (todo-legacy-date-time-regexp, todo-mode-line-function)
8059         (todo-nondiary-marker, todo-number-prefix)
8060         (todo-print-buffer-function, todo-show-current-file)
8061         (todo-show-done-only, todo-show-first, todo-show-with-done)
8062         (todo-skip-archived-categories, todo-top-priorities-overrides)
8063         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8064         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8065         New defcustoms.
8066         (todo-category-done, todo-date-pattern, todo-date-string-start)
8067         (todo-diary-items-buffer, todo-done-string-start)
8068         (todo-filtered-items-buffer, todo-item-start)
8069         (todo-month-abbrev-array, todo-month-name-array)
8070         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8071         (todo-top-priorities-buffer): New defconsts.
8072         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8073         (todo-categories-with-marks, todo-category-string-face)
8074         (todo-comment-face, todo-comment-string, todo-current-todo-file)
8075         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8076         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8077         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8078         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8079         (todo-font-lock-keywords, todo-global-current-todo-file)
8080         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8081         (todo-insertion-commands-args)
8082         (todo-insertion-commands-args-genlist)
8083         (todo-insertion-commands-names, todo-insertion-map)
8084         (todo-key-bindings-t, todo-key-bindings-t+a)
8085         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8086         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8087         (todo-nondiary-face, todo-print-buffer, todo-time-face)
8088         (todo-visited): New variables.
8090 2013-06-21  Glenn Morris  <rgm@gnu.org>
8092         * play/cookie1.el (cookie-apropos): Add optional display argument.
8093         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8094         (psychoanalyze-pinhead): Use cookie-doctor.
8096 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8098         * emacs-lisp/package.el (tar-get-file-descriptor)
8099         (tar--extract): Declare.
8101 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
8103         Extend flymake's warning predicate to be a function (bug#14217).
8104         * progmodes/flymake.el (flymake-warning-predicate): New.
8105         (flymake-parse-line): Use it.
8106         (flymake-warning-re): Make obsolete alias to
8107         `flymake-warning-predicate'.
8109 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * emacs-lisp/package.el (package-alist): Include obsolete packages.
8112         (package-obsolete-list): Remove.
8113         (package-activate): Remove min-version argument.  Add `force' argument.
8114         Adjust to new package-alist format.
8115         (package-mark-obsolete): Remove.
8116         (package-unpack): Force reload of the package's autoloads.
8117         (package-installed-p): Check builtins if the installed package is not
8118         recent enough.
8119         (package-initialize): Don't reset package-obsolete-list.
8120         Don't specify which package version to activate.
8121         (package-process-define-package, describe-package-1)
8122         (package-menu--generate): Adjust to new package-alist format.
8124 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8126         * allout-widgets.el (allout-widgets-mode-off)
8127         (allout-widgets-mode-on, allout-widgets-pre-command-business)
8128         (allout-widgets-post-command-business)
8129         (allout-widgets-after-copy-or-kill-function)
8130         (allout-widgets-after-undo-function, allout-test-range-overlaps)
8131         (allout-decorate-item-and-context)
8132         (allout-graphics-modification-handler): Fix typos in docstrings.
8133         (allout-get-or-create-parent-widget): Use `looking-at-p'.
8135         * cmuscheme.el (scheme-start-file): Doc fix.
8136         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8137         (scheme-input-filter): Use `string-match-p'.
8139         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8141         * dired-x.el: Use Dired consistently in docstrings.
8143         * dired.el: Use Dired consistently in docstrings.
8144         (dired-readin, dired-mode): Use `setq-local'.
8145         (dired-switches-alist): Make defvar-local.
8146         (dired-buffers-for-dir): Use `zerop'.
8147         (dired-safe-switches-p, dired-switches-escape-p)
8148         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8149         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8150         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8151         (dired-goto-next-nontrivial-file): Use `string-match-p'.
8152         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8153         (dired-toggle-marks, dired-mark-files-containing-regexp)
8154         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8155         (dired-flag-auto-save-files, dired-flag-backup-files):
8156         Use `looking-at-p'.
8157         (dired-mark-files-regexp, dired-build-subdir-alist):
8158         Use `string-match-p', `looking-at-p'.
8160         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8161         (direct-print-region-helper): Use `string-match-p'.
8163 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8165         * comint.el (comint-redirect-results-list-from-process):
8166         Fix infinite loop.
8168 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170         * net/eww.el (eww-update-header-line-format): Quote % characters.
8172 2013-06-21  Glenn Morris  <rgm@gnu.org>
8174         * play/cookie1.el (cookie): New custom group.
8175         (cookie-file): New option.
8176         (cookie-check-file): New function.
8177         (cookie): Make it interactive.  Make start and end messages optional.
8178         Interactively, display the result.  Default to cookie-file.
8179         (cookie-insert): Default to cookie-file.
8180         (cookie-snarf): Make start and end messages optional.
8181         Default to cookie-file.  Use with-temp-buffer.
8182         (cookie-read): Rename from read-cookie.
8183         Make start and end messages optional.  Default to cookie-file.
8184         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
8185         Do not autoload it.
8186         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8187         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8189 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8191         * progmodes/octave.el (octave-mode): Backward compatibility fix.
8193 2013-06-21  Glenn Morris  <rgm@gnu.org>
8195         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8197 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8198             Daniel Hackney  <dan@haxney.org>
8200         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8201         Consolidate the single-file vs tarball code.
8202         (package-desc-suffix): New function.
8203         (package-desc-full-name): Don't bother inlining it.
8204         (package-load-descriptor): Return the new package-desc.
8205         (package-mark-obsolete): Remove unused arg `package'.
8206         (package-unpack): Make it work for single files as well.
8207         Make it update package-alist.
8208         (package--make-autoloads-and-stuff): Rename from
8209         package--make-autoloads-and-compile.  Don't compile any more.
8210         (package--compile): New function.
8211         (package-generate-description-file): New function, extracted from
8212         package-unpack-single.
8213         (package-unpack-single): Remove.
8214         (package--with-work-buffer): Add indentation and debugging info.
8215         (package-download-single): Remove.
8216         (package-install-from-archive): Rename from package-download-tar, make
8217         it take a pkg-desc, and make it work for single files as well.
8218         (package-download-transaction): Simplify.
8219         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
8220         external tar program.
8221         (package-install-from-buffer): Remove `pkg-desc' argument.
8222         Use package-tar-file-info for tar-mode buffers.
8223         (package-install-file): Simplify accordingly.
8224         (package-archive-base): Change to take a pkg-desc.
8225         * tar-mode.el (tar--check-descriptor): New function, extracted from
8226         tar-get-descriptor.
8227         (tar-get-descriptor): Use it.
8228         (tar-get-file-descriptor): New function.
8229         (tar--extract): New function, extracted from tar-extract.
8230         (tar--extract): Use it.
8231         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8232         case the summary uses non-ascii.  Adjust to new calling convention of
8233         package-tar-file-info.
8235 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8237         * comint.el (comint-redirect-results-list-from-process):
8238         Fix random delay.  (Bug#14681)
8240 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8242         * profiler.el (profiler-format-number): Use log, not log10.
8244 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8246         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8248 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8250         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8251         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8252         yet available.
8253         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8254         (AUTOGENEL): ... here.
8255         * emacs-lisp/cl-macs.el (cl--sublis): New function.
8256         (cl--defsubst-expand): Use it.
8258 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8260         * subr.el (log10): Move here from C code, and declare as obsolete.
8261         All uses of (log10 X) replaced with (log X 10).
8263 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8265         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8266         Declare with `defvar-local'.
8267         (tabulated-list-use-header-line, tabulated-list-entries)
8268         (tabulated-list-padding, tabulated-list-printer)
8269         (tabulated-list-sort-key): Declare with `defvar-local'.
8270         (tabulated-list-init-header, tabulated-list-print-fake-header):
8271         Use `setq-local'.
8273 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
8275         * arc-mode.el (archive-mode): Add `archive-write-file' to
8276         `write-contents-functions' also for remote files.  (Bug#14652)
8278 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8280         * cus-edit.el (custom-commands): Fix typos.
8281         (custom-display): Fix tooltip text.
8282         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8283         Fix typos in docstrings.
8284         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8285         (custom-unlispify-menu-entry, custom-magic-value-create)
8286         (custom-add-see-also, custom-group-value-create): Use ?\s.
8287         (custom-guess-type, customize-apropos, editable-field)
8288         (custom-face-value-create): Use `string-match-p'.
8289         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8291         * custom.el (custom-load-symbol): Use `string-match-p'.
8293         * ansi-color.el: Convert to lexical binding.
8294         (ansi-colors): Fix URL.
8295         (ansi-color-context, ansi-color-context-region): Use defvar-local.
8296         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8297         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8299 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8301         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8303         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8305 2013-06-19  Tom Tromey  <tromey@redhat.com>
8307         * net/eww.el (eww-top-url): Remove.
8308         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8309         (eww-render): Set new variables.  Don't set eww-top-url.
8310         (eww-handle-link): Handle "prev", "home", and "contents".
8311         Downcase the rel text.
8312         (eww-top-url): Choose best top URL.
8314 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316         * net/eww.el: Rewrite to implement form elements "by hand" instead of
8317         relying in widget.el.  Using widget.el leads to too many
8318         user interface inconsistencies.
8319         (eww-self-insert): Implement entering commands in text fields.
8320         (eww-process-text-input): New function to make text input field editing
8321         work.
8322         (eww-submit): Rewrite to use the new-style form methods.
8323         (eww-select-display): Display the correct selected item.
8324         (eww-change-select): Implement changing the select value.
8325         (eww-toggle-checkbox): Implement radio/checkboxes.
8326         (eww-update-field): Fix compilation error.
8327         (eww-tag-textarea): Implement <textarea>.
8329         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8330         we don't shadow mode-specific bindings.
8332         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8333         nothing to push.
8335         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8337 2013-06-19  Glenn Morris  <rgm@gnu.org>
8339         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8341 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8343         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8344         not needed.
8346         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8348 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8350         * net/browse-url.el (browse-url-browser-function):
8351         `eww-browse-url' has the right calling signature, `eww' does not.
8353 2013-06-19  Glenn Morris  <rgm@gnu.org>
8355         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8356         Only eval autoloaded macros.
8357         (byte-compile-autoload): Only give the macro warning for macros.
8359         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8360         (ps-underlined-faces): Declare.
8362         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8363         (speedbar-add-supported-extension): Declare.
8365         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8366         Don't include a date stamp in the header of the generated file;
8367         it leads to needless differences between output files.
8369 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8371         * net/secrets.el (secrets-struct-secret-content-type):
8372         Replace check of introspection data by a test call of "CreateItem".
8373         Some servers do not offer introspection.
8375 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8377         * electric.el (electric-pair-mode): Improve interaction with
8378         electric-layout-mode.
8379         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8380         (electric-pair-syntax): Use text-mode-syntax-table in comments
8381         and strings.
8382         (electric-pair--insert): New function.
8383         (electric-pair-post-self-insert-function): Use it and
8384         electric--after-char-pos.
8386 2013-06-19  Leo Liu  <sdl.web@gmail.com>
8388         * progmodes/octave.el (octave-help): Fix regexp.
8390 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8392         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8393         (shr-table-horizontal-line): Allow nil as a value, and change the
8394         default.
8395         (shr-insert-table-ruler): Respect the nil value.
8397 2013-06-18  Tom Tromey  <tromey@barimba>
8399         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8400         New defvars.
8401         (eww-open-file): New defun.
8402         (eww-render): Initialize new variables.
8403         (eww-display-html): Handle "link" and "a".
8404         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8405         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
8406         (eww-back-url): Rename from eww-previous-url.
8407         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8408         New defuns.
8410 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
8412         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8413         Distinguish ternary operator tokens from slash symbol and slash
8414         char literal.
8416 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8418         Convert symbol prettification into minor mode and global minor mode.
8420         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8421         `prog-prettify-symbols', and make a local defvar instead of defcustom.
8422         (prettify-symbols--keywords): Rename from
8423         `prog-prettify-symbols-alist' and make a local defvar.
8424         (prettify-symbols--compose-symbol): Rename from
8425         `prog--prettify-font-lock-compose-symbol'.
8426         (prettify-symbols--make-keywords): Rename from
8427         `prog-prettify-font-lock-symbols-keywords' and simplify.
8428         (prog-prettify-install): Remove.
8429         (prettify-symbols-mode): New minor mode, based on
8430         `prog-prettify-install'.
8431         (turn-on-prettify-symbols-mode): New function.
8432         (global-prettify-symbols-mode): New globalized minor mode.
8434         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8435         * progmodes/cfengine.el (cfengine3-mode):
8436         * progmodes/perl-mode.el (perl-mode): Don't call
8437         `prog-prettify-install'; set `prettify-symbols-alist' instead.
8439 2013-06-18  Juri Linkov  <juri@jurta.org>
8441         * files-x.el (modify-file-local-variable-message): New function.
8442         (modify-file-local-variable)
8443         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8444         and call `modify-file-local-variable-message' when it's non-nil.
8445         (add-file-local-variable, delete-file-local-variable)
8446         (add-file-local-variable-prop-line)
8447         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8448         and use it.  (Bug#9820)
8450 2013-06-18  Juri Linkov  <juri@jurta.org>
8452         * emulation/vi.el (vi-shell-op):
8453         * emulation/vip.el (vip-execute-com, ex-command):
8454         * emulation/viper-cmd.el (viper-exec-bang):
8455         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8456         the call of `shell-command-on-region'.  (Bug#14637)
8458         * simple.el (shell-command-on-region): Doc fix.
8460 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8462         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8463         (bug#14633).
8465 2013-06-18  Glenn Morris  <rgm@gnu.org>
8467         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8469         * newcomment.el (comment-search-forward, comment-search-backward):
8470         Doc fix.  (Bug#14376)
8472 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8474         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8475         (buffer-face-mode-invoke): Doc fix.
8477 2013-06-18  Matthias Meulien  <orontee@gmail.com>
8479         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8480         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8482 2013-06-18  Glenn Morris  <rgm@gnu.org>
8484         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8485         Replace obsolete function generic-make-keywords with its expansion.
8487         * progmodes/python.el (ffap-alist): Declare.
8489         * textmodes/reftex.el (bibtex-mode-map): Declare.
8491 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8493         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8494         (package-unpack, package-unpack-single): Return the pkg-dir.
8495         (package-download-transaction): Use it to update package-alist.
8497 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8500         possible choice.
8502 2013-06-17  Juri Linkov  <juri@jurta.org>
8504         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8506 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8508         * emacs-lisp/package.el (package-load-descriptor):
8509         Remove `with-syntax-table' call, `read' doesn't need it.
8510         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8512 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8514         * startup.el (command-line): Expand package name returned by
8515         `package--description-file' (bug#14639).
8517 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8519         * emacs-lisp/package.el (package-load-descriptor): Do not call
8520         `emacs-lisp-mode', just use its syntax table.
8522 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8524         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8525         `font-lock-extra-managed-props' if any prettifying keyword is added.
8526         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8527         (prog-mode): Use `setq-local'.
8529 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8531         * international/characters.el (standard-case-table): Set syntax of ?»
8532         and ?« to punctuation.
8534 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
8536         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8537         Save relevant match data before calling `syntax-ppss' (bug#14595).
8539 2013-06-15  Juri Linkov  <juri@jurta.org>
8541         * files-x.el (modify-file-local-variable-prop-line): Add local
8542         variables to the end of the existing comment on the first line.
8543         Use `file-auto-mode-skip' to skip interpreter magic line,
8544         and also skip XML declaration.
8546 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8548         * startup.el (package--builtin-versions): New var.
8549         (package-subdirectory-regexp): Remove.
8550         (package--description-file): Hard code its value instead.
8552         * emacs-lisp/package.el: Don't activate packages older than builtin.
8553         (package-obsolete-list): Rename from package-obsolete-alist, and make
8554         it into a simple list of package-desc.
8555         (package-strip-version): Remove.
8556         (package-built-in-p): Use package--builtin-versions.
8557         (package-mark-obsolete): Simplify.
8558         (package-process-define-package): Mark it obsolete if older than the
8559         builtin version.
8560         (package-handle-response): Use line-end-position.
8561         (package-read-archive-contents, package--download-one-archive):
8562         Simplify.
8563         (package--add-to-archive-contents): Skip if older than the builtin or
8564         installed version.
8565         (package-menu-describe-package): Fix last change.
8566         (package-list-unversioned): New var.
8567         (package-menu--generate): Use it.
8569         * emacs-lisp/autoload.el: Manage package--builtin-versions.
8570         (autoload--insert-text, autoload--insert-cookie-text): New functions.
8571         (autoload-builtin-package-versions): New variable.
8572         (autoload-generate-file-autoloads): Use them.
8573         Remove the list of autoloaded functions/macros from the
8574         (autoload...) comments.
8576         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8578 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
8580         * simple.el (line-move-partial): Don't jump to the next screen
8581         line as soon as it becomes visible.  Instead, continue enlarging
8582         the vscroll until the portion of a tall screen line that's left on
8583         display is about the height of the frame's default font.
8584         (Bug#14567)
8586 2013-06-15  Glenn Morris  <rgm@gnu.org>
8588         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8589         compilation-error-regexp-alist void, or local while let-bound.
8591         * progmodes/make-mode.el (makefile-mode-syntax-table):
8592         Treat "=" as punctuation.  (Bug#14614)
8594 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
8596         * help-fns.el (describe-variable):
8597         Add extra line for permanent-local variables.
8599 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
8601         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8602         Add export, import, library.  (Bug#9164)
8603         (library): Set indent function.
8605 2013-06-14  Glenn Morris  <rgm@gnu.org>
8607         * term/xterm.el (xterm--query):
8608         Stop after first matching handler.  (Bug#14615)
8610 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
8612         Add support for dired in saveplace.
8613         * dired.el (dired-initial-position-hook): New variable.
8614         (dired-initial-position): Call hook to place cursor position.
8615         * saveplace.el (save-place-to-alist): Add dired position.
8616         (save-place-dired-hook): New function.
8618 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8620         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8621         through a symbol rather than letrec.
8623         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
8624         (package-desc): Add `dir' field.
8625         (package-desc-full-name): New function.
8626         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
8627         (package-maybe-load-descriptor): Remove.
8628         (package-load-all-descriptors): Just call package-load-descriptor.
8629         (package--disabled-p): New function.
8630         (package-desc-vers, package-desc-doc): Remove aliases.
8631         (package--dir): Remove function.
8632         (package-activate): Check if a package is disabled.
8633         (package-process-define-package): New function, extracted from
8634         define-package.
8635         (define-package): Turn into a place holder.
8636         (package-unpack-single, package-tar-file-info):
8637         Use package--description-file.
8638         (package-compute-transaction): Use package--disabled-p.
8639         (package-download-transaction): Don't call
8640         package-maybe-load-descriptor since they're all loaded anyway.
8641         (package-install): Change argument to be a pkg-desc.
8642         (package-delete): Use a single pkg-desc argument.
8643         (describe-package-1): Use package-desc-dir instead of package--dir.
8644         Use package-desc property instead of package-symbol.
8645         (package-install-button-action): Adjust accordingly.
8646         (package--push): Rewrite.
8647         (package-menu--print-info): Adjust accordingly.  Change the ID format
8648         to be a pkg-desc.
8649         (package-menu-describe-package, package-menu-get-status)
8650         (package-menu--find-upgrades, package-menu-mark-upgrades)
8651         (package-menu-execute, package-menu--name-predicate):
8652         Adjust accordingly.
8653         * startup.el (package--description-file): New function.
8654         (command-line): Use it.
8655         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8656         Use package-desc-version.
8658         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8659         (byte-compile-preprocess): Use it.
8660         (byte-compile-file-form-defalias): Try a bit harder to use macros we
8661         can't quite recognize.
8662         (byte-compile-add-to-list): Remove.
8663         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8664         (cconv-closure-convert): Add assertion.
8666         * emacs-lisp/map-ynp.el: Use lexical-binding.
8667         (map-y-or-n-p): Remove unused vars `tail' and `object'.
8668         Factor out some repeated code.
8670 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8672         * subr.el (with-eval-after-load): New macro.
8673         (eval-after-load): Allow form to be a function.
8674         take advantage of lexical-binding.
8675         (do-after-load-evaluation): Use dolist and adjust to new format.
8676         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8678 2013-06-13  Juri Linkov  <juri@jurta.org>
8680         * replace.el (perform-replace): Display "symbol " and other search
8681         modes from `isearch-message-prefix' in the *Help* buffer.
8683         * isearch.el (isearch-query-replace): Add " symbol" and other
8684         possible search modes from `isearch-message-prefix' to the prompt.
8685         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8686         when reading a regexp to collect.
8688 2013-06-13  Juri Linkov  <juri@jurta.org>
8690         * isearch.el (word-search-regexp): Match whitespace if the search
8691         string begins or ends in whitespace.  The LAX arg is applied to
8692         both ends of the search string.  Use `regexp-quote' and explicit
8693         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
8694         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8695         boundaries are replaced with symbol boundaries, and characters
8696         between symbols match non-word non-symbol syntax.  (Bug#14602)
8698 2013-06-13  Juri Linkov  <juri@jurta.org>
8700         * isearch.el (isearch-del-char): Don't exceed the length of
8701         `isearch-string' by the prefix arg.  (Bug#14563)
8703 2013-06-13  Juri Linkov  <juri@jurta.org>
8705         * isearch.el (isearch-yank-word, isearch-yank-line)
8706         (isearch-char-by-name, isearch-quote-char)
8707         (isearch-printing-char, isearch-process-search-char):
8708         Add optional count prefix arg.  (Bug#14563)
8710         * international/isearch-x.el
8711         (isearch-process-search-multibyte-characters):
8712         Add optional count prefix arg.
8714 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8716         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8717         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8718         lexical-binding.
8720 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
8722         * subr.el (set-temporary-overlay-map): Add on-exit argument.
8724 2013-06-13  Glenn Morris  <rgm@gnu.org>
8726         * startup.el (tty-handle-args):
8727         Don't just discard "--" and anything after.  (Bug#14608)
8729         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8731 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
8733         Implement changes in Secret Service API.  Make it backward compatible.
8734         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8735         (secrets-create-item): Use it.  Prefix properties with interface.
8737 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
8739         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
8740         (term-emulate-terminal): Respect term-suppress-hard-newline.
8742 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
8744         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8745         Only remove a `thumb-file' overlay.  (Bug#14548)
8747 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
8749         * mail/reporter.el (reporter-submit-bug-report):
8750         Handle missing package-name.  (Bug#14600)
8752 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8754         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8755         (reftex-citation-prompt, reftex-default-bibliography)
8756         (reftex-bib-or-thebib, reftex-get-bibfile-list)
8757         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8758         (reftex-bib-sort-author, reftex-bib-sort-year)
8759         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8760         (reftex-extract-bib-entries-from-thebibliography)
8761         (reftex-get-bibkey-default, reftex-get-bib-names)
8762         (reftex-parse-bibtex-entry, reftex-get-bib-field)
8763         (reftex-format-bib-entry, reftex-parse-bibitem)
8764         (reftex-format-bibitem, reftex-do-citation)
8765         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8766         (reftex-restrict-bib-matches, reftex-extract-bib-file)
8767         (reftex-insert-bib-matches, reftex-format-citation)
8768         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8769         (reftex-create-bibtex-file): Add docstrings, mostly by converting
8770         existing comments into docstrings.
8772 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8774         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8776 2013-06-12  Andreas Schwab  <schwab@suse.de>
8778         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8779         for auto-save files.
8781 2013-06-12  Glenn Morris  <rgm@gnu.org>
8783         * ido.el (ido-delete-ignored-files): Remove.
8784         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8785         Go back to calling ido-ignore-item-p directly.
8787 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
8789         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8791         * ido.el (ido-delete-ignored-files): New function,
8792         split from ido-make-file-list-1.
8793         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
8794         (ido-make-file-list-1): Use ido-delete-ignored-files.
8796 2013-06-12  Leo Liu  <sdl.web@gmail.com>
8798         * progmodes/octave.el (inferior-octave-startup)
8799         (inferior-octave-completion-table)
8800         (inferior-octave-track-window-width-change)
8801         (octave-eldoc-function-signatures, octave-help)
8802         (octave-find-definition): Use single quoted strings.
8803         (inferior-octave-startup-args): Change default value.
8804         (inferior-octave-startup): Do not hard code "-i" and
8805         "--no-line-editing".
8806         (inferior-octave-resync-dirs): Add optional arg NOERROR.
8807         (inferior-octave-directory-tracker): Use it.
8808         (octave-goto-function-definition): Robustify.
8809         (octave-help): Support highlighting operators in 'See also'.
8810         (octave-find-definition): Find subfunctions only in Octave mode.
8812 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8814         * help-fns.el (help-fns--compiler-macro): If the handler function is
8815         named, then put a link to it.
8816         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8817         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8818         (cl-typep): Use it.
8819         (cl-eval-when): Simplify debug spec.
8820         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
8821         compiler-macro function instead of setting `compiler-macro-file'.
8823 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8825         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8826         * vc/vc-hooks.el (vc-stay-local): Doc fix.
8828 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8829             Daniel Hackney  <dan@haxney.org>
8831         First part of Daniel Hackney's patch to package.el.
8832         * emacs-lisp/package.el: Use defstruct.
8833         (package-desc): New, main struct.
8834         (package--bi-desc, package--ac-desc): New structs, used to describe the
8835         format in external files.
8836         (package-desc-vers): Replace with package-desc-version accessor.
8837         (package-desc-doc): Replace with package-desc-summary accessor.
8838         (package-activate-1): Remove `package' arg since the pkg-vec now
8839         includes the name.
8840         (define-package): Use package-desc-from-define.
8841         (package-unpack-single): Change file-name arg to be a symbol.
8842         (package--add-to-archive-contents): Use package-desc-create and new
8843         accessor functions to package--ac-desc.
8844         (package-buffer-info, package-tar-file-info): Return a package-desc.
8845         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
8846         arg to be a package-desc.
8847         (package-install-file): Adjust accordingly.  Use \' to match EOS.
8848         (package--from-builtin): New function.
8849         (describe-package-1, package-menu--generate): Use it.
8850         (package--make-autoloads-and-compile): Change name arg to be a symbol.
8851         (package-generate-autoloads): Idem and return the name of the file.
8852         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8853         Change pkg-info arg to be a package-desc.
8854         Use package-make-ac-desc.
8855         (package-upload-file): Use \' to match EOS.
8856         * finder.el (finder-compile-keywords): Use package-make-builtin.
8858 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8860         * vc/vc.el (vc-deduce-fileset): Change error message.
8861         (vc-read-backend): New function.
8862         (vc-next-action): Use it.
8864         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8866         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8867         (prolog-font-lock-keywords): Use regexp-opt instead.
8868         Don't manually highlight strings.
8869         (prolog-mode-variables): Simplify comment-start-skip.
8870         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
8872         * emacs-lisp/generic.el (generic--normalise-comments)
8873         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8874         (generic-mode-set-comments): Use them.
8875         (generic-bracket-support): Use setq-local.
8876         (generic-make-keywords-list): Declare obsolete.
8878 2013-06-11  Glenn Morris  <rgm@gnu.org>
8880         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8881         Prettify after setting font-lock-defaults.  (Bug#14574)
8883 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
8885         * replace.el (query-replace, occur-read-regexp-defaults-function)
8886         (replace-search):
8887         * subr.el (declare-function, number-sequence, local-set-key)
8888         (substitute-key-definition, locate-user-emacs-file)
8889         (with-silent-modifications, split-string, eval-after-load):
8890         Fix typos, remove unneeded backslashes and reflow some docstrings.
8892 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8895         default for Elisp files.
8897 2013-06-11  Glenn Morris  <rgm@gnu.org>
8899         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8900         although define-derived-mode was doing this anyway.  (Bug#14583)
8902 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
8904         * allout.el (allout-encryption-plaintext-sanitization-regexps):
8905         Fix make-variable-buffer-local call to refer to the correct variable.
8907 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
8909         * eshell/em-term.el (eshell-visual-commands)
8910         (eshell-visual-subcommands, eshell-visual-options):
8911         Add summary line to docstrings.  Add cross-references.
8913 2013-06-10  Glenn Morris  <rgm@gnu.org>
8915         * epa.el (epa-read-file-name): New function.  (Bug#14510)
8916         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
8918 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8920         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8921         output redirection to be ignored with visual commands.
8923 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8925         * eshell/em-term.el (eshell-visual-command-p): New function.
8926         (eshell-term-initialize): Move long lambda to separate function
8927         eshell-visual-command-p.
8928         * eshell/em-dirs.el (eshell-dirs-initialise):
8929         * eshell/em-script.el (eshell-script-initialize):
8930         Add missing #' to lambda.
8932 2013-06-08  Leo Liu  <sdl.web@gmail.com>
8934         * progmodes/octave.el (octave-add-log-current-defun): New function.
8935         (octave-mode): Set add-log-current-defun-function.
8936         (octave-goto-function-definition): Do not move point if not found.
8937         (octave-find-definition): Enhance to try subfunctions first.
8939 2013-06-08  Glenn Morris  <rgm@gnu.org>
8941         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8942         (byte-compile-backward-char, byte-compile-backward-word):
8943         Improve previous change, to handle non-explicit nil.
8945 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8947         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8948         (smie--opener/closer-at-point): New function.
8949         (smie--matching-block-data): Use it.  Don't match from right after an
8950         opener or right before a closer.  Obey smie-blink-matching-inners.
8951         Don't signal a mismatch for repeated inners like "switch..case..case".
8953 2013-06-07  Leo Liu  <sdl.web@gmail.com>
8955         * progmodes/octave.el (octave-mode): Set comment-use-global-state
8956         to t.  (Bug#14303)
8957         (octave-function-header-regexp): Fix.  (Bug#14570)
8958         (octave-help-mode-finish-hook, octave-help-mode-finish):
8959         Remove.  Just use temp-buffer-show-hook.
8961         * newcomment.el (comment-search-backward): Revert last change.
8962         (Bug#14434)
8964         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8966 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
8968         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8969         through xargs, to avoid failure due to MS-Windows limitations on
8970         command-line length.
8972 2013-06-06  Glenn Morris  <rgm@gnu.org>
8974         * font-lock.el (lisp-font-lock-keywords-2):
8975         Treat user-error like error.
8977         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8978         (byte-compile-backward-char, byte-compile-backward-word):
8979         Handle explicit nil arguments.  (Bug#14565)
8981 2013-06-05  Alan Mackenzie  <acm@muc.de>
8983         * isearch.el (isearch-allow-prefix): New user option.
8984         (isearch-other-meta-char): Don't exit isearch when a prefix
8985         argument is typed whilst `isearch-allow-prefix' is non-nil.
8986         (Bug#9706)
8988 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8990         * autorevert.el (auto-revert-notify-handler): Use memq.
8991         Hide assertion failure.
8993         * skeleton.el: Use cl-lib.
8994         (skeleton-further-elements): Use defvar-local.
8995         (skeleton-insert): Use cl-progv.
8997 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8999         * progmodes/prog-mode.el (prog-prettify-symbols)
9000         (prog-prettify-install): Update docstrings.
9002 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9004         * simple.el: Move all the prog-mode code to prog-mode.el.
9005         * progmodes/prog-mode.el: New file.
9006         * loadup.el: Add prog-mode.el.
9008 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9010         * simple.el (prog-prettify-symbols): Add version.
9011         (prog-prettify-install): Add convenience function to prettify symbols.
9013         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9014         (perl--augmented-font-lock-keywords-1)
9015         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9016         variables and use it.
9018         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9019         (cfengine3-mode): Remove unneeded variable and use it.
9021         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9022         (lisp--augmented-font-lock-keywords-1)
9023         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9024         Remove unneeded variables and use it.
9026 2013-06-05  João Távora  <joaotavora@gmail.com>
9028         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9029         to point when opening the connection.  (Bug#14380)
9031 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9033         * subr.el (load-history-regexp, load-history-filename-element)
9034         (eval-after-load, after-load-functions, do-after-load-evaluation)
9035         (eval-next-after-load, display-delayed-warnings)
9036         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9037         definition of save-match-data.
9038         (overriding-local-map): Remove accidental obsolescence declaration.
9040         * emacs-lisp/edebug.el (edebug-result): Move before first use.
9042 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9044         Generalize symbol prettify support to prog-mode and implement it
9045         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9046         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9047         (prog--prettify-font-lock-compose-symbol)
9048         (prog-prettify-font-lock-symbols-keywords): New variables and
9049         functions to support symbol prettification.
9050         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9051         (lisp--augmented-font-lock-keywords-1)
9052         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9053         (lisp--prettify-symbols-alist): Implement prettify of lambda.
9054         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9055         (cfengine3--prettify-symbols-alist, cfengine3-mode):
9056         Implement prettify of -> => :: strings.
9057         * progmodes/perl-mode.el (perl-prettify-symbols)
9058         (perl--font-lock-compose-symbol)
9059         (perl--font-lock-symbols-keywords): Move to prog-mode.
9060         (perl--prettify-symbols-alist): Prettify -> => :: strings.
9061         (perl-font-lock-keywords-1)
9062         (perl-font-lock-keywords-2): Remove explicit prettify support.
9063         (perl--augmented-font-lock-keywords)
9064         (perl--augmented-font-lock-keywords-1)
9065         (perl--augmented-font-lock-keywords-2, perl-mode):
9066         Implement prettify support.
9068 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9070         Re-implement smie matching block highlight using
9071         show-paren-data-function.  (Bug#14395)
9072         * emacs-lisp/smie.el (smie-matching-block-highlight)
9073         (smie--highlight-matching-block-overlay)
9074         (smie--highlight-matching-block-lastpos)
9075         (smie-highlight-matching-block)
9076         (smie-highlight-matching-block-mode): Remove.
9077         (smie--matching-block-data-cache): New variable.
9078         (smie--matching-block-data): New function.
9079         (smie-setup): Use smie--matching-block-data for
9080         show-paren-data-function.
9082         * progmodes/octave.el (octave-mode-menu): Fix.
9083         (octave-find-definition): Skip garbage lines.
9085 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9087         Fix compilation error with simultaneous dynamic+lexical scoping.
9088         Add warning when a defvar appears after the first let-binding.
9089         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9090         (byte-compile-close-variables): Initialize it.
9091         (byte-compile--declare-var): New function.
9092         (byte-compile-file-form-defvar)
9093         (byte-compile-file-form-define-abbrev-table)
9094         (byte-compile-file-form-custom-declare-variable): Use it.
9095         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
9096         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9097         (byte-compile-bind): Handle dynamic bindings that shadow
9098         lexical bindings.
9099         (byte-compile-unbind): Make arg non-optional.
9100         (byte-compile-let): Simplify.
9101         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9102         (cconv--analyse-function, cconv-analyse-form): Populate it.
9103         Protect byte-compile-bound-variables to limit the scope of defvars.
9104         (cconv-analyse-form): Add missing rule for (defvar <foo>).
9105         Remove unneeded rule for `declare'.
9107         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9108         so as to avoid depending on cl-adjoin at run-time.
9109         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9111         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9112         (macroexp--warn-and-return): Use it.
9114 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * lisp/subr.el: Convert to lexical binding.
9117         (overriding-local-map): Make obsolete.
9118         (add-to-list): Doc fix.  Add compiler macro.
9119         (read-key): Swap values of local maps.
9121 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9123         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9125 2013-06-04  Leo Liu  <sdl.web@gmail.com>
9127         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9128         (compilation-auto-jump): Suppress the "Mark set" message to give
9129         way to exit message.
9131 2013-06-04  Alan Mackenzie  <acm@muc.de>
9133         Remove faulty optimisation from indentation calculation.
9134         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9135         search limit based on 2000 characters back from indent-point.
9137 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9139         * eshell/em-term.el (cl-lib): Require `cl-lib'.
9141 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * emacs-lisp/lisp.el: Use lexical-binding.
9144         (lisp--local-variables-1, lisp--local-variables): New functions.
9145         (lisp--local-variables-completion-table): New var.
9146         (lisp-completion-at-point): Use it complete let-bound vars.
9148         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9149         eagerly (bug#14422).
9151 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
9153         * autorevert.el (auto-revert-notify-enabled)
9154         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9155         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9156         (auto-revert-notify-handler): Handle also gfilenotify.
9158         * subr.el (file-notify-handle-event): New defun.  Replacing ...
9159         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9160         Remove.
9162 2013-06-03  Juri Linkov  <juri@jurta.org>
9164         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9165         `M-s h .'.  (Bug#14427)
9167         * hi-lock.el (highlight-symbol-at-point): New alias for the new
9168         command `hi-lock-face-symbol-at-point'.
9169         (hi-lock-face-symbol-at-point): New command.
9170         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9171         (hi-lock-menu): Add `highlight-symbol-at-point'.
9172         (hi-lock-mode): Doc fix.
9174         * isearch.el (isearch-forward-symbol-at-point): New command.
9175         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9176         (isearch-highlight-regexp): Add a regexp which matches
9177         words/symbols for word/symbol mode.
9179         * subr.el (find-tag-default-bounds): New function with the body
9180         mostly moved from `find-tag-default'.
9181         (find-tag-default): Move most code to `find-tag-default-bounds',
9182         call it and apply `buffer-substring-no-properties' afterwards.
9184 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9186         * eshell/em-term.el (eshell-term-initialize):
9187         Use `cl-intersection' rather than `intersection'.
9189 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
9191         * vc/log-view.el: Doc fix.
9192         (log-view-mode-map): Copy keymap from `special-mode-map'.
9194 2013-06-02  Eric Ludlam  <zappo@gnu.org>
9196         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9197         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9198         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9199         (eieio-unbound, eieio-default-superclass)
9200         (eieio--define-field-accessors, method-static, method-before)
9201         (method-primary, method-after, method-num-lists)
9202         (method-generic-before, method-generic-primary)
9203         (method-generic-after, method-num-slots)
9204         (eieio-specialized-key-to-generic-key)
9205         (eieio--check-type, class-v, class-p)
9206         (eieio-class-name, define-obsolete-function-alias)
9207         (eieio-class-parents-fast, eieio-class-children-fast)
9208         (same-class-fast-p, class-constructor, generic-p)
9209         (generic-primary-only-p, generic-primary-only-one-p)
9210         (class-option-assoc, class-option, eieio-object-p)
9211         (class-abstract-p, class-method-invocation-order)
9212         (eieio-defclass-autoload-map, eieio-defclass-autoload)
9213         (eieio-class-un-autoload, eieio-defclass)
9214         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9215         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9216         (eieio--defgeneric-init-form, eieio-defgeneric-form)
9217         (eieio-defgeneric-reset-generic-form)
9218         (eieio-defgeneric-form-primary-only)
9219         (eieio-defgeneric-reset-generic-form-primary-only)
9220         (eieio-defgeneric-form-primary-only-one)
9221         (eieio-defgeneric-reset-generic-form-primary-only-one)
9222         (eieio-unbind-method-implementations)
9223         (eieio--defmethod, eieio--typep)
9224         (eieio-perform-slot-validation, eieio-validate-slot-value)
9225         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9226         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9227         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9228         (eieio-slot-name-index, eieio-class-slot-name-index)
9229         (eieio-set-defaults, eieio-initarg-to-attribute)
9230         (eieio-attribute-to-initarg, eieio-c3-candidate)
9231         (eieio-c3-merge-lists, eieio-class-precedence-c3)
9232         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9233         (eieio-class-precedence-list, eieio-generic-call-methodname)
9234         (eieio-generic-call-arglst, eieio-generic-call-key)
9235         (eieio-generic-call-next-method-list)
9236         (eieio-pre-method-execution-functions, eieio-generic-call)
9237         (eieio-generic-call-primary-only, eieiomt-method-list)
9238         (eieiomt-optimizing-obarray, eieiomt-install)
9239         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9240         (eieio-generic-form, eieio-defmethod, make-obsolete)
9241         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9242         (defclass): Remove `eval-and-compile' from macro.
9243         (call-next-method, shared-initialize): Instead of using
9244         `scoped-class' variable, use new eieio--scoped-class, and
9245         eieio--with-scoped-class.
9246         (initialize-instance): Rename local variable 'scoped-class' to
9247         'this-class' to remove ambiguitity from old global.
9249         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
9250         eieio.el.
9251         (eieio--scoped-class-stack): New variable.
9252         (eieio--scoped-class): New fcn.
9253         (eieio--with-scoped-class): New scoping macro.
9254         (eieio-defclass): Use pushnew instead of add-to-list.
9255         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9256         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9257         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9258         `scoped-class' variable, use new eieio--scoped-class, and
9259         eieio--with-scoped-class.
9261         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9263 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
9265         * eshell/esh-ext.el (eshell-external-command): Pass args to
9266         `eshell-find-interpreter'.
9267         (eshell-find-interpreter): Add new second parameter ARGS.
9269         * eshell/em-script.el (eshell-script-initialize): Add second arg
9270         to the function added as MATCH to `eshell-interpreter-alist'.
9272         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9273         the function added as MATCH to `eshell-interpreter-alist'.
9275         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9276         (eshell-visual-options): New defcustom.
9277         (eshell-escape-control-x): Adapt docstring.
9278         (eshell-term-initialize): Test `eshell-visual-subcommands' and
9279         `eshell-visual-options' in addition to `eshell-visual-commands'.
9280         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9282 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9284         * progmodes/python.el (python-indent-block-enders): Add break,
9285         continue and raise keywords.
9287 2013-06-01  Glenn Morris  <rgm@gnu.org>
9289         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9291         Plain (f)boundp silences compilation warnings since Emacs 22.1.
9292         * progmodes/cc-cmds.el (delete-forward-p):
9293         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9294         * progmodes/cc-engine.el (buffer-syntactic-context):
9295         * progmodes/cc-fonts.el (face-property-instance):
9296         * progmodes/cc-mode.el (set-keymap-parents):
9297         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9298         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9299         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9300         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9301         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9303         * progmodes/cc-vars.el (other): Emacs has this widget since
9304         at least 21.1, so don't (re)define it.
9306         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9307         Replace the obsolete alias pcomplete-arg-quote-list.
9309 2013-06-01  Leo Liu  <sdl.web@gmail.com>
9311         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9312         punctuation syntax.
9313         (inferior-octave-minimal-columns)
9314         (inferior-octave-last-column-width): New variables.
9315         (inferior-octave-track-window-width-change): New function.
9316         (inferior-octave-mode): Adjust column width so that Octave output,
9317         for example from 'ls', can fit into the window nicely.
9319 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9321         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9322         Highlight expansions inside regexp literals.
9324 2013-05-31  Glenn Morris  <rgm@gnu.org>
9326         * obsolete/sym-comp.el (symbol-complete):
9327         Replace obsolete completion-annotate-function.
9329         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9331 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9333         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9334         New function, checks if point is inside a literal that allows
9335         expression expansion.
9336         (ruby-syntax-propertize-expansion): Use it.
9337         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9338         around the body.
9340 2013-05-30  Juri Linkov  <juri@jurta.org>
9342         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9343         to "\M-si".
9344         (isearch-invisible): New variable.
9345         (isearch-forward): Doc fix.
9346         (isearch-mode): Set `isearch-invisible'
9347         to the value of `search-invisible'.
9348         (isearch-toggle-case-fold): Doc fix.
9349         (isearch-toggle-invisible): New command.
9350         (isearch-query-replace): Let-bind `search-invisible'
9351         to the value of `isearch-invisible'.
9352         (isearch-search): Use `isearch-invisible' instead of
9353         `search-invisible'.  Let-bind `search-invisible'
9354         to the value of `isearch-invisible'.  (Bug#11378)
9356 2013-05-30  Juri Linkov  <juri@jurta.org>
9358         * replace.el (perform-replace): Avoid `isearch-range-invisible'
9359         call when `query-flag' is nil and `search-invisible' is non-nil.
9360         (Bug#11746)
9362 2013-05-30  Glenn Morris  <rgm@gnu.org>
9364         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9366         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9367         (cc-require): Suppress spurious "noruntime" warnings.
9368         (cc-require-when-compile): Use fboundp, for sake of compiler.
9370         * progmodes/cc-mode.el: Move load of cc-vars before that of
9371         cc-langs (which in turn loads cc-vars), to quieten compiler.
9373 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * paren.el: Simplify the code.
9376         (show-paren-mode): Always start the timer.
9377         (show-paren--idle-timer): Rename from show-paren-idle-timer.
9378         (show-paren--overlay, show-paren--overlay-1): Rename from
9379         show-paren-overlay and show-paren-overlay-1, and initialize to an
9380         overlay rather than to nil.
9381         (show-paren-function): Misc cleanup and simplifications.
9383 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * paren.el (show-paren-data-function): New hook.
9386         (show-paren--default): New function, extracted from show-paren-function.
9387         (show-paren-function): Use show-paren-data-function.
9389 2013-05-30  Glenn Morris  <rgm@gnu.org>
9391         * ielm.el (ielm-map, ielm-complete-symbol):
9392         Use completion-at-point rather than obsolete functions.
9393         (inferior-emacs-lisp-mode): Doc fix.
9394         Set completion-at-point-functions, rather than
9395         comint-dynamic-complete-functions.
9397         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9398         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9399         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9401         * image.el (image-animated-p): Tweak definition.
9403         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9404         (rlogin-process-connection-type): Tweak default.  Add set-after.
9405         (rlogin-host): Doc fix.
9406         (rlogin): Tweak prompt.
9407         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9409         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9410         * progmodes/tcl.el (inferior-tcl-mode-map):
9411         Use completion-at-point rather than obsolete alias.
9413         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9415         * minibuffer.el (read-file-name-completion-ignore-case):
9416         Move before completion--in-region, for eager macro expansion.
9418 2013-05-29  Juri Linkov  <juri@jurta.org>
9420         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9421         for total count of matching lines.  Add `global-matches' for total
9422         count of matches.  Rename `matches' to `lines' for count of
9423         matching lines.  Add `matches' for count of matches.
9424         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
9425         to `prev-line' for line number of prev match endpt.
9426         Increment `matches' for every match.  Print the number of
9427         matching lines in the header.
9428         (occur-context-lines): Rename `lines' to `curr-line'.
9429         Rename `prev-lines' to `prev-line'.  (Bug#14017)
9431 2013-05-29  Juri Linkov  <juri@jurta.org>
9433         * replace.el (perform-replace): Add `skip-read-only-count',
9434         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9435         Increment them for corresponding conditions and report the number
9436         of skipped occurrences in the final message.  (Bug#11746)
9437         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9438         (replace-string, replace-regexp): Doc fix.
9440 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9442         * emacs-lisp/trace.el (trace--read-args): Provide a default.
9444         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9445         prog-mode-map (bug#14504).
9447 2013-05-29  Leo Liu  <sdl.web@gmail.com>
9449         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9450         (octave-help): Small simplification.
9452         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9453         off the highlight first.
9455 2013-05-29  Glenn Morris  <rgm@gnu.org>
9457         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9458         Handle idlwave-last-system-routine-info-cons-cell being nil.
9460         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9461         (idlwave-write-paths): Simplify via with-temp-buffer.
9463         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9464         * emulation/cua-rect.el: Also load cua-base at run time.
9466         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9467         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9468         (cperl-imenu-on-info): Require imenu.
9470 2013-05-28  Alan Mackenzie  <acm@muc.de>
9472         Handle "capitalised keywords" correctly.
9473         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9475 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
9477         * eshell/em-unix.el: Add -r option to cp.
9479 2013-05-28  Glenn Morris  <rgm@gnu.org>
9481         * vc/vc-arch.el (vc-exec-after): Declare.
9482         (vc-switches): Autoload.
9483         * vc/vc-bzr.el: No need to require vc when compiling.
9484         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9485         (vc-resynch-buffer, vc-dir-refresh): Declare.
9486         (vc-setup-buffer, vc-switches): Autoload.
9487         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9488         (vc-resynch-buffer): Declare.
9489         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9490         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9491         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9492         (grep-read-regexp, grep-read-files, grep-expand-template)
9493         (vc-dir-refresh): Declare.
9494         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9495         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9496         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9497         * vc/vc-mtn.el (vc-exec-after): Declare.
9498         (vc-switches): Autoload.
9499         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9500         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9501         (vc-file-tree-walk): Declare.
9502         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9503         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9504         (vc-tag-precondition, vc-rename-master): Autoload.
9505         * vc/vc-svn.el (vc-exec-after): Declare.
9506         (vc-switches, vc-setup-buffer): Autoload.
9507         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9508         Autoload.
9509         (vc-resynch-buffer): Declare.
9511         * obsolete/fast-lock.el (byte-compile-warnings):
9512         Don't warn about obsolete features in this obsolete file.
9514         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9515         Move definition before use.
9517         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9518         (dun-unix-verbs): Remove dun-zippy.
9519         (dun-zippy): Remove function.
9521         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9523 2013-05-27  Juri Linkov  <juri@jurta.org>
9525         * replace.el (replace-search): New function with code moved out
9526         from `perform-replace'.
9527         (replace-highlight, replace-dehighlight): Move function definitions
9528         up closer to `replace-search'.  (Bug#11746)
9530 2013-05-27  Juri Linkov  <juri@jurta.org>
9532         * replace.el (perform-replace): Ignore invisible matches.
9533         In addition to checking `query-replace-skip-read-only', also
9534         filter out matches by calling `run-hook-with-args-until-failure'
9535         on `isearch-filter-predicates', and also check `search-invisible'
9536         for t or call `isearch-range-invisible'.
9537         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
9539 2013-05-27  Juri Linkov  <juri@jurta.org>
9541         * isearch.el (isearch-filter-predicates): Rename from
9542         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
9543         (isearch-message-prefix): Display text from the property
9544         `isearch-message-prefix' of the currently active filters.
9545         (isearch-search): Don't compare `isearch-filter-predicate' with
9546         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
9547         on `isearch-filter-predicates'.  Also check `search-invisible' for t
9548         or call `isearch-range-invisible'.
9549         (isearch-filter-visible): Make obsolete.
9550         (isearch-lazy-highlight-search):
9551         Call `run-hook-with-args-until-failure' on
9552         `isearch-filter-predicates' and use `isearch-range-invisible'.
9554         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9555         `isearch-filter-predicates' instead of `funcall'ing
9556         `isearch-filter-predicate'.
9557         (Info-mode): Set `Info-isearch-filter' to
9558         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9560         * dired-aux.el (dired-isearch-filter-predicate-orig):
9561         Remove variable.
9562         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9563         (dired-isearch-filenames-end): Add and remove
9564         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9565         instead of changing the value of `isearch-filter-predicate'.
9566         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9567         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9568         Put property `isearch-message-prefix' to "filename " on
9569         `dired-isearch-filter-filenames'.
9571         * wdired.el (wdired-change-to-wdired-mode):
9572         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9573         locally instead of changing `isearch-filter-predicate'.
9574         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9576 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
9578         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9579         return the commit hash (Bug#14459).  Also set the
9580         `vc-git-detached' property.
9581         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9582         (vc-git-mode-line-string): Use the same help-echo format whether
9583         in detached mode or not, because we know the actual revision now.
9584         When in detached mode, shorten the revision to 7 chars.
9586 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9588         * emacs-lisp/easy-mmode.el (define-minor-mode):
9589         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9590         mode hook and provide a docstring.
9592 2013-05-27  Alan Mackenzie  <acm@muc.de>
9594         Remove spurious syntax-table text properties inserted by C-y.
9595         * progmodes/cc-mode.el (c-after-change): Also clear hard
9596         syntax-table property with value nil.
9598 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
9600         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9601         when reading the events; the buffer layout shall not be changed.
9603 2013-05-27  Leo Liu  <sdl.web@gmail.com>
9605         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9606         New variable.
9607         (inferior-octave-directory-tracker): Automatically re-sync
9608         default-directory.
9609         (octave-help): Improve handling of 'See also'.
9611 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9613         * doc-view.el: Minor naming convention tweaks.
9614         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9616         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9617         even if there's no `display' property yet (bug#14435).
9619 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
9621         * subr.el (unmsys--file-name): Rename from reveal-filename.
9623         * Makefile.in (custom-deps, finder-data, autoloads)
9624         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9625         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9626         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9628 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9630         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9631         error-completion on the first 2 args of condition-case (bug#14446).
9632         Don't burp at EOB.
9634 2013-05-25  Leo Liu  <sdl.web@gmail.com>
9636         * comint.el (comint-previous-matching-input): Do not flood the
9637         *Messages* buffer with trivial messages.
9639 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9641         * progmodes/flymake.el (flymake-nop): Don't return a string.
9642         (flymake-set-at): Fix typo.
9644         * simple.el (read--expression): New function, extracted from
9645         eval-expression.  Set completion-at-point-functions (bug#14465).
9646         (eval-expression, eval-minibuffer): Use it.
9648 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
9650         * progmodes/flymake.el (flymake-save-buffer-in-file)
9651         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9652         (flymake-selected-frame, flymake-log, flymake-ins-after)
9653         (flymake-set-at, flymake-get-buildfile-from-cache)
9654         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9655         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9656         Refine the doc string.
9657         (flymake-get-file-name-mode-and-masks): Reformat.
9658         (flymake-get-real-file-name-function): Fix a minor bug.
9660 2013-05-24  Juri Linkov  <juri@jurta.org>
9662         * progmodes/grep.el (grep-mode-font-lock-keywords):
9663         Support =linenumber= format used by git-grep for lines with
9664         function names.  (Bug#13549)
9666 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9668         * progmodes/octave.el (octave-smie-rules): Return nil rather than
9669         0 after a semi-colon; it works better for smie-auto-fill.
9670         (octave--indent-new-comment-line): New function.
9671         (octave-indent-new-comment-line): Use it (indirectly).
9672         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
9673         modify comment-line-break-function.
9675         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9676         (smie-setup): Use add-function to set it.
9678 2013-05-24  Sam Steingold  <sds@gnu.org>
9680         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9681         argument (before the `interactive' argument).
9683 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9685         * image-mode.el (image-mode-winprops): Add winprops to
9686         image-mode-winprops-alist before running
9687         image-mode-new-window-functions.
9688         * doc-view.el (doc-view-new-window-function): Don't delay
9689         doc-view-goto-page via timers (bug#14435).
9691 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
9693         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
9694         (doc-view-desktop-save-buffer): New function.
9695         (doc-view-restore-desktop-buffer): New function.
9696         (desktop-buffer-mode-handlers):
9697         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9698         handler.
9699         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9700         `desktop-save-buffer' function.
9702 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
9704         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9705         (tramp-gvfs-file-name-handler): Raise a user error when
9706         `tramp-gvfs-enabled' is nil.
9707         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9708         Do not raise a user error when loading package.  (Bug#14447)
9710         * net/xesam.el: Move to obsolete/.
9712 2013-05-24  Glenn Morris  <rgm@gnu.org>
9714         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9716         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9718         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9719         (Info-find-node, Man-getpage-in-background): Declare.
9721         * mail/unrmail.el (unrmail):
9722         Replace obsolete detect-coding-with-priority.
9724         * net/socks.el (socks-split-string): Use this rather than split-string.
9725         (socks-nslookup-host): Update for above change.
9726         (dynamic-choice, s5-dynamic-choice-match)
9727         (s5-dynamic-choice-match-inline, s5-widget-value-create):
9728         Comment out unused code.
9730         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9731         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9732         (gud-tooltip-echo-area): Make obsolete.
9733         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9735         * progmodes/js.el (js--optimize-arglist): Declare.
9737         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9739         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9740         (ediff-window-C): Declare.
9742         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9743         Tweak requires to silence compiler.
9745         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9746         (he-search-string, he-tried-table, he-expand-list)
9747         (he-init-string, he-string-member, he-substitute-string)
9748         (he-reset-string): Declare.
9750         * obsolete/options.el (list-options): Use custom-variable-p,
9751         rather than obsolete alias.
9753 2013-05-23  Sam Steingold  <sds@gnu.org>
9755         * simple.el (shell-command-on-region): Pass the `replace' argument
9756         down to `call-process-region' to comply with the doc as reported on
9757         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9759 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * emacs-lisp/smie.el (smie-indent-forward-token)
9762         (smie-indent-backward-token): Handle string tokens (bug#14381).
9764 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9766         * ielm.el (ielm-menu): New menu.
9767         (inferior-emacs-lisp-mode): Set comment-start.
9769 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9771         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9772         Fix deactivate action.
9774         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9775         Add cleveref macros.
9777         * lisp/textmodes/reftex-parse.el
9778         (reftex-locate-bibliography-files): Accept options for
9779         bibliography commands.
9780         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9781         Add addbibresource.  Basic Biblatex support.
9783 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
9785         * net/tramp-gvfs.el (top):
9786         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9787         when loading package.  (Bug#14447)
9789 2013-05-23  Glenn Morris  <rgm@gnu.org>
9791         * progmodes/js.el: No need to load comint when compiling.
9792         (ring-insert, comint-send-string, comint-send-input)
9793         (comint-last-input-end, ido-chop): Declare.
9795         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9796         * vc/ediff-mult.el: Adjust requires.
9797         (ediff-directories-internal, ediff-directory-revisions-internal)
9798         (ediff-patch-file-internal): Declare.
9799         * vc/ediff-ptch.el: Adjust requires.
9800         (ediff-use-last-dir, ediff-buffers-internal): Declare.
9801         (ediff-find-file): Autoload.
9802         * vc/ediff-util.el: No need to load ediff when compiling.
9803         (ediff-regions-internal): Declare.
9804         * vc/ediff-wind.el: Adjust requires.
9805         (ediff-compute-toolbar-width): Define when compiling.
9806         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9807         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9808         (dired-get-filename, dired-get-marked-files)
9809         (ediff-last-dir-patch, ediff-patch-default-directory)
9810         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9811         (ediff-patch-buffer-internal): Declare.
9813         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9814         (ispell-process, ispell-buffer-local-words, lm-summary)
9815         (lm-section-start, lm-section-end): Declare.
9816         (checkdoc-ispell-init): Simplify.
9818         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9819         (he-string-member, he-reset-string, he-substitute-string): Declare.
9821         * eshell/em-ls.el: Adjust requires.
9822         (eshell-glob-regexp): Declare.
9823         * eshell/em-tramp.el: Adjust requires.
9824         (eshell-parse-command): Autoload.
9825         * eshell/em-xtra.el: Adjust requires.
9826         (eshell-parse-command): Autoload.
9827         * eshell/esh-ext.el: Adjust requires.
9828         (eshell-parse-command, eshell-close-handles): Autoload.
9829         * eshell/esh-io.el: Adjust requires.
9830         (eshell-output-filter): Autoload.
9831         * eshell/esh-util.el: No need to load tramp when compiling.
9832         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9833         Declare.
9834         (eshell-parse-ange-ls): Require ange-ftp and tramp.
9835         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9836         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9837         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9838         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9839         * eshell/esh-opt.el, eshell/esh-proc.el:
9840         * eshell/esh-var.el: Adjust requires.
9841         * eshell/eshell.el: Do not require esh-util twice.
9842         (eshell-add-input-to-history): Declare.
9843         (eshell-command): Check history module is active before using it.
9845         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9847 2013-05-22  Leo Liu  <sdl.web@gmail.com>
9849         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9851 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
9853         * autorevert.el (auto-revert-notify-add-watch)
9854         (auto-revert-notify-handler): Add `attrib' for the inotify case,
9855         it indicates changes in file modification time.
9857 2013-05-22  Glenn Morris  <rgm@gnu.org>
9859         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9860         Always delete the autoloaded function from the noruntime and
9861         unresolved functions lists.
9863         * allout.el: No need to load epa, epg, overlay when compiling.
9864         (epg-context-set-passphrase-callback, epg-list-keys)
9865         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9866         (epg-key-user-id-list): Declare.
9868         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9869         (viper-set-parsing-style-toggling-macro)
9870         (viper-set-emacs-state-searchstyle-macros):
9871         Use called-interactively-p on Emacs.
9872         (viper-looking-back): Make it an obsolete alias.  Update callers.
9873         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9874         Use looking-back rather than viper-looking-back.
9875         (viper-tmp-insert-at-eob, viper-enlarge-region)
9876         (viper-read-string-with-history, viper-register-to-point)
9877         (viper-append-to-register, viper-change-state-to-vi)
9878         (viper-backward-char-carefully, viper-forward-char-carefully)
9879         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9880         (viper-change-state-to-emacs): Declare.
9881         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9882         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9883         * emulation/viper-mous.el: Do not load viper-cmd.
9884         (viper-backward-char-carefully, viper-forward-char-carefully)
9885         (viper-forward-word, viper-adjust-window): Declare.
9887         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9889         * progmodes/idlw-help.el (idlwave-help-fontify):
9890         Use called-interactively-p.
9892         * term/w32console.el (w32-get-console-codepage)
9893         (w32-get-console-output-codepage): Declare.
9895         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9896         Remove unnecessary declarations.
9897         (dframe-message): Doc fix.
9899         * info.el (dframe-select-attached-frame, dframe-current-frame):
9900         Declare.
9902         * speedbar.el (speedbar-message): Make it an obsolete alias.
9903         Update all callers.
9904         (speedbar-with-attached-buffer)
9905         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9906         (speedbar-with-writable): Use backquote.
9907         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9908         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9909         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9910         rather than speedbar- aliases.
9911         * mail/rmail.el: Load dframe rather than speedbar when compiling.
9912         (speedbar-make-specialized-keymap, speedbar-insert-button)
9913         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9914         (speedbar-do-function-pointer): Declare.
9915         (rmail-speedbar-button, rmail-speedbar-find-file)
9916         (rmail-speedbar-move-message):
9917         Use dframe-with-attached-buffer rather than speedbar- alias.
9918         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9919         (dframe-message, speedbar-make-specialized-keymap)
9920         (speedbar-add-expansion-list, speedbar-mode-functions-list)
9921         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9922         (speedbar-insert-button, dframe-select-attached-frame)
9923         (dframe-maybee-jump-to-attached-frame)
9924         (speedbar-change-initial-expansion-list)
9925         (speedbar-previously-used-expansion-list-name): Declare.
9926         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9927         Use dframe-message, dframe-with-attached-buffer rather than
9928         speedbar- aliases.
9929         (gud-sentinel): Silence compiler.
9930         * progmodes/vhdl-mode.el (speedbar-refresh)
9931         (speedbar-do-function-pointer, speedbar-add-supported-extension)
9932         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9933         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9934         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9935         (speedbar-file-lists, speedbar-make-tag-line)
9936         (speedbar-line-directory, speedbar-goto-this-file)
9937         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9938         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9939         (speedbar-make-button, speedbar-reset-scanners)
9940         (speedbar-files-item-info, speedbar-line-text)
9941         (speedbar-find-file-in-frame, speedbar-set-timer)
9942         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9943         (speedbar-with-writable): Do not (re)define it.
9944         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9945         rather than speedbar- alias.
9947 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9949         * progmodes/octave.el (octave-mode-menu): Update and re-organize
9950         menu items.
9951         (octave-mode): Tweak fill-nobreak-predicate.
9952         (inferior-octave-startup): Check process to avoid infinite loop.
9953         (inferior-octave): Pop to buffer first to show abornmal process
9954         exit information.
9956 2013-05-21  Glenn Morris  <rgm@gnu.org>
9958         * printing.el (pr-menu-bar): Define when compiling.
9960 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9962         * progmodes/octave.el (octave-auto-fill): Remove.
9963         (octave-indent-new-comment-line): Improve.
9964         (octave-mode): Use auto fill mode through
9965         comment-line-break-function and fill-nobreak-predicate.
9966         (octave-goto-function-definition): Support DEFUN_DLD.
9967         (octave-beginning-of-defun): Small tweak.
9968         (octave-help): Show parent directory.
9970 2013-05-21  Glenn Morris  <rgm@gnu.org>
9972         * files.el (dired-unmark):
9973         * progmodes/gud.el (gdb-input): Update declarations.
9975         * calculator.el (electric, ehelp): No need to load when compiling.
9976         (Electric-command-loop, electric-describe-mode): Declare.
9978         * doc-view.el (doc-view-current-converter-processes): Move before use.
9980         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9981         Move MODE-set-explicitly definition before use.
9983         * international/mule-diag.el (mule-diag):
9984         Don't use obsolete window-system-version.
9986         * mail/feedmail.el (smtpmail): No need to load when compiling.
9987         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9989         * mail/mail-utils.el (rfc822): No need to load when compiling.
9990         (rfc822-addresses): Autoload it.
9991         (mail-strip-quoted-names): Trivial simplification.
9993         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9994         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9996         * net/snmp-mode.el (tempo): Don't duplicate requires.
9998         * progmodes/prolog.el (info): No need to load when compiling.
9999         (comint): Require before shell requires it.
10000         (Info-goto-node): Autoload it.
10001         (Info-follow-nearest-node): Declare.
10002         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10004         * textmodes/artist.el (picture-mode-exit): Declare.
10006         * textmodes/reftex-parse.el (reftex-parse-from-file):
10007         Trivial rewrite so the compiler can parse it better.
10009 2013-05-20  Leo Liu  <sdl.web@gmail.com>
10011         * progmodes/octave.el (octave-help-mode-map)
10012         (octave-help-mode-finish-hook): New variables.
10013         (octave-help-mode, octave-help-mode-finish): New functions.
10014         (octave-help): Use octave-help-mode.
10016 2013-05-20  Glenn Morris  <rgm@gnu.org>
10018         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
10020 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
10022         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10023         start at point, so that expansion starting right after opening
10024         slash in a regexp is recognized.
10025         (ruby-syntax-before-regexp-re): New defvar, extracted from
10026         ruby-syntax-propertize-function.  Since the value of this regexp
10027         is looked up at runtime now, we should be able to turn
10028         `ruby-syntax-methods-before-regexp' into a defcustom later.
10029         (ruby-syntax-propertize-function): Split regexp matching into two
10030         parts, for opening and closing slashes.  That allows us to skip
10031         over string interpolations and support multiline regexps.
10032         Don't call `ruby-syntax-propertize-expansions', instead use another rule
10033         for them, which calls `ruby-syntax-propertize-expansion'.
10034         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10035         call to `ruby-syntax-propertize-function'.
10036         (ruby-syntax-propertize-expansion): Extracted from
10037         `ruby-syntax-propertize-expansions'.  Handles one expansion.
10038         (ruby-syntax-propertize-percent-literal): Leave point right after
10039         the percent symbol, so that the expression expansion rule can
10040         propertize the contents.
10041         (ruby-syntax-propertize-heredoc): Leave point at bol following the
10042         heredoc openers.
10043         (ruby-syntax-propertize-expansions): Remove.
10045 2013-05-18  Juri Linkov  <juri@jurta.org>
10047         * man.el (Man-default-man-entry): Remove `-' from the end
10048         of the default value.  (Bug#14400)
10050 2013-05-18  Glenn Morris  <rgm@gnu.org>
10052         * comint.el (comint-password-prompt-regexp):
10053         Allow "password for XXX" where XXX contains colons (eg https://...).
10055 2013-05-18  Leo Liu  <sdl.web@gmail.com>
10057         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10058         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
10059         (octave-source-directories): Don't check process.
10060         (octave-source-directories, octave-find-definition): Doc fix.
10062 2013-05-18  Glenn Morris  <rgm@gnu.org>
10064         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10065         Remove backspace/delete bindings.  (Bug#14392)
10067         * cus-dep.el (custom-make-dependencies): Sort the output.
10068         (custom-versions-load-alist): Convert comment to doc.
10070 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10072         * newcomment.el (comment-search-backward): Stricter in finding
10073         comment start.  (Bug#14303)
10075         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10076         (octave-comment-start-skip): Properly anchored.
10078 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10080         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10081         Clean up when turned off.  (Bug#14395)
10082         (smie--highlight-matching-block-overlay): No longer buffer-local.
10083         (smie-highlight-matching-block): Adjust.
10085 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10087         Doc string fix for "nanoseconds" (Bug#14406).
10088         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10089         Fix doc string typo that had "nanoseconds" instead of "microseconds".
10091 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
10093         * calc/calc-units.el (math-extract-units): Preserve powers
10094         of units.
10096 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10098         * subr.el (delete-consecutive-dups): New function.
10099         * ido.el (ido-set-matches-1): Use it.
10100         * progmodes/octave.el (inferior-octave-completion-table): Use it.
10101         * ido.el (ido-remove-consecutive-dups): Remove.
10103 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10105         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10106         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10107         regexp-opt's `words'.
10109 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10111         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10112         (smie--highlight-matching-block-overlay)
10113         (smie--highlight-matching-block-lastpos)
10114         (smie--highlight-matching-block-timer): New variables.
10115         (smie-highlight-matching-block): New function.
10116         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
10117         (smie-setup): Conditionally enable smie-blink-matching-open.
10119 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
10121         Sync with upstream verilog-mode r840.
10122         * progmodes/verilog-mode.el (verilog-mode-version)
10123         (verilog-mode-release-date): Update.
10124         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10125         (verilog-sig-tieoff): Fix string error on
10126         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
10127         (verilog-read-decls): Fix parameters confusing
10128         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
10130 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
10132         * subr.el (reveal-filename): New function.
10134         * loadup.el: Compute Emacs executable versions on MS-Windows,
10135         where executables have the .exe extension.  Add a hard link
10136         emacs-XX.YY.ZZ.exe on MS-Windows.
10138         * Makefile.in (XARGS_LIMIT): New variable.
10139         (custom-deps, finder-data, autoloads)
10140         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10141         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10142         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10143         (compile-main): Limit xargs according to $(XARGS_LIMIT).
10145 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10147         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10148         (octave-mode-menu, octave-mode-map): Remove its uses.
10150 2013-05-16  Reto Zimmermann  <reto@gnu.org>
10152         Sync with upstream vhdl mode v3.34.2.
10153         * progmodes/vhdl-mode.el: Use `push' throughout.
10154         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10155         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10156         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
10157         (vhdl-actual-generic-name): New option to derive actual generic name.
10158         (vhdl-port-paste-signals): Replace formal by actual generics.
10159         (vhdl-beautify): New name for old group vhdl-align.  Update users.
10160         (vhdl-beautify-options): New option.
10161         (vhdl-last-input-event): New compat alias.  Use throughout.
10162         (vhdl-goto-line): Replace user level function `goto-line'.
10163         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10164         vhdl-fix-statement-buffer.
10165         (vhdl-create-mode-menu): Add some entries.
10166         (vhdl-align-region-groups): Respect vhdl-beautify-options.
10167         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10168         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10169         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10170         to force statements on one line.
10171         (vhdl-remove-trailing-spaces-region):
10172         New, split from vhdl-remove-trailing-spaces.
10173         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10174         Respect vhdl-beautify-options.
10175         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10176         (vhdl-update-sensitivity-list): Not add with index if exists without.
10177         Not include array index with signal.  Ignore keywords in comments.
10178         (vhdl-get-visible-signals): Regexp tweaks.
10179         (vhdl-template-component-inst): Handle empty library.
10180         (vhdl-template-type): Add template for 'enum' type.
10181         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10182         Use vhdl-replace-string.
10183         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10184         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10185         (vhdl-speedbar-initialize): Update for above name change.
10186         (vhdl-compose-wire-components): Fix in handling of constants.
10187         (vhdl-error-regexp-emacs-alist): New variable.
10188         (vhdl-error-regexp-add-emacs): New function;
10189         adds support for new compile.el (Emacs 22+)
10190         (vhdl-generate-makefile-1): Change target order for single lib. units.
10191         Allow use of absolute file names.
10193 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10195         * simple.el (prog-indent-sexp): Indent enclosing defun.
10197 2013-05-15  Glenn Morris  <rgm@gnu.org>
10199         * cus-start.el (show-trailing-whitespace): Move to editing basics.
10200         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10201         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10202         (whitespace-highlight): Move to whitespace group.
10204         * comint.el (comint-source):
10205         * pcmpl-linux.el (pcmpl-linux):
10206         * shell.el (shell-faces):
10207         * eshell/esh-opt.el (eshell-opt):
10208         * international/ccl.el (ccl): Remove empty custom groups.
10210         * completion.el (dynamic-completion-mode):
10211         * jit-lock.el (jit-lock-debug-mode):
10212         * minibuffer.el (completion-in-region-mode):
10213         * type-break.el (type-break-mode-line-message-mode)
10214         (type-break-query-mode):
10215         * emulation/tpu-edt.el (tpu-edt-mode):
10216         * progmodes/subword.el (global-subword-mode, global-superword-mode):
10217         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10218         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10220         * term/xterm.el (xterm): Change parent group to terminals.
10222         * master.el (master): Remove empty custom group.
10223         (master-mode): Remove unused :group argument.
10224         * textmodes/refill.el (refill): Remove empty custom group.
10225         (refill-mode): Remove unused :group argument.
10227         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10229         * cus-dep.el: Provide a feature.
10230         (custom-make-dependencies): Ignore dotfiles (dir-locals).
10231         Don't mistakenly ignore files whose basenames match a basename
10232         from preloaded-file-list (eg cedet/ede/simple.el).
10233         Add a fallback method for getting :group.
10235 2013-05-15  Juri Linkov  <juri@jurta.org>
10237         * isearch.el (isearch-char-by-name): Rename from
10238         `isearch-insert-char-by-name'.  Doc fix.
10239         (isearch-forward): Mention `isearch-char-by-name' in
10240         the docstring.  (Bug#13348)
10242         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10243         `exit-minibuffer' instead of
10244         `isearch-nonincremental-exit-minibuffer'.
10245         (isearch-edit-string): Remove mention of
10246         `isearch-nonincremental-exit-minibuffer' from docstring.
10247         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10248         (isearch-forward-exit-minibuffer)
10249         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
10251 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * loadup.el: Just use unversioned DOC.
10255         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10256         literals as extending to EOB.
10257         (nxml-last-fontify-end): Remove unused variable.
10258         (nxml-after-change1): Use with-silent-modifications.
10259         (nxml-extend-after-change-region): Simplify.
10260         (nxml-extend-after-change-region1): Remove function.
10261         (nxml-after-change1): Don't adjust for dependent regions.
10262         (nxml-fontify-matcher): Simplify.
10263         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10264         (xmltok-add-dependent): Remove function.
10265         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10266         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10267         (xmltok-scan-prolog-after-processing-instruction-open): Treat
10268         unclosed <[[, <?, comment, and other literals as extending to EOB.
10269         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10270         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10271         Remove functions.
10272         (rng-do-some-validation-1): Don't mark dependent regions.
10273         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10274         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10275         (nxml-clear-dependent-regions): Remove functions.
10276         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10277         (nxml-ensure-scan-up-to-date):
10278         Don't clear&mark dependent regions.
10280 2013-05-15  Leo Liu  <sdl.web@gmail.com>
10282         * progmodes/octave.el (octave-goto-function-definition):
10283         Improve and fix callers.
10285 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10287         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10288         the setter (bug#14387).
10290         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10291         surrounding group (bug#14402).
10293 2013-05-14  Juri Linkov  <juri@jurta.org>
10295         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10296         (Bug#14390)
10298 2013-05-14  Glenn Morris  <rgm@gnu.org>
10300         * progmodes/f90.el (f90-imenu-generic-expression):
10301         Fix typo in 2013-05-08 change.  (Bug#14402)
10303 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10305         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10306         Remove signals for which replies are never received.
10308 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10310         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10311         (gdb-handler-alist, gdb-handler-number): Remove variables.
10312         (gdb-handler-list): New variable.
10313         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10314         (gdb-pending-handler-p, gdb-handle-reply)
10315         (gdb-remove-all-pending-triggers): New functions.
10316         (gdb-discard-unordered-replies): New defcustom.
10317         (gdb-handler): New defstruct.
10318         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
10319         instead of gdb-pending-triggers.  Update docstring.
10320         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
10321         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10322         (gdb-var-update-handler, def-gdb-auto-update-trigger)
10323         (def-gdb-auto-update-handler, gdb-get-changed-registers)
10324         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10325         (gdb-frame-handler): Pending triggers are now automatically managed.
10326         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10327         Remove argument.
10328         (gdb-input): Automatically handles pending triggers.  Update docstring.
10329         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10330         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10331         Update comments.
10332         (gdb-done-or-error): Now use gdb-handle-reply.
10334 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10336         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10337         gdb-debug-log.
10339 2013-05-14  Glenn Morris  <rgm@gnu.org>
10341         * subr.el (user-emacs-directory-warning): New option.
10342         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
10344 2013-05-14  Leo Liu  <sdl.web@gmail.com>
10346         * progmodes/octave.el (octave-font-lock-keywords): Fix error
10347         during redisplay.
10348         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10349         (octave-font-lock-texinfo-comment): Fix invalid search bound
10350         error: wrong side of point.
10352 2013-05-14  Glenn Morris  <rgm@gnu.org>
10354         * progmodes/flymake.el (flymake-xml-program): New option.
10355         (flymake-xml-init): Use it.
10357         * term/xterm.el: Provide a feature.
10359         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
10361 2013-05-13  Glenn Morris  <rgm@gnu.org>
10363         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10364         Add compat aliases as a hack workaround.  (Bug#14384)
10366 2013-05-13  Leo Liu  <sdl.web@gmail.com>
10368         * progmodes/octave.el (octave-indent-comment): Fix indentation for
10369         ###, and %!.
10370         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10371         C-M-q.
10372         (octave-comment-start-skip): Include %!.
10373         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10375 2013-05-12  Leo Liu  <sdl.web@gmail.com>
10377         * progmodes/octave.el (inferior-octave-startup): Store the value
10378         of __octave_srcdir__ for octave-source-directories.
10379         (inferior-octave-check-process): New function refactored out of
10380         inferior-octave-send-list-and-digest.
10381         (octave-source-directories)
10382         (octave-find-definition-filename-function): New variables.
10383         (octave-source-directories)
10384         (octave-find-definition-default-filename): New functions.
10385         (octave-find-definition): Improve to find functions implemented in C++.
10387 2013-05-12  Glenn Morris  <rgm@gnu.org>
10389         * calendar/diary-lib.el (diary-outlook-format-1):
10390         Don't include dayname in the output.  (Bug#14349)
10392 2013-05-11  Glenn Morris  <rgm@gnu.org>
10394         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10396         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10397         Treat cc-provide like provide.
10399 2013-05-11  Kevin Ryde  <user42@zip.com.au>
10401         * cus-dep.el (custom-make-dependencies):
10402         Use generated-autoload-load-name for the sake of files such
10403         such cedet/semantic/bovine/c.el, where the base file name
10404         is not in load-path.  (Bug#5277)
10406 2013-05-11  Glenn Morris  <rgm@gnu.org>
10408         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10409         Provide features.
10411 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10413         * progmodes/octave.el (octave-indent-comment): Improve.
10414         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10415         (octave-eldoc-function-signatures, octave-eldoc-function):
10416         New functions.
10417         (octave-mode, inferior-octave-mode): Add eldoc support.
10419 2013-05-11  Richard Stallman  <rms@gnu.org>
10421         * epa.el (epa-decrypt-file): Take output file name as argument
10422         and read it using `interactive'.
10424 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10426         * progmodes/octave.el (octave-beginning-of-line)
10427         (octave-end-of-line): Check before using up-list because it jumps
10428         out of more syntactic contructs since moving to smie.
10429         (octave-indent-comment): New function.
10430         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
10431         (octave-begin-keywords, octave-end-keywords)
10432         (octave-reserved-words, octave-smie-bnf-table)
10433         (octave-smie-rules): Add new keywords from Octave 3.6.4.
10435 2013-05-11  Glenn Morris  <rgm@gnu.org>
10437         * faces.el (internal-face-x-get-resource):
10438         * frame.el (ns-display-monitor-attributes-list):
10439         * calc/calc-aent.el (math-to-radians-2):
10440         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10441         Fix declarations.
10443         * calc/calc-menu.el: Make it loadable in isolation.
10445         * net/eudcb-bbdb.el: Make it loadable without bbdb.
10446         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10447         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10448         (eudc-bbdb-query-internal): Require 'bbdb.
10450         * lpr.el (lpr-headers-switches):
10451         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10453         * progmodes/sql.el (sql-login-params): Fix and improve :type.
10455         * emulation/edt-mapper.el: In batch mode, error rather than hang.
10457         * term.el (term-set-escape-char): Make it idempotent.
10459 2013-05-10  Leo Liu  <sdl.web@gmail.com>
10461         * progmodes/octave.el (inferior-octave-completion-table):
10462         No longer a function and all uses changed.  Use cache to speed up
10463         completion due to bug#11906.
10464         (octave-beginning-of-defun): Re-write to be more general.
10466 2013-05-10  Glenn Morris  <rgm@gnu.org>
10468         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10470 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10472         * comint.el (comint-redirect-send-command-to-process): Use :around
10473         rather than :override for comint-redirect-filter.
10474         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10475         Call it instead of comint-redirect-original-filter-function (which
10476         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
10478 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
10480         * frame.el (display-monitor-attributes-list): Add NS case.
10481         (ns-display-monitor-attributes-list): Declare.
10483 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
10485         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
10487 2013-05-09  Glenn Morris  <rgm@gnu.org>
10489         * international/fontset.el (vertical-centering-font-regexp):
10490         Set standard-value.
10492         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10494         * bookmark.el (bookmark-search-delay):
10495         * cus-start.el (vertical-centering-font-regexp):
10496         * ps-mule.el (ps-mule-font-info-database-default):
10497         * ps-print.el (ps-default-fg, ps-default-bg):
10498         * type-break.el (type-break-good-break-interval):
10499         * whitespace.el (whitespace-indentation-regexp)
10500         (whitespace-space-after-tab-regexp):
10501         * emacs-lisp/testcover.el (testcover-1value-functions)
10502         (testcover-noreturn-functions, testcover-progn-functions)
10503         (testcover-prog1-functions):
10504         * emulation/viper-init.el (viper-emacs-state-cursor-color):
10505         * eshell/em-glob.el (eshell-glob-translate-alist):
10506         * play/tetris.el (tetris-tty-colors):
10507         * progmodes/cpp.el (cpp-face-default-list):
10508         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10509         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10510         (idlwave-help-browser-generic-args):
10511         * progmodes/make-mode.el (makefile-special-targets-list):
10512         * progmodes/python.el (python-shell-virtualenv-path):
10513         * progmodes/verilog-mode.el (verilog-active-low-regexp)
10514         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10515         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10516         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10517         * textmodes/reftex-vars.el (reftex-format-label-function):
10518         * textmodes/remember.el (remember-diary-file): Fix custom types.
10520         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10521         Add :version.
10523 2013-05-09  Leo Liu  <sdl.web@gmail.com>
10525         * progmodes/octave.el (inferior-octave-completion-at-point):
10526         Restore file completion.  (Bug#14300)
10527         (inferior-octave-startup): Fix incorrect highlighting for the
10528         first prompt.
10530 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10532         * progmodes/ruby-mode.el: First cut at SMIE support.
10533         (ruby-use-smie): New var.
10534         (ruby-smie-grammar): New constant.
10535         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10536         (ruby-smie--forward-token, ruby-smie--backward-token)
10537         (ruby-smie-rules): New functions.
10538         (ruby-mode-variables): Setup SMIE if applicable.
10540 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
10542         * simple.el (line-move-visual): Signal beginning/end of buffer
10543         only if vertical-motion moved less than it was requested.  Avoids
10544         silly incorrect error messages when there are display strings with
10545         multiple newlines at EOL.
10547 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10549         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10550         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10551         (prolog-char-quote-workaround):
10552         * progmodes/cperl-mode.el (cperl-under-as-char):
10553         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10554         Mark as obsolete.
10555         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10556         their declaration.
10557         (vhdl-mode-syntax-table-init): Remove.
10559         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10560         last change.
10562         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10563         syntax for "_".
10564         (ld-script-font-lock-keywords):
10565         Change regexps to use things like \_< and \_>.
10567         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10568         Change all regexps to use things like \_< and \_>.
10570         * progmodes/autoconf.el (autoconf-definition-regexp)
10571         (autoconf-font-lock-keywords, autoconf-current-defun-function):
10572         Handle a _ with symbol syntax.
10573         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10575         * progmodes/ada-mode.el (ada-mode-abbrev-table):
10576         Consolidate declaration.
10577         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10578         the declaration.
10579         (ada-create-syntax-table): Remove.
10580         (ada-capitalize-word): Don't mess with the syntax of "_" since it
10581         already has the right syntax nowadays.
10582         (ada-goto-next-word): Don't change the syntax of "_".
10584         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10585         with-wrapper-hook.
10587 2013-05-08  Sam Steingold  <sds@gnu.org>
10589         * thingatpt.el (thing-at-point): Accept optional second argument
10590         NO-PROPERTIES to strip the text properties from the return value.
10591         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10592         to `thing-at-point' instead of stripping the properties ourselves.
10593         Also, when `thing-at-point' fails to find a url, prepend "http://"
10594         to the filename at point on the assumption that the user is
10595         pointing at something like gnu.org/gnu.
10597 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
10599         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10600         * faces.el (crm-separator):
10601         Silence byte-compiler.
10603         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10604         (tool-bar-map): Remove unneeded defvars.
10606 2013-05-08  Leo Liu  <sdl.web@gmail.com>
10608         Re-work a fix for bug#10994 based on Le Wang's patch.
10609         * ido.el (ido-remove-consecutive-dups): New helper.
10610         (ido-completing-read): Use it.
10611         (ido-chop): Revert fix for bug#10994.
10613 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
10615         * cus-edit.el (custom-save-variables):
10616         Pretty-print long values.  (Bug#14187)
10618 2013-05-08  Glenn Morris  <rgm@gnu.org>
10620         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10621         (m4-mode-syntax-table): Init in the defvar.
10622         (m4-mode-abbrev-table): Let define-derived-mode define it.
10624 2013-05-08  Tom Tromey  <tromey@redhat.com>
10626         * progmodes/m4-mode.el (m4-mode-syntax-table):
10627         Do not treat "_" as word constituent.  (Bug#14167)
10629 2013-05-07  Glenn Morris  <rgm@gnu.org>
10631         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10632         Remove explicit eshell-isearch-cancel-map.
10634         * progmodes/f90.el (f90-smart-end-names): New option.
10635         (f90-smart-end): Doc fix.
10636         (f90-end-block-optional-name): New constant.
10637         (f90-block-match): Respect f90-smart-end-names.
10639 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10641         * progmodes/octave.el (octave-smie-forward-token): Be more careful
10642         about implicit semi-colons (bug#14218).
10644 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10646         * frame.el (display-monitor-attributes-list)
10647         (frame-monitor-attributes): New functions.
10649 2013-05-06  Leo Liu  <sdl.web@gmail.com>
10651         * progmodes/octave.el (octave-syntax-propertize-function): Change
10652         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
10653         (octave-font-lock-keywords): Use octave-operator-regexp.
10654         (octave-completion-at-point): Rename from
10655         octave-completion-at-point-function.
10656         (inferior-octave-directory-tracker): Robustify.
10657         (octave-text-functions): Remove and fix its uses.  No such things
10658         any more.
10660 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * emacs-lisp/trace.el (trace--display-buffer): New function.
10663         (trace-make-advice): Use it.
10665 2013-05-06  Juri Linkov  <juri@jurta.org>
10667         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
10668         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10669         Doc fix.
10670         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10671         in the help string.  (Bug#12985)
10673 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
10675         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
10677 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10679         * progmodes/perl-mode.el: Add support for here documents.
10680         (perl-syntax-propertize-function): Match here-doc markers.
10681         (perl-syntax-propertize-special-constructs): Find their end.
10682         (perl-imenu-generic-expression): Use [:alnum:].
10684         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10685         (advice--add-function): Refresh the advice if already present
10686         (bug#14317).
10688 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
10690         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
10692 2013-05-06  Glenn Morris  <rgm@gnu.org>
10694         * w32-fns.el (w32-charset-info-alist): Declare.
10696         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10697         of its defcustom properties.
10698         (eshell-cmpl-initialize): No need to load pcomplete.
10700         * generic-x.el: No need to require comint when compiling.
10702         * net/eudc-export.el: Make it loadable without bbdb.
10703         (top-level): Use require rather than load-library.
10704         (eudc-create-bbdb-record, eudc-bbdbify-phone)
10705         (eudc-batch-export-records-to-bbdb)
10706         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10707         Require bbdb.
10709 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10711         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10712         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10713         some tweaks, instead.
10715 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10717         * progmodes/octave.el (octave-font-lock-keywords)
10718         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10719         (inferior-octave-send-list-and-digest): Improve error message.
10720         (octave-mode, inferior-octave-mode): Use setq-local.
10721         (octave-help): Set info-lookup-mode.
10723 2013-05-05  Richard Stallman  <rms@gnu.org>
10725         * vc/compare-w.el (compare-windows-whitespace):
10726         Treat no-break space as whitespace.
10728         * mail/rmailsum.el (rmail-summary-rmail-update):
10729         Detect empty summary and don't change selected message.
10730         (rmail-summary-goto-msg): Likewise.
10732         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10733         Doc fixes, rename args.
10735 2013-05-05  Alan Mackenzie  <acm@muc.de>
10737         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10739 2013-05-05  Juri Linkov  <juri@jurta.org>
10741         * info.el (Info-read-subfile): Use (point-min) instead of (point)
10742         to not add the length of the summary segment to the return value.
10743         (Bug#14125)
10745 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10747         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10748         (inferior-octave-output-filter): Remove.
10749         (octave-send-region, inferior-octave-startup): Fix callers.
10750         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10751         (octave-binary-file-extensions): New user variable.
10752         (octave-find-definition): Confirm if opening binary files.
10753         (octave-help-file): Use octave-find-definition to get the binary
10754         confirmation.
10755         (octave-help): Adjust for octave-help-file change.
10757 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10759         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10760         Merge the two entries that handle function definitions.
10761         (pascal--syntax-propertize): New const.
10762         (pascal-mode): Use it.  Use setq-local.
10764 2013-05-04  Glenn Morris  <rgm@gnu.org>
10766         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10767         (diary-from-outlook): Respect diary-from-outlook-function.
10769 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10772         Move the declaration from C.
10773         (read-minibuffer, eval-minibuffer): Move from C.
10774         (completion-setup-function): Avoid minibuffer-completion-contents.
10776 2013-05-03  Leo Liu  <sdl.web@gmail.com>
10778         * progmodes/octave.el (octave-font-lock-keywords): Do not
10779         dehighlight 'end' in comments or strings.
10780         (octave-completing-read, octave-goto-function-definition):
10781         New helpers.
10782         (octave-help-buffer): New user variable.
10783         (octave-help-file, octave-help-function): New button types.
10784         (octave-help): New command and bind it to C-h ;.
10785         (octave-find-definition): New command and bind it to M-.
10786         (user-error): Alias to error if not defined.
10788 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10790         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10791         for \.  (bug#14332)
10792         (octave-font-lock-keywords): Include [ and {.
10794 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10796         * progmodes/octave.el (inferior-octave-startup-file): Change default.
10797         (inferior-octave): Remove calling comint-mode and return the buffer.
10798         (inferior-octave-startup): Cosmetic changes.
10800 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10802         * progmodes/octave.el (octave-syntax-propertize-function):
10803         Include the case when ' is at line beginning.  (Bug#14336)
10805 2013-05-02  Glenn Morris  <rgm@gnu.org>
10807         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10808         * desktop.el (vc-dir-mode): Just autoload it here.
10810 2013-05-02  Alan Mackenzie  <acm@muc.de>
10812         Eliminate variable c-standard-font-lock-fontify-region-function.
10813         * progmodes/cc-mode.el
10814         (c-standard-font-lock-fontify-region-function): Remove.
10815         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10817 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10819         * progmodes/octave.el: Compatible with older emacs-24 releases.
10820         (inferior-octave-has-built-in-variables): Remove.  Built-in
10821         variables were removed from Octave in 2007.
10822         (inferior-octave-startup): Fix uses.
10823         (comint-line-beginning-position): Remove compatibility code for
10824         emacs 21.
10826 2013-05-01  Juri Linkov  <juri@jurta.org>
10828         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
10830 2013-05-01  Juri Linkov  <juri@jurta.org>
10832         * comint.el (comint-previous-matching-input): Don't print message
10833         "History item: %d" when `isearch-mode' is active.
10834         (comint-history-isearch-message): Print message "History item: %d"
10835         when `comint-input-ring-index' is not empty and this function is
10836         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
10838 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10840         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10841         definitions.  Use completion-at-point to insert keywords.
10842         (octave-abbrev-start): Remove.
10843         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10845 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10847         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10848         change.
10850 2013-04-30  Alan Mackenzie  <acm@muc.de>
10852         Handle arbitrarily long C++ member initialisation lists.
10853         * progmodes/cc-engine.el (c-back-over-member-initializers):
10854         new function.
10855         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10856         (most) member init lists.
10858 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10860         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10861         variable.
10863 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10865         * progmodes/octave.el (octave-variables): Remove.  No builtin
10866         variables any more.  All converted to functions.
10867         (octave-font-lock-keywords, octave-completion-at-point-function):
10868         Fix uses.
10869         (octave-font-lock-texinfo-comment): New user variable.
10870         (octave-texinfo-font-lock-keywords): New variable for texinfo
10871         comment block.
10872         (octave-function-comment-block): New face.
10873         (octave-font-lock-texinfo-comment): New function.
10874         (octave-mode): Font lock texinfo comment block.
10876 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10878         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10879         indexing expression.
10880         (octave-continuation-string): Do not use \.
10881         (inferior-octave-complete-impossible): Remove.
10882         (inferior-octave-completion-table)
10883         (inferior-octave-completion-at-point): Remove its uses.
10884         (inferior-octave-startup): completion_matches was introduced to
10885         Octave in 1996 so safe to assume it.
10886         (octave-function-file-comment): Improve to follow how Octave does it.
10887         (octave-update-function-file-comment): Tweak.
10889 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10891         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10892         (inferior-octave-startup): Remove inferior-octave-startup-hook.
10893         (octave-function-file-comment): Fix typo.
10894         (octave-sync-function-file-names): Use read-char-choice.
10896 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
10898         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10899         to t for the less important warnings.
10901 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
10903         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
10905 2013-04-27  Glenn Morris  <rgm@gnu.org>
10907         * vc/log-view.el (log-view-current-entry):
10908         Treat "---" separator lines as part of the following rev.  (Bug#14169)
10910 2013-04-27  Juri Linkov  <juri@jurta.org>
10912         * subr.el (read-number): Doc fix about using it by interactive
10913         code letter `n'.  (Bug#14254)
10915 2013-04-27  Juri Linkov  <juri@jurta.org>
10917         * desktop.el (desktop-auto-save-timeout): New option.
10918         (desktop-file-checksum): New variable.
10919         (desktop-save): Add optional arg `auto-save' and don't auto-save
10920         if nothing changed.
10921         (desktop-auto-save-timer): New variable.
10922         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10923         (after-init-hook): Call `desktop-auto-save-set-timer'.
10924         Suggested by Reuben Thomas <rrt@sc3d.org> in
10925         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10927 2013-04-27  Leo Liu  <sdl.web@gmail.com>
10929         * progmodes/octave.el (octave-function-file-p)
10930         (octave-skip-comment-forward, octave-function-file-comment)
10931         (octave-update-function-file-comment): New functions.
10932         (octave-mode-map): Bind C-c ; to
10933         octave-update-function-file-comment.
10934         (octave-mode-menu): Add octave-update-function-file-comment.
10935         (octave-mode, inferior-octave-mode): Fix doc-string.
10936         (octave-insert-defun): Conform to Octave's coding convention.
10937         (Bug#14285)
10939         * files.el (basic-save-buffer): Don't let errors in
10940         before-save-hook prevent saving buffer.
10942 2013-04-20  Roland Winkler  <winkler@gnu.org>
10944         * faces.el (read-face-name): Use completing-read if arg multiple
10945         is nil.
10947 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
10949         * ls-lisp.el (ls-lisp-insert-directory): If no files are
10950         displayed, move point to after the totals line.
10951         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10952         for the details.
10954 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10956         * emacs-lisp/package.el (package-autoload-ensure-default-file):
10957         Add current dir to the load-path.
10958         (package-generate-autoloads): Don't rely on
10959         autoload-ensure-default-file.
10961 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
10963         * textmodes/remember.el (remember-store-in-files): Document that
10964         the file name format is passed to `format-time-string'.
10966 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10968         * progmodes/octave.el (octave-sync-function-file-names): New function.
10969         (octave-mode): Use it in before-save-hook.
10971 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10973         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10974         (bug#14274).
10976         * progmodes/octave.el (octave-smie-forward-token): Properly skip
10977         \n and comment, even if it's not an implicit ; (bug#14218).
10979 2013-04-26  Glenn Morris  <rgm@gnu.org>
10981         * subr.el (read-number): Once more use `read' rather than
10982         `string-to-number', to trap non-numeric input.  (Bug#14254)
10984 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
10986         * emacs-lisp/syntax.el (syntax-propertize-multiline):
10987         Use `syntax-multiline' text property consistently instead of
10988         `font-lock-multiline'.  (Bug#14237)
10990 2013-04-26  Glenn Morris  <rgm@gnu.org>
10992         * emacs-lisp/shadow.el (list-load-path-shadows):
10993         No longer necessary to check for duplicate simple.el, since
10994         2012-07-07 change to init_lread to not include installation lisp
10995         directories in load-path when running uninstalled.  (Bug#14270)
10997 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10999         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11000         (octave-mode, inferior-octave-mode): Use setq-local.
11001         (octave-not-in-string-or-comment-p): Rename to
11002         octave-in-string-or-comment-p.
11003         (octave-in-comment-p, octave-in-string-p)
11004         (octave-in-string-or-comment-p): Replace defsubst with defun.
11006 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11008         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11010 2013-04-25  Bastien Guerry  <bzg@gnu.org>
11012         * textmodes/remember.el (remember-data-directory)
11013         (remember-directory-file-name-format): Fix custom types.
11015 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11017         * progmodes/octave.el (octave-completion-at-point-function):
11018         Make use of inferior octave process.
11019         (octave-initialize-completions): Remove.
11020         (inferior-octave-completion-table): New function.
11021         (inferior-octave-completion-at-point): Use it.
11022         (octave-completion-alist): Remove.
11024 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11026         * progmodes/opascal.el: Use font-lock and syntax-propertize.
11027         (opascal-mode-syntax-table): New var.
11028         (opascal-literal-kind, opascal-is-literal-end)
11029         (opascal-literal-token-at): Rewrite.
11030         (opascal--literal-start-re, opascal-font-lock-keywords)
11031         (opascal--syntax-propertize): New constants.
11032         (opascal-font-lock-defaults): Adjust.
11033         (opascal-mode): Use them.  Set comment-<foo> variables as well.
11034         (delphi-comment-face, opascal-comment-face, delphi-string-face)
11035         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11036         (delphi-other-face, opascal-other-face): Remove face variables.
11037         (opascal-save-state): Remove macro.
11038         (opascal-fontifying-progress-step): Remove constant.
11039         (opascal--ignore-changes): Remove var.
11040         (opascal-set-token-property, opascal-parse-next-literal)
11041         (opascal-is-stable-literal, opascal-complete-literal)
11042         (opascal-is-literal-start, opascal-face-of)
11043         (opascal-parse-region, opascal-parse-region-until-stable)
11044         (opascal-fontify-region, opascal-after-change)
11045         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11046         (opascal-debug-parse-region, opascal-debug-parse-window)
11047         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11048         (opascal-debug-fontify-buffer): Remove.
11049         (opascal-debug-mode-map): Adjust accordingly.
11051 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11053         Merge octave-mod.el and octave-inf.el into octave.el with some
11054         cleanups.
11055         * progmodes/octave.el: New file renamed from octave-mod.el.
11056         * progmodes/octave-inf.el: Merged into octave.el.
11057         * progmodes/octave-mod.el: Renamed to octave.el.
11059 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
11061         * textmodes/reftex-vars.el
11062         (reftex-label-ignored-macros-and-environments): New defcustom.
11064         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11066 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11068         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11069         (smie-indent-keyword): Improve the check to ensure that the next
11070         comment is really on the same line.
11071         (smie-indent-comment): Don't align with a subsequent closer (or eob).
11073         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11074         semi-colons if the line is not otherwise empty (bug#14218).
11076 2013-04-25  Glenn Morris  <rgm@gnu.org>
11078         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11080 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * progmodes/opascal.el (opascal-set-token-property): Rename from
11083         opascal-set-text-properties and only set `token' (bug#14134).
11084         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11085         (opascal-literal-text-properties): Remove.
11086         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11087         Adjust callers.
11089 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
11091         * textmodes/remember.el (remember-handler-functions): Add an
11092         option for a new handler `remember-store-in-files'.
11093         (remember-data-directory, remember-directory-file-name-format):
11094         New options.
11095         (remember-store-in-files): New function to store remember notes
11096         as separate files within a directory.
11098 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
11100         * progmodes/compile.el (compilation-next-error-function):
11101         Pass "formats" to compilation-find-file (bug#11777).
11103 2013-04-24  Glenn Morris  <rgm@gnu.org>
11105         * vc/vc-bzr.el (vc-bzr-print-log):
11106         * vc/vc-hg.el (vc-hg-print-log):
11107         * vc/vc-svn.el (vc-svn-print-log):
11108         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
11110         * vc/vc-bzr.el (vc-bzr-print-log):
11111         * vc/vc-cvs.el (vc-cvs-print-log):
11112         * vc/vc-git.el (vc-git-print-log):
11113         * vc/vc-hg.el (vc-hg-print-log):
11114         * vc/vc-mtn.el (vc-mtn-print-log):
11115         * vc/vc-rcs.el (vc-rcs-print-log):
11116         * vc/vc-sccs.el (vc-sccs-print-log):
11117         * vc/vc-svn.el (vc-svn-print-log):
11118         * vc/vc.el (vc-print-log-internal): Doc fixes.
11120 2013-04-23  Glenn Morris  <rgm@gnu.org>
11122         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11123         Remove venerable code attempting to avoid substitute-command-keys.
11125 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
11127         * textmodes/reftex-vars.el (reftex-label-regexps):
11128         Call `reftex-compile-variables' after changes to this variable.
11130 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11132         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11133         Use lexical-binding.
11134         (jit-lock-force-redisplay): Use markers, check buffer's continued
11135         existence and beware narrowed buffers.
11136         (jit-lock-fontify-now): Adjust call accordingly.
11138 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11140         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11141         to avoid misleading the user.
11143 2013-04-22  Leo Liu  <sdl.web@gmail.com>
11145         * info-look.el: Prefer latex2e.info.  (Bug#14240)
11147 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
11149         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
11151         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11152         * net/tramp.el (tramp-call-process): ... here.
11153         (tramp-set-completion-function, tramp-parse-putty):
11154         * net/tramp-adb.el (tramp-adb-execute-adb-command):
11155         * net/tramp-gvfs.el (tramp-gvfs-send-command):
11156         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11157         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11158         (tramp-call-local-coding-command): Use `tramp-call-process'
11159         instead of `tramp-compat-call-process'.
11161         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11162         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11163         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11164         (tramp-find-inline-compress): Improve traces.
11165         (tramp-maybe-send-script): Check for Perl binary.
11166         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11168 2013-04-22  Daiki Ueno  <ueno@gnu.org>
11170         * epg.el (epg-context-pinentry-mode): New function.
11171         (epg-context-set-pinentry-mode): New function.
11172         (epg--start): Pass --pinentry-mode option to gpg command.
11174 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
11176         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11177         `comint-dynamic-complete' is obsolete since 24.1, replaced by
11178         `completion-at-point'.  (Bug#13774)
11180         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11181         default key binding for `describe-distribution' has been moved to
11182         `C-h C-o'.  (Bug#13970)
11184 2013-04-21  Glenn Morris  <rgm@gnu.org>
11186         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11187         Add doc strings.
11188         (vc-print-log): Clarify interactive prompt.
11190 2013-04-20  Glenn Morris  <rgm@gnu.org>
11192         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11193         No longer include timestamp etc information.
11195 2013-04-20  Roland Winkler  <winkler@gnu.org>
11197         * faces.el (read-face-name): Bug fix, return just one face if arg
11198         multiple is nil.  (Bug#14209)
11200 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11203         (remove-function): Autoload.
11205         * comint.el (comint-redirect-original-filter-function): Remove.
11206         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11207         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11208         (vc-cvs-annotate-command):
11209         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11210         * progmodes/prolog.el (prolog-consult-compile):
11211         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11212         Use add/remove-function instead.
11213         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11214         (gud-tooltip-process-output, gud-tooltip-tips):
11215         Use add/remove-function instead.
11216         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11217         (scheme-interaction-mode, exit-scheme-interaction-mode):
11218         Use add/remove-function instead.
11220         * vc/vc-dispatcher.el: Use lexical-binding.
11221         (vc--process-sentinel): Rename from vc-process-sentinel.
11222         Change last arg to be the code to run.  Don't use vc-previous-sentinel
11223         and vc-sentinel-commands any more.
11224         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
11225         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11227 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
11229         * progmodes/sh-script.el (sh-imenu-generic-expression):
11230         Handle function names with a single character.   (Bug#14111)
11232 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
11234         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11235         for subroutines defined in an eval (bug#14182).
11237 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11239         * bookmark.el (bookmark-completing-read): Improve handling of empty
11240         string (bug#14176).
11242 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11244         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11246 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11248         New faster Imenu implementation (bug#14058).
11249         * progmodes/python.el:
11250         (python-imenu-prev-index-position):
11251         (python-imenu-format-item-label-function)
11252         (python-imenu-format-parent-item-label-function)
11253         (python-imenu-format-parent-item-jump-label-function):
11254         New vars.
11255         (python-imenu-format-item-label)
11256         (python-imenu-format-parent-item-label)
11257         (python-imenu-format-parent-item-jump-label)
11258         (python-imenu--put-parent, python-imenu--build-tree)
11259         (python-imenu-create-index, python-imenu-create-flat-index)
11260         (python-util-popn): New functions.
11261         (python-mode): Set imenu-create-index-function to
11262         python-imenu-create-index.
11264 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11266         * winner.el (winner-active-region): Use region-active-p, activate-mark
11267         and deactivate-mark (bug#14225).
11269         * simple.el (deactivate-mark): Don't inline it.
11271 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
11273         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11275 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
11277         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11278         file extensions from the archive-mode entry in order to prefer
11279         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11281 2013-04-18  Leo Liu  <sdl.web@gmail.com>
11283         * bindings.el (help-event-list): Add ?\?.
11285 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11287         * subr.el (with-wrapper-hook): Declare obsolete.
11288         * simple.el (filter-buffer-substring-function): New hook.
11289         (filter-buffer-substring): Use it.
11290         (filter-buffer-substring-functions): Mark obsolete.
11291         * minibuffer.el (completion-in-region-function): New hook.
11292         (completion-in-region): Use it.
11293         (completion-in-region-functions): Mark obsolete.
11294         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11295         * abbrev.el (abbrev-expand-function): New hook.
11296         (expand-abbrev): Use it.
11297         (abbrev-expand-functions): Mark obsolete.
11298         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11299         and :filter-return.
11301 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11303         * progmodes/python.el (python-nav--syntactically): Fix cornercases
11304         and do not care about match data.
11306 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11308         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11309         completion tables when completing error conditions and
11310         `declare' arguments.
11311         (lisp-complete-symbol, field-complete): Mark as obsolete.
11312         (check-parens): Unmatched parens are user errors.
11313         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11315 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
11317         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11318         command changed buffer (ie. `flyspell-pre-buffer' is not current
11319         buffer), which prevents making decisions based on invalid value of
11320         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
11321         cause an error when `flyspell-pre-point' was nil after switching
11322         buffers.
11323         (flyspell-post-command-hook): No longer needs to change buffers when
11324         checking pre-word.  While at it remove unnecessary progn.
11326 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
11328         * textmodes/ispell.el (ispell-add-per-file-word-list):
11329         Fix `flyspell-correct-word-before-point' error when accepting
11330         words and `coment-padding' is an integer by using
11331         `comment-normalize-vars' (Bug #14214).
11333 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11335         New defun movement commands.
11336         * progmodes/python.el (python-nav--syntactically)
11337         (python-nav--forward-defun, python-nav-backward-defun)
11338         (python-nav-forward-defun): New functions.
11340 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11342         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11343         (python-syntax-context): Use named compiler-macro for backwards
11344         compatibility with Emacs 24.x.
11346 2013-04-17  Leo Liu  <sdl.web@gmail.com>
11348         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11349         octave-hide-process-buffer.
11351 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11353         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11354         (bug#14216).
11356 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
11358         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11359         Fix adjustment of offset when receiving incomplete responses from GDB
11360         (bug#14129).
11362 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11365         python-mode-abbrev-table.
11366         (python-skeleton-define): Adjust accordingly.
11367         (python-mode-abbrev-table): New table that inherits from it so that
11368         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11370         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11371         (abbrev-symbol): Use it.
11372         (abbrev--before-point): Use it since we already handle inheritance.
11374 2013-04-16  Leo Liu  <sdl.web@gmail.com>
11376         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11377         binding to info-lookup-symbol.
11379 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
11381         * minibuffer.el (completion--twq-all):
11382         * term/ns-win.el (ns-initialize-window-system):
11383         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11385 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11388         global bindings.
11390         * doc-view.el (doc-view-start-process): Handle url-handler directories.
11392 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
11394         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11395         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11396         to nil.
11397         (ruby-end-of-defun): Remove the unused arg, change the docstring
11398         to reflect that this function is only used as the value of
11399         `end-of-defun-function'.
11400         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11401         to reflect an earlier change that beginning/end-of-defun functions
11402         jump between methods in a class definition, as well as top-level
11403         functions.
11405 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11407         * minibuffer.el (minibuffer-complete): Don't just scroll
11408         a *Completions* that's been iconified.
11409         (minibuffer-force-complete): Make sure repetitions do cycle when going
11410         through completion-in-region -> minibuffer-complete.
11412 2013-04-15  Alan Mackenzie  <acm@muc.de>
11414         Correct the placement of c-cpp-delimiters when there're #s not at
11415         col 0.
11417         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11418         place a submatch around the #.
11419         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11420         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
11421         on the #, not BOL.
11423 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11425         * emacs-lisp/nadvice.el: Properly test names when adding advice.
11426         (advice--member-p): New arg `name'.
11427         (advice--add-function, advice-member-p): Use it (bug#14202).
11429 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
11431         Reformulate java imenu-generic-expression.
11432         The old expression contained ill formed regexps.
11434         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11435         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11436         (cc-imenu-java-method-arg-regexp): New defconsts.
11437         (cc-imenu-java-build-type-args-regex): New defun.
11438         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11439         handling of spaces in the regexp.
11441 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11443         * textmodes/ispell.el (ispell-command-loop): Remove
11444         flyspell highlight of a word when ispell accepts it (bug #14178).
11446 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
11448         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11449         uses code from the previous `ange-ftp-run-real-handler'.
11450         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11451         only in case that function exist.  This is needed for proper
11452         unloading of Tramp.
11454 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
11456         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11458         * textmodes/reftex.el (reftex-compile-variables): Use it.
11460 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11462         * files.el (normal-mode): Only use default major-mode if no other mode
11463         was specified.
11465         * emacs-lisp/trace.el (trace-values): New function.
11467         * files.el: Allow : in local variables (bug#14089).
11468         (hack-local-variable-regexp): New var.
11469         (hack-local-variables-prop-line, hack-local-variables): Use it.
11471 2013-04-13  Roland Winkler  <winkler@gnu.org>
11473         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
11474         data before it gets modified by bibtex-beginning-of-entry.
11476 2013-04-13  Roland Winkler  <winkler@gnu.org>
11478         * textmodes/bibtex.el (bibtex-url): Doc fix.
11480 2013-04-13  Roland Winkler  <winkler@gnu.org>
11482         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11483         does not visit a BibTeX file, exclude it from the list of buffers
11484         returned by bibtex-initialize.
11486 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
11488         * window.el (split-window): Remove interactive form, since as a
11489         command this function is a special case of split-window-below.
11490         Correct doc string.
11492 2013-04-12  Roland Winkler  <winkler@gnu.org>
11494         * faces.el (read-face-name): Do not override value of arg default.
11495         Allow single faces and strings as default values.  Remove those
11496         elements from return value that are not faces.
11497         (describe-face): Simplify.
11498         (face-at-point): New optional args thing and multiple so that this
11499         function can provide the same functionality previously provided by
11500         read-face-name.
11501         (make-face-bold, make-face-unbold, make-face-italic)
11502         (make-face-unitalic, make-face-bold-italic, invert-face)
11503         (modify-face, read-face-and-attribute): Use face-at-point.
11505         * cus-edit.el (customize-face, customize-face-other-window)
11506         * cus-theme.el (custom-theme-add-face)
11507         * face-remap.el (buffer-face-set)
11508         * facemenu.el (facemenu-set-face): Use face-at-point.
11510 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
11512         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11514 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
11516         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11517         off leading { and trailing } from field values.
11519 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11521         * emacs-lisp/timer.el (timer--check): New function.
11522         (timer--time, timer-set-function, timer-event-handler): Use it.
11523         (timer-set-idle-time): Simplify.
11524         (timer--activate): CSE.
11525         (timer-event-handler): Give more info in error message.
11526         (internal-timer-start-idle): New function, moved from C.
11528         * mpc.el (mpc-proc): Add `restart' argument.
11529         (mpc-proc-cmd): Use it.
11530         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11531         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11532         less often.
11534 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
11536         * progmodes/sh-script.el: Implement `sh-mode' own
11537         `add-log-current-defun-function' (bug#14112).
11538         (sh-current-defun-name): New function.
11539         (sh-mode): Use the function.
11541 2013-04-09  Bastien Guerry  <bzg@gnu.org>
11543         * simple.el (choose-completion-string): Fix docstring (bug#14163).
11545 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11547         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11549         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11550         timer (bug#14156).
11552 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
11554         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11555         declaration.
11557 2013-04-07  Leo Liu  <sdl.web@gmail.com>
11559         * pcmpl-x.el: New file.
11561 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
11563         Do not set x-display-name until X connection is established.
11564         This is needed to prevent from weird situation described at
11565         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11566         * frame.el (make-frame): Set x-display-name after call to
11567         window system initialization function, not before.
11568         * term/x-win.el (x-initialize-window-system): Add optional
11569         display argument and use it.
11570         * term/w32-win.el (w32-initialize-window-system):
11571         * term/ns-win.el (ns-initialize-window-system):
11572         * term/pc-win.el (msdos-initialize-window-system):
11573         Add compatible optional display argument.
11575 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
11577         * files.el (normal-backup-enable-predicate): On MS-Windows and
11578         MS-DOS compare truenames of temporary-file-directory and of the
11579         file, so that 8+3 aliases (usually found in $TEMP on Windows)
11580         don't fail comparison by compare-strings.  Also, compare file
11581         names case-insensitively on MS-Windows and MS-DOS.
11583 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11585         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11586         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11588 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
11590         * whitespace.el (whitespace-color-on, whitespace-color-off):
11591         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11593 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
11595         * ispell.el (ispell-set-spellchecker-params):
11596         Really set `ispell-args' for all equivs.
11598 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11600         * ido.el (ido-completions): Use extra elements of ido-decorations
11601         (bug#14143).
11602         (ido-decorations): Update docstring.
11604 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
11606         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11607         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11608         nil during initialization, in order not to miss changes since the
11609         file was opened.  (Bug#14140)
11611 2013-04-05  Leo Liu  <sdl.web@gmail.com>
11613         * kmacro.el (kmacro-call-macro): Fix bug#14135.
11615 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
11617         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11619 2013-04-04  Glenn Morris  <rgm@gnu.org>
11621         * electric.el (electric-pair-inhibit-predicate): Add :version.
11623 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11625         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11626         when a package is required several times (bug#14082).
11628 2013-04-04  Roland Winkler  <winkler@gnu.org>
11630         * faces.el (read-face-name): Behave as promised by the docstring.
11631         Assume that arg default is a list of faces.
11632         (describe-face): Call read-face-name with list of default faces.
11634 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11636         * bookmark.el: Fix deletion of bookmarks (bug#13972).
11637         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11638         (bookmark-bmenu-execute-deletions): Only skip first line if it's
11639         the header.
11640         (bookmark-exit-hook-internal): Save even if list is empty.
11642 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
11644         * emacs-lisp/package.el (package-pinned-packages): New var.
11645         (package--add-to-archive-contents): Obey it (bug#14118).
11647 2013-04-03  Alan Mackenzie  <acm@muc.de>
11649         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11650         Also adapt to the new values of element 7 of a parse state.
11652         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11653         parameter `not-in-delimiter'.  Handle being inside comment opener.
11654         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11655         character in case we're typing a '*' after a '/'.
11656         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11657         instead by passing the parameter to c-state-pp-to-literal.
11659         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11660         for elt. 7 of a parse state.
11662 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11664         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11665         * international/latin1-disp.el, international/mule-util.el:
11666         * language/cyril-util.el, language/european.el, language/ind-util.el:
11667         * language/lao-util.el, language/thai.el, language/tibet-util.el:
11668         * language/tibetan.el, language/viet-util.el:
11669         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11671 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11673         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11674         (electric-pair-post-self-insert-function): Use it.
11675         (electric-pair-default-inhibit): New function, extracted from
11676         electric-pair-post-self-insert-function.
11678 2013-03-31  Roland Winkler  <winkler@gnu.org>
11680         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11682 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11684         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11686 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
11688         Un-indent after "pass" and "return" statements (Bug#13888)
11689         * progmodes/python.el (python-indent-block-enders): New var.
11690         (python-indent-calculate-indentation): Use it.
11692 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
11694         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11695         defun.  Defining it as defalias could introduce too eager
11696         byte-compiler optimization.  (Bug#14030)
11698 2013-03-30  Chong Yidong  <cyd@gnu.org>
11700         * iswitchb.el (iswitchb-read-buffer): Fix typo.
11702 2013-03-30  Leo Liu  <sdl.web@gmail.com>
11704         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11705         (kmacro-execute-from-register): Pass the keyboard macro to
11706         kmacro-call-macro or repeating won't work correctly.
11708 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
11710         * progmodes/subword.el: Back to using `forward-symbol'.
11712         * subr.el (forward-whitespace, forward-symbol)
11713         (forward-same-syntax): Move from thingatpt.el.
11715 2013-03-29  Leo Liu  <sdl.web@gmail.com>
11717         * kmacro.el (kmacro-to-register): New command.
11718         (kmacro-execute-from-register): New function.
11719         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
11721 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11723         * mpc.el: Use defvar-local and setq-local.
11724         (mpc--proc-connect): Connection failures are not bugs.
11725         (mpc-mode-map): `follow-link' only applies to the buffer's content.
11726         (mpc-volume-map): Bind to the up-events.
11728 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11730         * progmodes/subword.el (superword-mode): Use `forward-sexp'
11731         instead of `forward-symbol'.
11733 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11735         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11736         (edebug--recursive-edit): Use it.
11737         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11738         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11740 2013-03-28  Leo Liu  <sdl.web@gmail.com>
11742         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
11744 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
11746         * facemenu.el (list-colors-callback): New defvar.
11747         (list-colors-redisplay): New function.
11748         (list-colors-display): Install list-colors-redisplay as the
11749         revert-buffer-function.  (Bug#14063)
11751 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11753         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11754         and suffixes don't overlap (bug#14061).
11756         * case-table.el: Use lexical-binding.
11757         (case-table-get-table): New function.
11758         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
11760 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11762         * progmodes/subword.el: Add `superword-mode' to do word motion
11763         over symbol_words (parallels and leverages `subword-mode' which
11764         does word motion inside MixedCaseWords).
11766 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
11768         * eshell/em-unix.el: Move su and sudo to...
11769         * eshell/em-tramp.el: ...Eshell tramp module.
11771 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11773         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11774         Change return value to be a sexp.  Delay `get-buffer' to after
11775         restoring the desktop (bug#13951).
11777 2013-03-26  Leo Liu  <sdl.web@gmail.com>
11779         * register.el: Move semantic tag handling back to
11780         cedet/semantic/senator.el.  (Bug#14052)
11782 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11784         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11785         into the prompt either (bug#13963).
11787 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11789         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11790         part of "(error-foo)".
11792 2013-03-24  Juri Linkov  <juri@jurta.org>
11794         * replace.el (list-matching-lines-prefix-face): New defcustom.
11795         (occur-1): Pass `list-matching-lines-prefix-face' to the function
11796         `occur-engine' if `face-differs-from-default-p' returns t.
11797         (occur-engine): Add `,' inside backquote construct to evaluate
11798         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
11799         Pass `prefix-face' to the functions `occur-context-lines' and
11800         `occur-engine-add-prefix'.
11801         (occur-engine-add-prefix, occur-context-lines): Add optional arg
11802         `prefix-face' and propertize the prefix with `prefix-face'.
11803         (Bug#14017)
11805 2013-03-24  Leo Liu  <sdl.web@gmail.com>
11807         * nxml/rng-valid.el (rng-validate-while-idle)
11808         (rng-validate-quick-while-idle): Guard against deleted buffer.
11809         (Bug#13999)
11811         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11812         is the last entry in kill-buffer-hook.
11814         * files.el (kill-buffer-hook): Doc fix.
11816 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
11818         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11819         Make it safe-local.
11821         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11823 2013-03-23  Leo Liu  <sdl.web@gmail.com>
11825         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11826         Remove.
11828         * nxml/rng-valid.el (rng-validate-mode)
11829         (rng-after-change-function, rng-do-some-validation):
11830         * nxml/rng-maint.el (rng-validate-buffer):
11831         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11832         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11833         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11834         (nxml-extend-after-change-region): Use with-silent-modifications.
11836         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11837         timer-idle-list.
11839         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11840         (rng-next-error-1, rng-previous-error-1): Do not let-bind
11841         timer-idle-list.  (Bug#13999)
11843 2013-03-23  Juri Linkov  <juri@jurta.org>
11845         * info.el (info-index-match): New face.
11846         (Info-index, Info-apropos-matches): Add a nested subgroup to the
11847         main pattern and add text properties with the new face to matches
11848         in index entries relative to the beginning of the index entry.
11849         (Bug#14015)
11851 2013-03-21  Eric Ludlam  <zappo@gnu.org>
11853         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11854         Inhibit read only while inserting objects.
11856 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11858         * progmodes/cfengine.el: Update docs to mention
11859         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
11860         symbol motion.  Remove "_" from the word syntax.
11862 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
11864         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11865         syntax for both `cfengine2-mode' and `cfengine3-mode'.
11867 2013-03-20  Juri Linkov  <juri@jurta.org>
11869         * info.el (Info-next-reference-or-link)
11870         (Info-prev-reference-or-link): New functions.
11871         (Info-next-reference, Info-prev-reference): Use them.
11872         (Info-try-follow-nearest-node): Handle footnote navigation.
11873         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
11875 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11877         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11878         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11880 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
11882         Suppress unnecessary non-ASCII chatter during build process.
11883         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11884         (batch-skkdic-convert): Suppress most of the chatter.
11885         It's not needed so much now that machines are faster,
11886         and its non-ASCII component was confusing; see Dmitry Gutov in
11887         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11889 2013-03-20  Leo Liu  <sdl.web@gmail.com>
11891         * ido.el (ido-chop): Fix bug#10994.
11893 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11895         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11896         Remove vars.
11897         (whitespace-color-on, whitespace-color-off):
11898         Use `font-lock-fontify-buffer' (Bug#13817).
11900 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11902         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11903         remapping in mode-line.
11904         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11906 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11908         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11909         value for `whitespace-line' face (Bug#13875).
11910         (whitespace-font-lock-keywords): Change description.
11911         (whitespace-color-on): Don't save `font-lock-keywords' value, save
11912         the constructed keywords instead.
11913         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11915 2013-03-19  Leo Liu  <sdl.web@gmail.com>
11917         * progmodes/compile.el (compilation-display-error): New command.
11918         (compilation-mode-map, compilation-minor-mode-map): Bind it to
11919         C-o.  (Bug#13992)
11921 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11923         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11925 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
11927         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11929 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
11931         * net/tramp-compat.el (tramp-compat-user-error): New defun.
11933         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11934         * net/tramp-gvfs.el (top):
11935         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11936         (tramp-handle-shell-command): Use it.
11937         (tramp-dissect-file-name): Raise an error when hostname is a
11938         method name, and neither method nor user is specified.
11940         * net/trampver.el: Update release number.
11942 2013-03-18  Leo Liu  <sdl.web@gmail.com>
11944         Make sure eldoc can be turned off properly.
11945         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11946         eldoc-mode.
11947         (eldoc-display-message-p): Revert last change.
11948         (eldoc-display-message-no-interference-p)
11949         (eldoc-print-current-symbol-info): Tweak.
11951 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
11953         * doc-view.el (doc-view-new-window-function): Check the new window
11954         overlay's display property instead the char property of the
11955         buffer's first char.  Use `with-selected-window' instead of
11956         `save-window-excursion' with `select-window'.
11957         (doc-view-document->bitmap): Check the current doc-view overlay's
11958         display property instead the char property of the buffer's first char.
11960 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11962         Automate the build of ja-dic.el (Bug#13984).
11963         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11964         from the input, rather than assume that it's been done for us by the
11965         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
11966         the current date into a ja-dic.el comment, as that complicates
11967         regression testing.
11969 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11971         * whitespace.el: Fix double evaluation.
11972         (whitespace-space, whitespace-hspace, whitespace-tab)
11973         (whitespace-newline, whitespace-trailing, whitespace-line)
11974         (whitespace-space-before-tab, whitespace-indentation)
11975         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11976         obsolete defvars.
11977         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11978         (whitespace-color-on): Use a single font-lock-add-keywords call.
11979         Fix double-evaluation of face variables.
11981 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
11983         * net/tramp-adb.el (tramp-adb-parse-device-names):
11984         Use `start-process' instead of `call-process'.  Otherwise, the
11985         function might be blocked under MS Windows.  (Bug#13299)
11987 2013-03-17  Leo Liu  <sdl.web@gmail.com>
11989         Extend eldoc to display info in the mode-line.  (Bug#13978)
11990         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11991         (eldoc-mode-line-string): New variable.
11992         (eldoc-minibuffer-message): New function.
11993         (eldoc-message-function): New variable.
11994         (eldoc-message): Use it.
11995         (eldoc-display-message-p)
11996         (eldoc-display-message-no-interference-p):
11997         Support eldoc-post-insert-mode.
11999         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12000         (eval-expression): Run it.
12002 2013-03-17  Roland Winkler  <winkler@gnu.org>
12004         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12005         strings in the list of return values.
12007 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
12009         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12010         radix before checking for HMS forms.
12012 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12014         * progmodes/scheme.el: Add indentation and font-locking for λ.
12015         (Bug#13975)
12017 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12019         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12020         token before point (bug#13942).
12022 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12024         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
12026 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
12028         * startup.el (command-line-normalize-file-name): Fix handling of
12029         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
12030         <xfq.free@gmail.com> in
12031         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12033 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
12035         Sync with Tramp 2.2.7.
12037         * net/trampver.el: Update release number.
12039 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
12041         * doc-view.el: Fix bug#13887.
12042         (doc-view-insert-image): Don't modify overlay associated to
12043         non-live windows, and implement horizontal centering of image in
12044         case it's smaller than the window.
12045         (doc-view-new-window-function): Force redisplay of new windows on
12046         doc-view buffers.
12048 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
12050         * saveplace.el (save-place-alist-to-file): Don't sort
12051         `save-place-alist', just pretty-print it (bug#13882).
12053 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
12055         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12056         Check whether `default-file-name-coding-system' is bound.
12057         It isn't in XEmacs.
12059 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12061         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12062         backquotes for `obsolete' (bug#13929).
12064         * international/mule.el (find-auto-coding): Include file name in
12065         obsolescence warning (bug#13922).
12067 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12069         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12070         for CFEngine 3-specific indentation.
12071         (cfengine3-indent-line): Use it.  Fix up category regex.
12072         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12074 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12076         * type-break.el (type-break-file-name):
12077         * textmodes/remember.el (remember-data-file):
12078         * strokes.el (strokes-file):
12079         * shadowfile.el (shadow-initialize):
12080         * saveplace.el (save-place-file):
12081         * ps-bdf.el (bdf-cache-file):
12082         * progmodes/idlwave.el (idlwave-config-directory):
12083         * net/quickurl.el (quickurl-url-file):
12084         * international/kkc.el (kkc-init-file-name):
12085         * ido.el (ido-save-directory-list-file):
12086         * emulation/viper.el (viper-custom-file-name):
12087         * emulation/vip.el (vip-startup-file):
12088         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12089         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12091 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
12093         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12094         * language/thai-word.el: Switch to UTF-8.
12096 See ChangeLog.16 for earlier changes.
12098 ;; Local Variables:
12099 ;; coding: utf-8
12100 ;; End:
12102   Copyright (C) 2011-2014 Free Software Foundation, Inc.
12104   This file is part of GNU Emacs.
12106   GNU Emacs is free software: you can redistribute it and/or modify
12107   it under the terms of the GNU General Public License as published by
12108   the Free Software Foundation, either version 3 of the License, or
12109   (at your option) any later version.
12111   GNU Emacs is distributed in the hope that it will be useful,
12112   but WITHOUT ANY WARRANTY; without even the implied warranty of
12113   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12114   GNU General Public License for more details.
12116   You should have received a copy of the GNU General Public License
12117   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.