Spelling fixes.
[emacs.git] / lisp / ChangeLog
blobaae582bfff2a4b24bc112fd9328721282b6f6001
1 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
3         Spelling fixes.
4         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5         * woman.el (woman-mark-horizontal-position):
6         Rename from woman-mark-horizonal-position.  Use changed.
8 2014-01-10  Glenn Morris  <rgm@gnu.org>
10         * info.el (info-initialize): If running uninstalled, ensure our
11         own info files are always found first, even if INFOPATH is set.
13         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
15 2014-01-09  David Engster  <deng@randomsample.de>
17         * emacs-lisp/eieio-custom.el:
18         * emacs-lisp/eieio-opt.el: Set generated autoload file to
19         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
20         * emacs-lisp/eieio.el: Regenerate autoloads.
22 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
24         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
25         following renames.  (Bug#8756)
27 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
29         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
30         (bug#16382).
31         (activate-mark): Add `no-tmm' argument.
32         (set-mark, push-mark-command): Use it instead of running
33         activate-mark-hook by hand.
35 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
37         In preparation for the move to git, sanitize out some
38         Bazaar-specific names.
40         * version.el (emacs-bzr-version): Name changed to
41         emacs-repository-version. Obsolete-variable alias made.
42         * loadup.el: Follow through on this name change.
43         * lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
44         assumption about the version control system in use.
46 2014-01-08  David Engster  <deng@randomsample.de>
48         * help-fns.el (help-fns-describe-function-functions):
49         New variable to call functions for augmenting help buffers.
50         (describe-function-1): Remove explicit calls to
51         `help-fns--compiler-macro', `help-fns--parent-mode' and
52         `help-fns--obsolete'.  Put them in above new variable instead, and
53         call them through `run-hook-with-args'.
54         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
55         `eieio-describe-class'.  Not meant for interactive use anymore,
56         but to augment existing help buffers.  Remove optional second
57         argument.  Create proper button for file location.
58         Rewrite function to use `insert' instead of `princ' and `prin1' where
59         possible.
60         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
61         (eieio-method-def, eieio-class-def): Move further up.
62         (describe-method, describe-generic, eieio-describe-method):
63         Remove aliases.
64         (eieio-help-constructor, eieio-help-generic): Rename from
65         `eieio-describe-constructor' and `eieio-describe-generic', resp.
66         Rewrite to use `insert' in the current buffer and use proper help
67         buttons.
68         (eieio-help-find-method-definition)
69         (eieio-help-find-class-definition): Also accept symbols as
70         arguments.
71         (eieio-help-mode-augmentation-maybee): Remove.
72         (eieio-describe-class-sb): Use `describe-function'.
73         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
74         Add `eieio-help-generic' and `eieio-help-constructor'.
76 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
78         Spelling fixes.
79         * language/china-util.el (hz-ascii-designation):
80         Rename from hz-ascii-designnation.
81         (hz-ascii-designation): Rename from hz-ascii-designnation.
82         All uses changed.
84 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
87         package-alist.
89 2014-01-08  Bastien Guerry  <bzg@gnu.org>
91         * emacs-lisp/package.el (package-delete):
92         Correctly delete the package from package-alist.
94 2014-01-08  Daiki Ueno  <ueno@gnu.org>
96         * emacs-lisp/package.el (url-recreate-url): Declare.
97         (url-http-target-url): Declare.
98         (package-handle-response): Include requested URL in the error message.
99         (package--check-signature): Don't re-signal errors from
100         package--with-work-buffer.  Suggested by Stefan Monnier.
102 2014-01-07  Bastien Guerry  <bzg@gnu.org>
104         * minibuffer.el (completion--try-word-completion): When both a
105         hyphen and a space are possible candidates for the character
106         following a word, display both candidates.  (Bug#15980)
108 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
110         * window.el (balance-windows-2): While rounding don't give a
111         window more than the remainder.  Bug#16351, Bug#16383.
113 2014-01-07  Glenn Morris  <rgm@gnu.org>
115         * menu-bar.el (menu-bar-help-extra-packages): Remove.
116         (menu-bar-help-menu): Use view-external-packages instead.
118 2014-01-07  Bastien Guerry  <bzg@gnu.org>
120         * emacs-lisp/package.el (package-delete): Also delete the package
121         name from `package-alist', not its description only.
123 2014-01-07  Glenn Morris  <rgm@gnu.org>
125         * help.el (view-external-packages):
126         * menu-bar.el (menu-bar-help-extra-packages):
127         Visit efaq.info rather than etc/MORE.STUFF.
129 2014-01-07  Juri Linkov  <juri@jurta.org>
131         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
132         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
134         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
135         that shadows RET.  (Bug#16342)
137 2014-01-07  Chong Yidong  <cyd@gnu.org>
139         * isearch.el (isearch-yank-char, isearch-yank-word)
140         (isearch-yank-line): Doc fix.
142 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
144         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
145         * emacs-lisp/elint.el (elint-find-builtins):
146         * emacs-lisp/eldoc.el (eldoc-symbol-function):
147         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
148         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
149         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
150         * apropos.el (apropos-safe-documentation):
151         * subr.el (symbol-file): Remove redundant fboundp.
152         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
154 2014-01-06  Bastien Guerry  <bzg@gnu.org>
156         * hl-line.el (global-hl-line-overlay): Make a local variable.
157         (global-hl-line-overlays): New variable to store all overlays.
158         (global-hl-line-mode): Don't delete overlays from the current
159         buffer when `global-hl-line-sticky-flag' is non-nil.
160         (global-hl-line-highlight): Add new overlays to
161         `global-hl-line-overlays'.
162         (global-hl-line-unhighlight-all): New function to delete all
163         overlays when turning off `global-hl-line-mode'.
164         This fixes Bug#16183.
166 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
168         * subr.el (set-transient-map): Fix nested case and docstring.
170 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
172         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
173         `Texinfo' entry.
175 2014-01-06  Daniel Colascione  <dancol@dancol.org>
177         Fix defun navigation in vc log view.
179         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
180         like `beginning-of-defun'.
181         (log-view-end-of-defun,log-view-end-of-defun-1): Rename old
182         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
183         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
184         (log-view-extract-comment): Call `log-view-current-entry' directly
185         instead of relying on broken `log-view-beginning-of-defun' behavior.
187 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
189         Spelling fixes.
190         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
191         * emacs-lisp/debug.el (cancel-debug-on-entry):
192         * epg.el (epg-error-to-string):
193         * files.el (recover-file):
194         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
195         * mail/emacsbug.el (report-emacs-bug-hook):
196         * mail/sendmail.el (mail-recover):
197         * ses.el (ses-yank-resize):
198         * term/ns-win.el (ns-print-buffer):
199         Spelling fixes in diagnostics, mostly for "canceled" with one L.
200         * epg.el (epg-key-capability-alist): Rename from misspelled version.
201         All uses changed.
202         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
204 2014-01-06  Leo Liu  <sdl.web@gmail.com>
206         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
207         to avoid shadowning global key.  (Bug#16354)
209 2014-01-06  Daniel Colascione  <dancol@dancol.org>
211         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
212         rst-mode.
214 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
216         * window.el (balance-windows): Add mising t to fix Bug#16351.
218 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
221         (bug#16285).
222         (shr-insert): If we have a word that's longer than `shr-width',
223         break after it anyway.  Otherwise we'll do no breaking once we get
224         such a long word.
226 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
228         * net/eww.el (eww):  Support single/double quote for search.
229         * net/eww.el (eww-list-histories,eww-history-browse): Fixup.
230         (eww-history-quit): Delete and use quit-window.
231         (eww-history-kill): Delete, because it doesn't work well and
232         not necessary.
233         (eww-history-mode-map): Delete some keys and add easy-menu.
235 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
237         Fix misspelling of 'chinese' in rx (Bug#16237).
238         * emacs-lisp/rx.el (rx-categories): Correct spelling of
239         chinese-two-byte.
241         Change subword regexps back to vars (Bug#16296).
242         * progmodes/subword.el (subword-forward-regexp)
243         (subword-backward-regexp): Change these back to variables.
245 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
248         syntax-begin-function (bug#16247).
250 2014-01-03  Chong Yidong  <cyd@gnu.org>
252         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
253         (advice--docstring): Delete variable.
254         (advice--make-1): Leave the docstring empty.
255         (advice-add): Use function-documentation for advised docstring.
257         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
258         Ignore function-documentation property when getting documentation.
259         (ad-activate-advised-definition): Use function-documentation
260         generate the docstring.
261         (ad-make-advised-definition): Don't call
262         ad-make-advised-definition-docstring.
263         (ad-make-advised-definition-docstring, ad-advised-definition-p):
264         Delete functions.
266         * progmodes/sql.el (sql-help): Use function-documentation instead
267         of dynamic-docstring-function property.  No need to autoload now.
268         (sql--help-docstring): New variable.
269         (sql--make-help-docstring): Use it.
271 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
273         * ielm.el (ielm-tab): Retarget.
274         (ielm-map): Use ielm-tab for tab.
275         (ielm-complete-filename): Use comint-filename-completion.
276         (ielm-complete-symbol): Remove.
277         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
278         remove ielm-tab from completion-at-point-functions (bug#16224).
280         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
281         Beware signals raised by predicates (bug#16201).
283 2014-01-02  Richard Stallman  <rms@gnu.org>
285         * dired-aux.el (dired-do-print): Handle printer-name.
287         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
288         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
289         (rmail-epa-decrypt): Turn off mime processing.
291         * mail/rmail.el (rmail-make-in-reply-to-field):
292         Add parens in message-id.
294         * mail/rmail.el (rmail-get-coding-function): Variable.
295         (rmail-get-coding-system): Use it.
297 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
299         * international/mule-conf.el: Unify the charset indian-is13194.
300         (indian-is13194): Specify unify-map.
302 2013-12-31  Leo Liu  <sdl.web@gmail.com>
304         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
306 2013-12-30  Daniel Colascione  <dancol@dancol.org>
308         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
309         of printing a useless when we resume from sleep.
311         * progmodes/sh-script.el
312         (sh-smie-sh-forward-token,sh-smie-rc-forward-token): Fix infloop
313         in indentation code.  (Bug#16233)
315 2013-12-28  João Távora  <joaotavora@gmail.com>
317         * elec-pair.el (electric-pair-post-self-insert-function):
318         Don't open extra newlines at beginning of buffer.  (Bug#16272)
320 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
322         * frame.el (window-system-for-display): Don't allow to create a
323         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
325 2013-12-28  Glenn Morris  <rgm@gnu.org>
327         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
328         Update callers.
330         * apropos.el (apropos-match-face):
331         * calculator.el (calculator-displayer):
332         * dabbrev.el (dabbrev-search-these-buffers-only):
333         * face-remap.el (buffer-face-mode-face):
334         * simple.el (yank-handled-properties):
335         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
336         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
337         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
338         (hashcash-double-spend-database):
339         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
340         (ruby-deep-indent-paren-style):
341         * textmodes/flyspell.el (flyspell-auto-correct-binding):
342         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
343         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
344         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
345         Specify custom types.
347         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
348         * bookmark.el (bookmark-bmenu-use-header-line):
349         * doc-view.el (doc-view-scale-internally):
350         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
351         * register.el (register-preview-delay):
352         * net/shr.el (shr-bullet):
353         * progmodes/cfengine.el (cfengine-cf-promises)
354         (cfengine-parameters-indent):
355         * progmodes/octave.el (inferior-octave-error-regexp-alist):
356         * textmodes/reftex-vars.el (reftex-label-regexps):
357         * vc/log-edit.el (log-edit-setup-add-author): Add version.
359         * net/tls.el (tls-certtool-program): Fix default value.
361         * desktop.el (desktop-restore-in-current-display):
362         * newcomment.el (comment-empty-lines):
363         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
364         (idlwave-pad-keyword):
365         * progmodes/tcl.el (tcl-tab-always-indent):
366         * textmodes/reftex-vars.el (reftex-index-default-tag):
367         * elec-pair.el (electric-pair-skip-whitespace):
368         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
370         * emacs-lisp/authors.el (authors-ignored-files)
371         (authors-valid-file-names, authors-renamed-files-alist): Additions.
373 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
375         * shell.el (shell-dynamic-complete-command): Doc fix.
376         (shell--command-completion-data): Shell completion now matches
377         executable filenames from the current buffer's directory, on
378         systems in which this behavior is the default (windows-nt, ms-dos).
380 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
382         * net/shr.el (shr-insert): Don't infloop if the width is zero.
384 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
386         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
387         (bug#16251).
389         * electric.el: Move all electric-pair-* to elec-pair.el.
390         * elec-pair.el: New file, split from electric.el.
392 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
394         * net/shr.el (shr-find-fill-point): Don't try to fill if the
395         indentation level is larger than the width, because that will
396         infloop.
397         (shr-insert): Fill repeatedly long texts, so that Japanese is
398         formatted correctly (bug#16263).
399         (shr-find-fill-point): Off by one error in comparison with the
400         indentation.
402 2013-12-26  João Távora  <joaotavora@gmail.com>
404         * electric.el (electric-pair-mode): More flexible engine for skip-
405         and inhibit predicates, new options for pairing-related functionality.
406         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
407         if that keeps or improves their balance in buffers.
408         (electric-pair-delete-adjacent-pairs): Delete the pair when
409         backspacing over adjacent matched delimiters.
410         (electric-pair-open-extra-newline): Open extra newline when
411         inserting newlines between adjacent matched delimiters.
412         (electric--sort-post-self-insertion-hook):
413         Sort post-self-insert-hook according to priority values when
414         minor-modes are activated.
415         * simple.el (newline-and-indent): Call newline with interactive
416         set to t.
417         (blink-paren-post-self-insert-function): Set priority to 100.
418         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
419         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
420         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
421         electric-pair-open-newline-between-pairs to nil.
423 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
425         * progmodes/python.el: Use lexical-binding.
426         (python-nav-beginning-of-defun): Stop searching ASAP.
428 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
430         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
431         Fix interactive spec.  Doc fix.  (Bug#15754)
433 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
435         * emacs-lisp/byte-run.el (eval-when-compile):
436         * progmodes/cc-defs.el (cc-eval-when-compile):
437         Fix edebug spec (bug#16184).
439 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
441         * net/shr.el (shr-visit-file): Remove debugging function.
442         (shr-insert): Don't infloop if we can't find a good place to break
443         the line (bug#16256).
445 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
447         * progmodes/python.el:
448         (python-nav--lisp-forward-sexp): New function.
449         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
450         python-nav-lisp-forward-sexp-safe.
451         (python-nav--forward-sexp): New argument SAFE allows switching
452         forward sexp movement behavior for parens.
453         (python-nav-forward-sexp): Throw errors on unterminated parens
454         (Bug#16191).
455         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
456         (python-nav-backward-sexp-safe): New functions.
457         (python-shell-buffer-substring):
458         Use `python-nav-forward-sexp-safe'.
460 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
462         * net/shr.el (shr-find-fill-point): Don't break lines before a
463         quotation mark.
464         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
465         (shr-find-fill-point): Remove the special checks for the quotation
466         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
468 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
470         * net/eww.el (eww-form-textarea): Use a different face for
471         textareas than text input since they have different keymaps
472         (bug#16142).
474 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
476         * progmodes/python.el (python-nav-beginning-of-statement):
477         Speed up (Bug#15295).
479 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
481         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
482         the window configuration.
484 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
486         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
487         we run on MS-Windows or MS-DOS.
489 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
491         * window.el (balance-windows-area): Call window-size instead of
492         window-height and window-width.  Bug#16241.
494 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
496         * net/eww.el (eww-bookmark-quit): Remove.
497         (eww-bookmark-browse): Restore the window configuration when you
498         choose a bookmark (bug#16144).
500 2013-12-24  Daniel Colascione  <dancol@dancol.org>
502         * icomplete.el: Remove redundant :group arguments to `defcustom'
503         throughout.
504         (icomplete-show-matches-on-no-input): New customizable variable.
505         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
506         we have something to show.
507         (icomplete-exhibit): Compute completions even if we have no user input.
509 2013-12-23  Daniel Colascione  <dancol@dancol.org>
511         * icomplete.el: Move `provide' to end of file.
513 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
515         * net/gnutls.el (gnutls-verify-error): Add version tag.
517 2013-12-23  Chong Yidong  <cyd@gnu.org>
519         * subr.el (set-transient-map): Rename from
520         set-temporary-overlay-map.  Doc fix.
522         * face-remap.el (text-scale-adjust):
523         * indent.el (indent-rigidly):
524         * kmacro.el (kmacro-call-macro):
525         * minibuffer.el (minibuffer-force-complete):
526         * repeat.el (repeat):
527         * simple.el (universal-argument--mode):
528         * calendar/todo-mode.el (todo-insert-item--next-param):
529         * progmodes/f90.el (f90-abbrev-start): Callers changed.
531         * indent.el (indent-rigidly): Use substitute-command-keys.
533 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
535         * net/eww.el (eww-tag-select): Add text-property to jump to next
536         select field.
537         (eww): Add non-supported ftp error.
539 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
541         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
542         comments.  Handle electric indent after typing `?' and `!'.
544 2013-12-22  Chong Yidong  <cyd@gnu.org>
546         * faces.el (face-spec-recalc): If the theme specs are not
547         applicable to a frame, fall back on the defface spec.
548         This prevents themes from obliterating faces on low-color terminals.
550 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
552         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
553         after `{'.  We need it after block openers, and it doesn't seem
554         to hurt after hash openers.
556 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
558         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
559         extracted from `ruby-smie-rules'.
560         (ruby--electric-indent-chars): New variable.
561         (ruby--electric-indent-p): New function.
562         (ruby-mode): Use `electric-indent-functions' instead of
563         `electric-indent-chars'.
565 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
567         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
568         docstring.
569         (ruby-smie-rules): Indent plus one level after `=>'.
571 2013-12-21  Richard Stallman  <rms@gnu.org>
573         * simple.el (newline): Doc fix.
575 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
577         * net/eww.el (eww-list-histories, eww-list-histories)
578         (eww-history-browse, eww-history-quit, eww-history-kill)
579         (eww-history-mode-map, eww-history-mode): New command and
580         functions to list browser histories.
581         (eww-form-text): Support text form with disabled
582         and readonly attributes.
583         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
585 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
587         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
588         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
589         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
590         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
591         Use `user-error'.
592         (eww-bookmark-mode-map): Add menu.
593         (eww-render, eww-mode): Use `setq-local'.
594         (eww-tool-bar-map): New variable.
595         (eww-mode): Set `tool-bar-map'.
596         (eww-view-source): Check for `html-mode' with `fboundp'.
598 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600         * net/shr.el (shr--extract-best-source): Don't bug out on audio
601         elements with text inside.  Also remove debugging.
603 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
605         * cus-start.el (all): Add ns-use-srgb-colorspace.
607 2013-12-21  Chong Yidong  <cyd@gnu.org>
609         * custom.el (custom-theme-recalc-face): Do nothing if the face is
610         undefined.  Thus, theme settings for undefined faces do not take
611         effect until the faces are defined with defface, the same as with
612         theme variables.
614         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
615         (face-spec-reset-face): Don't assign extra properties in temacs.
616         (face-spec-recalc): Apply X resources too.
618 2013-12-21  Chong Yidong  <cyd@gnu.org>
620         * faces.el (face-spec-set):
621         * cus-face.el (custom-theme-set-faces, custom-set-faces):
622         * custom.el (defface): Doc fixes (Bug#16203).
624         * indent.el (indent-rigidly-map): Add docstring, and move commands
625         into named functions.
626         (indent-rigidly-left, indent-rigidly-right)
627         (indent-rigidly-left-to-tab-stop)
628         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
629         indentation direction based on bidi direction, and accumulate
630         sequential commands in a single undo boundary.
631         (indent-rigidly--pop-undo): New utility function.
633 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
635         * faces.el (read-face-name): Require crm.el when using crm-separator.
637 2013-12-20  Daniel Colascione  <dancol@dancol.org>
639         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
640         so that we don't reflow comments into the shebang line.
642 2013-12-20  Juri Linkov  <juri@jurta.org>
644         * saveplace.el (save-place-to-alist): Add `dired-filename' as
645         a position when `dired-directory' is non-nil.  Check integer
646         positions with `integerp'.
647         (toggle-save-place, save-places-to-alist): Add check for
648         `dired-directory'.
649         (save-place-find-file-hook): Check integer positions with
650         `integerp'.
651         (save-place-dired-hook): Use `dired-goto-file' when
652         `dired-filename' is found in the assoc list.  Check integer
653         positions with `integerp'.
654         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
656         * dired.el (dired-initial-position-hook): Rename back from
657         `dired-initial-point-hook'.
658         (dired-initial-position): Rename `dired-initial-point-hook' to
659         `dired-initial-position-hook'.
660         (dired-file-name-at-point): Doc fix.  (Bug#15329)
662 2013-12-20  Juri Linkov  <juri@jurta.org>
664         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
665         (read-regexp-suggestions): New function.
666         (read-regexp): Use `read-regexp-defaults-function' to get default values.
667         Use `read-regexp-suggestions'.  Add non-empty default to history
668         for empty input.
669         (occur-read-regexp-defaults-function): Remove function.
670         (occur-read-primary-args): Use `regexp-history-last' instead of
671         `occur-read-regexp-defaults-function'.
673         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
674         (hi-lock-line-face-buffer, hi-lock-face-buffer)
675         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
676         `hi-lock-read-regexp-defaults-function'.  Doc fix.
677         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
678         with `find-tag-default-as-symbol-regexp'.  Doc fix.
679         (hi-lock-read-regexp-defaults): Remove function.
680         (hi-lock-regexp-okay): Add check for null.
682         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
683         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
685         * subr.el (find-tag-default-as-symbol-regexp): New function.
686         (find-tag-default-as-regexp): Move symbol regexp formatting to
687         `find-tag-default-as-symbol-regexp'.
689 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
691         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
692         (Bug#14179)
694 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
696         * calendar/todo-mode.el: New implementation of item insertion
697         commands and key bindings.
698         (todo-key-prompt): New face.
699         (todo-insert-item): New command.
700         (todo-insert-item--parameters): New defconst, replacing defvar
701         todo-insertion-commands-args-genlist.
702         (todo-insert-item--param-key-alist): New defconst, replacing
703         defvar todo-insertion-commands-arg-key-list.
704         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
705         (todo-insert-item--argsleft, todo-insert-item--apply-args)
706         (todo-insert-item--next-param): New functions.
707         (todo-insert-item--args, todo-insert-item--argleft)
708         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
709         New variables.
710         (todo-key-bindings-t): Change binding of "i" from
711         todo-insertion-map to todo-insert-item.
712         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
713         (todo-insertion-command-name, todo-insertion-commands-names)
714         (todo-define-insertion-command, todo-insertion-commands)
715         (todo-insertion-key-bindings, todo-insertion-map): Remove.
717 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
719         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
720         (todo-toggle-item-highlighting): Use eval-and-compile instead of
721         eval-when-compile.
722         (todo-move-category): Allow choosing a non-existing todo file to
723         move the category to, and create that file.
724         (todo-default-priority): New user option.
725         (todo-set-item-priority): Use it.
726         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
727         (desktop-restore-file-buffer): Declare.
728         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
729         (todo-modes-set-2): Locally set desktop-save-buffer to
730         todo-desktop-save-buffer.
731         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
732         (auto-mode-alist): Add autoload cookie.
734 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
736         * emacs-lisp/subr-x.el: Renamed from helpers.el.
737         helpers.el was a poor choice of name.
738         (string-remove-prefix): New function.
739         (string-remove-suffix): New function.
741 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
743         Fix assignment for new window total sizes.
744         * window.el (window--pixel-to-size): Remove function.
745         (window--pixel-to-total-1, window--pixel-to-total):
746         Fix calculation of new total sizes.
748 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
750         * comint.el (comint-output-filter): Fix rear-nonsticky property
751         placement (Bug#16010).
753 2013-12-20  Chong Yidong  <cyd@gnu.org>
755         * faces.el (read-color): Minor fix for completion function.
757 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
759         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
760         New option.  (Bug#16182)
761         (ruby-smie--indent-to-stmt-p): Use it.
762         (ruby-smie-rules): Revert the logic in the handling of `when'.
763         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
764         (ruby-deep-arglist, ruby-deep-indent-paren)
765         (ruby-deep-indent-paren-style): Update docstrings to note that the
766         vars don't have any effect with SMIE.
768 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
770         * calc/calc.el (calc-enter, calc-pop): Use the variable
771         `calc-context-sensitive-enter'.
773 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775         * net/shr.el (shr-insert): Protect against infloops in degenerate
776         tables.
778 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
780         * progmodes/octave.el (octave): Add link to manual and octave
781         homepage.
782         (octave-mode-menu): Link to octave-mode manual.
784 2013-12-20  Leo Liu  <sdl.web@gmail.com>
786         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
787         insertion using skeleton-end-newline.  (Bug#16138)
789 2013-12-20  Juri Linkov  <juri@jurta.org>
791         * replace.el (occur-engine): Use `add-face-text-property'
792         to add the face property to matches and titles.  (Bug#14645)
794         * hi-lock.el (hi-green): Use lighter color "light green" closer to
795         the palette of other hi-lock colors.
796         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
798 2013-12-19  Juri Linkov  <juri@jurta.org>
800         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
801         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
802         (minibuffer-history-symbol): Move variable declaration closer to
803         its usage.
805         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
806         (Bug#14785)
808 2013-12-19  Juri Linkov  <juri@jurta.org>
810         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
811         New function.
812         (log-edit-hook): Add it to :options.  (Bug#16170)
814 2013-12-19  Juri Linkov  <juri@jurta.org>
816         * simple.el (eval-expression-print-format): Don't check for
817         command names and the last command.  Always display additional
818         formats of the integer result in the echo area, and insert them
819         to the current buffer only with a zero prefix arg.
820         Display character when char-displayable-p is non-nil.
821         (eval-expression): With a zero prefix arg, set `print-length' and
822         `print-level' to nil, and insert the integer values from
823         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
825         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
826         `eval-last-sexp-arg-internal'.  Doc fix.
827         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
828         `eval-last-sexp-print-value'.  Doc fix.
829         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
830         Set `print-length' and `print-level' to nil when arg is zero.
831         (eval-last-sexp): Doc fix.
832         (eval-defun-2): Print the integer values from
833         `eval-expression-print-format' at the end.
835         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
836         values from `eval-expression-print-format' at the end.
838         * ielm.el (ielm-eval-input): Print the integer
839         values from `eval-expression-print-format' at the end.
841 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
843         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
844         2013-12-11T19:01:44Z!tzz@lifelogs.com.
846 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
848         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
849         (hl-line-highlight, global-hl-line-highlight): Use it.
850         (hl-line-overlay): Use defvar-local.
852 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
854         * term/ns-win.el: Require dnd.
855         (global-map): Remove drag items.
856         (ns-insert-text, ns-set-foreground-at-mouse)
857         (ns-set-background-at-mouse):
858         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
859         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
860         New functions.
862 2013-12-19  Glenn Morris  <rgm@gnu.org>
864         * emacs-lisp/ert.el (ert-select-tests):
865         Fix string/symbol mixup.  (Bug#16121)
867 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
869         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
870         keywords to their parent.
872 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
874         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
875         first arg to be a string (fixed dead code), or an operator symbol.
876         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
877         operator symbols.
878         (ruby-smie-rules): Remove parent token check in the `.' clause, it
879         did nothing.  Don't respond to `(:after ".")', it will be called
880         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
881         change anything.  Only return indentation for binary operators
882         when they are hanging.  De-dent opening paren when its parent is
883         `.', otherwise it looks bad when the dot is not at bol or eol
884         (bug#16182).
886 2013-12-19  Juri Linkov  <juri@jurta.org>
888         * replace.el (query-replace-read-args): Split a non-negative arg
889         and a negative arg into separate elements.
890         (query-replace, query-replace-regexp, replace-string)
891         (replace-regexp): Add arg `backward'.  Doc fix.
892         (replace-match-maybe-edit): When new arg `backward' is non-nil,
893         move point to the beginning of the match.
894         (replace-search, replace-highlight): Use new arg `backward'
895         to set the value of `isearch-forward'.
896         (perform-replace): Add arg `backward' and use it to perform
897         replacement backward.  (Bug#14979)
899         * isearch.el (isearch-query-replace): Use a negative prefix arg
900         to call `perform-replace' with a non-nil arg `backward'.
902 2013-12-18  Juri Linkov  <juri@jurta.org>
904         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
905         to the default list.  Move `log-edit-show-files' to the end.
906         Add more available functions to options.
907         (log-edit): Move default specific settings to
908         `log-edit-insert-message-template'.  Don't move point.
909         (log-edit-insert-message-template): New function.
910         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
911         (Bug#16170)
913 2013-12-18  Juri Linkov  <juri@jurta.org>
915         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
916         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
918 2013-12-18  Leo Liu  <sdl.web@gmail.com>
920         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
921         (Bug#16186)
923 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
925         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
926         formats for displaying file sizes when the -s switch is given.
927         Instead, compute a separate format for displaying the size in
928         blocks, which is displayed in addition to the "regular" size.
929         When -h is given in addition to -s, produce size in blocks in
930         human-readable form as well.  (Bug#16179)
932 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
934         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
935         Reference tables with ~\ref{...} instead of only \ref{...}.
937 2013-12-18  Chong Yidong  <cyd@gnu.org>
939         * cus-edit.el (custom-magic-alist): Fix "themed" description
940         (Bug#14348).
942         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
943         is non-nil, do not create a new entry in the symbol's theme-value
944         or theme-face property; update theme-settings only (Bug#14664).
945         (custom-available-themes): Doc fix.
947         * cus-theme.el (custom-new-theme-mode-map): Add bindings
948         (Bug#15674).
950         * replace.el (occur-engine): Avoid infloop (Bug#7593).
952 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
954         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
955         (Bug#13914).
957 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
959         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
961 2013-12-18  Glenn Morris  <rgm@gnu.org>
963         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
964         * cus-start.el (load-prefer-newer): New option.
966 2013-12-18  Le Wang  <l26wang@gmail.com>
968         * comint.el (comint-previous-matching-input-from-input):
969         Retain point (Bug#13404).
971 2013-12-18  Chong Yidong  <cyd@gnu.org>
973         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
975 2013-12-18  Glenn Morris  <rgm@gnu.org>
977         * mail/emacsbug.el (report-emacs-bug):
978         Only mention enable-multibyte-characters if non-standard.
980 2013-12-17  Juri Linkov  <juri@jurta.org>
982         * arc-mode.el (archive-extract-by-file): Check if directory exists
983         before deletion to not show irrelevant errors if it doesn't exist.
985 2013-12-17  Juri Linkov  <juri@jurta.org>
987         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
988         (Bug#14751)
990         * net/eww.el (browse-web): Add alias to `eww'.
991         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
992         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
994         * net/browse-url.el (browse-url-browser-function): Move `eww'
995         closer to similar functions.
997         * startup.el (fancy-startup-screen, fancy-about-screen):
998         Set browse-url-browser-function to eww-browse-url locally.
999         (Bug#14751)
1001 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1003         * window.el (window--pixel-to-total): Remove unused `mini' var.
1004         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
1005         (split-window): Remove unused `new' var.
1006         (window--display-buffer): Remove unused `frame' and `delta' vars.
1007         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
1008         and display-width'.
1010 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
1012         * dired.el (dired-mark-pop-up):
1013         * register.el (register-preview): Don't bind
1014         split-height-threshold here since it's now done in
1015         display-buffer-below-selected.
1017 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
1019         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
1020         xterm-rgb-convert-to-16bit.
1021         (rxvt-register-default-colors): Standardize with
1022         xterm-register-default-colors (Bug#14078).
1024 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
1026         * simple.el (kill-region): Pass mark first, then point, so that
1027         kill-append works right (Bug#12819).
1028         (copy-region-as-kill, kill-ring-save): Likewise.
1030 2013-12-17  Leo Liu  <sdl.web@gmail.com>
1032         * net/rcirc.el (rcirc-add-face):
1033         * eshell/em-prompt.el (eshell-emit-prompt):
1034         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
1035         (Bug#16167)
1037 2013-12-17  Chong Yidong  <cyd@gnu.org>
1039         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
1040         Suggested by Xue Fuqiao.
1042 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1044         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
1046 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * net/shr.el (shr-insert-document): Remove unused var
1049         `shr-preliminary-table-render'.
1050         (shr-rescale-image): Remove unused arg `force'.
1051         (shr-put-image): Update calls accordingly.
1052         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
1054 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
1056         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
1057         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
1058         :close-all, to see which indentation method to use (Bug#16116).
1059         (smie-rules-function): Document the method :close-all.
1061 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1063         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
1065         * net/eww.el (eww-display-html): If we can't find the anchor we're
1066         looking for, then go to point-min.
1068 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
1070         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
1071         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
1072         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
1073         Expand dir too, in case it's relative.
1075 2013-12-16  Juri Linkov  <juri@jurta.org>
1077         * desktop.el (desktop-auto-save-timeout): Change default to
1078         `auto-save-timeout'.  Doc fix.
1079         (desktop-save): Skip the timestamp in desktop-saved-frameset
1080         when checking for auto-save changes.
1081         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
1082         `desktop-auto-save' is called repeatedly by the idle timer.
1083         (desktop-auto-save-set-timer): Replace `run-with-timer' with
1084         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
1085         (Bug#15331)
1087 2013-12-16  Juri Linkov  <juri@jurta.org>
1089         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
1090         (Bug#16035)
1091         (isearch-pre-command-hook): Check `this-command' for symbolp.
1093 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1095         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
1097 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
1099         * progmodes/cfengine.el (cfengine3--current-word): Remove.
1100         (cfengine3--current-function): Bring in the current-function
1101         functionality from `cfengine3--current-word'.
1102         (cfengine3-completion-function): Bring in the
1103         bounds-of-current-word functionality from
1104         `cfengine3--current-word'.
1106 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
1108         * window.el (display-buffer-below-selected):
1109         Bind split-height-threshold to 0 as suggested by Juri Linkov.
1111 2013-12-16  Leo Liu  <sdl.web@gmail.com>
1113         * progmodes/compile.el (compile-goto-error): Do not push-mark.
1114         Remove NOMSG arg and all uses changed.
1116 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1118         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
1119         (cua--deactivate-rectangle): Don't deactivate the mark.
1120         (cua-set-rectangle-mark): Don't set mark-active since
1121         cua--activate-rectangle already does it for us.
1122         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
1123         non-rectangular region.
1125         * emulation/cua-base.el (cua-repeat-replace-region):
1126         Use with-current-buffer.
1128         * net/gnutls.el: Use cl-lib.
1129         (gnutls-negotiate): `mapcan' -> cl-mapcan.
1131 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1133         * emacs-lisp/package.el (package-built-in-p): Support both
1134         built-in and the package.el converted package descriptions.
1135         (package-show-package-list): Allow keywords.
1136         (package-keyword-button-action): Use it instead of
1137         `finder-list-matches'.
1138         (package-menu-filter-interactive): Interactive filtering (by
1139         keyword) function.
1140         (package-menu--generate): Support keywords and change keymappings
1141         and headers when they are given.
1142         (package--has-keyword-p): Helper function.
1143         (package-menu--refresh): Use it.
1144         (package--mapc): Helper function.
1145         (package-all-keywords): Use it.
1146         (package-menu-mode-map): Set up menu items and keybindings to
1147         provide a filtering UI.
1149 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1151         * net/gnutls.el (gnutls-verify-error): New defcustom to control
1152         the behavior when a certificate fails validation.  Defaults to
1153         old behavior: never abort, just warn.
1154         (gnutls-negotiate): Use it.
1156 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
1158         * window.el (display-buffer-below-selected): Never split window
1159         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
1161 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
1163         * emacs-lisp/package.el (package--prepare-dependencies): New function.
1164         (package-buffer-info): Use it (bug#15108).
1166 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1168         * icomplete.el (icomplete-completions): Make sure the prefix is already
1169         displayed elsewhere before hiding it (bug#16219).
1171 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1173         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
1174         open-paren tokens when preceded by a open-paren, too.
1175         (ruby-smie-rules): Handle virtual indentation after open-paren
1176         tokens specially.  If there is code between it and eol, return the
1177         column where is starts (Bug#16118).
1179 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1181         * progmodes/cfengine.el: Fix `add-hook' doc.
1182         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
1183         (cfengine3--current-word): Fix parameters.
1184         (cfengine3-make-syntax-cache): Simplify further.
1185         (cfengine3-completion-function, cfengine3--current-function):
1186         Use `assq' for symbols.
1187         (cfengine3--current-function): Fix `cfengine3--current-word' call.
1189 2013-12-13  Glenn Morris  <rgm@gnu.org>
1191         * loadup.el (load-path): Warn if site-load or site-init changes it.
1192         No more need to reset it when bootstrapping.
1194 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
1196         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
1197         locations for cf-promises.
1198         (cfengine-mode-syntax-functions-regex): New caching variable.
1199         (cfengine3-fallback-syntax): Fallback syntax for cases where
1200         cf-promises doesn't run.
1201         (cfengine3--current-word): Reimplement using
1202         `cfengine-mode-syntax-functions-regex'.
1203         (cfengine3-completion-function, cfengine3--current-function):
1204         Use `cfengine3-make-syntax-cache' directly.
1205         (cfengine3-clear-syntax-cache): New function.
1206         (cfengine3-make-syntax-cache): Simplify and create
1207         `cfengine-mode-syntax-functions-regex' on demand.
1208         (cfengine3-format-function-docstring): Don't call
1209         `cfengine3-make-syntax-cache' explicitly.
1211 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
1213         Fix windmove-find-other-window broken after pixelwise resizing
1214         (Bug#16017).
1215         * windmove.el (windmove-other-window-loc): Revert change from
1216         2013-12-04.
1217         (windmove-find-other-window): Call window-in-direction.
1218         * window.el (window-in-direction): New arguments SIGN, WRAP and
1219         MINI to emulate original windmove-find-other-window behavior.
1221 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
1223         * simple.el (blink-matching--overlay): New variable.
1224         (blink-matching-open): Instead of moving point, highlight the
1225         matching paren with an overlay
1226         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
1228         * faces.el (paren-showing-faces, show-paren-match)
1229         (show-paren-mismatch): Move from paren.el.
1231 2013-12-13  Leo Liu  <sdl.web@gmail.com>
1233         * indent.el (indent-region): Disable progress reporter in
1234         minibuffer.  (Bug#16108)
1236         * bindings.el (visual-order-cursor-movement): Fix version.
1238 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1240         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
1241         Also match after beginning of line.
1242         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
1243         files.  Thanks to Russell Sim.  (Bug#15378)
1245 2013-12-13  Juri Linkov  <juri@jurta.org>
1247         * simple.el <Keypad support>: Remove key bindings duplicated
1248         with bindings.el.  (Bug#14397)
1250 2013-12-13  Juri Linkov  <juri@jurta.org>
1252         * comint.el (comint-mode-map): Replace `delete-char' with
1253         `delete-forward-char'.  (Bug#16109)
1255 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1257         * progmodes/python.el (python-indent-calculate-indentation):
1258         Fix de-denters cornercase.  (Bug#15731)
1260 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1262         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
1263         (advice--make): Pay attention to `depth'.
1264         (advice--make-1): Don't autoload commands eagerly.
1265         * emacs-lisp/elp.el (elp-instrument-function):
1266         * emacs-lisp/trace.el (trace-function-internal):
1267         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
1269         * iswitchb.el (iswitchb-mode): Don't belittle ido.
1271 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
1273         * term/w32-win.el (w32-handle-dropped-file):
1274         * startup.el (normal-top-level):
1275         * net/browse-url.el (browse-url-file-url):
1276         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
1277         decode file names using 'utf-8' rather than
1278         file-name-coding-system.
1280 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1282         * progmodes/python.el (python-indent-context)
1283         (python-indent-calculate-indentation): Fix auto-identation
1284         behavior for comment blocks.  (Bug#15916)
1286 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1288         * progmodes/python.el (python-indent-calculate-indentation):
1289         When determining indentation, don't treat "return", "pass", etc., as
1290         operators when they are just string constituents.  (Bug#15812)
1292 2013-12-12  Juri Linkov  <juri@jurta.org>
1294         * uniquify.el (uniquify-buffer-name-style): Change default to
1295         `post-forward-angle-brackets'.
1297         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
1298         `uniquify'.  Change default to `post-forward-angle-brackets'.
1300 2013-12-11  Glenn Morris  <rgm@gnu.org>
1302         * emacs-lisp/package.el (finder-list-matches):
1303         Autoload rather than falsely declaring.
1305 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
1307         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
1308         (eww-mode-map): Use them.
1310 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
1312         * window.el (display-buffer-in-side-window): Fix doc-string
1313         (Bug#16115).
1315 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
1317         * vc/vc-git.el: Silence byte-compiler warnings.
1318         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1319         (log-edit-set-header): Declare.
1321 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
1323         * Makefile.in (custom-deps, finder-data): Run output file names
1324         through unmsys--file-name.  (Bug#16099)
1326 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1329         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1331         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1332         instead of deleting the selection "by hand" (bug#16098).
1333         Rely on insert-for-yank to yank rectangles.
1334         (cua-highlight-region-shift-only): Mark obsolete.
1335         (cua-mode): Don't enable/disable transient-mark-mode,
1336         shift-select-mode (cua-mode works both with and without them), and
1337         pc-selection-mode (obsolete).
1338         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1339         (cua--deactivate-rectangle): Deactivate it.
1341         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1342         (delete-selection-helper): Make sure yank starts at the top of the
1343         deleted region.
1344         (minibuffer-keyboard-quit): Use region-active-p.
1346         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1348         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1349         to `delete' (bug#16109).
1351 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1353         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1354         info manual and show keybindings and set `:group' keyword.
1356 2013-12-11  Juri Linkov  <juri@jurta.org>
1358         * delsel.el (delete-active-region): Let-bind `this-command'
1359         to prevent `kill-region' from changing its original value.
1360         (delete-selection-helper): Handle `overwrite-mode' for the type
1361         `kill' exactly the same way as for the type `t'.
1362         (insert-char, quoted-insert, reindent-then-newline-and-indent):
1363         Support more commands.  (Bug#13312)
1365 2013-12-11  Juri Linkov  <juri@jurta.org>
1367         * bindings.el: Map kp keys to non-kp keys systematically
1368         with basic modifiers control, meta and shift.  (Bug#14397)
1370 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1372         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1373         "Close browser" menu items.  Fix wrong function of "List
1374         bookmarks".
1376 2013-12-11  Juri Linkov  <juri@jurta.org>
1378         * misearch.el (multi-isearch-buffers): Set the value of
1379         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1380         arg of isearch-forward to t.
1381         (multi-isearch-buffers-regexp): Set the value of
1382         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1383         arg of isearch-forward-regexp to t.
1384         (multi-isearch-files): Set the value of
1385         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
1386         arg of isearch-forward to t.
1387         (multi-isearch-files-regexp): Set the value of
1388         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
1389         arg of isearch-forward-regexp to t.  (Bug#16035)
1391         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1392         arg of isearch-forward to t.
1393         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1394         arg of isearch-forward-regexp to t.
1395         (dired-isearch-filter-filenames): Remove unnecessary check for
1396         `dired-isearch-filenames'.
1398         * comint.el (comint-history-isearch-backward):
1399         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1400         (comint-history-isearch-backward-regexp):
1401         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1403 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
1405         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1406         unmsys--file-name.  (Bug#16099)
1408 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
1410         * emacs-lisp/package.el (package-keyword-button-action):
1411         Remove finder.el require dependency.
1413 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
1415         * emacs-lisp/package.el: Require finder.el.
1416         (describe-package-1): Add keyword buttons.
1417         (package-make-button): New convenience function.
1418         (package-keyword-button-action): Keyword button action using
1419         `finder-list-matches'.
1421 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
1423         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1424         last commit.
1426 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
1428         * autorevert.el (auto-revert-notify-add-watch): Do not handle
1429         symlinked files.
1431 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1433         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1434         after the end of a percent literal.
1436 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1438         * progmodes/ruby-mode.el (ruby-forward-string): Document.
1439         Handle caret-delimited strings (Bug#16079).
1441 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1443         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1444         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1445         `ruby-parse-partial' (Bug#16078).
1447 2013-12-09  Leo Liu  <sdl.web@gmail.com>
1449         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
1451 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1453         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1454         (js-switch-indent-offset): New option.
1455         (js--proper-indentation): Use it.  And handle the case when
1456         "default" is actually a key in an object literal.
1457         (js--same-line): New function.
1458         (js--multi-line-declaration-indentation): Use it.
1459         (js--indent-in-array-comp, js--array-comp-indentation):
1460         New functions.
1461         (js--proper-indentation): Use them, to handle array comprehension
1462         continuations.
1464 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1466         * progmodes/flymake.el (flymake-highlight-line): Re-write.
1467         (flymake-make-overlay): Remove arg MOUSE-FACE.
1468         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1470 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1472         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1473         New function.
1474         (redisplay-highlight-region-function): Use it.
1476         * emulation/cua-base.el (cua--explicit-region-start)
1477         (cua--last-region-shifted): Remove.
1478         (cua--deactivate): Use deactivate-mark.
1479         (cua--pre-command-handler-1): Don't handle shift-selection.
1480         (cua--post-command-handler-1): Don't change transient-mark-mode.
1481         (cua--select-keymaps): Use region-active-p rather than
1482         cua--explicit-region-start or cua--last-region-shifted.
1483         (cua-mode): Enable shift-select-mode.
1485 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1487         * progmodes/flymake.el (flymake-popup-current-error-menu):
1488         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
1489         (flymake-posn-at-point-as-event, flymake-popup-menu)
1490         (flymake-make-emacs-menu): Remove.  (Bug#16077)
1492 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1494         * rect.el (rectangle-mark-mode): Activate mark even if
1495         transient-mark-mode is off (bug#16066).
1496         (rectangle--highlight-for-redisplay): Fix boundary condition when point
1497         is > mark and at bolp.
1499         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1500         (region-extract-function): Use it.
1501         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1502         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1503         Delete functions.
1504         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1505         kill-ring-save, kill-region, delete-char, delete-forward-char.
1506         Ignore self-insert-iso.
1508         * emulation/cua-gmrk.el (cua--init-global-mark):
1509         Ignore `self-insert-iso'.
1511         * emulation/cua-base.el (cua--prefix-copy-handler)
1512         (cua--prefix-cut-handler): Rely on region-extract-function rather than
1513         checking cua--rectangle.
1514         (cua-delete-region): Use region-extract-function.
1515         (cua-replace-region): Delete function.
1516         (cua-copy-region, cua-cut-region): Obey region-extract-function.
1517         (cua--pre-command-handler-1): Don't do the delete-selection thing.
1518         (cua--self-insert-char-p): Ignore `self-insert-iso'.
1519         (cua--init-keymaps): Don't remap delete-selection commands.
1520         (cua-mode): Use delete-selection-mode instead of rolling our own
1521         (bug#16085).
1523         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1524         Obey region-extract-function.
1526         Make registers and delete-selection-mode work on rectangles.
1527         * register.el (describe-register-1): Don't modify the register's value.
1528         (copy-to-register): Obey region-extract-function.
1529         * delsel.el (delete-active-region): Obey region-extract-function.
1531 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1533         * progmodes/flymake.el (flymake, flymake-error-bitmap)
1534         (flymake-warning-bitmap, flymake-fringe-indicator-position)
1535         (flymake-compilation-prevents-syntax-check)
1536         (flymake-start-syntax-check-on-newline)
1537         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1538         (flymake-start-syntax-check-on-find-file, flymake-log-level)
1539         (flymake-xml-program, flymake-master-file-dirs)
1540         (flymake-master-file-count-limit)
1541         (flymake-allowed-file-name-masks): Relocate.
1542         (flymake-makehash, flymake-float-time)
1543         (flymake-replace-regexp-in-string, flymake-split-string)
1544         (flymake-get-temp-dir): Remove.
1545         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1546         (flymake-current-row, flymake-selected-frame)
1547         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1548         related functions.  (Bug#16077)
1550 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
1552         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1554 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
1556         * help-fns.el (describe-function-1): Use new advice-* functions
1557         rather than old ad-* functions.  Fix function type description and
1558         source links for advised functions and subrs.
1560 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1564 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
1566         * progmodes/compile.el (compilation-start):
1567         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1569         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1570         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
1572 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1574         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1575         Touch up the last change.
1577 2013-12-06  Leo Liu  <sdl.web@gmail.com>
1579         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1580         (inferior-octave-startup): Always use "octave> " for prompt.
1581         (octave-goto-function-definition)
1582         (octave-sync-function-file-names)
1583         (octave-find-definition-default-filename): Remove redundant backquotes.
1585 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1587         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1588         syntax for `?'.
1589         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1590         where appropriate already.
1591         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1592         end of method names (Bug#15874).
1594 2013-12-06  Juri Linkov  <juri@jurta.org>
1596         * isearch.el (isearch--saved-overriding-local-map):
1597         New internal variable.
1598         (isearch-mode): Set it to the initial value of
1599         `overriding-terminal-local-map'.
1600         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1601         with `isearch--saved-overriding-local-map'.  (Bug#16035)
1603 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1605         * progmodes/octave.el (inferior-octave-completion-table):
1606         Turn back into function, use `completion-table-with-cache'
1607         (Bug#11906).  Update all references.
1609         * minibuffer.el (completion-table-with-cache): New function.
1611 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1613         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1615 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
1617         * net/eww.el (eww-current-source): New variable to store page
1618         source.
1619         (eww-display-html, eww-mode, eww-save-history)
1620         (eww-restore-history): Use it.
1621         (eww-view-source): New command to view page source.
1622         Opportunistically uses `html-mode' to highlight the buffer.
1623         (eww-mode-map): Install it.
1625 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1627         * net/dbus.el (dbus-unregister-service)
1628         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1629         Fix docstring.
1630         (dbus-unregister-service): Skip :serial entries in
1631         `dbus-registered-objects-table'.
1632         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1634 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
1636         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1637         around keywords with extra `split-string' argument.
1639 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
1641         * windmove.el (windmove-other-window-loc): Handle navigation
1642         between windows (excluding the minibuffer window - Bug#16017).
1644 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
1646         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1647         in D-Bus type syntax.
1648         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1649         preserve unibyte strings.  (Bug#16048)
1651 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1654         Call force-mode-line-update is the proper buffer (bug#16042).
1656 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
1658         * vc/log-edit.el (log-edit-add-new-comment): Rename to
1659         `log-edit-remember-comment', make argument optional.  Adjust all
1660         callers.
1661         (log-edit-mode): Add `log-edit-remember-comment' to
1662         `kill-buffer-hook' locally.
1663         (log-edit-kill-buffer): Don't remember comment explicitly since
1664         the buffer is killed anyway.
1666 2013-12-04  Juri Linkov  <juri@jurta.org>
1668         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1669         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
1671 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
1673         * notifications.el (notifications-close-notification): Call the
1674         D-Bus method with ID being a `:uint32'.  (Bug#16030)
1676 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1678         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1680 2013-12-03  Juri Linkov  <juri@jurta.org>
1682         * progmodes/compile.el (compilation-start): Rename window alist
1683         entry `no-display-ok' to `allow-no-window'.
1685         * simple.el (shell-command): Add window alist entry
1686         `allow-no-window' to `display-buffer'.
1687         (async-shell-command): Doc fix.
1689         * window.el (display-buffer-no-window): New action function.
1690         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
1692 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1694         * vc/log-edit.el (log-edit-set-header): Extract from
1695         `log-edit-toggle-header'.
1696         (log-edit-extract-headers): Separate the summary, when extracted
1697         from header, from the rest of the message with an empty line.
1699         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1700         line, if present, to the Summary header.
1702 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1705         in current-buffer (bug#16029).
1707 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
1709         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1710         (debugger-mode-map): Bind it.
1711         (debugger--backtrace-base): New function.
1712         (debugger-eval-expression): Use it.
1713         (debugger-frame-number): Skip local vars when present.
1714         (debugger--locals-visible-p, debugger--insert-locals)
1715         (debugger--show-locals, debugger--hide-locals): New functions.
1717 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
1719         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1720         "LC_ALL".
1721         (tramp-get-remote-locale): New defun.
1722         (tramp-open-connection-setup-interactive-shell): Use it.
1724 2013-12-02  Leo Liu  <sdl.web@gmail.com>
1726         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
1728         * progmodes/sh-script.el (sh-shell-process):
1729         * progmodes/octave.el (inferior-octave-process-live-p):
1730         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1731         (gdb-inferior-io-sentinel):
1732         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1734 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1736         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1737         `save-selected-window' to `log-edit-hide-buf'.  This makes
1738         `log-edit-show-files' idempotent.
1739         (log-edit-show-files): Mark the new window as dedicated.
1741 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1743         * vc/log-edit.el (log-edit-mode-map): Add binding for
1744         `log-edit-kill-biffer'.
1745         (log-edit-hide-buf): Add a FIXME comment.
1746         (log-edit-add-new-comment): New function, extracted from
1747         `log-edit-done'.
1748         (log-edit-done, log-edit-add-to-changelog): Use it.
1749         (log-edit-kill-buffer): New command.
1751 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1754         instead of killing the buffer.
1756 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1758         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1760 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1762         * net/eww.el (eww-form-checkbox-selected-symbol)
1763         (eww-form-checkbox-symbol): New customizable variable.
1764         (eww-form-checkbox, eww-toggle-checkbox):
1765         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1767         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1768         (shr--get-media-pref, shr--extract-best-source): New function.
1769         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1770         no :src tag was specified.
1772         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1773         (eww-render): Handle `eww-use-external-browser-for-content-type'.
1774         Use \\` to match beginning of string instead of ^.
1775         (eww-browse-with-external-browser): Provide optional URL parameter.
1776         (eww-render): Set `eww-current-title' back to "".
1778         * net/shr.el (shr-tag-video): Display content for video if no
1779         poster is available.
1780         (shr-tag-audio): Add support for <audio> tag.
1782         * net/eww.el (eww-text-input-types): New const.
1783         (eww-process-text-input): Treat input types in
1784         `eww-text-input-types' as text.
1786         * net/shr.el (shr-tag-table): Fix comment typo.
1788 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790         * net/eww.el (eww-follow-link): New command to avoid reloading
1791         pages when we follow #target links (bug#15243).
1792         (eww-quit): Special mode buffers shouldn't query before exiting.
1794 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1796         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1797         forms.
1799 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801         * net/eww.el (eww-restore-history): Update the window title after
1802         moving in the history.
1803         (eww-current-dom): New variable used to save the current DOM.
1805 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
1807         * vc/log-edit.el (log-edit-mode-map): Add binding for
1808         `log-edit-beginning-of-line'.
1809         (log-edit-setup-add-author): New user option.
1810         (log-edit-beginning-of-line): New command.
1811         (log-edit): Move major mode call above the contents setup so that
1812         the local variable values are already applied.
1813         (log-edit): Only insert "Author: " when
1814         `log-edit-setup-add-author' is non-nil.
1815         (log-edit): When SETUP is non-nil, position point after ": "
1816         instead of point-min.
1818 2013-12-01  Glenn Morris  <rgm@gnu.org>
1820         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1822 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
1824         * startup.el (fancy-splash-frame): On MS-Windows, trigger
1825         redisplay to make sure the initial frame gets a chance to become
1826         visible.  (Bug#16014)
1828 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
1830         Support resizing frames and windows pixelwise.
1831         * cus-start.el (frame-resize-pixelwise)
1832         (window-resize-pixelwise): New entries.
1833         * emacs-lisp/debug.el (debug): Use window-total-height instead
1834         of window-total-size.
1835         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1836         * help.el (describe-bindings-internal): Call help-buffer
1837         (temp-buffer-max-width): New option.
1838         (resize-temp-buffer-window, help-window-setup)
1839         (with-help-window): Rewrite.
1840         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
1841         dragging dividers.
1842         * window.el (frame-char-size, window-min-pixel-height)
1843         (window-safe-min-pixel-height, window-safe-min-pixel-width)
1844         (window-min-pixel-width, window-safe-min-pixel-size)
1845         (window-combination-p, window-safe-min-size)
1846         (window-resizable-p, window--size-to-pixel)
1847         (window--pixel-to-size, window--resize-apply-p): New functions.
1848         (window-safe-min-height): Fix doc-string.
1849         (window-size, window-min-size, window--min-size-1)
1850         (window-sizable, window-sizable-p, window--min-delta-1)
1851         (window-min-delta, window--max-delta-1, window-max-delta)
1852         (window--resizable, window--resizable-p, window-resizable)
1853         (window-full-height-p, window-full-width-p, window-at-side-p)
1854         (window--in-direction-2, window-in-direction)
1855         (window--resize-reset-1, window--resize-mini-window)
1856         (window-resize, window-resize-no-error)
1857         (window--resize-child-windows-normal)
1858         (window--resize-child-windows, window--resize-siblings)
1859         (window--resize-this-window, window--resize-root-window)
1860         (window--resize-root-window-vertically)
1861         (adjust-window-trailing-edge, enlarge-window, shrink-window)
1862         (maximize-window, minimize-window, delete-window)
1863         (quit-restore-window, window-split-min-size, split-window)
1864         (balance-windows-2, balance-windows)
1865         (balance-windows-area-adjust, balance-windows-area)
1866         (window--state-get-1, window-state-get, window--state-put-1)
1867         (window--state-put-2, window-state-put)
1868         (display-buffer-record-window, window--display-buffer):
1869         Make functions handle pixelwise sizing of windows.
1870         (display-buffer--action-function-custom-type)
1871         (display-buffer-fallback-action):
1872         Add display-buffer-in-previous-window.
1873         (display-buffer-use-some-window): Resize window to height it had
1874         before.
1875         (fit-window-to-buffer-horizontally): New option.
1876         (fit-frame-to-buffer): Describe new values.
1877         (fit-frame-to-buffer-bottom-margin): Replace with
1878         fit-frame-to-buffer-margins.
1879         (window--sanitize-margin): New function.
1880         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1881         using window-text-pixel-size.
1883 2013-11-30  Glenn Morris  <rgm@gnu.org>
1885         * emacs-lisp/bytecomp.el (byte-compile-form):
1886         Make the `interactive-only' warning like the `obsolete' one.
1887         * comint.el (comint-run):
1888         * files.el (insert-file-literally, insert-file):
1889         * replace.el (replace-string, replace-regexp):
1890         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1891         (goto-line, insert-buffer, next-line, previous-line):
1892         Tweak `interactive-only' spec.
1894         Stop keeping (most) generated cedet grammar files in the repository.
1895         * Makefile.in (semantic): New.
1896         (compile-main): Depend on semantic.
1898 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1901         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1903         * uniquify.el (uniquify-buffer-name-style): Change default.
1905         * loadup.el: Preload "uniquify".
1907         * time.el (display-time-update): Update all mode lines (bug#15999).
1909         * electric.el (electric-indent-mode): Enable by default.
1910         * loadup.el: Preload "electric".
1912 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
1914         * emacs-lisp/helpers.el (string-empty-p): New function.
1915         (string-blank-p): New function.
1917 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
1919         * imenu.el (imenu--index-alist): Add missing dot to the docstring
1920         (Bug#14029).
1922 2013-11-29  Andreas Politz  <politza@fh-trier.de>
1923         * imenu.el (imenu--subalist-p): Don't error on non-conses and
1924         allow non-lambda lists as functions.
1925         (imenu--in-alist): Don't recurse into non-subalists.
1926         (imenu): Don't pass function itself as an argument (Bug#14029).
1928 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1930         * progmodes/python.el (python-mode-map): Remove binding for ":".
1931         (python-indent-electric-colon): Remove command.
1932         (python-indent-post-self-insert-function): Integrate the previous code
1933         of python-indent-electric-colon.  Make it conditional on
1934         electric-indent-mode.
1935         (python-mode): Add ?: to electric-indent-chars.
1936         Move python-indent-post-self-insert-function to the end of
1937         post-self-insert-hook.
1939 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1941         * doc-view.el (doc-view-goto-page): Update mode-line.
1943         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1945 2013-11-27  Glenn Morris  <rgm@gnu.org>
1947         * international/charprop.el, international/uni-bidi.el:
1948         * international/uni-category.el, international/uni-combining.el:
1949         * international/uni-comment.el, international/uni-decimal.el:
1950         * international/uni-decomposition.el, international/uni-digit.el:
1951         * international/uni-lowercase.el, international/uni-mirrored.el:
1952         * international/uni-name.el, international/uni-numeric.el:
1953         * international/uni-old-name.el, international/uni-titlecase.el:
1954         * international/uni-uppercase.el:
1955         Remove generated files from VCS repository.
1957 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
1959         * filenotify.el (file-notify-add-watch): Don't special-case
1960         w32notify when computing the directory to watch.
1962 2013-11-27  Glenn Morris  <rgm@gnu.org>
1964         Make bootstrap without generated uni-*.el files possible again.
1965         * loadup.el: Update command-line-args checking for unidata-gen.
1966         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1967         * composite.el, international/characters.el:
1968         Handle unicode tables being undefined.
1970         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1971         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1972         (compile-main): Depend on leim rule.
1973         (leim): New rule.
1974         * loadup.el: Move leim-list.el to leim/ subdirectory.
1975         * startup.el (normal-top-level): No more leim directory.
1976         * international/ja-dic-cnv.el (skkdic-convert):
1977         Disable version-control and autoloads in output files.
1978         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1979         Disable version-control and autoloads in output files.
1980         * leim/quail: Move here from ../leim.
1981         * leim/quail/hangul.el (hangul-input-method-activate):
1982         Add autoload cookie.
1983         (generated-autoload-load-name): Set file-local value.
1984         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1985         (generated-autoload-load-name): Set file-local value.
1987 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
1989         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1990         (eww-add-bookmark): Ask confirmation when add to bookmarks.
1991         (eww-quit): Ask confirmation before quitting eww.
1993 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
1995         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1996         reading output from Diff on MS-Windows and MS-DOS.
1998 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
2000         * emacs-lisp/helpers.el (string-reverse): New function.
2002 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
2004         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
2005         names on MS Windows, like "/[::1]:".
2007         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
2008         SWITCHES.
2010 2013-11-26  Glenn Morris  <rgm@gnu.org>
2012         * progmodes/python.el (python-indent-guess-indent-offset):
2013         Avoid corner-case error.  (Bug#15975)
2015         Preload leim-list.el.  (Bug#4789)
2016         * loadup.el: Load leim-list.el when found.
2017         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
2019 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
2021         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
2023         * emacs-lisp/helpers.el (string-join): New function.
2025 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
2027         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2028         Mark as obsolete and replace it with a symbol property.
2029         (byte-compile-form): Use new 'interactive-only property.
2030         * comint.el, files.el, replace.el, simple.el:
2031         Apply new 'interactive-only properly.
2033 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
2035         * window.el (display-buffer-at-bottom): Make sure that
2036         split-window-sensibly creates the new window on bottom
2037         (Bug#15961).
2039 2013-11-23  David Kastrup  <dak@gnu.org>
2041         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
2042         on the conflict markers when available.
2043         (smerge--get-marker): New function.
2044         (smerge-end-re, smerge-base-re): Add subgroup.
2046 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2048         * frame.el (handle-focus-in, handle-focus-out): Add missing
2049         interactive spec.
2051 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
2053         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2054         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
2056 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2058         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
2059         (gomoku--last-pos): New var.
2060         (gomoku--intangible-chars): New const.
2061         (gomoku--intangible): New function.
2062         (gomoku-mode): Use it.  Derive from special-mode.
2063         (gomoku-move-up): Adjust line count.
2064         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
2065         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
2066         Simplify accordingly.
2068         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
2069         Remove blink-cursor code.
2070         (blink-cursor-timer-function, blink-cursor-suspend):
2071         Don't special-case GUIs.
2072         (blink-cursor-mode): Use focus-in/out-hook.
2074 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
2076         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
2077         work when annotation is invisible (Bug#13886).
2079 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
2081         * json.el (json-alist-p): Only return non-nil if the alist has
2082         simple keys (Bug#13518).
2084 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
2086         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
2087         when control-statement is the first statement in a buffer (Bug#15956).
2089 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
2091         * imenu.el (imenu-generic-skip-comments-and-strings):
2092         New option (Bug#15560).
2093         (imenu--generic-function): Use it.
2095 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
2097         * minibuffer.el (completion--in-region-1): Scroll the correct window.
2098         (Bug#13898)
2100 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
2102         * emacs-lisp/helpers.el: Add some string helpers.
2103         (string-trim-left): Removes leading whitespace.
2104         (string-trim-right): Removes trailing whitespace.
2105         (string-trim): Removes leading and trailing whitespace.
2107         * subr.el (string-suffix-p): New function.
2109 2013-11-23  Glenn Morris  <rgm@gnu.org>
2111         * progmodes/python.el (python-shell-send-file):
2112         Add option to delete file when done.  (Bug#15647)
2113         (python-shell-send-string, python-shell-send-region): Use it.
2115 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
2117         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
2118         to set buffer-read-only to t, never to nil.  (Bug#15938)
2120         * textmodes/tex-mode.el (latex-noindent-environments):
2121         Add safe-local-variable property.  (Bug#15936)
2123 2013-11-23  Glenn Morris  <rgm@gnu.org>
2125         * textmodes/enriched.el (enriched-mode): Doc fix.
2126         * emacs-lisp/authors.el (authors-renamed-files-alist):
2127         Add enriched.doc -> enriched.txt.
2129         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
2131 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2133         * progmodes/octave.el (inferior-octave-startup): Spit out error
2134         message.
2136 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
2138         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2139         Improve docstring.
2140         Add :version.
2141         (ruby-encoding-magic-comment-style): Add :version.
2143 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2145         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
2146         (Bug#15076)
2147         (octave-help-mode): Adapt to change to help-mode-finish to use
2148         derived-mode-p on 2013-09-17.
2149         (inferior-octave-prompt): Also match octave-gui.
2150         (octave-kill-process): Don't ask twice.  (Bug#10564)
2152 2013-11-22  Leo Liu  <sdl.web@gmail.com>
2154         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
2155         (inferior-octave-startup, inferior-octave-check-process)
2156         (inferior-octave-track-window-width-change)
2157         (octave-completion-at-point, octave-eldoc-function): Use it.
2158         (octave-kill-process): Provide confirmation.  (Bug#10564)
2160 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2162         * progmodes/octave.el (octave-mode, inferior-octave-mode):
2163         Fix obsolete variable comment-use-global-state.
2165 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2167         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
2168         Add `octave-source-file'.
2169         (octave-source-file): New function.  (Bug#15935)
2171 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
2173         * net/eww.el (eww-local-regex): New variable.
2174         (eww): Use it to detect localhost and similar.
2176 2013-11-21  Leo Liu  <sdl.web@gmail.com>
2178         Add completion for command `ag'.
2179         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
2180         (pcomplete/ag): New function.
2181         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
2183 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2185         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
2186         (bug#14646).
2187         (make-obsolete): Remove interactive spec.
2189 2013-11-21  Glenn Morris  <rgm@gnu.org>
2191         * startup.el (command-line-1): Use path-separator with -L.
2193 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
2195         * emacs-lisp/package.el (describe-package-1): Add package archive
2196         to shown fields.
2198 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
2200         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
2201         Change default to "# encoding: %s" to differentiate it from the
2202         default Ruby encoding comment template.
2204 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
2206         * ses.el (ses-mode): Doc fix.  (Bug#14748)
2208 2013-11-20  Leo Liu  <sdl.web@gmail.com>
2210         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
2212 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
2214         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
2215         when rebase or bisect are in progress.
2217 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
2219         * filenotify.el (file-notify-add-watch): Doc fix.
2221 2013-11-19  Leo Liu  <sdl.web@gmail.com>
2223         * obsolete/rcompile.el: Mark obsolete.
2225         * progmodes/compile.el (compilation-start)
2226         (compilation-goto-locus, compilation-find-file):
2227         Pass no-display-ok and handle nil value from display-buffer.
2228         (Bug#13594)
2230         * window.el (display-buffer-alist, display-buffer): Document the
2231         new parameter no-display-ok.  Return either a window or nil
2232         but never a non-window value.
2234 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2236         * electric.el (electric-indent-mode-map): Remove.
2237         (electric-indent-mode): Change the global-map instead (bug#15915).
2239         * textmodes/text-mode.el (paragraph-indent-minor-mode):
2240         Use add-function.
2242 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2244         * emacs-lisp/nadvice.el (remove-function): Align with
2245         add-function's behavior.
2247         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
2248         (gdb--string-regexp): New constant.
2249         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
2250         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
2251         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
2252         submatch 1.
2253         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
2254         Adjust use accordingly.
2255         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
2257 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
2259         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
2260         interpolation curlies (Bug#15914).
2262 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2264         * calc/calc.el (calc-context-sensitive-enter): New variable.
2265         (calc-enter): Use `calc-context-sensitive-enter'.
2267 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
2269         * progmodes/cfengine.el: Version bump.
2270         (cfengine-cf-promises): New defcustom to locate cf-promises.
2271         (cfengine3-vartypes): Add new "data" type.
2272         (cfengine3--current-word): New function to get current name-like
2273         word or its bounds.
2274         (cfengine3--current-function): New function to look up a CFEngine
2275         function's definition.
2276         (cfengine3-format-function-docstring): New function.
2277         (cfengine3-make-syntax-cache): New function.
2278         (cfengine3-documentation-function): New function: ElDoc glue.
2279         (cfengine3-completion-function): New function: completion glue.
2280         (cfengine3-mode): Set `compile-command',
2281         `eldoc-documentation-function', and add to
2282         `completion-at-point-functions'.
2284 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
2286         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
2287         `tramp-current-connection'.
2289 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
2291         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
2292         nil/self/true/false with "end of symbol".
2294 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
2296         * subr.el (version-regexp-alist): Fix a typo.
2298 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
2300         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
2301         "en_US.utf8" and "LC_CTYPE" to "".
2302         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
2303         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
2305 2013-11-15  Leo Liu  <sdl.web@gmail.com>
2307         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
2309 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * progmodes/gud.el (ctl-x-map):
2312         Remove C-x SPC binding.  (Bug#12342)
2313         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2315 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
2317         * subr.el (version-regexp-alist):
2318         Recognize hg, svn and darcs versions as snapshot versions.
2320         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2321         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2322         (ruby--encoding-comment-required-p): Extract from
2323         `ruby-mode-set-encoding'.
2324         (ruby-mode-set-encoding): Add the ability to always insert an
2325         utf-8 encoding comment.  Fix and simplify coding comment update
2326         logic.
2328 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
2330         * net/tramp-gvfs.el (top): Run init code only when
2331         `tramp-gvfs-enabled' is not nil.
2332         (tramp-gvfs-enabled): Check also :system bus.
2334 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2336         Sync with upstream verilog-mode revision 78e66ba.
2337         * progmodes/verilog-mode.el (verilog-end-of-defun)
2338         (verilog-type-completion, verilog-get-list): Remove unused funcs.
2339         (verilog-get-end-of-defun): Remove unused argument.
2340         (verilog-comment-depth): Remove unused local `e'.
2341         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2342         Don't pass arg to verilog-get-end-of-defun.
2344 2013-11-14  Glenn Morris  <rgm@gnu.org>
2346         * obsolete/assoc.el (aget): Prefix dynamic variable.
2348         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2350 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2352         * widget.el, hfy-cmap.el: Remove bogus package version number.
2354 2013-11-13  Glenn Morris  <rgm@gnu.org>
2356         * replace.el (replace-eval-replacement):
2357         Try to give more helpful error message.  (Bug#15836)
2359         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2360         (archive-7z-update): Avoid custom type mismatches.
2362         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2364 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
2366         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2367         address can be empty.
2369         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2370         Accept nil SWITCHES.
2371         (tramp-gvfs-handle-write-region): Implement APPEND.
2373 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
2375         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2376         binary "|" operator and closing block args delimiter.
2377         Remove FIXME comment referring to Ruby 1.8-only syntax.
2378         (ruby-smie--implicit-semi-p): Not after "|" operator.
2379         (ruby-smie--closing-pipe-p): New function.
2380         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2381         (ruby-smie-rules): Indent after "|".
2383 2013-11-12  Glenn Morris  <rgm@gnu.org>
2385         * ps-print.el (ps-face-attribute-list):
2386         Handle anonymous faces.  (Bug#15827)
2388 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
2390         * window.el (display-buffer-other-frame): Fix doc-string.
2391         (Bug#15868)
2393 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2395         * subr.el (force-mode-line-update): Delete, move to buffer.c.
2397 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
2399         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2400         (tramp-sh-handle-file-local-copy): Don't write a message when
2401         saving temporary files.
2403         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2404         both directories are remote.
2405         (tramp-smb-handle-directory-files): Do not return double entries.
2406         Do not expand full file names.
2407         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2408         (tramp-smb-handle-write-region): Implement APPEND.
2409         (tramp-smb-get-stat-capability): Fix a stupid bug.
2411 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2415 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2417         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2418         throwing error over malformed let/let* (bug#15814).
2420 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * iswitchb.el (iswitchb-mode): Mark obsolete.
2424 2013-11-11  Glenn Morris  <rgm@gnu.org>
2426         * international/uni-bidi.el, international/uni-category.el:
2427         * international/uni-name.el, international/uni-numeric.el:
2428         Regenerate for Unicode 6.3.0.
2430 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
2432         * net/tramp.el (tramp-methods):
2433         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2434         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2436 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
2438         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2439         Force highlighting text after Summary keyword in doc face for rpm.
2441 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
2443         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2444         available and the word has no wildcards, append one to the grep pattern.
2445         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2446         (ispell-complete-word): Call `ispell-lookup-words' with the value
2447         independent of `ispell-look-p'.
2449 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2451         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2452         Not after "||".
2453         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2454         their parent.
2456 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
2459         (ruby-font-lock-keywords): Use backquote.
2461 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2463         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2464         (ruby-smie--backward-token): Only consider full-string matches.
2466 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
2468         * faces.el (describe-face): Add distant-foreground.
2470 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
2472         * progmodes/ruby-mode.el: Improve encoding comment handling.
2473         (ruby-encoding-magic-comment-style): New option.
2474         (ruby-custom-encoding-magic-comment-template): New option.
2475         (ruby--insert-coding-comment, ruby--detect-encoding):
2476         New functions extracted from `ruby-mode-set-encoding'.
2477         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2478         to control the style of the auto-inserted encoding comment.
2480 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2482         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2483         Use `smie-backward-sexp' with token argument.
2485 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
2487         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2488         Remove instrumentation code.
2490 2013-11-08  Glenn Morris  <rgm@gnu.org>
2492         * progmodes/autoconf.el (autoconf-mode):
2493         Tweak comment-start-skip.  (Bug#15822)
2495 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2498         at bobp (bug#15826).
2499         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2501 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
2503         * man.el (Man-start-calling): New macro, extracted from
2504         Man-getpage-in-background.
2505         (Man-getpage-in-background): Use it.
2506         (Man-update-manpage): New command.
2507         (Man-mode-map): Bind it.
2509 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2511         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2512         of "and", "or", "&&" and "||".
2513         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2514         argument.  Prohibit opening curly brace because it could only be a
2515         block opener in that position.
2516         (ruby-smie--forward-token, ruby-smie--backward-token):
2517         Separate "|" from "&" or "*" going after it.  That can happen in block
2518         arguments.
2519         (ruby-smie--indent-to-stmt): New function, seeks the end of
2520         previous statement or beginning of buffer.
2521         (ruby-smie-rules): Use it.
2522         (ruby-smie-rules): Check if there's a ":" before a curly block
2523         opener candidate; if there is, it's a hash.
2525 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2528         (cl--block-wrapper): Fix last accidental change.
2530 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
2532         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2533         Instrument, in order to hunt failure on hydra.
2535 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2537         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2538         malformed bindings form (bug#15814).
2540 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
2542         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2543         "." compared to " @ ".  This incidentally fixes some indentation
2544         examples with "do".
2545         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2546         (ruby-smie-grammar): New tokens: "and" and "or".
2547         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2548         Exclude "and" and "or".  Remove "do" in order to work around token
2549         priorities.
2550         (ruby-smie-rules): Add all infix tokens.  Handle the case of
2551         beginning-of-buffer.
2553 2013-11-06  Glenn Morris  <rgm@gnu.org>
2555         * Makefile.in (setwins_almost, setwins_for_subdirs):
2556         Avoid accidental matches.
2558 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2560         * menu-bar.el (popup-menu): Use key-binding.
2562 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
2564         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2565         menus, support also the menus produced by minor modes.
2566         (Bug#15817)
2568 2013-11-06  Leo Liu  <sdl.web@gmail.com>
2570         * thingatpt.el (thing-at-point-looking-at): Add optional arg
2571         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
2573 2013-11-06  Glenn Morris  <rgm@gnu.org>
2575         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2576         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2577         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2579 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2581         * electric.el (electric-indent-just-newline): New command.
2582         (electric-indent-mode-map): New keymap.
2583         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2584         Re-add :group which weren't redundant.
2586         * electric.el (electric-indent-local-mode): New minor mode.
2587         (electric-indent-functions-without-reindent): New var.
2588         (electric-indent-post-self-insert-function): Use it.
2589         * emacs-lisp/gv.el (buffer-local-value): Add setter.
2591 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
2593         * international/quail.el (quail-help): Be more explicit about the
2594         meaning of the labels shown on the keys.  (Bug#15800)
2596         * startup.el (normal-top-level): Load the subdirs.el files before
2597         setting the locale environment.  (Bug#15805)
2599 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2602         via arguments so as to get the right ones (bug#15418).
2604         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2606 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
2608         Fix problems found while writing a test suite.
2610         * net/tramp-compat.el (tramp-compat-load): New defun.
2611         * net/tramp.el (tramp-handle-load): Use it.
2613         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2614         "(numberp ok-if-already-exists)" correctly.
2616 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
2618         * international/characters.el (glyphless-char-display-control):
2619         Add usage note.
2621 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
2623         * progmodes/python.el (python-mode):
2624         * progmodes/scheme.el (scheme-mode):
2625         * progmodes/prolog.el (prolog-mode):
2626         * progmodes/ruby-mode.el (ruby-mode):
2627         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2628         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2630 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * rect.el (rectangle--highlight-for-redisplay):
2633         * emacs-lisp/smie.el (smie--next-indent-change):
2634         Use buffer-chars-modified-tick.
2636         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2638         * electric.el (electric-indent-post-self-insert-function):
2639         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2641 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
2643         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2645 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2647         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2648         (bug#15786).
2650 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2652         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
2654         * progmodes/python.el: Fix up last change.
2655         (python-shell--save-temp-file): New function.
2656         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
2657         `string' comes from the current buffer.
2658         (python-shell-send-string-no-output): Remove `msg' arg.
2659         (python--use-fake-loc): New var.
2660         (python-shell-buffer-substring): Obey it.  Try to compensate for the
2661         extra coding line added by python-shell--save-temp-file.
2662         (python-shell-send-region): Use python-shell--save-temp-file and
2663         python-shell-send-file directly.  Add `nomain' argument.
2664         (python-shell-send-buffer): Use python-shell-send-region.
2665         (python-electric-pair-string-delimiter): New function.
2666         (python-mode): Use it.
2668 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
2670         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2671         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2672         environment and decoding all of the default-directory's to here
2673         from command-line.
2674         (command-line): Decode also argv[0].
2676         * loadup.el: Error out if default-directory is a multibyte string
2677         when we are dumping.
2679         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
2681 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
2683         * emacs-lisp/package.el (package-menu-mode)
2684         (package-menu--print-info, package-menu--archive-predicate):
2685         Add Archive column to package list.
2687 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
2689         Fix problems found while writing a test suite.
2691         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2692         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2693         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2694         to nil when running original file name handler.  Otherwise,
2695         there are problems with constructs like "$$FOO".
2697         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2698         for `localname'.
2700 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
2702         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2704         * subr.el (version<, version<=, version=):
2705         Update docstrings with information for snapshot versions.
2707         * helpers.el: New library for misc helper functions.
2708         (hash-table-keys): New function returning a list of hash keys.
2709         (hash-table-values): New function returning a list of hash values.
2711 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
2713         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2714         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2716 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
2718         * textmodes/fill.el (fill-single-char-nobreak-p): New function
2719         checking whether point is after a 1-letter word.
2721 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2723         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2724         Don't infloop when expanding region over `multiline' syntax-type that
2725         begins a line (bug#15778).
2727 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2729         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2730         Make it into a proper minor mode.
2731         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2732         (rectangle-mark-mode-map): New keymap.
2733         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2735 2013-11-04  Glenn Morris  <rgm@gnu.org>
2737         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2739 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2742         (ruby-smie-rules): Use smie-rule-parent instead.
2744         * emacs-lisp/smie.el (smie-rule-parent): Always call
2745         smie-indent-virtual rather than only for hanging tokens.
2746         (smie--next-indent-change): New helper command.
2748 2013-11-03  Glenn Morris  <rgm@gnu.org>
2750         * Makefile.in (abs_srcdir): Remove.
2751         (emacs): Unset EMACSLOADPATH.
2753 2013-11-02  Glenn Morris  <rgm@gnu.org>
2755         * Makefile.in (EMACS): Use a relative filename.
2756         (abs_top_builddir): Remove.
2757         (custom-deps, finder-data, autoloads): Use --chdir.
2759         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2761         Use relative filenames in TAGS files.
2762         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2763         (lisptagsfiles4, TAGS): Use relative file names.
2764         (TAGS-LISP): Remove.
2765         (maintainer-clean): No more TAGS-LISP file.
2767         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2768         (lisptagsfiles4): Use absolute filenames again.
2769         (TAGS, TAGS-LISP): Not everything needs to run in one line.
2770         Remove all *loaddefs files, not just the first.  Remove esh-groups.
2771         (maintainer-clean): Delete TAGS, TAGS-LISP.
2773 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2775         * emacs-lisp/package.el (package-version-join):
2776         Recognize snapshot versions.
2778 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2780         * subr.el (version-regexp-alist): Add support for snapshot versions.
2782 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2784         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2785         New function, replacement for `smie-rule-parent' for when we want to
2786         skip over our direct parent if it's an assignment token..
2787         (ruby-smie-rules): Use it.
2789 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2791         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2792         unconditionally.  Remove now unnecessary forward declarations.
2793         Remove XEmacs-specific setup.
2794         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2795         (ruby-font-lock-syntactic-keywords)
2796         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2797         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2798         (ruby-here-doc-end-syntax): Remove.
2799         (ruby-mode): Don't check whether `syntax-propertize-rules' is
2800         defined as function.
2802 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2804         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2806 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2808         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2809         table and abbrev table, `define-derived-mode' does that for us
2810         anyway.
2812 2013-11-01  Glenn Morris  <rgm@gnu.org>
2814         * Makefile.in: Remove manual mh-e dependencies (writing .elc
2815         files is atomic for some time, so no parallel compilation issues).
2817 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2819         * faces.el (face-x-resources): Add :distant-foreground.
2820         (region): Use :distant-foreground for gtk and ns.
2822 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
2824         Allow multiple bibliographies when BibLaTeX is used rather than
2825         BibTeX.
2826         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2827         (reftex-locate-bibliography-files): Us it.
2829 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
2831         * image.el (image-type-header-regexps): Fix the 'pbm' part to
2832         allow comments in pbm files.
2834         * term/w32-win.el (dynamic-library-alist): Support newer versions
2835         of libjpeg starting with v7: look only for the DLL from the
2836         version against which Emacs was built.
2837         Support versions of libpng beyond 1.4.x.
2838         Support libtiff v4.x.
2840 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2842         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2843         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2844         Add property :safe.
2845         (ruby-deep-arglist): Add property :type.
2847 2013-10-31  Glenn Morris  <rgm@gnu.org>
2849         * Makefile.in (custom-deps, finder-data): No need to setq the target
2850         variables, we are in the right directory and the defaults work fine.
2852 2013-10-30  Glenn Morris  <rgm@gnu.org>
2854         * Makefile.in (autoloads): Do not use abs_lisp.
2856         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2857         `newline' does not respect `standard-output', so use `princ'.
2859 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
2861         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
2862         * buff-menu.el (Buffer-menu--unmark): New function.
2863         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2865 2013-10-30  Glenn Morris  <rgm@gnu.org>
2867         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2869         * emacs-lisp/package.el (lm-homepage): Declare.
2871         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2872         Fix doc typos.
2874         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2876         * Makefile.in (finder-data, autoloads, update-subdirs)
2877         (compile-main, compile-clean, compile-always, bootstrap-clean):
2878         Check return value of cd.
2879         (compile-calc): Remove.
2881 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2883         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2885         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2886         (byte-compile-and-folded): New function.
2887         (=, <, >, <=, >=): Use it.
2889         * dos-w32.el (minibuffer-history-case-insensitive-variables)
2890         (path-separator, null-device, buffer-file-coding-system)
2891         (lpr-headers-switches): Check system-type before modifying them.
2892         (find-buffer-file-type-coding-system): Mark obsolete.
2893         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2894         find-file-not-found-set-buffer-file-coding-system.
2895         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2896         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2897         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2898         (w32-direct-print-region-helper, w32-direct-print-region-function)
2899         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2900         * startup.el (normal-top-level-add-subdirs-to-load-path):
2901         * ps-print.el (ps-print-region-function):
2902         * lpr.el (print-region-function): Use new name.
2904         * subr.el (custom-declare-variable-early): Remove function.
2905         (custom-declare-variable-list): Remove var.
2906         (error, user-error): Remove `while' loop.
2907         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2908         (user-emacs-directory-warning, locate-user-emacs-file):
2909         Move to files.el.
2910         * simple.el (read-quoted-char-radix, read-quoted-char):
2911         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2912         Move from subr.el.
2913         * custom.el (custom-declare-variable-list): Don't process
2914         custom-declare-variable-list.
2916         * progmodes/python.el (python-shell-get-buffer): New function.
2917         (python-shell-get-process): Use it.
2918         (python-shell-send-string): Always use utf-8 and add a cookie to tell
2919         Python which encoding was used.  Don't split-string since we only care
2920         about the first line.  Return the temp-file, if applicable.
2921         (python-shell-send-region): Tell compile.el how to turn locations in
2922         the temp-file into locations in the source buffer.
2924 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2926         * subr.el (undefined): Add missing behavior from the C code for
2927         unbound keys.
2929         * rect.el: Use lexical-binding.  Add new rectangular region support.
2930         (rectangle-mark): New command.
2931         (rectangle--region): New var.
2932         (deactivate-mark-hook): Reset rectangle--region.
2933         (rectangle--extract-region, rectangle--insert-for-yank)
2934         (rectangle--highlight-for-redisplay)
2935         (rectangle--unhighlight-for-redisplay): New functions.
2936         (region-extract-function, redisplay-unhighlight-region-function)
2937         (redisplay-highlight-region-function): Use them to handle
2938         rectangular region.
2939         * simple.el (region-extract-function): New var.
2940         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2941         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2942         (kill-region): Replace obsolete `yank-handler' arg with `region'.
2943         (copy-region-as-kill, kill-ring-save): Add `region' argument.
2944         (redisplay-unhighlight-region-function)
2945         (redisplay-highlight-region-function): New vars.
2946         (redisplay--update-region-highlight): New function.
2947         (pre-redisplay-function): Use it.
2948         (exchange-point-and-mark): Don't deactivate the mark before
2949         reactivate-it anyway.
2950         * comint.el (comint-kill-region): Remove yank-handler argument.
2951         * delsel.el (delete-backward-char, backward-delete-char-untabify)
2952         (delete-char): Remove property, since it's now part of their
2953         default behavior.
2954         (self-insert-iso): Remove property since this command doesn't exist.
2956         * emacs-lisp/package.el (package--download-one-archive)
2957         (describe-package-1): Don't query the user about final newline.
2959 2013-10-29  Daniel Colascione  <dancol@dancol.org>
2961         * net/tramp.el (tramp-methods): Document new functionality.
2962         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2963         tramp-hostname-checker if method provides one instead of scanning
2964         argument list for "%h" to decide hostname acceptability.
2966 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
2968         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2969         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2970         Handle COPY-CONTENTS.  (Bug#15737)
2972 2013-10-28  Daiki Ueno  <ueno@gnu.org>
2974         * epa-file.el
2975         (epa-file-cache-passphrase-for-symmetric-encryption):
2976         Document that this option has no effect with GnuPG 2.0 (bug#15552).
2978 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
2980         * image.el (defimage):
2981         (image-load-path): Doc fixes.
2983 2013-10-27  Alan Mackenzie  <acm@muc.de>
2985         Indent statements in macros following "##" correctly.
2986         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2987         Modify the "#" arm of a cond form to handle "#" and "##" operators.
2989 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2991         * linum.el (linum-update-window): Fix boundary test (bug#13446).
2993 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
2995         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2996         after `=' is probably a new expression.
2998 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3000         * man.el (man-imenu-title): New option.
3001         (Man-mode-map): Add menu.  (Bug#15722)
3002         (Man-mode): Add imenu to menu.
3004 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
3006         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
3007         specific in what the first arg can be: a non-keyword word,
3008         string/regexp/percent literal opener, opening paren, or unary
3009         operator followed directly by word.
3011 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
3014         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
3015         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
3016         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
3017         Remove vars, they do not apply any more.
3018         (prolog-mode-abbrev-table): Remove redundant declaration.
3019         (prolog-upper-case-string, prolog-lower-case-string): Remove.
3020         (prolog-use-smie): Remove.
3021         (prolog-smie-rules): Add indentation rule for the if-then-else layout
3022         supported by prolog-electric-if-then-else-flag.
3023         (prolog-mode-variables, prolog-menu): Use setq-local.
3024         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
3025         Remove binding to `Backspace' since this key doesn't exist anyway.
3026         Remove bindings for electric self-inserting keys.
3027         (prog-mode): Assume it's defined.
3028         (prolog-post-self-insert): New function.
3029         (prolog-mode): Use it.
3030         (prolog-indent-line, prolog-indent-level)
3031         (prolog-find-indent-of-matching-paren)
3032         (prolog-indentation-level-of-line, prolog-goto-comment-column)
3033         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
3034         (prolog-goto-next-paren, prolog-in-string-or-comment)
3035         (prolog-tokenize, prolog-inside-mline-comment)
3036         (prolog-find-start-of-mline-comment): Remove functions.
3037         (prolog-find-unmatched-paren, prolog-clause-end)
3038         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
3039         (prolog-electric--if-then-else): Rename from
3040         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
3041         (prolog-tokenize-searchkey): Remove const.
3042         (prolog-clause-info): Use forward-sexp.
3043         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
3044         (prolog-electric-if-then-else): Remove commands.
3045         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
3046         for use in post-self-insert-hook.
3047         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
3048         for use in post-self-insert-hook.
3049         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
3050         for use in post-self-insert-hook.
3051         (prolog-electric--underscore): Rename from prolog-electric--underscore;
3052         adapt it for use in post-self-insert-hook.
3054 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
3056         * emacs-lisp/ert.el (ert-run-tests-interactively):
3057         Use `completing-read'.  (Bug#9756)
3059 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
3061         * simple.el (line-move): Call line-move-1 instead of
3062         line-move-visual when the current window hscroll is zero, but
3063         temporary-goal-column indicates we will need to hscroll as result
3064         of the movement.  (Bug#15712)
3066 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
3068         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
3069         capitalization.  Use :visible instead of :active.
3070         Fix `ruby-indent-exp' reference.  Add menu items for the generic
3071         commands that are used with SMIE.
3072         (ruby-do-end-to-brace): Insert space after `{'.
3074 2013-10-25  John Anthony  <john@jo.hnanthony.com>
3076         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
3078         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
3080 2013-10-25  Glenn Morris  <rgm@gnu.org>
3082         * vc/vc.el (vc-print-log): Don't use a working revision unless
3083         one was explicitly specified.  (Bug#15322)
3085 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3087         * subr.el (add-to-list): Preserve return value in compiler-macro
3088         (bug#15692).
3090 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3092         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
3093         result.  Ask user to retry using '-all' flag.  (Bug#15701)
3095 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * emacs-lisp/smie.el: New smie-config system.
3098         (smie-config): New defcustom.
3099         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
3100         (smie-config-guess, smie-config-save): New commands.
3101         (smie-config--mode-local, smie-config--buffer-local)
3102         (smie-config--trace, smie-config--modefuns): New vars.
3103         (smie-config--advice, smie-config--mode-hook)
3104         (smie-config--setter, smie-config-local, smie-config--get-trace)
3105         (smie-config--guess-value, smie-config--guess): New functions.
3106         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
3107         text properties.  Treat "string fence" syntax like string syntax.
3109         * progmodes/sh-script.el (sh-use-smie): Change default.
3110         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
3111         (sh-var-value): Simplify by CSE.
3112         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
3113         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
3114         is used.
3115         (sh-guess-basic-offset): Use cl-incf.
3116         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
3118 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
3120         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
3121         (bug#15699).
3123 2013-10-24  Glenn Morris  <rgm@gnu.org>
3125         * Makefile.in (abs_top_srcdir): Remove.
3126         (update-subdirs): Use relative path to update-subdirs.
3128 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
3130         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3131         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3132         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3133         Call unmsys--file-name before expand-file-name, not after it.
3135 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
3137         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
3138         (ert-test-skipped): New error.
3139         (ert-skip, ert-stats-skipped): New defuns.
3140         (ert--skip-unless): New macro.
3141         (ert-test-skipped): New struct.
3142         (ert--run-test-debugger, ert-test-result-type-p)
3143         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
3144         (ert--stats-set-test-and-result, ert-char-for-test-result)
3145         (ert-string-for-test-result, ert-run-tests-batch)
3146         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3147         Handle skipped tests.  (Bug#9803)
3149 2013-10-24  Glenn Morris  <rgm@gnu.org>
3151         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
3153         * Makefile.in (abs_top_srcdir): New, set by configure.
3154         (update-subdirs): Correct build-aux location.
3156 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
3158         * vc/vc.el (vc-print-root-log): Always set `default-directory'
3159         value, whether we could auto-deduce `backend', or not.
3161         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
3162         with parameters" example.  Simplify the "is it block or is it
3163         hash" check, but also make it more thorough.
3165 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
3167         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
3169 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3171         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
3172         { if it is hanging.
3174         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
3175         :before ";".
3177 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
3179         * progmodes/compile.el (compilation-directory-matcher)
3180         (compilation-page-delimiter):
3181         Support GNU Make-4.0 directory quoting.  (Bug#15678)
3183 2013-10-23  Leo Liu  <sdl.web@gmail.com>
3185         * ido.el (ido-tidy): Handle read-only text.
3187 2013-10-23  Glenn Morris  <rgm@gnu.org>
3189         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
3190         (emacs, compile, compile-always):
3191         Quote entities that might contain whitespace.
3192         (custom-deps, finder-data, autoloads): Use abs_lisp.
3193         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
3194         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
3195         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
3197 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
3199         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
3200         Use `following-char'.
3202 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3204         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
3205         * progmodes/ruby-mode.el (ruby-smie-rules):
3206         Remove corresponding workaround.  Fix indentation rule of ";" so it
3207         also applies when ";" is the parent.
3209 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
3211         * frame.el (display-screens, display-pixel-height)
3212         (display-pixel-width, display-mm-width, display-backing-store)
3213         (display-save-under, display-planes, display-color-cells)
3214         (display-visual-class, display-monitor-attributes-list):
3215         Mention the optional ‘display’ argument in doc strings.
3217 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
3219         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
3220         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
3222 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3224         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
3225         TODO.  Add "." after " @ ".
3226         (ruby-smie--at-dot-call): New function.  Checks if point at method
3227         call with explicit target.
3228         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
3229         to the method name tokens when it precedes them.
3230         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
3231         (ruby-smie-rules): Add rule for indentation before and after "."
3232         token.
3234 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3236         * textmodes/remember.el (remember-diary-extract-entries):
3237         Avoid add-to-list.
3239         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
3240         an instruction.
3242 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
3244         * progmodes/ruby-mode.el (ruby-smie-grammar):
3245         Add (almost) all infix operators.
3246         (ruby-smie--implicit-semi-p): Add new operator chars.
3248         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3249         `smie-down-list'.
3250         (ruby-smie--args-separator-p): Check that there's no newline
3251         between method call and its arguments.
3253 2013-10-20  Alan Mackenzie  <acm@muc.de>
3255         Allow comma separated lists after Java "implements".
3257         * progmodes/cc-engine.el (c-backward-over-enum-header):
3258         Parse commas.
3259         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
3260         from a "disallowed" list in enum fontification.
3262 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
3264         * startup.el (default-frame-background-mode): Remove unused defvar.
3266         * progmodes/verilog-mode.el (verilog-mode): Don't set
3267         comment-indent-function globally.
3269 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
3271         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
3272         Move Info menu item creation to ns-win.el.
3274         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
3275         in menu bar.
3277         * menu-bar.el: Move GNUStep specific menus...
3279         * term/ns-win.el (ns-initialize-window-system): ... to here.
3281 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3283         * simple.el (newline): Only run post-self-insert-hook when
3284         called interactively.
3286 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
3288         * icomplete.el (icomplete-with-completion-tables): Add :version.
3290 2013-10-19  Alan Mackenzie  <acm@muc.de>
3292         Fix fontification bugs with constructors and const.
3294         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
3295         CASE 2) Remove the check for the absence of a suffix construct
3296         after a function declaration with only types (no identifiers) in
3297         the parentheses.  Also, accept a function declaration with just a
3298         type inside the parentheses, if this type can be positively
3299         recognised as such, or if a prefix keyword like "explicit" nails
3300         down the construct as a declaration.
3302 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
3304         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
3305         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
3306         the problem whereby selecting a menu item that leads to a
3307         minibuffer prompt moves the cursor out of the minibuffer window,
3308         making it hard to type at the prompt.  Suggested by Stefan Monnier
3309         <monnier@iro.umontreal.ca>.
3311 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
3313         * menu-bar.el: Don't make Services menu.
3315 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3317         * ffap.el: Handle "/usr/include/c++/<version>" directories.
3318         (ffap-alist): Use ffap-c++-mode for c++-mode.
3319         (ffap-c++-path): New variable.
3320         (ffap-c++-mode): New function.
3322 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
3324         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
3326 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
3328         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3329         introduced on 2013-09-08, which results in an infinite loop
3330         requesting a password.
3332 2013-10-18  Glenn Morris  <rgm@gnu.org>
3334         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3336 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
3338         Sync with upstream verilog-mode revision 1a6ecec7.
3339         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3340         (verilog-mode-release-date): Remove.
3341         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3342         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3343         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3344         (verilog-auto-tieoff-ignore-regexp)
3345         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3346         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3347         (verilog-signals-with, verilog-dir-cache-preserving)
3348         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3349         Doc fixes.
3350         (verilog-case-fold): New option, to control case folding in
3351         regexp searches, bug597.
3352         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3353         (verilog-string-match-fold, verilog-in-paren-count)
3354         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3355         (verilog-at-close-struct-p): New functions.
3356         (verilog-beg-block-re-ordered, verilog-extended-case-re)
3357         (verilog-forward-sexp, verilog-set-auto-endcomments):
3358         (verilog-leap-to-case-head): Handle "unique0" case.
3359         (verilog-in-constraint-re): New constant.
3360         (verilog-keywords, verilog-type-font-keywords):
3361         Add some SystemVerilog 1800-2012 keywords.
3362         (verilog-label-be): Remove unimplemented argument, bug669.
3363         (verilog-batch-execute-func): When batch expanding clear
3364         create-lockfiles to prevent spurious user locks when a file ends
3365         up not changing.
3366         (verilog-calculate-indent, verilog-calc-1)
3367         (verilog-at-close-constraint-p, verilog-at-constraint-p)
3368         (verilog-do-indent): Fix indentation of nested constraints
3369         and structures.
3370         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3371         (verilog-auto-inst-param): Use verilog-string-match-fold.
3372         (verilog-read-inst-module-matcher):
3373         Fix AUTOINST on gate primitives with #1.
3374         (verilog-read-decls): Fix double-declaring user-defined typed signals.
3375         Reads all user-defined typed variables.
3376         (verilog-read-defines): Fix reading definitions inside comments, bug647.
3377         (verilog-signals-matching-regexp)
3378         (verilog-signals-not-matching-regexp, verilog-auto):
3379         Respect verilog-case-fold.
3380         (verilog-diff-report): Fix line count.
3381         (verilog-auto-assign-modport): Remove unused local `modi'.
3382         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3383         better handle multidimensional arrays.
3384         Fix packed array ports misadding bit index in AUTOINST, bug637.
3385         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3386         to not double-declare existing outputs and inputs, respectively.
3387         (verilog-template-map): Bind U to verilog-sk-uvm-component.
3388         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3389         (verilog-sk-uvm-component): New skeleton.
3390         (verilog-submit-bug-report): Add verilog-case-fold,
3391         remove verilog-mode-release-date.
3393 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3395         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
3396         as before.
3398 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
3400         * textmodes/remember.el (remember): Set buffer-offer-save in
3401         remember buffers (bug#13566).
3403 2013-10-18  Daniel Colascione  <dancol@dancol.org>
3405         When evaluating forms in ielm, direct standard output to ielm
3406         buffer.  Add new ielm-return-for-effect command.  Remove trailing
3407         whitespace throughout.
3409         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3410         (ielm-return-for-effect): New command.
3411         (ielm-send-input): Accept optional `for-effect' parameter.
3412         (ielm-eval-input): Accept optional `for-effect' parameter.
3413         Bind `standard-output' to stream we create using
3414         `ielm-standard-output-impl'.  Suppress printing result when
3415         `for-effect'.
3416         (ielm-standard-output-impl): New function.
3417         (inferior-emacs-lisp-mode): Explain new features in documentation.
3419 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
3421         Code cleanup.
3423         * net/tramp.el (tramp-debug-message): Do not check for connection
3424         buffer.
3425         (tramp-message): Use "vector" connection property.
3427         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3428         (tramp-equal-remote, tramp-eshell-directory-change)
3429         * net/tramp-adb.el (tramp-adb-handle-copy-file)
3430         (tramp-adb-handle-rename-file)
3431         * net/tramp-cmds.el (tramp-list-remote-buffers)
3432         (tramp-cleanup-connection, tramp-cleanup-this-connection)
3433         * net/tramp-compat.el (tramp-compat-process-running-p)
3434         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3435         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3436         (tramp-gvfs-handle-rename-file)
3437         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3438         (tramp-set-file-uid-gid)
3439         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3440         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3441         of `file-remote-p'.
3443         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3444         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3445         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3446         (tramp-gw-open-network-stream): Suppress unrelated traces.
3448         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3449         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3450         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3451         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3452         connection property.
3454         * net/tramp-cache.el (top): Suppress traces when reading
3455         persistency file.
3457         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3458         Refactor common code.  Improve debug message.
3459         (tramp-maybe-open-connection)
3460         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3461         connection buffer too early.
3463         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3464         from `tramp-smb-actions-with-acl'.
3465         (tramp-smb-actions-set-acl): New defconst.
3466         (tramp-smb-handle-copy-directory)
3467         (tramp-smb-action-get-acl): New defun, renamed from
3468         `tramp-smb-action-with-acl'.
3469         (tramp-smb-action-set-acl): New defun.
3470         (tramp-smb-handle-set-file-acl): Rewrite.
3472 2013-10-17  Glenn Morris  <rgm@gnu.org>
3474         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
3476 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * skeleton.el (skeleton-newline): Remove.
3479         (skeleton-internal-1): Use (insert "\n") instead.
3481         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3482         let-bindings.
3484         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3485         forward-sexp-function while we redo its job (bug#15613).
3487 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
3489         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3490         represented by lists.
3492 2013-10-16  Glenn Morris  <rgm@gnu.org>
3494         * tmm.el (tmm--history): New dynamic variable.
3495         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
3497 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
3499         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3500         (tramp-smb-errors): Add error messages.
3501         (tramp-smb-actions-with-acl): New defconst.
3502         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3503         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3504         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3505         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3506         (tramp-smb-get-stat-capability): Fix tests.
3508 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3510         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3511         (bug#15580).
3513 2013-10-16  Glenn Morris  <rgm@gnu.org>
3515         * ansi-color.el (ansi-color-drop-regexp):
3516         Add 1J, 1K, 2K.  (Bug#15617)
3518         * files.el (hack-local-variables--warned-lexical): New.
3519         (hack-local-variables):
3520         Warn about misplaced lexical-binding.  (Bug#15616)
3522         * net/eww.el (eww-render): Always set eww-current-url,
3523         and update header line.  (Bug#15622)
3524         (eww-display-html): ... Rather than just doing it here.
3526 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
3528         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3529         menu navigations commands.
3531 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3533         * progmodes/subword.el (subword-capitalize): Be careful when
3534         the search for [[:alpha:]] fails (bug#15580).
3536 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
3538         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3539         to commands that scroll the menu.
3541 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
3543         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3544         Handle methods ending with `?' and `!'.
3546 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
3548         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3549         `japanese-cp932' to `cp932' to fix the problem where saving a
3550         source file written in Shift_JIS twice would end up having
3551         `coding: japanese-cp932' which Ruby could not recognize.
3552         (ruby-mode-set-encoding): Add support for encodings mapped to nil
3553         in `ruby-encoding-map'.
3554         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3555         doesn't need to be explicitly declared in magic comment.
3556         (ruby-encoding-map): Add type declaration for better customize UI.
3558 2013-10-13  Glenn Morris  <rgm@gnu.org>
3560         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3561         Occur buffers are read-only.  http://bugs.debian.org/720775
3563         * emacs-lisp/authors.el (authors-fixed-entries):
3564         Comment out old alpha stuff.
3566 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
3568         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3569         to `after-save-hook' instead of `before-save-hook'.
3570         (ruby-mode-set-encoding): Use the value of coding system used to
3571         write the file.  Call `basic-save-buffer-1' after modifying the
3572         buffer.
3574 2013-10-13  Alan Mackenzie  <acm@muc.de>
3576         Fix indentation/fontification of Java enum with
3577         "implements"/generic.
3579         * progmodes/cc-engine.el (c-backward-over-enum-header):
3580         Extracted from the three other places and enhanced to handle generics.
3581         (c-inside-bracelist-p): Uses new function above.
3582         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3583         function above.
3584         (c-font-lock-enum-tail): Uses new function above.
3586 2013-10-13  Kenichi Handa  <handa@gnu.org>
3588         * international/mule-cmds.el (select-safe-coding-system): Remove a
3589         superfluous condition in chekcing whether a coding system is safe
3590         or not.
3592 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
3594         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
3596 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
3598         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
3600 2013-10-13  Glenn Morris  <rgm@gnu.org>
3602         * menu-bar.el (menu-bar-update-buffers):
3603         Unify Buffers menu prompt string.  (Bug#15576)
3605         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
3607         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3608         Add some entries.
3609         (authors-fixed-entries): Use accented form of name.
3611 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3613         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3614         method calls (bug#15594).
3615         (ruby-smie--args-separator-p): New function.
3616         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3617         recognize paren-free method calls.
3619         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3620         internals of universal-argument.
3622 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
3624         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3625         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3626         dropped menu on second mouse click on the menu bar.
3628 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3630         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3631         (explicit-shell-file-name): Declare.
3632         (sh--vars-before-point, sh--cmd-completion-table): New functions.
3633         (sh-completion-at-point-function): New function.
3634         (sh-mode): Use it.
3635         (sh-smie--keyword-p): Remove unused argument.
3636         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3637         vars.
3638         (sh-set-shell): Always setup SMIE, even if we use the
3639         old indentation code.
3641 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
3643         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3644         cases of ? and =.
3645         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
3646         predicate would return nil are almost non-existent.
3647         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3649         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3650         cache also after commands that modify the buffer but don't move
3651         point.
3653 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * env.el (substitute-env-in-file-name): New function.
3656         (substitute-env-vars): Extend the meaning of the optional arg.
3658 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
3660         * term/w32-win.el (dynamic-library-alist): Define separate lists
3661         of GIF DLLs for versions before and after 5.0.0 of giflib.
3662         (Bug#15531)
3664 2013-10-10  João Távora  <joaotavora@gmail.com>
3666         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3667         not locked, use last revision and current source as
3668         defaults.  (Bug#15569)
3670 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
3672         * menu-bar.el (menu-bar-open): Don't use popup-menu if
3673         menu-bar is hidden.
3675 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
3677         * window.el (pop-to-buffer-same-window): Fix doc-string.
3678         (Bug#15492)
3680 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3684 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
3686         * calendar/icalendar.el (icalendar-import-file):
3687         Fix interactive spec.  (Bug#15482)
3689 2013-10-10  Glenn Morris  <rgm@gnu.org>
3691         * desktop.el (desktop-save): Default to saving in .emacs.d,
3692         since PWD is no longer in desktop-path by default.  (Bug#15319)
3694         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3695         now that text mode has a menu with the same entry.
3696         (menu-bar-text-mode-auto-fill): Remove now unused func.
3697         * textmodes/text-mode.el (text-mode-map):
3698         Use auto-fill help text from menu-bar.el.
3700 2013-10-10  John Anthony  <john@jo.hnanthony.com>
3702         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
3704 2013-10-09  Juri Linkov  <juri@jurta.org>
3706         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3707         instead of this-command-keys.  Add universal-argument-more and
3708         universal-argument-minus to the list of prefix commands.  (Bug#15568)
3710 2013-10-09  Glenn Morris  <rgm@gnu.org>
3712         * vc/vc-svn.el (vc-svn-create-repo):
3713         Expand paths in file://... url.  (Bug#15446)
3715         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3716         Add some entries.
3717         (authors): Remove unused local variables.
3719 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3721         * profiler.el: Create a more coherent calltree from partial backtraces.
3722         (profiler-format): Hide the tail with `invisible' so that C-s can still
3723         find the hidden elements.
3724         (profiler-calltree-depth): Don't recurse so enthusiastically.
3725         (profiler-function-equal): New hash-table-test.
3726         (profiler-calltree-build-unified): New function.
3727         (profiler-calltree-build): Use it.
3728         (profiler-report-make-name-part): Indent the calltree less.
3729         (profiler-report-mode): Add visibility specs for profiler-format.
3730         (profiler-report-expand-entry, profiler-report-toggle-entry):
3731         Expand the whole subtree when provided with a prefix arg.
3733 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
3735         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3736         iuwu-mod token.
3737         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3738         hanging iuwu-mod token.
3739         (ruby-smie--forward-token): Do not include a dot after a token in
3740         that token.
3741         (ruby-smie--backward-token): Likewise.
3743 2013-10-08  Juri Linkov  <juri@jurta.org>
3745         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3746         to isearch-other-control-char.
3747         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3748         and isearch-post-command-hook to post-command-hook.
3749         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3750         and isearch-post-command-hook from post-command-hook.
3751         (isearch-unread-key-sequence)
3752         (isearch-reread-key-sequence-naturally)
3753         (isearch-lookup-scroll-key, isearch-other-control-char)
3754         (isearch-other-meta-char): Remove functions.
3755         (isearch-pre-command-hook, isearch-post-command-hook):
3756         New functions based on isearch-other-meta-char rewritten
3757         relying on the new behavior of overriding-terminal-local-map
3758         that does not replace the local keymaps any more.  (Bug#15200)
3760 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
3762         Support menus on text-mode terminals.
3763         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3764         functionality.
3766         * tooltip.el (tooltip-mode): Don't error out on TTYs.
3768         * menu-bar.el (popup-menu, popup-menu-normalize-position):
3769         Move here from mouse.el.
3770         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3771         and arrow keys.
3772         (tty-menu-navigation-map): New map for TTY menu navigation.
3774         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3776         * frame.el (display-mouse-p): Report text-mode mouse as available
3777         on w32.
3778         (display-popup-menus-p): Report availability if mouse is
3779         available; don't condition on window-system.
3781         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3782         (tty-menu-selected-face): New faces.
3784 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3786         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3787         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3788         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3789         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3790         New constants.
3791         (lisp-mode-variables): New `elisp' argument.
3792         (emacs-lisp-mode): Use it.
3793         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3794         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3796         * indent.el: Use lexical-binding.
3797         (indent-region): Add progress reporter.
3798         (tab-stop-list): Make it implicitly extend to infinity by repeating the
3799         last step.
3800         (indent--next-tab-stop): New function to implement this behavior.
3801         (tab-to-tab-stop, move-to-tab-stop): Use it.
3803 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
3805         * indent.el (indent-rigidly--current-indentation): New function.
3806         (indent-rigidly-map): New var.
3807         (indent-rigidly): Use it to provide interactive mode (bug#8196).
3809 2013-10-08  Bastien Guerry  <bzg@gnu.org>
3811         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3813 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3815         * progmodes/perl-mode.el: Use lexical-binding.
3816         Remove redundant :group args.
3817         (perl-nochange): Change default to be closer to other major modes's
3818         standard behavior.
3819         (perl-indent-line): Don't consider text on current line as a
3820         valid beginning of function from which to indent.
3822         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3823         with more than one argument (bug#15538).
3825         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3827         * vc/pcvs.el: Use lexical-binding.
3828         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3829         environment of `eval'.
3830         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3831         than a list of expressions.  Adjust callers.
3832         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3834 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
3836         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3837         case of the dot in a chained method call being on the following line.
3839 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3841         * electric.el (electric-indent-inhibit): New var.
3842         (electric-indent-post-self-insert-function): Use it.
3843         * progmodes/python.el (python-mode): Set it.
3845         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3846         open braces.
3848         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3850         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3851         (css-mode): Use electric-indent-chars.
3853         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3854         (font-lock-beg, font-lock-end): Move before first use.
3855         (nxml-mode): Use syntax-propertize-function.
3856         (nxml-after-change, nxml-after-change1): Adjust accordingly.
3857         (nxml-extend-after-change-region): Remove.
3858         * nxml/xmltok.el: Use lexical-binding.
3859         (xmltok-save): Use `declare'.
3860         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3861         * nxml/nxml-util.el: Use lexical-binding.
3862         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3863         Use `declare'.
3864         * nxml/nxml-ns.el: Use lexical-binding.
3865         (nxml-ns-save): Use `declare'.
3866         (nxml-ns-prefixes-for): Avoid add-to-list.
3867         * nxml/rng-match.el: Use lexical-binding.
3868         (rng--ipattern): Use cl-defstruct.
3869         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3870         (rng-cons-group-after, rng-subst-group-after)
3871         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3872         Use closures instead of `(lambda...).
3874 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
3876         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3877         of BEG and END.
3879         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3880         Use `tramp-handle-insert-file-contents'.
3881         (tramp-gvfs-handle-insert-file-contents): Remove function.
3883         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3884         Use `save-restriction' in order to keep markers.
3886         * net/trampver.el: Update release number.
3888 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3890         * progmodes/compile.el (compilation-parse-errors):
3891         Use compilation--put-prop.
3892         (compilation--ensure-parse): Check compilation-multiline.
3894         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3896         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3897         lexical-binding.
3899         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3901         * progmodes/ruby-mode.el: Fix recently added tests.
3902         (ruby-smie-grammar): Add - and +.
3903         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3904         (ruby-smie--backward-id): New functions.
3905         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3906         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
3907         any more.
3909 2013-10-07  Leo Liu  <sdl.web@gmail.com>
3911         * register.el (register-preview-delay)
3912         (register-preview-functions): New variables.
3913         (register-read-with-preview, register-preview)
3914         (register-describe-oneline): New functions.
3915         (point-to-register, window-configuration-to-register)
3916         (frame-configuration-to-register, jump-to-register)
3917         (number-to-register, view-register, insert-register)
3918         (copy-to-register, append-to-register, prepend-to-register)
3919         (copy-rectangle-to-register): Use register-read-with-preview to
3920         read register.  (Bug#15525)
3922 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
3924         * net/network-stream.el (network-stream-open-starttls): Don't add
3925         --insecure if it's already present, because that gnutls-cli
3926         rejects getting that parameter twice.
3928 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
3930         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3931         keyword, too.
3933 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
3935         * newcomment.el (comment-use-global-state): Change default value
3936         to t, mark obsolete (Bug#15251).
3937         (comment-beginning): In addition to `comment-to-syntax', check the
3938         value of `comment-use-global-state'.
3940 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3942         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3943         (ruby-comment-column): Follow the global default, by default.
3944         (ruby-smie-grammar): Add assignment syntax.
3945         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3946         open-paren, a comma, or a \.
3947         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3948         and line continuations.
3949         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3950         followed by implicit semi-colons.  Add rule for string concatenation
3951         and for indentation at BOB.
3952         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3954         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3955         calling next-sexp, since next-token may have skipped chars which
3956         next-sexp doesn't know should be skipped!
3958 2013-10-05  Leo Liu  <sdl.web@gmail.com>
3960         * progmodes/octave.el (octave-send-region):
3961         Call compilation-forget-errors.
3963 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3965         * vc/vc-svn.el (vc-svn-find-admin-dir):
3966         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3967         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3968         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3969         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3971 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3975 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3977         * subr.el (read-passwd): Hide chars even when called within a context
3978         where after-change-functions is disabled (bug#15501).
3979         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3980         until we removed ourself from overriding-terminal-local-map.
3982 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3984         * progmodes/octave.el (inferior-octave-mode):
3985         Call compilation-forget-errors.
3987 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3989         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3991 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
3993         * net/secrets.el (secrets-create-collection): Add optional
3994         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
3995         dbus-call-method argument.  (Bug#15516)
3997 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3999         * progmodes/octave.el (inferior-octave-error-regexp-alist)
4000         (inferior-octave-compilation-font-lock-keywords): New variables.
4001         (compilation-error-regexp-alist)
4002         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
4003         (inferior-octave-mode): Use compilation-shell-minor-mode.
4005 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
4007         * minibuffer.el (completion--replace): Be careful that `end' might be
4008         a marker.
4010 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4012         Add support for package signature checking.
4013         * emacs-lisp/package.el (url-http-file-exists-p)
4014         (epg-make-context, epg-context-set-home-directory)
4015         (epg-verify-string, epg-context-result-for)
4016         (epg-signature-status, epg-signature-to-string)
4017         (epg-check-configuration, epg-configuration)
4018         (epg-import-keys-from-file): Declare.
4019         (package-check-signature): New user option.
4020         (package-unsigned-archives): New user option.
4021         (package-desc): Add `signed' field.
4022         (package-load-descriptor): Set `signed' field if .signed file exists.
4023         (package--archive-file-exists-p): New function.
4024         (package--check-signature): New function.
4025         (package-install-from-archive): Check package signature.
4026         (package--download-one-archive): Check archive signature.
4027         (package-delete): Remove .signed file.
4028         (package-import-keyring): New command.
4029         (package-refresh-contents): Import default keyring.
4030         (package-desc-status): Add "unsigned" status.
4031         (describe-package-1, package-menu--print-info)
4032         (package-menu-mark-delete, package-menu--find-upgrades)
4033         (package-menu--status-predicate): Support "unsigned" status.
4035 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
4038         the new compilation scheme using the new byte-codes.
4040         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
4041         (byte-pophandler): New byte codes.
4042         (byte-goto-ops): Adjust accordingly.
4043         (byte-compile--use-old-handlers): New var.
4044         (byte-compile-catch): Use new byte codes depending on
4045         byte-compile--use-old-handlers.
4046         (byte-compile-condition-case--old): Rename from
4047         byte-compile-condition-case.
4048         (byte-compile-condition-case--new): New function.
4049         (byte-compile-condition-case): New function that dispatches depending
4050         on byte-compile--use-old-handlers.
4051         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
4052         when we can.
4054         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4055         Optimize under `condition-case' and `catch' if
4056         byte-compile--use-old-handlers is nil.
4057         (disassemble-offset): Handle new bytecodes.
4059 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4061         * subr.el (error): Use `declare'.
4062         (decode-char, encode-char): Use advertised-calling-convention instead
4063         of the docstring to discourage use of the `restriction' arg.
4065 2013-10-03  Daiki Ueno  <ueno@gnu.org>
4067         * epg.el (epg-verify-file): Add a comment saying that it does not
4068         notify verification error as a return value nor a signal.
4069         (epg-verify-string): Ditto.
4071 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4073         * progmodes/compile.el (compilation-start): Try globbing the arg to
4074         `cd' (bug#15417).
4076 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
4078         Sync with Tramp 2.2.8.
4080         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
4081         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
4082         * net/trampver.el: Update release number.
4084 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
4086         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4087         and default-process-coding-system for darwin only.
4089 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4091         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
4093 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
4095         * vc/vc-git.el (vc-git-grep): Disable pager.
4097 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
4099         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
4100         Use :url instead of :homepage, as per
4101         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
4103         * newcomment.el (comment-beginning): When `comment-use-syntax' is
4104         non-nil, use `syntax-ppss' (Bug#15251).
4106 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4108         * progmodes/octave.el (inferior-octave-startup-file):
4109         Prefer ~/.emacs.d/init_octave.m.
4111 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
4113         * emacs-lisp/package.el (package-desc-from-define):
4114         Accept additional arguments as plist, convert them to an alist and store
4115         them in the `extras' slot.
4116         (package-generate-description-file): Convert extras alist back to
4117         plist and append to the `define-package' form arguments.
4118         (package--alist-to-plist): New function.
4119         (package--ac-desc): Add `extras' slot.
4120         (package--add-to-archive-contents): Check if the archive-contents
4121         vector is long enough, and if it is, pass its `extras' slot value
4122         to `package-desc-create'.
4123         (package-buffer-info): Call `lm-homepage', pass the returned value
4124         to `package-desc-from-define'.
4125         (describe-package-1): Render the homepage button (Bug#13291).
4127         * emacs-lisp/package-x.el (package-upload-buffer-internal):
4128         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
4130 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
4132         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
4133         and default-process-coding-system to utf-8-unix (Bug#15402).
4135 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
4137         * subr.el (looking-back): Do not recommend using looking-back.
4139 2013-09-28  Alan Mackenzie  <acm@muc.de>
4141         Fix indentation/fontification of Java enum with "implements".
4143         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
4144         regexp which matches "implements", etc., in Java.
4145         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
4146         specifier clauses coming after "enum".
4147         * progmodes/cc-fonts.el (c-font-lock-declarations)
4148         (c-font-lock-enum-tail): Check for extra specifier clauses coming
4149         after "enum".
4151 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
4153         * faces.el (region): Change ns_selection_color to
4154         ns_selection_fg_color, add ns_selection_bg_color.
4156 2013-09-28  Leo Liu  <sdl.web@gmail.com>
4158         * progmodes/octave.el (inferior-octave-completion-table)
4159         (inferior-octave-completion-at-point): Minor tweaks.
4161         * textmodes/ispell.el (ispell-lookup-words): Rename from
4162         lookup-words.  (Bug#15460)
4163         (lookup-words): Obsolete.
4164         (ispell-complete-word, ispell-command-loop): All uses changed.
4166 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4168         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
4169         (octave-mode-menu): Add octave-send-buffer.
4170         (octave-send-buffer): New function.
4172 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4174         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
4175         octave-lookfor.
4176         (octave-mode-menu): Add octave-lookfor.
4177         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
4178         octave-lookfor.
4179         (octave-lookfor): New function.
4181 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * emacs-lisp/cl-macs.el:
4184         (cl--loop-destr-temps): Remove.
4185         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
4186         its convention.
4187         (cl--loop-set-iterator-function): New function.
4188         (cl-loop): Adjust accordingly, so as not to use cl-subst.
4189         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
4190         Bind `it' with `let' instead of substituting it with `cl-subst'.
4191         (cl--unused-var-p): New function.
4192         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
4193         Eliminate some unused variable warnings (bug#15326).
4195 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
4197         * doc-view.el (doc-view-scale-reset): Rename from
4198         `doc-view-reset-zoom-level'.
4199         (doc-view-scale-adjust): New command.
4200         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
4201         `doc-view-scale-adjust'.
4203 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
4205         * doc-view.el (doc-view-reset-zoom-level): New command.
4206         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
4207         zoom commands (bug#15466).
4209 2013-09-26  Kenichi Handa  <handa@gnu.org>
4211         * international/quail.el (quail-help): Make it not a command.
4213 2013-09-26  Leo Liu  <sdl.web@gmail.com>
4215         * minibuffer.el (completion-all-sorted-completions): Make args
4216         optional as they are.
4218 2013-09-25  Daniel Colascione  <dancol@dancol.org>
4220         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
4221         specs are and that they're not evaluated.
4223 2013-09-24  Sam Steingold  <sds@gnu.org>
4225         * midnight.el (clean-buffer-list-kill-regexps)
4226         (clean-buffer-list-kill-buffer-names): Update for the new Man
4227         buffer naming which includes the object name.
4229 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * eshell/esh-cmd.el (eshell--sep-terms): New var.
4232         (eshell-parse-command, eshell-parse-pipeline): Use it since
4233         eshell-separate-commands requires a dynamic scoped var.
4234         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
4236 2013-09-23  Leo Liu  <sdl.web@gmail.com>
4238         * autoinsert.el (auto-insert-alist): Make the value of
4239         lexical-binding match its file setting.
4241 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
4243         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
4245         * autoarg.el (autoarg-kp-digit-argument):
4246         * electric.el (Electric-command-loop):
4247         * kmacro.el (kmacro-step-edit-insert):
4248         Do not set universal-argument-num-events.
4250 2013-09-22  Leo Liu  <sdl.web@gmail.com>
4252         * files.el (interpreter-mode-alist): Add octave.
4254 2013-09-21  Alan Mackenzie  <acm@muc.de>
4256         C++: fontify identifier in declaration following "public:" correctly.
4257         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
4258         to match "public", etc.
4259         (c-decl-prefix-re): Add ":" into the C++ value.
4260         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
4261         bit.  Add a check for a ":" preceded by "public", etc.
4263 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
4265         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
4266         recognized by GDB 7.5 and later.
4268 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
4270         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
4272 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * subr.el (internal--call-interactively): New const.
4275         (called-interactively-p): Use it (bug#3984).
4277 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
4279         * vc/pcvs.el (cvs-mode-ignore):
4280         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
4281         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
4283 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4285         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
4286         (eshell-ls-orig-insert-directory): Remove.
4287         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
4288         (eshell-ls-use-in-dired): Use advice-add/remove.
4289         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
4290         Add `orig-fun' arg for use in :around advice.
4291         Make it check (redundantly) eshell-ls-use-in-dired.
4293 2013-09-19  Glenn Morris  <rgm@gnu.org>
4295         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
4297         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
4299         * emacs-lisp/eieio.el (class-parent): Undo previous change.
4301 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
4303         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
4304         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
4305         (tramp-get-remote-python): New defuns.
4306         (tramp-get-remote-uid-with-perl)
4307         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
4308         contributed by yary <not.com@gmail.com> (tiny change).
4309         (tramp-get-remote-uid-with-python)
4310         (tramp-get-remote-gid-with-python): New defuns.  Python code
4311         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
4312         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4314 2013-09-19  Glenn Morris  <rgm@gnu.org>
4316         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4318         * eshell/em-unix.el (eshell-remove-entries):
4319         Rename argument to avoid name-clash with global `top-level'.
4321         * eshell/esh-proc.el (eshell-kill-process-function):
4322         Remove eshell-reset-after-proc from eshell-kill-hook if present.
4323         (eshell-reset-after-proc): Remove unused arg `proc'.
4325         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4326         (directory-files-and-attributes): Mark unused arg.
4328         * eshell/em-unix.el (eshell-remove-entries):
4329         Remove unused arg `path'.  Update callers.
4331         * eshell/em-hist.el (eshell-hist-parse-arguments):
4332         Remove unused arg `silent'.  Update callers.
4334         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4335         Fix (f)boundp mix-up.
4337         * eshell/em-smart.el (eshell-smart-scroll-window)
4338         (eshell-disable-after-change):
4339         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4341 2013-09-18  Alan Mackenzie  <acm@muc.de>
4343         Fix fontification of type when followed by "const".
4344         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4345         "known" types from fontification.
4347 2013-09-18  Glenn Morris  <rgm@gnu.org>
4349         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4350         (chart-face-list): Drop Emacsen without display-color-p.
4352         * net/eww.el (libxml-parse-html-region): Declare.
4353         (eww-display-html): Explicit error if no libxml2 support.
4355         * doc-view.el (doc-view-mode): Silence --without-x compilation.
4357         * image.el (image-type-from-buffer, image-multi-frame-p):
4358         Remove --without-x warning/error.
4360         * mouse.el (mouse-yank-primary):
4361         * term.el (term-mouse-paste):
4362         Reorder to silence --without-x compilation.
4364         * mpc.el (doc-view-mode): Silence --without-x compilation.
4366         * mail/rmailmm.el (rmail-mime-set-bulk-data):
4367         Silence --without-x compilation.
4369         * progmodes/gud.el (gud-find-file, gud-mode):
4370         Silence --without-x compilation.
4371         (tooltip-mode): Declare.
4373         * wdired.el (dired-backup-overwrite): Remove declaration.
4374         (wdired-mode-map): Add doc string.
4376         * custom.el (x-get-resource): Declare.
4378         * eshell/em-glob.el (ange-cache):
4379         * eshell/em-unix.el (ange-cache): Declare.
4381         * faces.el (x-display-list, x-open-connection, x-get-resource):
4382         Declare.
4384         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4385         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4386         Declare.
4388         * frame.el (x-display-grayscale-p, x-display-name): Declare.
4390         * net/gnutls.el (gnutls-log-level): Declare.
4392         * net/shr.el (image-size, image-animate): Declare.
4394         * simple.el (font-info): Declare.
4396         * subr.el (x-popup-dialog): Declare.
4398         * term/common-win.el (x-select-enable-primary)
4399         (x-last-selected-text-primary, x-last-selected-text-clipboard):
4400         Declare.
4402         * term/ns-win.el (x-handle-args): Declare.
4404         * term/x-win.el (x-select-enable-clipboard): Declare.
4406         * term/w32-win.el (create-default-fontset): Declare.
4408         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4409         Declare.
4411         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4412         (fit-frame-to-buffer): Explicit error if --without-x.
4413         (mouse-autoselect-window-select): Silence compiler.
4415         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4417         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4418         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4419         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4420         * eshell/esh-util.el (eshell-sublist):
4421         Remove unused local variables.
4423         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4425         * textmodes/two-column.el: Make 2C-split work for --without-x.
4426         (scroll-bar-columns): Autoload.
4427         (top-level): Require fringe when compiling.
4429 2013-09-18  Leo Liu  <sdl.web@gmail.com>
4431         * subr.el (add-hook): Robustify to handle closure as well.
4433 2013-09-17  Glenn Morris  <rgm@gnu.org>
4435         * simple.el (messages-buffer-mode-map): Unbind "g".
4437 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4439         * help-mode.el (help-mode-finish): Use derived-mode-p.
4440         Remove obsolete highlighting.
4442         * play/life.el (life-mode): Use define-derived-mode.  Derive from
4443         special-mode.
4444         (life): Let-bind inhibit-read-only.
4445         (life-setup): Avoid `setq'.  Use `life-mode'.
4447         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4448         which should not be needed any more.
4449         (package-menu-refresh, package-menu-describe-package): Use user-error.
4451         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4452         (eshell-post-rewrite-command-hook): Make obsolete.
4453         (eshell-parse-command): Simplify.
4454         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4455         (eshell--cmd): Declare.
4456         (eshell-parse-pipeline): Remove unused var `final-p'.
4457         Pass a dynvar to eshell-post-rewrite-command-hook.
4458         Implement the new eshell-post-rewrite-command-function.
4459         (eshell-invoke-directly): Remove unused arg `input'.
4460         * eshell/esh-io.el (eshell-io-initialize):
4461         Use eshell-post-rewrite-command-function (bug#15399).
4462         (eshell--apply-redirections): Rename from eshell-apply-redirections;
4463         adjust to new calling convention.
4464         (eshell-create-handles): Rename args to avoid clashing with dynvar
4465         `standard-output'.
4467 2013-09-17  Glenn Morris  <rgm@gnu.org>
4469         * simple.el (messages-buffer-mode): New major mode.
4470         (messages-buffer): New function.
4471         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4472         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4473         (ert-run-test): Use `messages-buffer' function.
4474         (ert--force-message-log-buffer-truncation): Ignore read-only.
4475         * help.el (view-echo-area-messages): Use `messages-buffer' function.
4476         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4478 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4480         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4482         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4484 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4486         * icomplete.el (icomplete-in-buffer): New var.
4487         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4488         vars and replace them with functions.
4489         (icomplete-minibuffer-setup): Adjust accordingly.
4490         (icomplete--completion-table, icomplete--completion-predicate)
4491         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4492         New functions.
4493         (icomplete-forward-completions, icomplete-backward-completions)
4494         (icomplete-simple-completing-p, icomplete-exhibit)
4495         (icomplete-completions): Use them.
4496         (icomplete--in-region-buffer): New var.
4497         (icomplete--in-region-setup): New function.
4498         (icomplete-mode): Use it.
4500         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4501         (bug#15379).
4502         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4503         return args and options.
4504         (eshell-eval-using-options): Use the new return value of
4505         eshell--do-opts to set the options's vars in their scope.
4506         (eshell--set-option): Rename from eshell-set-option.
4507         Add arg `opt-vals'.
4508         (eshell--process-option): Rename from eshell-process-option.
4509         Add arg `opt-vals'.
4510         (eshell--process-args): Use an `opt-vals' alist to store the options's
4511         values during their processing and return them additionally to the
4512         remaining args.
4514 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
4516         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4517         continuation character an operator, as far as indentation is
4518         concerned (Bug#15369).
4520 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
4522         * window.el (window--state-put-2): Don't process buffer state
4523         when buffer doesn't exist any more (Bug#15382).
4525 2013-09-15  Glenn Morris  <rgm@gnu.org>
4527         * eshell/em-unix.el (eshell/rm):
4528         Make -f ignore missing files.  (Bug#15373)
4530         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
4531         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4532         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4534 2013-09-14  Glenn Morris  <rgm@gnu.org>
4536         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4538 2013-09-13  Glenn Morris  <rgm@gnu.org>
4540         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4541         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
4543 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
4545         * frame.el (x-focus-frame): Mark as declared in frame.c.
4547 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * ls-lisp.el: Use advice-add.
4550         (original-insert-directory): Remove.
4551         (ls-lisp--insert-directory): Rename from insert-directory; add
4552         `orig-fun' argument.
4553         (insert-directory): Advise.
4555 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
4557         * term.el (term-emulate-terminal): Decode the command string
4558         before passing it to term-command-hook.  (Bug#15337)
4560 2013-09-13  Glenn Morris  <rgm@gnu.org>
4562         * eshell/esh-util.el (ange-cache): Move declaration earlier.
4564         * eshell/esh-ext.el (eshell-search-path): Declare.
4566         * eshell/em-prompt.el (eshell/pwd): Autoload it.
4567         Otherwise an error occurs if eshell-dirs module not loaded.
4569         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4571 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
4573         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4574         `tramp-check-proper-host'.  Check for a valid method name.
4576         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4577         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4578         * net/tramp-sh.el (tramp-maybe-open-connection):
4579         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4581         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4582         also for hash values.
4584 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4586         * term/ns-win.el (parameters): Don't declare as dynamic.
4587         (before-make-frame-hook): Don't add ineffective function.
4589         * eshell/*.el: Use lexical-binding (bug#15231).
4591 2013-09-12  Kenichi Handa  <handa@gnu.org>
4593         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4595 2013-09-12  Glenn Morris  <rgm@gnu.org>
4597         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4598         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4600         * subr.el (do-after-load-evaluation): Also give compiler warnings
4601         when obsolete files are used (except by obsolete files).
4603         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4604         in the status output, assume `filename' is the first.  (Bug#15322)
4606         * vc/vc.el (vc-deduce-fileset): Doc fix.
4608         * calc/calc-help.el (Info-goto-node):
4609         * progmodes/cperl-mode.el (Info-find-node):
4610         * vc/ediff.el (Info-goto-node): Update declarations.
4612         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4614         * vc/vc-bzr.el (vc-compilation-mode): Declare.
4615         (vc-bzr-pull): Require vc-dispatcher.
4616         * vc/vc-git.el (vc-compilation-mode): Declare.
4617         (vc-git-pull): Require vc-dispatcher.
4619         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4621         * progmodes/octave.el (help-button-action): Declare.
4623         * shell.el (shell-directory-tracker): Output error as a message
4624         rather than just returning it as a string.
4625         (shell-process-pushd): Remove useless use of message.
4627         * dframe.el (dframe-timer-fn):
4628         * files.el (dir-locals-read-from-file):
4629         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4630         (mpc-format):
4631         * reveal.el (reveal-post-command):
4632         * saveplace.el (load-save-place-alist-from-file):
4633         * shell.el (shell-resync-dirs):
4634         * w32-common-fns.el (x-get-selection-value):
4635         * emacs-lisp/copyright.el (copyright-find-copyright):
4636         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4637         * emulation/tpu-edt.el (tpu-copy-keyfile):
4638         * play/bubbles.el (bubbles--mark-neighbourhood):
4639         * progmodes/executable.el
4640         (executable-make-buffer-file-executable-if-script-p):
4641         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4643 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         Cleanup Eshell to rely less on dynamic scoping.
4646         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4647         last-value, and ext-command here.  Bind `args' closer to `body'.
4648         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4649         (eshell--args): Declare new dynamic var.
4650         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
4651         last-value, and ext-command.  Pass `args' to `body'.
4652         (eshell-process-args): Bind eshell--args.
4653         (eshell-set-option): Use eshell--args.
4654         * eshell/eshell.el (eshell): Use derived-mode-p.
4655         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4656         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4657         (eshell-glob-function): Declare.
4658         * eshell/esh-util.el: Require cl-lib.
4659         (eshell-read-hosts-file): Avoid add-to-list.
4660         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4661         `err'.
4662         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4663         Declare.
4664         (eshell/diff): Remove unused var `err'.
4665         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4666         `killflag'.
4667         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4668         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4669         first use.
4670         * eshell/em-glob.el (eshell-glob-matches, message-shown):
4671         Move declaration before first use.
4672         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4673         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4674         rely on cl-return.
4676 2013-09-12  Glenn Morris  <rgm@gnu.org>
4678         * term/ns-win.el (global-map): Remove binding for ispell-next,
4679         deleted 1999-05-29.  (Bug#15357)
4681 2013-09-11  Glenn Morris  <rgm@gnu.org>
4683         * echistory.el (electric-command-history): Remove call to deleted func.
4685         * play/landmark.el (landmark-mode): Fix typos.
4687         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4688         Check cvs-sort-ignore-file is bound.
4690         * savehist.el: No need for cl when compiling on Emacs.
4692 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4694         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4695         (bug#15338).
4696         (eshell-self-insert-command, eshell-send-invisible):
4697         Remove unused argument.
4698         (eshell-handle-control-codes): Remove unused var `orig'.
4699         Avoid delete-backward-char.
4701         * files.el (set-auto-mode): Simplify a bit further.
4703 2013-09-11  Glenn Morris  <rgm@gnu.org>
4705         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4706         (set-auto-mode): Don't regexp-quote elements.
4707         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4708         * progmodes/cc-mode.el (interpreter-mode-alist):
4709         * progmodes/ruby-mode.el (interpreter-mode-alist):
4710         Revert previous change.
4712 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         * play/snake.el (snake-mode):
4715         * play/mpuz.el (mpuz-mode):
4716         * play/landmark.el (lm-mode):
4717         * play/blackbox.el (blackbox-mode):
4718         * play/5x5.el (5x5-mode):
4719         * obsolete/options.el (Edit-options-mode):
4720         * net/quickurl.el (quickurl-list-mode):
4721         * net/newst-treeview.el (newsticker-treeview-mode):
4722         * mail/rmailsum.el (rmail-summary-mode):
4723         * mail/mspools.el (mspools-mode):
4724         * locate.el (locate-mode):
4725         * ibuffer.el (ibuffer-mode):
4726         * emulation/ws-mode.el (wordstar-mode):
4727         * emacs-lisp/debug.el (debugger-mode):
4728         * array.el (array-mode):
4729         * net/eudc.el (eudc-mode): Use define-derived-mode.
4730         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4731         Move initialization into declaration.
4732         (mairix-searches-mode): Use define-derived-mode.
4733         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4734         (eudc-edit-hotlist): Use dolist.
4735         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4736         (Man-mode): Use define-derived-mode.
4737         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4738         (Info-edit-mode): Use define-derived-mode.
4739         (Info-cease-edit): Use Info-mode.
4740         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4741         into declaration.
4742         (eshell-mode): Use define-derived-mode.
4743         * chistory.el (command-history-mode-map): Rename from
4744         command-history-map.
4745         (command-history-mode): Use define-derived-mode.
4746         (Command-history-setup): Remove function.
4747         * calc/calc.el (calc-trail-mode-map): New var.
4748         (calc-trail-mode): Use define-derived-mode.
4749         (calc-trail-buffer): Set calc-main-buffer manually.
4750         * bookmark.el (bookmark-insert-annotation): New function.
4751         (bookmark-edit-annotation): Use it.
4752         (bookmark-edit-annotation-mode): Make it a proper major mode.
4753         (bookmark-send-edited-annotation): Use derived-mode-p.
4754         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4755         closer to its ideal place.  Use \' to match EOS.
4757         * profiler.el (profiler-calltree-find): Use function-equal.
4759 2013-09-10  Glenn Morris  <rgm@gnu.org>
4761         * files.el (interpreter-mode-alist): Convert to regexps.
4762         (set-auto-mode): Adapt for this.  (Bug#15306)
4763         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4764         Comment out unused variable.
4765         * progmodes/cc-mode.el (interpreter-mode-alist):
4766         * progmodes/python.el (interpreter-mode-alist):
4767         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4768         * progmodes/sh-script.el (sh-set-shell):
4769         No longer use interpreter-mode-alist to get list of shells.
4771         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4773 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4775         * simple.el: Use set-temporary-overlay-map for universal-argument.
4776         (universal-argument-map): Don't use default-bindings (bug#15317).
4777         Bind switch-frame explicitly.  Replace universal-argument-minus with
4778         a conditional binding.
4779         (universal-argument-num-events, saved-overriding-map): Remove.
4780         (restore-overriding-map): Remove.
4781         (universal-argument--mode): Rename from save&set-overriding-map,
4782         and rewrite.
4783         (universal-argument, universal-argument-more, negative-argument)
4784         (digit-argument): Adjust accordingly.
4785         (universal-argument-minus): Remove.
4786         (universal-argument-other-key): Remove.
4788         * subr.el (with-demoted-errors): Add `format' argument.
4790 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
4792         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
4793         `tramp-cleanup-connection'.
4795         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4796         parameters KEEP-DEBUG and KEEP-PASSWORD.
4798         * net/tramp.el (tramp-file-name-handler):
4799         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4800         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4801         (tramp-maybe-open-connection):
4802         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4803         Use `tramp-cleanup-connection'.
4805         * net/tramp-sh.el (tramp-maybe-open-connection):
4806         Catch 'uname-changed inside the progress reporter.
4808 2013-09-10  Glenn Morris  <rgm@gnu.org>
4810         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
4812         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4813         returns "alternate access method" in mode (eg "-rw-r--r--.").
4815 2013-09-08  Glenn Morris  <rgm@gnu.org>
4817         * saveplace.el (load-save-place-alist-from-file):
4818         Demote errors.  (Bug#15305)
4820 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
4822         Improve compatibility with older Emacsen, and XEmacs.
4824         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4825         only if it is bound.  It isn't for XEmacs.
4826         (with-tramp-progress-reporter): Do not let-bind `result'.
4827         This yields to scoping errors in XEmacs.
4828         (tramp-handle-make-auto-save-file-name): New function, moved from
4829         tramp-sh.el.
4831         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4832         for `make-auto-save-file-name'.
4833         (tramp-adb--gnu-switches-to-ash):
4834         Use `tramp-compat-replace-regexp-in-string'.
4836         * net/tramp-cache.el (tramp-cache-print): Call
4837         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
4839         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4840         bound.  It isn't for XEmacs.
4842         * net/tramp-compat.el (tramp-compat-copy-file):
4843         Catch `wrong-number-of-arguments' error.
4844         (tramp-compat-replace-regexp-in-string): New defun.
4846         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4847         for `make-auto-save-file-name'.
4848         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4849         `copy-file'.
4850         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4851         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4852         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4854         * net/tramp-gw.el (tramp-gw-open-network-stream):
4855         Use `tramp-compat-replace-regexp-in-string'.
4857         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4858         Call `tramp-handle-make-auto-save-file-name'.
4859         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4860         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4861         (tramp-sh-file-inotifywait-process-filter):
4862         Use `tramp-compat-replace-regexp-in-string'.
4863         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4865         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4866         for `make-auto-save-file-name'.
4867         (tramp-smb-handle-copy-directory):
4868         Call `tramp-compat-replace-regexp-in-string'.
4869         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4870         (tramp-smb-handle-copy-file): Improve error message.
4871         (tramp-smb-handle-rename-file): Rename directly only in case
4872         `newname' does not exist yet.  This is a restriction of smbclient.
4873         (tramp-smb-maybe-open-connection): Rerun the function only when
4874         `auth-sources' is non-nil.
4876 2013-09-08  Kenichi Handa  <handa@gnu.org>
4878         * international/characters.el: Set category "^" (Combining) for
4879         more characters.
4881 2013-09-07  Alan Mackenzie  <acm@muc.de>
4883         Correctly fontify Java class constructors.
4884         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4885         in Java Mode.
4886         (c-recognize-typeless-decls): Set the Java value to t.
4887         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4888         While handling a "(", add a check for, effectively, Java, and handle a
4889         "typeless" declaration there.
4891 2013-09-07  Roland Winkler  <winkler@gnu.org>
4893         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4894         field subtitle for entry type book.
4896 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4898         * minibuffer.el: Make minibuffer-complete call completion-in-region
4899         rather than other way around.
4900         (completion--some, completion-pcm--find-all-completions):
4901         Don't delay signals when debugging.
4902         (minibuffer-completion-contents): Beware fields within the
4903         minibuffer contents.
4904         (completion-all-sorted-completions): Use defvar-local.
4905         (completion--do-completion, completion--cache-all-sorted-completions)
4906         (completion-all-sorted-completions, minibuffer-force-complete):
4907         Add args `beg' and `end'.
4908         (completion--in-region-1): New fun, extracted from minibuffer-complete.
4909         (minibuffer-complete): Use completion-in-region.
4910         (completion-complete-and-exit): New fun, extracted from
4911         minibuffer-complete-and-exit.
4912         (minibuffer-complete-and-exit): Use it.
4913         (completion--complete-and-exit): Rename from
4914         minibuffer--complete-and-exit.
4915         (completion-in-region--single-word): New function, extracted from
4916         minibuffer-complete-word.
4917         (minibuffer-complete-word): Use it.
4918         (display-completion-list): Make `common-substring' argument obsolete.
4919         (completion--in-region): Call completion--in-region-1 instead of
4920         minibuffer-complete.
4921         (completion-help-at-point): Pass boundaries to
4922         minibuffer-completion-help as args rather than via an overlay.
4923         (completion-pcm--string->pattern): Use `any-delim'.
4924         (completion-pcm--optimize-pattern): New function.
4925         (completion-pcm--pattern->regex): Handle `any-delim'.
4926         * icomplete.el (icomplete-forward-completions)
4927         (icomplete-backward-completions, icomplete-completions):
4928         Adjust calls to completion-all-sorted-completions and
4929         completion--cache-all-sorted-completions.
4930         (icomplete-with-completion-tables): Default to t.
4931         * emacs-lisp/crm.el (crm--current-element): Rename from
4932         crm--select-current-element.  Don't put an overlay but return the
4933         boundaries instead.
4934         (crm--completion-command): Take two new args to bind to the boundaries.
4935         (crm-completion-help): Adjust accordingly.
4936         (crm-complete): Use completion-in-region.
4937         (crm-complete-word): Use completion-in-region--single-word.
4938         (crm-complete-and-exit): Use completion-complete-and-exit.
4940 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4942         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4943         than dynamically.
4945 2013-09-06  Juri Linkov  <juri@jurta.org>
4947         * info.el (Info-display-images-node): When image file doesn't exist
4948         display text version of the image if it's provided in the Info file.
4949         Otherwise, display the location of missing image from SRC attribute.
4950         Add help-echo text property from ALT attribute.  (Bug#15279)
4952 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4955         (edit-abbrevs-mode): Use define-derived-mode.
4957         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4958         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4959         that it's defined.
4960         (epa-key-list-mode, epa-key-mode, epa-info-mode):
4961         Use define-derived-mode.
4963         * epg.el (epg-start-encrypt): Minor CSE simplification.
4965 2013-09-06  William Xu  <william.xwl@gmail.com>
4967         * arc-mode.el: Add support for 7za (bug#15264).
4968         (archive-7z-program): New var.
4969         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4970         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4971         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4973 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
4975         Remove URL syntax.
4977         * net/tramp.el (tramp-syntax, tramp-prefix-format)
4978         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4979         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4980         (tramp-postfix-host-format, tramp-file-name-regexp)
4981         (tramp-completion-file-name-regexp)
4982         (tramp-completion-dissect-file-name)
4983         (tramp-handle-substitute-in-file-name): Remove 'url case.
4984         (tramp-file-name-regexp-url)
4985         (tramp-completion-file-name-regexp-url): Remove constants.
4987 2013-09-06  Glenn Morris  <rgm@gnu.org>
4989         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
4991 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
4993         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4994         keywords" below "here-doc beginnings" (Bug#15270).
4996 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4998         * subr.el (pop): Use `car-safe'.
4999         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
5000         to detect unused `pop' return value.
5002         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
5003         var `block-regexp'.
5004         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
5005         (python-fill-string): Remove unused var `marker'.
5006         (python-skeleton-add-menu-items): Remove unused var `items'.
5008         * international/mule-cmds.el: Require CL.
5009         (find-coding-systems-for-charsets): Avoid add-to-list.
5010         (sanitize-coding-system-list): New function, extracted from
5011         select-safe-coding-system-interactively.
5012         (select-safe-coding-system-interactively): Use it.
5013         (read-input-method-name): Accept symbols for `default'.
5015         * emacs-lisp/advice.el (defadvice): Add indent rule.
5017 2013-09-05  Daniel Hackney  <dan@haxney.org>
5019         * dired-x.el:
5020         * net/ange-ftp.el:
5021         * net/browse-url.el:
5022         * net/dbus.el:
5023         * net/eudc.el:
5024         * net/eudcb-ldap.el:
5025         * net/eww.el:
5026         * net/imap.el:
5027         * printing.el:
5028         * vc/ediff-diff.el:
5029         * vc/ediff-init.el:
5030         * vc/ediff-merg.el:
5031         * vc/ediff-mult.el:
5032         * vc/ediff-util.el:
5033         * vc/ediff-wind.el:
5034         * vc/ediff.el:
5035         * vc/emerge.el:
5036         * vc/pcvs.el:
5037         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
5038         byte compiler.  Remove some unused let-bound variables.
5040 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5042         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
5043         a "ref-cell", since it gets better optimized (bug#14883).
5045 2013-09-05  Glenn Morris  <rgm@gnu.org>
5047         * progmodes/cc-awk.el (c-forward-sws): Declare.
5049 2013-09-04  Glenn Morris  <rgm@gnu.org>
5051         * generic-x.el [rul-generic-mode]: Require cc-mode.
5052         (c++-mode-syntax-table): Declare.
5053         (rul-generic-mode-syntax-table): Init in the defvar.
5055 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
5058         (vc-do-command, vc-set-async-update):
5059         * vc/vc-mtn.el (vc-mtn-dir-status):
5060         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
5061         (vc-hg-pull, vc-hg-merge-branch):
5062         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
5063         (vc-git-merge-branch):
5064         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
5065         (vc-cvs-dir-status-files):
5066         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
5067         (vc-bzr-dir-status-files):
5068         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
5069         * vc/vc-annotate.el: Use lexical-binding.
5070         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
5071         (vc-sentinel-movepoint): Declare.
5072         (vc-annotate): Don't use `goto-line'.
5073         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
5074         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
5075         (vc-sentinel-movepoint): Declare.
5076         * vc/vc-svn.el: Use lexical-binding.
5077         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
5078         * vc/vc-sccs.el:
5079         * vc/vc-rcs.el: Use lexical-binding.
5081         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
5082         `deleted'.  Don't drop errors silently.
5084         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
5086 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
5088         * vc/vc.el (vc-ignore): Rewrite.
5089         (vc-default-ignore): New function.
5090         (vc-default-ignore-completion-table): Use find-ignore-file.
5092         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
5093         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
5094         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
5095         Remove.  Most code moved to vc.el.
5097 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5099         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
5100         * net/tramp-smb.el (tramp-smb-get-file-entries):
5101         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
5102         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
5104         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
5105         Update call to it.
5106         (eww-change-select): Remove unused var `properties'.
5107         (eww-make-unique-file-name): Remove unused var `base'.
5109         * finder.el (finder-compile-keywords): Don't mess with windows.
5111         * calculator.el (calculator-funcall): Fix typo in last change.
5113         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
5115         * emacs-lisp/package.el (package-activate-1): Don't let a missing
5116         <pkg>-autoloads.el file stop us.
5118         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
5119         warnings, and factor out common code.
5121 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
5123         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
5124         two-character operators and whether the character preceding them
5125         changes their meaning (Bug#15208).
5127 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5129         Format code sent to Python shell for robustness.
5130         * progmodes/python.el (python-shell-buffer-substring):
5131         New function.
5132         (python-shell-send-region, python-shell-send-buffer): Use it.
5134 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
5136         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
5137         * net/tramp.el (tramp-user-error): ... here.
5138         (tramp-find-method, tramp-check-proper-host)
5139         (tramp-dissect-file-name, tramp-debug-message)
5140         (tramp-handle-shell-command):
5141         * net/tramp-adb.el (tramp-adb-handle-shell-command):
5142         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
5144         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
5146 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
5148         * avoid.el (mouse-avoidance-point-position)
5149         (mouse-avoidance-too-close-p): Handle case where posn-at-point
5150         returns nil.
5152 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5154         * progmodes/python.el (python-shell-completion-get-completions):
5155         Drop use of deleted `comint-last-prompt-overlay'.
5156         (python-nav-if-name-main): New command.
5158 2013-09-01  Glenn Morris  <rgm@gnu.org>
5160         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5161         Avoid leading space in $wins.  Otherwise the sed command used by
5162         eg compile-main ends up containing "/*.el".  (Bug#15170)
5164         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
5166 2013-08-30  Glenn Morris  <rgm@gnu.org>
5168         * emacs-lisp/bytecomp.el (byte-recompile-directory):
5169         Fix is-this-a-directory logic.  (Bug#15220)
5171 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * textmodes/css-mode.el: Use SMIE.
5174         (css-smie-grammar): New var.
5175         (css-smie--forward-token, css-smie--backward-token)
5176         (css-smie-rules): New functions.
5177         (css-mode): Use them.
5178         (css-navigation-syntax-table): Remove var.
5179         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
5180         (css-indent-calculate, css-indent-line): Remove functions.
5182         Misc changes to reduce use of `(lambda...); and other cleanups.
5183         * cus-edit.el: Use lexical-binding.
5184         (customize-push-and-save, customize-apropos)
5185         (custom-buffer-create-internal): Use closures.
5186         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
5187         * progmodes/ada-xref.el: Use setq.
5188         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
5189         * dframe.el: Use lexical-binding.
5190         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
5191         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
5192         * descr-text.el: Use lexical-binding.
5193         (describe-text-widget, describe-text-sexp, describe-property-list):
5194         Use closures.
5195         * comint.el (comint-history-isearch-push-state): Use a closure.
5196         * calculator.el: Use lexical-binding.
5197         (calculator-number-to-string): Make it work with lexical-binding.
5198         (calculator-funcall): Same and use cl-letf.
5200         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
5201         (lisp--company-doc-string, lisp--company-location): New functions.
5202         (lisp-completion-at-point): Use them to improve Company support.
5204         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
5205         params of lambda expressions.
5206         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
5207         (ruby-smie--opening-pipe-p): New function.
5208         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
5209         symbols and matched |...| for formal params.
5210         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
5211         from being treated as hanging.  Handle "rescue".
5213 2013-08-29  Glenn Morris  <rgm@gnu.org>
5215         * progmodes/cc-engine.el (c-pull-open-brace):
5216         Move definition before use.
5218 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5220         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
5221         are immutable.  Don't use `unsafe' any more.
5222         (cl--defsubst-expand): Don't substitute at the same time as keeping
5223         a residual unused let-binding.  Don't use `unsafe' any more.
5225 2013-08-29  Glenn Morris  <rgm@gnu.org>
5227         * calendar/cal-china.el (calendar-chinese-year-cache):
5228         Recenter on 2015.
5230         * nxml/nxml-util.el (nxml-debug-clear-inside):
5231         Use cl-loop rather than loop.
5233         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
5235         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
5237 2013-08-28  Glenn Morris  <rgm@gnu.org>
5239         * progmodes/antlr-mode.el: No need to require cc-mode twice.
5241         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
5243         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
5245 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5247         * simple.el (repeat-complex-command--called-interactively-skip):
5248         New function.
5249         (repeat-complex-command): Use it (bug#14136).
5251         * progmodes/cc-mode.el: Minor cleanup of var declarations.
5252         (c-define-abbrev-table): Add `doc' argument.
5253         (c-mode-abbrev-table, c++-mode-abbrev-table)
5254         (objc-mode-abbrev-table, java-mode-abbrev-table)
5255         (idl-mode-abbrev-table, pike-mode-abbrev-table)
5256         (awk-mode-abbrev-table): Use it.
5257         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
5258         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
5259         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
5260         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
5261         Move initialization into the declaration; and remove any
5262         autoload cookie.
5264         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
5265         and dynamic let binding.
5267         * vc/smerge-mode.el: Remove redundant :group args.
5269         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
5270         to load-path.
5272 2013-08-28  Juri Linkov  <juri@jurta.org>
5274         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
5275         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
5276         (isearch-other-meta-char): Handle an undefined shifted printing
5277         character by downshifting it.  (Bug#15200)
5279 2013-08-28  Juri Linkov  <juri@jurta.org>
5281         * isearch.el (isearch-search): Change regexp error message for
5282         non-regexp searches.  (Bug#15166)
5284 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
5286         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
5287         for portability to hosts where /bin/sh has problems.
5289 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
5293 2013-08-27  Juri Linkov  <juri@jurta.org>
5295         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
5296         in the keyboard macro.  (Bug#15126)
5298 2013-08-27  Juri Linkov  <juri@jurta.org>
5300         * isearch.el (isearch-quote-char): Comment out converting unibyte
5301         to multibyte, thus syncing with its `quoted-insert' counterpart.
5302         (Bug#15166)
5304 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
5306         * window.el (display-buffer-use-some-window): Add missing
5307         argument in call of get-largest-window (Bug#15185).
5308         Reported by Stephen Leake.
5310 2013-08-27  Glenn Morris  <rgm@gnu.org>
5312         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5314 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5316         * progmodes/python.el (python-font-lock-keywords): Don't return nil
5317         from a matcher-function unless there's no more matches (bug#15161).
5319 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5321         * minibuffer.el: Revert change from 2013-08-20.
5323         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5324         with text property `tramp-default', if appropriate.
5325         (tramp-check-proper-host): New defun.
5326         (tramp-dissect-file-name): Do not check hostname.  Revert change
5327         of 2013-03-18.
5328         (tramp-backtrace): Make VEC-OR-PROC optional.
5330         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5331         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5332         * net/tramp-sh.el (tramp-maybe-open-connection):
5333         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5334         Apply `tramp-check-proper-host'.
5336 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
5338         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5339         lambda expression in order to have `describe-variable' display it.
5341 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5343         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5344         BUF can be optional.  (Bug#15186)
5346 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
5348         * progmodes/flymake.el (flymake-get-real-file-name-function):
5349         Fix broken customization.  (Bug#15184)
5351 2013-08-25  Alan Mackenzie  <acm@muc.de>
5353         Improve indentation of bracelists defined by macros (without "=").
5355         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5356         expansion begins with "{", regard it as bracelist when it doesn't
5357         contain a ";".
5359         Parse C++ inher-intro when there's a template split over 2 lines.
5361         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5362         rigorously the search for "class" etc. followed by ":".
5364         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5365         random languages a regexp which never matches rather than nil.
5367         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5369         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5370         (c-awk-regexp-one-line-possibly-open-char-list-re)
5371         (c-awk-one-line-possibly-open-regexp-re)
5372         (c-awk-one-line-non-syn-ws*-re): Remove.
5373         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5374         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5375         (c-awk-space*-unclosed-regexp-/-re): New constants.
5376         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5377         aren't regexp delimiters.
5379         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5380         handling for a rare situation in AWK Mode involving unterminated
5381         strings/regexps.
5383 2013-08-23  Glenn Morris  <rgm@gnu.org>
5385         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5387         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5389         * files.el (create-file-buffer): If the result would begin with
5390         spaces, prepend a "|" instead of removing them.  (Bug#15162)
5392 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5394         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5395         text-properties (bug#15155).
5397         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5398         exist any more.
5399         (calc-keypad-redraw): Remove unused var `pad'.
5400         (calc-keypad-press): Remove unused var `menu'.
5402 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
5404         * window.el (display-buffer-pop-up-frame):
5405         Call pop-up-frame-function with BUFFER current so `make-frame' will
5406         use it as the new frame's buffer (Bug#15133).
5408 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5410         * calendar/timeclock.el: Minor cleanups.
5411         (timeclock-ask-before-exiting, timeclock-use-display-time):
5412         Use `symbol'.
5413         (timeclock-modeline-display): Define as alias before the
5414         actual definition.
5415         (timeclock-mode-line-display): Use define-minor-mode.
5416         (timeclock-day-list-template): Make it a function, add an argument.
5417         (timeclock-day-list-required, timeclock-day-list-length)
5418         (timeclock-day-list-debt, timeclock-day-list-span)
5419         (timeclock-day-list-break): Adjust calls accordingly.
5421 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5423         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5424         Use read--expression so that completion works again.
5426 2013-08-21  Sam Steingold  <sds@gnu.org>
5428         Add rudimentary inferior shell interaction
5429         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5430         (sh-set-shell): Reset it.
5431         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5432         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5434 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5436         * align.el: Use lexical-binding.
5437         (align-region): Simplify accordingly.
5439 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
5441         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5443         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5444         `non-essential' up.
5446 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
5448         * net/tramp.el:
5449         * net/tramp-adb.el:
5450         * net/tramp-cmds.el:
5451         * net/tramp-ftp.el:
5452         * net/tramp-gvfs.el:
5453         * net/tramp-gw.el:
5454         * net/tramp-sh.el: Don't wrap external variable declarations by
5455         `eval-when-compile'.
5457 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5460         now that Emacs supports ImageMagick animations.
5462 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
5464         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5465         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5467 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
5469         * window.el (mouse-autoselect-window-select): Do autoselect when
5470         mouse pointer is on margin.
5472 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
5474         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
5476 2013-08-16  Glenn Morris  <rgm@gnu.org>
5478         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5479         Handle "Remote Directory" response of some clients.  (Bug#15058)
5481         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5482         Tweak warning.  (Bug#14926)
5484         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5485         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
5487         * image-mode.el (image-mode-map): Add menu items to reverse,
5488         increase, decrease, reset animation speed.
5489         (image--set-speed, image-increase-speed, image-decrease-speed)
5490         (image-reverse-speed, image-reset-speed): New functions.
5491         (image-mode-map): Add bindings for speed commands.
5493         * image.el (image-animate-get-speed, image-animate-set-speed):
5494         New functions.
5495         (image-animate-timeout): Respect image :speed property.
5497 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5500         previous line (bug#15101).
5501         (debugger-eval-expression, debugger-record-expression):
5502         Use read--expression (bug#15102).
5504 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
5506         Remove byte compiler warnings, visible when compiling with
5507         `byte-compile-force-lexical-warnings' set to t.
5509         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5510         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5511         (tramp-handle-unhandled-file-name-directory)
5512         (tramp-handle-file-notify-add-watch, tramp-action-login)
5513         (tramp-action-succeed, tramp-action-permission-denied)
5514         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5515         arguments with "_".
5517         * net/tramp-adb.el (tramp-adb-parse-device-names)
5518         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5519         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5520         (tramp-adb-handle-file-truename): Remove unused arguments.
5522         * net/tramp-cache.el (tramp-flush-directory-property)
5523         (tramp-flush-connection-property, tramp-list-connections)
5524         (tramp-parse-connection-properties): Prefix unused arguments with "_".
5526         * net/tramp-compat.el (tramp-compat-make-temp-file):
5527         Rename FILENAME to F.
5529         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5530         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5531         (tramp-zeroconf-parse-workstation-device-names)
5532         (tramp-zeroconf-parse-webdav-device-names)
5533         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5535         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5536         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5538         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5539         arguments.
5540         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5541         (tramp-sh-handle-insert-file-contents-literally)
5542         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5543         with "_".
5544         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5545         Remove unused variables.
5547         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5548         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5549         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5551         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5552         Make them a defconst.
5553         (tramp-uuencode-region): Remove unused variable.
5555 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
5557         * frameset.el (frameset--prop-setter): New function.
5558         (frameset-prop): Add gv-setter declaration.
5559         (frameset-filter-minibuffer): Deal with the case that the minibuffer
5560         parameter was already set in FILTERED.  Doc fix.
5561         (frameset--record-minibuffer-relationships): Allow saving a
5562         minibufferless frame without its corresponding minibuffer frame.
5563         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5564         frame, if the frame id matches.
5565         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5566         frames before orphaned ones.
5567         (frameset-restore): Warn about orphaned windows, instead of error out.
5569 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
5571         * window.el (window-make-atom): Don't overwrite parameter
5572         already present.
5573         (display-buffer-in-atom-window): Handle special case where we
5574         split an already atomic window.
5575         (window--major-non-side-window, display-buffer-in-side-window)
5576         (window--side-check): Ignore minibuffer window when walking
5577         window tree.
5578         (window-deletable-p): Return 'frame only if no other frame uses
5579         our minibuffer window.
5580         (record-window-buffer): Run buffer-list-update-hook.
5581         (split-window): Make sure window--check-frame won't destroy an
5582         existing atomic window in case the new window gets nested
5583         inside.
5584         (display-buffer-at-bottom): Ignore minibuffer window when
5585         walking window tree.  Don't split a side window.
5586         (pop-to-buffer): Don't set-buffer here, the select-window call
5587         should do that.
5588         (mouse-autoselect-window-select): Autoselect only if we are in the
5589         text portion of the window.
5591 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5593         * net/shr.el (shr-parse-image-data): New function to grab both the
5594         data itself and the Content-Type.
5595         (shr-put-image): Use it.
5597         * net/eww.el (eww-display-image): Ditto.
5599         * image.el (image-content-type-suffixes): New variable.
5601 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5603         * progmodes/python.el (python-imenu--build-tree)
5604         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5606 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
5608         * simple.el (backward-word): Mention the optional argument.
5610 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * frameset.el (frameset--make): Rename constructor from make-frameset.
5613         (frameset-p, frameset-valid-p): Don't autoload.
5614         (frameset-valid-p): Use normal accessors.
5616 2013-08-13  Glenn Morris  <rgm@gnu.org>
5618         * progmodes/compile.el (compile-command): Tweak example in doc.
5619         * obsolete/scribe.el (scribe-mode):
5620         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
5622         * mail/feedmail.el (feedmail-confirm-outgoing)
5623         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5625         * cus-start.el (truncate-partial-width-windows): Fix type.
5627         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5629         * net/shr.el (shr-table-horizontal-line): Fix custom type.
5631 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5633         * emacs-lisp/timer.el (timer--time-setter): New function.
5634         (timer--time): Use it as gv-setter.
5636         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5637         setter is not a symbol.
5639 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
5641         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5642         if sending fails.  This makes debugging easier.
5644 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
5646         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5647         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5648         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5650 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
5652         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5654 2013-08-12  Glenn Morris  <rgm@gnu.org>
5656         * format.el (format-annotate-function):
5657         Handle read-only text properties in the source.  (Bug#14887)
5659 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5661         * net/eww.el (eww-display-html): Ignore coding system errors.
5662         One web site uses "utf-8lias" as the coding system.
5664 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
5666         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5668 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
5670         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5671         (tutorial--detailed-help): Remove unused local variables.
5672         (tutorial--save-tutorial-to): Use ignore-errors.
5673         (help-with-tutorial): Use looking-at-p.
5675         * view.el (view-buffer-other-window, view-buffer-other-frame):
5676         Mark unused arguments.
5678         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5679         (woman-select-symbol-fonts, woman, woman-find-file)
5680         (woman-insert-file-contents, woman-non-underline-faces):
5681         Use string-match-p.
5682         (woman1-unquote): Move declaration.
5684         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5685         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
5686         argument.  Remove unused local variable.
5687         (xml-parse-elem-type): Use string-match-p.
5688         (xml-substitute-numeric-entities): Use ignore-errors.
5690         * calculator.el (calculator): Mark unused argument.
5691         (calculator-paste, calculator-quit, calculator-integer-p):
5692         Use ignore-errors.
5693         (calculator-string-to-number, calculator-decimal, calculator-exp)
5694         (calculator-op-or-exp): Use string-match-p.
5696         * dired.el (dired-buffer-more-recently-used-p): Declare.
5697         (dired-insert-set-properties, dired-insert-old-subdirs):
5698         Use ignore-errors.
5700         * dired-aux.el (dired-compress): Use ignore-errors.
5701         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5702         (dired-do-async-shell-command, dired-do-shell-command)
5703         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5704         (dired-insert-subdir-validate): Use string-match-p.
5705         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5706         (dired-add-entry): Use string-match-p, looking-at-p.
5707         (dired-insert-subdir-newpos): Remove unused local variable.
5709         * filenotify.el (file-notify-callback): Remove unused local variable.
5711         * filesets.el (filesets-error): Mark unused argument.
5712         (filesets-which-command-p, filesets-filter-dir-names)
5713         (filesets-directory-files, filesets-get-external-viewer)
5714         (filesets-ingroup-get-data): Use string-match-p.
5716         * find-file.el (ff-other-file-name, ff-other-file-name)
5717         (ff-find-the-other-file, ff-cc-hh-converter):
5718         Remove unused local variables.
5719         (ff-get-file-name): Use string-match-p.
5720         (ff-all-dirs-under): Use ignore-errors.
5722         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5723         (follow-select-if-visible): Remove unused local variable.
5725         * forms.el (read-file-filter): Move declaration.
5726         (forms--make-format, forms--make-parser, forms-insert-record):
5727         Quote function with #'.
5728         (forms--update): Use string-match-p.  Quote function with #'.
5730         * help-mode.el (help-dir-local-var-def): Mark unused argument.
5731         (help-make-xrefs): Use looking-at-p.
5732         (help-xref-on-pp): Use looking-at-p, ignore-errors.
5734         * ibuffer.el (ibuffer-ext-visible-p): Declare.
5735         (ibuffer-confirm-operation-on): Use string-match-p.
5737         * msb.el (msb-item-handler, msb-dired-item-handler):
5738         Mark unused arguments.
5740         * ses.el (ses-decode-cell-symbol)
5741         (ses-kill-override): Remove unused local variable.
5742         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5743         (ses-load): Use ignore-errors, looking-at-p.
5744         (ses-jump-safe): Use ignore-errors.
5745         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5747         * tabify.el (untabify, tabify): Mark unused arguments.
5749         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5750         Mark unused argument.
5751         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5752         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5754         * emacs-lisp/timer.el (timer--time): Define setter with
5755         gv-define-setter to avoid deprecation warning.
5757         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5758         (*record-cmpl-statistics-p*): Remove (was commented out).
5759         (cmpl-statistics-block): Remove (body was commented out).
5760         All callers changed.
5761         (add-completions-from-buffer, load-completions-from-file):
5762         Remove unused variables.
5764 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5766         * filecache.el (file-cache-delete-file-list):
5767         Print message only when told so.
5768         (file-cache-files-matching): Use #' in mapconcat argument.
5770         * ffap.el (ffap-url-at-point): Fix reference to variable
5771         thing-at-point-default-mail-uri-scheme.
5773 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5775         * subr.el (define-error): New function.
5776         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5777         error-file-not-found and define with define-error.
5778         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5779         and define with define-error.
5780         * userlock.el (file-locked, file-supersession):
5781         * simple.el (mark-inactive):
5782         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5783         * progmodes/ada-mode.el (ada-mode-errors):
5784         * play/life.el (life-extinct):
5785         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5786         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5787         * nxml/rng-util.el (rng-error):
5788         * nxml/rng-uri.el (rng-uri-error):
5789         * nxml/rng-match.el (rng-compile-error):
5790         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5791         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5792         * nxml/nxml-rap.el (nxml-scan-error):
5793         * nxml/nxml-outln.el (nxml-outline-error):
5794         * net/soap-client.el (soap-error):
5795         * net/gnutls.el (gnutls-error):
5796         * net/ange-ftp.el (ftp-error):
5797         * mpc.el (mpc-proc-error):
5798         * json.el (json-error, json-readtable-error, json-unknown-keyword)
5799         (json-number-format, json-string-escape, json-string-format)
5800         (json-key-format, json-object-format):
5801         * jka-compr.el (compression-error):
5802         * international/quail.el (quail-error):
5803         * international/kkc.el (kkc-error):
5804         * emacs-lisp/ert.el (ert-test-failed):
5805         * calc/calc.el (calc-error, inexact-result, math-overflow)
5806         (math-underflow):
5807         * bookmark.el (bookmark-error-no-filename):
5808         * epg.el (epg-error): Define with define-error.
5810         * time.el (display-time-event-handler)
5811         (display-time-next-load-average): Don't call sit-for since it seems
5812         unnecessary (bug#15045).
5814         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5815         Use #' instead of ' to quote functions.
5816         (checkdoc-output-mode): Use setq-local.
5817         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5818         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5819         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5820         (checkdoc-ispell, checkdoc-ispell-current-buffer)
5821         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5822         (checkdoc-ispell-message-text, checkdoc-ispell-start)
5823         (checkdoc-ispell-continue, checkdoc-ispell-comments)
5824         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5826         * ido.el (ido-completion-help): Fix up compiler warning.
5828 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5830         * frameset.el (frameset-p): Add autoload cookie.
5831         (frameset--jump-to-register): New function, based on code moved from
5832         register.el.
5833         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
5835         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5836         (frameset-restore, frameset-save, frameset-session-filter-alist):
5837         Remove declarations.
5838         (register-alist): Doc fix.
5839         (frameset-to-register): Move to frameset.el.
5840         (jump-to-register, describe-register-1): Remove frameset-specific code.
5842 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5844         * allout-widgets.el (allout-widgets-pre-command-business)
5845         (allout-widgets-post-command-business)
5846         (allout-widgets-after-change-handler)
5847         (allout-decorate-item-and-context, allout-set-boundary-marker)
5848         (allout-body-modification-handler)
5849         (allout-graphics-modification-handler): Mark ignored arguments.
5850         (allout-widgets-post-command-business)
5851         (allout-widgets-exposure-change-processor)
5852         (allout-widgets-exposure-undo-processor)
5853         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5854         (allout-parse-item-at-point, allout-decorate-item-guides)
5855         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5856         * allout.el (epa-passphrase-callback-function): Declare.
5857         (allout-overlay-insert-in-front-handler)
5858         (allout-overlay-interior-modification-handler)
5859         (allout-isearch-end-handler, allout-chart-siblings)
5860         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5861         (allout-yank-processing, allout-process-exposed)
5862         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5863         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5864         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5865         (lisp-indent-defform): Mark ignored arguments.
5866         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
5867         (calculate-lisp-indent): Remove unused variables.
5868         * international/characters.el (indian-2-column, arabic-2-column)
5869         (tibetan): Mark ignored arguments.
5870         (use-cjk-char-width-table): Mark ignored arguments.
5871         Remove unused variables.
5872         * international/fontset.el (build-default-fontset-data)
5873         (x-compose-font-name, create-fontset-from-fontset-spec):
5874         Mark ignored arguments.
5875         (fontset-plain-name): Remove unused variables.
5876         * international/mule.el (charset-id, charset-bytes, generic-char-p)
5877         (keyboard-coding-system): Mark ignored arguments.
5878         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
5879         * help.el (resize-temp-buffer-window):
5880         * window.el (display-buffer-in-major-side-window)
5881         (display-buffer-in-side-window, display-buffer-in-previous-window):
5882         Remove unused variables.
5883         * isearch.el (isearch-forward-symbol):
5884         * version.el (emacs-bzr-version-bzr):
5885         * international/mule-cmds.el (current-language-environment):
5886         * term/common-win.el (x-handle-iconic, x-handle-geometry)
5887         (x-handle-display):
5888         * term/pc-win.el (x-list-fonts, x-display-planes)
5889         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5890         (x-server-version, x-display-screens, x-display-mm-height)
5891         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5892         (x-selection-owner-p, x-own-selection-internal)
5893         (x-disown-selection-internal, x-get-selection-internal)
5894         (msdos-initialize-window-system):
5895         * term/tty-colors.el (tty-color-alist, tty-color-clear):
5896         * term/x-win.el (x-handle-no-bitmap-icon):
5897         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5898         (vc-default-find-file-hook, vc-default-extra-menu):
5899         Mark ignored arguments.
5901 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5903         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5904         break-condition in the context of the debugged code (bug#12685).
5906 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
5908         * comint.el:
5909         Do not use an overlay to highlight the last prompt.  (Bug#14744)
5910         (comint-mode): Make comint-last-prompt buffer local.
5911         (comint-last-prompt): New variable.
5912         (comint-last-prompt-overlay): Remove.  Superseded by
5913         comint-last-prompt.
5914         (comint-snapshot-last-prompt, comint-output-filter):
5915         Use comint-last-prompt.
5917 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5919         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
5920         (frameset-save): Check validity of the resulting frameset.
5922 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
5924         * ido.el (ido-record-command): Add doc string.
5926 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5928         * frameset.el (frameset): Do not disable creation of the default
5929         frameset-p predicate.  Doc fix.
5930         (frameset-valid-p): New function, copied from the old predicate-p.
5931         Add additional checks.
5932         (frameset-restore): Check with frameset-valid-p.
5933         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5934         (frameset-name, frameset-description, frameset-properties)
5935         (frameset-states): Add docstring.
5936         (frameset-session-filter-alist, frameset-persistent-filter-alist)
5937         (frameset-filter-alist): Doc fixes.
5939 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5941         * frameset.el (frameset-p, frameset-prop): Doc fixes.
5943 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5945         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5946         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5947         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5948         (byte-compile-normal-call): Remove obsolescence check.
5950 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5952         * frameset.el (frameset-restore): Doc fix.
5954         * register.el (frameset-frame-id, frameset-frame-with-id)
5955         (frameset-p, frameset-restore, frameset-save): Declare.
5956         (register-alist): Document framesets.
5957         (frameset-session-filter-alist): Declare.
5958         (frameset-to-register): New function.
5959         (jump-to-register): Implement jumping to framesets.  Doc fix.
5960         (describe-register-1): Describe framesets.
5962         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5964 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
5966         * desktop.el (desktop-save-frameset): Use new frameset-save args.
5967         Use lexical-binding.
5969         * frameset.el (frameset): Use type vector, not list (incompatible
5970         change).  Do not declare a new constructor, use the default one.
5971         Upgrade suggested properties `app', `name' and `desc' to slots `app',
5972         `name' and `description', respectively, and add read-only slot
5973         `timestamp'.  Doc fixes.
5974         (frameset-copy, frameset-persistent-filter-alist)
5975         (frameset-filter-alist, frameset-switch-to-gui-p)
5976         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5977         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5978         (frameset-filter-iconified, frameset-keep-original-display-p):
5979         Doc fixes.
5980         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5981         Rename from frameset-filter-(save|restore)-param.  All callers changed.
5982         Doc fix.
5983         (frameset-p): Adapt to change to vector and be more thorough.
5984         Change arg name to OBJECT.  Doc fix.
5985         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
5986         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5987         All callers changed.
5988         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5989         All callers changed.
5990         (frameset--record-minibuffer-relationships): Rename from
5991         frameset--process-minibuffer-frames.  All callers changed.
5992         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5993         Use new default constructor (again).  Doc fix.
5994         (frameset--find-frame-if): Rename from `frameset--find-frame.
5995         All callers changed.
5996         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5997         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5998         Doc fix.
5999         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
6000         PARAMETERS and WINDOW-STATE, respectively.
6001         (frameset-restore): Add new keyword argument PREDICATE.
6002         Reset frameset--target-display to nil.  Doc fix.
6004 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6006         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
6007         (bat-mode): Use it.
6008         (bat-mode-syntax-table): Mark \n as end-of-comment.
6009         (bat-font-lock-keywords): Remove comment rule.
6011         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
6012         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
6014         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
6015         (byte-compile-callargs-warn): Use `push'.
6016         (byte-compile-arglist-warn): Ignore higher-order "calls".
6017         (byte-compile-file-form-autoload): Use `pcase'.
6018         (byte-compile-function-form): If quoting a symbol, check that it exists.
6020 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
6022         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
6023         and add a few popular commands found in batch files.
6024         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
6025         (dos-mode): Doc fixes.
6027 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
6030         (dos-mode): Use setq-local.  Add space after "rem".
6031         (dos-mode-syntax-table): Don't use "w" for symbol chars.
6032         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
6034 2013-08-07  Arni Magnusson  <arnima@hafro.is>
6036         * progmodes/dos.el: New file.
6037         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
6038         dos-mode.
6040 2013-08-06  Glenn Morris  <rgm@gnu.org>
6042         * calendar/calendar.el: Add new faces, and day-header-array.
6043         (calendar-weekday-header, calendar-weekend-header)
6044         (calendar-month-header): New faces.
6045         (calendar-day-header-construct): New function.
6046         (calendar-day-header-width): Also :set calendar-day-header-array.
6047         (calendar-american-month-header, calendar-european-month-header)
6048         (calendar-iso-month-header): Use calendar- faces.
6049         (calendar-generate-month):
6050         Use calendar-day-header-array for day headers; apply faces to them.
6051         (calendar-mode): Check calendar-font-lock-keywords non-nil.
6052         (calendar-abbrev-construct): Add optional maxlen argument.
6053         (calendar-day-name-array): Doc fix.
6054         (calendar-day-name-array, calendar-abbrev-length)
6055         (calendar-day-abbrev-array):
6056         Also :set calendar-day-header-array, and maybe redraw.
6057         (calendar-day-header-array): New option.  (Bug#15007)
6058         (calendar-font-lock-keywords): Set to nil and make obsolete.
6059         (calendar-day-name): Add option to use header array.
6061 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6063         * net/shr.el (shr-render-td): Remove debugging.
6064         (shr-render-td): Make width computation consistent by defaulting
6065         all zero-width columns to 10 characters.  This may not be optimal,
6066         but it's at least consistent.
6067         (shr-make-table-1): Redo last change to fix the real problem in
6068         colspan handling.
6070 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6072         * files.el (cache-long-line-scans):
6073         Make obsolete alias to `cache-long-scans'.
6075 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6077         * frameset.el (frameset, frameset-filter-alist)
6078         (frameset-filter-params, frameset-save, frameset--reuse-frame)
6079         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
6080         (frameset-compute-pos): Rename from frameset--compute-pos,
6081         and add docstring.
6082         (frameset-move-onscreen): Use frameset-compute-pos.
6083         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6085         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
6086         Fix typos in docstrings.
6088 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
6090         * frame.el (get-other-frame): Tiny cleanup.
6092 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
6094         * vc/vc.el (vc-default-ignore-completion-table):
6095         Silence byte-compiler warning.
6097         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
6098         slot , which can indeed be nil.
6099         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6100         Move entry for `left' from persistent to live filter alist.
6101         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
6102         Doc fixes.
6103         (frameset-filter-params): When restoring a frame, copy items added to
6104         `filtered', to avoid unwittingly modifying the original parameters.
6105         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
6106         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
6108         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
6109         to use looking-at-p instead of looking-at.  (Bug#15028)
6111 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6113         Revert introduction of isearch-filter-predicates (bug#14714).
6114         Rely on add-function instead.
6115         * isearch.el (isearch-filter-predicates): Rename it back to
6116         isearch-filter-predicate.
6117         (isearch-message-prefix): Use advice-function-mapc and advice
6118         properties to get the isearch-message-prefix.
6119         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
6120         instead of run-hook-with-args-until-failure.
6121         (isearch-filter-visible): Not obsolete any more.
6122         * loadup.el: Preload nadvice.
6123         * replace.el (perform-replace): Revert to funcall
6124         instead of run-hook-with-args-until-failure.
6125         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
6126         * dired-aux.el (dired-isearch-filenames-mode): Rename from
6127         dired-isearch-filenames-toggle; make it into a proper minor mode.
6128         Use add/remove-function.
6129         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
6130         Call the minor-mode rather than add/remove-hook.
6131         (dired-isearch-filter-filenames):
6132         Remove isearch-message-prefix property.
6133         * info.el (Info--search-loop): New function, extracted from Info-search.
6134         Funcall isearch-filter-predicate instead of
6135         run-hook-with-args-until-failure isearch-filter-predicates.
6136         (Info-search): Use it.
6137         (Info-mode): Use isearch-filter-predicate instead of
6138         isearch-filter-predicates.
6140 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6142         Do not call to `selected-window' where it is assumed by default.
6143         Affected functions are `window-minibuffer-p', `window-dedicated-p',
6144         `window-hscroll', `window-width', `window-height', `window-buffer',
6145         `window-frame', `window-start', `window-point', `next-window'
6146         and `window-display-table'.
6147         * abbrev.el (abbrev--default-expand):
6148         * bs.el (bs--show-with-configuration):
6149         * buff-menu.el (Buffer-menu-mouse-select):
6150         * calc/calc.el (calc):
6151         * calendar/calendar.el (calendar-generate-window):
6152         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
6153         (diary-make-entry):
6154         * comint.el (send-invisible, comint-dynamic-complete-filename)
6155         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
6156         * completion.el (complete):
6157         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
6158         * disp-table.el (describe-current-display-table):
6159         * doc-view.el (doc-view-insert-image):
6160         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
6161         * ehelp.el (with-electric-help):
6162         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6163         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
6164         * emacs-lisp/helper.el (Helper-help-scroller):
6165         * emulation/cua-base.el (cua--post-command-handler-1):
6166         * eshell/esh-mode.el (eshell-output-filter):
6167         * ffap.el (ffap-gnus-wrapper):
6168         * help-macro.el (make-help-screen):
6169         * hilit-chg.el (highlight-compare-buffers):
6170         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
6171         * hl-line.el (global-hl-line-highlight):
6172         * icomplete.el (icomplete-simple-completing-p):
6173         * isearch.el (isearch-done):
6174         * jit-lock.el (jit-lock-stealth-fontify):
6175         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
6176         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
6177         * mpc.el (mpc-tagbrowser, mpc):
6178         * net/rcirc.el (rcirc-any-buffer):
6179         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
6180         * play/landmark.el (landmark-max-width, landmark-max-height):
6181         * play/zone.el (zone):
6182         * progmodes/compile.el (compilation-goto-locus):
6183         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
6184         * progmodes/etags.el (find-tag-other-window):
6185         * progmodes/fortran.el (fortran-column-ruler):
6186         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6187         * progmodes/verilog-mode.el (verilog-point-text):
6188         * reposition.el (reposition-window):
6189         * rot13.el (toggle-rot13-mode):
6190         * server.el (server-switch-buffer):
6191         * shell.el (shell-dynamic-complete-command)
6192         (shell-dynamic-complete-environment-variable):
6193         * simple.el (insert-buffer, set-selective-display)
6194         (delete-completion-window):
6195         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
6196         (speedbar-recenter):
6197         * startup.el (fancy-splash-head):
6198         * textmodes/ispell.el (ispell-command-loop):
6199         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
6200         * tutorial.el (help-with-tutorial):
6201         * vc/add-log.el (add-change-log-entry):
6202         * vc/compare-w.el (compare-windows):
6203         * vc/ediff-help.el (ediff-indent-help-message):
6204         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
6205         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
6206         (ediff-setup-control-frame):
6207         * vc/emerge.el (emerge-position-region):
6208         * vc/pcvs-util.el (cvs-bury-buffer):
6209         * window.el (walk-windows, mouse-autoselect-window-select):
6210         * winner.el (winner-set-conf, winner-undo): Related users changed.
6212 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6214         * frameset.el (frameset--set-id): Doc fix.
6215         (frameset-frame-id, frameset-frame-id-equal-p)
6216         (frameset-locate-frame-id): New functions.
6217         (frameset--process-minibuffer-frames, frameset--reuse-frame)
6218         (frameset-restore): Use them.
6220 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
6222         Do not call to `selected-frame' where it is assumed by default.
6223         Affected functions are `raise-frame', `redraw-frame',
6224         `frame-first-window', `frame-terminal' and `delete-frame'.
6225         * calendar/appt.el (appt-disp-window):
6226         * epg.el (epg-wait-for-completion):
6227         * follow.el (follow-delete-other-windows-and-split)
6228         (follow-avoid-tail-recenter):
6229         * international/mule.el (set-terminal-coding-system):
6230         * mail/rmail.el (rmail-mail-return):
6231         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6232         * progmodes/f90.el (f90-add-imenu-menu):
6233         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
6234         * server.el (server-switch-buffer):
6235         * simple.el (delete-completion-window):
6236         * talk.el (talk):
6237         * term/xterm.el (terminal-init-xterm-modify-other-keys)
6238         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
6239         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
6240         * vc/ediff.el (ediff-documentation): Related users changed.
6241         * frame.el (selected-terminal): Remove the leftover.
6243 2013-08-05  Glenn Morris  <rgm@gnu.org>
6245         * calendar/calendar.el (calendar-generate-month):
6246         Fix for calendar-column-width != 1 + calendar-day-digit-width.
6247         (calendar-generate-month, calendar-font-lock-keywords):
6248         Fix for calendar-day-header-width > length of any day name.
6250 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
6252         * desktop.el (desktop-clear): Use new name of sort predicate.
6254         * frameset.el (frameset): Add docstring.  Move :version property to its
6255         own `version' slot.
6256         (frameset-copy): Rename from copy-frameset.
6257         (frameset-p): Check more thoroughly.
6258         (frameset-prop): Do not check for :version, which is no longer a prop.
6259         (frameset-live-filter-alist, frameset-persistent-filter-alist):
6260         Use new :never value instead of t.
6261         (frameset-filter-alist): Expand and clarify docstring.
6262         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
6263         (frameset-filter-minibuffer, frameset-filter-save-param)
6264         (frameset-filter-restore-param, frameset-filter-iconified):
6265         Add pointer to docstring of frameset-filter-alist.
6266         (frameset-filter-params): Rename filter values to be more meaningful:
6267         :never instead of t, and reverse the meanings of :save and :restore.
6268         (frameset--process-minibuffer-frames): Clarify error message.
6269         (frameset-save): Avoid unnecessary and confusing call to framep.
6270         Use new BOA constructor for framesets.
6271         (frameset--reuse-list): Doc fix.
6272         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
6273         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
6274         (frameset-minibufferless-first-p): Doc fix.
6275         Rename from frameset-sort-frames-for-deletion.
6276         (frameset-restore): Doc fixes.  Use new function names.
6277         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
6279 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6281         * desktop.el (desktop-restore-forces-onscreen)
6282         (desktop-restore-reuses-frames): Document :keyword constant values.
6283         (desktop-filter-parameters-alist): Remove, now identical to
6284         frameset-filter-alist.
6285         (desktop--filter-tty*): Remove, moved to frameset.el.
6286         (desktop-save-frameset, desktop-restore-frameset):
6287         Do not pass :filters argument.
6289         * frameset.el (frameset-live-filter-alist)
6290         (frameset-persistent-filter-alist): New variables.
6291         (frameset-filter-alist): Use them.  Add autoload cookie.
6292         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
6293         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
6294         `frameset--id' (it's supposed to be internal to frameset.el).
6295         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
6296         (frameset--initial-params): New function.
6297         (frameset--get-frame): Use it.  Doc fix.
6298         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
6299         Accept :all, not 'all.
6300         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
6301         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
6302         with fbound symbols.  Fix frame id matching, and remove matching ids if
6303         the frame being restored is deleted.  Obey :delete.
6305 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6307         * subr.el (macrop): New function.
6308         (text-clone--maintaining): New var.
6309         (text-clone--maintain): Rename from text-clone-maintain.  Use it
6310         instead of inhibit-modification-hooks.
6312         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
6313         a proxy, so as handle autoloads and redefinitions of the target.
6314         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6316         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6317         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
6318         (pcase--mutually-exclusive-p): New function.
6319         (pcase--split-consp): Use it.
6320         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
6321         mutually exclusive with the current predicate.
6323         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6324         (edebug-macrop): Remove.  Use `macrop' instead.
6325         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
6326         (ad-macro-p):
6327         * eshell/esh-cmd.el (eshell-macrop):
6328         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
6330 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6332         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6333         (advice-mapc): New function, using it.
6334         (advice-function-member-p): New function.
6335         (advice--normalize): Store the cdr in advice--saved-rewrite since
6336         that's the part that will be changed.
6337         (advice--symbol-function): New function.
6338         (advice-remove): Handle removal before the function is defined.
6339         Adjust to new advice--saved-rewrite.
6340         (advice-member-p): Use advice-function-member-p and
6341         advice--symbol-function.
6343 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6345         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6346         (frameset-filter-minibuffer): Doc fix.
6347         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
6348         (frameset--set-id, frameset--process-minibuffer-frames)
6349         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6350         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6352         * desktop.el (desktop-clear): Only delete frames when called
6353         interactively and desktop-restore-frames is non-nil.  Doc fix.
6354         (desktop-read): Set desktop-saved-frameset to nil.
6356 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
6358         * vc/vc.el (vc-ignore): Rewrite.
6359         (vc-default-ignore-completion-table):
6360         (vc--read-lines):
6361         (vc--add-line, vc--remove-regexp): New functions.
6363         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6364         (vc-svn-ignore-completion-table): New function.
6366         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6367         (vc-hg-ignore-completion-table):
6368         (vc-hg-find-ignore-file): New functions.
6370         * vc/vc-git.el (vc-git-ignore): Rewrite.
6371         (vc-git-ignore-completion-table):
6372         (vc-git-find-ignore-file): New functions.
6374         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6376         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6377         (vc-bzr-ignore-completion-table):
6378         (vc-bzr-find-ignore-file): New functions.
6380 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
6382         * frameset.el (frameset-prop): New function and setter.
6383         (frameset-save): Do not modify frame list passed by the caller.
6385 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6389 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6391         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6392         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6394         * custom.el (custom-initialize-default, custom-initialize-set)
6395         (custom-initialize-reset, custom-initialize-changed): Affect the
6396         toplevel-default-value (bug#6275, bug#14586).
6397         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6398         for bug#6275.
6400 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6402         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6403         Add cl-def* expressions.
6405         * frameset.el (frameset-filter-params): Fix order of arguments.
6407 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6409         Move code related to saving frames to frameset.el.
6410         * desktop.el: Require frameset.
6411         (desktop-restore-frames): Doc fix.
6412         (desktop-restore-reuses-frames): Rename from
6413         desktop-restoring-reuses-frames.
6414         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6415         (desktop-clear): Clear frames too.
6416         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6417         (desktop--filter-tty*, desktop-save, desktop-read):
6418         Use frameset functions.
6419         (desktop-before-saving-frames-functions, desktop--filter-*-color)
6420         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6421         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6422         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6423         (desktop--process-minibuffer-frames, desktop-save-frames)
6424         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6425         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6426         (desktop--sort-states, desktop-restoring-frames-p)
6427         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
6428         (desktop-restoring-frameset-p, desktop-restore-frameset)
6429         (desktop--check-dont-save, desktop-save-frameset): New functions.
6430         (desktop--app-id): New constant.
6431         (desktop-first-buffer, desktop-buffer-ok-count)
6432         (desktop-buffer-fail-count): Move before first use.
6433         * frameset.el: New file.
6435 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6437         * files.el: Use lexical-binding.
6438         (dir-locals-read-from-file): Remove unused `err' variable.
6439         (hack-dir-local-variables--warned-coding): New var.
6440         (hack-dir-local-variables): Use it to avoid repeated warnings.
6441         (make-backup-file-name--default-function): New function.
6442         (make-backup-file-name-function): Use it as default.
6443         (buffer-stale--default-function): New function.
6444         (buffer-stale-function): Use it as default.
6445         (revert-buffer-insert-file-contents--default-function): New function.
6446         (revert-buffer-insert-file-contents-function): Use it as default.
6447         (insert-directory): Avoid add-to-list.
6449         * autorevert.el (auto-revert-handler): Simplify.
6450         Use buffer-stale--default-function.
6452 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
6454         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6456         * whitespace.el (whitespace-ensure-local-variables): New function.
6457         (whitespace-cleanup-region): Call it.
6458         (whitespace-turn-on): Call it.
6460 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
6462         Complete file name handlers.
6464         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6465         (tramp-handle-verify-visited-file-modtime)
6466         (tramp-handle-file-notify-rm-watch): New functions.
6467         (tramp-call-process): Do not bind `default-directory'.
6469         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6470         Order alphabetically.
6471         [access-file, add-name-to-file, dired-call-process]:
6472         [dired-compress-file, file-acl, file-notify-rm-watch]:
6473         [file-ownership-preserved-p, file-selinux-context]:
6474         [make-directory-internal, make-symbolic-link, set-file-acl]:
6475         [set-file-selinux-context, set-visited-file-modtime]:
6476         [verify-visited-file-modtime]: Add handler.
6477         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6479         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6480         [file-notify-add-watch, file-notify-rm-watch]:
6481         [set-file-times, set-visited-file-modtime]:
6482         [verify-visited-file-modtime]: Add handler.
6483         (with-tramp-gvfs-error-message)
6484         (tramp-gvfs-handle-set-visited-file-modtime)
6485         (tramp-gvfs-fuse-file-name): Remove.
6486         (tramp-gvfs-handle-file-notify-add-watch)
6487         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6488         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6490         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6491         Order alphabetically.
6492         [file-notify-rm-watch ]: Use default Tramp handler.
6493         [executable-find]: Remove private handler.
6494         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6495         `default-directory'.
6496         (tramp-sh-handle-executable-find)
6497         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6498         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6499         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6500         Do not use `format' in `tramp-message'.
6502         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6503         [file-notify-rm-watch, set-visited-file-modtime]:
6504         [verify-visited-file-modtime]: Add handler.
6505         (tramp-smb-call-winexe): Do not bind `default-directory'.
6507 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
6509         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6511 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
6513         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6514         use it.
6515         (log-view-diff-changeset): Same.
6516         (log-view-diff-common): Call backend command `previous-revision'
6517         to find out the previous revision, in both cases.  Swap the
6518         variables `to' and `fr', so that `fr' usually refers to the
6519         earlier revision (Bug#14989).
6521 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
6523         * ibuf-ext.el (ibuffer-filter-by-filename):
6524         Make it work with dired buffers too.
6526 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
6528         * emacs-lisp/re-builder.el (reb-color-display-p):
6529         * files.el (save-buffers-kill-terminal):
6530         * net/browse-url.el (browse-url):
6531         * server.el (server-save-buffers-kill-terminal):
6532         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6533         Prefer nil to selected-frame for the first arg of frame-parameter.
6535 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
6537         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6539 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
6541         * minibuffer.el (completion--twq-all): Try and preserve each
6542         completion's case choice (bug#14907).
6544 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546         * net/network-stream.el (open-network-stream): Mention the new
6547         :nogreeting parameter.
6548         (network-stream-open-starttls): Use the :nogreeting parameter
6549         (bug#14938).
6551         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6553         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6554         more natural than popping.
6556         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6557         (shr-urlify): Highlight under mouse.
6559 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6561         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6563         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6565         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
6566         buffer for output.
6568         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
6569         point-min==1.  Fix search string.  Fix parentheses missing.
6571         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
6572         assume point-min==1.  Fix search string.  Fix parentheses missing.
6574         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6576         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
6577         buffer for output.
6579 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
6581         * frame.el (frame-notice-user-settings): Avoid inflooping when the
6582         initial frame is minibuffer-less.  (Bug#14841)
6584 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
6586         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6587         option.
6589         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6590         (tramp-maybe-open-connection): Use it.
6592 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6594         * desktop.el (desktop--make-frame): Include `minibuffer' in the
6595         minimal set of parameters passed when creating a frame, because
6596         the minibuffer status of a frame cannot be changed later.
6598 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
6600         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6601         replace-regexp-in-string and inadvertent omissions in previous change.
6602         (todo-filter-items): Ensure only file names are comma-separated in
6603         name of filtered items buffer.
6605 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6607         * desktop.el: Optionally force offscreen frames back onscreen.
6608         (desktop-restoring-reuses-frames): New option.
6609         (desktop--compute-pos, desktop--move-onscreen): New functions.
6610         (desktop--make-frame): Use desktop--move-onscreen.
6612 2013-07-27  Alan Mackenzie  <acm@muc.de>
6614         Fontify a Java generic method as a function.
6615         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6616         value to t.
6618 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
6620         * calendar/todo-mode.el: Add command to rename todo files.
6621         (todo-rename-file): New command.
6622         (todo-key-bindings-t): Add key binding for it.  Change the
6623         bindings of todo-filter-regexp-items(-multifile) to use `x'
6624         instead of `r', since the latter is better suited to the new
6625         renaming command.
6627 2013-07-27  Alan Mackenzie  <acm@muc.de>
6629         Make Java try-with-resources statement parse properly.
6630         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6631         (c-block-stmt-1-2-key): New language constants/variables.
6632         * progmodes/cc-engine.el (c-beginning-of-statement-1)
6633         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6634         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6635         with c-block-stmt-1-2-key.
6637 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
6639         * desktop.el (desktop--make-frame): Apply most frame parameters after
6640         creating the frame to force (partially or totally) offscreen frames to
6641         be restored as such.
6643 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
6645         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6646         (Bug#14948)
6648 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6650         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6651         `base' arg of backtrace-frame.
6653 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
6655         * simple.el (list-processes): Doc fix.
6657 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6659         * desktop.el (desktop--select-frame):
6660         Try harder to reuse existing frames.
6662 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6664         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6665         (edebug-eval): Use backtrace-eval.
6666         (edebug--display, edebug--recursive-edit): Don't let-bind the
6667         edebug-outer-* vars that keep track of variables we locally let-bind.
6668         (edebug-outside-excursion): Don't restore outside values of locally
6669         let-bound vars.
6670         (edebug--display): Use user-error.
6671         (cl-lexical-debug, cl-debug-env): Remove.
6673 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6675         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6676         are restored to be sure that they are visible before deleting any
6677         remaining ones.
6679 2013-07-26  Matthias Meulien  <orontee@gmail.com>
6681         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6682         vc-print-root-log.  (Bug#14948)
6684 2013-07-26  Richard Stallman  <rms@gnu.org>
6686         Add aliases for encrypting mail.
6687         * epa.el (epa-mail-aliases): New option.
6688         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6689         Bind inhibit-read-only so read-only text doesn't ruin everything.
6690         (epa-mail-default-recipients): New subroutine broken out.
6691         Handle epa-mail-aliases.
6693 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6695         Add support for lexical variables to the debugger's `e' command.
6696         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6697         vars, except for debugger-outer-match-data.
6698         (debugger-frame-number): Move check for "on a function call" from
6699         callers into it.  Add `skip-base' argument.
6700         (debugger-frame, debugger-frame-clear): Simplify accordingly.
6701         (debugger-env-macro): Only reset the state stored in non-variables,
6702         i.e. current-buffer and match-data.
6703         (debugger-eval-expression): Rewrite using backtrace-eval.
6704         * subr.el (internal--called-interactively-p--get-frame): Remove.
6705         (called-interactively-p):
6706         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6707         `base' arg of backtrace-frame instead.
6709 2013-07-26  Glenn Morris  <rgm@gnu.org>
6711         * align.el (align-regexp): Doc fix.  (Bug#14857)
6712         (align-region): Explicit error if subexpression missing/does not match.
6714         * simple.el (global-visual-line-mode):
6715         Do not duplicate the mode lighter.  (Bug#14858)
6717 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
6719         * window.el (display-buffer): In display-buffer bind
6720         split-window-keep-point to t, bug#14829.
6722 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6724         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6725         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6726         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6727         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6728         Change accordingly.
6729         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6730         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6732 2013-07-25  Glenn Morris  <rgm@gnu.org>
6734         * dired-x.el (dired-mark-extension): Convert comment to doc string.
6736 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6738         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6739         parameter to modify-frame-parameters if the value has not changed;
6740         this is a workaround for bug#14949.
6741         (desktop--make-frame): On cl-delete-if call, check parameter name,
6742         not full parameter.
6744 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6746         * vc/vc.el (vc-ignore): New function.
6748         * vc/vc-svn.el (vc-svn-ignore): New function.
6750         * vc/vc-hg.el (vc-hg-ignore): New function.
6752         * vc/vc-git.el (vc-git-ignore): New function.
6754         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6755         (vc-dir-ignore): New function.
6757         * vc/vc-cvs.el (vc-cvs-ignore): New function.
6758         (cvs-append-to-ignore): Move here from pcvs.el.
6760         * vc/vc-bzr.el (vc-bzr-ignore): New function.
6762         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6764 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
6766         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6767         (desktop-restore-frames): Warn when deleting an existing frame failed.
6769 2013-07-24  Glenn Morris  <rgm@gnu.org>
6771         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
6773 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
6775         * filenotify.el (file-notify-supported-p):
6776         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6777         Remove functions.
6779         * autorevert.el (auto-revert-use-notify):
6780         (auto-revert-notify-add-watch):
6781         * net/tramp.el (tramp-file-name-for-operation):
6782         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6783         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6784         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6785         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6786         Remove `file-notify-supported-p' entry.
6788 2013-07-24  Glenn Morris  <rgm@gnu.org>
6790         * printing.el: Replace all uses of deleted ps-windows-system,
6791         ps-lp-system, ps-flatten-list with lpr- versions.
6793 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6795         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6796         checked with memq (bug#14935).
6798         * files.el (revert-buffer-function): Use a non-nil default.
6799         (revert-buffer-preserve-modes): Declare var to
6800         provide access to the `preserve-modes' argument.
6801         (revert-buffer): Let-bind it.
6802         (revert-buffer--default): New function, extracted from revert-buffer.
6804 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6806         * lpr.el: Signal print errors more prominently.
6807         (print-region-function): Don't default to nil.
6808         (lpr-print-region): New function, extracted from print-region-1.
6809         Check lpr's return value and signal an error in case of problem.
6810         (print-region-1): Use it.
6811         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
6812         versions instead.
6813         (ps-printer-name): Default to nil.
6814         (ps-printer-name-option): Default to lpr-printer-switch.
6815         (ps-print-region-function): Don't default to nil.
6816         (ps-postscript-code-directory): Simplify default.
6817         (ps-do-despool): Use lpr-print-region to properly check the outcome.
6818         (ps-string-list, ps-eval-switch, ps-flatten-list)
6819         (ps-flatten-list-1): Remove.
6820         (ps-multibyte-buffer): Avoid setq.
6821         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6822         (print-region-function, ps-print-region-function): Don't set them here.
6824 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
6826         * ido.el (ido-fractionp):
6827         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6828         (ido-max-file-prompt-width, ido-unc-hosts-cache)
6829         (ido-max-directory-size, ido-max-dir-file-cache)
6830         (ido-decorations): Doc fix.
6832         * ansi-color.el: Fix old URL.
6834 2013-07-23  Michael R. Mauger  <michael@mauger.com>
6836         * progmodes/sql.el: Version 3.3
6837         (sql-product-alist): Improve oracle :prompt-cont-regexp.
6838         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6839         (sql-interactive-remove-continuation-prompt): Rewrite, use
6840         functions above.  Fix continuation prompt and complete output line
6841         handling.
6842         (sql-redirect-one, sql-execute): Use `read-only-mode' on
6843         redirected output buffer.
6844         (sql-mode): Restore deleted code (Bug#13591).
6846 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6848         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6850 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
6852         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6854         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6855         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6856         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6858 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6860         * desktop.el (desktop-clear): Simplify; remove useless checks
6861         against invalid buffer names.
6862         (desktop-list*): Use cl-list*.
6863         (desktop-buffer-info, desktop-create-buffer): Simplify.
6865 2013-07-23  Leo Liu  <sdl.web@gmail.com>
6867         * bookmark.el (bookmark-make-record): Restore NAME as a default
6868         value.  (Bug#14933)
6870 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6872         * emacs-lisp/autoload.el (autoload--setup-output): New function,
6873         extracted from autoload--insert-text.
6874         (autoload--insert-text): Remove.
6875         (autoload--print-cookie-text): New function, extracted from
6876         autoload--insert-cookie-text.
6877         (autoload--insert-cookie-text): Remove.
6878         (autoload-generate-file-autoloads): Adjust calls accordingly.
6880         * winner.el (winner-hook-installed-p): Remove.
6881         (winner-mode): Simplify accordingly.
6883         * subr.el (add-to-list): Fix compiler-macro when `append' is
6884         not constant.  Don't use `cl-member' for the base case.
6886         * progmodes/subword.el: Fix boundary case (bug#13758).
6887         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
6888         own group.
6889         (subword-backward-regexp): Make it a constant.
6890         (subword-forward-internal): Don't treat a trailing capital as the
6891         beginning of a word.
6893 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
6895         * emacs-lisp/package.el (package-menu-mode): Don't modify the
6896         global value of tabulated-list-revert-hook (bug#14930).
6898 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
6900         * desktop.el: Require 'cl-lib.
6901         (desktop-before-saving-frames-functions): New hook.
6902         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6903         for frames being saved.  Rename from desktop--save-minibuffer-frames.
6904         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6905         Do not save frames with non-nil `desktop-dont-save' parameter.
6906         Filter out deleted frames.
6907         (desktop--find-frame): Use cl-find-if.
6908         (desktop--select-frame): Use cl-(first|second|third) to access values
6909         of desktop-mini.
6910         (desktop--make-frame): Use cl-delete-if.
6911         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6912         (desktop-restore-frames): Use cl-(first|second|third) to access values
6913         of desktop-mini.  Look for visible frame at the end, not while
6914         restoring frames.
6916         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6917         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6918         Use string-match-p, looking-at-p (bug#14927).
6920 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
6922         * desktop.el (desktop-saved-frame-states):
6923         Rename from desktop--saved-states; all users changed.
6924         (desktop-save-frames): Rename from desktop--save-frames.
6925         Do not save state to desktop file.
6926         (desktop-save): Save desktop-saved-frame-states to desktop file
6927         and reset to nil.
6928         (desktop-restoring-frames-p): New function.
6929         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
6930         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
6931         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
6933         * desktop.el: Correctly restore iconified frames.
6934         (desktop--filter-iconified-position): New function.
6935         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6937 2013-07-20  Glenn Morris  <rgm@gnu.org>
6939         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6940         Let `message' do the formatting.
6941         (def-gdb-preempt-display-buffer): Add explicit format.
6943         * image-dired.el (image-dired-track-original-file):
6944         Use with-current-buffer.
6945         (image-dired-track-thumbnail): Use with-current-buffer.
6946         Avoid changing point of wrong window.
6948         * image-dired.el (image-dired-track-original-file):
6949         Avoid changing point of wrong window.  (Bug#14909)
6951 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
6953         * progmodes/gdb-mi.el (gdb-done-or-error):
6954         Guard against "%" in gdb output.  (Bug#14127)
6956 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
6958         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6959         (Bug#14826)
6961         * international/mule.el (coding-system-iso-2022-flags): Fix last
6962         change.
6964 2013-07-20  Kenichi Handa  <handa@gnu.org>
6966         * international/mule.el (coding-system-iso-2022-flags):
6967         Add `8-bit-level-4'.  (Bug#8522)
6969 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6971         * net/shr.el (shr-mouse-browse-url): New command and keystroke
6972         (bug#14815).
6974         * net/eww.el (eww-process-text-input): Allow inputting when the
6975         point is at the start of the line, as the properties aren't
6976         front-sticky.
6978         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6979         degenerate widths.
6981 2013-07-19  Richard Stallman  <rms@gnu.org>
6983         * epa.el (epa-popup-info-window): Doc fix.
6985         * subr.el (split-string): New arg TRIM.
6987 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
6989         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6990         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6992 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
6994         * filenotify.el (file-notify--library): Rename from
6995         `file-notify-support'.  Do not autoload.  Adapt all uses.
6996         (file-notify-supported-p): New defun.
6998         * autorevert.el (auto-revert-use-notify):
6999         Use `file-notify-supported-p' instead of `file-notify-support'.
7000         Adapt docstring.
7001         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
7003         * net/tramp.el (tramp-file-name-for-operation):
7004         Add `file-notify-supported-p'.
7006         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
7007         New defun.
7008         (tramp-sh-file-name-handler-alist): Add it as handler for
7009         `file-notify-supported-p '.
7011         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
7012         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7013         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7014         Add `ignore' as handler for `file-notify-*' functions.
7016 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
7018         * simple.el (line-move-partial, line-move): Don't start vscroll or
7019         scroll-up if the current line is not taller than the window.
7020         (Bug#14881)
7022 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
7024         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
7025         highlight question marks in the method names as strings.
7026         (ruby-block-beg-keywords): Inline.
7027         (ruby-font-lock-keyword-beg-re): Extract from
7028         `ruby-font-lock-keywords'.
7030 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
7032         * frame.el (blink-cursor-blinks): New defcustom.
7033         (blink-cursor-blinks-done): New defvar.
7034         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
7035         (blink-cursor-timer-function): Check if number of blinks has been
7036         done on X and NS.
7037         (blink-cursor-suspend, blink-cursor-check): New defuns.
7039 2013-07-15  Glenn Morris  <rgm@gnu.org>
7041         * edmacro.el (edmacro-format-keys): Fix previous change.
7043 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
7045         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
7046         The hack didn't work outside English locales anyway.
7048 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
7050         * simple.el (define-alternatives): Rename from alternatives-define,
7051         per RMS' suggestion.
7053 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
7055         * desktop.el (desktop-restore-frames): Change default to t.
7056         (desktop-restore-in-current-display): Now offer more options.
7057         (desktop-restoring-reuses-frames): New customization option.
7058         (desktop--saved-states): Doc fix.
7059         (desktop-filter-parameters-alist): New variable, renamed and expanded
7060         from desktop--excluded-frame-parameters.
7061         (desktop--target-display): New variable.
7062         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
7063         (desktop--filter-tty*, desktop--filter-*-color)
7064         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
7065         (desktop--filter-save-desktop-parm)
7066         (desktop-restore-in-original-display-p): New functions.
7067         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
7068         (desktop--save-minibuffer-frames): New function, inspired by a similar
7069         function from Martin Rudalics.
7070         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
7071         (desktop--restore-in-this-display-p): Remove.
7072         (desktop--find-frame): Rename from desktop--find-frame-in-display
7073         and add predicate argument.
7074         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
7075         (desktop--reuse-list): New variable.
7076         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
7077         New functions.
7078         (desktop--restore-frames): Add support for "minibuffer-special" frames.
7080 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
7082         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
7084 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
7086         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7087         Highlight conversion methods on Kernel.
7089 2013-07-13  Alan Mackenzie  <acm@muc.de>
7091         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
7092         and comment it out.  This out-commenting enables certain C++
7093         declarations to be parsed correctly.
7095 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
7097         * international/mule.el (define-coding-system): Doc fix.
7099         * simple.el (default-font-height): Don't call font-info if the
7100         frame's default font didn't change since the frame was created.
7101         (Bug#14838)
7103 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7105         * ido.el (ido-read-file-name): Guard against non-symbol value.
7107 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7109         * progmodes/python.el (python-imenu--build-tree): Fix corner case
7110         in nested defuns.
7112 2013-07-13  Leo Liu  <sdl.web@gmail.com>
7114         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
7115         ido-set-matches call.  (Bug#6852)
7117 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
7119         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
7120         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
7121         Ruby 2.0.
7122         (ruby-font-lock-keywords): Distinguish calls to functions with
7123         module-like names from module references.  Highlight character
7124         literals.
7126 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
7128         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
7129         (gdb-send): Handle continued commands.  (Bug#14847)
7131 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7133         * desktop.el (desktop--v2s): Remove unused local variable.
7134         (desktop-save-buffer): Make defvar-local; adjust docstring.
7135         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
7136         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
7138 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
7140         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
7142 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
7144         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
7145         (Bug#14842)
7147 2013-07-12  Glenn Morris  <rgm@gnu.org>
7149         * doc-view.el: Require cl-lib at runtime too.
7150         (doc-view-remove-if): Remove.
7151         (doc-view-search-next-match, doc-view-search-previous-match):
7152         Use cl-remove-if.
7154         * edmacro.el: Require cl-lib at runtime too.
7155         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
7156         (edmacro-mismatch, edmacro-subseq): Remove.
7158         * shadowfile.el: Require cl-lib.
7159         (shadow-remove-if): Remove.
7160         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
7161         Use cl-remove-if.
7163         * wid-edit.el: Require cl-lib.
7164         (widget-choose): Use cl-remove-if.
7165         (widget-remove-if): Remove.
7167         * progmodes/ebrowse.el: Require cl-lib at runtime too.
7168         (ebrowse-delete-if-not): Remove.
7169         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
7170         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
7171         Use cl-delete-if-not.
7173 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
7175         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
7176         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
7178 2013-07-12  Leo Liu  <sdl.web@gmail.com>
7180         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
7182 2013-07-11  Glenn Morris  <rgm@gnu.org>
7184         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
7185         (edebug-gensym-index, edebug-gensym):
7186         Remove reimplementation of cl-gensym.
7187         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
7189         * thumbs.el: Require cl-lib at run-time too.
7190         (thumbs-gensym-counter, thumbs-gensym):
7191         Remove reimplementation of cl-gensym.
7192         (thumbs-temp-file): Use cl-gensym.
7194         * emacs-lisp/ert.el: Require cl-lib at runtime too.
7195         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
7196         (ert--intersection, ert--set-difference, ert--set-difference-eq)
7197         (ert--union, ert--gensym-counter, ert--gensym-counter)
7198         (ert--coerce-to-vector, ert--remove*, ert--string-position)
7199         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
7200         (ert-make-test-unbound, ert--expand-should-1)
7201         (ert--expand-should, ert--should-error-handle-error)
7202         (should-error, ert--explain-equal-rec)
7203         (ert--plist-difference-explanation, ert-select-tests)
7204         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
7205         Use cl-lib functions rather than reimplementations.
7207 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
7209         * net/tramp.el (tramp-methods): Extend docstring.
7210         (tramp-connection-timeout): New defcustom.
7211         (tramp-error-with-buffer): Reset timestamp only when appropriate.
7212         (with-tramp-progress-reporter): Simplify.
7213         (tramp-process-actions): Improve messages.
7215         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7216         * net/tramp-sh.el (tramp-maybe-open-connection):
7217         Use `tramp-connection-timeout'.
7218         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
7219         (Bug#14808)
7221 2013-07-11  Leo Liu  <sdl.web@gmail.com>
7223         * ido.el (ido-read-file-name): Conform to the requirements of
7224         read-file-name.  (Bug#11861)
7225         (ido-read-directory-name): Conform to the requirements of
7226         read-directory-name.
7228 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
7230         * subr.el (delay-warning): New function.
7232 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
7234         * simple.el (default-line-height): New function.
7235         (line-move-partial, line-move): Use it instead of computing the
7236         line height inline.
7237         (line-move-partial): Always compute ROWH.  If the last line is
7238         partially-visible, but its text is completely visible, allow
7239         cursor to enter such a partially-visible line.
7241 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
7243         Improve error messages.  (Bug#14808)
7245         * net/tramp.el (tramp-current-connection): New defvar, moved from
7246         tramp-sh.el.
7247         (tramp-message-show-progress-reporter-message): Remove, not
7248         needed anymore.
7249         (tramp-error-with-buffer): Show message in minibuffer.
7250         Discard input before waiting.  Reset connection timestamp.
7251         (with-tramp-progress-reporter): Improve messages.
7252         (tramp-process-actions): Use progress reporter.  Delete process in
7253         case of error.  Improve messages.
7255         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
7256         Call `tramp-error-with-buffer' with vector and buffer.
7257         (tramp-current-connection): Remove.
7258         (tramp-maybe-open-connection): The car of
7259         `tramp-current-connection' are the first 3 slots of the vector.
7261 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
7263         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
7264         inside continued strings.
7266 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
7268         Timestamp fixes for undo (Bug#14824).
7269         * files.el (clear-visited-file-modtime): Move here from fileio.c.
7271 2013-07-10  Leo Liu  <sdl.web@gmail.com>
7273         * files.el (require-final-newline): Allow safe local value.
7274         (Bug#14834)
7276 2013-07-09  Leo Liu  <sdl.web@gmail.com>
7278         * ido.el (ido-read-directory-name): Handle fallback.
7279         (ido-read-file-name): Update DIR to ido-current-directory.
7280         (Bug#1516)
7281         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
7283 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
7285         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
7286         "autoload".  Remove "warn lower camel case" section, previously
7287         commented out.  Highlight negation char.  Do not highlight the
7288         target in singleton method definitions.
7290 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7292         * faces.el (tty-setup-hook): Declare the hook.
7294         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
7295         and detect when a guard/pred depends on local vars (bug#14773).
7296         (pcase--u1): Adjust caller.
7298 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
7300         * simple.el (line-move-partial, line-move): Account for
7301         line-spacing.
7302         (line-move-partial): Avoid setting vscroll when the last
7303         partially-visible line in window is of default height.
7305 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
7308         been used a while.
7310 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
7312         * subr.el (read-quoted-char): Remove unused local variable `char'.
7314 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7316         * ediff.el (ediff-version): Version update.
7317         (ediff-files-command, ediff3-files-command, ediff-merge-command)
7318         (ediff-merge-with-ancestor-command, ediff-directories-command)
7319         (ediff-directories3-command, ediff-merge-directories-command)
7320         (ediff-merge-directories-with-ancestor-command): New functions.
7321         All are command-line interfaces to ediff: to facilitate calling
7322         Emacs with the appropriate ediff functions invoked.
7324         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7325         (viper-save-kill-buffer): Check if buffer is modified.
7327         * viper.el (viper-version): Version update.
7328         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7330 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7332         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7333         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7334         (viper-intercept-ESC-key): Simplify.
7335         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7336         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7337         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7338         (viper-setup-ESC-to-escape): New functions.
7339         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7340         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
7342 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
7344         * simple.el (default-font-height, window-screen-lines):
7345         New functions.
7346         (line-move, line-move-partial): Use them instead of
7347         frame-char-height and window-text-height.  This makes scrolling
7348         text smoother when the buffer's default face uses a font that is
7349         different from the frame's default font.
7351 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
7353         * files.el (write-file): Do not display confirm dialog for NS,
7354         it does its own dialog, which can't be canceled (Bug#14578).
7356 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
7358         * simple.el (line-move-partial): Adjust the row returned by
7359         posn-at-point for the current window-vscroll.  (Bug#14567)
7361 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
7363         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7364         (tramp-sh-file-inotifywait-process-filter): Handle file names with
7365         spaces.
7367 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
7369         * window.el (window-state-put-stale-windows): New variable.
7370         (window--state-put-2): Save list of windows without matching buffer.
7371         (window-state-put): Remove "bufferless" windows if possible.
7373 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7375         * simple.el (alternatives-define): Remove leftover :group keyword.
7376         Tweak docstring.
7378 2013-07-06  Leo Liu  <sdl.web@gmail.com>
7380         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7381         (ido-enable-virtual-buffers): New variable.
7382         (ido-buffer-internal, ido-toggle-virtual-buffers)
7383         (ido-make-buffer-list): Use it.
7384         (ido-exhibit): Support turning on and off virtual buffers
7385         automatically.
7387 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7389         * simple.el (alternatives-define): New macro.
7391 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7393         * subr.el (read-quoted-char): Use read-key.
7394         (sit-for): Let read-event decode tty input (bug#14782).
7396 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
7398         * calendar/todo-mode.el: Add handling of file deletion, both by
7399         mode command and externally.  Fix various related bugs.
7400         Clarify Commentary and improve some documentation strings and code.
7401         (todo-delete-file): New command.
7402         (todo-check-file): New function.
7403         (todo-show): Handle external deletion of the file we're trying to
7404         show (bug#14688).  Replace called-interactively-p by an optional
7405         prefix argument to avoid problematic interaction with catch form
7406         when byte compiled (bug#14702).
7407         (todo-quit): Handle external deletion of the archive's todo file.
7408         Make sure the buffer that was visiting the archive file is still
7409         live before trying to bury it.
7410         (todo-category-completions): Handle external deletion of any
7411         category completion files.
7412         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7413         of todo files, in case of external deletion.
7414         (todo-add-file): Replace unnecessary setq by let-binding.
7415         (todo-find-archive): Check whether there are any archives.
7416         Replace unnecessary setq by let-binding.
7417         (todo-archive-done-item): Use find-file-noselect to get the
7418         archive buffer whether or not the archive already exists.
7419         Remove superfluous code.  Use file size instead of buffer-file-name to
7420         check if the archive is new; if it is, update list of archives.
7421         (todo-default-todo-file): Allow nil to be a valid value for when
7422         there are no todo files.
7423         (todo-reevaluate-default-file-defcustom): Use corrected definition
7424         of todo-default-todo-file.
7425         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7426         (todo-delete-category, todo-show-categories-table)
7427         (todo-category-number): Clarify comment.
7428         (todo-filter-items): Clarify documentation string.
7429         (todo-show-current-file, todo-display-as-todo-file)
7430         (todo-reset-and-enable-done-separator): Tweak documentation string.
7431         (todo-done-separator): Make separator length window-width, since
7432         bug#2749 is now fixed.
7434 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
7436         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7437         Support both "gvfs-monitor-dir" and "inotifywait".
7438         (tramp-sh-file-inotifywait-process-filter): Rename from
7439         `tramp-sh-file-notify-process-filter'.
7440         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7441         (tramp-get-remote-gvfs-monitor-dir): New defuns.
7443 2013-07-05  Leo Liu  <sdl.web@gmail.com>
7445         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7447 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7449         * frame.el (display-pixel-height, display-pixel-width)
7450         (display-mm-height, display-mm-width): Mention behavior on
7451         multi-monitor setups in docstrings.
7452         (w32-display-monitor-attributes-list): Declare function.
7453         (display-monitor-attributes-list): Use it.
7455 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
7457         * filenotify.el: New package.
7459         * autorevert.el (top): Require filenotify.el.
7460         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
7461         instead.
7462         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7463         (auto-revert-notify-handler): Use `file-notify-*' functions.
7465         * subr.el (file-notify-handle-event): Move function to filenotify.el.
7467         * net/tramp.el (tramp-file-name-for-operation):
7468         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7470         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7471         for `file-notify-add-watch' and `file-notify-rm-watch'.
7472         (tramp-process-sentinel): Improve trace.
7473         (tramp-sh-handle-file-notify-add-watch)
7474         (tramp-sh-file-notify-process-filter)
7475         (tramp-sh-handle-file-notify-rm-watch)
7476         (tramp-get-remote-inotifywait): New defuns.
7478 2013-07-03  Juri Linkov  <juri@jurta.org>
7480         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7481         call of `occur-read-primary-args' to interactive spec.
7483         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7484         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
7486 2013-07-03  Matthias Meulien  <orontee@gmail.com>
7488         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7489         `Buffer-menu-multi-occur'.  Add it to the menu.
7490         (Buffer-menu-mode): Document it in docstring.
7491         (Buffer-menu-multi-occur): New command.  (Bug#14673)
7493 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7495         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7496         keywords and built-ins.
7498 2013-07-03  Glenn Morris  <rgm@gnu.org>
7500         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
7502         Make info-xref checks case-sensitive by default
7503         * info.el (Info-find-node, Info-find-in-tag-table)
7504         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7505         Add option for exact case matching of nodes.
7506         * info-xref.el (info-xref): New custom group.
7507         (info-xref-case-fold): New option.
7508         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7510 2013-07-03  Leo Liu  <sdl.web@gmail.com>
7512         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7514 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7516         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7517         middle of block statement initially, lower the depth.  Remove
7518         FIXME comment, not longer valid.  Remove middle of block statement
7519         detection, no need to do that anymore since we've been using
7520         `ruby-parse-region' here.
7522 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
7524         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7526 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7528         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7530 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
7532         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7533         (desktop-restore-in-current-display): New customization option.
7534         (desktop--excluded-frame-parameters): Add `font'.
7535         (desktop--save-frames): Rename from desktop--save-windows.
7536         (desktop--restore-in-this-display-p): New function.
7537         (desktop--make-full-frame): Remove unwanted width/height from
7538         full(width|height) frames.
7539         (desktop--restore-frames): Rename from desktop--restore-windows.
7540         Obey desktop-restore-current-display.  Do not delete old frames or
7541         select a new frame unless we were able to restore at least one frame.
7543 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
7545         * files.el (find-file-noselect): Simplify conditional expression.
7547         * remember.el (remember-append-to-file):
7548         Don't mix `find-buffer-visiting' and `get-file-buffer'.
7550         Add `remember-notes' function to store random notes across Emacs
7551         restarts.
7552         * remember.el (remember-data-file): Add :set callback to affect
7553         notes buffer (if any).
7554         (remember-notes): New command.
7555         (remember-notes-buffer-name, bury-remember-notes-on-kill):
7556         New defcustoms for the `remember-notes' function.
7557         (remember-notes-save-and-bury-buffer): New command.
7558         (remember-notes-mode-map): New variable.
7559         (remember-mode): New minor mode.
7560         (remember-notes--kill-buffer-query): New function.
7561         * startup.el (initial-buffer-choice): Add notes to custom type.
7563 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
7565         * bindings.el (right-char, left-char): Don't call sit-for, this is
7566         no longer needed.  Use arithmetic comparison only for numerical
7567         arguments.
7569         * international/mule-cmds.el (select-safe-coding-system):
7570         Handle the case of FROM being a string correctly.  (Bug#14755)
7572 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7574         * net/shr.el (shr-make-table-1): Add a sanity check that allows
7575         progression on degenerate tables.
7576         (shr-rescale-image): ImageMagick animated images currently don't work.
7578 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
7580         Some fixes and improvements for desktop frame restoration.
7581         It is still experimental and disabled by default.
7582         * desktop.el (desktop--save-windows): Put the selected frame at
7583         the head of the list.
7584         (desktop--make-full-frame): New function.
7585         (desktop--restore-windows): Try to re-select the frame that was
7586         selected upon saving.  Do not abort if some frames fail to restore,
7587         just show an error message and continue.  Set up maximized frames
7588         so they have default non-maximized dimensions.
7590 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7592         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7593         Don't start heredoc inside a string or comment.
7595 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
7597         * bindings.el (visual-order-cursor-movement): New defcustom.
7598         (right-char, left-char): Provide visual-order cursor motion by
7599         calling move-point-visually.  Update the doc strings.
7601 2013-06-28  Kenichi Handa  <handa@gnu.org>
7603         * international/mule.el (define-coding-system): New coding system
7604         properties :inhibit-null-byte-detection,
7605         :inhibit-iso-escape-detection, and :prefer-utf-8.
7606         (set-buffer-file-coding-system): If :charset-list property of
7607         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7608         appropriate for setting.
7610         * international/mule-cmds.el (select-safe-coding-system):
7611         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7612         multibyte characters, return utf-8 (or one of its siblings).
7614         * international/mule-conf.el (prefer-utf-8): New coding system.
7615         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7616         files.
7618 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
7620         * net/shr.el (shr-render-region): New function.
7622         * net/eww.el: Autoload `eww-browse-url'.
7624 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
7626         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7627         Adapt to `package-desc-version' being a list.
7628         Use `package--ac-desc-version' to retrieve version from a package
7629         archive element.
7631 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
7633         New experimental feature to save&restore window and frame setup.
7634         * desktop.el (desktop-save-windows): New defcustom.
7635         (desktop--saved-states): New var.
7636         (desktop--excluded-frame-parameters): New defconst.
7637         (desktop--filter-frame-parms, desktop--find-frame-in-display)
7638         (desktop--restore-windows, desktop--save-windows): New functions.
7639         (desktop-save): Call `desktop--save-windows'.
7640         (desktop-read): Call `desktop--restore-windows'.
7642 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7644         * net/shr.el (add-face-text-property): Remove compat definition.
7646 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7648         * info.el (Info-try-follow-nearest-node): Move search for footnote
7649         above search for node name to prevent missing a footnote (bug#14717).
7651 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7653         * obsolete/otodo-mode.el: Add obsolescence info to file header.
7655 2013-06-27  Leo Liu  <sdl.web@gmail.com>
7657         * net/eww.el (eww-read-bookmarks): Check file size.
7659 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7661         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7662         advice--pending if newdef is nil or an autoload (bug#13820).
7663         (advice-mapc): New function.
7665 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7667         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7668         probably.
7669         (eww-mode-map): Add a menu bar.
7670         (eww-add-bookmark): New command.
7671         (eww-bookmark-mode): New mode and commands.
7672         (eww-add-bookmark): Remove newlines from the title.
7673         (eww-bookmark-browse): Don't bug out if it's the only window.
7675 2013-06-26  Glenn Morris  <rgm@gnu.org>
7677         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7678         (hfy-size): Handle ttys.  (Bug#14668)
7680         * info-xref.el: Update for Texinfo 5 change in *note format.
7681         (info-xref-node-re, info-xref-note-re): New constants.
7682         (info-xref-check-buffer): Use info-xref-note-re.
7684 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7686         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7688         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7689         nil terminate the loop (bug#14718).
7691 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693         * net/eww.el: Rework history traversal.  When going forward/back,
7694         put these actions into the history, too, so that they can be
7695         replayed.
7696         (eww-render): Move the history reset to the correct buffer.
7698 2013-06-25  Juri Linkov  <juri@jurta.org>
7700         * files-x.el (modify-dir-local-variable): Change the header comment
7701         in the file with directory local variables.  (Bug#14692)
7703         * files-x.el (read-file-local-variable-value): Add `default'.
7704         (Bug#14710)
7706 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7708         * net/eww.el (eww-make-unique-file-name): Create a unique file
7709         name before saving to entering `y' accidentally asynchronously.
7711 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
7713         * net/eww.el (eww-download): New command and keystroke.
7715 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717         * net/eww.el (eww-copy-page-url): Change name of command.
7719         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7720         be more consistent with Info and dired.
7722         * net/eww.el (eww-mode-map): Ditto.
7724 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
7727         packages from archives.
7728         (package-archive-contents): Change format; include obsolete packages.
7729         (package-desc): Use `dir' to mark builtin packages.
7730         (package--from-builtin): Set the `dir' field to `builtin'.
7731         (generated-autoload-file, version-control): Declare.
7732         (package-compute-transaction): Change first arg and return value to be
7733         lists of package-descs.  Adjust to new package-archive-contents format.
7734         (package--add-to-archive-contents): Adjust to new
7735         package-archive-contents format.
7736         (package-download-transaction): Arg is now a list of package-descs.
7737         (package-install): If `pkg' is a package name, pass it as
7738         a requirement, so it is subject to the usual (e.g. disabled) checks.
7739         (describe-package): Accept package-desc as well.
7740         (describe-package-1): Describe a specific package-desc.  Add links to
7741         other package-descs for the same package name.
7742         (package-menu-describe-package): Pass the actual package-desc.
7743         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7744         works correctly.
7745         (package-desc-status): New function.
7746         (package-menu--refresh): New function, extracted
7747         from package-menu--generate.
7748         (package-menu--generate): Use it.
7749         (package-delete): Update package-alist.
7750         (package-menu-execute): Don't call package-initialize.
7752         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7753         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7754         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7755         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7756         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7757         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7759 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
7761         * window.el (window--state-get-1): Workaround for bug#14527.
7762         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7764 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766         * net/eww.el (eww-back-url): Implement the history by stashing all
7767         the data into a list.
7768         (eww-forward-url): Allow going forward in the history, too.
7770 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7772         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7773         for values and use read--expression for expressions (bug#14710).
7774         (read-file-local-variable): Avoid setq.
7775         (read-file-local-variable-mode): Use minor-mode-list.
7777 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7779         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7780         for DOI URLs.
7782 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7784         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7785         Update imenu-support when dialect changes.
7787 2013-06-25  Leo Liu  <sdl.web@gmail.com>
7789         * ido.el (ido-read-internal): Allow forward slash on windows.
7791 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7793         * net/eww.el (eww): Start of strings is \\`, not ^.
7795 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7797         * net/shr.el (shr-browse-url): Fix interactive spec.
7799         * net/eww.el (eww): Add a trailing slash to domain names.
7801 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
7803         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7805 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807         * net/shr.el (shr-browse-url): Use an external browser if given a
7808         prefix.
7810         * net/eww.el (eww-external-browser): Move to shr.
7812 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7814         * net/eww.el (eww): Work more correctly for file: URLs.
7815         (eww-detect-charset): Allow quoted charsets.
7816         (eww-yank-page-url): New command and keystroke.
7818 2013-06-24  Daiki Ueno  <ueno@gnu.org>
7820         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7821         file name of gpg executable.
7822         (epg-context-program): New function.
7823         (epg-context-home-directory): New function.
7824         (epg-context-set-program): New function.
7825         (epg-context-set-home-directory): New function.
7826         (epg--start): Use `epg-context-program' instead of
7827         'epg-gpg-program'.
7828         (epg--list-keys-1): Likewise.
7830 2013-06-24  Leo Liu  <sdl.web@gmail.com>
7832         * ido.el (ido-read-internal): Fix bug#14620.
7834 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7836         * faces.el (face-documentation): Simplify.
7837         (read-face-attribute, tty-find-type, x-resolve-font-name):
7838         Use `string-match-p'.
7839         (list-faces-display): Use `string-match-p'.  Simplify.
7840         (face-spec-recalc): Check face to avoid face alias loops.
7841         (read-color): Use `string-match-p' and non-capturing parenthesis.
7843 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7845         * net/shr.el (shr-rescale-image): Use the new
7846         :max-width/:max-height functionality.
7848 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
7850         * net/eww.el (eww-search-prefix): New variable.
7851         (eww): Use it.
7852         (eww-external-browser): New variable.
7853         (eww-mode-map): New keystroke.
7854         (eww-browse-with-external-browser): New command.
7856         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7858 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7860         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7861         Don't skip aligning the next header field when padding is 0;
7862         otherwise, field width is not respected unless the title is as
7863         wide as the field.
7865 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7867         * emacs-lisp/package.el (package-el-version): Remove.
7868         (package-process-define-package): Fix inf-loop.
7869         (package-install): Allow symbols as arguments again.
7871 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7873         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7874         add some more keyword-like methods.
7875         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7877 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
7879         * bs.el (bs-buffer-show-mark): Make defvar-local.
7880         (bs-mode): Use setq-local.
7882         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7883         (emacs-lock--try-unlocking): Make defvar-local.
7885 2013-06-22  Glenn Morris  <rgm@gnu.org>
7887         * play/cookie1.el (cookie-apropos): Minor simplification.
7889         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7891 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7893         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7894         `regexp-opt', it breaks the build during dumping.
7896 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
7898         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7899         Highlight keyword-like methods on Kernel and Module with
7900         font-lock-builtin-face.
7901         (auto-mode-alist): Consolidate different entries into one regexp
7902         and add more *file-s.
7904 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
7906         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7908         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7909         (diary-entry): Use it in the action of this button type instead of
7910         diary-goto-entry.
7912         * calendar/todo-mode.el: New version.
7913         (todo-add-category): Append new category to end of file and give
7914         it the highest number, instead of putting it at the beginning and
7915         giving it 0.  Incorporate noninteractive functionality.
7916         (todo-forward-category): Adapt to 1-based category numbering.
7917         Allow skipping over archived categories.
7918         (todo-backward-category): Derive from todo-forward-category.
7919         (todo-backward-item, todo-forward-item): Make noninteractive and
7920         delegate interactive part to new commands.  Make sensitive to done items.
7921         (todo-categories): Make value an alist of category names and
7922         vectors of item counts.
7923         (todo-category-beg): Make a defconst.
7924         (todo-category-number): Use 1 instead of 0 as initial value.
7925         (todo-category-select): Make sensitive to overlays, optional item
7926         highlighting and done items.
7927         (todo-delete-item): Make sensitive to overlays and marked and done items.
7928         (todo-edit-item): Make sensitive to overlays and editing of
7929         date/time header optional.  Add format checks.
7930         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
7931         no-op if point is not on an item.  Advertise using todo-edit-quit.
7932         (todo-edit-mode): Make sensitive to new format, font-locking, and
7933         multiple todo files.
7934         (todo-insert-item, todo-insert-item-here): Derive from
7935         todo-basic-insert-item and extend functionality.
7936         (todo-item-end, todo-item-start): Make sensitive to done items.
7937         (todo-item-string): Don't return text properties.  Restore point.
7938         (todo-jump-to-category): Make sensitive to multiple todo files and
7939         todo archives.  Use extended category completion.
7940         (todo-lower-item, todo-raise-item): Rename to *-priority and
7941         derive from todo-set-item-priority.
7942         (todo-mode): Derive from special-mode.  Make sensitive to new
7943         format, font-locking and multiple todo files.  Make read-only.
7944         (todo-mode-map): Don't suppress digit keys, so they can supply
7945         prefix arguments.  Add many new key bindings.
7946         (todo-prefix): Insert as an overlay instead of file text.
7947         Change semantics from diary date expression to purely visual mark.
7948         (todo-print): Rename to todo-print-buffer.  Make buffer display
7949         features printable.  Remove option to restrict number of items
7950         printed.  Add option to print to file.
7951         (todo-print-function): Rename to todo-print-buffer-function.
7952         (todo-quit): Extend to handle exiting new todo modes.
7953         (todo-remove-item): Make sensitive to overlays.
7954         (todo-save): Extend to buffers of filtered items.
7955         (todo-show): Make sensitive to done items, multiple todo files and
7956         new todo modes.  Offer to convert legacy todo file before creating
7957         first new todo file.
7958         (todo-show-priorities): Rename to todo-top-priorities.
7959         Change semantics of value 0.
7960         (todo-top-priorities): Rename to todo-filter-top-priorities,
7961         derive from todo-filter-items and extend functionality.
7962         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7963         and extend functionality to other types of filtered items.
7964         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7965         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7966         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7967         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7968         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7969         (todo-edit-mode-hook, todo-entry-prefix-function)
7970         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7971         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7972         (todo-initials, todo-insert-threshold, todo-item-string-start)
7973         (todo-line-string, todo-menu, todo-mode-hook)
7974         (todo-more-important-p, todo-previous-answer, todo-previous-line)
7975         (todo-print-priorities, todo-remove-separator)
7976         (todo-save-top-priorities-too, todo-string-count-lines)
7977         (todo-string-multiline-p, todo-time-string-format)
7978         (todo-tmp-buffer-name): Remove.
7979         (todo-add-file, todo-archive-done-item, todo-choose-archive)
7980         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7981         (todo-edit-category-diary-inclusion)
7982         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7983         (todo-edit-file, todo-edit-item-date-day)
7984         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7985         (todo-edit-item-date-month, todo-edit-item-date-to-today)
7986         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7987         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7988         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7989         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7990         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7991         (todo-filter-top-priorities-multifile, todo-find-archive)
7992         (todo-find-filtered-items-file, todo-go-to-source-item)
7993         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7994         (todo-jump-to-archive-category, todo-lower-category)
7995         (todo-mark-category, todo-marked-item-p, todo-merge-category)
7996         (todo-move-category, todo-move-item, todo-next-button)
7997         (todo-next-item, todo-padded-string, todo-powerset)
7998         (todo-previous-button, todo-previous-item)
7999         (todo-print-buffer-to-file, todo-raise-category)
8000         (todo-rename-category, todo-repair-categories-sexp, todo-search)
8001         (todo-set-category-number, todo-set-item-priority)
8002         (todo-set-top-priorities-in-category)
8003         (todo-set-top-priorities-in-file, todo-show-categories-table)
8004         (todo-sort-categories-alphabetically-or-numerically)
8005         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
8006         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
8007         (todo-toggle-item-header, todo-toggle-item-highlighting)
8008         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
8009         (todo-toggle-view-done-items, todo-toggle-view-done-only)
8010         (todo-unarchive-items, todo-unmark-category): New commands.
8011         (todo-absolute-file-name, todo-add-to-buffer-list)
8012         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
8013         (todo-basic-insert-item, todo-category-completions)
8014         (todo-category-number, todo-category-string-matcher-1)
8015         (todo-category-string-matcher-2, todo-check-filtered-items-file)
8016         (todo-check-format, todo-clear-matches)
8017         (todo-comment-string-matcher, todo-convert-legacy-date-time)
8018         (todo-current-category, todo-date-string-matcher)
8019         (todo-define-insertion-command, todo-diary-expired-matcher)
8020         (todo-diary-goto-entry, todo-diary-item-p)
8021         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
8022         (todo-display-categories, todo-display-sorted, todo-done-item-p)
8023         (todo-done-item-section-p, todo-done-separator)
8024         (todo-done-string-matcher, todo-files, todo-filter-items)
8025         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
8026         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
8027         (todo-insert-category-line, todo-insert-item-from-calendar)
8028         (todo-insert-sort-button, todo-insert-with-overlays)
8029         (todo-insertion-command-name, todo-insertion-key-bindings)
8030         (todo-label-to-key, todo-longest-category-name-length)
8031         (todo-make-categories-list, todo-mode-external-set)
8032         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
8033         (todo-modes-set-3, todo-multiple-filter-files)
8034         (todo-nondiary-marker-matcher, todo-prefix-overlays)
8035         (todo-read-category, todo-read-date, todo-read-dayname)
8036         (todo-read-file-name, todo-read-time)
8037         (todo-reevaluate-category-completions-files-defcustom)
8038         (todo-reevaluate-default-file-defcustom)
8039         (todo-reevaluate-filelist-defcustoms)
8040         (todo-reevaluate-filter-files-defcustom)
8041         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
8042         (todo-reset-done-separator, todo-reset-done-separator-string)
8043         (todo-reset-done-string, todo-reset-global-current-todo-file)
8044         (todo-reset-highlight-item, todo-reset-nondiary-marker)
8045         (todo-reset-prefix, todo-set-categories)
8046         (todo-set-date-from-calendar, todo-set-show-current-file)
8047         (todo-set-top-priorities, todo-short-file-name)
8048         (todo-show-current-file, todo-sort, todo-time-string-matcher)
8049         (todo-total-item-counts, todo-update-buffer-list)
8050         (todo-update-categories-display, todo-update-categories-sexp)
8051         (todo-update-count, todo-validate-name, todo-y-or-n-p):
8052         New functions.
8053         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
8054         New major modes.
8055         (todo-categories, todo-display, todo-edit, todo-faces)
8056         (todo-filtered): New defgroups.
8057         (todo-archived-only, todo-button, todo-category-string, todo-date)
8058         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
8059         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
8060         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
8061         (todo-add-item-if-new-category, todo-always-add-time-string)
8062         (todo-categories-align, todo-categories-archived-label)
8063         (todo-categories-category-label, todo-categories-diary-label)
8064         (todo-categories-done-label, todo-categories-number-separator)
8065         (todo-categories-todo-label, todo-categories-totals-label)
8066         (todo-category-completions-files, todo-completion-ignore-case)
8067         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
8068         (todo-done-separator-string, todo-done-string)
8069         (todo-files-function, todo-filter-done-items, todo-filter-files)
8070         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
8071         (todo-initial-category, todo-initial-file, todo-item-mark)
8072         (todo-legacy-date-time-regexp, todo-mode-line-function)
8073         (todo-nondiary-marker, todo-number-prefix)
8074         (todo-print-buffer-function, todo-show-current-file)
8075         (todo-show-done-only, todo-show-first, todo-show-with-done)
8076         (todo-skip-archived-categories, todo-top-priorities-overrides)
8077         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
8078         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
8079         New defcustoms.
8080         (todo-category-done, todo-date-pattern, todo-date-string-start)
8081         (todo-diary-items-buffer, todo-done-string-start)
8082         (todo-filtered-items-buffer, todo-item-start)
8083         (todo-month-abbrev-array, todo-month-name-array)
8084         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
8085         (todo-top-priorities-buffer): New defconsts.
8086         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
8087         (todo-categories-with-marks, todo-category-string-face)
8088         (todo-comment-face, todo-comment-string, todo-current-todo-file)
8089         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
8090         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
8091         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
8092         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
8093         (todo-font-lock-keywords, todo-global-current-todo-file)
8094         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
8095         (todo-insertion-commands-args)
8096         (todo-insertion-commands-args-genlist)
8097         (todo-insertion-commands-names, todo-insertion-map)
8098         (todo-key-bindings-t, todo-key-bindings-t+a)
8099         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
8100         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
8101         (todo-nondiary-face, todo-print-buffer, todo-time-face)
8102         (todo-visited): New variables.
8104 2013-06-21  Glenn Morris  <rgm@gnu.org>
8106         * play/cookie1.el (cookie-apropos): Add optional display argument.
8107         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
8108         (psychoanalyze-pinhead): Use cookie-doctor.
8110 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8112         * emacs-lisp/package.el (tar-get-file-descriptor)
8113         (tar--extract): Declare.
8115 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
8117         Extend flymake's warning predicate to be a function (bug#14217).
8118         * progmodes/flymake.el (flymake-warning-predicate): New.
8119         (flymake-parse-line): Use it.
8120         (flymake-warning-re): Make obsolete alias to
8121         `flymake-warning-predicate'.
8123 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8125         * emacs-lisp/package.el (package-alist): Include obsolete packages.
8126         (package-obsolete-list): Remove.
8127         (package-activate): Remove min-version argument.  Add `force' argument.
8128         Adjust to new package-alist format.
8129         (package-mark-obsolete): Remove.
8130         (package-unpack): Force reload of the package's autoloads.
8131         (package-installed-p): Check builtins if the installed package is not
8132         recent enough.
8133         (package-initialize): Don't reset package-obsolete-list.
8134         Don't specify which package version to activate.
8135         (package-process-define-package, describe-package-1)
8136         (package-menu--generate): Adjust to new package-alist format.
8138 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8140         * allout-widgets.el (allout-widgets-mode-off)
8141         (allout-widgets-mode-on, allout-widgets-pre-command-business)
8142         (allout-widgets-post-command-business)
8143         (allout-widgets-after-copy-or-kill-function)
8144         (allout-widgets-after-undo-function, allout-test-range-overlaps)
8145         (allout-decorate-item-and-context)
8146         (allout-graphics-modification-handler): Fix typos in docstrings.
8147         (allout-get-or-create-parent-widget): Use `looking-at-p'.
8149         * cmuscheme.el (scheme-start-file): Doc fix.
8150         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
8151         (scheme-input-filter): Use `string-match-p'.
8153         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
8155         * dired-x.el: Use Dired consistently in docstrings.
8157         * dired.el: Use Dired consistently in docstrings.
8158         (dired-readin, dired-mode): Use `setq-local'.
8159         (dired-switches-alist): Make defvar-local.
8160         (dired-buffers-for-dir): Use `zerop'.
8161         (dired-safe-switches-p, dired-switches-escape-p)
8162         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
8163         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
8164         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
8165         (dired-goto-next-nontrivial-file): Use `string-match-p'.
8166         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
8167         (dired-toggle-marks, dired-mark-files-containing-regexp)
8168         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
8169         (dired-flag-auto-save-files, dired-flag-backup-files):
8170         Use `looking-at-p'.
8171         (dired-mark-files-regexp, dired-build-subdir-alist):
8172         Use `string-match-p', `looking-at-p'.
8174         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
8175         (direct-print-region-helper): Use `string-match-p'.
8177 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8179         * comint.el (comint-redirect-results-list-from-process):
8180         Fix infinite loop.
8182 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184         * net/eww.el (eww-update-header-line-format): Quote % characters.
8186 2013-06-21  Glenn Morris  <rgm@gnu.org>
8188         * play/cookie1.el (cookie): New custom group.
8189         (cookie-file): New option.
8190         (cookie-check-file): New function.
8191         (cookie): Make it interactive.  Make start and end messages optional.
8192         Interactively, display the result.  Default to cookie-file.
8193         (cookie-insert): Default to cookie-file.
8194         (cookie-snarf): Make start and end messages optional.
8195         Default to cookie-file.  Use with-temp-buffer.
8196         (cookie-read): Rename from read-cookie.
8197         Make start and end messages optional.  Default to cookie-file.
8198         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
8199         Do not autoload it.
8200         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
8201         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
8203 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8205         * progmodes/octave.el (octave-mode): Backward compatibility fix.
8207 2013-06-21  Glenn Morris  <rgm@gnu.org>
8209         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
8211 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8212             Daniel Hackney  <dan@haxney.org>
8214         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
8215         Consolidate the single-file vs tarball code.
8216         (package-desc-suffix): New function.
8217         (package-desc-full-name): Don't bother inlining it.
8218         (package-load-descriptor): Return the new package-desc.
8219         (package-mark-obsolete): Remove unused arg `package'.
8220         (package-unpack): Make it work for single files as well.
8221         Make it update package-alist.
8222         (package--make-autoloads-and-stuff): Rename from
8223         package--make-autoloads-and-compile.  Don't compile any more.
8224         (package--compile): New function.
8225         (package-generate-description-file): New function, extracted from
8226         package-unpack-single.
8227         (package-unpack-single): Remove.
8228         (package--with-work-buffer): Add indentation and debugging info.
8229         (package-download-single): Remove.
8230         (package-install-from-archive): Rename from package-download-tar, make
8231         it take a pkg-desc, and make it work for single files as well.
8232         (package-download-transaction): Simplify.
8233         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
8234         external tar program.
8235         (package-install-from-buffer): Remove `pkg-desc' argument.
8236         Use package-tar-file-info for tar-mode buffers.
8237         (package-install-file): Simplify accordingly.
8238         (package-archive-base): Change to take a pkg-desc.
8239         * tar-mode.el (tar--check-descriptor): New function, extracted from
8240         tar-get-descriptor.
8241         (tar-get-descriptor): Use it.
8242         (tar-get-file-descriptor): New function.
8243         (tar--extract): New function, extracted from tar-extract.
8244         (tar--extract): Use it.
8245         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
8246         case the summary uses non-ascii.  Adjust to new calling convention of
8247         package-tar-file-info.
8249 2013-06-21  Leo Liu  <sdl.web@gmail.com>
8251         * comint.el (comint-redirect-results-list-from-process):
8252         Fix random delay.  (Bug#14681)
8254 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
8256         * profiler.el (profiler-format-number): Use log, not log10.
8258 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8260         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
8262 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8264         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
8265         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
8266         yet available.
8267         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
8268         (AUTOGENEL): ... here.
8269         * emacs-lisp/cl-macs.el (cl--sublis): New function.
8270         (cl--defsubst-expand): Use it.
8272 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
8274         * subr.el (log10): Move here from C code, and declare as obsolete.
8275         All uses of (log10 X) replaced with (log X 10).
8277 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8279         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
8280         Declare with `defvar-local'.
8281         (tabulated-list-use-header-line, tabulated-list-entries)
8282         (tabulated-list-padding, tabulated-list-printer)
8283         (tabulated-list-sort-key): Declare with `defvar-local'.
8284         (tabulated-list-init-header, tabulated-list-print-fake-header):
8285         Use `setq-local'.
8287 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
8289         * arc-mode.el (archive-mode): Add `archive-write-file' to
8290         `write-contents-functions' also for remote files.  (Bug#14652)
8292 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
8294         * cus-edit.el (custom-commands): Fix typos.
8295         (custom-display): Fix tooltip text.
8296         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
8297         Fix typos in docstrings.
8298         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
8299         (custom-unlispify-menu-entry, custom-magic-value-create)
8300         (custom-add-see-also, custom-group-value-create): Use ?\s.
8301         (custom-guess-type, customize-apropos, editable-field)
8302         (custom-face-value-create): Use `string-match-p'.
8303         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
8305         * custom.el (custom-load-symbol): Use `string-match-p'.
8307         * ansi-color.el: Convert to lexical binding.
8308         (ansi-colors): Fix URL.
8309         (ansi-color-context, ansi-color-context-region): Use defvar-local.
8310         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
8311         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
8313 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8315         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8317         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8319 2013-06-19  Tom Tromey  <tromey@redhat.com>
8321         * net/eww.el (eww-top-url): Remove.
8322         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8323         (eww-render): Set new variables.  Don't set eww-top-url.
8324         (eww-handle-link): Handle "prev", "home", and "contents".
8325         Downcase the rel text.
8326         (eww-top-url): Choose best top URL.
8328 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8330         * net/eww.el: Rewrite to implement form elements "by hand" instead of
8331         relying in widget.el.  Using widget.el leads to too many
8332         user interface inconsistencies.
8333         (eww-self-insert): Implement entering commands in text fields.
8334         (eww-process-text-input): New function to make text input field editing
8335         work.
8336         (eww-submit): Rewrite to use the new-style form methods.
8337         (eww-select-display): Display the correct selected item.
8338         (eww-change-select): Implement changing the select value.
8339         (eww-toggle-checkbox): Implement radio/checkboxes.
8340         (eww-update-field): Fix compilation error.
8341         (eww-tag-textarea): Implement <textarea>.
8343         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8344         we don't shadow mode-specific bindings.
8346         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8347         nothing to push.
8349         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8351 2013-06-19  Glenn Morris  <rgm@gnu.org>
8353         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8355 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8357         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8358         not needed.
8360         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8362 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8364         * net/browse-url.el (browse-url-browser-function):
8365         `eww-browse-url' has the right calling signature, `eww' does not.
8367 2013-06-19  Glenn Morris  <rgm@gnu.org>
8369         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8370         Only eval autoloaded macros.
8371         (byte-compile-autoload): Only give the macro warning for macros.
8373         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8374         (ps-underlined-faces): Declare.
8376         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8377         (speedbar-add-supported-extension): Declare.
8379         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8380         Don't include a date stamp in the header of the generated file;
8381         it leads to needless differences between output files.
8383 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8385         * net/secrets.el (secrets-struct-secret-content-type):
8386         Replace check of introspection data by a test call of "CreateItem".
8387         Some servers do not offer introspection.
8389 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8391         * electric.el (electric-pair-mode): Improve interaction with
8392         electric-layout-mode.
8393         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8394         (electric-pair-syntax): Use text-mode-syntax-table in comments
8395         and strings.
8396         (electric-pair--insert): New function.
8397         (electric-pair-post-self-insert-function): Use it and
8398         electric--after-char-pos.
8400 2013-06-19  Leo Liu  <sdl.web@gmail.com>
8402         * progmodes/octave.el (octave-help): Fix regexp.
8404 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8407         (shr-table-horizontal-line): Allow nil as a value, and change the
8408         default.
8409         (shr-insert-table-ruler): Respect the nil value.
8411 2013-06-18  Tom Tromey  <tromey@barimba>
8413         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8414         New defvars.
8415         (eww-open-file): New defun.
8416         (eww-render): Initialize new variables.
8417         (eww-display-html): Handle "link" and "a".
8418         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8419         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
8420         (eww-back-url): Rename from eww-previous-url.
8421         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8422         New defuns.
8424 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
8426         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8427         Distinguish ternary operator tokens from slash symbol and slash
8428         char literal.
8430 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8432         Convert symbol prettification into minor mode and global minor mode.
8434         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8435         `prog-prettify-symbols', and make a local defvar instead of defcustom.
8436         (prettify-symbols--keywords): Rename from
8437         `prog-prettify-symbols-alist' and make a local defvar.
8438         (prettify-symbols--compose-symbol): Rename from
8439         `prog--prettify-font-lock-compose-symbol'.
8440         (prettify-symbols--make-keywords): Rename from
8441         `prog-prettify-font-lock-symbols-keywords' and simplify.
8442         (prog-prettify-install): Remove.
8443         (prettify-symbols-mode): New minor mode, based on
8444         `prog-prettify-install'.
8445         (turn-on-prettify-symbols-mode): New function.
8446         (global-prettify-symbols-mode): New globalized minor mode.
8448         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8449         * progmodes/cfengine.el (cfengine3-mode):
8450         * progmodes/perl-mode.el (perl-mode): Don't call
8451         `prog-prettify-install'; set `prettify-symbols-alist' instead.
8453 2013-06-18  Juri Linkov  <juri@jurta.org>
8455         * files-x.el (modify-file-local-variable-message): New function.
8456         (modify-file-local-variable)
8457         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8458         and call `modify-file-local-variable-message' when it's non-nil.
8459         (add-file-local-variable, delete-file-local-variable)
8460         (add-file-local-variable-prop-line)
8461         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8462         and use it.  (Bug#9820)
8464 2013-06-18  Juri Linkov  <juri@jurta.org>
8466         * emulation/vi.el (vi-shell-op):
8467         * emulation/vip.el (vip-execute-com, ex-command):
8468         * emulation/viper-cmd.el (viper-exec-bang):
8469         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8470         the call of `shell-command-on-region'.  (Bug#14637)
8472         * simple.el (shell-command-on-region): Doc fix.
8474 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8476         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8477         (bug#14633).
8479 2013-06-18  Glenn Morris  <rgm@gnu.org>
8481         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8483         * newcomment.el (comment-search-forward, comment-search-backward):
8484         Doc fix.  (Bug#14376)
8486 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8488         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8489         (buffer-face-mode-invoke): Doc fix.
8491 2013-06-18  Matthias Meulien  <orontee@gmail.com>
8493         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8494         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8496 2013-06-18  Glenn Morris  <rgm@gnu.org>
8498         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8499         Replace obsolete function generic-make-keywords with its expansion.
8501         * progmodes/python.el (ffap-alist): Declare.
8503         * textmodes/reftex.el (bibtex-mode-map): Declare.
8505 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8507         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8508         (package-unpack, package-unpack-single): Return the pkg-dir.
8509         (package-download-transaction): Use it to update package-alist.
8511 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8513         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8514         possible choice.
8516 2013-06-17  Juri Linkov  <juri@jurta.org>
8518         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8520 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8522         * emacs-lisp/package.el (package-load-descriptor):
8523         Remove `with-syntax-table' call, `read' doesn't need it.
8524         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8526 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8528         * startup.el (command-line): Expand package name returned by
8529         `package--description-file' (bug#14639).
8531 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8533         * emacs-lisp/package.el (package-load-descriptor): Do not call
8534         `emacs-lisp-mode', just use its syntax table.
8536 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8538         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8539         `font-lock-extra-managed-props' if any prettifying keyword is added.
8540         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8541         (prog-mode): Use `setq-local'.
8543 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * international/characters.el (standard-case-table): Set syntax of ?»
8546         and ?« to punctuation.
8548 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
8550         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8551         Save relevant match data before calling `syntax-ppss' (bug#14595).
8553 2013-06-15  Juri Linkov  <juri@jurta.org>
8555         * files-x.el (modify-file-local-variable-prop-line): Add local
8556         variables to the end of the existing comment on the first line.
8557         Use `file-auto-mode-skip' to skip interpreter magic line,
8558         and also skip XML declaration.
8560 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8562         * startup.el (package--builtin-versions): New var.
8563         (package-subdirectory-regexp): Remove.
8564         (package--description-file): Hard code its value instead.
8566         * emacs-lisp/package.el: Don't activate packages older than builtin.
8567         (package-obsolete-list): Rename from package-obsolete-alist, and make
8568         it into a simple list of package-desc.
8569         (package-strip-version): Remove.
8570         (package-built-in-p): Use package--builtin-versions.
8571         (package-mark-obsolete): Simplify.
8572         (package-process-define-package): Mark it obsolete if older than the
8573         builtin version.
8574         (package-handle-response): Use line-end-position.
8575         (package-read-archive-contents, package--download-one-archive):
8576         Simplify.
8577         (package--add-to-archive-contents): Skip if older than the builtin or
8578         installed version.
8579         (package-menu-describe-package): Fix last change.
8580         (package-list-unversioned): New var.
8581         (package-menu--generate): Use it.
8583         * emacs-lisp/autoload.el: Manage package--builtin-versions.
8584         (autoload--insert-text, autoload--insert-cookie-text): New functions.
8585         (autoload-builtin-package-versions): New variable.
8586         (autoload-generate-file-autoloads): Use them.
8587         Remove the list of autoloaded functions/macros from the
8588         (autoload...) comments.
8590         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8592 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
8594         * simple.el (line-move-partial): Don't jump to the next screen
8595         line as soon as it becomes visible.  Instead, continue enlarging
8596         the vscroll until the portion of a tall screen line that's left on
8597         display is about the height of the frame's default font.
8598         (Bug#14567)
8600 2013-06-15  Glenn Morris  <rgm@gnu.org>
8602         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8603         compilation-error-regexp-alist void, or local while let-bound.
8605         * progmodes/make-mode.el (makefile-mode-syntax-table):
8606         Treat "=" as punctuation.  (Bug#14614)
8608 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
8610         * help-fns.el (describe-variable):
8611         Add extra line for permanent-local variables.
8613 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
8615         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8616         Add export, import, library.  (Bug#9164)
8617         (library): Set indent function.
8619 2013-06-14  Glenn Morris  <rgm@gnu.org>
8621         * term/xterm.el (xterm--query):
8622         Stop after first matching handler.  (Bug#14615)
8624 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
8626         Add support for dired in saveplace.
8627         * dired.el (dired-initial-position-hook): New variable.
8628         (dired-initial-position): Call hook to place cursor position.
8629         * saveplace.el (save-place-to-alist): Add dired position.
8630         (save-place-dired-hook): New function.
8632 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8634         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8635         through a symbol rather than letrec.
8637         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
8638         (package-desc): Add `dir' field.
8639         (package-desc-full-name): New function.
8640         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
8641         (package-maybe-load-descriptor): Remove.
8642         (package-load-all-descriptors): Just call package-load-descriptor.
8643         (package--disabled-p): New function.
8644         (package-desc-vers, package-desc-doc): Remove aliases.
8645         (package--dir): Remove function.
8646         (package-activate): Check if a package is disabled.
8647         (package-process-define-package): New function, extracted from
8648         define-package.
8649         (define-package): Turn into a place holder.
8650         (package-unpack-single, package-tar-file-info):
8651         Use package--description-file.
8652         (package-compute-transaction): Use package--disabled-p.
8653         (package-download-transaction): Don't call
8654         package-maybe-load-descriptor since they're all loaded anyway.
8655         (package-install): Change argument to be a pkg-desc.
8656         (package-delete): Use a single pkg-desc argument.
8657         (describe-package-1): Use package-desc-dir instead of package--dir.
8658         Use package-desc property instead of package-symbol.
8659         (package-install-button-action): Adjust accordingly.
8660         (package--push): Rewrite.
8661         (package-menu--print-info): Adjust accordingly.  Change the ID format
8662         to be a pkg-desc.
8663         (package-menu-describe-package, package-menu-get-status)
8664         (package-menu--find-upgrades, package-menu-mark-upgrades)
8665         (package-menu-execute, package-menu--name-predicate):
8666         Adjust accordingly.
8667         * startup.el (package--description-file): New function.
8668         (command-line): Use it.
8669         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8670         Use package-desc-version.
8672         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8673         (byte-compile-preprocess): Use it.
8674         (byte-compile-file-form-defalias): Try a bit harder to use macros we
8675         can't quite recognize.
8676         (byte-compile-add-to-list): Remove.
8677         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8678         (cconv-closure-convert): Add assertion.
8680         * emacs-lisp/map-ynp.el: Use lexical-binding.
8681         (map-y-or-n-p): Remove unused vars `tail' and `object'.
8682         Factor out some repeated code.
8684 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8686         * subr.el (with-eval-after-load): New macro.
8687         (eval-after-load): Allow form to be a function.
8688         take advantage of lexical-binding.
8689         (do-after-load-evaluation): Use dolist and adjust to new format.
8690         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8692 2013-06-13  Juri Linkov  <juri@jurta.org>
8694         * replace.el (perform-replace): Display "symbol " and other search
8695         modes from `isearch-message-prefix' in the *Help* buffer.
8697         * isearch.el (isearch-query-replace): Add " symbol" and other
8698         possible search modes from `isearch-message-prefix' to the prompt.
8699         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8700         when reading a regexp to collect.
8702 2013-06-13  Juri Linkov  <juri@jurta.org>
8704         * isearch.el (word-search-regexp): Match whitespace if the search
8705         string begins or ends in whitespace.  The LAX arg is applied to
8706         both ends of the search string.  Use `regexp-quote' and explicit
8707         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
8708         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8709         boundaries are replaced with symbol boundaries, and characters
8710         between symbols match non-word non-symbol syntax.  (Bug#14602)
8712 2013-06-13  Juri Linkov  <juri@jurta.org>
8714         * isearch.el (isearch-del-char): Don't exceed the length of
8715         `isearch-string' by the prefix arg.  (Bug#14563)
8717 2013-06-13  Juri Linkov  <juri@jurta.org>
8719         * isearch.el (isearch-yank-word, isearch-yank-line)
8720         (isearch-char-by-name, isearch-quote-char)
8721         (isearch-printing-char, isearch-process-search-char):
8722         Add optional count prefix arg.  (Bug#14563)
8724         * international/isearch-x.el
8725         (isearch-process-search-multibyte-characters):
8726         Add optional count prefix arg.
8728 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8730         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8731         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8732         lexical-binding.
8734 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
8736         * subr.el (set-temporary-overlay-map): Add on-exit argument.
8738 2013-06-13  Glenn Morris  <rgm@gnu.org>
8740         * startup.el (tty-handle-args):
8741         Don't just discard "--" and anything after.  (Bug#14608)
8743         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8745 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
8747         Implement changes in Secret Service API.  Make it backward compatible.
8748         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8749         (secrets-create-item): Use it.  Prefix properties with interface.
8751 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
8753         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
8754         (term-emulate-terminal): Respect term-suppress-hard-newline.
8756 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
8758         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8759         Only remove a `thumb-file' overlay.  (Bug#14548)
8761 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
8763         * mail/reporter.el (reporter-submit-bug-report):
8764         Handle missing package-name.  (Bug#14600)
8766 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8768         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8769         (reftex-citation-prompt, reftex-default-bibliography)
8770         (reftex-bib-or-thebib, reftex-get-bibfile-list)
8771         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8772         (reftex-bib-sort-author, reftex-bib-sort-year)
8773         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8774         (reftex-extract-bib-entries-from-thebibliography)
8775         (reftex-get-bibkey-default, reftex-get-bib-names)
8776         (reftex-parse-bibtex-entry, reftex-get-bib-field)
8777         (reftex-format-bib-entry, reftex-parse-bibitem)
8778         (reftex-format-bibitem, reftex-do-citation)
8779         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8780         (reftex-restrict-bib-matches, reftex-extract-bib-file)
8781         (reftex-insert-bib-matches, reftex-format-citation)
8782         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8783         (reftex-create-bibtex-file): Add docstrings, mostly by converting
8784         existing comments into docstrings.
8786 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8788         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8790 2013-06-12  Andreas Schwab  <schwab@suse.de>
8792         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8793         for auto-save files.
8795 2013-06-12  Glenn Morris  <rgm@gnu.org>
8797         * ido.el (ido-delete-ignored-files): Remove.
8798         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8799         Go back to calling ido-ignore-item-p directly.
8801 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
8803         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8805         * ido.el (ido-delete-ignored-files): New function,
8806         split from ido-make-file-list-1.
8807         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
8808         (ido-make-file-list-1): Use ido-delete-ignored-files.
8810 2013-06-12  Leo Liu  <sdl.web@gmail.com>
8812         * progmodes/octave.el (inferior-octave-startup)
8813         (inferior-octave-completion-table)
8814         (inferior-octave-track-window-width-change)
8815         (octave-eldoc-function-signatures, octave-help)
8816         (octave-find-definition): Use single quoted strings.
8817         (inferior-octave-startup-args): Change default value.
8818         (inferior-octave-startup): Do not hard code "-i" and
8819         "--no-line-editing".
8820         (inferior-octave-resync-dirs): Add optional arg NOERROR.
8821         (inferior-octave-directory-tracker): Use it.
8822         (octave-goto-function-definition): Robustify.
8823         (octave-help): Support highlighting operators in 'See also'.
8824         (octave-find-definition): Find subfunctions only in Octave mode.
8826 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8828         * help-fns.el (help-fns--compiler-macro): If the handler function is
8829         named, then put a link to it.
8830         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8831         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8832         (cl-typep): Use it.
8833         (cl-eval-when): Simplify debug spec.
8834         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
8835         compiler-macro function instead of setting `compiler-macro-file'.
8837 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8839         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8840         * vc/vc-hooks.el (vc-stay-local): Doc fix.
8842 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8843             Daniel Hackney  <dan@haxney.org>
8845         First part of Daniel Hackney's patch to package.el.
8846         * emacs-lisp/package.el: Use defstruct.
8847         (package-desc): New, main struct.
8848         (package--bi-desc, package--ac-desc): New structs, used to describe the
8849         format in external files.
8850         (package-desc-vers): Replace with package-desc-version accessor.
8851         (package-desc-doc): Replace with package-desc-summary accessor.
8852         (package-activate-1): Remove `package' arg since the pkg-vec now
8853         includes the name.
8854         (define-package): Use package-desc-from-define.
8855         (package-unpack-single): Change file-name arg to be a symbol.
8856         (package--add-to-archive-contents): Use package-desc-create and new
8857         accessor functions to package--ac-desc.
8858         (package-buffer-info, package-tar-file-info): Return a package-desc.
8859         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
8860         arg to be a package-desc.
8861         (package-install-file): Adjust accordingly.  Use \' to match EOS.
8862         (package--from-builtin): New function.
8863         (describe-package-1, package-menu--generate): Use it.
8864         (package--make-autoloads-and-compile): Change name arg to be a symbol.
8865         (package-generate-autoloads): Idem and return the name of the file.
8866         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8867         Change pkg-info arg to be a package-desc.
8868         Use package-make-ac-desc.
8869         (package-upload-file): Use \' to match EOS.
8870         * finder.el (finder-compile-keywords): Use package-make-builtin.
8872 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8874         * vc/vc.el (vc-deduce-fileset): Change error message.
8875         (vc-read-backend): New function.
8876         (vc-next-action): Use it.
8878         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8880         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8881         (prolog-font-lock-keywords): Use regexp-opt instead.
8882         Don't manually highlight strings.
8883         (prolog-mode-variables): Simplify comment-start-skip.
8884         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
8886         * emacs-lisp/generic.el (generic--normalise-comments)
8887         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8888         (generic-mode-set-comments): Use them.
8889         (generic-bracket-support): Use setq-local.
8890         (generic-make-keywords-list): Declare obsolete.
8892 2013-06-11  Glenn Morris  <rgm@gnu.org>
8894         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8895         Prettify after setting font-lock-defaults.  (Bug#14574)
8897 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
8899         * replace.el (query-replace, occur-read-regexp-defaults-function)
8900         (replace-search):
8901         * subr.el (declare-function, number-sequence, local-set-key)
8902         (substitute-key-definition, locate-user-emacs-file)
8903         (with-silent-modifications, split-string, eval-after-load):
8904         Fix typos, remove unneeded backslashes and reflow some docstrings.
8906 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8908         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8909         default for Elisp files.
8911 2013-06-11  Glenn Morris  <rgm@gnu.org>
8913         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8914         although define-derived-mode was doing this anyway.  (Bug#14583)
8916 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
8918         * allout.el (allout-encryption-plaintext-sanitization-regexps):
8919         Fix make-variable-buffer-local call to refer to the correct variable.
8921 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
8923         * eshell/em-term.el (eshell-visual-commands)
8924         (eshell-visual-subcommands, eshell-visual-options):
8925         Add summary line to docstrings.  Add cross-references.
8927 2013-06-10  Glenn Morris  <rgm@gnu.org>
8929         * epa.el (epa-read-file-name): New function.  (Bug#14510)
8930         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
8932 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8934         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8935         output redirection to be ignored with visual commands.
8937 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8939         * eshell/em-term.el (eshell-visual-command-p): New function.
8940         (eshell-term-initialize): Move long lambda to separate function
8941         eshell-visual-command-p.
8942         * eshell/em-dirs.el (eshell-dirs-initialise):
8943         * eshell/em-script.el (eshell-script-initialize):
8944         Add missing #' to lambda.
8946 2013-06-08  Leo Liu  <sdl.web@gmail.com>
8948         * progmodes/octave.el (octave-add-log-current-defun): New function.
8949         (octave-mode): Set add-log-current-defun-function.
8950         (octave-goto-function-definition): Do not move point if not found.
8951         (octave-find-definition): Enhance to try subfunctions first.
8953 2013-06-08  Glenn Morris  <rgm@gnu.org>
8955         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8956         (byte-compile-backward-char, byte-compile-backward-word):
8957         Improve previous change, to handle non-explicit nil.
8959 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8961         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8962         (smie--opener/closer-at-point): New function.
8963         (smie--matching-block-data): Use it.  Don't match from right after an
8964         opener or right before a closer.  Obey smie-blink-matching-inners.
8965         Don't signal a mismatch for repeated inners like "switch..case..case".
8967 2013-06-07  Leo Liu  <sdl.web@gmail.com>
8969         * progmodes/octave.el (octave-mode): Set comment-use-global-state
8970         to t.  (Bug#14303)
8971         (octave-function-header-regexp): Fix.  (Bug#14570)
8972         (octave-help-mode-finish-hook, octave-help-mode-finish):
8973         Remove.  Just use temp-buffer-show-hook.
8975         * newcomment.el (comment-search-backward): Revert last change.
8976         (Bug#14434)
8978         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8980 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
8982         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8983         through xargs, to avoid failure due to MS-Windows limitations on
8984         command-line length.
8986 2013-06-06  Glenn Morris  <rgm@gnu.org>
8988         * font-lock.el (lisp-font-lock-keywords-2):
8989         Treat user-error like error.
8991         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8992         (byte-compile-backward-char, byte-compile-backward-word):
8993         Handle explicit nil arguments.  (Bug#14565)
8995 2013-06-05  Alan Mackenzie  <acm@muc.de>
8997         * isearch.el (isearch-allow-prefix): New user option.
8998         (isearch-other-meta-char): Don't exit isearch when a prefix
8999         argument is typed whilst `isearch-allow-prefix' is non-nil.
9000         (Bug#9706)
9002 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9004         * autorevert.el (auto-revert-notify-handler): Use memq.
9005         Hide assertion failure.
9007         * skeleton.el: Use cl-lib.
9008         (skeleton-further-elements): Use defvar-local.
9009         (skeleton-insert): Use cl-progv.
9011 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9013         * progmodes/prog-mode.el (prog-prettify-symbols)
9014         (prog-prettify-install): Update docstrings.
9016 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9018         * simple.el: Move all the prog-mode code to prog-mode.el.
9019         * progmodes/prog-mode.el: New file.
9020         * loadup.el: Add prog-mode.el.
9022 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9024         * simple.el (prog-prettify-symbols): Add version.
9025         (prog-prettify-install): Add convenience function to prettify symbols.
9027         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
9028         (perl--augmented-font-lock-keywords-1)
9029         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
9030         variables and use it.
9032         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9033         (cfengine3-mode): Remove unneeded variable and use it.
9035         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9036         (lisp--augmented-font-lock-keywords-1)
9037         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
9038         Remove unneeded variables and use it.
9040 2013-06-05  João Távora  <joaotavora@gmail.com>
9042         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
9043         to point when opening the connection.  (Bug#14380)
9045 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * subr.el (load-history-regexp, load-history-filename-element)
9048         (eval-after-load, after-load-functions, do-after-load-evaluation)
9049         (eval-next-after-load, display-delayed-warnings)
9050         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
9051         definition of save-match-data.
9052         (overriding-local-map): Remove accidental obsolescence declaration.
9054         * emacs-lisp/edebug.el (edebug-result): Move before first use.
9056 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
9058         Generalize symbol prettify support to prog-mode and implement it
9059         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
9060         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
9061         (prog--prettify-font-lock-compose-symbol)
9062         (prog-prettify-font-lock-symbols-keywords): New variables and
9063         functions to support symbol prettification.
9064         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
9065         (lisp--augmented-font-lock-keywords-1)
9066         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
9067         (lisp--prettify-symbols-alist): Implement prettify of lambda.
9068         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
9069         (cfengine3--prettify-symbols-alist, cfengine3-mode):
9070         Implement prettify of -> => :: strings.
9071         * progmodes/perl-mode.el (perl-prettify-symbols)
9072         (perl--font-lock-compose-symbol)
9073         (perl--font-lock-symbols-keywords): Move to prog-mode.
9074         (perl--prettify-symbols-alist): Prettify -> => :: strings.
9075         (perl-font-lock-keywords-1)
9076         (perl-font-lock-keywords-2): Remove explicit prettify support.
9077         (perl--augmented-font-lock-keywords)
9078         (perl--augmented-font-lock-keywords-1)
9079         (perl--augmented-font-lock-keywords-2, perl-mode):
9080         Implement prettify support.
9082 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9084         Re-implement smie matching block highlight using
9085         show-paren-data-function.  (Bug#14395)
9086         * emacs-lisp/smie.el (smie-matching-block-highlight)
9087         (smie--highlight-matching-block-overlay)
9088         (smie--highlight-matching-block-lastpos)
9089         (smie-highlight-matching-block)
9090         (smie-highlight-matching-block-mode): Remove.
9091         (smie--matching-block-data-cache): New variable.
9092         (smie--matching-block-data): New function.
9093         (smie-setup): Use smie--matching-block-data for
9094         show-paren-data-function.
9096         * progmodes/octave.el (octave-mode-menu): Fix.
9097         (octave-find-definition): Skip garbage lines.
9099 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         Fix compilation error with simultaneous dynamic+lexical scoping.
9102         Add warning when a defvar appears after the first let-binding.
9103         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
9104         (byte-compile-close-variables): Initialize it.
9105         (byte-compile--declare-var): New function.
9106         (byte-compile-file-form-defvar)
9107         (byte-compile-file-form-define-abbrev-table)
9108         (byte-compile-file-form-custom-declare-variable): Use it.
9109         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
9110         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
9111         (byte-compile-bind): Handle dynamic bindings that shadow
9112         lexical bindings.
9113         (byte-compile-unbind): Make arg non-optional.
9114         (byte-compile-let): Simplify.
9115         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
9116         (cconv--analyse-function, cconv-analyse-form): Populate it.
9117         Protect byte-compile-bound-variables to limit the scope of defvars.
9118         (cconv-analyse-form): Add missing rule for (defvar <foo>).
9119         Remove unneeded rule for `declare'.
9121         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
9122         so as to avoid depending on cl-adjoin at run-time.
9123         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
9125         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
9126         (macroexp--warn-and-return): Use it.
9128 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9130         * lisp/subr.el: Convert to lexical binding.
9131         (overriding-local-map): Make obsolete.
9132         (add-to-list): Doc fix.  Add compiler macro.
9133         (read-key): Swap values of local maps.
9135 2013-06-05  Leo Liu  <sdl.web@gmail.com>
9137         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
9139 2013-06-04  Leo Liu  <sdl.web@gmail.com>
9141         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
9142         (compilation-auto-jump): Suppress the "Mark set" message to give
9143         way to exit message.
9145 2013-06-04  Alan Mackenzie  <acm@muc.de>
9147         Remove faulty optimisation from indentation calculation.
9148         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
9149         search limit based on 2000 characters back from indent-point.
9151 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9153         * eshell/em-term.el (cl-lib): Require `cl-lib'.
9155 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9157         * emacs-lisp/lisp.el: Use lexical-binding.
9158         (lisp--local-variables-1, lisp--local-variables): New functions.
9159         (lisp--local-variables-completion-table): New var.
9160         (lisp-completion-at-point): Use it complete let-bound vars.
9162         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
9163         eagerly (bug#14422).
9165 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
9167         * autorevert.el (auto-revert-notify-enabled)
9168         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9169         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
9170         (auto-revert-notify-handler): Handle also gfilenotify.
9172         * subr.el (file-notify-handle-event): New defun.  Replacing ...
9173         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
9174         Remove.
9176 2013-06-03  Juri Linkov  <juri@jurta.org>
9178         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
9179         `M-s h .'.  (Bug#14427)
9181         * hi-lock.el (highlight-symbol-at-point): New alias for the new
9182         command `hi-lock-face-symbol-at-point'.
9183         (hi-lock-face-symbol-at-point): New command.
9184         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
9185         (hi-lock-menu): Add `highlight-symbol-at-point'.
9186         (hi-lock-mode): Doc fix.
9188         * isearch.el (isearch-forward-symbol-at-point): New command.
9189         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
9190         (isearch-highlight-regexp): Add a regexp which matches
9191         words/symbols for word/symbol mode.
9193         * subr.el (find-tag-default-bounds): New function with the body
9194         mostly moved from `find-tag-default'.
9195         (find-tag-default): Move most code to `find-tag-default-bounds',
9196         call it and apply `buffer-substring-no-properties' afterwards.
9198 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
9200         * eshell/em-term.el (eshell-term-initialize):
9201         Use `cl-intersection' rather than `intersection'.
9203 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
9205         * vc/log-view.el: Doc fix.
9206         (log-view-mode-map): Copy keymap from `special-mode-map'.
9208 2013-06-02  Eric Ludlam  <zappo@gnu.org>
9210         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
9211         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
9212         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
9213         (eieio-unbound, eieio-default-superclass)
9214         (eieio--define-field-accessors, method-static, method-before)
9215         (method-primary, method-after, method-num-lists)
9216         (method-generic-before, method-generic-primary)
9217         (method-generic-after, method-num-slots)
9218         (eieio-specialized-key-to-generic-key)
9219         (eieio--check-type, class-v, class-p)
9220         (eieio-class-name, define-obsolete-function-alias)
9221         (eieio-class-parents-fast, eieio-class-children-fast)
9222         (same-class-fast-p, class-constructor, generic-p)
9223         (generic-primary-only-p, generic-primary-only-one-p)
9224         (class-option-assoc, class-option, eieio-object-p)
9225         (class-abstract-p, class-method-invocation-order)
9226         (eieio-defclass-autoload-map, eieio-defclass-autoload)
9227         (eieio-class-un-autoload, eieio-defclass)
9228         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
9229         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
9230         (eieio--defgeneric-init-form, eieio-defgeneric-form)
9231         (eieio-defgeneric-reset-generic-form)
9232         (eieio-defgeneric-form-primary-only)
9233         (eieio-defgeneric-reset-generic-form-primary-only)
9234         (eieio-defgeneric-form-primary-only-one)
9235         (eieio-defgeneric-reset-generic-form-primary-only-one)
9236         (eieio-unbind-method-implementations)
9237         (eieio--defmethod, eieio--typep)
9238         (eieio-perform-slot-validation, eieio-validate-slot-value)
9239         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
9240         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
9241         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
9242         (eieio-slot-name-index, eieio-class-slot-name-index)
9243         (eieio-set-defaults, eieio-initarg-to-attribute)
9244         (eieio-attribute-to-initarg, eieio-c3-candidate)
9245         (eieio-c3-merge-lists, eieio-class-precedence-c3)
9246         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
9247         (eieio-class-precedence-list, eieio-generic-call-methodname)
9248         (eieio-generic-call-arglst, eieio-generic-call-key)
9249         (eieio-generic-call-next-method-list)
9250         (eieio-pre-method-execution-functions, eieio-generic-call)
9251         (eieio-generic-call-primary-only, eieiomt-method-list)
9252         (eieiomt-optimizing-obarray, eieiomt-install)
9253         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
9254         (eieio-generic-form, eieio-defmethod, make-obsolete)
9255         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
9256         (defclass): Remove `eval-and-compile' from macro.
9257         (call-next-method, shared-initialize): Instead of using
9258         `scoped-class' variable, use new eieio--scoped-class, and
9259         eieio--with-scoped-class.
9260         (initialize-instance): Rename local variable 'scoped-class' to
9261         'this-class' to remove ambiguitity from old global.
9263         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
9264         eieio.el.
9265         (eieio--scoped-class-stack): New variable.
9266         (eieio--scoped-class): New fcn.
9267         (eieio--with-scoped-class): New scoping macro.
9268         (eieio-defclass): Use pushnew instead of add-to-list.
9269         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
9270         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
9271         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
9272         `scoped-class' variable, use new eieio--scoped-class, and
9273         eieio--with-scoped-class.
9275         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
9277 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
9279         * eshell/esh-ext.el (eshell-external-command): Pass args to
9280         `eshell-find-interpreter'.
9281         (eshell-find-interpreter): Add new second parameter ARGS.
9283         * eshell/em-script.el (eshell-script-initialize): Add second arg
9284         to the function added as MATCH to `eshell-interpreter-alist'.
9286         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
9287         the function added as MATCH to `eshell-interpreter-alist'.
9289         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
9290         (eshell-visual-options): New defcustom.
9291         (eshell-escape-control-x): Adapt docstring.
9292         (eshell-term-initialize): Test `eshell-visual-subcommands' and
9293         `eshell-visual-options' in addition to `eshell-visual-commands'.
9294         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
9296 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9298         * progmodes/python.el (python-indent-block-enders): Add break,
9299         continue and raise keywords.
9301 2013-06-01  Glenn Morris  <rgm@gnu.org>
9303         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
9305         Plain (f)boundp silences compilation warnings since Emacs 22.1.
9306         * progmodes/cc-cmds.el (delete-forward-p):
9307         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
9308         * progmodes/cc-engine.el (buffer-syntactic-context):
9309         * progmodes/cc-fonts.el (face-property-instance):
9310         * progmodes/cc-mode.el (set-keymap-parents):
9311         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
9312         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
9313         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9314         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9315         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9317         * progmodes/cc-vars.el (other): Emacs has this widget since
9318         at least 21.1, so don't (re)define it.
9320         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9321         Replace the obsolete alias pcomplete-arg-quote-list.
9323 2013-06-01  Leo Liu  <sdl.web@gmail.com>
9325         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9326         punctuation syntax.
9327         (inferior-octave-minimal-columns)
9328         (inferior-octave-last-column-width): New variables.
9329         (inferior-octave-track-window-width-change): New function.
9330         (inferior-octave-mode): Adjust column width so that Octave output,
9331         for example from 'ls', can fit into the window nicely.
9333 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9335         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9336         Highlight expansions inside regexp literals.
9338 2013-05-31  Glenn Morris  <rgm@gnu.org>
9340         * obsolete/sym-comp.el (symbol-complete):
9341         Replace obsolete completion-annotate-function.
9343         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9345 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9347         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9348         New function, checks if point is inside a literal that allows
9349         expression expansion.
9350         (ruby-syntax-propertize-expansion): Use it.
9351         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9352         around the body.
9354 2013-05-30  Juri Linkov  <juri@jurta.org>
9356         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9357         to "\M-si".
9358         (isearch-invisible): New variable.
9359         (isearch-forward): Doc fix.
9360         (isearch-mode): Set `isearch-invisible'
9361         to the value of `search-invisible'.
9362         (isearch-toggle-case-fold): Doc fix.
9363         (isearch-toggle-invisible): New command.
9364         (isearch-query-replace): Let-bind `search-invisible'
9365         to the value of `isearch-invisible'.
9366         (isearch-search): Use `isearch-invisible' instead of
9367         `search-invisible'.  Let-bind `search-invisible'
9368         to the value of `isearch-invisible'.  (Bug#11378)
9370 2013-05-30  Juri Linkov  <juri@jurta.org>
9372         * replace.el (perform-replace): Avoid `isearch-range-invisible'
9373         call when `query-flag' is nil and `search-invisible' is non-nil.
9374         (Bug#11746)
9376 2013-05-30  Glenn Morris  <rgm@gnu.org>
9378         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9380         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9381         (cc-require): Suppress spurious "noruntime" warnings.
9382         (cc-require-when-compile): Use fboundp, for sake of compiler.
9384         * progmodes/cc-mode.el: Move load of cc-vars before that of
9385         cc-langs (which in turn loads cc-vars), to quieten compiler.
9387 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9389         * paren.el: Simplify the code.
9390         (show-paren-mode): Always start the timer.
9391         (show-paren--idle-timer): Rename from show-paren-idle-timer.
9392         (show-paren--overlay, show-paren--overlay-1): Rename from
9393         show-paren-overlay and show-paren-overlay-1, and initialize to an
9394         overlay rather than to nil.
9395         (show-paren-function): Misc cleanup and simplifications.
9397 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9399         * paren.el (show-paren-data-function): New hook.
9400         (show-paren--default): New function, extracted from show-paren-function.
9401         (show-paren-function): Use show-paren-data-function.
9403 2013-05-30  Glenn Morris  <rgm@gnu.org>
9405         * ielm.el (ielm-map, ielm-complete-symbol):
9406         Use completion-at-point rather than obsolete functions.
9407         (inferior-emacs-lisp-mode): Doc fix.
9408         Set completion-at-point-functions, rather than
9409         comint-dynamic-complete-functions.
9411         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9412         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9413         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9415         * image.el (image-animated-p): Tweak definition.
9417         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9418         (rlogin-process-connection-type): Tweak default.  Add set-after.
9419         (rlogin-host): Doc fix.
9420         (rlogin): Tweak prompt.
9421         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9423         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9424         * progmodes/tcl.el (inferior-tcl-mode-map):
9425         Use completion-at-point rather than obsolete alias.
9427         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9429         * minibuffer.el (read-file-name-completion-ignore-case):
9430         Move before completion--in-region, for eager macro expansion.
9432 2013-05-29  Juri Linkov  <juri@jurta.org>
9434         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9435         for total count of matching lines.  Add `global-matches' for total
9436         count of matches.  Rename `matches' to `lines' for count of
9437         matching lines.  Add `matches' for count of matches.
9438         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
9439         to `prev-line' for line number of prev match endpt.
9440         Increment `matches' for every match.  Print the number of
9441         matching lines in the header.
9442         (occur-context-lines): Rename `lines' to `curr-line'.
9443         Rename `prev-lines' to `prev-line'.  (Bug#14017)
9445 2013-05-29  Juri Linkov  <juri@jurta.org>
9447         * replace.el (perform-replace): Add `skip-read-only-count',
9448         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9449         Increment them for corresponding conditions and report the number
9450         of skipped occurrences in the final message.  (Bug#11746)
9451         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9452         (replace-string, replace-regexp): Doc fix.
9454 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9456         * emacs-lisp/trace.el (trace--read-args): Provide a default.
9458         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9459         prog-mode-map (bug#14504).
9461 2013-05-29  Leo Liu  <sdl.web@gmail.com>
9463         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9464         (octave-help): Small simplification.
9466         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9467         off the highlight first.
9469 2013-05-29  Glenn Morris  <rgm@gnu.org>
9471         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9472         Handle idlwave-last-system-routine-info-cons-cell being nil.
9474         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9475         (idlwave-write-paths): Simplify via with-temp-buffer.
9477         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9478         * emulation/cua-rect.el: Also load cua-base at run time.
9480         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9481         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9482         (cperl-imenu-on-info): Require imenu.
9484 2013-05-28  Alan Mackenzie  <acm@muc.de>
9486         Handle "capitalised keywords" correctly.
9487         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9489 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
9491         * eshell/em-unix.el: Add -r option to cp.
9493 2013-05-28  Glenn Morris  <rgm@gnu.org>
9495         * vc/vc-arch.el (vc-exec-after): Declare.
9496         (vc-switches): Autoload.
9497         * vc/vc-bzr.el: No need to require vc when compiling.
9498         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9499         (vc-resynch-buffer, vc-dir-refresh): Declare.
9500         (vc-setup-buffer, vc-switches): Autoload.
9501         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9502         (vc-resynch-buffer): Declare.
9503         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9504         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9505         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9506         (grep-read-regexp, grep-read-files, grep-expand-template)
9507         (vc-dir-refresh): Declare.
9508         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9509         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9510         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9511         * vc/vc-mtn.el (vc-exec-after): Declare.
9512         (vc-switches): Autoload.
9513         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9514         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9515         (vc-file-tree-walk): Declare.
9516         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9517         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9518         (vc-tag-precondition, vc-rename-master): Autoload.
9519         * vc/vc-svn.el (vc-exec-after): Declare.
9520         (vc-switches, vc-setup-buffer): Autoload.
9521         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9522         Autoload.
9523         (vc-resynch-buffer): Declare.
9525         * obsolete/fast-lock.el (byte-compile-warnings):
9526         Don't warn about obsolete features in this obsolete file.
9528         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9529         Move definition before use.
9531         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9532         (dun-unix-verbs): Remove dun-zippy.
9533         (dun-zippy): Remove function.
9535         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9537 2013-05-27  Juri Linkov  <juri@jurta.org>
9539         * replace.el (replace-search): New function with code moved out
9540         from `perform-replace'.
9541         (replace-highlight, replace-dehighlight): Move function definitions
9542         up closer to `replace-search'.  (Bug#11746)
9544 2013-05-27  Juri Linkov  <juri@jurta.org>
9546         * replace.el (perform-replace): Ignore invisible matches.
9547         In addition to checking `query-replace-skip-read-only', also
9548         filter out matches by calling `run-hook-with-args-until-failure'
9549         on `isearch-filter-predicates', and also check `search-invisible'
9550         for t or call `isearch-range-invisible'.
9551         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
9553 2013-05-27  Juri Linkov  <juri@jurta.org>
9555         * isearch.el (isearch-filter-predicates): Rename from
9556         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
9557         (isearch-message-prefix): Display text from the property
9558         `isearch-message-prefix' of the currently active filters.
9559         (isearch-search): Don't compare `isearch-filter-predicate' with
9560         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
9561         on `isearch-filter-predicates'.  Also check `search-invisible' for t
9562         or call `isearch-range-invisible'.
9563         (isearch-filter-visible): Make obsolete.
9564         (isearch-lazy-highlight-search):
9565         Call `run-hook-with-args-until-failure' on
9566         `isearch-filter-predicates' and use `isearch-range-invisible'.
9568         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9569         `isearch-filter-predicates' instead of `funcall'ing
9570         `isearch-filter-predicate'.
9571         (Info-mode): Set `Info-isearch-filter' to
9572         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9574         * dired-aux.el (dired-isearch-filter-predicate-orig):
9575         Remove variable.
9576         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9577         (dired-isearch-filenames-end): Add and remove
9578         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9579         instead of changing the value of `isearch-filter-predicate'.
9580         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9581         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9582         Put property `isearch-message-prefix' to "filename " on
9583         `dired-isearch-filter-filenames'.
9585         * wdired.el (wdired-change-to-wdired-mode):
9586         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9587         locally instead of changing `isearch-filter-predicate'.
9588         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9590 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
9592         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9593         return the commit hash (Bug#14459).  Also set the
9594         `vc-git-detached' property.
9595         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9596         (vc-git-mode-line-string): Use the same help-echo format whether
9597         in detached mode or not, because we know the actual revision now.
9598         When in detached mode, shorten the revision to 7 chars.
9600 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         * emacs-lisp/easy-mmode.el (define-minor-mode):
9603         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9604         mode hook and provide a docstring.
9606 2013-05-27  Alan Mackenzie  <acm@muc.de>
9608         Remove spurious syntax-table text properties inserted by C-y.
9609         * progmodes/cc-mode.el (c-after-change): Also clear hard
9610         syntax-table property with value nil.
9612 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
9614         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9615         when reading the events; the buffer layout shall not be changed.
9617 2013-05-27  Leo Liu  <sdl.web@gmail.com>
9619         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9620         New variable.
9621         (inferior-octave-directory-tracker): Automatically re-sync
9622         default-directory.
9623         (octave-help): Improve handling of 'See also'.
9625 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * doc-view.el: Minor naming convention tweaks.
9628         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9630         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9631         even if there's no `display' property yet (bug#14435).
9633 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
9635         * subr.el (unmsys--file-name): Rename from reveal-filename.
9637         * Makefile.in (custom-deps, finder-data, autoloads)
9638         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9639         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9640         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9642 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9644         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9645         error-completion on the first 2 args of condition-case (bug#14446).
9646         Don't burp at EOB.
9648 2013-05-25  Leo Liu  <sdl.web@gmail.com>
9650         * comint.el (comint-previous-matching-input): Do not flood the
9651         *Messages* buffer with trivial messages.
9653 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * progmodes/flymake.el (flymake-nop): Don't return a string.
9656         (flymake-set-at): Fix typo.
9658         * simple.el (read--expression): New function, extracted from
9659         eval-expression.  Set completion-at-point-functions (bug#14465).
9660         (eval-expression, eval-minibuffer): Use it.
9662 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
9664         * progmodes/flymake.el (flymake-save-buffer-in-file)
9665         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9666         (flymake-selected-frame, flymake-log, flymake-ins-after)
9667         (flymake-set-at, flymake-get-buildfile-from-cache)
9668         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9669         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9670         Refine the doc string.
9671         (flymake-get-file-name-mode-and-masks): Reformat.
9672         (flymake-get-real-file-name-function): Fix a minor bug.
9674 2013-05-24  Juri Linkov  <juri@jurta.org>
9676         * progmodes/grep.el (grep-mode-font-lock-keywords):
9677         Support =linenumber= format used by git-grep for lines with
9678         function names.  (Bug#13549)
9680 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9682         * progmodes/octave.el (octave-smie-rules): Return nil rather than
9683         0 after a semi-colon; it works better for smie-auto-fill.
9684         (octave--indent-new-comment-line): New function.
9685         (octave-indent-new-comment-line): Use it (indirectly).
9686         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
9687         modify comment-line-break-function.
9689         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9690         (smie-setup): Use add-function to set it.
9692 2013-05-24  Sam Steingold  <sds@gnu.org>
9694         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9695         argument (before the `interactive' argument).
9697 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9699         * image-mode.el (image-mode-winprops): Add winprops to
9700         image-mode-winprops-alist before running
9701         image-mode-new-window-functions.
9702         * doc-view.el (doc-view-new-window-function): Don't delay
9703         doc-view-goto-page via timers (bug#14435).
9705 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
9707         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
9708         (doc-view-desktop-save-buffer): New function.
9709         (doc-view-restore-desktop-buffer): New function.
9710         (desktop-buffer-mode-handlers):
9711         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9712         handler.
9713         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9714         `desktop-save-buffer' function.
9716 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
9718         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9719         (tramp-gvfs-file-name-handler): Raise a user error when
9720         `tramp-gvfs-enabled' is nil.
9721         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9722         Do not raise a user error when loading package.  (Bug#14447)
9724         * net/xesam.el: Move to obsolete/.
9726 2013-05-24  Glenn Morris  <rgm@gnu.org>
9728         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9730         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9732         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9733         (Info-find-node, Man-getpage-in-background): Declare.
9735         * mail/unrmail.el (unrmail):
9736         Replace obsolete detect-coding-with-priority.
9738         * net/socks.el (socks-split-string): Use this rather than split-string.
9739         (socks-nslookup-host): Update for above change.
9740         (dynamic-choice, s5-dynamic-choice-match)
9741         (s5-dynamic-choice-match-inline, s5-widget-value-create):
9742         Comment out unused code.
9744         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9745         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9746         (gud-tooltip-echo-area): Make obsolete.
9747         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9749         * progmodes/js.el (js--optimize-arglist): Declare.
9751         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9753         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9754         (ediff-window-C): Declare.
9756         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9757         Tweak requires to silence compiler.
9759         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9760         (he-search-string, he-tried-table, he-expand-list)
9761         (he-init-string, he-string-member, he-substitute-string)
9762         (he-reset-string): Declare.
9764         * obsolete/options.el (list-options): Use custom-variable-p,
9765         rather than obsolete alias.
9767 2013-05-23  Sam Steingold  <sds@gnu.org>
9769         * simple.el (shell-command-on-region): Pass the `replace' argument
9770         down to `call-process-region' to comply with the doc as reported on
9771         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9773 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * emacs-lisp/smie.el (smie-indent-forward-token)
9776         (smie-indent-backward-token): Handle string tokens (bug#14381).
9778 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9780         * ielm.el (ielm-menu): New menu.
9781         (inferior-emacs-lisp-mode): Set comment-start.
9783 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9785         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9786         Fix deactivate action.
9788         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9789         Add cleveref macros.
9791         * lisp/textmodes/reftex-parse.el
9792         (reftex-locate-bibliography-files): Accept options for
9793         bibliography commands.
9794         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9795         Add addbibresource.  Basic Biblatex support.
9797 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
9799         * net/tramp-gvfs.el (top):
9800         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9801         when loading package.  (Bug#14447)
9803 2013-05-23  Glenn Morris  <rgm@gnu.org>
9805         * progmodes/js.el: No need to load comint when compiling.
9806         (ring-insert, comint-send-string, comint-send-input)
9807         (comint-last-input-end, ido-chop): Declare.
9809         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9810         * vc/ediff-mult.el: Adjust requires.
9811         (ediff-directories-internal, ediff-directory-revisions-internal)
9812         (ediff-patch-file-internal): Declare.
9813         * vc/ediff-ptch.el: Adjust requires.
9814         (ediff-use-last-dir, ediff-buffers-internal): Declare.
9815         (ediff-find-file): Autoload.
9816         * vc/ediff-util.el: No need to load ediff when compiling.
9817         (ediff-regions-internal): Declare.
9818         * vc/ediff-wind.el: Adjust requires.
9819         (ediff-compute-toolbar-width): Define when compiling.
9820         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9821         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9822         (dired-get-filename, dired-get-marked-files)
9823         (ediff-last-dir-patch, ediff-patch-default-directory)
9824         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9825         (ediff-patch-buffer-internal): Declare.
9827         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9828         (ispell-process, ispell-buffer-local-words, lm-summary)
9829         (lm-section-start, lm-section-end): Declare.
9830         (checkdoc-ispell-init): Simplify.
9832         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9833         (he-string-member, he-reset-string, he-substitute-string): Declare.
9835         * eshell/em-ls.el: Adjust requires.
9836         (eshell-glob-regexp): Declare.
9837         * eshell/em-tramp.el: Adjust requires.
9838         (eshell-parse-command): Autoload.
9839         * eshell/em-xtra.el: Adjust requires.
9840         (eshell-parse-command): Autoload.
9841         * eshell/esh-ext.el: Adjust requires.
9842         (eshell-parse-command, eshell-close-handles): Autoload.
9843         * eshell/esh-io.el: Adjust requires.
9844         (eshell-output-filter): Autoload.
9845         * eshell/esh-util.el: No need to load tramp when compiling.
9846         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9847         Declare.
9848         (eshell-parse-ange-ls): Require ange-ftp and tramp.
9849         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9850         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9851         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9852         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9853         * eshell/esh-opt.el, eshell/esh-proc.el:
9854         * eshell/esh-var.el: Adjust requires.
9855         * eshell/eshell.el: Do not require esh-util twice.
9856         (eshell-add-input-to-history): Declare.
9857         (eshell-command): Check history module is active before using it.
9859         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9861 2013-05-22  Leo Liu  <sdl.web@gmail.com>
9863         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9865 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
9867         * autorevert.el (auto-revert-notify-add-watch)
9868         (auto-revert-notify-handler): Add `attrib' for the inotify case,
9869         it indicates changes in file modification time.
9871 2013-05-22  Glenn Morris  <rgm@gnu.org>
9873         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9874         Always delete the autoloaded function from the noruntime and
9875         unresolved functions lists.
9877         * allout.el: No need to load epa, epg, overlay when compiling.
9878         (epg-context-set-passphrase-callback, epg-list-keys)
9879         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9880         (epg-key-user-id-list): Declare.
9882         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9883         (viper-set-parsing-style-toggling-macro)
9884         (viper-set-emacs-state-searchstyle-macros):
9885         Use called-interactively-p on Emacs.
9886         (viper-looking-back): Make it an obsolete alias.  Update callers.
9887         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9888         Use looking-back rather than viper-looking-back.
9889         (viper-tmp-insert-at-eob, viper-enlarge-region)
9890         (viper-read-string-with-history, viper-register-to-point)
9891         (viper-append-to-register, viper-change-state-to-vi)
9892         (viper-backward-char-carefully, viper-forward-char-carefully)
9893         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9894         (viper-change-state-to-emacs): Declare.
9895         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9896         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9897         * emulation/viper-mous.el: Do not load viper-cmd.
9898         (viper-backward-char-carefully, viper-forward-char-carefully)
9899         (viper-forward-word, viper-adjust-window): Declare.
9901         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9903         * progmodes/idlw-help.el (idlwave-help-fontify):
9904         Use called-interactively-p.
9906         * term/w32console.el (w32-get-console-codepage)
9907         (w32-get-console-output-codepage): Declare.
9909         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9910         Remove unnecessary declarations.
9911         (dframe-message): Doc fix.
9913         * info.el (dframe-select-attached-frame, dframe-current-frame):
9914         Declare.
9916         * speedbar.el (speedbar-message): Make it an obsolete alias.
9917         Update all callers.
9918         (speedbar-with-attached-buffer)
9919         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9920         (speedbar-with-writable): Use backquote.
9921         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9922         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9923         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9924         rather than speedbar- aliases.
9925         * mail/rmail.el: Load dframe rather than speedbar when compiling.
9926         (speedbar-make-specialized-keymap, speedbar-insert-button)
9927         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9928         (speedbar-do-function-pointer): Declare.
9929         (rmail-speedbar-button, rmail-speedbar-find-file)
9930         (rmail-speedbar-move-message):
9931         Use dframe-with-attached-buffer rather than speedbar- alias.
9932         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9933         (dframe-message, speedbar-make-specialized-keymap)
9934         (speedbar-add-expansion-list, speedbar-mode-functions-list)
9935         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9936         (speedbar-insert-button, dframe-select-attached-frame)
9937         (dframe-maybee-jump-to-attached-frame)
9938         (speedbar-change-initial-expansion-list)
9939         (speedbar-previously-used-expansion-list-name): Declare.
9940         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9941         Use dframe-message, dframe-with-attached-buffer rather than
9942         speedbar- aliases.
9943         (gud-sentinel): Silence compiler.
9944         * progmodes/vhdl-mode.el (speedbar-refresh)
9945         (speedbar-do-function-pointer, speedbar-add-supported-extension)
9946         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9947         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9948         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9949         (speedbar-file-lists, speedbar-make-tag-line)
9950         (speedbar-line-directory, speedbar-goto-this-file)
9951         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9952         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9953         (speedbar-make-button, speedbar-reset-scanners)
9954         (speedbar-files-item-info, speedbar-line-text)
9955         (speedbar-find-file-in-frame, speedbar-set-timer)
9956         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9957         (speedbar-with-writable): Do not (re)define it.
9958         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9959         rather than speedbar- alias.
9961 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9963         * progmodes/octave.el (octave-mode-menu): Update and re-organize
9964         menu items.
9965         (octave-mode): Tweak fill-nobreak-predicate.
9966         (inferior-octave-startup): Check process to avoid infinite loop.
9967         (inferior-octave): Pop to buffer first to show abornmal process
9968         exit information.
9970 2013-05-21  Glenn Morris  <rgm@gnu.org>
9972         * printing.el (pr-menu-bar): Define when compiling.
9974 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9976         * progmodes/octave.el (octave-auto-fill): Remove.
9977         (octave-indent-new-comment-line): Improve.
9978         (octave-mode): Use auto fill mode through
9979         comment-line-break-function and fill-nobreak-predicate.
9980         (octave-goto-function-definition): Support DEFUN_DLD.
9981         (octave-beginning-of-defun): Small tweak.
9982         (octave-help): Show parent directory.
9984 2013-05-21  Glenn Morris  <rgm@gnu.org>
9986         * files.el (dired-unmark):
9987         * progmodes/gud.el (gdb-input): Update declarations.
9989         * calculator.el (electric, ehelp): No need to load when compiling.
9990         (Electric-command-loop, electric-describe-mode): Declare.
9992         * doc-view.el (doc-view-current-converter-processes): Move before use.
9994         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9995         Move MODE-set-explicitly definition before use.
9997         * international/mule-diag.el (mule-diag):
9998         Don't use obsolete window-system-version.
10000         * mail/feedmail.el (smtpmail): No need to load when compiling.
10001         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
10003         * mail/mail-utils.el (rfc822): No need to load when compiling.
10004         (rfc822-addresses): Autoload it.
10005         (mail-strip-quoted-names): Trivial simplification.
10007         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
10008         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
10010         * net/snmp-mode.el (tempo): Don't duplicate requires.
10012         * progmodes/prolog.el (info): No need to load when compiling.
10013         (comint): Require before shell requires it.
10014         (Info-goto-node): Autoload it.
10015         (Info-follow-nearest-node): Declare.
10016         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
10018         * textmodes/artist.el (picture-mode-exit): Declare.
10020         * textmodes/reftex-parse.el (reftex-parse-from-file):
10021         Trivial rewrite so the compiler can parse it better.
10023 2013-05-20  Leo Liu  <sdl.web@gmail.com>
10025         * progmodes/octave.el (octave-help-mode-map)
10026         (octave-help-mode-finish-hook): New variables.
10027         (octave-help-mode, octave-help-mode-finish): New functions.
10028         (octave-help): Use octave-help-mode.
10030 2013-05-20  Glenn Morris  <rgm@gnu.org>
10032         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
10034 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
10036         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
10037         start at point, so that expansion starting right after opening
10038         slash in a regexp is recognized.
10039         (ruby-syntax-before-regexp-re): New defvar, extracted from
10040         ruby-syntax-propertize-function.  Since the value of this regexp
10041         is looked up at runtime now, we should be able to turn
10042         `ruby-syntax-methods-before-regexp' into a defcustom later.
10043         (ruby-syntax-propertize-function): Split regexp matching into two
10044         parts, for opening and closing slashes.  That allows us to skip
10045         over string interpolations and support multiline regexps.
10046         Don't call `ruby-syntax-propertize-expansions', instead use another rule
10047         for them, which calls `ruby-syntax-propertize-expansion'.
10048         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
10049         call to `ruby-syntax-propertize-function'.
10050         (ruby-syntax-propertize-expansion): Extracted from
10051         `ruby-syntax-propertize-expansions'.  Handles one expansion.
10052         (ruby-syntax-propertize-percent-literal): Leave point right after
10053         the percent symbol, so that the expression expansion rule can
10054         propertize the contents.
10055         (ruby-syntax-propertize-heredoc): Leave point at bol following the
10056         heredoc openers.
10057         (ruby-syntax-propertize-expansions): Remove.
10059 2013-05-18  Juri Linkov  <juri@jurta.org>
10061         * man.el (Man-default-man-entry): Remove `-' from the end
10062         of the default value.  (Bug#14400)
10064 2013-05-18  Glenn Morris  <rgm@gnu.org>
10066         * comint.el (comint-password-prompt-regexp):
10067         Allow "password for XXX" where XXX contains colons (eg https://...).
10069 2013-05-18  Leo Liu  <sdl.web@gmail.com>
10071         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
10072         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
10073         (octave-source-directories): Don't check process.
10074         (octave-source-directories, octave-find-definition): Doc fix.
10076 2013-05-18  Glenn Morris  <rgm@gnu.org>
10078         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
10079         Remove backspace/delete bindings.  (Bug#14392)
10081         * cus-dep.el (custom-make-dependencies): Sort the output.
10082         (custom-versions-load-alist): Convert comment to doc.
10084 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10086         * newcomment.el (comment-search-backward): Stricter in finding
10087         comment start.  (Bug#14303)
10089         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
10090         (octave-comment-start-skip): Properly anchored.
10092 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10094         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
10095         Clean up when turned off.  (Bug#14395)
10096         (smie--highlight-matching-block-overlay): No longer buffer-local.
10097         (smie-highlight-matching-block): Adjust.
10099 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
10101         Doc string fix for "nanoseconds" (Bug#14406).
10102         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
10103         Fix doc string typo that had "nanoseconds" instead of "microseconds".
10105 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
10107         * calc/calc-units.el (math-extract-units): Preserve powers
10108         of units.
10110 2013-05-17  Leo Liu  <sdl.web@gmail.com>
10112         * subr.el (delete-consecutive-dups): New function.
10113         * ido.el (ido-set-matches-1): Use it.
10114         * progmodes/octave.el (inferior-octave-completion-table): Use it.
10115         * ido.el (ido-remove-consecutive-dups): Remove.
10117 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10119         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
10120         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
10121         regexp-opt's `words'.
10123 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10125         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
10126         (smie--highlight-matching-block-overlay)
10127         (smie--highlight-matching-block-lastpos)
10128         (smie--highlight-matching-block-timer): New variables.
10129         (smie-highlight-matching-block): New function.
10130         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
10131         (smie-setup): Conditionally enable smie-blink-matching-open.
10133 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
10135         Sync with upstream verilog-mode r840.
10136         * progmodes/verilog-mode.el (verilog-mode-version)
10137         (verilog-mode-release-date): Update.
10138         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
10139         (verilog-sig-tieoff): Fix string error on
10140         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
10141         (verilog-read-decls): Fix parameters confusing
10142         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
10144 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
10146         * subr.el (reveal-filename): New function.
10148         * loadup.el: Compute Emacs executable versions on MS-Windows,
10149         where executables have the .exe extension.  Add a hard link
10150         emacs-XX.YY.ZZ.exe on MS-Windows.
10152         * Makefile.in (XARGS_LIMIT): New variable.
10153         (custom-deps, finder-data, autoloads)
10154         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
10155         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
10156         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
10157         (compile-main): Limit xargs according to $(XARGS_LIMIT).
10159 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10161         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
10162         (octave-mode-menu, octave-mode-map): Remove its uses.
10164 2013-05-16  Reto Zimmermann  <reto@gnu.org>
10166         Sync with upstream vhdl mode v3.34.2.
10167         * progmodes/vhdl-mode.el: Use `push' throughout.
10168         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
10169         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
10170         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
10171         (vhdl-actual-generic-name): New option to derive actual generic name.
10172         (vhdl-port-paste-signals): Replace formal by actual generics.
10173         (vhdl-beautify): New name for old group vhdl-align.  Update users.
10174         (vhdl-beautify-options): New option.
10175         (vhdl-last-input-event): New compat alias.  Use throughout.
10176         (vhdl-goto-line): Replace user level function `goto-line'.
10177         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
10178         vhdl-fix-statement-buffer.
10179         (vhdl-create-mode-menu): Add some entries.
10180         (vhdl-align-region-groups): Respect vhdl-beautify-options.
10181         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
10182         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
10183         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
10184         to force statements on one line.
10185         (vhdl-remove-trailing-spaces-region):
10186         New, split from vhdl-remove-trailing-spaces.
10187         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
10188         Respect vhdl-beautify-options.
10189         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
10190         (vhdl-update-sensitivity-list): Not add with index if exists without.
10191         Not include array index with signal.  Ignore keywords in comments.
10192         (vhdl-get-visible-signals): Regexp tweaks.
10193         (vhdl-template-component-inst): Handle empty library.
10194         (vhdl-template-type): Add template for 'enum' type.
10195         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
10196         Use vhdl-replace-string.
10197         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
10198         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
10199         (vhdl-speedbar-initialize): Update for above name change.
10200         (vhdl-compose-wire-components): Fix in handling of constants.
10201         (vhdl-error-regexp-emacs-alist): New variable.
10202         (vhdl-error-regexp-add-emacs): New function;
10203         adds support for new compile.el (Emacs 22+)
10204         (vhdl-generate-makefile-1): Change target order for single lib. units.
10205         Allow use of absolute file names.
10207 2013-05-16  Leo Liu  <sdl.web@gmail.com>
10209         * simple.el (prog-indent-sexp): Indent enclosing defun.
10211 2013-05-15  Glenn Morris  <rgm@gnu.org>
10213         * cus-start.el (show-trailing-whitespace): Move to editing basics.
10214         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
10215         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
10216         (whitespace-highlight): Move to whitespace group.
10218         * comint.el (comint-source):
10219         * pcmpl-linux.el (pcmpl-linux):
10220         * shell.el (shell-faces):
10221         * eshell/esh-opt.el (eshell-opt):
10222         * international/ccl.el (ccl): Remove empty custom groups.
10224         * completion.el (dynamic-completion-mode):
10225         * jit-lock.el (jit-lock-debug-mode):
10226         * minibuffer.el (completion-in-region-mode):
10227         * type-break.el (type-break-mode-line-message-mode)
10228         (type-break-query-mode):
10229         * emulation/tpu-edt.el (tpu-edt-mode):
10230         * progmodes/subword.el (global-subword-mode, global-superword-mode):
10231         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10232         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
10234         * term/xterm.el (xterm): Change parent group to terminals.
10236         * master.el (master): Remove empty custom group.
10237         (master-mode): Remove unused :group argument.
10238         * textmodes/refill.el (refill): Remove empty custom group.
10239         (refill-mode): Remove unused :group argument.
10241         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
10243         * cus-dep.el: Provide a feature.
10244         (custom-make-dependencies): Ignore dotfiles (dir-locals).
10245         Don't mistakenly ignore files whose basenames match a basename
10246         from preloaded-file-list (eg cedet/ede/simple.el).
10247         Add a fallback method for getting :group.
10249 2013-05-15  Juri Linkov  <juri@jurta.org>
10251         * isearch.el (isearch-char-by-name): Rename from
10252         `isearch-insert-char-by-name'.  Doc fix.
10253         (isearch-forward): Mention `isearch-char-by-name' in
10254         the docstring.  (Bug#13348)
10256         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
10257         `exit-minibuffer' instead of
10258         `isearch-nonincremental-exit-minibuffer'.
10259         (isearch-edit-string): Remove mention of
10260         `isearch-nonincremental-exit-minibuffer' from docstring.
10261         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
10262         (isearch-forward-exit-minibuffer)
10263         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
10265 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * loadup.el: Just use unversioned DOC.
10269         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
10270         literals as extending to EOB.
10271         (nxml-last-fontify-end): Remove unused variable.
10272         (nxml-after-change1): Use with-silent-modifications.
10273         (nxml-extend-after-change-region): Simplify.
10274         (nxml-extend-after-change-region1): Remove function.
10275         (nxml-after-change1): Don't adjust for dependent regions.
10276         (nxml-fontify-matcher): Simplify.
10277         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
10278         (xmltok-add-dependent): Remove function.
10279         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
10280         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
10281         (xmltok-scan-prolog-after-processing-instruction-open): Treat
10282         unclosed <[[, <?, comment, and other literals as extending to EOB.
10283         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
10284         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
10285         Remove functions.
10286         (rng-do-some-validation-1): Don't mark dependent regions.
10287         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
10288         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
10289         (nxml-clear-dependent-regions): Remove functions.
10290         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
10291         (nxml-ensure-scan-up-to-date):
10292         Don't clear&mark dependent regions.
10294 2013-05-15  Leo Liu  <sdl.web@gmail.com>
10296         * progmodes/octave.el (octave-goto-function-definition):
10297         Improve and fix callers.
10299 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10301         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
10302         the setter (bug#14387).
10304         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
10305         surrounding group (bug#14402).
10307 2013-05-14  Juri Linkov  <juri@jurta.org>
10309         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
10310         (Bug#14390)
10312 2013-05-14  Glenn Morris  <rgm@gnu.org>
10314         * progmodes/f90.el (f90-imenu-generic-expression):
10315         Fix typo in 2013-05-08 change.  (Bug#14402)
10317 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10319         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10320         Remove signals for which replies are never received.
10322 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10324         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10325         (gdb-handler-alist, gdb-handler-number): Remove variables.
10326         (gdb-handler-list): New variable.
10327         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10328         (gdb-pending-handler-p, gdb-handle-reply)
10329         (gdb-remove-all-pending-triggers): New functions.
10330         (gdb-discard-unordered-replies): New defcustom.
10331         (gdb-handler): New defstruct.
10332         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
10333         instead of gdb-pending-triggers.  Update docstring.
10334         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
10335         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10336         (gdb-var-update-handler, def-gdb-auto-update-trigger)
10337         (def-gdb-auto-update-handler, gdb-get-changed-registers)
10338         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10339         (gdb-frame-handler): Pending triggers are now automatically managed.
10340         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10341         Remove argument.
10342         (gdb-input): Automatically handles pending triggers.  Update docstring.
10343         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10344         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10345         Update comments.
10346         (gdb-done-or-error): Now use gdb-handle-reply.
10348 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10350         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10351         gdb-debug-log.
10353 2013-05-14  Glenn Morris  <rgm@gnu.org>
10355         * subr.el (user-emacs-directory-warning): New option.
10356         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
10358 2013-05-14  Leo Liu  <sdl.web@gmail.com>
10360         * progmodes/octave.el (octave-font-lock-keywords): Fix error
10361         during redisplay.
10362         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10363         (octave-font-lock-texinfo-comment): Fix invalid search bound
10364         error: wrong side of point.
10366 2013-05-14  Glenn Morris  <rgm@gnu.org>
10368         * progmodes/flymake.el (flymake-xml-program): New option.
10369         (flymake-xml-init): Use it.
10371         * term/xterm.el: Provide a feature.
10373         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
10375 2013-05-13  Glenn Morris  <rgm@gnu.org>
10377         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10378         Add compat aliases as a hack workaround.  (Bug#14384)
10380 2013-05-13  Leo Liu  <sdl.web@gmail.com>
10382         * progmodes/octave.el (octave-indent-comment): Fix indentation for
10383         ###, and %!.
10384         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10385         C-M-q.
10386         (octave-comment-start-skip): Include %!.
10387         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10389 2013-05-12  Leo Liu  <sdl.web@gmail.com>
10391         * progmodes/octave.el (inferior-octave-startup): Store the value
10392         of __octave_srcdir__ for octave-source-directories.
10393         (inferior-octave-check-process): New function refactored out of
10394         inferior-octave-send-list-and-digest.
10395         (octave-source-directories)
10396         (octave-find-definition-filename-function): New variables.
10397         (octave-source-directories)
10398         (octave-find-definition-default-filename): New functions.
10399         (octave-find-definition): Improve to find functions implemented in C++.
10401 2013-05-12  Glenn Morris  <rgm@gnu.org>
10403         * calendar/diary-lib.el (diary-outlook-format-1):
10404         Don't include dayname in the output.  (Bug#14349)
10406 2013-05-11  Glenn Morris  <rgm@gnu.org>
10408         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10410         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10411         Treat cc-provide like provide.
10413 2013-05-11  Kevin Ryde  <user42@zip.com.au>
10415         * cus-dep.el (custom-make-dependencies):
10416         Use generated-autoload-load-name for the sake of files such
10417         such cedet/semantic/bovine/c.el, where the base file name
10418         is not in load-path.  (Bug#5277)
10420 2013-05-11  Glenn Morris  <rgm@gnu.org>
10422         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10423         Provide features.
10425 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10427         * progmodes/octave.el (octave-indent-comment): Improve.
10428         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10429         (octave-eldoc-function-signatures, octave-eldoc-function):
10430         New functions.
10431         (octave-mode, inferior-octave-mode): Add eldoc support.
10433 2013-05-11  Richard Stallman  <rms@gnu.org>
10435         * epa.el (epa-decrypt-file): Take output file name as argument
10436         and read it using `interactive'.
10438 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10440         * progmodes/octave.el (octave-beginning-of-line)
10441         (octave-end-of-line): Check before using up-list because it jumps
10442         out of more syntactic contructs since moving to smie.
10443         (octave-indent-comment): New function.
10444         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
10445         (octave-begin-keywords, octave-end-keywords)
10446         (octave-reserved-words, octave-smie-bnf-table)
10447         (octave-smie-rules): Add new keywords from Octave 3.6.4.
10449 2013-05-11  Glenn Morris  <rgm@gnu.org>
10451         * faces.el (internal-face-x-get-resource):
10452         * frame.el (ns-display-monitor-attributes-list):
10453         * calc/calc-aent.el (math-to-radians-2):
10454         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10455         Fix declarations.
10457         * calc/calc-menu.el: Make it loadable in isolation.
10459         * net/eudcb-bbdb.el: Make it loadable without bbdb.
10460         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10461         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10462         (eudc-bbdb-query-internal): Require 'bbdb.
10464         * lpr.el (lpr-headers-switches):
10465         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10467         * progmodes/sql.el (sql-login-params): Fix and improve :type.
10469         * emulation/edt-mapper.el: In batch mode, error rather than hang.
10471         * term.el (term-set-escape-char): Make it idempotent.
10473 2013-05-10  Leo Liu  <sdl.web@gmail.com>
10475         * progmodes/octave.el (inferior-octave-completion-table):
10476         No longer a function and all uses changed.  Use cache to speed up
10477         completion due to bug#11906.
10478         (octave-beginning-of-defun): Re-write to be more general.
10480 2013-05-10  Glenn Morris  <rgm@gnu.org>
10482         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10484 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10486         * comint.el (comint-redirect-send-command-to-process): Use :around
10487         rather than :override for comint-redirect-filter.
10488         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10489         Call it instead of comint-redirect-original-filter-function (which
10490         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
10492 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
10494         * frame.el (display-monitor-attributes-list): Add NS case.
10495         (ns-display-monitor-attributes-list): Declare.
10497 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
10499         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
10501 2013-05-09  Glenn Morris  <rgm@gnu.org>
10503         * international/fontset.el (vertical-centering-font-regexp):
10504         Set standard-value.
10506         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10508         * bookmark.el (bookmark-search-delay):
10509         * cus-start.el (vertical-centering-font-regexp):
10510         * ps-mule.el (ps-mule-font-info-database-default):
10511         * ps-print.el (ps-default-fg, ps-default-bg):
10512         * type-break.el (type-break-good-break-interval):
10513         * whitespace.el (whitespace-indentation-regexp)
10514         (whitespace-space-after-tab-regexp):
10515         * emacs-lisp/testcover.el (testcover-1value-functions)
10516         (testcover-noreturn-functions, testcover-progn-functions)
10517         (testcover-prog1-functions):
10518         * emulation/viper-init.el (viper-emacs-state-cursor-color):
10519         * eshell/em-glob.el (eshell-glob-translate-alist):
10520         * play/tetris.el (tetris-tty-colors):
10521         * progmodes/cpp.el (cpp-face-default-list):
10522         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10523         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10524         (idlwave-help-browser-generic-args):
10525         * progmodes/make-mode.el (makefile-special-targets-list):
10526         * progmodes/python.el (python-shell-virtualenv-path):
10527         * progmodes/verilog-mode.el (verilog-active-low-regexp)
10528         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10529         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10530         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10531         * textmodes/reftex-vars.el (reftex-format-label-function):
10532         * textmodes/remember.el (remember-diary-file): Fix custom types.
10534         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10535         Add :version.
10537 2013-05-09  Leo Liu  <sdl.web@gmail.com>
10539         * progmodes/octave.el (inferior-octave-completion-at-point):
10540         Restore file completion.  (Bug#14300)
10541         (inferior-octave-startup): Fix incorrect highlighting for the
10542         first prompt.
10544 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10546         * progmodes/ruby-mode.el: First cut at SMIE support.
10547         (ruby-use-smie): New var.
10548         (ruby-smie-grammar): New constant.
10549         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10550         (ruby-smie--forward-token, ruby-smie--backward-token)
10551         (ruby-smie-rules): New functions.
10552         (ruby-mode-variables): Setup SMIE if applicable.
10554 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
10556         * simple.el (line-move-visual): Signal beginning/end of buffer
10557         only if vertical-motion moved less than it was requested.  Avoids
10558         silly incorrect error messages when there are display strings with
10559         multiple newlines at EOL.
10561 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10563         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10564         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10565         (prolog-char-quote-workaround):
10566         * progmodes/cperl-mode.el (cperl-under-as-char):
10567         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10568         Mark as obsolete.
10569         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10570         their declaration.
10571         (vhdl-mode-syntax-table-init): Remove.
10573         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10574         last change.
10576         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10577         syntax for "_".
10578         (ld-script-font-lock-keywords):
10579         Change regexps to use things like \_< and \_>.
10581         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10582         Change all regexps to use things like \_< and \_>.
10584         * progmodes/autoconf.el (autoconf-definition-regexp)
10585         (autoconf-font-lock-keywords, autoconf-current-defun-function):
10586         Handle a _ with symbol syntax.
10587         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10589         * progmodes/ada-mode.el (ada-mode-abbrev-table):
10590         Consolidate declaration.
10591         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10592         the declaration.
10593         (ada-create-syntax-table): Remove.
10594         (ada-capitalize-word): Don't mess with the syntax of "_" since it
10595         already has the right syntax nowadays.
10596         (ada-goto-next-word): Don't change the syntax of "_".
10598         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10599         with-wrapper-hook.
10601 2013-05-08  Sam Steingold  <sds@gnu.org>
10603         * thingatpt.el (thing-at-point): Accept optional second argument
10604         NO-PROPERTIES to strip the text properties from the return value.
10605         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10606         to `thing-at-point' instead of stripping the properties ourselves.
10607         Also, when `thing-at-point' fails to find a url, prepend "http://"
10608         to the filename at point on the assumption that the user is
10609         pointing at something like gnu.org/gnu.
10611 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
10613         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10614         * faces.el (crm-separator):
10615         Silence byte-compiler.
10617         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10618         (tool-bar-map): Remove unneeded defvars.
10620 2013-05-08  Leo Liu  <sdl.web@gmail.com>
10622         Re-work a fix for bug#10994 based on Le Wang's patch.
10623         * ido.el (ido-remove-consecutive-dups): New helper.
10624         (ido-completing-read): Use it.
10625         (ido-chop): Revert fix for bug#10994.
10627 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
10629         * cus-edit.el (custom-save-variables):
10630         Pretty-print long values.  (Bug#14187)
10632 2013-05-08  Glenn Morris  <rgm@gnu.org>
10634         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10635         (m4-mode-syntax-table): Init in the defvar.
10636         (m4-mode-abbrev-table): Let define-derived-mode define it.
10638 2013-05-08  Tom Tromey  <tromey@redhat.com>
10640         * progmodes/m4-mode.el (m4-mode-syntax-table):
10641         Do not treat "_" as word constituent.  (Bug#14167)
10643 2013-05-07  Glenn Morris  <rgm@gnu.org>
10645         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10646         Remove explicit eshell-isearch-cancel-map.
10648         * progmodes/f90.el (f90-smart-end-names): New option.
10649         (f90-smart-end): Doc fix.
10650         (f90-end-block-optional-name): New constant.
10651         (f90-block-match): Respect f90-smart-end-names.
10653 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10655         * progmodes/octave.el (octave-smie-forward-token): Be more careful
10656         about implicit semi-colons (bug#14218).
10658 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10660         * frame.el (display-monitor-attributes-list)
10661         (frame-monitor-attributes): New functions.
10663 2013-05-06  Leo Liu  <sdl.web@gmail.com>
10665         * progmodes/octave.el (octave-syntax-propertize-function): Change
10666         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
10667         (octave-font-lock-keywords): Use octave-operator-regexp.
10668         (octave-completion-at-point): Rename from
10669         octave-completion-at-point-function.
10670         (inferior-octave-directory-tracker): Robustify.
10671         (octave-text-functions): Remove and fix its uses.  No such things
10672         any more.
10674 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * emacs-lisp/trace.el (trace--display-buffer): New function.
10677         (trace-make-advice): Use it.
10679 2013-05-06  Juri Linkov  <juri@jurta.org>
10681         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
10682         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10683         Doc fix.
10684         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10685         in the help string.  (Bug#12985)
10687 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
10689         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
10691 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10693         * progmodes/perl-mode.el: Add support for here documents.
10694         (perl-syntax-propertize-function): Match here-doc markers.
10695         (perl-syntax-propertize-special-constructs): Find their end.
10696         (perl-imenu-generic-expression): Use [:alnum:].
10698         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10699         (advice--add-function): Refresh the advice if already present
10700         (bug#14317).
10702 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
10704         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
10706 2013-05-06  Glenn Morris  <rgm@gnu.org>
10708         * w32-fns.el (w32-charset-info-alist): Declare.
10710         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10711         of its defcustom properties.
10712         (eshell-cmpl-initialize): No need to load pcomplete.
10714         * generic-x.el: No need to require comint when compiling.
10716         * net/eudc-export.el: Make it loadable without bbdb.
10717         (top-level): Use require rather than load-library.
10718         (eudc-create-bbdb-record, eudc-bbdbify-phone)
10719         (eudc-batch-export-records-to-bbdb)
10720         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10721         Require bbdb.
10723 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10725         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10726         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10727         some tweaks, instead.
10729 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10731         * progmodes/octave.el (octave-font-lock-keywords)
10732         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10733         (inferior-octave-send-list-and-digest): Improve error message.
10734         (octave-mode, inferior-octave-mode): Use setq-local.
10735         (octave-help): Set info-lookup-mode.
10737 2013-05-05  Richard Stallman  <rms@gnu.org>
10739         * vc/compare-w.el (compare-windows-whitespace):
10740         Treat no-break space as whitespace.
10742         * mail/rmailsum.el (rmail-summary-rmail-update):
10743         Detect empty summary and don't change selected message.
10744         (rmail-summary-goto-msg): Likewise.
10746         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10747         Doc fixes, rename args.
10749 2013-05-05  Alan Mackenzie  <acm@muc.de>
10751         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10753 2013-05-05  Juri Linkov  <juri@jurta.org>
10755         * info.el (Info-read-subfile): Use (point-min) instead of (point)
10756         to not add the length of the summary segment to the return value.
10757         (Bug#14125)
10759 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10761         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10762         (inferior-octave-output-filter): Remove.
10763         (octave-send-region, inferior-octave-startup): Fix callers.
10764         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10765         (octave-binary-file-extensions): New user variable.
10766         (octave-find-definition): Confirm if opening binary files.
10767         (octave-help-file): Use octave-find-definition to get the binary
10768         confirmation.
10769         (octave-help): Adjust for octave-help-file change.
10771 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10773         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10774         Merge the two entries that handle function definitions.
10775         (pascal--syntax-propertize): New const.
10776         (pascal-mode): Use it.  Use setq-local.
10778 2013-05-04  Glenn Morris  <rgm@gnu.org>
10780         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10781         (diary-from-outlook): Respect diary-from-outlook-function.
10783 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10785         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10786         Move the declaration from C.
10787         (read-minibuffer, eval-minibuffer): Move from C.
10788         (completion-setup-function): Avoid minibuffer-completion-contents.
10790 2013-05-03  Leo Liu  <sdl.web@gmail.com>
10792         * progmodes/octave.el (octave-font-lock-keywords): Do not
10793         dehighlight 'end' in comments or strings.
10794         (octave-completing-read, octave-goto-function-definition):
10795         New helpers.
10796         (octave-help-buffer): New user variable.
10797         (octave-help-file, octave-help-function): New button types.
10798         (octave-help): New command and bind it to C-h ;.
10799         (octave-find-definition): New command and bind it to M-.
10800         (user-error): Alias to error if not defined.
10802 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10804         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10805         for \.  (bug#14332)
10806         (octave-font-lock-keywords): Include [ and {.
10808 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10810         * progmodes/octave.el (inferior-octave-startup-file): Change default.
10811         (inferior-octave): Remove calling comint-mode and return the buffer.
10812         (inferior-octave-startup): Cosmetic changes.
10814 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10816         * progmodes/octave.el (octave-syntax-propertize-function):
10817         Include the case when ' is at line beginning.  (Bug#14336)
10819 2013-05-02  Glenn Morris  <rgm@gnu.org>
10821         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10822         * desktop.el (vc-dir-mode): Just autoload it here.
10824 2013-05-02  Alan Mackenzie  <acm@muc.de>
10826         Eliminate variable c-standard-font-lock-fontify-region-function.
10827         * progmodes/cc-mode.el
10828         (c-standard-font-lock-fontify-region-function): Remove.
10829         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10831 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10833         * progmodes/octave.el: Compatible with older emacs-24 releases.
10834         (inferior-octave-has-built-in-variables): Remove.  Built-in
10835         variables were removed from Octave in 2007.
10836         (inferior-octave-startup): Fix uses.
10837         (comint-line-beginning-position): Remove compatibility code for
10838         emacs 21.
10840 2013-05-01  Juri Linkov  <juri@jurta.org>
10842         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
10844 2013-05-01  Juri Linkov  <juri@jurta.org>
10846         * comint.el (comint-previous-matching-input): Don't print message
10847         "History item: %d" when `isearch-mode' is active.
10848         (comint-history-isearch-message): Print message "History item: %d"
10849         when `comint-input-ring-index' is not empty and this function is
10850         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
10852 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10854         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10855         definitions.  Use completion-at-point to insert keywords.
10856         (octave-abbrev-start): Remove.
10857         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10859 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10861         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10862         change.
10864 2013-04-30  Alan Mackenzie  <acm@muc.de>
10866         Handle arbitrarily long C++ member initialisation lists.
10867         * progmodes/cc-engine.el (c-back-over-member-initializers):
10868         new function.
10869         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10870         (most) member init lists.
10872 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10874         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10875         variable.
10877 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10879         * progmodes/octave.el (octave-variables): Remove.  No builtin
10880         variables any more.  All converted to functions.
10881         (octave-font-lock-keywords, octave-completion-at-point-function):
10882         Fix uses.
10883         (octave-font-lock-texinfo-comment): New user variable.
10884         (octave-texinfo-font-lock-keywords): New variable for texinfo
10885         comment block.
10886         (octave-function-comment-block): New face.
10887         (octave-font-lock-texinfo-comment): New function.
10888         (octave-mode): Font lock texinfo comment block.
10890 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10892         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10893         indexing expression.
10894         (octave-continuation-string): Do not use \.
10895         (inferior-octave-complete-impossible): Remove.
10896         (inferior-octave-completion-table)
10897         (inferior-octave-completion-at-point): Remove its uses.
10898         (inferior-octave-startup): completion_matches was introduced to
10899         Octave in 1996 so safe to assume it.
10900         (octave-function-file-comment): Improve to follow how Octave does it.
10901         (octave-update-function-file-comment): Tweak.
10903 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10905         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10906         (inferior-octave-startup): Remove inferior-octave-startup-hook.
10907         (octave-function-file-comment): Fix typo.
10908         (octave-sync-function-file-names): Use read-char-choice.
10910 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
10912         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10913         to t for the less important warnings.
10915 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
10917         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
10919 2013-04-27  Glenn Morris  <rgm@gnu.org>
10921         * vc/log-view.el (log-view-current-entry):
10922         Treat "---" separator lines as part of the following rev.  (Bug#14169)
10924 2013-04-27  Juri Linkov  <juri@jurta.org>
10926         * subr.el (read-number): Doc fix about using it by interactive
10927         code letter `n'.  (Bug#14254)
10929 2013-04-27  Juri Linkov  <juri@jurta.org>
10931         * desktop.el (desktop-auto-save-timeout): New option.
10932         (desktop-file-checksum): New variable.
10933         (desktop-save): Add optional arg `auto-save' and don't auto-save
10934         if nothing changed.
10935         (desktop-auto-save-timer): New variable.
10936         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10937         (after-init-hook): Call `desktop-auto-save-set-timer'.
10938         Suggested by Reuben Thomas <rrt@sc3d.org> in
10939         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10941 2013-04-27  Leo Liu  <sdl.web@gmail.com>
10943         * progmodes/octave.el (octave-function-file-p)
10944         (octave-skip-comment-forward, octave-function-file-comment)
10945         (octave-update-function-file-comment): New functions.
10946         (octave-mode-map): Bind C-c ; to
10947         octave-update-function-file-comment.
10948         (octave-mode-menu): Add octave-update-function-file-comment.
10949         (octave-mode, inferior-octave-mode): Fix doc-string.
10950         (octave-insert-defun): Conform to Octave's coding convention.
10951         (Bug#14285)
10953         * files.el (basic-save-buffer): Don't let errors in
10954         before-save-hook prevent saving buffer.
10956 2013-04-20  Roland Winkler  <winkler@gnu.org>
10958         * faces.el (read-face-name): Use completing-read if arg multiple
10959         is nil.
10961 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
10963         * ls-lisp.el (ls-lisp-insert-directory): If no files are
10964         displayed, move point to after the totals line.
10965         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10966         for the details.
10968 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10970         * emacs-lisp/package.el (package-autoload-ensure-default-file):
10971         Add current dir to the load-path.
10972         (package-generate-autoloads): Don't rely on
10973         autoload-ensure-default-file.
10975 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
10977         * textmodes/remember.el (remember-store-in-files): Document that
10978         the file name format is passed to `format-time-string'.
10980 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10982         * progmodes/octave.el (octave-sync-function-file-names): New function.
10983         (octave-mode): Use it in before-save-hook.
10985 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10987         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10988         (bug#14274).
10990         * progmodes/octave.el (octave-smie-forward-token): Properly skip
10991         \n and comment, even if it's not an implicit ; (bug#14218).
10993 2013-04-26  Glenn Morris  <rgm@gnu.org>
10995         * subr.el (read-number): Once more use `read' rather than
10996         `string-to-number', to trap non-numeric input.  (Bug#14254)
10998 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
11000         * emacs-lisp/syntax.el (syntax-propertize-multiline):
11001         Use `syntax-multiline' text property consistently instead of
11002         `font-lock-multiline'.  (Bug#14237)
11004 2013-04-26  Glenn Morris  <rgm@gnu.org>
11006         * emacs-lisp/shadow.el (list-load-path-shadows):
11007         No longer necessary to check for duplicate simple.el, since
11008         2012-07-07 change to init_lread to not include installation lisp
11009         directories in load-path when running uninstalled.  (Bug#14270)
11011 2013-04-26  Leo Liu  <sdl.web@gmail.com>
11013         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
11014         (octave-mode, inferior-octave-mode): Use setq-local.
11015         (octave-not-in-string-or-comment-p): Rename to
11016         octave-in-string-or-comment-p.
11017         (octave-in-comment-p, octave-in-string-p)
11018         (octave-in-string-or-comment-p): Replace defsubst with defun.
11020 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11022         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
11024 2013-04-25  Bastien Guerry  <bzg@gnu.org>
11026         * textmodes/remember.el (remember-data-directory)
11027         (remember-directory-file-name-format): Fix custom types.
11029 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11031         * progmodes/octave.el (octave-completion-at-point-function):
11032         Make use of inferior octave process.
11033         (octave-initialize-completions): Remove.
11034         (inferior-octave-completion-table): New function.
11035         (inferior-octave-completion-at-point): Use it.
11036         (octave-completion-alist): Remove.
11038 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11040         * progmodes/opascal.el: Use font-lock and syntax-propertize.
11041         (opascal-mode-syntax-table): New var.
11042         (opascal-literal-kind, opascal-is-literal-end)
11043         (opascal-literal-token-at): Rewrite.
11044         (opascal--literal-start-re, opascal-font-lock-keywords)
11045         (opascal--syntax-propertize): New constants.
11046         (opascal-font-lock-defaults): Adjust.
11047         (opascal-mode): Use them.  Set comment-<foo> variables as well.
11048         (delphi-comment-face, opascal-comment-face, delphi-string-face)
11049         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
11050         (delphi-other-face, opascal-other-face): Remove face variables.
11051         (opascal-save-state): Remove macro.
11052         (opascal-fontifying-progress-step): Remove constant.
11053         (opascal--ignore-changes): Remove var.
11054         (opascal-set-token-property, opascal-parse-next-literal)
11055         (opascal-is-stable-literal, opascal-complete-literal)
11056         (opascal-is-literal-start, opascal-face-of)
11057         (opascal-parse-region, opascal-parse-region-until-stable)
11058         (opascal-fontify-region, opascal-after-change)
11059         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
11060         (opascal-debug-parse-region, opascal-debug-parse-window)
11061         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
11062         (opascal-debug-fontify-buffer): Remove.
11063         (opascal-debug-mode-map): Adjust accordingly.
11065 2013-04-25  Leo Liu  <sdl.web@gmail.com>
11067         Merge octave-mod.el and octave-inf.el into octave.el with some
11068         cleanups.
11069         * progmodes/octave.el: New file renamed from octave-mod.el.
11070         * progmodes/octave-inf.el: Merged into octave.el.
11071         * progmodes/octave-mod.el: Renamed to octave.el.
11073 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
11075         * textmodes/reftex-vars.el
11076         (reftex-label-ignored-macros-and-environments): New defcustom.
11078         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
11080 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
11083         (smie-indent-keyword): Improve the check to ensure that the next
11084         comment is really on the same line.
11085         (smie-indent-comment): Don't align with a subsequent closer (or eob).
11087         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
11088         semi-colons if the line is not otherwise empty (bug#14218).
11090 2013-04-25  Glenn Morris  <rgm@gnu.org>
11092         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
11094 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11096         * progmodes/opascal.el (opascal-set-token-property): Rename from
11097         opascal-set-text-properties and only set `token' (bug#14134).
11098         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
11099         (opascal-literal-text-properties): Remove.
11100         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
11101         Adjust callers.
11103 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
11105         * textmodes/remember.el (remember-handler-functions): Add an
11106         option for a new handler `remember-store-in-files'.
11107         (remember-data-directory, remember-directory-file-name-format):
11108         New options.
11109         (remember-store-in-files): New function to store remember notes
11110         as separate files within a directory.
11112 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
11114         * progmodes/compile.el (compilation-next-error-function):
11115         Pass "formats" to compilation-find-file (bug#11777).
11117 2013-04-24  Glenn Morris  <rgm@gnu.org>
11119         * vc/vc-bzr.el (vc-bzr-print-log):
11120         * vc/vc-hg.el (vc-hg-print-log):
11121         * vc/vc-svn.el (vc-svn-print-log):
11122         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
11124         * vc/vc-bzr.el (vc-bzr-print-log):
11125         * vc/vc-cvs.el (vc-cvs-print-log):
11126         * vc/vc-git.el (vc-git-print-log):
11127         * vc/vc-hg.el (vc-hg-print-log):
11128         * vc/vc-mtn.el (vc-mtn-print-log):
11129         * vc/vc-rcs.el (vc-rcs-print-log):
11130         * vc/vc-sccs.el (vc-sccs-print-log):
11131         * vc/vc-svn.el (vc-svn-print-log):
11132         * vc/vc.el (vc-print-log-internal): Doc fixes.
11134 2013-04-23  Glenn Morris  <rgm@gnu.org>
11136         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
11137         Remove venerable code attempting to avoid substitute-command-keys.
11139 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
11141         * textmodes/reftex-vars.el (reftex-label-regexps):
11142         Call `reftex-compile-variables' after changes to this variable.
11144 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11146         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
11147         Use lexical-binding.
11148         (jit-lock-force-redisplay): Use markers, check buffer's continued
11149         existence and beware narrowed buffers.
11150         (jit-lock-fontify-now): Adjust call accordingly.
11152 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11154         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
11155         to avoid misleading the user.
11157 2013-04-22  Leo Liu  <sdl.web@gmail.com>
11159         * info-look.el: Prefer latex2e.info.  (Bug#14240)
11161 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
11163         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
11165         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
11166         * net/tramp.el (tramp-call-process): ... here.
11167         (tramp-set-completion-function, tramp-parse-putty):
11168         * net/tramp-adb.el (tramp-adb-execute-adb-command):
11169         * net/tramp-gvfs.el (tramp-gvfs-send-command):
11170         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
11171         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
11172         (tramp-call-local-coding-command): Use `tramp-call-process'
11173         instead of `tramp-compat-call-process'.
11175         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
11176         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
11177         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
11178         (tramp-find-inline-compress): Improve traces.
11179         (tramp-maybe-send-script): Check for Perl binary.
11180         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
11182 2013-04-22  Daiki Ueno  <ueno@gnu.org>
11184         * epg.el (epg-context-pinentry-mode): New function.
11185         (epg-context-set-pinentry-mode): New function.
11186         (epg--start): Pass --pinentry-mode option to gpg command.
11188 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
11190         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
11191         `comint-dynamic-complete' is obsolete since 24.1, replaced by
11192         `completion-at-point'.  (Bug#13774)
11194         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
11195         default key binding for `describe-distribution' has been moved to
11196         `C-h C-o'.  (Bug#13970)
11198 2013-04-21  Glenn Morris  <rgm@gnu.org>
11200         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
11201         Add doc strings.
11202         (vc-print-log): Clarify interactive prompt.
11204 2013-04-20  Glenn Morris  <rgm@gnu.org>
11206         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
11207         No longer include timestamp etc information.
11209 2013-04-20  Roland Winkler  <winkler@gnu.org>
11211         * faces.el (read-face-name): Bug fix, return just one face if arg
11212         multiple is nil.  (Bug#14209)
11214 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11216         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
11217         (remove-function): Autoload.
11219         * comint.el (comint-redirect-original-filter-function): Remove.
11220         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
11221         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
11222         (vc-cvs-annotate-command):
11223         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
11224         * progmodes/prolog.el (prolog-consult-compile):
11225         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
11226         Use add/remove-function instead.
11227         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
11228         (gud-tooltip-process-output, gud-tooltip-tips):
11229         Use add/remove-function instead.
11230         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
11231         (scheme-interaction-mode, exit-scheme-interaction-mode):
11232         Use add/remove-function instead.
11234         * vc/vc-dispatcher.el: Use lexical-binding.
11235         (vc--process-sentinel): Rename from vc-process-sentinel.
11236         Change last arg to be the code to run.  Don't use vc-previous-sentinel
11237         and vc-sentinel-commands any more.
11238         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
11239         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
11241 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
11243         * progmodes/sh-script.el (sh-imenu-generic-expression):
11244         Handle function names with a single character.   (Bug#14111)
11246 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
11248         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
11249         for subroutines defined in an eval (bug#14182).
11251 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11253         * bookmark.el (bookmark-completing-read): Improve handling of empty
11254         string (bug#14176).
11256 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
11260 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11262         New faster Imenu implementation (bug#14058).
11263         * progmodes/python.el:
11264         (python-imenu-prev-index-position):
11265         (python-imenu-format-item-label-function)
11266         (python-imenu-format-parent-item-label-function)
11267         (python-imenu-format-parent-item-jump-label-function):
11268         New vars.
11269         (python-imenu-format-item-label)
11270         (python-imenu-format-parent-item-label)
11271         (python-imenu-format-parent-item-jump-label)
11272         (python-imenu--put-parent, python-imenu--build-tree)
11273         (python-imenu-create-index, python-imenu-create-flat-index)
11274         (python-util-popn): New functions.
11275         (python-mode): Set imenu-create-index-function to
11276         python-imenu-create-index.
11278 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11280         * winner.el (winner-active-region): Use region-active-p, activate-mark
11281         and deactivate-mark (bug#14225).
11283         * simple.el (deactivate-mark): Don't inline it.
11285 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
11287         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
11289 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
11291         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
11292         file extensions from the archive-mode entry in order to prefer
11293         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
11295 2013-04-18  Leo Liu  <sdl.web@gmail.com>
11297         * bindings.el (help-event-list): Add ?\?.
11299 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11301         * subr.el (with-wrapper-hook): Declare obsolete.
11302         * simple.el (filter-buffer-substring-function): New hook.
11303         (filter-buffer-substring): Use it.
11304         (filter-buffer-substring-functions): Mark obsolete.
11305         * minibuffer.el (completion-in-region-function): New hook.
11306         (completion-in-region): Use it.
11307         (completion-in-region-functions): Mark obsolete.
11308         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
11309         * abbrev.el (abbrev-expand-function): New hook.
11310         (expand-abbrev): Use it.
11311         (abbrev-expand-functions): Mark obsolete.
11312         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
11313         and :filter-return.
11315 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11317         * progmodes/python.el (python-nav--syntactically): Fix cornercases
11318         and do not care about match data.
11320 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11322         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11323         completion tables when completing error conditions and
11324         `declare' arguments.
11325         (lisp-complete-symbol, field-complete): Mark as obsolete.
11326         (check-parens): Unmatched parens are user errors.
11327         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11329 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
11331         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11332         command changed buffer (ie. `flyspell-pre-buffer' is not current
11333         buffer), which prevents making decisions based on invalid value of
11334         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
11335         cause an error when `flyspell-pre-point' was nil after switching
11336         buffers.
11337         (flyspell-post-command-hook): No longer needs to change buffers when
11338         checking pre-word.  While at it remove unnecessary progn.
11340 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
11342         * textmodes/ispell.el (ispell-add-per-file-word-list):
11343         Fix `flyspell-correct-word-before-point' error when accepting
11344         words and `coment-padding' is an integer by using
11345         `comment-normalize-vars' (Bug #14214).
11347 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11349         New defun movement commands.
11350         * progmodes/python.el (python-nav--syntactically)
11351         (python-nav--forward-defun, python-nav-backward-defun)
11352         (python-nav-forward-defun): New functions.
11354 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11356         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11357         (python-syntax-context): Use named compiler-macro for backwards
11358         compatibility with Emacs 24.x.
11360 2013-04-17  Leo Liu  <sdl.web@gmail.com>
11362         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11363         octave-hide-process-buffer.
11365 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11367         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11368         (bug#14216).
11370 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
11372         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11373         Fix adjustment of offset when receiving incomplete responses from GDB
11374         (bug#14129).
11376 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11378         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11379         python-mode-abbrev-table.
11380         (python-skeleton-define): Adjust accordingly.
11381         (python-mode-abbrev-table): New table that inherits from it so that
11382         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11384         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11385         (abbrev-symbol): Use it.
11386         (abbrev--before-point): Use it since we already handle inheritance.
11388 2013-04-16  Leo Liu  <sdl.web@gmail.com>
11390         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11391         binding to info-lookup-symbol.
11393 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
11395         * minibuffer.el (completion--twq-all):
11396         * term/ns-win.el (ns-initialize-window-system):
11397         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11399 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11401         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11402         global bindings.
11404         * doc-view.el (doc-view-start-process): Handle url-handler directories.
11406 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
11408         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11409         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11410         to nil.
11411         (ruby-end-of-defun): Remove the unused arg, change the docstring
11412         to reflect that this function is only used as the value of
11413         `end-of-defun-function'.
11414         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11415         to reflect an earlier change that beginning/end-of-defun functions
11416         jump between methods in a class definition, as well as top-level
11417         functions.
11419 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11421         * minibuffer.el (minibuffer-complete): Don't just scroll
11422         a *Completions* that's been iconified.
11423         (minibuffer-force-complete): Make sure repetitions do cycle when going
11424         through completion-in-region -> minibuffer-complete.
11426 2013-04-15  Alan Mackenzie  <acm@muc.de>
11428         Correct the placement of c-cpp-delimiters when there're #s not at
11429         col 0.
11431         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11432         place a submatch around the #.
11433         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11434         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
11435         on the #, not BOL.
11437 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * emacs-lisp/nadvice.el: Properly test names when adding advice.
11440         (advice--member-p): New arg `name'.
11441         (advice--add-function, advice-member-p): Use it (bug#14202).
11443 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
11445         Reformulate java imenu-generic-expression.
11446         The old expression contained ill formed regexps.
11448         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11449         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11450         (cc-imenu-java-method-arg-regexp): New defconsts.
11451         (cc-imenu-java-build-type-args-regex): New defun.
11452         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11453         handling of spaces in the regexp.
11455 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11457         * textmodes/ispell.el (ispell-command-loop): Remove
11458         flyspell highlight of a word when ispell accepts it (bug #14178).
11460 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
11462         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11463         uses code from the previous `ange-ftp-run-real-handler'.
11464         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11465         only in case that function exist.  This is needed for proper
11466         unloading of Tramp.
11468 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
11470         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11472         * textmodes/reftex.el (reftex-compile-variables): Use it.
11474 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * files.el (normal-mode): Only use default major-mode if no other mode
11477         was specified.
11479         * emacs-lisp/trace.el (trace-values): New function.
11481         * files.el: Allow : in local variables (bug#14089).
11482         (hack-local-variable-regexp): New var.
11483         (hack-local-variables-prop-line, hack-local-variables): Use it.
11485 2013-04-13  Roland Winkler  <winkler@gnu.org>
11487         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
11488         data before it gets modified by bibtex-beginning-of-entry.
11490 2013-04-13  Roland Winkler  <winkler@gnu.org>
11492         * textmodes/bibtex.el (bibtex-url): Doc fix.
11494 2013-04-13  Roland Winkler  <winkler@gnu.org>
11496         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11497         does not visit a BibTeX file, exclude it from the list of buffers
11498         returned by bibtex-initialize.
11500 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
11502         * window.el (split-window): Remove interactive form, since as a
11503         command this function is a special case of split-window-below.
11504         Correct doc string.
11506 2013-04-12  Roland Winkler  <winkler@gnu.org>
11508         * faces.el (read-face-name): Do not override value of arg default.
11509         Allow single faces and strings as default values.  Remove those
11510         elements from return value that are not faces.
11511         (describe-face): Simplify.
11512         (face-at-point): New optional args thing and multiple so that this
11513         function can provide the same functionality previously provided by
11514         read-face-name.
11515         (make-face-bold, make-face-unbold, make-face-italic)
11516         (make-face-unitalic, make-face-bold-italic, invert-face)
11517         (modify-face, read-face-and-attribute): Use face-at-point.
11519         * cus-edit.el (customize-face, customize-face-other-window)
11520         * cus-theme.el (custom-theme-add-face)
11521         * face-remap.el (buffer-face-set)
11522         * facemenu.el (facemenu-set-face): Use face-at-point.
11524 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
11526         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11528 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
11530         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11531         off leading { and trailing } from field values.
11533 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11535         * emacs-lisp/timer.el (timer--check): New function.
11536         (timer--time, timer-set-function, timer-event-handler): Use it.
11537         (timer-set-idle-time): Simplify.
11538         (timer--activate): CSE.
11539         (timer-event-handler): Give more info in error message.
11540         (internal-timer-start-idle): New function, moved from C.
11542         * mpc.el (mpc-proc): Add `restart' argument.
11543         (mpc-proc-cmd): Use it.
11544         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11545         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11546         less often.
11548 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
11550         * progmodes/sh-script.el: Implement `sh-mode' own
11551         `add-log-current-defun-function' (bug#14112).
11552         (sh-current-defun-name): New function.
11553         (sh-mode): Use the function.
11555 2013-04-09  Bastien Guerry  <bzg@gnu.org>
11557         * simple.el (choose-completion-string): Fix docstring (bug#14163).
11559 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11561         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11563         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11564         timer (bug#14156).
11566 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
11568         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11569         declaration.
11571 2013-04-07  Leo Liu  <sdl.web@gmail.com>
11573         * pcmpl-x.el: New file.
11575 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
11577         Do not set x-display-name until X connection is established.
11578         This is needed to prevent from weird situation described at
11579         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11580         * frame.el (make-frame): Set x-display-name after call to
11581         window system initialization function, not before.
11582         * term/x-win.el (x-initialize-window-system): Add optional
11583         display argument and use it.
11584         * term/w32-win.el (w32-initialize-window-system):
11585         * term/ns-win.el (ns-initialize-window-system):
11586         * term/pc-win.el (msdos-initialize-window-system):
11587         Add compatible optional display argument.
11589 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
11591         * files.el (normal-backup-enable-predicate): On MS-Windows and
11592         MS-DOS compare truenames of temporary-file-directory and of the
11593         file, so that 8+3 aliases (usually found in $TEMP on Windows)
11594         don't fail comparison by compare-strings.  Also, compare file
11595         names case-insensitively on MS-Windows and MS-DOS.
11597 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11600         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11602 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
11604         * whitespace.el (whitespace-color-on, whitespace-color-off):
11605         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11607 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
11609         * ispell.el (ispell-set-spellchecker-params):
11610         Really set `ispell-args' for all equivs.
11612 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11614         * ido.el (ido-completions): Use extra elements of ido-decorations
11615         (bug#14143).
11616         (ido-decorations): Update docstring.
11618 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
11620         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11621         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11622         nil during initialization, in order not to miss changes since the
11623         file was opened.  (Bug#14140)
11625 2013-04-05  Leo Liu  <sdl.web@gmail.com>
11627         * kmacro.el (kmacro-call-macro): Fix bug#14135.
11629 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
11631         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11633 2013-04-04  Glenn Morris  <rgm@gnu.org>
11635         * electric.el (electric-pair-inhibit-predicate): Add :version.
11637 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11639         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11640         when a package is required several times (bug#14082).
11642 2013-04-04  Roland Winkler  <winkler@gnu.org>
11644         * faces.el (read-face-name): Behave as promised by the docstring.
11645         Assume that arg default is a list of faces.
11646         (describe-face): Call read-face-name with list of default faces.
11648 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11650         * bookmark.el: Fix deletion of bookmarks (bug#13972).
11651         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11652         (bookmark-bmenu-execute-deletions): Only skip first line if it's
11653         the header.
11654         (bookmark-exit-hook-internal): Save even if list is empty.
11656 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
11658         * emacs-lisp/package.el (package-pinned-packages): New var.
11659         (package--add-to-archive-contents): Obey it (bug#14118).
11661 2013-04-03  Alan Mackenzie  <acm@muc.de>
11663         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11664         Also adapt to the new values of element 7 of a parse state.
11666         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11667         parameter `not-in-delimiter'.  Handle being inside comment opener.
11668         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11669         character in case we're typing a '*' after a '/'.
11670         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11671         instead by passing the parameter to c-state-pp-to-literal.
11673         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11674         for elt. 7 of a parse state.
11676 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11678         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11679         * international/latin1-disp.el, international/mule-util.el:
11680         * language/cyril-util.el, language/european.el, language/ind-util.el:
11681         * language/lao-util.el, language/thai.el, language/tibet-util.el:
11682         * language/tibetan.el, language/viet-util.el:
11683         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11685 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11687         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11688         (electric-pair-post-self-insert-function): Use it.
11689         (electric-pair-default-inhibit): New function, extracted from
11690         electric-pair-post-self-insert-function.
11692 2013-03-31  Roland Winkler  <winkler@gnu.org>
11694         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11696 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11698         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11700 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
11702         Un-indent after "pass" and "return" statements (Bug#13888)
11703         * progmodes/python.el (python-indent-block-enders): New var.
11704         (python-indent-calculate-indentation): Use it.
11706 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
11708         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11709         defun.  Defining it as defalias could introduce too eager
11710         byte-compiler optimization.  (Bug#14030)
11712 2013-03-30  Chong Yidong  <cyd@gnu.org>
11714         * iswitchb.el (iswitchb-read-buffer): Fix typo.
11716 2013-03-30  Leo Liu  <sdl.web@gmail.com>
11718         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11719         (kmacro-execute-from-register): Pass the keyboard macro to
11720         kmacro-call-macro or repeating won't work correctly.
11722 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
11724         * progmodes/subword.el: Back to using `forward-symbol'.
11726         * subr.el (forward-whitespace, forward-symbol)
11727         (forward-same-syntax): Move from thingatpt.el.
11729 2013-03-29  Leo Liu  <sdl.web@gmail.com>
11731         * kmacro.el (kmacro-to-register): New command.
11732         (kmacro-execute-from-register): New function.
11733         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
11735 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11737         * mpc.el: Use defvar-local and setq-local.
11738         (mpc--proc-connect): Connection failures are not bugs.
11739         (mpc-mode-map): `follow-link' only applies to the buffer's content.
11740         (mpc-volume-map): Bind to the up-events.
11742 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11744         * progmodes/subword.el (superword-mode): Use `forward-sexp'
11745         instead of `forward-symbol'.
11747 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11749         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11750         (edebug--recursive-edit): Use it.
11751         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11752         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11754 2013-03-28  Leo Liu  <sdl.web@gmail.com>
11756         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
11758 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
11760         * facemenu.el (list-colors-callback): New defvar.
11761         (list-colors-redisplay): New function.
11762         (list-colors-display): Install list-colors-redisplay as the
11763         revert-buffer-function.  (Bug#14063)
11765 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11767         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11768         and suffixes don't overlap (bug#14061).
11770         * case-table.el: Use lexical-binding.
11771         (case-table-get-table): New function.
11772         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
11774 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11776         * progmodes/subword.el: Add `superword-mode' to do word motion
11777         over symbol_words (parallels and leverages `subword-mode' which
11778         does word motion inside MixedCaseWords).
11780 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
11782         * eshell/em-unix.el: Move su and sudo to...
11783         * eshell/em-tramp.el: ...Eshell tramp module.
11785 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11787         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11788         Change return value to be a sexp.  Delay `get-buffer' to after
11789         restoring the desktop (bug#13951).
11791 2013-03-26  Leo Liu  <sdl.web@gmail.com>
11793         * register.el: Move semantic tag handling back to
11794         cedet/semantic/senator.el.  (Bug#14052)
11796 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11798         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11799         into the prompt either (bug#13963).
11801 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11803         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11804         part of "(error-foo)".
11806 2013-03-24  Juri Linkov  <juri@jurta.org>
11808         * replace.el (list-matching-lines-prefix-face): New defcustom.
11809         (occur-1): Pass `list-matching-lines-prefix-face' to the function
11810         `occur-engine' if `face-differs-from-default-p' returns t.
11811         (occur-engine): Add `,' inside backquote construct to evaluate
11812         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
11813         Pass `prefix-face' to the functions `occur-context-lines' and
11814         `occur-engine-add-prefix'.
11815         (occur-engine-add-prefix, occur-context-lines): Add optional arg
11816         `prefix-face' and propertize the prefix with `prefix-face'.
11817         (Bug#14017)
11819 2013-03-24  Leo Liu  <sdl.web@gmail.com>
11821         * nxml/rng-valid.el (rng-validate-while-idle)
11822         (rng-validate-quick-while-idle): Guard against deleted buffer.
11823         (Bug#13999)
11825         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11826         is the last entry in kill-buffer-hook.
11828         * files.el (kill-buffer-hook): Doc fix.
11830 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
11832         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11833         Make it safe-local.
11835         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11837 2013-03-23  Leo Liu  <sdl.web@gmail.com>
11839         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11840         Remove.
11842         * nxml/rng-valid.el (rng-validate-mode)
11843         (rng-after-change-function, rng-do-some-validation):
11844         * nxml/rng-maint.el (rng-validate-buffer):
11845         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11846         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11847         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11848         (nxml-extend-after-change-region): Use with-silent-modifications.
11850         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11851         timer-idle-list.
11853         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11854         (rng-next-error-1, rng-previous-error-1): Do not let-bind
11855         timer-idle-list.  (Bug#13999)
11857 2013-03-23  Juri Linkov  <juri@jurta.org>
11859         * info.el (info-index-match): New face.
11860         (Info-index, Info-apropos-matches): Add a nested subgroup to the
11861         main pattern and add text properties with the new face to matches
11862         in index entries relative to the beginning of the index entry.
11863         (Bug#14015)
11865 2013-03-21  Eric Ludlam  <zappo@gnu.org>
11867         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11868         Inhibit read only while inserting objects.
11870 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11872         * progmodes/cfengine.el: Update docs to mention
11873         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
11874         symbol motion.  Remove "_" from the word syntax.
11876 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
11878         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11879         syntax for both `cfengine2-mode' and `cfengine3-mode'.
11881 2013-03-20  Juri Linkov  <juri@jurta.org>
11883         * info.el (Info-next-reference-or-link)
11884         (Info-prev-reference-or-link): New functions.
11885         (Info-next-reference, Info-prev-reference): Use them.
11886         (Info-try-follow-nearest-node): Handle footnote navigation.
11887         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
11889 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11892         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11894 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
11896         Suppress unnecessary non-ASCII chatter during build process.
11897         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11898         (batch-skkdic-convert): Suppress most of the chatter.
11899         It's not needed so much now that machines are faster,
11900         and its non-ASCII component was confusing; see Dmitry Gutov in
11901         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11903 2013-03-20  Leo Liu  <sdl.web@gmail.com>
11905         * ido.el (ido-chop): Fix bug#10994.
11907 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11909         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11910         Remove vars.
11911         (whitespace-color-on, whitespace-color-off):
11912         Use `font-lock-fontify-buffer' (Bug#13817).
11914 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11916         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11917         remapping in mode-line.
11918         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11920 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11922         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11923         value for `whitespace-line' face (Bug#13875).
11924         (whitespace-font-lock-keywords): Change description.
11925         (whitespace-color-on): Don't save `font-lock-keywords' value, save
11926         the constructed keywords instead.
11927         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11929 2013-03-19  Leo Liu  <sdl.web@gmail.com>
11931         * progmodes/compile.el (compilation-display-error): New command.
11932         (compilation-mode-map, compilation-minor-mode-map): Bind it to
11933         C-o.  (Bug#13992)
11935 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11937         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11939 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
11941         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11943 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
11945         * net/tramp-compat.el (tramp-compat-user-error): New defun.
11947         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11948         * net/tramp-gvfs.el (top):
11949         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11950         (tramp-handle-shell-command): Use it.
11951         (tramp-dissect-file-name): Raise an error when hostname is a
11952         method name, and neither method nor user is specified.
11954         * net/trampver.el: Update release number.
11956 2013-03-18  Leo Liu  <sdl.web@gmail.com>
11958         Make sure eldoc can be turned off properly.
11959         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11960         eldoc-mode.
11961         (eldoc-display-message-p): Revert last change.
11962         (eldoc-display-message-no-interference-p)
11963         (eldoc-print-current-symbol-info): Tweak.
11965 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
11967         * doc-view.el (doc-view-new-window-function): Check the new window
11968         overlay's display property instead the char property of the
11969         buffer's first char.  Use `with-selected-window' instead of
11970         `save-window-excursion' with `select-window'.
11971         (doc-view-document->bitmap): Check the current doc-view overlay's
11972         display property instead the char property of the buffer's first char.
11974 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11976         Automate the build of ja-dic.el (Bug#13984).
11977         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11978         from the input, rather than assume that it's been done for us by the
11979         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
11980         the current date into a ja-dic.el comment, as that complicates
11981         regression testing.
11983 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11985         * whitespace.el: Fix double evaluation.
11986         (whitespace-space, whitespace-hspace, whitespace-tab)
11987         (whitespace-newline, whitespace-trailing, whitespace-line)
11988         (whitespace-space-before-tab, whitespace-indentation)
11989         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11990         obsolete defvars.
11991         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11992         (whitespace-color-on): Use a single font-lock-add-keywords call.
11993         Fix double-evaluation of face variables.
11995 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
11997         * net/tramp-adb.el (tramp-adb-parse-device-names):
11998         Use `start-process' instead of `call-process'.  Otherwise, the
11999         function might be blocked under MS Windows.  (Bug#13299)
12001 2013-03-17  Leo Liu  <sdl.web@gmail.com>
12003         Extend eldoc to display info in the mode-line.  (Bug#13978)
12004         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
12005         (eldoc-mode-line-string): New variable.
12006         (eldoc-minibuffer-message): New function.
12007         (eldoc-message-function): New variable.
12008         (eldoc-message): Use it.
12009         (eldoc-display-message-p)
12010         (eldoc-display-message-no-interference-p):
12011         Support eldoc-post-insert-mode.
12013         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
12014         (eval-expression): Run it.
12016 2013-03-17  Roland Winkler  <winkler@gnu.org>
12018         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
12019         strings in the list of return values.
12021 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
12023         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
12024         radix before checking for HMS forms.
12026 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12028         * progmodes/scheme.el: Add indentation and font-locking for λ.
12029         (Bug#13975)
12031 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12033         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
12034         token before point (bug#13942).
12036 2013-03-16  Leo Liu  <sdl.web@gmail.com>
12038         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
12040 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
12042         * startup.el (command-line-normalize-file-name): Fix handling of
12043         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
12044         <xfq.free@gmail.com> in
12045         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
12047 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
12049         Sync with Tramp 2.2.7.
12051         * net/trampver.el: Update release number.
12053 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
12055         * doc-view.el: Fix bug#13887.
12056         (doc-view-insert-image): Don't modify overlay associated to
12057         non-live windows, and implement horizontal centering of image in
12058         case it's smaller than the window.
12059         (doc-view-new-window-function): Force redisplay of new windows on
12060         doc-view buffers.
12062 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
12064         * saveplace.el (save-place-alist-to-file): Don't sort
12065         `save-place-alist', just pretty-print it (bug#13882).
12067 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
12069         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12070         Check whether `default-file-name-coding-system' is bound.
12071         It isn't in XEmacs.
12073 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12075         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
12076         backquotes for `obsolete' (bug#13929).
12078         * international/mule.el (find-auto-coding): Include file name in
12079         obsolescence warning (bug#13922).
12081 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12083         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
12084         for CFEngine 3-specific indentation.
12085         (cfengine3-indent-line): Use it.  Fix up category regex.
12086         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
12088 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12090         * type-break.el (type-break-file-name):
12091         * textmodes/remember.el (remember-data-file):
12092         * strokes.el (strokes-file):
12093         * shadowfile.el (shadow-initialize):
12094         * saveplace.el (save-place-file):
12095         * ps-bdf.el (bdf-cache-file):
12096         * progmodes/idlwave.el (idlwave-config-directory):
12097         * net/quickurl.el (quickurl-url-file):
12098         * international/kkc.el (kkc-init-file-name):
12099         * ido.el (ido-save-directory-list-file):
12100         * emulation/viper.el (viper-custom-file-name):
12101         * emulation/vip.el (vip-startup-file):
12102         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12103         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
12105 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
12107         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
12108         * language/thai-word.el: Switch to UTF-8.
12110 See ChangeLog.16 for earlier changes.
12112 ;; Local Variables:
12113 ;; coding: utf-8
12114 ;; End:
12116   Copyright (C) 2011-2014 Free Software Foundation, Inc.
12118   This file is part of GNU Emacs.
12120   GNU Emacs is free software: you can redistribute it and/or modify
12121   it under the terms of the GNU General Public License as published by
12122   the Free Software Foundation, either version 3 of the License, or
12123   (at your option) any later version.
12125   GNU Emacs is distributed in the hope that it will be useful,
12126   but WITHOUT ANY WARRANTY; without even the implied warranty of
12127   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12128   GNU General Public License for more details.
12130   You should have received a copy of the GNU General Public License
12131   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.