Fix bug #16272 when inserting newline at point-min in electric-pair-mode.
[emacs.git] / lisp / ChangeLog
blob910d35afc4b0d24f75c0200bd891070426194dde
1 2013-12-28  João Távora  <joaotavora@gmail.com>
3         * elec-pair.el (electric-pair-post-self-insert-function): Don't
4         open extra newlines at beginning of buffer.  (Bug#16272)
6 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
8         * frame.el (window-system-for-display): Don't allow to create a
9         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
11 2013-12-28  Glenn Morris  <rgm@gnu.org>
13         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
14         Update callers.
16         * apropos.el (apropos-match-face):
17         * calculator.el (calculator-displayer):
18         * dabbrev.el (dabbrev-search-these-buffers-only):
19         * face-remap.el (buffer-face-mode-face):
20         * simple.el (yank-handled-properties):
21         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
22         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
23         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
24         (hashcash-double-spend-database):
25         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
26         (ruby-deep-indent-paren-style):
27         * textmodes/flyspell.el (flyspell-auto-correct-binding):
28         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
29         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
30         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
31         Specify custom types.
33         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
34         * bookmark.el (bookmark-bmenu-use-header-line):
35         * doc-view.el (doc-view-scale-internally):
36         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
37         * register.el (register-preview-delay):
38         * net/shr.el (shr-bullet):
39         * progmodes/cfengine.el (cfengine-cf-promises)
40         (cfengine-parameters-indent):
41         * progmodes/octave.el (inferior-octave-error-regexp-alist):
42         * textmodes/reftex-vars.el (reftex-label-regexps):
43         * vc/log-edit.el (log-edit-setup-add-author): Add version.
45         * net/tls.el (tls-certtool-program): Fix default value.
47         * desktop.el (desktop-restore-in-current-display):
48         * newcomment.el (comment-empty-lines):
49         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
50         (idlwave-pad-keyword):
51         * progmodes/tcl.el (tcl-tab-always-indent):
52         * textmodes/reftex-vars.el (reftex-index-default-tag):
53         * elec-pair.el (electric-pair-skip-whitespace):
54         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
56         * emacs-lisp/authors.el (authors-ignored-files)
57         (authors-valid-file-names, authors-renamed-files-alist): Additions.
59 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
61         * shell.el (shell-dynamic-complete-command): Doc fix.
62         (shell--command-completion-data): Shell completion now matches
63         executable filenames from the current buffer's directory, on
64         systems in which this behaviour is the default (windows-nt, ms-dos).
66 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
68         * net/shr.el (shr-insert): Don't infloop if the width is zero.
70 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
73         (bug#16251).
75         * electric.el: Move all electric-pair-* to elec-pair.el.
76         * elec-pair.el: New file, split from electric.el.
78 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
80         * net/shr.el (shr-find-fill-point): Don't try to fill if the
81         indentation level is larger than the width, because that will
82         infloop.
83         (shr-insert): Fill repeatedly long texts, so that Japanese is
84         formatted correctly (bug#16263).
85         (shr-find-fill-point): Off by one error in comparison with the
86         indentation.
88 2013-12-26  João Távora  <joaotavora@gmail.com>
90         * electric.el (electric-pair-mode): More flexible engine for skip-
91         and inhibit predicates, new options for pairing-related functionality.
92         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
93         if that keeps or improves their balance in buffers.
94         (electric-pair-delete-adjacent-pairs): Delete the pair when
95         backspacing over adjacent matched delimiters.
96         (electric-pair-open-extra-newline): Open extra newline when
97         inserting newlines between adjacent matched delimiters.
98         (electric--sort-post-self-insertion-hook):
99         Sort post-self-insert-hook according to priority values when
100         minor-modes are activated.
101         * simple.el (newline-and-indent): Call newline with interactive
102         set to t.
103         (blink-paren-post-self-insert-function): Set priority to 100.
104         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
105         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
106         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
107         electric-pair-open-newline-between-pairs to nil.
109 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
111         * progmodes/python.el: Use lexical-binding.
112         (python-nav-beginning-of-defun): Stop searching ASAP.
114 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
116         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
117         Fix interactive spec.  Doc fix.  (Bug#15754)
119 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
121         * emacs-lisp/byte-run.el (eval-when-compile):
122         * progmodes/cc-defs.el (cc-eval-when-compile):
123         Fix edebug spec (bug#16184).
125 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
127         * net/shr.el (shr-visit-file): Remove debugging function.
128         (shr-insert): Don't infloop if we can't find a good place to break
129         the line (bug#16256).
131 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
133         * progmodes/python.el:
134         (python-nav--lisp-forward-sexp): New function.
135         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
136         python-nav-lisp-forward-sexp-safe.
137         (python-nav--forward-sexp): New argument SAFE allows switching
138         forward sexp movement behavior for parens.
139         (python-nav-forward-sexp): Throw errors on unterminated parens
140         (Bug#16191).
141         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
142         (python-nav-backward-sexp-safe): New functions.
143         (python-shell-buffer-substring):
144         Use `python-nav-forward-sexp-safe'.
146 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
148         * net/shr.el (shr-find-fill-point): Don't break lines before a
149         quotation mark.
150         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
151         (shr-find-fill-point): Remove the special checks for the quotation
152         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
154 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
156         * net/eww.el (eww-form-textarea): Use a different face for
157         textareas than text input since they have different keymaps
158         (bug#16142).
160 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
162         * progmodes/python.el (python-nav-beginning-of-statement):
163         Speed up (Bug#15295).
165 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
167         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
168         the window configuration.
170 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
172         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
173         we run on MS-Windows or MS-DOS.
175 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
177         * window.el (balance-windows-area): Call window-size instead of
178         window-height and window-width.  Bug#16241.
180 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
182         * net/eww.el (eww-bookmark-quit): Remove.
183         (eww-bookmark-browse): Restore the window configuration when you
184         choose a bookmark (bug#16144).
186 2013-12-24  Daniel Colascione  <dancol@dancol.org>
188         * icomplete.el: Remove redundant :group arguments to `defcustom'
189         throughout.
190         (icomplete-show-matches-on-no-input): New customizable variable.
191         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
192         we have something to show.
193         (icomplete-exhibit): Compute completions even if we have no user input.
195 2013-12-23  Daniel Colascione  <dancol@dancol.org>
197         * icomplete.el: Move `provide' to end of file.
199 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
201         * net/gnutls.el (gnutls-verify-error): Add version tag.
203 2013-12-23  Chong Yidong  <cyd@gnu.org>
205         * subr.el (set-transient-map): Rename from
206         set-temporary-overlay-map.  Doc fix.
208         * face-remap.el (text-scale-adjust):
209         * indent.el (indent-rigidly):
210         * kmacro.el (kmacro-call-macro):
211         * minibuffer.el (minibuffer-force-complete):
212         * repeat.el (repeat):
213         * simple.el (universal-argument--mode):
214         * calendar/todo-mode.el (todo-insert-item--next-param):
215         * progmodes/f90.el (f90-abbrev-start): Callers changed.
217         * indent.el (indent-rigidly): Use substitute-command-keys.
219 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
221         * net/eww.el (eww-tag-select): Add text-property to jump to next
222         select field.
223         (eww): Add non-supported ftp error.
225 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
227         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
228         comments.  Handle electric indent after typing `?' and `!'.
230 2013-12-22  Chong Yidong  <cyd@gnu.org>
232         * faces.el (face-spec-recalc): If the theme specs are not
233         applicable to a frame, fall back on the defface spec.
234         This prevents themes from obliterating faces on low-color terminals.
236 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
238         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
239         after `{'.  We need it after block openers, and it doesn't seem
240         to hurt after hash openers.
242 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
244         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
245         extracted from `ruby-smie-rules'.
246         (ruby--electric-indent-chars): New variable.
247         (ruby--electric-indent-p): New function.
248         (ruby-mode): Use `electric-indent-functions' instead of
249         `electric-indent-chars'.
251 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
253         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
254         docstring.
255         (ruby-smie-rules): Indent plus one level after `=>'.
257 2013-12-21  Richard Stallman  <rms@gnu.org>
259         * simple.el (newline): Doc fix.
261 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
263         * net/eww.el (eww-list-histories, eww-list-histories)
264         (eww-history-browse, eww-history-quit, eww-history-kill)
265         (eww-history-mode-map, eww-history-mode): New command and
266         functions to list browser histories.
267         (eww-form-text): Support text form with disabled
268         and readonly attributes.
269         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
271 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
273         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
274         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
275         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
276         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
277         Use `user-error'.
278         (eww-bookmark-mode-map): Add menu.
279         (eww-render, eww-mode): Use `setq-local'.
280         (eww-tool-bar-map): New variable.
281         (eww-mode): Set `tool-bar-map'.
282         (eww-view-source): Check for `html-mode' with `fboundp'.
284 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286         * net/shr.el (shr--extract-best-source): Don't bug out on audio
287         elements with text inside.  Also remove debugging.
289 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
291         * cus-start.el (all): Add ns-use-srgb-colorspace.
293 2013-12-21  Chong Yidong  <cyd@gnu.org>
295         * custom.el (custom-theme-recalc-face): Do nothing if the face is
296         undefined.  Thus, theme settings for undefined faces do not take
297         effect until the faces are defined with defface, the same as with
298         theme variables.
300         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
301         (face-spec-reset-face): Don't assign extra properties in temacs.
302         (face-spec-recalc): Apply X resources too.
304 2013-12-21  Chong Yidong  <cyd@gnu.org>
306         * faces.el (face-spec-set):
307         * cus-face.el (custom-theme-set-faces, custom-set-faces):
308         * custom.el (defface): Doc fixes (Bug#16203).
310         * indent.el (indent-rigidly-map): Add docstring, and move commands
311         into named functions.
312         (indent-rigidly-left, indent-rigidly-right)
313         (indent-rigidly-left-to-tab-stop)
314         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
315         indentation direction based on bidi direction, and accumulate
316         sequential commands in a single undo boundary.
317         (indent-rigidly--pop-undo): New utility function.
319 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
321         * faces.el (read-face-name): Require crm.el when using crm-separator.
323 2013-12-20  Daniel Colascione  <dancol@dancol.org>
325         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
326         so that we don't reflow comments into the shebang line.
328 2013-12-20  Juri Linkov  <juri@jurta.org>
330         * saveplace.el (save-place-to-alist): Add `dired-filename' as
331         a position when `dired-directory' is non-nil.  Check integer
332         positions with `integerp'.
333         (toggle-save-place, save-places-to-alist): Add check for
334         `dired-directory'.
335         (save-place-find-file-hook): Check integer positions with
336         `integerp'.
337         (save-place-dired-hook): Use `dired-goto-file' when
338         `dired-filename' is found in the assoc list.  Check integer
339         positions with `integerp'.
340         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
342         * dired.el (dired-initial-position-hook): Rename back from
343         `dired-initial-point-hook'.
344         (dired-initial-position): Rename `dired-initial-point-hook' to
345         `dired-initial-position-hook'.
346         (dired-file-name-at-point): Doc fix.  (Bug#15329)
348 2013-12-20  Juri Linkov  <juri@jurta.org>
350         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
351         (read-regexp-suggestions): New function.
352         (read-regexp): Use `read-regexp-defaults-function' to get default values.
353         Use `read-regexp-suggestions'.  Add non-empty default to history
354         for empty input.
355         (occur-read-regexp-defaults-function): Remove function.
356         (occur-read-primary-args): Use `regexp-history-last' instead of
357         `occur-read-regexp-defaults-function'.
359         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
360         (hi-lock-line-face-buffer, hi-lock-face-buffer)
361         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
362         `hi-lock-read-regexp-defaults-function'.  Doc fix.
363         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
364         with `find-tag-default-as-symbol-regexp'.  Doc fix.
365         (hi-lock-read-regexp-defaults): Remove function.
366         (hi-lock-regexp-okay): Add check for null.
368         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
369         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
371         * subr.el (find-tag-default-as-symbol-regexp): New function.
372         (find-tag-default-as-regexp): Move symbol regexp formatting to
373         `find-tag-default-as-symbol-regexp'.
375 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
377         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
378         (Bug#14179)
380 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
382         * calendar/todo-mode.el: New implementation of item insertion
383         commands and key bindings.
384         (todo-key-prompt): New face.
385         (todo-insert-item): New command.
386         (todo-insert-item--parameters): New defconst, replacing defvar
387         todo-insertion-commands-args-genlist.
388         (todo-insert-item--param-key-alist): New defconst, replacing
389         defvar todo-insertion-commands-arg-key-list.
390         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
391         (todo-insert-item--argsleft, todo-insert-item--apply-args)
392         (todo-insert-item--next-param): New functions.
393         (todo-insert-item--args, todo-insert-item--argleft)
394         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
395         New variables.
396         (todo-key-bindings-t): Change binding of "i" from
397         todo-insertion-map to todo-insert-item.
398         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
399         (todo-insertion-command-name, todo-insertion-commands-names)
400         (todo-define-insertion-command, todo-insertion-commands)
401         (todo-insertion-key-bindings, todo-insertion-map): Remove.
403 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
405         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
406         (todo-toggle-item-highlighting): Use eval-and-compile instead of
407         eval-when-compile.
408         (todo-move-category): Allow choosing a non-existing todo file to
409         move the category to, and create that file.
410         (todo-default-priority): New user option.
411         (todo-set-item-priority): Use it.
412         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
413         (desktop-restore-file-buffer): Declare.
414         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
415         (todo-modes-set-2): Locally set desktop-save-buffer to
416         todo-desktop-save-buffer.
417         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
418         (auto-mode-alist): Add autoload cookie.
420 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
422         * emacs-lisp/subr-x.el: Renamed from helpers.el.
423         helpers.el was a poor choice of name.
424         (string-remove-prefix): New function.
425         (string-remove-suffix): New function.
427 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
429         Fix assignment for new window total sizes.
430         * window.el (window--pixel-to-size): Remove function.
431         (window--pixel-to-total-1, window--pixel-to-total):
432         Fix calculation of new total sizes.
434 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
436         * comint.el (comint-output-filter): Fix rear-nonsticky property
437         placement (Bug#16010).
439 2013-12-20  Chong Yidong  <cyd@gnu.org>
441         * faces.el (read-color): Minor fix for completion function.
443 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
445         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
446         New option.  (Bug#16182)
447         (ruby-smie--indent-to-stmt-p): Use it.
448         (ruby-smie-rules): Revert the logic in the handling of `when'.
449         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
450         (ruby-deep-arglist, ruby-deep-indent-paren)
451         (ruby-deep-indent-paren-style): Update docstrings to note that the
452         vars don't have any effect with SMIE.
454 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
456         * calc/calc.el (calc-enter, calc-pop): Use the variable
457         `calc-context-sensitive-enter'.
459 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461         * net/shr.el (shr-insert): Protect against infloops in degenerate
462         tables.
464 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
466         * progmodes/octave.el (octave): Add link to manual and octave
467         homepage.
468         (octave-mode-menu): Link to octave-mode manual.
470 2013-12-20  Leo Liu  <sdl.web@gmail.com>
472         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
473         insertion using skeleton-end-newline.  (Bug#16138)
475 2013-12-20  Juri Linkov  <juri@jurta.org>
477         * replace.el (occur-engine): Use `add-face-text-property'
478         to add the face property to matches and titles.  (Bug#14645)
480         * hi-lock.el (hi-green): Use lighter color "light green" closer to
481         the palette of other hi-lock colors.
482         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
484 2013-12-19  Juri Linkov  <juri@jurta.org>
486         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
487         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
488         (minibuffer-history-symbol): Move variable declaration closer to
489         its usage.
491         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
492         (Bug#14785)
494 2013-12-19  Juri Linkov  <juri@jurta.org>
496         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
497         New function.
498         (log-edit-hook): Add it to :options.  (Bug#16170)
500 2013-12-19  Juri Linkov  <juri@jurta.org>
502         * simple.el (eval-expression-print-format): Don't check for
503         command names and the last command.  Always display additional
504         formats of the integer result in the echo area, and insert them
505         to the current buffer only with a zero prefix arg.
506         Display character when char-displayable-p is non-nil.
507         (eval-expression): With a zero prefix arg, set `print-length' and
508         `print-level' to nil, and insert the integer values from
509         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
511         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
512         `eval-last-sexp-arg-internal'.  Doc fix.
513         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
514         `eval-last-sexp-print-value'.  Doc fix.
515         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
516         Set `print-length' and `print-level' to nil when arg is zero.
517         (eval-last-sexp): Doc fix.
518         (eval-defun-2): Print the integer values from
519         `eval-expression-print-format' at the end.
521         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
522         values from `eval-expression-print-format' at the end.
524         * ielm.el (ielm-eval-input): Print the integer
525         values from `eval-expression-print-format' at the end.
527 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
529         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
530         2013-12-11T19:01:44Z!tzz@lifelogs.com.
532 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
535         (hl-line-highlight, global-hl-line-highlight): Use it.
536         (hl-line-overlay): Use defvar-local.
538 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
540         * term/ns-win.el: Require dnd.
541         (global-map): Remove drag items.
542         (ns-insert-text, ns-set-foreground-at-mouse)
543         (ns-set-background-at-mouse):
544         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
545         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
546         New functions.
548 2013-12-19  Glenn Morris  <rgm@gnu.org>
550         * emacs-lisp/ert.el (ert-select-tests):
551         Fix string/symbol mixup.  (Bug#16121)
553 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
555         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
556         keywords to their parent.
558 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
560         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
561         first arg to be a string (fixed dead code), or an operator symbol.
562         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
563         operator symbols.
564         (ruby-smie-rules): Remove parent token check in the `.' clause, it
565         did nothing.  Don't respond to `(:after ".")', it will be called
566         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
567         change anything.  Only return indentation for binary operators
568         when they are hanging.  De-dent opening paren when its parent is
569         `.', otherwise it looks bad when the dot is not at bol or eol
570         (bug#16182).
572 2013-12-19  Juri Linkov  <juri@jurta.org>
574         * replace.el (query-replace-read-args): Split a non-negative arg
575         and a negative arg into separate elements.
576         (query-replace, query-replace-regexp, replace-string)
577         (replace-regexp): Add arg `backward'.  Doc fix.
578         (replace-match-maybe-edit): When new arg `backward' is non-nil,
579         move point to the beginning of the match.
580         (replace-search, replace-highlight): Use new arg `backward'
581         to set the value of `isearch-forward'.
582         (perform-replace): Add arg `backward' and use it to perform
583         replacement backward.  (Bug#14979)
585         * isearch.el (isearch-query-replace): Use a negative prefix arg
586         to call `perform-replace' with a non-nil arg `backward'.
588 2013-12-18  Juri Linkov  <juri@jurta.org>
590         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
591         to the default list.  Move `log-edit-show-files' to the end.
592         Add more available functions to options.
593         (log-edit): Move default specific settings to
594         `log-edit-insert-message-template'.  Don't move point.
595         (log-edit-insert-message-template): New function.
596         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
597         (Bug#16170)
599 2013-12-18  Juri Linkov  <juri@jurta.org>
601         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
602         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
604 2013-12-18  Leo Liu  <sdl.web@gmail.com>
606         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
607         (Bug#16186)
609 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
611         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
612         formats for displaying file sizes when the -s switch is given.
613         Instead, compute a separate format for displaying the size in
614         blocks, which is displayed in addition to the "regular" size.
615         When -h is given in addition to -s, produce size in blocks in
616         human-readable form as well.  (Bug#16179)
618 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
620         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
621         Reference tables with ~\ref{...} instead of only \ref{...}.
623 2013-12-18  Chong Yidong  <cyd@gnu.org>
625         * cus-edit.el (custom-magic-alist): Fix "themed" description
626         (Bug#14348).
628         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
629         is non-nil, do not create a new entry in the symbol's theme-value
630         or theme-face property; update theme-settings only (Bug#14664).
631         (custom-available-themes): Doc fix.
633         * cus-theme.el (custom-new-theme-mode-map): Add bindings
634         (Bug#15674).
636         * replace.el (occur-engine): Avoid infloop (Bug#7593).
638 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
640         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
641         (Bug#13914).
643 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
645         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
647 2013-12-18  Glenn Morris  <rgm@gnu.org>
649         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
650         * cus-start.el (load-prefer-newer): New option.
652 2013-12-18  Le Wang  <l26wang@gmail.com>
654         * comint.el (comint-previous-matching-input-from-input):
655         Retain point (Bug#13404).
657 2013-12-18  Chong Yidong  <cyd@gnu.org>
659         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
661 2013-12-18  Glenn Morris  <rgm@gnu.org>
663         * mail/emacsbug.el (report-emacs-bug):
664         Only mention enable-multibyte-characters if non-standard.
666 2013-12-17  Juri Linkov  <juri@jurta.org>
668         * arc-mode.el (archive-extract-by-file): Check if directory exists
669         before deletion to not show irrelevant errors if it doesn't exist.
671 2013-12-17  Juri Linkov  <juri@jurta.org>
673         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
674         (Bug#14751)
676         * net/eww.el (browse-web): Add alias to `eww'.
677         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
678         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
680         * net/browse-url.el (browse-url-browser-function): Move `eww'
681         closer to similar functions.
683         * startup.el (fancy-startup-screen, fancy-about-screen):
684         Set browse-url-browser-function to eww-browse-url locally.
685         (Bug#14751)
687 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * window.el (window--pixel-to-total): Remove unused `mini' var.
690         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
691         (split-window): Remove unused `new' var.
692         (window--display-buffer): Remove unused `frame' and `delta' vars.
693         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
694         and display-width'.
696 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
698         * dired.el (dired-mark-pop-up):
699         * register.el (register-preview): Don't bind
700         split-height-threshold here since it's now done in
701         display-buffer-below-selected.
703 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
705         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
706         xterm-rgb-convert-to-16bit.
707         (rxvt-register-default-colors): Standardize with
708         xterm-register-default-colors (Bug#14078).
710 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
712         * simple.el (kill-region): Pass mark first, then point, so that
713         kill-append works right (Bug#12819).
714         (copy-region-as-kill, kill-ring-save): Likewise.
716 2013-12-17  Leo Liu  <sdl.web@gmail.com>
718         * net/rcirc.el (rcirc-add-face):
719         * eshell/em-prompt.el (eshell-emit-prompt):
720         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
721         (Bug#16167)
723 2013-12-17  Chong Yidong  <cyd@gnu.org>
725         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
726         Suggested by Xue Fuqiao.
728 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
730         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
732 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * net/shr.el (shr-insert-document): Remove unused var
735         `shr-preliminary-table-render'.
736         (shr-rescale-image): Remove unused arg `force'.
737         (shr-put-image): Update calls accordingly.
738         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
740 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
742         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
743         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
744         :close-all, to see which indentation method to use (Bug#16116).
745         (smie-rules-function): Document the method :close-all.
747 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
751         * net/eww.el (eww-display-html): If we can't find the anchor we're
752         looking for, then go to point-min.
754 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
756         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
757         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
758         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
759         Expand dir too, in case it's relative.
761 2013-12-16  Juri Linkov  <juri@jurta.org>
763         * desktop.el (desktop-auto-save-timeout): Change default to
764         `auto-save-timeout'.  Doc fix.
765         (desktop-save): Skip the timestamp in desktop-saved-frameset
766         when checking for auto-save changes.
767         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
768         `desktop-auto-save' is called repeatedly by the idle timer.
769         (desktop-auto-save-set-timer): Replace `run-with-timer' with
770         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
771         (Bug#15331)
773 2013-12-16  Juri Linkov  <juri@jurta.org>
775         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
776         (Bug#16035)
777         (isearch-pre-command-hook): Check `this-command' for symbolp.
779 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
781         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
783 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
785         * progmodes/cfengine.el (cfengine3--current-word): Remove.
786         (cfengine3--current-function): Bring in the current-function
787         functionality from `cfengine3--current-word'.
788         (cfengine3-completion-function): Bring in the
789         bounds-of-current-word functionality from
790         `cfengine3--current-word'.
792 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
794         * window.el (display-buffer-below-selected):
795         Bind split-height-threshold to 0 as suggested by Juri Linkov.
797 2013-12-16  Leo Liu  <sdl.web@gmail.com>
799         * progmodes/compile.el (compile-goto-error): Do not push-mark.
800         Remove NOMSG arg and all uses changed.
802 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
804         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
805         (cua--deactivate-rectangle): Don't deactivate the mark.
806         (cua-set-rectangle-mark): Don't set mark-active since
807         cua--activate-rectangle already does it for us.
808         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
809         non-rectangular region.
811         * emulation/cua-base.el (cua-repeat-replace-region):
812         Use with-current-buffer.
814         * net/gnutls.el: Use cl-lib.
815         (gnutls-negotiate): `mapcan' -> cl-mapcan.
817 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
819         * emacs-lisp/package.el (package-built-in-p): Support both
820         built-in and the package.el converted package descriptions.
821         (package-show-package-list): Allow keywords.
822         (package-keyword-button-action): Use it instead of
823         `finder-list-matches'.
824         (package-menu-filter-interactive): Interactive filtering (by
825         keyword) function.
826         (package-menu--generate): Support keywords and change keymappings
827         and headers when they are given.
828         (package--has-keyword-p): Helper function.
829         (package-menu--refresh): Use it.
830         (package--mapc): Helper function.
831         (package-all-keywords): Use it.
832         (package-menu-mode-map): Set up menu items and keybindings to
833         provide a filtering UI.
835 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
837         * net/gnutls.el (gnutls-verify-error): New defcustom to control
838         the behavior when a certificate fails validation.  Defaults to
839         old behavior: never abort, just warn.
840         (gnutls-negotiate): Use it.
842 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
844         * window.el (display-buffer-below-selected): Never split window
845         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
847 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
849         * emacs-lisp/package.el (package--prepare-dependencies): New function.
850         (package-buffer-info): Use it (bug#15108).
852 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * icomplete.el (icomplete-completions): Make sure the prefix is already
855         displayed elsewhere before hiding it (bug#16219).
857 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
859         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
860         open-paren tokens when preceded by a open-paren, too.
861         (ruby-smie-rules): Handle virtual indentation after open-paren
862         tokens specially.  If there is code between it and eol, return the
863         column where is starts (Bug#16118).
865 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
867         * progmodes/cfengine.el: Fix `add-hook' doc.
868         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
869         (cfengine3--current-word): Fix parameters.
870         (cfengine3-make-syntax-cache): Simplify further.
871         (cfengine3-completion-function, cfengine3--current-function):
872         Use `assq' for symbols.
873         (cfengine3--current-function): Fix `cfengine3--current-word' call.
875 2013-12-13  Glenn Morris  <rgm@gnu.org>
877         * loadup.el (load-path): Warn if site-load or site-init changes it.
878         No more need to reset it when bootstrapping.
880 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
882         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
883         locations for cf-promises.
884         (cfengine-mode-syntax-functions-regex): New caching variable.
885         (cfengine3-fallback-syntax): Fallback syntax for cases where
886         cf-promises doesn't run.
887         (cfengine3--current-word): Reimplement using
888         `cfengine-mode-syntax-functions-regex'.
889         (cfengine3-completion-function, cfengine3--current-function):
890         Use `cfengine3-make-syntax-cache' directly.
891         (cfengine3-clear-syntax-cache): New function.
892         (cfengine3-make-syntax-cache): Simplify and create
893         `cfengine-mode-syntax-functions-regex' on demand.
894         (cfengine3-format-function-docstring): Don't call
895         `cfengine3-make-syntax-cache' explicitly.
897 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
899         Fix windmove-find-other-window broken after pixelwise resizing
900         (Bug#16017).
901         * windmove.el (windmove-other-window-loc): Revert change from
902         2013-12-04.
903         (windmove-find-other-window): Call window-in-direction.
904         * window.el (window-in-direction): New arguments SIGN, WRAP and
905         MINI to emulate original windmove-find-other-window behavior.
907 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
909         * simple.el (blink-matching--overlay): New variable.
910         (blink-matching-open): Instead of moving point, highlight the
911         matching paren with an overlay
912         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
914         * faces.el (paren-showing-faces, show-paren-match)
915         (show-paren-mismatch): Move from paren.el.
917 2013-12-13  Leo Liu  <sdl.web@gmail.com>
919         * indent.el (indent-region): Disable progress reporter in
920         minibuffer.  (Bug#16108)
922         * bindings.el (visual-order-cursor-movement): Fix version.
924 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
926         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
927         Also match after beginning of line.
928         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
929         files.  Thanks to Russell Sim.  (Bug#15378)
931 2013-12-13  Juri Linkov  <juri@jurta.org>
933         * simple.el <Keypad support>: Remove key bindings duplicated
934         with bindings.el.  (Bug#14397)
936 2013-12-13  Juri Linkov  <juri@jurta.org>
938         * comint.el (comint-mode-map): Replace `delete-char' with
939         `delete-forward-char'.  (Bug#16109)
941 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
943         * progmodes/python.el (python-indent-calculate-indentation):
944         Fix de-denters cornercase.  (Bug#15731)
946 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
948         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
949         (advice--make): Pay attention to `depth'.
950         (advice--make-1): Don't autoload commands eagerly.
951         * emacs-lisp/elp.el (elp-instrument-function):
952         * emacs-lisp/trace.el (trace-function-internal):
953         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
955         * iswitchb.el (iswitchb-mode): Don't belittle ido.
957 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
959         * term/w32-win.el (w32-handle-dropped-file):
960         * startup.el (normal-top-level):
961         * net/browse-url.el (browse-url-file-url):
962         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
963         decode file names using 'utf-8' rather than
964         file-name-coding-system.
966 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
968         * progmodes/python.el (python-indent-context)
969         (python-indent-calculate-indentation): Fix auto-identation
970         behavior for comment blocks.  (Bug#15916)
972 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
974         * progmodes/python.el (python-indent-calculate-indentation):
975         When determining indentation, don't treat "return", "pass", etc., as
976         operators when they are just string constituents.  (Bug#15812)
978 2013-12-12  Juri Linkov  <juri@jurta.org>
980         * uniquify.el (uniquify-buffer-name-style): Change default to
981         `post-forward-angle-brackets'.
983         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
984         `uniquify'.  Change default to `post-forward-angle-brackets'.
986 2013-12-11  Glenn Morris  <rgm@gnu.org>
988         * emacs-lisp/package.el (finder-list-matches):
989         Autoload rather than falsely declaring.
991 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
993         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
994         (eww-mode-map): Use them.
996 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
998         * window.el (display-buffer-in-side-window): Fix doc-string
999         (Bug#16115).
1001 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
1003         * vc/vc-git.el: Silence byte-compiler warnings.
1004         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
1005         (log-edit-set-header): Declare.
1007 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
1009         * Makefile.in (custom-deps, finder-data): Run output file names
1010         through unmsys--file-name.  (Bug#16099)
1012 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
1015         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
1017         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
1018         instead of deleting the selection "by hand" (bug#16098).
1019         Rely on insert-for-yank to yank rectangles.
1020         (cua-highlight-region-shift-only): Mark obsolete.
1021         (cua-mode): Don't enable/disable transient-mark-mode,
1022         shift-select-mode (cua-mode works both with and without them), and
1023         pc-selection-mode (obsolete).
1024         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
1025         (cua--deactivate-rectangle): Deactivate it.
1027         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
1028         (delete-selection-helper): Make sure yank starts at the top of the
1029         deleted region.
1030         (minibuffer-keyboard-quit): Use region-active-p.
1032         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1034         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1035         to `delete' (bug#16109).
1037 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1039         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1040         info manual and show keybindings and set `:group' keyword.
1042 2013-12-11  Juri Linkov  <juri@jurta.org>
1044         * delsel.el (delete-active-region): Let-bind `this-command'
1045         to prevent `kill-region' from changing its original value.
1046         (delete-selection-helper): Handle `overwrite-mode' for the type
1047         `kill' exactly the same way as for the type `t'.
1048         (insert-char, quoted-insert, reindent-then-newline-and-indent):
1049         Support more commands.  (Bug#13312)
1051 2013-12-11  Juri Linkov  <juri@jurta.org>
1053         * bindings.el: Map kp keys to non-kp keys systematically
1054         with basic modifiers control, meta and shift.  (Bug#14397)
1056 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1058         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1059         "Close browser" menu items.  Fix wrong function of "List
1060         bookmarks".
1062 2013-12-11  Juri Linkov  <juri@jurta.org>
1064         * misearch.el (multi-isearch-buffers): Set the value of
1065         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1066         arg of isearch-forward to t.
1067         (multi-isearch-buffers-regexp): Set the value of
1068         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1069         arg of isearch-forward-regexp to t.
1070         (multi-isearch-files): Set the value of
1071         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
1072         arg of isearch-forward to t.
1073         (multi-isearch-files-regexp): Set the value of
1074         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
1075         arg of isearch-forward-regexp to t.  (Bug#16035)
1077         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1078         arg of isearch-forward to t.
1079         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1080         arg of isearch-forward-regexp to t.
1081         (dired-isearch-filter-filenames): Remove unnecessary check for
1082         `dired-isearch-filenames'.
1084         * comint.el (comint-history-isearch-backward):
1085         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1086         (comint-history-isearch-backward-regexp):
1087         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1089 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
1091         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1092         unmsys--file-name.  (Bug#16099)
1094 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
1096         * emacs-lisp/package.el (package-keyword-button-action):
1097         Remove finder.el require dependency.
1099 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
1101         * emacs-lisp/package.el: Require finder.el.
1102         (describe-package-1): Add keyword buttons.
1103         (package-make-button): New convenience function.
1104         (package-keyword-button-action): Keyword button action using
1105         `finder-list-matches'.
1107 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
1109         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1110         last commit.
1112 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
1114         * autorevert.el (auto-revert-notify-add-watch): Do not handle
1115         symlinked files.
1117 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1119         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1120         after the end of a percent literal.
1122 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1124         * progmodes/ruby-mode.el (ruby-forward-string): Document.
1125         Handle caret-delimited strings (Bug#16079).
1127 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1129         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1130         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1131         `ruby-parse-partial' (Bug#16078).
1133 2013-12-09  Leo Liu  <sdl.web@gmail.com>
1135         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
1137 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1139         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1140         (js-switch-indent-offset): New option.
1141         (js--proper-indentation): Use it.  And handle the case when
1142         "default" is actually a key in an object literal.
1143         (js--same-line): New function.
1144         (js--multi-line-declaration-indentation): Use it.
1145         (js--indent-in-array-comp, js--array-comp-indentation):
1146         New functions.
1147         (js--proper-indentation): Use them, to handle array comprehension
1148         continuations.
1150 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1152         * progmodes/flymake.el (flymake-highlight-line): Re-write.
1153         (flymake-make-overlay): Remove arg MOUSE-FACE.
1154         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1156 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1159         New function.
1160         (redisplay-highlight-region-function): Use it.
1162         * emulation/cua-base.el (cua--explicit-region-start)
1163         (cua--last-region-shifted): Remove.
1164         (cua--deactivate): Use deactivate-mark.
1165         (cua--pre-command-handler-1): Don't handle shift-selection.
1166         (cua--post-command-handler-1): Don't change transient-mark-mode.
1167         (cua--select-keymaps): Use region-active-p rather than
1168         cua--explicit-region-start or cua--last-region-shifted.
1169         (cua-mode): Enable shift-select-mode.
1171 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1173         * progmodes/flymake.el (flymake-popup-current-error-menu):
1174         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
1175         (flymake-posn-at-point-as-event, flymake-popup-menu)
1176         (flymake-make-emacs-menu): Remove.  (Bug#16077)
1178 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1180         * rect.el (rectangle-mark-mode): Activate mark even if
1181         transient-mark-mode is off (bug#16066).
1182         (rectangle--highlight-for-redisplay): Fix boundary condition when point
1183         is > mark and at bolp.
1185         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1186         (region-extract-function): Use it.
1187         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1188         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1189         Delete functions.
1190         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1191         kill-ring-save, kill-region, delete-char, delete-forward-char.
1192         Ignore self-insert-iso.
1194         * emulation/cua-gmrk.el (cua--init-global-mark):
1195         Ignore `self-insert-iso'.
1197         * emulation/cua-base.el (cua--prefix-copy-handler)
1198         (cua--prefix-cut-handler): Rely on region-extract-function rather than
1199         checking cua--rectangle.
1200         (cua-delete-region): Use region-extract-function.
1201         (cua-replace-region): Delete function.
1202         (cua-copy-region, cua-cut-region): Obey region-extract-function.
1203         (cua--pre-command-handler-1): Don't do the delete-selection thing.
1204         (cua--self-insert-char-p): Ignore `self-insert-iso'.
1205         (cua--init-keymaps): Don't remap delete-selection commands.
1206         (cua-mode): Use delete-selection-mode instead of rolling our own
1207         (bug#16085).
1209         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1210         Obey region-extract-function.
1212         Make registers and delete-selection-mode work on rectangles.
1213         * register.el (describe-register-1): Don't modify the register's value.
1214         (copy-to-register): Obey region-extract-function.
1215         * delsel.el (delete-active-region): Obey region-extract-function.
1217 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1219         * progmodes/flymake.el (flymake, flymake-error-bitmap)
1220         (flymake-warning-bitmap, flymake-fringe-indicator-position)
1221         (flymake-compilation-prevents-syntax-check)
1222         (flymake-start-syntax-check-on-newline)
1223         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1224         (flymake-start-syntax-check-on-find-file, flymake-log-level)
1225         (flymake-xml-program, flymake-master-file-dirs)
1226         (flymake-master-file-count-limit)
1227         (flymake-allowed-file-name-masks): Relocate.
1228         (flymake-makehash, flymake-float-time)
1229         (flymake-replace-regexp-in-string, flymake-split-string)
1230         (flymake-get-temp-dir): Remove.
1231         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1232         (flymake-current-row, flymake-selected-frame)
1233         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1234         related functions.  (Bug#16077)
1236 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
1238         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1240 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
1242         * help-fns.el (describe-function-1): Use new advice-* functions
1243         rather than old ad-* functions.  Fix function type description and
1244         source links for advised functions and subrs.
1246 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1250 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
1252         * progmodes/compile.el (compilation-start):
1253         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1255         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1256         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
1258 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1260         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1261         Touch up the last change.
1263 2013-12-06  Leo Liu  <sdl.web@gmail.com>
1265         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1266         (inferior-octave-startup): Always use "octave> " for prompt.
1267         (octave-goto-function-definition)
1268         (octave-sync-function-file-names)
1269         (octave-find-definition-default-filename): Remove redundant backquotes.
1271 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1273         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1274         syntax for `?'.
1275         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1276         where appropriate already.
1277         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1278         end of method names (Bug#15874).
1280 2013-12-06  Juri Linkov  <juri@jurta.org>
1282         * isearch.el (isearch--saved-overriding-local-map):
1283         New internal variable.
1284         (isearch-mode): Set it to the initial value of
1285         `overriding-terminal-local-map'.
1286         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1287         with `isearch--saved-overriding-local-map'.  (Bug#16035)
1289 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1291         * progmodes/octave.el (inferior-octave-completion-table):
1292         Turn back into function, use `completion-table-with-cache'
1293         (Bug#11906).  Update all references.
1295         * minibuffer.el (completion-table-with-cache): New function.
1297 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1299         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1301 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
1303         * net/eww.el (eww-current-source): New variable to store page
1304         source.
1305         (eww-display-html, eww-mode, eww-save-history)
1306         (eww-restore-history): Use it.
1307         (eww-view-source): New command to view page source.
1308         Opportunistically uses `html-mode' to highlight the buffer.
1309         (eww-mode-map): Install it.
1311 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1313         * net/dbus.el (dbus-unregister-service)
1314         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1315         Fix docstring.
1316         (dbus-unregister-service): Skip :serial entries in
1317         `dbus-registered-objects-table'.
1318         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1320 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
1322         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1323         around keywords with extra `split-string' argument.
1325 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
1327         * windmove.el (windmove-other-window-loc): Handle navigation
1328         between windows (excluding the minibuffer window - Bug#16017).
1330 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
1332         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1333         in D-Bus type syntax.
1334         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1335         preserve unibyte strings.  (Bug#16048)
1337 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1340         Call force-mode-line-update is the proper buffer (bug#16042).
1342 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
1344         * vc/log-edit.el (log-edit-add-new-comment): Rename to
1345         `log-edit-remember-comment', make argument optional.  Adjust all
1346         callers.
1347         (log-edit-mode): Add `log-edit-remember-comment' to
1348         `kill-buffer-hook' locally.
1349         (log-edit-kill-buffer): Don't remember comment explicitly since
1350         the buffer is killed anyway.
1352 2013-12-04  Juri Linkov  <juri@jurta.org>
1354         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1355         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
1357 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
1359         * notifications.el (notifications-close-notification): Call the
1360         D-Bus method with ID being a `:uint32'.  (Bug#16030)
1362 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1364         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1366 2013-12-03  Juri Linkov  <juri@jurta.org>
1368         * progmodes/compile.el (compilation-start): Rename window alist
1369         entry `no-display-ok' to `allow-no-window'.
1371         * simple.el (shell-command): Add window alist entry
1372         `allow-no-window' to `display-buffer'.
1373         (async-shell-command): Doc fix.
1375         * window.el (display-buffer-no-window): New action function.
1376         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
1378 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1380         * vc/log-edit.el (log-edit-set-header): Extract from
1381         `log-edit-toggle-header'.
1382         (log-edit-extract-headers): Separate the summary, when extracted
1383         from header, from the rest of the message with an empty line.
1385         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1386         line, if present, to the Summary header.
1388 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1391         in current-buffer (bug#16029).
1393 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
1395         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1396         (debugger-mode-map): Bind it.
1397         (debugger--backtrace-base): New function.
1398         (debugger-eval-expression): Use it.
1399         (debugger-frame-number): Skip local vars when present.
1400         (debugger--locals-visible-p, debugger--insert-locals)
1401         (debugger--show-locals, debugger--hide-locals): New functions.
1403 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
1405         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1406         "LC_ALL".
1407         (tramp-get-remote-locale): New defun.
1408         (tramp-open-connection-setup-interactive-shell): Use it.
1410 2013-12-02  Leo Liu  <sdl.web@gmail.com>
1412         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
1414         * progmodes/sh-script.el (sh-shell-process):
1415         * progmodes/octave.el (inferior-octave-process-live-p):
1416         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1417         (gdb-inferior-io-sentinel):
1418         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1420 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1422         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1423         `save-selected-window' to `log-edit-hide-buf'.  This makes
1424         `log-edit-show-files' idempotent.
1425         (log-edit-show-files): Mark the new window as dedicated.
1427 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1429         * vc/log-edit.el (log-edit-mode-map): Add binding for
1430         `log-edit-kill-biffer'.
1431         (log-edit-hide-buf): Add a FIXME comment.
1432         (log-edit-add-new-comment): New function, extracted from
1433         `log-edit-done'.
1434         (log-edit-done, log-edit-add-to-changelog): Use it.
1435         (log-edit-kill-buffer): New command.
1437 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1440         instead of killing the buffer.
1442 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1444         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1446 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1448         * net/eww.el (eww-form-checkbox-selected-symbol)
1449         (eww-form-checkbox-symbol): New customizable variable.
1450         (eww-form-checkbox, eww-toggle-checkbox):
1451         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1453         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1454         (shr--get-media-pref, shr--extract-best-source): New function.
1455         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1456         no :src tag was specified.
1458         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1459         (eww-render): Handle `eww-use-external-browser-for-content-type'.
1460         Use \\` to match beginning of string instead of ^.
1461         (eww-browse-with-external-browser): Provide optional URL parameter.
1462         (eww-render): Set `eww-current-title' back to "".
1464         * net/shr.el (shr-tag-video): Display content for video if no
1465         poster is available.
1466         (shr-tag-audio): Add support for <audio> tag.
1468         * net/eww.el (eww-text-input-types): New const.
1469         (eww-process-text-input): Treat input types in
1470         `eww-text-input-types' as text.
1472         * net/shr.el (shr-tag-table): Fix comment typo.
1474 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476         * net/eww.el (eww-follow-link): New command to avoid reloading
1477         pages when we follow #target links (bug#15243).
1478         (eww-quit): Special mode buffers shouldn't query before exiting.
1480 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1482         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1483         forms.
1485 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487         * net/eww.el (eww-restore-history): Update the window title after
1488         moving in the history.
1489         (eww-current-dom): New variable used to save the current DOM.
1491 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
1493         * vc/log-edit.el (log-edit-mode-map): Add binding for
1494         `log-edit-beginning-of-line'.
1495         (log-edit-setup-add-author): New user option.
1496         (log-edit-beginning-of-line): New command.
1497         (log-edit): Move major mode call above the contents setup so that
1498         the local variable values are already applied.
1499         (log-edit): Only insert "Author: " when
1500         `log-edit-setup-add-author' is non-nil.
1501         (log-edit): When SETUP is non-nil, position point after ": "
1502         instead of point-min.
1504 2013-12-01  Glenn Morris  <rgm@gnu.org>
1506         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1508 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
1510         * startup.el (fancy-splash-frame): On MS-Windows, trigger
1511         redisplay to make sure the initial frame gets a chance to become
1512         visible.  (Bug#16014)
1514 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
1516         Support resizing frames and windows pixelwise.
1517         * cus-start.el (frame-resize-pixelwise)
1518         (window-resize-pixelwise): New entries.
1519         * emacs-lisp/debug.el (debug): Use window-total-height instead
1520         of window-total-size.
1521         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1522         * help.el (describe-bindings-internal): Call help-buffer
1523         (temp-buffer-max-width): New option.
1524         (resize-temp-buffer-window, help-window-setup)
1525         (with-help-window): Rewrite.
1526         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
1527         dragging dividers.
1528         * window.el (frame-char-size, window-min-pixel-height)
1529         (window-safe-min-pixel-height, window-safe-min-pixel-width)
1530         (window-min-pixel-width, window-safe-min-pixel-size)
1531         (window-combination-p, window-safe-min-size)
1532         (window-resizable-p, window--size-to-pixel)
1533         (window--pixel-to-size, window--resize-apply-p): New functions.
1534         (window-safe-min-height): Fix doc-string.
1535         (window-size, window-min-size, window--min-size-1)
1536         (window-sizable, window-sizable-p, window--min-delta-1)
1537         (window-min-delta, window--max-delta-1, window-max-delta)
1538         (window--resizable, window--resizable-p, window-resizable)
1539         (window-full-height-p, window-full-width-p, window-at-side-p)
1540         (window--in-direction-2, window-in-direction)
1541         (window--resize-reset-1, window--resize-mini-window)
1542         (window-resize, window-resize-no-error)
1543         (window--resize-child-windows-normal)
1544         (window--resize-child-windows, window--resize-siblings)
1545         (window--resize-this-window, window--resize-root-window)
1546         (window--resize-root-window-vertically)
1547         (adjust-window-trailing-edge, enlarge-window, shrink-window)
1548         (maximize-window, minimize-window, delete-window)
1549         (quit-restore-window, window-split-min-size, split-window)
1550         (balance-windows-2, balance-windows)
1551         (balance-windows-area-adjust, balance-windows-area)
1552         (window--state-get-1, window-state-get, window--state-put-1)
1553         (window--state-put-2, window-state-put)
1554         (display-buffer-record-window, window--display-buffer):
1555         Make functions handle pixelwise sizing of windows.
1556         (display-buffer--action-function-custom-type)
1557         (display-buffer-fallback-action):
1558         Add display-buffer-in-previous-window.
1559         (display-buffer-use-some-window): Resize window to height it had
1560         before.
1561         (fit-window-to-buffer-horizontally): New option.
1562         (fit-frame-to-buffer): Describe new values.
1563         (fit-frame-to-buffer-bottom-margin): Replace with
1564         fit-frame-to-buffer-margins.
1565         (window--sanitize-margin): New function.
1566         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1567         using window-text-pixel-size.
1569 2013-11-30  Glenn Morris  <rgm@gnu.org>
1571         * emacs-lisp/bytecomp.el (byte-compile-form):
1572         Make the `interactive-only' warning like the `obsolete' one.
1573         * comint.el (comint-run):
1574         * files.el (insert-file-literally, insert-file):
1575         * replace.el (replace-string, replace-regexp):
1576         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1577         (goto-line, insert-buffer, next-line, previous-line):
1578         Tweak `interactive-only' spec.
1580         Stop keeping (most) generated cedet grammar files in the repository.
1581         * Makefile.in (semantic): New.
1582         (compile-main): Depend on semantic.
1584 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1587         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1589         * uniquify.el (uniquify-buffer-name-style): Change default.
1591         * loadup.el: Preload "uniquify".
1593         * time.el (display-time-update): Update all mode lines (bug#15999).
1595         * electric.el (electric-indent-mode): Enable by default.
1596         * loadup.el: Preload "electric".
1598 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
1600         * emacs-lisp/helpers.el (string-empty-p): New function.
1601         (string-blank-p): New function.
1603 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
1605         * imenu.el (imenu--index-alist): Add missing dot to the docstring
1606         (Bug#14029).
1608 2013-11-29  Andreas Politz  <politza@fh-trier.de>
1609         * imenu.el (imenu--subalist-p): Don't error on non-conses and
1610         allow non-lambda lists as functions.
1611         (imenu--in-alist): Don't recurse into non-subalists.
1612         (imenu): Don't pass function itself as an argument (Bug#14029).
1614 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1616         * progmodes/python.el (python-mode-map): Remove binding for ":".
1617         (python-indent-electric-colon): Remove command.
1618         (python-indent-post-self-insert-function): Integrate the previous code
1619         of python-indent-electric-colon.  Make it conditional on
1620         electric-indent-mode.
1621         (python-mode): Add ?: to electric-indent-chars.
1622         Move python-indent-post-self-insert-function to the end of
1623         post-self-insert-hook.
1625 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1627         * doc-view.el (doc-view-goto-page): Update mode-line.
1629         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1631 2013-11-27  Glenn Morris  <rgm@gnu.org>
1633         * international/charprop.el, international/uni-bidi.el:
1634         * international/uni-category.el, international/uni-combining.el:
1635         * international/uni-comment.el, international/uni-decimal.el:
1636         * international/uni-decomposition.el, international/uni-digit.el:
1637         * international/uni-lowercase.el, international/uni-mirrored.el:
1638         * international/uni-name.el, international/uni-numeric.el:
1639         * international/uni-old-name.el, international/uni-titlecase.el:
1640         * international/uni-uppercase.el:
1641         Remove generated files from VCS repository.
1643 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
1645         * filenotify.el (file-notify-add-watch): Don't special-case
1646         w32notify when computing the directory to watch.
1648 2013-11-27  Glenn Morris  <rgm@gnu.org>
1650         Make bootstrap without generated uni-*.el files possible again.
1651         * loadup.el: Update command-line-args checking for unidata-gen.
1652         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1653         * composite.el, international/characters.el:
1654         Handle unicode tables being undefined.
1656         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1657         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1658         (compile-main): Depend on leim rule.
1659         (leim): New rule.
1660         * loadup.el: Move leim-list.el to leim/ subdirectory.
1661         * startup.el (normal-top-level): No more leim directory.
1662         * international/ja-dic-cnv.el (skkdic-convert):
1663         Disable version-control and autoloads in output files.
1664         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1665         Disable version-control and autoloads in output files.
1666         * leim/quail: Move here from ../leim.
1667         * leim/quail/hangul.el (hangul-input-method-activate):
1668         Add autoload cookie.
1669         (generated-autoload-load-name): Set file-local value.
1670         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1671         (generated-autoload-load-name): Set file-local value.
1673 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
1675         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1676         (eww-add-bookmark): Ask confirmation when add to bookmarks.
1677         (eww-quit): Ask confirmation before quitting eww.
1679 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
1681         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1682         reading output from Diff on MS-Windows and MS-DOS.
1684 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
1686         * emacs-lisp/helpers.el (string-reverse): New function.
1688 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
1690         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1691         names on MS Windows, like "/[::1]:".
1693         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1694         SWITCHES.
1696 2013-11-26  Glenn Morris  <rgm@gnu.org>
1698         * progmodes/python.el (python-indent-guess-indent-offset):
1699         Avoid corner-case error.  (Bug#15975)
1701         Preload leim-list.el.  (Bug#4789)
1702         * loadup.el: Load leim-list.el when found.
1703         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1705 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
1707         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1709         * emacs-lisp/helpers.el (string-join): New function.
1711 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
1713         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1714         Mark as obsolete and replace it with a symbol property.
1715         (byte-compile-form): Use new 'interactive-only property.
1716         * comint.el, files.el, replace.el, simple.el:
1717         Apply new 'interactive-only properly.
1719 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
1721         * window.el (display-buffer-at-bottom): Make sure that
1722         split-window-sensibly creates the new window on bottom
1723         (Bug#15961).
1725 2013-11-23  David Kastrup  <dak@gnu.org>
1727         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1728         on the conflict markers when available.
1729         (smerge--get-marker): New function.
1730         (smerge-end-re, smerge-base-re): Add subgroup.
1732 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * frame.el (handle-focus-in, handle-focus-out): Add missing
1735         interactive spec.
1737 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
1739         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1740         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1742 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
1745         (gomoku--last-pos): New var.
1746         (gomoku--intangible-chars): New const.
1747         (gomoku--intangible): New function.
1748         (gomoku-mode): Use it.  Derive from special-mode.
1749         (gomoku-move-up): Adjust line count.
1750         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1751         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1752         Simplify accordingly.
1754         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1755         Remove blink-cursor code.
1756         (blink-cursor-timer-function, blink-cursor-suspend):
1757         Don't special-case GUIs.
1758         (blink-cursor-mode): Use focus-in/out-hook.
1760 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
1762         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1763         work when annotation is invisible (Bug#13886).
1765 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
1767         * json.el (json-alist-p): Only return non-nil if the alist has
1768         simple keys (Bug#13518).
1770 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
1772         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1773         when control-statement is the first statement in a buffer (Bug#15956).
1775 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
1777         * imenu.el (imenu-generic-skip-comments-and-strings):
1778         New option (Bug#15560).
1779         (imenu--generic-function): Use it.
1781 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
1783         * minibuffer.el (completion--in-region-1): Scroll the correct window.
1784         (Bug#13898)
1786 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
1788         * emacs-lisp/helpers.el: Add some string helpers.
1789         (string-trim-left): Removes leading whitespace.
1790         (string-trim-right): Removes trailing whitespace.
1791         (string-trim): Removes leading and trailing whitespace.
1793         * subr.el (string-suffix-p): New function.
1795 2013-11-23  Glenn Morris  <rgm@gnu.org>
1797         * progmodes/python.el (python-shell-send-file):
1798         Add option to delete file when done.  (Bug#15647)
1799         (python-shell-send-string, python-shell-send-region): Use it.
1801 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
1803         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1804         to set buffer-read-only to t, never to nil.  (Bug#15938)
1806         * textmodes/tex-mode.el (latex-noindent-environments):
1807         Add safe-local-variable property.  (Bug#15936)
1809 2013-11-23  Glenn Morris  <rgm@gnu.org>
1811         * textmodes/enriched.el (enriched-mode): Doc fix.
1812         * emacs-lisp/authors.el (authors-renamed-files-alist):
1813         Add enriched.doc -> enriched.txt.
1815         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1817 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1819         * progmodes/octave.el (inferior-octave-startup): Spit out error
1820         message.
1822 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
1824         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1825         Improve docstring.
1826         Add :version.
1827         (ruby-encoding-magic-comment-style): Add :version.
1829 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1831         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1832         (Bug#15076)
1833         (octave-help-mode): Adapt to change to help-mode-finish to use
1834         derived-mode-p on 2013-09-17.
1835         (inferior-octave-prompt): Also match octave-gui.
1836         (octave-kill-process): Don't ask twice.  (Bug#10564)
1838 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1840         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1841         (inferior-octave-startup, inferior-octave-check-process)
1842         (inferior-octave-track-window-width-change)
1843         (octave-completion-at-point, octave-eldoc-function): Use it.
1844         (octave-kill-process): Provide confirmation.  (Bug#10564)
1846 2013-11-21  Leo Liu  <sdl.web@gmail.com>
1848         * progmodes/octave.el (octave-mode, inferior-octave-mode):
1849         Fix obsolete variable comment-use-global-state.
1851 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1853         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1854         Add `octave-source-file'.
1855         (octave-source-file): New function.  (Bug#15935)
1857 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
1859         * net/eww.el (eww-local-regex): New variable.
1860         (eww): Use it to detect localhost and similar.
1862 2013-11-21  Leo Liu  <sdl.web@gmail.com>
1864         Add completion for command `ag'.
1865         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1866         (pcomplete/ag): New function.
1867         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
1869 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1872         (bug#14646).
1873         (make-obsolete): Remove interactive spec.
1875 2013-11-21  Glenn Morris  <rgm@gnu.org>
1877         * startup.el (command-line-1): Use path-separator with -L.
1879 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
1881         * emacs-lisp/package.el (describe-package-1): Add package archive
1882         to shown fields.
1884 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1886         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1887         Change default to "# encoding: %s" to differentiate it from the
1888         default Ruby encoding comment template.
1890 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
1892         * ses.el (ses-mode): Doc fix.  (Bug#14748)
1894 2013-11-20  Leo Liu  <sdl.web@gmail.com>
1896         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
1898 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
1900         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1901         when rebase or bisect are in progress.
1903 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
1905         * filenotify.el (file-notify-add-watch): Doc fix.
1907 2013-11-19  Leo Liu  <sdl.web@gmail.com>
1909         * obsolete/rcompile.el: Mark obsolete.
1911         * progmodes/compile.el (compilation-start)
1912         (compilation-goto-locus, compilation-find-file):
1913         Pass no-display-ok and handle nil value from display-buffer.
1914         (Bug#13594)
1916         * window.el (display-buffer-alist, display-buffer): Document the
1917         new parameter no-display-ok.  Return either a window or nil
1918         but never a non-window value.
1920 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1922         * electric.el (electric-indent-mode-map): Remove.
1923         (electric-indent-mode): Change the global-map instead (bug#15915).
1925         * textmodes/text-mode.el (paragraph-indent-minor-mode):
1926         Use add-function.
1928 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1930         * emacs-lisp/nadvice.el (remove-function): Align with
1931         add-function's behavior.
1933         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1934         (gdb--string-regexp): New constant.
1935         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1936         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1937         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1938         submatch 1.
1939         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1940         Adjust use accordingly.
1941         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1943 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
1945         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1946         interpolation curlies (Bug#15914).
1948 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
1950         * calc/calc.el (calc-context-sensitive-enter): New variable.
1951         (calc-enter): Use `calc-context-sensitive-enter'.
1953 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
1955         * progmodes/cfengine.el: Version bump.
1956         (cfengine-cf-promises): New defcustom to locate cf-promises.
1957         (cfengine3-vartypes): Add new "data" type.
1958         (cfengine3--current-word): New function to get current name-like
1959         word or its bounds.
1960         (cfengine3--current-function): New function to look up a CFEngine
1961         function's definition.
1962         (cfengine3-format-function-docstring): New function.
1963         (cfengine3-make-syntax-cache): New function.
1964         (cfengine3-documentation-function): New function: ElDoc glue.
1965         (cfengine3-completion-function): New function: completion glue.
1966         (cfengine3-mode): Set `compile-command',
1967         `eldoc-documentation-function', and add to
1968         `completion-at-point-functions'.
1970 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1972         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1973         `tramp-current-connection'.
1975 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
1977         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1978         nil/self/true/false with "end of symbol".
1980 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
1982         * subr.el (version-regexp-alist): Fix a typo.
1984 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1986         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1987         "en_US.utf8" and "LC_CTYPE" to "".
1988         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1989         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1991 2013-11-15  Leo Liu  <sdl.web@gmail.com>
1993         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
1995 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1997         * progmodes/gud.el (ctl-x-map):
1998         Remove C-x SPC binding.  (Bug#12342)
1999         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
2001 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
2003         * subr.el (version-regexp-alist):
2004         Recognize hg, svn and darcs versions as snapshot versions.
2006         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
2007         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
2008         (ruby--encoding-comment-required-p): Extract from
2009         `ruby-mode-set-encoding'.
2010         (ruby-mode-set-encoding): Add the ability to always insert an
2011         utf-8 encoding comment.  Fix and simplify coding comment update
2012         logic.
2014 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
2016         * net/tramp-gvfs.el (top): Run init code only when
2017         `tramp-gvfs-enabled' is not nil.
2018         (tramp-gvfs-enabled): Check also :system bus.
2020 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2022         Sync with upstream verilog-mode revision 78e66ba.
2023         * progmodes/verilog-mode.el (verilog-end-of-defun)
2024         (verilog-type-completion, verilog-get-list): Remove unused funcs.
2025         (verilog-get-end-of-defun): Remove unused argument.
2026         (verilog-comment-depth): Remove unused local `e'.
2027         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
2028         Don't pass arg to verilog-get-end-of-defun.
2030 2013-11-14  Glenn Morris  <rgm@gnu.org>
2032         * obsolete/assoc.el (aget): Prefix dynamic variable.
2034         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2036 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * widget.el, hfy-cmap.el: Remove bogus package version number.
2040 2013-11-13  Glenn Morris  <rgm@gnu.org>
2042         * replace.el (replace-eval-replacement):
2043         Try to give more helpful error message.  (Bug#15836)
2045         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2046         (archive-7z-update): Avoid custom type mismatches.
2048         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2050 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
2052         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2053         address can be empty.
2055         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2056         Accept nil SWITCHES.
2057         (tramp-gvfs-handle-write-region): Implement APPEND.
2059 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
2061         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2062         binary "|" operator and closing block args delimiter.
2063         Remove FIXME comment referring to Ruby 1.8-only syntax.
2064         (ruby-smie--implicit-semi-p): Not after "|" operator.
2065         (ruby-smie--closing-pipe-p): New function.
2066         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2067         (ruby-smie-rules): Indent after "|".
2069 2013-11-12  Glenn Morris  <rgm@gnu.org>
2071         * ps-print.el (ps-face-attribute-list):
2072         Handle anonymous faces.  (Bug#15827)
2074 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
2076         * window.el (display-buffer-other-frame): Fix doc-string.
2077         (Bug#15868)
2079 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * subr.el (force-mode-line-update): Delete, move to buffer.c.
2083 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
2085         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2086         (tramp-sh-handle-file-local-copy): Don't write a message when
2087         saving temporary files.
2089         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2090         both directories are remote.
2091         (tramp-smb-handle-directory-files): Do not return double entries.
2092         Do not expand full file names.
2093         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2094         (tramp-smb-handle-write-region): Implement APPEND.
2095         (tramp-smb-get-stat-capability): Fix a stupid bug.
2097 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2099         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2101 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2103         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2104         throwing error over malformed let/let* (bug#15814).
2106 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2108         * iswitchb.el (iswitchb-mode): Mark obsolete.
2110 2013-11-11  Glenn Morris  <rgm@gnu.org>
2112         * international/uni-bidi.el, international/uni-category.el:
2113         * international/uni-name.el, international/uni-numeric.el:
2114         Regenerate for Unicode 6.3.0.
2116 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
2118         * net/tramp.el (tramp-methods):
2119         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2120         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2122 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
2124         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2125         Force highlighting text after Summary keyword in doc face for rpm.
2127 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
2129         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2130         available and the word has no wildcards, append one to the grep pattern.
2131         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2132         (ispell-complete-word): Call `ispell-lookup-words' with the value
2133         independent of `ispell-look-p'.
2135 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2137         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2138         Not after "||".
2139         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2140         their parent.
2142 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
2145         (ruby-font-lock-keywords): Use backquote.
2147 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2149         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2150         (ruby-smie--backward-token): Only consider full-string matches.
2152 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
2154         * faces.el (describe-face): Add distant-foreground.
2156 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
2158         * progmodes/ruby-mode.el: Improve encoding comment handling.
2159         (ruby-encoding-magic-comment-style): New option.
2160         (ruby-custom-encoding-magic-comment-template): New option.
2161         (ruby--insert-coding-comment, ruby--detect-encoding):
2162         New functions extracted from `ruby-mode-set-encoding'.
2163         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2164         to control the style of the auto-inserted encoding comment.
2166 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2168         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2169         Use `smie-backward-sexp' with token argument.
2171 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
2173         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2174         Remove instrumentation code.
2176 2013-11-08  Glenn Morris  <rgm@gnu.org>
2178         * progmodes/autoconf.el (autoconf-mode):
2179         Tweak comment-start-skip.  (Bug#15822)
2181 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2183         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2184         at bobp (bug#15826).
2185         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2187 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
2189         * man.el (Man-start-calling): New macro, extracted from
2190         Man-getpage-in-background.
2191         (Man-getpage-in-background): Use it.
2192         (Man-update-manpage): New command.
2193         (Man-mode-map): Bind it.
2195 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2197         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2198         of "and", "or", "&&" and "||".
2199         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2200         argument.  Prohibit opening curly brace because it could only be a
2201         block opener in that position.
2202         (ruby-smie--forward-token, ruby-smie--backward-token):
2203         Separate "|" from "&" or "*" going after it.  That can happen in block
2204         arguments.
2205         (ruby-smie--indent-to-stmt): New function, seeks the end of
2206         previous statement or beginning of buffer.
2207         (ruby-smie-rules): Use it.
2208         (ruby-smie-rules): Check if there's a ":" before a curly block
2209         opener candidate; if there is, it's a hash.
2211 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2214         (cl--block-wrapper): Fix last accidental change.
2216 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
2218         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2219         Instrument, in order to hunt failure on hydra.
2221 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2223         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2224         malformed bindings form (bug#15814).
2226 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
2228         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2229         "." compared to " @ ".  This incidentally fixes some indentation
2230         examples with "do".
2231         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2232         (ruby-smie-grammar): New tokens: "and" and "or".
2233         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2234         Exclude "and" and "or".  Remove "do" in order to work around token
2235         priorities.
2236         (ruby-smie-rules): Add all infix tokens.  Handle the case of
2237         beginning-of-buffer.
2239 2013-11-06  Glenn Morris  <rgm@gnu.org>
2241         * Makefile.in (setwins_almost, setwins_for_subdirs):
2242         Avoid accidental matches.
2244 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * menu-bar.el (popup-menu): Use key-binding.
2248 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
2250         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2251         menus, support also the menus produced by minor modes.
2252         (Bug#15817)
2254 2013-11-06  Leo Liu  <sdl.web@gmail.com>
2256         * thingatpt.el (thing-at-point-looking-at): Add optional arg
2257         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
2259 2013-11-06  Glenn Morris  <rgm@gnu.org>
2261         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2262         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2263         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2265 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2267         * electric.el (electric-indent-just-newline): New command.
2268         (electric-indent-mode-map): New keymap.
2269         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2270         Re-add :group which weren't redundant.
2272         * electric.el (electric-indent-local-mode): New minor mode.
2273         (electric-indent-functions-without-reindent): New var.
2274         (electric-indent-post-self-insert-function): Use it.
2275         * emacs-lisp/gv.el (buffer-local-value): Add setter.
2277 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
2279         * international/quail.el (quail-help): Be more explicit about the
2280         meaning of the labels shown on the keys.  (Bug#15800)
2282         * startup.el (normal-top-level): Load the subdirs.el files before
2283         setting the locale environment.  (Bug#15805)
2285 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2288         via arguments so as to get the right ones (bug#15418).
2290         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2292 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
2294         Fix problems found while writing a test suite.
2296         * net/tramp-compat.el (tramp-compat-load): New defun.
2297         * net/tramp.el (tramp-handle-load): Use it.
2299         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2300         "(numberp ok-if-already-exists)" correctly.
2302 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
2304         * international/characters.el (glyphless-char-display-control):
2305         Add usage note.
2307 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
2309         * progmodes/python.el (python-mode):
2310         * progmodes/scheme.el (scheme-mode):
2311         * progmodes/prolog.el (prolog-mode):
2312         * progmodes/ruby-mode.el (ruby-mode):
2313         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2314         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2316 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * rect.el (rectangle--highlight-for-redisplay):
2319         * emacs-lisp/smie.el (smie--next-indent-change):
2320         Use buffer-chars-modified-tick.
2322         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2324         * electric.el (electric-indent-post-self-insert-function):
2325         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2327 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
2329         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2331 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2333         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2334         (bug#15786).
2336 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2338         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
2340         * progmodes/python.el: Fix up last change.
2341         (python-shell--save-temp-file): New function.
2342         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
2343         `string' comes from the current buffer.
2344         (python-shell-send-string-no-output): Remove `msg' arg.
2345         (python--use-fake-loc): New var.
2346         (python-shell-buffer-substring): Obey it.  Try to compensate for the
2347         extra coding line added by python-shell--save-temp-file.
2348         (python-shell-send-region): Use python-shell--save-temp-file and
2349         python-shell-send-file directly.  Add `nomain' argument.
2350         (python-shell-send-buffer): Use python-shell-send-region.
2351         (python-electric-pair-string-delimiter): New function.
2352         (python-mode): Use it.
2354 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
2356         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2357         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2358         environment and decoding all of the default-directory's to here
2359         from command-line.
2360         (command-line): Decode also argv[0].
2362         * loadup.el: Error out if default-directory is a multibyte string
2363         when we are dumping.
2365         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
2367 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
2369         * emacs-lisp/package.el (package-menu-mode)
2370         (package-menu--print-info, package-menu--archive-predicate):
2371         Add Archive column to package list.
2373 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
2375         Fix problems found while writing a test suite.
2377         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2378         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2379         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2380         to nil when running original file name handler.  Otherwise,
2381         there are problems with constructs like "$$FOO".
2383         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2384         for `localname'.
2386 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
2388         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2390         * subr.el (version<, version<=, version=):
2391         Update docstrings with information for snapshot versions.
2393         * helpers.el: New library for misc helper functions.
2394         (hash-table-keys): New function returning a list of hash keys.
2395         (hash-table-values): New function returning a list of hash values.
2397 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
2399         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2400         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2402 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
2404         * textmodes/fill.el (fill-single-char-nobreak-p): New function
2405         checking whether point is after a 1-letter word.
2407 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2409         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2410         Don't infloop when expanding region over `multiline' syntax-type that
2411         begins a line (bug#15778).
2413 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2415         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2416         Make it into a proper minor mode.
2417         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2418         (rectangle-mark-mode-map): New keymap.
2419         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2421 2013-11-04  Glenn Morris  <rgm@gnu.org>
2423         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2425 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2427         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2428         (ruby-smie-rules): Use smie-rule-parent instead.
2430         * emacs-lisp/smie.el (smie-rule-parent): Always call
2431         smie-indent-virtual rather than only for hanging tokens.
2432         (smie--next-indent-change): New helper command.
2434 2013-11-03  Glenn Morris  <rgm@gnu.org>
2436         * Makefile.in (abs_srcdir): Remove.
2437         (emacs): Unset EMACSLOADPATH.
2439 2013-11-02  Glenn Morris  <rgm@gnu.org>
2441         * Makefile.in (EMACS): Use a relative filename.
2442         (abs_top_builddir): Remove.
2443         (custom-deps, finder-data, autoloads): Use --chdir.
2445         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2447         Use relative filenames in TAGS files.
2448         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2449         (lisptagsfiles4, TAGS): Use relative file names.
2450         (TAGS-LISP): Remove.
2451         (maintainer-clean): No more TAGS-LISP file.
2453         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2454         (lisptagsfiles4): Use absolute filenames again.
2455         (TAGS, TAGS-LISP): Not everything needs to run in one line.
2456         Remove all *loaddefs files, not just the first.  Remove esh-groups.
2457         (maintainer-clean): Delete TAGS, TAGS-LISP.
2459 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2461         * emacs-lisp/package.el (package-version-join):
2462         Recognize snapshot versions.
2464 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2466         * subr.el (version-regexp-alist): Add support for snapshot versions.
2468 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2470         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2471         New function, replacement for `smie-rule-parent' for when we want to
2472         skip over our direct parent if it's an assignment token..
2473         (ruby-smie-rules): Use it.
2475 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2477         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2478         unconditionally.  Remove now unnecessary forward declarations.
2479         Remove XEmacs-specific setup.
2480         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2481         (ruby-font-lock-syntactic-keywords)
2482         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2483         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2484         (ruby-here-doc-end-syntax): Remove.
2485         (ruby-mode): Don't check whether `syntax-propertize-rules' is
2486         defined as function.
2488 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2490         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2492 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2494         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2495         table and abbrev table, `define-derived-mode' does that for us
2496         anyway.
2498 2013-11-01  Glenn Morris  <rgm@gnu.org>
2500         * Makefile.in: Remove manual mh-e dependencies (writing .elc
2501         files is atomic for some time, so no parallel compilation issues).
2503 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2505         * faces.el (face-x-resources): Add :distant-foreground.
2506         (region): Use :distant-foreground for gtk and ns.
2508 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
2510         Allow multiple bibliographies when BibLaTeX is used rather than
2511         BibTeX.
2512         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2513         (reftex-locate-bibliography-files): Us it.
2515 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
2517         * image.el (image-type-header-regexps): Fix the 'pbm' part to
2518         allow comments in pbm files.
2520         * term/w32-win.el (dynamic-library-alist): Support newer versions
2521         of libjpeg starting with v7: look only for the DLL from the
2522         version against which Emacs was built.
2523         Support versions of libpng beyond 1.4.x.
2524         Support libtiff v4.x.
2526 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2528         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2529         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2530         Add property :safe.
2531         (ruby-deep-arglist): Add property :type.
2533 2013-10-31  Glenn Morris  <rgm@gnu.org>
2535         * Makefile.in (custom-deps, finder-data): No need to setq the target
2536         variables, we are in the right directory and the defaults work fine.
2538 2013-10-30  Glenn Morris  <rgm@gnu.org>
2540         * Makefile.in (autoloads): Do not use abs_lisp.
2542         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2543         `newline' does not respect `standard-output', so use `princ'.
2545 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
2547         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
2548         * buff-menu.el (Buffer-menu--unmark): New function.
2549         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2551 2013-10-30  Glenn Morris  <rgm@gnu.org>
2553         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2555         * emacs-lisp/package.el (lm-homepage): Declare.
2557         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2558         Fix doc typos.
2560         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2562         * Makefile.in (finder-data, autoloads, update-subdirs)
2563         (compile-main, compile-clean, compile-always, bootstrap-clean):
2564         Check return value of cd.
2565         (compile-calc): Remove.
2567 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2569         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2571         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2572         (byte-compile-and-folded): New function.
2573         (=, <, >, <=, >=): Use it.
2575         * dos-w32.el (minibuffer-history-case-insensitive-variables)
2576         (path-separator, null-device, buffer-file-coding-system)
2577         (lpr-headers-switches): Check system-type before modifying them.
2578         (find-buffer-file-type-coding-system): Mark obsolete.
2579         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2580         find-file-not-found-set-buffer-file-coding-system.
2581         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2582         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2583         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2584         (w32-direct-print-region-helper, w32-direct-print-region-function)
2585         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2586         * startup.el (normal-top-level-add-subdirs-to-load-path):
2587         * ps-print.el (ps-print-region-function):
2588         * lpr.el (print-region-function): Use new name.
2590         * subr.el (custom-declare-variable-early): Remove function.
2591         (custom-declare-variable-list): Remove var.
2592         (error, user-error): Remove `while' loop.
2593         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2594         (user-emacs-directory-warning, locate-user-emacs-file):
2595         Move to files.el.
2596         * simple.el (read-quoted-char-radix, read-quoted-char):
2597         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2598         Move from subr.el.
2599         * custom.el (custom-declare-variable-list): Don't process
2600         custom-declare-variable-list.
2602         * progmodes/python.el (python-shell-get-buffer): New function.
2603         (python-shell-get-process): Use it.
2604         (python-shell-send-string): Always use utf-8 and add a cookie to tell
2605         Python which encoding was used.  Don't split-string since we only care
2606         about the first line.  Return the temp-file, if applicable.
2607         (python-shell-send-region): Tell compile.el how to turn locations in
2608         the temp-file into locations in the source buffer.
2610 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2612         * subr.el (undefined): Add missing behavior from the C code for
2613         unbound keys.
2615         * rect.el: Use lexical-binding.  Add new rectangular region support.
2616         (rectangle-mark): New command.
2617         (rectangle--region): New var.
2618         (deactivate-mark-hook): Reset rectangle--region.
2619         (rectangle--extract-region, rectangle--insert-for-yank)
2620         (rectangle--highlight-for-redisplay)
2621         (rectangle--unhighlight-for-redisplay): New functions.
2622         (region-extract-function, redisplay-unhighlight-region-function)
2623         (redisplay-highlight-region-function): Use them to handle
2624         rectangular region.
2625         * simple.el (region-extract-function): New var.
2626         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2627         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2628         (kill-region): Replace obsolete `yank-handler' arg with `region'.
2629         (copy-region-as-kill, kill-ring-save): Add `region' argument.
2630         (redisplay-unhighlight-region-function)
2631         (redisplay-highlight-region-function): New vars.
2632         (redisplay--update-region-highlight): New function.
2633         (pre-redisplay-function): Use it.
2634         (exchange-point-and-mark): Don't deactivate the mark before
2635         reactivate-it anyway.
2636         * comint.el (comint-kill-region): Remove yank-handler argument.
2637         * delsel.el (delete-backward-char, backward-delete-char-untabify)
2638         (delete-char): Remove property, since it's now part of their
2639         default behavior.
2640         (self-insert-iso): Remove property since this command doesn't exist.
2642         * emacs-lisp/package.el (package--download-one-archive)
2643         (describe-package-1): Don't query the user about final newline.
2645 2013-10-29  Daniel Colascione  <dancol@dancol.org>
2647         * net/tramp.el (tramp-methods): Document new functionality.
2648         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2649         tramp-hostname-checker if method provides one instead of scanning
2650         argument list for "%h" to decide hostname acceptability.
2652 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
2654         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2655         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2656         Handle COPY-CONTENTS.  (Bug#15737)
2658 2013-10-28  Daiki Ueno  <ueno@gnu.org>
2660         * epa-file.el
2661         (epa-file-cache-passphrase-for-symmetric-encryption):
2662         Document that this option has no effect with GnuPG 2.0 (bug#15552).
2664 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
2666         * image.el (defimage):
2667         (image-load-path): Doc fixes.
2669 2013-10-27  Alan Mackenzie  <acm@muc.de>
2671         Indent statements in macros following "##" correctly.
2672         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2673         Modify the "#" arm of a cond form to handle "#" and "##" operators.
2675 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2677         * linum.el (linum-update-window): Fix boundary test (bug#13446).
2679 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
2681         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2682         after `=' is probably a new expression.
2684 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2686         * man.el (man-imenu-title): New option.
2687         (Man-mode-map): Add menu.  (Bug#15722)
2688         (Man-mode): Add imenu to menu.
2690 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
2692         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2693         specific in what the first arg can be: a non-keyword word,
2694         string/regexp/percent literal opener, opening paren, or unary
2695         operator followed directly by word.
2697 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2700         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2701         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2702         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2703         Remove vars, they do not apply any more.
2704         (prolog-mode-abbrev-table): Remove redundant declaration.
2705         (prolog-upper-case-string, prolog-lower-case-string): Remove.
2706         (prolog-use-smie): Remove.
2707         (prolog-smie-rules): Add indentation rule for the if-then-else layout
2708         supported by prolog-electric-if-then-else-flag.
2709         (prolog-mode-variables, prolog-menu): Use setq-local.
2710         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2711         Remove binding to `Backspace' since this key doesn't exist anyway.
2712         Remove bindings for electric self-inserting keys.
2713         (prog-mode): Assume it's defined.
2714         (prolog-post-self-insert): New function.
2715         (prolog-mode): Use it.
2716         (prolog-indent-line, prolog-indent-level)
2717         (prolog-find-indent-of-matching-paren)
2718         (prolog-indentation-level-of-line, prolog-goto-comment-column)
2719         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2720         (prolog-goto-next-paren, prolog-in-string-or-comment)
2721         (prolog-tokenize, prolog-inside-mline-comment)
2722         (prolog-find-start-of-mline-comment): Remove functions.
2723         (prolog-find-unmatched-paren, prolog-clause-end)
2724         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2725         (prolog-electric--if-then-else): Rename from
2726         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2727         (prolog-tokenize-searchkey): Remove const.
2728         (prolog-clause-info): Use forward-sexp.
2729         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2730         (prolog-electric-if-then-else): Remove commands.
2731         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2732         for use in post-self-insert-hook.
2733         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2734         for use in post-self-insert-hook.
2735         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2736         for use in post-self-insert-hook.
2737         (prolog-electric--underscore): Rename from prolog-electric--underscore;
2738         adapt it for use in post-self-insert-hook.
2740 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
2742         * emacs-lisp/ert.el (ert-run-tests-interactively):
2743         Use `completing-read'.  (Bug#9756)
2745 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
2747         * simple.el (line-move): Call line-move-1 instead of
2748         line-move-visual when the current window hscroll is zero, but
2749         temporary-goal-column indicates we will need to hscroll as result
2750         of the movement.  (Bug#15712)
2752 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
2754         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2755         capitalization.  Use :visible instead of :active.
2756         Fix `ruby-indent-exp' reference.  Add menu items for the generic
2757         commands that are used with SMIE.
2758         (ruby-do-end-to-brace): Insert space after `{'.
2760 2013-10-25  John Anthony  <john@jo.hnanthony.com>
2762         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
2764         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
2766 2013-10-25  Glenn Morris  <rgm@gnu.org>
2768         * vc/vc.el (vc-print-log): Don't use a working revision unless
2769         one was explicitly specified.  (Bug#15322)
2771 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * subr.el (add-to-list): Preserve return value in compiler-macro
2774         (bug#15692).
2776 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2778         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2779         result.  Ask user to retry using '-all' flag.  (Bug#15701)
2781 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2783         * emacs-lisp/smie.el: New smie-config system.
2784         (smie-config): New defcustom.
2785         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2786         (smie-config-guess, smie-config-save): New commands.
2787         (smie-config--mode-local, smie-config--buffer-local)
2788         (smie-config--trace, smie-config--modefuns): New vars.
2789         (smie-config--advice, smie-config--mode-hook)
2790         (smie-config--setter, smie-config-local, smie-config--get-trace)
2791         (smie-config--guess-value, smie-config--guess): New functions.
2792         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2793         text properties.  Treat "string fence" syntax like string syntax.
2795         * progmodes/sh-script.el (sh-use-smie): Change default.
2796         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2797         (sh-var-value): Simplify by CSE.
2798         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2799         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2800         is used.
2801         (sh-guess-basic-offset): Use cl-incf.
2802         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2804 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
2806         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2807         (bug#15699).
2809 2013-10-24  Glenn Morris  <rgm@gnu.org>
2811         * Makefile.in (abs_top_srcdir): Remove.
2812         (update-subdirs): Use relative path to update-subdirs.
2814 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
2816         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2817         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2818         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2819         Call unmsys--file-name before expand-file-name, not after it.
2821 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
2823         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2824         (ert-test-skipped): New error.
2825         (ert-skip, ert-stats-skipped): New defuns.
2826         (ert--skip-unless): New macro.
2827         (ert-test-skipped): New struct.
2828         (ert--run-test-debugger, ert-test-result-type-p)
2829         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2830         (ert--stats-set-test-and-result, ert-char-for-test-result)
2831         (ert-string-for-test-result, ert-run-tests-batch)
2832         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2833         Handle skipped tests.  (Bug#9803)
2835 2013-10-24  Glenn Morris  <rgm@gnu.org>
2837         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2839         * Makefile.in (abs_top_srcdir): New, set by configure.
2840         (update-subdirs): Correct build-aux location.
2842 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
2844         * vc/vc.el (vc-print-root-log): Always set `default-directory'
2845         value, whether we could auto-deduce `backend', or not.
2847         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2848         with parameters" example.  Simplify the "is it block or is it
2849         hash" check, but also make it more thorough.
2851 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
2853         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
2855 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2857         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2858         { if it is hanging.
2860         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2861         :before ";".
2863 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
2865         * progmodes/compile.el (compilation-directory-matcher)
2866         (compilation-page-delimiter):
2867         Support GNU Make-4.0 directory quoting.  (Bug#15678)
2869 2013-10-23  Leo Liu  <sdl.web@gmail.com>
2871         * ido.el (ido-tidy): Handle read-only text.
2873 2013-10-23  Glenn Morris  <rgm@gnu.org>
2875         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2876         (emacs, compile, compile-always):
2877         Quote entities that might contain whitespace.
2878         (custom-deps, finder-data, autoloads): Use abs_lisp.
2879         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2880         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2881         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2883 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
2885         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2886         Use `following-char'.
2888 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2891         * progmodes/ruby-mode.el (ruby-smie-rules):
2892         Remove corresponding workaround.  Fix indentation rule of ";" so it
2893         also applies when ";" is the parent.
2895 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
2897         * frame.el (display-screens, display-pixel-height)
2898         (display-pixel-width, display-mm-width, display-backing-store)
2899         (display-save-under, display-planes, display-color-cells)
2900         (display-visual-class, display-monitor-attributes-list):
2901         Mention the optional ‘display’ argument in doc strings.
2903 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
2905         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2906         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
2908 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
2910         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2911         TODO.  Add "." after " @ ".
2912         (ruby-smie--at-dot-call): New function.  Checks if point at method
2913         call with explicit target.
2914         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2915         to the method name tokens when it precedes them.
2916         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2917         (ruby-smie-rules): Add rule for indentation before and after "."
2918         token.
2920 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2922         * textmodes/remember.el (remember-diary-extract-entries):
2923         Avoid add-to-list.
2925         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2926         an instruction.
2928 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
2930         * progmodes/ruby-mode.el (ruby-smie-grammar):
2931         Add (almost) all infix operators.
2932         (ruby-smie--implicit-semi-p): Add new operator chars.
2934         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2935         `smie-down-list'.
2936         (ruby-smie--args-separator-p): Check that there's no newline
2937         between method call and its arguments.
2939 2013-10-20  Alan Mackenzie  <acm@muc.de>
2941         Allow comma separated lists after Java "implements".
2943         * progmodes/cc-engine.el (c-backward-over-enum-header):
2944         Parse commas.
2945         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2946         from a "disallowed" list in enum fontification.
2948 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
2950         * startup.el (default-frame-background-mode): Remove unused defvar.
2952         * progmodes/verilog-mode.el (verilog-mode): Don't set
2953         comment-indent-function globally.
2955 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
2957         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2958         Move Info menu item creation to ns-win.el.
2960         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2961         in menu bar.
2963         * menu-bar.el: Move GNUStep specific menus...
2965         * term/ns-win.el (ns-initialize-window-system): ... to here.
2967 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * simple.el (newline): Only run post-self-insert-hook when
2970         called interactively.
2972 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
2974         * icomplete.el (icomplete-with-completion-tables): Add :version.
2976 2013-10-19  Alan Mackenzie  <acm@muc.de>
2978         Fix fontification bugs with constructors and const.
2980         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2981         CASE 2) Remove the check for the absence of a suffix construct
2982         after a function declaration with only types (no identifiers) in
2983         the parentheses.  Also, accept a function declaration with just a
2984         type inside the parentheses, if this type can be positively
2985         recognised as such, or if a prefix keyword like "explicit" nails
2986         down the construct as a declaration.
2988 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
2990         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2991         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
2992         the problem whereby selecting a menu item that leads to a
2993         minibuffer prompt moves the cursor out of the minibuffer window,
2994         making it hard to type at the prompt.  Suggested by Stefan Monnier
2995         <monnier@iro.umontreal.ca>.
2997 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
2999         * menu-bar.el: Don't make Services menu.
3001 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3003         * ffap.el: Handle "/usr/include/c++/<version>" directories.
3004         (ffap-alist): Use ffap-c++-mode for c++-mode.
3005         (ffap-c++-path): New variable.
3006         (ffap-c++-mode): New function.
3008 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
3010         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
3012 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
3014         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
3015         introduced on 2013-09-08, which results in an infinite loop
3016         requesting a password.
3018 2013-10-18  Glenn Morris  <rgm@gnu.org>
3020         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
3022 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
3024         Sync with upstream verilog-mode revision 1a6ecec7.
3025         * progmodes/verilog-mode.el (verilog-mode-version): Update.
3026         (verilog-mode-release-date): Remove.
3027         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
3028         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
3029         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3030         (verilog-auto-tieoff-ignore-regexp)
3031         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3032         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3033         (verilog-signals-with, verilog-dir-cache-preserving)
3034         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3035         Doc fixes.
3036         (verilog-case-fold): New option, to control case folding in
3037         regexp searches, bug597.
3038         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3039         (verilog-string-match-fold, verilog-in-paren-count)
3040         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3041         (verilog-at-close-struct-p): New functions.
3042         (verilog-beg-block-re-ordered, verilog-extended-case-re)
3043         (verilog-forward-sexp, verilog-set-auto-endcomments):
3044         (verilog-leap-to-case-head): Handle "unique0" case.
3045         (verilog-in-constraint-re): New constant.
3046         (verilog-keywords, verilog-type-font-keywords):
3047         Add some SystemVerilog 1800-2012 keywords.
3048         (verilog-label-be): Remove unimplemented argument, bug669.
3049         (verilog-batch-execute-func): When batch expanding clear
3050         create-lockfiles to prevent spurious user locks when a file ends
3051         up not changing.
3052         (verilog-calculate-indent, verilog-calc-1)
3053         (verilog-at-close-constraint-p, verilog-at-constraint-p)
3054         (verilog-do-indent): Fix indentation of nested constraints
3055         and structures.
3056         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3057         (verilog-auto-inst-param): Use verilog-string-match-fold.
3058         (verilog-read-inst-module-matcher):
3059         Fix AUTOINST on gate primitives with #1.
3060         (verilog-read-decls): Fix double-declaring user-defined typed signals.
3061         Reads all user-defined typed variables.
3062         (verilog-read-defines): Fix reading definitions inside comments, bug647.
3063         (verilog-signals-matching-regexp)
3064         (verilog-signals-not-matching-regexp, verilog-auto):
3065         Respect verilog-case-fold.
3066         (verilog-diff-report): Fix line count.
3067         (verilog-auto-assign-modport): Remove unused local `modi'.
3068         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3069         better handle multidimensional arrays.
3070         Fix packed array ports misadding bit index in AUTOINST, bug637.
3071         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3072         to not double-declare existing outputs and inputs, respectively.
3073         (verilog-template-map): Bind U to verilog-sk-uvm-component.
3074         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3075         (verilog-sk-uvm-component): New skeleton.
3076         (verilog-submit-bug-report): Add verilog-case-fold,
3077         remove verilog-mode-release-date.
3079 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3081         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
3082         as before.
3084 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
3086         * textmodes/remember.el (remember): Set buffer-offer-save in
3087         remember buffers (bug#13566).
3089 2013-10-18  Daniel Colascione  <dancol@dancol.org>
3091         When evaluating forms in ielm, direct standard output to ielm
3092         buffer.  Add new ielm-return-for-effect command.  Remove trailing
3093         whitespace throughout.
3095         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3096         (ielm-return-for-effect): New command.
3097         (ielm-send-input): Accept optional `for-effect' parameter.
3098         (ielm-eval-input): Accept optional `for-effect' parameter.
3099         Bind `standard-output' to stream we create using
3100         `ielm-standard-output-impl'.  Suppress printing result when
3101         `for-effect'.
3102         (ielm-standard-output-impl): New function.
3103         (inferior-emacs-lisp-mode): Explain new features in documentation.
3105 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
3107         Code cleanup.
3109         * net/tramp.el (tramp-debug-message): Do not check for connection
3110         buffer.
3111         (tramp-message): Use "vector" connection property.
3113         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3114         (tramp-equal-remote, tramp-eshell-directory-change)
3115         * net/tramp-adb.el (tramp-adb-handle-copy-file)
3116         (tramp-adb-handle-rename-file)
3117         * net/tramp-cmds.el (tramp-list-remote-buffers)
3118         (tramp-cleanup-connection, tramp-cleanup-this-connection)
3119         * net/tramp-compat.el (tramp-compat-process-running-p)
3120         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3121         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3122         (tramp-gvfs-handle-rename-file)
3123         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3124         (tramp-set-file-uid-gid)
3125         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3126         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3127         of `file-remote-p'.
3129         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3130         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3131         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3132         (tramp-gw-open-network-stream): Suppress unrelated traces.
3134         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3135         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3136         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3137         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3138         connection property.
3140         * net/tramp-cache.el (top): Suppress traces when reading
3141         persistency file.
3143         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3144         Refactor common code.  Improve debug message.
3145         (tramp-maybe-open-connection)
3146         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3147         connection buffer too early.
3149         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3150         from `tramp-smb-actions-with-acl'.
3151         (tramp-smb-actions-set-acl): New defconst.
3152         (tramp-smb-handle-copy-directory)
3153         (tramp-smb-action-get-acl): New defun, renamed from
3154         `tramp-smb-action-with-acl'.
3155         (tramp-smb-action-set-acl): New defun.
3156         (tramp-smb-handle-set-file-acl): Rewrite.
3158 2013-10-17  Glenn Morris  <rgm@gnu.org>
3160         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
3162 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3164         * skeleton.el (skeleton-newline): Remove.
3165         (skeleton-internal-1): Use (insert "\n") instead.
3167         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3168         let-bindings.
3170         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3171         forward-sexp-function while we redo its job (bug#15613).
3173 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
3175         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3176         represented by lists.
3178 2013-10-16  Glenn Morris  <rgm@gnu.org>
3180         * tmm.el (tmm--history): New dynamic variable.
3181         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
3183 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
3185         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3186         (tramp-smb-errors): Add error messages.
3187         (tramp-smb-actions-with-acl): New defconst.
3188         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3189         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3190         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3191         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3192         (tramp-smb-get-stat-capability): Fix tests.
3194 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3196         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3197         (bug#15580).
3199 2013-10-16  Glenn Morris  <rgm@gnu.org>
3201         * ansi-color.el (ansi-color-drop-regexp):
3202         Add 1J, 1K, 2K.  (Bug#15617)
3204         * files.el (hack-local-variables--warned-lexical): New.
3205         (hack-local-variables):
3206         Warn about misplaced lexical-binding.  (Bug#15616)
3208         * net/eww.el (eww-render): Always set eww-current-url,
3209         and update header line.  (Bug#15622)
3210         (eww-display-html): ... Rather than just doing it here.
3212 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
3214         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3215         menu navigations commands.
3217 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3219         * progmodes/subword.el (subword-capitalize): Be careful when
3220         the search for [[:alpha:]] fails (bug#15580).
3222 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
3224         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3225         to commands that scroll the menu.
3227 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
3229         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3230         Handle methods ending with `?' and `!'.
3232 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
3234         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3235         `japanese-cp932' to `cp932' to fix the problem where saving a
3236         source file written in Shift_JIS twice would end up having
3237         `coding: japanese-cp932' which Ruby could not recognize.
3238         (ruby-mode-set-encoding): Add support for encodings mapped to nil
3239         in `ruby-encoding-map'.
3240         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3241         doesn't need to be explicitly declared in magic comment.
3242         (ruby-encoding-map): Add type declaration for better customize UI.
3244 2013-10-13  Glenn Morris  <rgm@gnu.org>
3246         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3247         Occur buffers are read-only.  http://bugs.debian.org/720775
3249         * emacs-lisp/authors.el (authors-fixed-entries):
3250         Comment out old alpha stuff.
3252 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
3254         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3255         to `after-save-hook' instead of `before-save-hook'.
3256         (ruby-mode-set-encoding): Use the value of coding system used to
3257         write the file.  Call `basic-save-buffer-1' after modifying the
3258         buffer.
3260 2013-10-13  Alan Mackenzie  <acm@muc.de>
3262         Fix indentation/fontification of Java enum with
3263         "implements"/generic.
3265         * progmodes/cc-engine.el (c-backward-over-enum-header):
3266         Extracted from the three other places and enhanced to handle generics.
3267         (c-inside-bracelist-p): Uses new function above.
3268         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3269         function above.
3270         (c-font-lock-enum-tail): Uses new function above.
3272 2013-10-13  Kenichi Handa  <handa@gnu.org>
3274         * international/mule-cmds.el (select-safe-coding-system): Remove a
3275         superfluous condition in chekcing whether a coding system is safe
3276         or not.
3278 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
3280         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
3282 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
3284         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
3286 2013-10-13  Glenn Morris  <rgm@gnu.org>
3288         * menu-bar.el (menu-bar-update-buffers):
3289         Unify Buffers menu prompt string.  (Bug#15576)
3291         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
3293         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3294         Add some entries.
3295         (authors-fixed-entries): Use accented form of name.
3297 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3300         method calls (bug#15594).
3301         (ruby-smie--args-separator-p): New function.
3302         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3303         recognize paren-free method calls.
3305         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3306         internals of universal-argument.
3308 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
3310         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3311         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3312         dropped menu on second mouse click on the menu bar.
3314 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3316         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3317         (explicit-shell-file-name): Declare.
3318         (sh--vars-before-point, sh--cmd-completion-table): New functions.
3319         (sh-completion-at-point-function): New function.
3320         (sh-mode): Use it.
3321         (sh-smie--keyword-p): Remove unused argument.
3322         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3323         vars.
3324         (sh-set-shell): Always setup SMIE, even if we use the
3325         old indentation code.
3327 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
3329         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3330         cases of ? and =.
3331         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
3332         predicate would return nil are almost non-existent.
3333         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3335         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3336         cache also after commands that modify the buffer but don't move
3337         point.
3339 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3341         * env.el (substitute-env-in-file-name): New function.
3342         (substitute-env-vars): Extend the meaning of the optional arg.
3344 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
3346         * term/w32-win.el (dynamic-library-alist): Define separate lists
3347         of GIF DLLs for versions before and after 5.0.0 of giflib.
3348         (Bug#15531)
3350 2013-10-10  João Távora  <joaotavora@gmail.com>
3352         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3353         not locked, use last revision and current source as
3354         defaults.  (Bug#15569)
3356 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
3358         * menu-bar.el (menu-bar-open): Don't use popup-menu if
3359         menu-bar is hidden.
3361 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
3363         * window.el (pop-to-buffer-same-window): Fix doc-string.
3364         (Bug#15492)
3366 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3368         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3370 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
3372         * calendar/icalendar.el (icalendar-import-file):
3373         Fix interactive spec.  (Bug#15482)
3375 2013-10-10  Glenn Morris  <rgm@gnu.org>
3377         * desktop.el (desktop-save): Default to saving in .emacs.d,
3378         since PWD is no longer in desktop-path by default.  (Bug#15319)
3380         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3381         now that text mode has a menu with the same entry.
3382         (menu-bar-text-mode-auto-fill): Remove now unused func.
3383         * textmodes/text-mode.el (text-mode-map):
3384         Use auto-fill help text from menu-bar.el.
3386 2013-10-10  John Anthony  <john@jo.hnanthony.com>
3388         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
3390 2013-10-09  Juri Linkov  <juri@jurta.org>
3392         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3393         instead of this-command-keys.  Add universal-argument-more and
3394         universal-argument-minus to the list of prefix commands.  (Bug#15568)
3396 2013-10-09  Glenn Morris  <rgm@gnu.org>
3398         * vc/vc-svn.el (vc-svn-create-repo):
3399         Expand paths in file://... url.  (Bug#15446)
3401         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3402         Add some entries.
3403         (authors): Remove unused local variables.
3405 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3407         * profiler.el: Create a more coherent calltree from partial backtraces.
3408         (profiler-format): Hide the tail with `invisible' so that C-s can still
3409         find the hidden elements.
3410         (profiler-calltree-depth): Don't recurse so enthusiastically.
3411         (profiler-function-equal): New hash-table-test.
3412         (profiler-calltree-build-unified): New function.
3413         (profiler-calltree-build): Use it.
3414         (profiler-report-make-name-part): Indent the calltree less.
3415         (profiler-report-mode): Add visibility specs for profiler-format.
3416         (profiler-report-expand-entry, profiler-report-toggle-entry):
3417         Expand the whole subtree when provided with a prefix arg.
3419 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
3421         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3422         iuwu-mod token.
3423         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3424         hanging iuwu-mod token.
3425         (ruby-smie--forward-token): Do not include a dot after a token in
3426         that token.
3427         (ruby-smie--backward-token): Likewise.
3429 2013-10-08  Juri Linkov  <juri@jurta.org>
3431         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3432         to isearch-other-control-char.
3433         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3434         and isearch-post-command-hook to post-command-hook.
3435         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3436         and isearch-post-command-hook from post-command-hook.
3437         (isearch-unread-key-sequence)
3438         (isearch-reread-key-sequence-naturally)
3439         (isearch-lookup-scroll-key, isearch-other-control-char)
3440         (isearch-other-meta-char): Remove functions.
3441         (isearch-pre-command-hook, isearch-post-command-hook):
3442         New functions based on isearch-other-meta-char rewritten
3443         relying on the new behavior of overriding-terminal-local-map
3444         that does not replace the local keymaps any more.  (Bug#15200)
3446 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
3448         Support menus on text-mode terminals.
3449         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3450         functionality.
3452         * tooltip.el (tooltip-mode): Don't error out on TTYs.
3454         * menu-bar.el (popup-menu, popup-menu-normalize-position):
3455         Move here from mouse.el.
3456         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3457         and arrow keys.
3458         (tty-menu-navigation-map): New map for TTY menu navigation.
3460         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3462         * frame.el (display-mouse-p): Report text-mode mouse as available
3463         on w32.
3464         (display-popup-menus-p): Report availability if mouse is
3465         available; don't condition on window-system.
3467         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3468         (tty-menu-selected-face): New faces.
3470 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3472         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3473         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3474         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3475         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3476         New constants.
3477         (lisp-mode-variables): New `elisp' argument.
3478         (emacs-lisp-mode): Use it.
3479         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3480         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3482         * indent.el: Use lexical-binding.
3483         (indent-region): Add progress reporter.
3484         (tab-stop-list): Make it implicitly extend to infinity by repeating the
3485         last step.
3486         (indent--next-tab-stop): New function to implement this behavior.
3487         (tab-to-tab-stop, move-to-tab-stop): Use it.
3489 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
3491         * indent.el (indent-rigidly--current-indentation): New function.
3492         (indent-rigidly-map): New var.
3493         (indent-rigidly): Use it to provide interactive mode (bug#8196).
3495 2013-10-08  Bastien Guerry  <bzg@gnu.org>
3497         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3499 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3501         * progmodes/perl-mode.el: Use lexical-binding.
3502         Remove redundant :group args.
3503         (perl-nochange): Change default to be closer to other major modes's
3504         standard behavior.
3505         (perl-indent-line): Don't consider text on current line as a
3506         valid beginning of function from which to indent.
3508         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3509         with more than one argument (bug#15538).
3511         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3513         * vc/pcvs.el: Use lexical-binding.
3514         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3515         environment of `eval'.
3516         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3517         than a list of expressions.  Adjust callers.
3518         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3520 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
3522         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3523         case of the dot in a chained method call being on the following line.
3525 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * electric.el (electric-indent-inhibit): New var.
3528         (electric-indent-post-self-insert-function): Use it.
3529         * progmodes/python.el (python-mode): Set it.
3531         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3532         open braces.
3534         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3536         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3537         (css-mode): Use electric-indent-chars.
3539         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3540         (font-lock-beg, font-lock-end): Move before first use.
3541         (nxml-mode): Use syntax-propertize-function.
3542         (nxml-after-change, nxml-after-change1): Adjust accordingly.
3543         (nxml-extend-after-change-region): Remove.
3544         * nxml/xmltok.el: Use lexical-binding.
3545         (xmltok-save): Use `declare'.
3546         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3547         * nxml/nxml-util.el: Use lexical-binding.
3548         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3549         Use `declare'.
3550         * nxml/nxml-ns.el: Use lexical-binding.
3551         (nxml-ns-save): Use `declare'.
3552         (nxml-ns-prefixes-for): Avoid add-to-list.
3553         * nxml/rng-match.el: Use lexical-binding.
3554         (rng--ipattern): Use cl-defstruct.
3555         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3556         (rng-cons-group-after, rng-subst-group-after)
3557         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3558         Use closures instead of `(lambda...).
3560 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
3562         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3563         of BEG and END.
3565         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3566         Use `tramp-handle-insert-file-contents'.
3567         (tramp-gvfs-handle-insert-file-contents): Remove function.
3569         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3570         Use `save-restriction' in order to keep markers.
3572         * net/trampver.el: Update release number.
3574 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * progmodes/compile.el (compilation-parse-errors):
3577         Use compilation--put-prop.
3578         (compilation--ensure-parse): Check compilation-multiline.
3580         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3582         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3583         lexical-binding.
3585         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3587         * progmodes/ruby-mode.el: Fix recently added tests.
3588         (ruby-smie-grammar): Add - and +.
3589         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3590         (ruby-smie--backward-id): New functions.
3591         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3592         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
3593         any more.
3595 2013-10-07  Leo Liu  <sdl.web@gmail.com>
3597         * register.el (register-preview-delay)
3598         (register-preview-functions): New variables.
3599         (register-read-with-preview, register-preview)
3600         (register-describe-oneline): New functions.
3601         (point-to-register, window-configuration-to-register)
3602         (frame-configuration-to-register, jump-to-register)
3603         (number-to-register, view-register, insert-register)
3604         (copy-to-register, append-to-register, prepend-to-register)
3605         (copy-rectangle-to-register): Use register-read-with-preview to
3606         read register.  (Bug#15525)
3608 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
3610         * net/network-stream.el (network-stream-open-starttls): Don't add
3611         --insecure if it's already present, because that gnutls-cli
3612         rejects getting that parameter twice.
3614 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
3616         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3617         keyword, too.
3619 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
3621         * newcomment.el (comment-use-global-state): Change default value
3622         to t, mark obsolete (Bug#15251).
3623         (comment-beginning): In addition to `comment-to-syntax', check the
3624         value of `comment-use-global-state'.
3626 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3628         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3629         (ruby-comment-column): Follow the global default, by default.
3630         (ruby-smie-grammar): Add assignment syntax.
3631         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3632         open-paren, a comma, or a \.
3633         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3634         and line continuations.
3635         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3636         followed by implicit semi-colons.  Add rule for string concatenation
3637         and for indentation at BOB.
3638         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3640         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3641         calling next-sexp, since next-token may have skipped chars which
3642         next-sexp doesn't know should be skipped!
3644 2013-10-05  Leo Liu  <sdl.web@gmail.com>
3646         * progmodes/octave.el (octave-send-region):
3647         Call compilation-forget-errors.
3649 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3651         * vc/vc-svn.el (vc-svn-find-admin-dir):
3652         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3653         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3654         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3655         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3657 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3661 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * subr.el (read-passwd): Hide chars even when called within a context
3664         where after-change-functions is disabled (bug#15501).
3665         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3666         until we removed ourself from overriding-terminal-local-map.
3668 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3670         * progmodes/octave.el (inferior-octave-mode):
3671         Call compilation-forget-errors.
3673 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3675         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3677 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
3679         * net/secrets.el (secrets-create-collection): Add optional
3680         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
3681         dbus-call-method argument.  (Bug#15516)
3683 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3685         * progmodes/octave.el (inferior-octave-error-regexp-alist)
3686         (inferior-octave-compilation-font-lock-keywords): New variables.
3687         (compilation-error-regexp-alist)
3688         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3689         (inferior-octave-mode): Use compilation-shell-minor-mode.
3691 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
3693         * minibuffer.el (completion--replace): Be careful that `end' might be
3694         a marker.
3696 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3698         Add support for package signature checking.
3699         * emacs-lisp/package.el (url-http-file-exists-p)
3700         (epg-make-context, epg-context-set-home-directory)
3701         (epg-verify-string, epg-context-result-for)
3702         (epg-signature-status, epg-signature-to-string)
3703         (epg-check-configuration, epg-configuration)
3704         (epg-import-keys-from-file): Declare.
3705         (package-check-signature): New user option.
3706         (package-unsigned-archives): New user option.
3707         (package-desc): Add `signed' field.
3708         (package-load-descriptor): Set `signed' field if .signed file exists.
3709         (package--archive-file-exists-p): New function.
3710         (package--check-signature): New function.
3711         (package-install-from-archive): Check package signature.
3712         (package--download-one-archive): Check archive signature.
3713         (package-delete): Remove .signed file.
3714         (package-import-keyring): New command.
3715         (package-refresh-contents): Import default keyring.
3716         (package-desc-status): Add "unsigned" status.
3717         (describe-package-1, package-menu--print-info)
3718         (package-menu-mark-delete, package-menu--find-upgrades)
3719         (package-menu--status-predicate): Support "unsigned" status.
3721 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3723         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3724         the new compilation scheme using the new byte-codes.
3726         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3727         (byte-pophandler): New byte codes.
3728         (byte-goto-ops): Adjust accordingly.
3729         (byte-compile--use-old-handlers): New var.
3730         (byte-compile-catch): Use new byte codes depending on
3731         byte-compile--use-old-handlers.
3732         (byte-compile-condition-case--old): Rename from
3733         byte-compile-condition-case.
3734         (byte-compile-condition-case--new): New function.
3735         (byte-compile-condition-case): New function that dispatches depending
3736         on byte-compile--use-old-handlers.
3737         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3738         when we can.
3740         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3741         Optimize under `condition-case' and `catch' if
3742         byte-compile--use-old-handlers is nil.
3743         (disassemble-offset): Handle new bytecodes.
3745 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * subr.el (error): Use `declare'.
3748         (decode-char, encode-char): Use advertised-calling-convention instead
3749         of the docstring to discourage use of the `restriction' arg.
3751 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3753         * epg.el (epg-verify-file): Add a comment saying that it does not
3754         notify verification error as a return value nor a signal.
3755         (epg-verify-string): Ditto.
3757 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3759         * progmodes/compile.el (compilation-start): Try globbing the arg to
3760         `cd' (bug#15417).
3762 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
3764         Sync with Tramp 2.2.8.
3766         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3767         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3768         * net/trampver.el: Update release number.
3770 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
3772         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3773         and default-process-coding-system for darwin only.
3775 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3779 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
3781         * vc/vc-git.el (vc-git-grep): Disable pager.
3783 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
3785         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3786         Use :url instead of :homepage, as per
3787         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3789         * newcomment.el (comment-beginning): When `comment-use-syntax' is
3790         non-nil, use `syntax-ppss' (Bug#15251).
3792 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3794         * progmodes/octave.el (inferior-octave-startup-file):
3795         Prefer ~/.emacs.d/init_octave.m.
3797 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
3799         * emacs-lisp/package.el (package-desc-from-define):
3800         Accept additional arguments as plist, convert them to an alist and store
3801         them in the `extras' slot.
3802         (package-generate-description-file): Convert extras alist back to
3803         plist and append to the `define-package' form arguments.
3804         (package--alist-to-plist): New function.
3805         (package--ac-desc): Add `extras' slot.
3806         (package--add-to-archive-contents): Check if the archive-contents
3807         vector is long enough, and if it is, pass its `extras' slot value
3808         to `package-desc-create'.
3809         (package-buffer-info): Call `lm-homepage', pass the returned value
3810         to `package-desc-from-define'.
3811         (describe-package-1): Render the homepage button (Bug#13291).
3813         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3814         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3816 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
3818         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3819         and default-process-coding-system to utf-8-unix (Bug#15402).
3821 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
3823         * subr.el (looking-back): Do not recommend using looking-back.
3825 2013-09-28  Alan Mackenzie  <acm@muc.de>
3827         Fix indentation/fontification of Java enum with "implements".
3829         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3830         regexp which matches "implements", etc., in Java.
3831         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3832         specifier clauses coming after "enum".
3833         * progmodes/cc-fonts.el (c-font-lock-declarations)
3834         (c-font-lock-enum-tail): Check for extra specifier clauses coming
3835         after "enum".
3837 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
3839         * faces.el (region): Change ns_selection_color to
3840         ns_selection_fg_color, add ns_selection_bg_color.
3842 2013-09-28  Leo Liu  <sdl.web@gmail.com>
3844         * progmodes/octave.el (inferior-octave-completion-table)
3845         (inferior-octave-completion-at-point): Minor tweaks.
3847         * textmodes/ispell.el (ispell-lookup-words): Rename from
3848         lookup-words.  (Bug#15460)
3849         (lookup-words): Obsolete.
3850         (ispell-complete-word, ispell-command-loop): All uses changed.
3852 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3854         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3855         (octave-mode-menu): Add octave-send-buffer.
3856         (octave-send-buffer): New function.
3858 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3860         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3861         octave-lookfor.
3862         (octave-mode-menu): Add octave-lookfor.
3863         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3864         octave-lookfor.
3865         (octave-lookfor): New function.
3867 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3869         * emacs-lisp/cl-macs.el:
3870         (cl--loop-destr-temps): Remove.
3871         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3872         its convention.
3873         (cl--loop-set-iterator-function): New function.
3874         (cl-loop): Adjust accordingly, so as not to use cl-subst.
3875         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3876         Bind `it' with `let' instead of substituting it with `cl-subst'.
3877         (cl--unused-var-p): New function.
3878         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3879         Eliminate some unused variable warnings (bug#15326).
3881 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
3883         * doc-view.el (doc-view-scale-reset): Rename from
3884         `doc-view-reset-zoom-level'.
3885         (doc-view-scale-adjust): New command.
3886         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3887         `doc-view-scale-adjust'.
3889 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
3891         * doc-view.el (doc-view-reset-zoom-level): New command.
3892         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3893         zoom commands (bug#15466).
3895 2013-09-26  Kenichi Handa  <handa@gnu.org>
3897         * international/quail.el (quail-help): Make it not a command.
3899 2013-09-26  Leo Liu  <sdl.web@gmail.com>
3901         * minibuffer.el (completion-all-sorted-completions): Make args
3902         optional as they are.
3904 2013-09-25  Daniel Colascione  <dancol@dancol.org>
3906         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3907         specs are and that they're not evaluated.
3909 2013-09-24  Sam Steingold  <sds@gnu.org>
3911         * midnight.el (clean-buffer-list-kill-regexps)
3912         (clean-buffer-list-kill-buffer-names): Update for the new Man
3913         buffer naming which includes the object name.
3915 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * eshell/esh-cmd.el (eshell--sep-terms): New var.
3918         (eshell-parse-command, eshell-parse-pipeline): Use it since
3919         eshell-separate-commands requires a dynamic scoped var.
3920         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3922 2013-09-23  Leo Liu  <sdl.web@gmail.com>
3924         * autoinsert.el (auto-insert-alist): Make the value of
3925         lexical-binding match its file setting.
3927 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
3929         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3931         * autoarg.el (autoarg-kp-digit-argument):
3932         * electric.el (Electric-command-loop):
3933         * kmacro.el (kmacro-step-edit-insert):
3934         Do not set universal-argument-num-events.
3936 2013-09-22  Leo Liu  <sdl.web@gmail.com>
3938         * files.el (interpreter-mode-alist): Add octave.
3940 2013-09-21  Alan Mackenzie  <acm@muc.de>
3942         C++: fontify identifier in declaration following "public:" correctly.
3943         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3944         to match "public", etc.
3945         (c-decl-prefix-re): Add ":" into the C++ value.
3946         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3947         bit.  Add a check for a ":" preceded by "public", etc.
3949 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
3951         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3952         recognized by GDB 7.5 and later.
3954 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
3956         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3958 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         * subr.el (internal--call-interactively): New const.
3961         (called-interactively-p): Use it (bug#3984).
3963 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
3965         * vc/pcvs.el (cvs-mode-ignore):
3966         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3967         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
3969 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3971         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
3972         (eshell-ls-orig-insert-directory): Remove.
3973         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
3974         (eshell-ls-use-in-dired): Use advice-add/remove.
3975         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3976         Add `orig-fun' arg for use in :around advice.
3977         Make it check (redundantly) eshell-ls-use-in-dired.
3979 2013-09-19  Glenn Morris  <rgm@gnu.org>
3981         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3983         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3985         * emacs-lisp/eieio.el (class-parent): Undo previous change.
3987 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
3989         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3990         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3991         (tramp-get-remote-python): New defuns.
3992         (tramp-get-remote-uid-with-perl)
3993         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
3994         contributed by yary <not.com@gmail.com> (tiny change).
3995         (tramp-get-remote-uid-with-python)
3996         (tramp-get-remote-gid-with-python): New defuns.  Python code
3997         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3998         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
4000 2013-09-19  Glenn Morris  <rgm@gnu.org>
4002         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
4004         * eshell/em-unix.el (eshell-remove-entries):
4005         Rename argument to avoid name-clash with global `top-level'.
4007         * eshell/esh-proc.el (eshell-kill-process-function):
4008         Remove eshell-reset-after-proc from eshell-kill-hook if present.
4009         (eshell-reset-after-proc): Remove unused arg `proc'.
4011         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
4012         (directory-files-and-attributes): Mark unused arg.
4014         * eshell/em-unix.el (eshell-remove-entries):
4015         Remove unused arg `path'.  Update callers.
4017         * eshell/em-hist.el (eshell-hist-parse-arguments):
4018         Remove unused arg `silent'.  Update callers.
4020         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
4021         Fix (f)boundp mix-up.
4023         * eshell/em-smart.el (eshell-smart-scroll-window)
4024         (eshell-disable-after-change):
4025         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
4027 2013-09-18  Alan Mackenzie  <acm@muc.de>
4029         Fix fontification of type when followed by "const".
4030         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4031         "known" types from fontification.
4033 2013-09-18  Glenn Morris  <rgm@gnu.org>
4035         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4036         (chart-face-list): Drop Emacsen without display-color-p.
4038         * net/eww.el (libxml-parse-html-region): Declare.
4039         (eww-display-html): Explicit error if no libxml2 support.
4041         * doc-view.el (doc-view-mode): Silence --without-x compilation.
4043         * image.el (image-type-from-buffer, image-multi-frame-p):
4044         Remove --without-x warning/error.
4046         * mouse.el (mouse-yank-primary):
4047         * term.el (term-mouse-paste):
4048         Reorder to silence --without-x compilation.
4050         * mpc.el (doc-view-mode): Silence --without-x compilation.
4052         * mail/rmailmm.el (rmail-mime-set-bulk-data):
4053         Silence --without-x compilation.
4055         * progmodes/gud.el (gud-find-file, gud-mode):
4056         Silence --without-x compilation.
4057         (tooltip-mode): Declare.
4059         * wdired.el (dired-backup-overwrite): Remove declaration.
4060         (wdired-mode-map): Add doc string.
4062         * custom.el (x-get-resource): Declare.
4064         * eshell/em-glob.el (ange-cache):
4065         * eshell/em-unix.el (ange-cache): Declare.
4067         * faces.el (x-display-list, x-open-connection, x-get-resource):
4068         Declare.
4070         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4071         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4072         Declare.
4074         * frame.el (x-display-grayscale-p, x-display-name): Declare.
4076         * net/gnutls.el (gnutls-log-level): Declare.
4078         * net/shr.el (image-size, image-animate): Declare.
4080         * simple.el (font-info): Declare.
4082         * subr.el (x-popup-dialog): Declare.
4084         * term/common-win.el (x-select-enable-primary)
4085         (x-last-selected-text-primary, x-last-selected-text-clipboard):
4086         Declare.
4088         * term/ns-win.el (x-handle-args): Declare.
4090         * term/x-win.el (x-select-enable-clipboard): Declare.
4092         * term/w32-win.el (create-default-fontset): Declare.
4094         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4095         Declare.
4097         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4098         (fit-frame-to-buffer): Explicit error if --without-x.
4099         (mouse-autoselect-window-select): Silence compiler.
4101         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4103         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4104         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4105         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4106         * eshell/esh-util.el (eshell-sublist):
4107         Remove unused local variables.
4109         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4111         * textmodes/two-column.el: Make 2C-split work for --without-x.
4112         (scroll-bar-columns): Autoload.
4113         (top-level): Require fringe when compiling.
4115 2013-09-18  Leo Liu  <sdl.web@gmail.com>
4117         * subr.el (add-hook): Robustify to handle closure as well.
4119 2013-09-17  Glenn Morris  <rgm@gnu.org>
4121         * simple.el (messages-buffer-mode-map): Unbind "g".
4123 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * help-mode.el (help-mode-finish): Use derived-mode-p.
4126         Remove obsolete highlighting.
4128         * play/life.el (life-mode): Use define-derived-mode.  Derive from
4129         special-mode.
4130         (life): Let-bind inhibit-read-only.
4131         (life-setup): Avoid `setq'.  Use `life-mode'.
4133         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4134         which should not be needed any more.
4135         (package-menu-refresh, package-menu-describe-package): Use user-error.
4137         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4138         (eshell-post-rewrite-command-hook): Make obsolete.
4139         (eshell-parse-command): Simplify.
4140         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4141         (eshell--cmd): Declare.
4142         (eshell-parse-pipeline): Remove unused var `final-p'.
4143         Pass a dynvar to eshell-post-rewrite-command-hook.
4144         Implement the new eshell-post-rewrite-command-function.
4145         (eshell-invoke-directly): Remove unused arg `input'.
4146         * eshell/esh-io.el (eshell-io-initialize):
4147         Use eshell-post-rewrite-command-function (bug#15399).
4148         (eshell--apply-redirections): Rename from eshell-apply-redirections;
4149         adjust to new calling convention.
4150         (eshell-create-handles): Rename args to avoid clashing with dynvar
4151         `standard-output'.
4153 2013-09-17  Glenn Morris  <rgm@gnu.org>
4155         * simple.el (messages-buffer-mode): New major mode.
4156         (messages-buffer): New function.
4157         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4158         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4159         (ert-run-test): Use `messages-buffer' function.
4160         (ert--force-message-log-buffer-truncation): Ignore read-only.
4161         * help.el (view-echo-area-messages): Use `messages-buffer' function.
4162         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4164 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4166         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4168         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4170 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * icomplete.el (icomplete-in-buffer): New var.
4173         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4174         vars and replace them with functions.
4175         (icomplete-minibuffer-setup): Adjust accordingly.
4176         (icomplete--completion-table, icomplete--completion-predicate)
4177         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4178         New functions.
4179         (icomplete-forward-completions, icomplete-backward-completions)
4180         (icomplete-simple-completing-p, icomplete-exhibit)
4181         (icomplete-completions): Use them.
4182         (icomplete--in-region-buffer): New var.
4183         (icomplete--in-region-setup): New function.
4184         (icomplete-mode): Use it.
4186         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4187         (bug#15379).
4188         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4189         return args and options.
4190         (eshell-eval-using-options): Use the new return value of
4191         eshell--do-opts to set the options's vars in their scope.
4192         (eshell--set-option): Rename from eshell-set-option.
4193         Add arg `opt-vals'.
4194         (eshell--process-option): Rename from eshell-process-option.
4195         Add arg `opt-vals'.
4196         (eshell--process-args): Use an `opt-vals' alist to store the options's
4197         values during their processing and return them additionally to the
4198         remaining args.
4200 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
4202         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4203         continuation character an operator, as far as indentation is
4204         concerned (Bug#15369).
4206 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
4208         * window.el (window--state-put-2): Don't process buffer state
4209         when buffer doesn't exist any more (Bug#15382).
4211 2013-09-15  Glenn Morris  <rgm@gnu.org>
4213         * eshell/em-unix.el (eshell/rm):
4214         Make -f ignore missing files.  (Bug#15373)
4216         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
4217         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4218         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4220 2013-09-14  Glenn Morris  <rgm@gnu.org>
4222         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4224 2013-09-13  Glenn Morris  <rgm@gnu.org>
4226         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4227         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
4229 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
4231         * frame.el (x-focus-frame): Mark as declared in frame.c.
4233 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4235         * ls-lisp.el: Use advice-add.
4236         (original-insert-directory): Remove.
4237         (ls-lisp--insert-directory): Rename from insert-directory; add
4238         `orig-fun' argument.
4239         (insert-directory): Advise.
4241 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
4243         * term.el (term-emulate-terminal): Decode the command string
4244         before passing it to term-command-hook.  (Bug#15337)
4246 2013-09-13  Glenn Morris  <rgm@gnu.org>
4248         * eshell/esh-util.el (ange-cache): Move declaration earlier.
4250         * eshell/esh-ext.el (eshell-search-path): Declare.
4252         * eshell/em-prompt.el (eshell/pwd): Autoload it.
4253         Otherwise an error occurs if eshell-dirs module not loaded.
4255         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4257 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
4259         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4260         `tramp-check-proper-host'.  Check for a valid method name.
4262         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4263         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4264         * net/tramp-sh.el (tramp-maybe-open-connection):
4265         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4267         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4268         also for hash values.
4270 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * term/ns-win.el (parameters): Don't declare as dynamic.
4273         (before-make-frame-hook): Don't add ineffective function.
4275         * eshell/*.el: Use lexical-binding (bug#15231).
4277 2013-09-12  Kenichi Handa  <handa@gnu.org>
4279         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4281 2013-09-12  Glenn Morris  <rgm@gnu.org>
4283         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4284         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4286         * subr.el (do-after-load-evaluation): Also give compiler warnings
4287         when obsolete files are used (except by obsolete files).
4289         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4290         in the status output, assume `filename' is the first.  (Bug#15322)
4292         * vc/vc.el (vc-deduce-fileset): Doc fix.
4294         * calc/calc-help.el (Info-goto-node):
4295         * progmodes/cperl-mode.el (Info-find-node):
4296         * vc/ediff.el (Info-goto-node): Update declarations.
4298         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4300         * vc/vc-bzr.el (vc-compilation-mode): Declare.
4301         (vc-bzr-pull): Require vc-dispatcher.
4302         * vc/vc-git.el (vc-compilation-mode): Declare.
4303         (vc-git-pull): Require vc-dispatcher.
4305         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4307         * progmodes/octave.el (help-button-action): Declare.
4309         * shell.el (shell-directory-tracker): Output error as a message
4310         rather than just returning it as a string.
4311         (shell-process-pushd): Remove useless use of message.
4313         * dframe.el (dframe-timer-fn):
4314         * files.el (dir-locals-read-from-file):
4315         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4316         (mpc-format):
4317         * reveal.el (reveal-post-command):
4318         * saveplace.el (load-save-place-alist-from-file):
4319         * shell.el (shell-resync-dirs):
4320         * w32-common-fns.el (x-get-selection-value):
4321         * emacs-lisp/copyright.el (copyright-find-copyright):
4322         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4323         * emulation/tpu-edt.el (tpu-copy-keyfile):
4324         * play/bubbles.el (bubbles--mark-neighbourhood):
4325         * progmodes/executable.el
4326         (executable-make-buffer-file-executable-if-script-p):
4327         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4329 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         Cleanup Eshell to rely less on dynamic scoping.
4332         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4333         last-value, and ext-command here.  Bind `args' closer to `body'.
4334         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4335         (eshell--args): Declare new dynamic var.
4336         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
4337         last-value, and ext-command.  Pass `args' to `body'.
4338         (eshell-process-args): Bind eshell--args.
4339         (eshell-set-option): Use eshell--args.
4340         * eshell/eshell.el (eshell): Use derived-mode-p.
4341         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4342         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4343         (eshell-glob-function): Declare.
4344         * eshell/esh-util.el: Require cl-lib.
4345         (eshell-read-hosts-file): Avoid add-to-list.
4346         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4347         `err'.
4348         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4349         Declare.
4350         (eshell/diff): Remove unused var `err'.
4351         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4352         `killflag'.
4353         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4354         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4355         first use.
4356         * eshell/em-glob.el (eshell-glob-matches, message-shown):
4357         Move declaration before first use.
4358         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4359         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4360         rely on cl-return.
4362 2013-09-12  Glenn Morris  <rgm@gnu.org>
4364         * term/ns-win.el (global-map): Remove binding for ispell-next,
4365         deleted 1999-05-29.  (Bug#15357)
4367 2013-09-11  Glenn Morris  <rgm@gnu.org>
4369         * echistory.el (electric-command-history): Remove call to deleted func.
4371         * play/landmark.el (landmark-mode): Fix typos.
4373         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4374         Check cvs-sort-ignore-file is bound.
4376         * savehist.el: No need for cl when compiling on Emacs.
4378 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4380         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4381         (bug#15338).
4382         (eshell-self-insert-command, eshell-send-invisible):
4383         Remove unused argument.
4384         (eshell-handle-control-codes): Remove unused var `orig'.
4385         Avoid delete-backward-char.
4387         * files.el (set-auto-mode): Simplify a bit further.
4389 2013-09-11  Glenn Morris  <rgm@gnu.org>
4391         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4392         (set-auto-mode): Don't regexp-quote elements.
4393         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4394         * progmodes/cc-mode.el (interpreter-mode-alist):
4395         * progmodes/ruby-mode.el (interpreter-mode-alist):
4396         Revert previous change.
4398 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4400         * play/snake.el (snake-mode):
4401         * play/mpuz.el (mpuz-mode):
4402         * play/landmark.el (lm-mode):
4403         * play/blackbox.el (blackbox-mode):
4404         * play/5x5.el (5x5-mode):
4405         * obsolete/options.el (Edit-options-mode):
4406         * net/quickurl.el (quickurl-list-mode):
4407         * net/newst-treeview.el (newsticker-treeview-mode):
4408         * mail/rmailsum.el (rmail-summary-mode):
4409         * mail/mspools.el (mspools-mode):
4410         * locate.el (locate-mode):
4411         * ibuffer.el (ibuffer-mode):
4412         * emulation/ws-mode.el (wordstar-mode):
4413         * emacs-lisp/debug.el (debugger-mode):
4414         * array.el (array-mode):
4415         * net/eudc.el (eudc-mode): Use define-derived-mode.
4416         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4417         Move initialization into declaration.
4418         (mairix-searches-mode): Use define-derived-mode.
4419         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4420         (eudc-edit-hotlist): Use dolist.
4421         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4422         (Man-mode): Use define-derived-mode.
4423         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4424         (Info-edit-mode): Use define-derived-mode.
4425         (Info-cease-edit): Use Info-mode.
4426         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4427         into declaration.
4428         (eshell-mode): Use define-derived-mode.
4429         * chistory.el (command-history-mode-map): Rename from
4430         command-history-map.
4431         (command-history-mode): Use define-derived-mode.
4432         (Command-history-setup): Remove function.
4433         * calc/calc.el (calc-trail-mode-map): New var.
4434         (calc-trail-mode): Use define-derived-mode.
4435         (calc-trail-buffer): Set calc-main-buffer manually.
4436         * bookmark.el (bookmark-insert-annotation): New function.
4437         (bookmark-edit-annotation): Use it.
4438         (bookmark-edit-annotation-mode): Make it a proper major mode.
4439         (bookmark-send-edited-annotation): Use derived-mode-p.
4440         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4441         closer to its ideal place.  Use \' to match EOS.
4443         * profiler.el (profiler-calltree-find): Use function-equal.
4445 2013-09-10  Glenn Morris  <rgm@gnu.org>
4447         * files.el (interpreter-mode-alist): Convert to regexps.
4448         (set-auto-mode): Adapt for this.  (Bug#15306)
4449         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4450         Comment out unused variable.
4451         * progmodes/cc-mode.el (interpreter-mode-alist):
4452         * progmodes/python.el (interpreter-mode-alist):
4453         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4454         * progmodes/sh-script.el (sh-set-shell):
4455         No longer use interpreter-mode-alist to get list of shells.
4457         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4459 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * simple.el: Use set-temporary-overlay-map for universal-argument.
4462         (universal-argument-map): Don't use default-bindings (bug#15317).
4463         Bind switch-frame explicitly.  Replace universal-argument-minus with
4464         a conditional binding.
4465         (universal-argument-num-events, saved-overriding-map): Remove.
4466         (restore-overriding-map): Remove.
4467         (universal-argument--mode): Rename from save&set-overriding-map,
4468         and rewrite.
4469         (universal-argument, universal-argument-more, negative-argument)
4470         (digit-argument): Adjust accordingly.
4471         (universal-argument-minus): Remove.
4472         (universal-argument-other-key): Remove.
4474         * subr.el (with-demoted-errors): Add `format' argument.
4476 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
4478         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
4479         `tramp-cleanup-connection'.
4481         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4482         parameters KEEP-DEBUG and KEEP-PASSWORD.
4484         * net/tramp.el (tramp-file-name-handler):
4485         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4486         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4487         (tramp-maybe-open-connection):
4488         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4489         Use `tramp-cleanup-connection'.
4491         * net/tramp-sh.el (tramp-maybe-open-connection):
4492         Catch 'uname-changed inside the progress reporter.
4494 2013-09-10  Glenn Morris  <rgm@gnu.org>
4496         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
4498         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4499         returns "alternate access method" in mode (eg "-rw-r--r--.").
4501 2013-09-08  Glenn Morris  <rgm@gnu.org>
4503         * saveplace.el (load-save-place-alist-from-file):
4504         Demote errors.  (Bug#15305)
4506 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
4508         Improve compatibility with older Emacsen, and XEmacs.
4510         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4511         only if it is bound.  It isn't for XEmacs.
4512         (with-tramp-progress-reporter): Do not let-bind `result'.
4513         This yields to scoping errors in XEmacs.
4514         (tramp-handle-make-auto-save-file-name): New function, moved from
4515         tramp-sh.el.
4517         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4518         for `make-auto-save-file-name'.
4519         (tramp-adb--gnu-switches-to-ash):
4520         Use `tramp-compat-replace-regexp-in-string'.
4522         * net/tramp-cache.el (tramp-cache-print): Call
4523         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
4525         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4526         bound.  It isn't for XEmacs.
4528         * net/tramp-compat.el (tramp-compat-copy-file):
4529         Catch `wrong-number-of-arguments' error.
4530         (tramp-compat-replace-regexp-in-string): New defun.
4532         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4533         for `make-auto-save-file-name'.
4534         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4535         `copy-file'.
4536         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4537         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4538         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4540         * net/tramp-gw.el (tramp-gw-open-network-stream):
4541         Use `tramp-compat-replace-regexp-in-string'.
4543         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4544         Call `tramp-handle-make-auto-save-file-name'.
4545         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4546         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4547         (tramp-sh-file-inotifywait-process-filter):
4548         Use `tramp-compat-replace-regexp-in-string'.
4549         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4551         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4552         for `make-auto-save-file-name'.
4553         (tramp-smb-handle-copy-directory):
4554         Call `tramp-compat-replace-regexp-in-string'.
4555         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4556         (tramp-smb-handle-copy-file): Improve error message.
4557         (tramp-smb-handle-rename-file): Rename directly only in case
4558         `newname' does not exist yet.  This is a restriction of smbclient.
4559         (tramp-smb-maybe-open-connection): Rerun the function only when
4560         `auth-sources' is non-nil.
4562 2013-09-08  Kenichi Handa  <handa@gnu.org>
4564         * international/characters.el: Set category "^" (Combining) for
4565         more characters.
4567 2013-09-07  Alan Mackenzie  <acm@muc.de>
4569         Correctly fontify Java class constructors.
4570         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4571         in Java Mode.
4572         (c-recognize-typeless-decls): Set the Java value to t.
4573         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4574         While handling a "(", add a check for, effectively, Java, and handle a
4575         "typeless" declaration there.
4577 2013-09-07  Roland Winkler  <winkler@gnu.org>
4579         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4580         field subtitle for entry type book.
4582 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4584         * minibuffer.el: Make minibuffer-complete call completion-in-region
4585         rather than other way around.
4586         (completion--some, completion-pcm--find-all-completions):
4587         Don't delay signals when debugging.
4588         (minibuffer-completion-contents): Beware fields within the
4589         minibuffer contents.
4590         (completion-all-sorted-completions): Use defvar-local.
4591         (completion--do-completion, completion--cache-all-sorted-completions)
4592         (completion-all-sorted-completions, minibuffer-force-complete):
4593         Add args `beg' and `end'.
4594         (completion--in-region-1): New fun, extracted from minibuffer-complete.
4595         (minibuffer-complete): Use completion-in-region.
4596         (completion-complete-and-exit): New fun, extracted from
4597         minibuffer-complete-and-exit.
4598         (minibuffer-complete-and-exit): Use it.
4599         (completion--complete-and-exit): Rename from
4600         minibuffer--complete-and-exit.
4601         (completion-in-region--single-word): New function, extracted from
4602         minibuffer-complete-word.
4603         (minibuffer-complete-word): Use it.
4604         (display-completion-list): Make `common-substring' argument obsolete.
4605         (completion--in-region): Call completion--in-region-1 instead of
4606         minibuffer-complete.
4607         (completion-help-at-point): Pass boundaries to
4608         minibuffer-completion-help as args rather than via an overlay.
4609         (completion-pcm--string->pattern): Use `any-delim'.
4610         (completion-pcm--optimize-pattern): New function.
4611         (completion-pcm--pattern->regex): Handle `any-delim'.
4612         * icomplete.el (icomplete-forward-completions)
4613         (icomplete-backward-completions, icomplete-completions):
4614         Adjust calls to completion-all-sorted-completions and
4615         completion--cache-all-sorted-completions.
4616         (icomplete-with-completion-tables): Default to t.
4617         * emacs-lisp/crm.el (crm--current-element): Rename from
4618         crm--select-current-element.  Don't put an overlay but return the
4619         boundaries instead.
4620         (crm--completion-command): Take two new args to bind to the boundaries.
4621         (crm-completion-help): Adjust accordingly.
4622         (crm-complete): Use completion-in-region.
4623         (crm-complete-word): Use completion-in-region--single-word.
4624         (crm-complete-and-exit): Use completion-complete-and-exit.
4626 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4628         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4629         than dynamically.
4631 2013-09-06  Juri Linkov  <juri@jurta.org>
4633         * info.el (Info-display-images-node): When image file doesn't exist
4634         display text version of the image if it's provided in the Info file.
4635         Otherwise, display the location of missing image from SRC attribute.
4636         Add help-echo text property from ALT attribute.  (Bug#15279)
4638 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4641         (edit-abbrevs-mode): Use define-derived-mode.
4643         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4644         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4645         that it's defined.
4646         (epa-key-list-mode, epa-key-mode, epa-info-mode):
4647         Use define-derived-mode.
4649         * epg.el (epg-start-encrypt): Minor CSE simplification.
4651 2013-09-06  William Xu  <william.xwl@gmail.com>
4653         * arc-mode.el: Add support for 7za (bug#15264).
4654         (archive-7z-program): New var.
4655         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4656         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4657         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4659 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
4661         Remove URL syntax.
4663         * net/tramp.el (tramp-syntax, tramp-prefix-format)
4664         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4665         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4666         (tramp-postfix-host-format, tramp-file-name-regexp)
4667         (tramp-completion-file-name-regexp)
4668         (tramp-completion-dissect-file-name)
4669         (tramp-handle-substitute-in-file-name): Remove 'url case.
4670         (tramp-file-name-regexp-url)
4671         (tramp-completion-file-name-regexp-url): Remove constants.
4673 2013-09-06  Glenn Morris  <rgm@gnu.org>
4675         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
4677 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
4679         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4680         keywords" below "here-doc beginnings" (Bug#15270).
4682 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4684         * subr.el (pop): Use `car-safe'.
4685         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4686         to detect unused `pop' return value.
4688         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4689         var `block-regexp'.
4690         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4691         (python-fill-string): Remove unused var `marker'.
4692         (python-skeleton-add-menu-items): Remove unused var `items'.
4694         * international/mule-cmds.el: Require CL.
4695         (find-coding-systems-for-charsets): Avoid add-to-list.
4696         (sanitize-coding-system-list): New function, extracted from
4697         select-safe-coding-system-interactively.
4698         (select-safe-coding-system-interactively): Use it.
4699         (read-input-method-name): Accept symbols for `default'.
4701         * emacs-lisp/advice.el (defadvice): Add indent rule.
4703 2013-09-05  Daniel Hackney  <dan@haxney.org>
4705         * dired-x.el:
4706         * net/ange-ftp.el:
4707         * net/browse-url.el:
4708         * net/dbus.el:
4709         * net/eudc.el:
4710         * net/eudcb-ldap.el:
4711         * net/eww.el:
4712         * net/imap.el:
4713         * printing.el:
4714         * vc/ediff-diff.el:
4715         * vc/ediff-init.el:
4716         * vc/ediff-merg.el:
4717         * vc/ediff-mult.el:
4718         * vc/ediff-util.el:
4719         * vc/ediff-wind.el:
4720         * vc/ediff.el:
4721         * vc/emerge.el:
4722         * vc/pcvs.el:
4723         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4724         byte compiler.  Remove some unused let-bound variables.
4726 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4728         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4729         a "ref-cell", since it gets better optimized (bug#14883).
4731 2013-09-05  Glenn Morris  <rgm@gnu.org>
4733         * progmodes/cc-awk.el (c-forward-sws): Declare.
4735 2013-09-04  Glenn Morris  <rgm@gnu.org>
4737         * generic-x.el [rul-generic-mode]: Require cc-mode.
4738         (c++-mode-syntax-table): Declare.
4739         (rul-generic-mode-syntax-table): Init in the defvar.
4741 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4744         (vc-do-command, vc-set-async-update):
4745         * vc/vc-mtn.el (vc-mtn-dir-status):
4746         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4747         (vc-hg-pull, vc-hg-merge-branch):
4748         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4749         (vc-git-merge-branch):
4750         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4751         (vc-cvs-dir-status-files):
4752         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4753         (vc-bzr-dir-status-files):
4754         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4755         * vc/vc-annotate.el: Use lexical-binding.
4756         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4757         (vc-sentinel-movepoint): Declare.
4758         (vc-annotate): Don't use `goto-line'.
4759         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4760         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4761         (vc-sentinel-movepoint): Declare.
4762         * vc/vc-svn.el: Use lexical-binding.
4763         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4764         * vc/vc-sccs.el:
4765         * vc/vc-rcs.el: Use lexical-binding.
4767         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4768         `deleted'.  Don't drop errors silently.
4770         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4772 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
4774         * vc/vc.el (vc-ignore): Rewrite.
4775         (vc-default-ignore): New function.
4776         (vc-default-ignore-completion-table): Use find-ignore-file.
4778         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4779         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4780         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4781         Remove.  Most code moved to vc.el.
4783 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4786         * net/tramp-smb.el (tramp-smb-get-file-entries):
4787         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4788         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4790         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4791         Update call to it.
4792         (eww-change-select): Remove unused var `properties'.
4793         (eww-make-unique-file-name): Remove unused var `base'.
4795         * finder.el (finder-compile-keywords): Don't mess with windows.
4797         * calculator.el (calculator-funcall): Fix typo in last change.
4799         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4801         * emacs-lisp/package.el (package-activate-1): Don't let a missing
4802         <pkg>-autoloads.el file stop us.
4804         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4805         warnings, and factor out common code.
4807 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
4809         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4810         two-character operators and whether the character preceding them
4811         changes their meaning (Bug#15208).
4813 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4815         Format code sent to Python shell for robustness.
4816         * progmodes/python.el (python-shell-buffer-substring):
4817         New function.
4818         (python-shell-send-region, python-shell-send-buffer): Use it.
4820 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
4822         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4823         * net/tramp.el (tramp-user-error): ... here.
4824         (tramp-find-method, tramp-check-proper-host)
4825         (tramp-dissect-file-name, tramp-debug-message)
4826         (tramp-handle-shell-command):
4827         * net/tramp-adb.el (tramp-adb-handle-shell-command):
4828         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4830         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4832 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
4834         * avoid.el (mouse-avoidance-point-position)
4835         (mouse-avoidance-too-close-p): Handle case where posn-at-point
4836         returns nil.
4838 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4840         * progmodes/python.el (python-shell-completion-get-completions):
4841         Drop use of deleted `comint-last-prompt-overlay'.
4842         (python-nav-if-name-main): New command.
4844 2013-09-01  Glenn Morris  <rgm@gnu.org>
4846         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4847         Avoid leading space in $wins.  Otherwise the sed command used by
4848         eg compile-main ends up containing "/*.el".  (Bug#15170)
4850         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
4852 2013-08-30  Glenn Morris  <rgm@gnu.org>
4854         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4855         Fix is-this-a-directory logic.  (Bug#15220)
4857 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         * textmodes/css-mode.el: Use SMIE.
4860         (css-smie-grammar): New var.
4861         (css-smie--forward-token, css-smie--backward-token)
4862         (css-smie-rules): New functions.
4863         (css-mode): Use them.
4864         (css-navigation-syntax-table): Remove var.
4865         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4866         (css-indent-calculate, css-indent-line): Remove functions.
4868         Misc changes to reduce use of `(lambda...); and other cleanups.
4869         * cus-edit.el: Use lexical-binding.
4870         (customize-push-and-save, customize-apropos)
4871         (custom-buffer-create-internal): Use closures.
4872         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4873         * progmodes/ada-xref.el: Use setq.
4874         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4875         * dframe.el: Use lexical-binding.
4876         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
4877         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4878         * descr-text.el: Use lexical-binding.
4879         (describe-text-widget, describe-text-sexp, describe-property-list):
4880         Use closures.
4881         * comint.el (comint-history-isearch-push-state): Use a closure.
4882         * calculator.el: Use lexical-binding.
4883         (calculator-number-to-string): Make it work with lexical-binding.
4884         (calculator-funcall): Same and use cl-letf.
4886         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4887         (lisp--company-doc-string, lisp--company-location): New functions.
4888         (lisp-completion-at-point): Use them to improve Company support.
4890         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4891         params of lambda expressions.
4892         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4893         (ruby-smie--opening-pipe-p): New function.
4894         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4895         symbols and matched |...| for formal params.
4896         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4897         from being treated as hanging.  Handle "rescue".
4899 2013-08-29  Glenn Morris  <rgm@gnu.org>
4901         * progmodes/cc-engine.el (c-pull-open-brace):
4902         Move definition before use.
4904 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4906         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4907         are immutable.  Don't use `unsafe' any more.
4908         (cl--defsubst-expand): Don't substitute at the same time as keeping
4909         a residual unused let-binding.  Don't use `unsafe' any more.
4911 2013-08-29  Glenn Morris  <rgm@gnu.org>
4913         * calendar/cal-china.el (calendar-chinese-year-cache):
4914         Recenter on 2015.
4916         * nxml/nxml-util.el (nxml-debug-clear-inside):
4917         Use cl-loop rather than loop.
4919         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4921         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4923 2013-08-28  Glenn Morris  <rgm@gnu.org>
4925         * progmodes/antlr-mode.el: No need to require cc-mode twice.
4927         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4929         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4931 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4933         * simple.el (repeat-complex-command--called-interactively-skip):
4934         New function.
4935         (repeat-complex-command): Use it (bug#14136).
4937         * progmodes/cc-mode.el: Minor cleanup of var declarations.
4938         (c-define-abbrev-table): Add `doc' argument.
4939         (c-mode-abbrev-table, c++-mode-abbrev-table)
4940         (objc-mode-abbrev-table, java-mode-abbrev-table)
4941         (idl-mode-abbrev-table, pike-mode-abbrev-table)
4942         (awk-mode-abbrev-table): Use it.
4943         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4944         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4945         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4946         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4947         Move initialization into the declaration; and remove any
4948         autoload cookie.
4950         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4951         and dynamic let binding.
4953         * vc/smerge-mode.el: Remove redundant :group args.
4955         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4956         to load-path.
4958 2013-08-28  Juri Linkov  <juri@jurta.org>
4960         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4961         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4962         (isearch-other-meta-char): Handle an undefined shifted printing
4963         character by downshifting it.  (Bug#15200)
4965 2013-08-28  Juri Linkov  <juri@jurta.org>
4967         * isearch.el (isearch-search): Change regexp error message for
4968         non-regexp searches.  (Bug#15166)
4970 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4972         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4973         for portability to hosts where /bin/sh has problems.
4975 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4979 2013-08-27  Juri Linkov  <juri@jurta.org>
4981         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4982         in the keyboard macro.  (Bug#15126)
4984 2013-08-27  Juri Linkov  <juri@jurta.org>
4986         * isearch.el (isearch-quote-char): Comment out converting unibyte
4987         to multibyte, thus syncing with its `quoted-insert' counterpart.
4988         (Bug#15166)
4990 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
4992         * window.el (display-buffer-use-some-window): Add missing
4993         argument in call of get-largest-window (Bug#15185).
4994         Reported by Stephen Leake.
4996 2013-08-27  Glenn Morris  <rgm@gnu.org>
4998         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
5000 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5002         * progmodes/python.el (python-font-lock-keywords): Don't return nil
5003         from a matcher-function unless there's no more matches (bug#15161).
5005 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5007         * minibuffer.el: Revert change from 2013-08-20.
5009         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
5010         with text property `tramp-default', if appropriate.
5011         (tramp-check-proper-host): New defun.
5012         (tramp-dissect-file-name): Do not check hostname.  Revert change
5013         of 2013-03-18.
5014         (tramp-backtrace): Make VEC-OR-PROC optional.
5016         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
5017         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5018         * net/tramp-sh.el (tramp-maybe-open-connection):
5019         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5020         Apply `tramp-check-proper-host'.
5022 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
5024         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
5025         lambda expression in order to have `describe-variable' display it.
5027 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
5029         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5030         BUF can be optional.  (Bug#15186)
5032 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
5034         * progmodes/flymake.el (flymake-get-real-file-name-function):
5035         Fix broken customization.  (Bug#15184)
5037 2013-08-25  Alan Mackenzie  <acm@muc.de>
5039         Improve indentation of bracelists defined by macros (without "=").
5041         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5042         expansion begins with "{", regard it as bracelist when it doesn't
5043         contain a ";".
5045         Parse C++ inher-intro when there's a template split over 2 lines.
5047         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5048         rigorously the search for "class" etc. followed by ":".
5050         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5051         random languages a regexp which never matches rather than nil.
5053         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5055         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5056         (c-awk-regexp-one-line-possibly-open-char-list-re)
5057         (c-awk-one-line-possibly-open-regexp-re)
5058         (c-awk-one-line-non-syn-ws*-re): Remove.
5059         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5060         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5061         (c-awk-space*-unclosed-regexp-/-re): New constants.
5062         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5063         aren't regexp delimiters.
5065         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5066         handling for a rare situation in AWK Mode involving unterminated
5067         strings/regexps.
5069 2013-08-23  Glenn Morris  <rgm@gnu.org>
5071         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5073         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5075         * files.el (create-file-buffer): If the result would begin with
5076         spaces, prepend a "|" instead of removing them.  (Bug#15162)
5078 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5081         text-properties (bug#15155).
5083         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5084         exist any more.
5085         (calc-keypad-redraw): Remove unused var `pad'.
5086         (calc-keypad-press): Remove unused var `menu'.
5088 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
5090         * window.el (display-buffer-pop-up-frame):
5091         Call pop-up-frame-function with BUFFER current so `make-frame' will
5092         use it as the new frame's buffer (Bug#15133).
5094 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5096         * calendar/timeclock.el: Minor cleanups.
5097         (timeclock-ask-before-exiting, timeclock-use-display-time):
5098         Use `symbol'.
5099         (timeclock-modeline-display): Define as alias before the
5100         actual definition.
5101         (timeclock-mode-line-display): Use define-minor-mode.
5102         (timeclock-day-list-template): Make it a function, add an argument.
5103         (timeclock-day-list-required, timeclock-day-list-length)
5104         (timeclock-day-list-debt, timeclock-day-list-span)
5105         (timeclock-day-list-break): Adjust calls accordingly.
5107 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5109         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5110         Use read--expression so that completion works again.
5112 2013-08-21  Sam Steingold  <sds@gnu.org>
5114         Add rudimentary inferior shell interaction
5115         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5116         (sh-set-shell): Reset it.
5117         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5118         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5120 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5122         * align.el: Use lexical-binding.
5123         (align-region): Simplify accordingly.
5125 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
5127         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5129         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5130         `non-essential' up.
5132 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
5134         * net/tramp.el:
5135         * net/tramp-adb.el:
5136         * net/tramp-cmds.el:
5137         * net/tramp-ftp.el:
5138         * net/tramp-gvfs.el:
5139         * net/tramp-gw.el:
5140         * net/tramp-sh.el: Don't wrap external variable declarations by
5141         `eval-when-compile'.
5143 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5145         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5146         now that Emacs supports ImageMagick animations.
5148 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
5150         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5151         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5153 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
5155         * window.el (mouse-autoselect-window-select): Do autoselect when
5156         mouse pointer is on margin.
5158 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
5160         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
5162 2013-08-16  Glenn Morris  <rgm@gnu.org>
5164         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5165         Handle "Remote Directory" response of some clients.  (Bug#15058)
5167         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5168         Tweak warning.  (Bug#14926)
5170         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5171         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
5173         * image-mode.el (image-mode-map): Add menu items to reverse,
5174         increase, decrease, reset animation speed.
5175         (image--set-speed, image-increase-speed, image-decrease-speed)
5176         (image-reverse-speed, image-reset-speed): New functions.
5177         (image-mode-map): Add bindings for speed commands.
5179         * image.el (image-animate-get-speed, image-animate-set-speed):
5180         New functions.
5181         (image-animate-timeout): Respect image :speed property.
5183 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5186         previous line (bug#15101).
5187         (debugger-eval-expression, debugger-record-expression):
5188         Use read--expression (bug#15102).
5190 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
5192         Remove byte compiler warnings, visible when compiling with
5193         `byte-compile-force-lexical-warnings' set to t.
5195         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5196         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5197         (tramp-handle-unhandled-file-name-directory)
5198         (tramp-handle-file-notify-add-watch, tramp-action-login)
5199         (tramp-action-succeed, tramp-action-permission-denied)
5200         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5201         arguments with "_".
5203         * net/tramp-adb.el (tramp-adb-parse-device-names)
5204         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5205         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5206         (tramp-adb-handle-file-truename): Remove unused arguments.
5208         * net/tramp-cache.el (tramp-flush-directory-property)
5209         (tramp-flush-connection-property, tramp-list-connections)
5210         (tramp-parse-connection-properties): Prefix unused arguments with "_".
5212         * net/tramp-compat.el (tramp-compat-make-temp-file):
5213         Rename FILENAME to F.
5215         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5216         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5217         (tramp-zeroconf-parse-workstation-device-names)
5218         (tramp-zeroconf-parse-webdav-device-names)
5219         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5221         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5222         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5224         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5225         arguments.
5226         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5227         (tramp-sh-handle-insert-file-contents-literally)
5228         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5229         with "_".
5230         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5231         Remove unused variables.
5233         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5234         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5235         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5237         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5238         Make them a defconst.
5239         (tramp-uuencode-region): Remove unused variable.
5241 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
5243         * frameset.el (frameset--prop-setter): New function.
5244         (frameset-prop): Add gv-setter declaration.
5245         (frameset-filter-minibuffer): Deal with the case that the minibuffer
5246         parameter was already set in FILTERED.  Doc fix.
5247         (frameset--record-minibuffer-relationships): Allow saving a
5248         minibufferless frame without its corresponding minibuffer frame.
5249         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5250         frame, if the frame id matches.
5251         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5252         frames before orphaned ones.
5253         (frameset-restore): Warn about orphaned windows, instead of error out.
5255 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
5257         * window.el (window-make-atom): Don't overwrite parameter
5258         already present.
5259         (display-buffer-in-atom-window): Handle special case where we
5260         split an already atomic window.
5261         (window--major-non-side-window, display-buffer-in-side-window)
5262         (window--side-check): Ignore minibuffer window when walking
5263         window tree.
5264         (window-deletable-p): Return 'frame only if no other frame uses
5265         our minibuffer window.
5266         (record-window-buffer): Run buffer-list-update-hook.
5267         (split-window): Make sure window--check-frame won't destroy an
5268         existing atomic window in case the new window gets nested
5269         inside.
5270         (display-buffer-at-bottom): Ignore minibuffer window when
5271         walking window tree.  Don't split a side window.
5272         (pop-to-buffer): Don't set-buffer here, the select-window call
5273         should do that.
5274         (mouse-autoselect-window-select): Autoselect only if we are in the
5275         text portion of the window.
5277 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5279         * net/shr.el (shr-parse-image-data): New function to grab both the
5280         data itself and the Content-Type.
5281         (shr-put-image): Use it.
5283         * net/eww.el (eww-display-image): Ditto.
5285         * image.el (image-content-type-suffixes): New variable.
5287 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5289         * progmodes/python.el (python-imenu--build-tree)
5290         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5292 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
5294         * simple.el (backward-word): Mention the optional argument.
5296 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5298         * frameset.el (frameset--make): Rename constructor from make-frameset.
5299         (frameset-p, frameset-valid-p): Don't autoload.
5300         (frameset-valid-p): Use normal accessors.
5302 2013-08-13  Glenn Morris  <rgm@gnu.org>
5304         * progmodes/compile.el (compile-command): Tweak example in doc.
5305         * obsolete/scribe.el (scribe-mode):
5306         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
5308         * mail/feedmail.el (feedmail-confirm-outgoing)
5309         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5311         * cus-start.el (truncate-partial-width-windows): Fix type.
5313         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5315         * net/shr.el (shr-table-horizontal-line): Fix custom type.
5317 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * emacs-lisp/timer.el (timer--time-setter): New function.
5320         (timer--time): Use it as gv-setter.
5322         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5323         setter is not a symbol.
5325 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
5327         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5328         if sending fails.  This makes debugging easier.
5330 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
5332         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5333         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5334         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5336 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
5338         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5340 2013-08-12  Glenn Morris  <rgm@gnu.org>
5342         * format.el (format-annotate-function):
5343         Handle read-only text properties in the source.  (Bug#14887)
5345 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347         * net/eww.el (eww-display-html): Ignore coding system errors.
5348         One web site uses "utf-8lias" as the coding system.
5350 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
5352         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5354 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
5356         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5357         (tutorial--detailed-help): Remove unused local variables.
5358         (tutorial--save-tutorial-to): Use ignore-errors.
5359         (help-with-tutorial): Use looking-at-p.
5361         * view.el (view-buffer-other-window, view-buffer-other-frame):
5362         Mark unused arguments.
5364         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5365         (woman-select-symbol-fonts, woman, woman-find-file)
5366         (woman-insert-file-contents, woman-non-underline-faces):
5367         Use string-match-p.
5368         (woman1-unquote): Move declaration.
5370         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5371         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
5372         argument.  Remove unused local variable.
5373         (xml-parse-elem-type): Use string-match-p.
5374         (xml-substitute-numeric-entities): Use ignore-errors.
5376         * calculator.el (calculator): Mark unused argument.
5377         (calculator-paste, calculator-quit, calculator-integer-p):
5378         Use ignore-errors.
5379         (calculator-string-to-number, calculator-decimal, calculator-exp)
5380         (calculator-op-or-exp): Use string-match-p.
5382         * dired.el (dired-buffer-more-recently-used-p): Declare.
5383         (dired-insert-set-properties, dired-insert-old-subdirs):
5384         Use ignore-errors.
5386         * dired-aux.el (dired-compress): Use ignore-errors.
5387         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5388         (dired-do-async-shell-command, dired-do-shell-command)
5389         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5390         (dired-insert-subdir-validate): Use string-match-p.
5391         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5392         (dired-add-entry): Use string-match-p, looking-at-p.
5393         (dired-insert-subdir-newpos): Remove unused local variable.
5395         * filenotify.el (file-notify-callback): Remove unused local variable.
5397         * filesets.el (filesets-error): Mark unused argument.
5398         (filesets-which-command-p, filesets-filter-dir-names)
5399         (filesets-directory-files, filesets-get-external-viewer)
5400         (filesets-ingroup-get-data): Use string-match-p.
5402         * find-file.el (ff-other-file-name, ff-other-file-name)
5403         (ff-find-the-other-file, ff-cc-hh-converter):
5404         Remove unused local variables.
5405         (ff-get-file-name): Use string-match-p.
5406         (ff-all-dirs-under): Use ignore-errors.
5408         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5409         (follow-select-if-visible): Remove unused local variable.
5411         * forms.el (read-file-filter): Move declaration.
5412         (forms--make-format, forms--make-parser, forms-insert-record):
5413         Quote function with #'.
5414         (forms--update): Use string-match-p.  Quote function with #'.
5416         * help-mode.el (help-dir-local-var-def): Mark unused argument.
5417         (help-make-xrefs): Use looking-at-p.
5418         (help-xref-on-pp): Use looking-at-p, ignore-errors.
5420         * ibuffer.el (ibuffer-ext-visible-p): Declare.
5421         (ibuffer-confirm-operation-on): Use string-match-p.
5423         * msb.el (msb-item-handler, msb-dired-item-handler):
5424         Mark unused arguments.
5426         * ses.el (ses-decode-cell-symbol)
5427         (ses-kill-override): Remove unused local variable.
5428         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5429         (ses-load): Use ignore-errors, looking-at-p.
5430         (ses-jump-safe): Use ignore-errors.
5431         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5433         * tabify.el (untabify, tabify): Mark unused arguments.
5435         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5436         Mark unused argument.
5437         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5438         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5440         * emacs-lisp/timer.el (timer--time): Define setter with
5441         gv-define-setter to avoid deprecation warning.
5443         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5444         (*record-cmpl-statistics-p*): Remove (was commented out).
5445         (cmpl-statistics-block): Remove (body was commented out).
5446         All callers changed.
5447         (add-completions-from-buffer, load-completions-from-file):
5448         Remove unused variables.
5450 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5452         * filecache.el (file-cache-delete-file-list):
5453         Print message only when told so.
5454         (file-cache-files-matching): Use #' in mapconcat argument.
5456         * ffap.el (ffap-url-at-point): Fix reference to variable
5457         thing-at-point-default-mail-uri-scheme.
5459 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5461         * subr.el (define-error): New function.
5462         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5463         error-file-not-found and define with define-error.
5464         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5465         and define with define-error.
5466         * userlock.el (file-locked, file-supersession):
5467         * simple.el (mark-inactive):
5468         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5469         * progmodes/ada-mode.el (ada-mode-errors):
5470         * play/life.el (life-extinct):
5471         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5472         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5473         * nxml/rng-util.el (rng-error):
5474         * nxml/rng-uri.el (rng-uri-error):
5475         * nxml/rng-match.el (rng-compile-error):
5476         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5477         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5478         * nxml/nxml-rap.el (nxml-scan-error):
5479         * nxml/nxml-outln.el (nxml-outline-error):
5480         * net/soap-client.el (soap-error):
5481         * net/gnutls.el (gnutls-error):
5482         * net/ange-ftp.el (ftp-error):
5483         * mpc.el (mpc-proc-error):
5484         * json.el (json-error, json-readtable-error, json-unknown-keyword)
5485         (json-number-format, json-string-escape, json-string-format)
5486         (json-key-format, json-object-format):
5487         * jka-compr.el (compression-error):
5488         * international/quail.el (quail-error):
5489         * international/kkc.el (kkc-error):
5490         * emacs-lisp/ert.el (ert-test-failed):
5491         * calc/calc.el (calc-error, inexact-result, math-overflow)
5492         (math-underflow):
5493         * bookmark.el (bookmark-error-no-filename):
5494         * epg.el (epg-error): Define with define-error.
5496         * time.el (display-time-event-handler)
5497         (display-time-next-load-average): Don't call sit-for since it seems
5498         unnecessary (bug#15045).
5500         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5501         Use #' instead of ' to quote functions.
5502         (checkdoc-output-mode): Use setq-local.
5503         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5504         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5505         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5506         (checkdoc-ispell, checkdoc-ispell-current-buffer)
5507         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5508         (checkdoc-ispell-message-text, checkdoc-ispell-start)
5509         (checkdoc-ispell-continue, checkdoc-ispell-comments)
5510         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5512         * ido.el (ido-completion-help): Fix up compiler warning.
5514 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5516         * frameset.el (frameset-p): Add autoload cookie.
5517         (frameset--jump-to-register): New function, based on code moved from
5518         register.el.
5519         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
5521         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5522         (frameset-restore, frameset-save, frameset-session-filter-alist):
5523         Remove declarations.
5524         (register-alist): Doc fix.
5525         (frameset-to-register): Move to frameset.el.
5526         (jump-to-register, describe-register-1): Remove frameset-specific code.
5528 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5530         * allout-widgets.el (allout-widgets-pre-command-business)
5531         (allout-widgets-post-command-business)
5532         (allout-widgets-after-change-handler)
5533         (allout-decorate-item-and-context, allout-set-boundary-marker)
5534         (allout-body-modification-handler)
5535         (allout-graphics-modification-handler): Mark ignored arguments.
5536         (allout-widgets-post-command-business)
5537         (allout-widgets-exposure-change-processor)
5538         (allout-widgets-exposure-undo-processor)
5539         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5540         (allout-parse-item-at-point, allout-decorate-item-guides)
5541         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5542         * allout.el (epa-passphrase-callback-function): Declare.
5543         (allout-overlay-insert-in-front-handler)
5544         (allout-overlay-interior-modification-handler)
5545         (allout-isearch-end-handler, allout-chart-siblings)
5546         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5547         (allout-yank-processing, allout-process-exposed)
5548         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5549         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5550         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5551         (lisp-indent-defform): Mark ignored arguments.
5552         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
5553         (calculate-lisp-indent): Remove unused variables.
5554         * international/characters.el (indian-2-column, arabic-2-column)
5555         (tibetan): Mark ignored arguments.
5556         (use-cjk-char-width-table): Mark ignored arguments.
5557         Remove unused variables.
5558         * international/fontset.el (build-default-fontset-data)
5559         (x-compose-font-name, create-fontset-from-fontset-spec):
5560         Mark ignored arguments.
5561         (fontset-plain-name): Remove unused variables.
5562         * international/mule.el (charset-id, charset-bytes, generic-char-p)
5563         (keyboard-coding-system): Mark ignored arguments.
5564         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
5565         * help.el (resize-temp-buffer-window):
5566         * window.el (display-buffer-in-major-side-window)
5567         (display-buffer-in-side-window, display-buffer-in-previous-window):
5568         Remove unused variables.
5569         * isearch.el (isearch-forward-symbol):
5570         * version.el (emacs-bzr-version-bzr):
5571         * international/mule-cmds.el (current-language-environment):
5572         * term/common-win.el (x-handle-iconic, x-handle-geometry)
5573         (x-handle-display):
5574         * term/pc-win.el (x-list-fonts, x-display-planes)
5575         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5576         (x-server-version, x-display-screens, x-display-mm-height)
5577         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5578         (x-selection-owner-p, x-own-selection-internal)
5579         (x-disown-selection-internal, x-get-selection-internal)
5580         (msdos-initialize-window-system):
5581         * term/tty-colors.el (tty-color-alist, tty-color-clear):
5582         * term/x-win.el (x-handle-no-bitmap-icon):
5583         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5584         (vc-default-find-file-hook, vc-default-extra-menu):
5585         Mark ignored arguments.
5587 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5589         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5590         break-condition in the context of the debugged code (bug#12685).
5592 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
5594         * comint.el:
5595         Do not use an overlay to highlight the last prompt.  (Bug#14744)
5596         (comint-mode): Make comint-last-prompt buffer local.
5597         (comint-last-prompt): New variable.
5598         (comint-last-prompt-overlay): Remove.  Superseded by
5599         comint-last-prompt.
5600         (comint-snapshot-last-prompt, comint-output-filter):
5601         Use comint-last-prompt.
5603 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5605         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
5606         (frameset-save): Check validity of the resulting frameset.
5608 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
5610         * ido.el (ido-record-command): Add doc string.
5612 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5614         * frameset.el (frameset): Do not disable creation of the default
5615         frameset-p predicate.  Doc fix.
5616         (frameset-valid-p): New function, copied from the old predicate-p.
5617         Add additional checks.
5618         (frameset-restore): Check with frameset-valid-p.
5619         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5620         (frameset-name, frameset-description, frameset-properties)
5621         (frameset-states): Add docstring.
5622         (frameset-session-filter-alist, frameset-persistent-filter-alist)
5623         (frameset-filter-alist): Doc fixes.
5625 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5627         * frameset.el (frameset-p, frameset-prop): Doc fixes.
5629 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5631         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5632         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5633         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5634         (byte-compile-normal-call): Remove obsolescence check.
5636 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5638         * frameset.el (frameset-restore): Doc fix.
5640         * register.el (frameset-frame-id, frameset-frame-with-id)
5641         (frameset-p, frameset-restore, frameset-save): Declare.
5642         (register-alist): Document framesets.
5643         (frameset-session-filter-alist): Declare.
5644         (frameset-to-register): New function.
5645         (jump-to-register): Implement jumping to framesets.  Doc fix.
5646         (describe-register-1): Describe framesets.
5648         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5650 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
5652         * desktop.el (desktop-save-frameset): Use new frameset-save args.
5653         Use lexical-binding.
5655         * frameset.el (frameset): Use type vector, not list (incompatible
5656         change).  Do not declare a new constructor, use the default one.
5657         Upgrade suggested properties `app', `name' and `desc' to slots `app',
5658         `name' and `description', respectively, and add read-only slot
5659         `timestamp'.  Doc fixes.
5660         (frameset-copy, frameset-persistent-filter-alist)
5661         (frameset-filter-alist, frameset-switch-to-gui-p)
5662         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5663         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5664         (frameset-filter-iconified, frameset-keep-original-display-p):
5665         Doc fixes.
5666         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5667         Rename from frameset-filter-(save|restore)-param.  All callers changed.
5668         Doc fix.
5669         (frameset-p): Adapt to change to vector and be more thorough.
5670         Change arg name to OBJECT.  Doc fix.
5671         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
5672         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5673         All callers changed.
5674         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5675         All callers changed.
5676         (frameset--record-minibuffer-relationships): Rename from
5677         frameset--process-minibuffer-frames.  All callers changed.
5678         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5679         Use new default constructor (again).  Doc fix.
5680         (frameset--find-frame-if): Rename from `frameset--find-frame.
5681         All callers changed.
5682         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5683         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5684         Doc fix.
5685         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5686         PARAMETERS and WINDOW-STATE, respectively.
5687         (frameset-restore): Add new keyword argument PREDICATE.
5688         Reset frameset--target-display to nil.  Doc fix.
5690 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5693         (bat-mode): Use it.
5694         (bat-mode-syntax-table): Mark \n as end-of-comment.
5695         (bat-font-lock-keywords): Remove comment rule.
5697         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
5698         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
5700         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5701         (byte-compile-callargs-warn): Use `push'.
5702         (byte-compile-arglist-warn): Ignore higher-order "calls".
5703         (byte-compile-file-form-autoload): Use `pcase'.
5704         (byte-compile-function-form): If quoting a symbol, check that it exists.
5706 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
5708         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5709         and add a few popular commands found in batch files.
5710         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5711         (dos-mode): Doc fixes.
5713 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5715         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5716         (dos-mode): Use setq-local.  Add space after "rem".
5717         (dos-mode-syntax-table): Don't use "w" for symbol chars.
5718         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5720 2013-08-07  Arni Magnusson  <arnima@hafro.is>
5722         * progmodes/dos.el: New file.
5723         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5724         dos-mode.
5726 2013-08-06  Glenn Morris  <rgm@gnu.org>
5728         * calendar/calendar.el: Add new faces, and day-header-array.
5729         (calendar-weekday-header, calendar-weekend-header)
5730         (calendar-month-header): New faces.
5731         (calendar-day-header-construct): New function.
5732         (calendar-day-header-width): Also :set calendar-day-header-array.
5733         (calendar-american-month-header, calendar-european-month-header)
5734         (calendar-iso-month-header): Use calendar- faces.
5735         (calendar-generate-month):
5736         Use calendar-day-header-array for day headers; apply faces to them.
5737         (calendar-mode): Check calendar-font-lock-keywords non-nil.
5738         (calendar-abbrev-construct): Add optional maxlen argument.
5739         (calendar-day-name-array): Doc fix.
5740         (calendar-day-name-array, calendar-abbrev-length)
5741         (calendar-day-abbrev-array):
5742         Also :set calendar-day-header-array, and maybe redraw.
5743         (calendar-day-header-array): New option.  (Bug#15007)
5744         (calendar-font-lock-keywords): Set to nil and make obsolete.
5745         (calendar-day-name): Add option to use header array.
5747 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749         * net/shr.el (shr-render-td): Remove debugging.
5750         (shr-render-td): Make width computation consistent by defaulting
5751         all zero-width columns to 10 characters.  This may not be optimal,
5752         but it's at least consistent.
5753         (shr-make-table-1): Redo last change to fix the real problem in
5754         colspan handling.
5756 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
5758         * files.el (cache-long-line-scans):
5759         Make obsolete alias to `cache-long-scans'.
5761 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
5763         * frameset.el (frameset, frameset-filter-alist)
5764         (frameset-filter-params, frameset-save, frameset--reuse-frame)
5765         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5766         (frameset-compute-pos): Rename from frameset--compute-pos,
5767         and add docstring.
5768         (frameset-move-onscreen): Use frameset-compute-pos.
5769         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5771         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5772         Fix typos in docstrings.
5774 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
5776         * frame.el (get-other-frame): Tiny cleanup.
5778 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
5780         * vc/vc.el (vc-default-ignore-completion-table):
5781         Silence byte-compiler warning.
5783         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5784         slot , which can indeed be nil.
5785         (frameset-live-filter-alist, frameset-persistent-filter-alist):
5786         Move entry for `left' from persistent to live filter alist.
5787         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5788         Doc fixes.
5789         (frameset-filter-params): When restoring a frame, copy items added to
5790         `filtered', to avoid unwittingly modifying the original parameters.
5791         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
5792         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5794         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5795         to use looking-at-p instead of looking-at.  (Bug#15028)
5797 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5799         Revert introduction of isearch-filter-predicates (bug#14714).
5800         Rely on add-function instead.
5801         * isearch.el (isearch-filter-predicates): Rename it back to
5802         isearch-filter-predicate.
5803         (isearch-message-prefix): Use advice-function-mapc and advice
5804         properties to get the isearch-message-prefix.
5805         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5806         instead of run-hook-with-args-until-failure.
5807         (isearch-filter-visible): Not obsolete any more.
5808         * loadup.el: Preload nadvice.
5809         * replace.el (perform-replace): Revert to funcall
5810         instead of run-hook-with-args-until-failure.
5811         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5812         * dired-aux.el (dired-isearch-filenames-mode): Rename from
5813         dired-isearch-filenames-toggle; make it into a proper minor mode.
5814         Use add/remove-function.
5815         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5816         Call the minor-mode rather than add/remove-hook.
5817         (dired-isearch-filter-filenames):
5818         Remove isearch-message-prefix property.
5819         * info.el (Info--search-loop): New function, extracted from Info-search.
5820         Funcall isearch-filter-predicate instead of
5821         run-hook-with-args-until-failure isearch-filter-predicates.
5822         (Info-search): Use it.
5823         (Info-mode): Use isearch-filter-predicate instead of
5824         isearch-filter-predicates.
5826 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
5828         Do not call to `selected-window' where it is assumed by default.
5829         Affected functions are `window-minibuffer-p', `window-dedicated-p',
5830         `window-hscroll', `window-width', `window-height', `window-buffer',
5831         `window-frame', `window-start', `window-point', `next-window'
5832         and `window-display-table'.
5833         * abbrev.el (abbrev--default-expand):
5834         * bs.el (bs--show-with-configuration):
5835         * buff-menu.el (Buffer-menu-mouse-select):
5836         * calc/calc.el (calc):
5837         * calendar/calendar.el (calendar-generate-window):
5838         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5839         (diary-make-entry):
5840         * comint.el (send-invisible, comint-dynamic-complete-filename)
5841         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5842         * completion.el (complete):
5843         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5844         * disp-table.el (describe-current-display-table):
5845         * doc-view.el (doc-view-insert-image):
5846         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5847         * ehelp.el (with-electric-help):
5848         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5849         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5850         * emacs-lisp/helper.el (Helper-help-scroller):
5851         * emulation/cua-base.el (cua--post-command-handler-1):
5852         * eshell/esh-mode.el (eshell-output-filter):
5853         * ffap.el (ffap-gnus-wrapper):
5854         * help-macro.el (make-help-screen):
5855         * hilit-chg.el (highlight-compare-buffers):
5856         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5857         * hl-line.el (global-hl-line-highlight):
5858         * icomplete.el (icomplete-simple-completing-p):
5859         * isearch.el (isearch-done):
5860         * jit-lock.el (jit-lock-stealth-fontify):
5861         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5862         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5863         * mpc.el (mpc-tagbrowser, mpc):
5864         * net/rcirc.el (rcirc-any-buffer):
5865         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5866         * play/landmark.el (landmark-max-width, landmark-max-height):
5867         * play/zone.el (zone):
5868         * progmodes/compile.el (compilation-goto-locus):
5869         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5870         * progmodes/etags.el (find-tag-other-window):
5871         * progmodes/fortran.el (fortran-column-ruler):
5872         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5873         * progmodes/verilog-mode.el (verilog-point-text):
5874         * reposition.el (reposition-window):
5875         * rot13.el (toggle-rot13-mode):
5876         * server.el (server-switch-buffer):
5877         * shell.el (shell-dynamic-complete-command)
5878         (shell-dynamic-complete-environment-variable):
5879         * simple.el (insert-buffer, set-selective-display)
5880         (delete-completion-window):
5881         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5882         (speedbar-recenter):
5883         * startup.el (fancy-splash-head):
5884         * textmodes/ispell.el (ispell-command-loop):
5885         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5886         * tutorial.el (help-with-tutorial):
5887         * vc/add-log.el (add-change-log-entry):
5888         * vc/compare-w.el (compare-windows):
5889         * vc/ediff-help.el (ediff-indent-help-message):
5890         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5891         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5892         (ediff-setup-control-frame):
5893         * vc/emerge.el (emerge-position-region):
5894         * vc/pcvs-util.el (cvs-bury-buffer):
5895         * window.el (walk-windows, mouse-autoselect-window-select):
5896         * winner.el (winner-set-conf, winner-undo): Related users changed.
5898 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
5900         * frameset.el (frameset--set-id): Doc fix.
5901         (frameset-frame-id, frameset-frame-id-equal-p)
5902         (frameset-locate-frame-id): New functions.
5903         (frameset--process-minibuffer-frames, frameset--reuse-frame)
5904         (frameset-restore): Use them.
5906 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
5908         Do not call to `selected-frame' where it is assumed by default.
5909         Affected functions are `raise-frame', `redraw-frame',
5910         `frame-first-window', `frame-terminal' and `delete-frame'.
5911         * calendar/appt.el (appt-disp-window):
5912         * epg.el (epg-wait-for-completion):
5913         * follow.el (follow-delete-other-windows-and-split)
5914         (follow-avoid-tail-recenter):
5915         * international/mule.el (set-terminal-coding-system):
5916         * mail/rmail.el (rmail-mail-return):
5917         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5918         * progmodes/f90.el (f90-add-imenu-menu):
5919         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5920         * server.el (server-switch-buffer):
5921         * simple.el (delete-completion-window):
5922         * talk.el (talk):
5923         * term/xterm.el (terminal-init-xterm-modify-other-keys)
5924         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5925         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5926         * vc/ediff.el (ediff-documentation): Related users changed.
5927         * frame.el (selected-terminal): Remove the leftover.
5929 2013-08-05  Glenn Morris  <rgm@gnu.org>
5931         * calendar/calendar.el (calendar-generate-month):
5932         Fix for calendar-column-width != 1 + calendar-day-digit-width.
5933         (calendar-generate-month, calendar-font-lock-keywords):
5934         Fix for calendar-day-header-width > length of any day name.
5936 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
5938         * desktop.el (desktop-clear): Use new name of sort predicate.
5940         * frameset.el (frameset): Add docstring.  Move :version property to its
5941         own `version' slot.
5942         (frameset-copy): Rename from copy-frameset.
5943         (frameset-p): Check more thoroughly.
5944         (frameset-prop): Do not check for :version, which is no longer a prop.
5945         (frameset-live-filter-alist, frameset-persistent-filter-alist):
5946         Use new :never value instead of t.
5947         (frameset-filter-alist): Expand and clarify docstring.
5948         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5949         (frameset-filter-minibuffer, frameset-filter-save-param)
5950         (frameset-filter-restore-param, frameset-filter-iconified):
5951         Add pointer to docstring of frameset-filter-alist.
5952         (frameset-filter-params): Rename filter values to be more meaningful:
5953         :never instead of t, and reverse the meanings of :save and :restore.
5954         (frameset--process-minibuffer-frames): Clarify error message.
5955         (frameset-save): Avoid unnecessary and confusing call to framep.
5956         Use new BOA constructor for framesets.
5957         (frameset--reuse-list): Doc fix.
5958         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
5959         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5960         (frameset-minibufferless-first-p): Doc fix.
5961         Rename from frameset-sort-frames-for-deletion.
5962         (frameset-restore): Doc fixes.  Use new function names.
5963         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5965 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
5967         * desktop.el (desktop-restore-forces-onscreen)
5968         (desktop-restore-reuses-frames): Document :keyword constant values.
5969         (desktop-filter-parameters-alist): Remove, now identical to
5970         frameset-filter-alist.
5971         (desktop--filter-tty*): Remove, moved to frameset.el.
5972         (desktop-save-frameset, desktop-restore-frameset):
5973         Do not pass :filters argument.
5975         * frameset.el (frameset-live-filter-alist)
5976         (frameset-persistent-filter-alist): New variables.
5977         (frameset-filter-alist): Use them.  Add autoload cookie.
5978         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5979         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5980         `frameset--id' (it's supposed to be internal to frameset.el).
5981         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
5982         (frameset--initial-params): New function.
5983         (frameset--get-frame): Use it.  Doc fix.
5984         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5985         Accept :all, not 'all.
5986         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5987         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
5988         with fbound symbols.  Fix frame id matching, and remove matching ids if
5989         the frame being restored is deleted.  Obey :delete.
5991 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5993         * subr.el (macrop): New function.
5994         (text-clone--maintaining): New var.
5995         (text-clone--maintain): Rename from text-clone-maintain.  Use it
5996         instead of inhibit-modification-hooks.
5998         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5999         a proxy, so as handle autoloads and redefinitions of the target.
6000         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
6002         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
6003         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
6004         (pcase--mutually-exclusive-p): New function.
6005         (pcase--split-consp): Use it.
6006         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
6007         mutually exclusive with the current predicate.
6009         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
6010         (edebug-macrop): Remove.  Use `macrop' instead.
6011         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
6012         (ad-macro-p):
6013         * eshell/esh-cmd.el (eshell-macrop):
6014         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
6016 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
6019         (advice-mapc): New function, using it.
6020         (advice-function-member-p): New function.
6021         (advice--normalize): Store the cdr in advice--saved-rewrite since
6022         that's the part that will be changed.
6023         (advice--symbol-function): New function.
6024         (advice-remove): Handle removal before the function is defined.
6025         Adjust to new advice--saved-rewrite.
6026         (advice-member-p): Use advice-function-member-p and
6027         advice--symbol-function.
6029 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6031         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6032         (frameset-filter-minibuffer): Doc fix.
6033         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
6034         (frameset--set-id, frameset--process-minibuffer-frames)
6035         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6036         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6038         * desktop.el (desktop-clear): Only delete frames when called
6039         interactively and desktop-restore-frames is non-nil.  Doc fix.
6040         (desktop-read): Set desktop-saved-frameset to nil.
6042 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
6044         * vc/vc.el (vc-ignore): Rewrite.
6045         (vc-default-ignore-completion-table):
6046         (vc--read-lines):
6047         (vc--add-line, vc--remove-regexp): New functions.
6049         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6050         (vc-svn-ignore-completion-table): New function.
6052         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6053         (vc-hg-ignore-completion-table):
6054         (vc-hg-find-ignore-file): New functions.
6056         * vc/vc-git.el (vc-git-ignore): Rewrite.
6057         (vc-git-ignore-completion-table):
6058         (vc-git-find-ignore-file): New functions.
6060         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6062         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6063         (vc-bzr-ignore-completion-table):
6064         (vc-bzr-find-ignore-file): New functions.
6066 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
6068         * frameset.el (frameset-prop): New function and setter.
6069         (frameset-save): Do not modify frame list passed by the caller.
6071 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6073         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6075 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6077         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6078         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6080         * custom.el (custom-initialize-default, custom-initialize-set)
6081         (custom-initialize-reset, custom-initialize-changed): Affect the
6082         toplevel-default-value (bug#6275, bug#14586).
6083         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6084         for bug#6275.
6086 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6088         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6089         Add cl-def* expressions.
6091         * frameset.el (frameset-filter-params): Fix order of arguments.
6093 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6095         Move code related to saving frames to frameset.el.
6096         * desktop.el: Require frameset.
6097         (desktop-restore-frames): Doc fix.
6098         (desktop-restore-reuses-frames): Rename from
6099         desktop-restoring-reuses-frames.
6100         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6101         (desktop-clear): Clear frames too.
6102         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6103         (desktop--filter-tty*, desktop-save, desktop-read):
6104         Use frameset functions.
6105         (desktop-before-saving-frames-functions, desktop--filter-*-color)
6106         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6107         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6108         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6109         (desktop--process-minibuffer-frames, desktop-save-frames)
6110         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6111         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6112         (desktop--sort-states, desktop-restoring-frames-p)
6113         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
6114         (desktop-restoring-frameset-p, desktop-restore-frameset)
6115         (desktop--check-dont-save, desktop-save-frameset): New functions.
6116         (desktop--app-id): New constant.
6117         (desktop-first-buffer, desktop-buffer-ok-count)
6118         (desktop-buffer-fail-count): Move before first use.
6119         * frameset.el: New file.
6121 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6123         * files.el: Use lexical-binding.
6124         (dir-locals-read-from-file): Remove unused `err' variable.
6125         (hack-dir-local-variables--warned-coding): New var.
6126         (hack-dir-local-variables): Use it to avoid repeated warnings.
6127         (make-backup-file-name--default-function): New function.
6128         (make-backup-file-name-function): Use it as default.
6129         (buffer-stale--default-function): New function.
6130         (buffer-stale-function): Use it as default.
6131         (revert-buffer-insert-file-contents--default-function): New function.
6132         (revert-buffer-insert-file-contents-function): Use it as default.
6133         (insert-directory): Avoid add-to-list.
6135         * autorevert.el (auto-revert-handler): Simplify.
6136         Use buffer-stale--default-function.
6138 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
6140         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6142         * whitespace.el (whitespace-ensure-local-variables): New function.
6143         (whitespace-cleanup-region): Call it.
6144         (whitespace-turn-on): Call it.
6146 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
6148         Complete file name handlers.
6150         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6151         (tramp-handle-verify-visited-file-modtime)
6152         (tramp-handle-file-notify-rm-watch): New functions.
6153         (tramp-call-process): Do not bind `default-directory'.
6155         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6156         Order alphabetically.
6157         [access-file, add-name-to-file, dired-call-process]:
6158         [dired-compress-file, file-acl, file-notify-rm-watch]:
6159         [file-ownership-preserved-p, file-selinux-context]:
6160         [make-directory-internal, make-symbolic-link, set-file-acl]:
6161         [set-file-selinux-context, set-visited-file-modtime]:
6162         [verify-visited-file-modtime]: Add handler.
6163         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6165         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6166         [file-notify-add-watch, file-notify-rm-watch]:
6167         [set-file-times, set-visited-file-modtime]:
6168         [verify-visited-file-modtime]: Add handler.
6169         (with-tramp-gvfs-error-message)
6170         (tramp-gvfs-handle-set-visited-file-modtime)
6171         (tramp-gvfs-fuse-file-name): Remove.
6172         (tramp-gvfs-handle-file-notify-add-watch)
6173         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6174         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6176         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6177         Order alphabetically.
6178         [file-notify-rm-watch ]: Use default Tramp handler.
6179         [executable-find]: Remove private handler.
6180         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6181         `default-directory'.
6182         (tramp-sh-handle-executable-find)
6183         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6184         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6185         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6186         Do not use `format' in `tramp-message'.
6188         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6189         [file-notify-rm-watch, set-visited-file-modtime]:
6190         [verify-visited-file-modtime]: Add handler.
6191         (tramp-smb-call-winexe): Do not bind `default-directory'.
6193 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
6195         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6197 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
6199         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6200         use it.
6201         (log-view-diff-changeset): Same.
6202         (log-view-diff-common): Call backend command `previous-revision'
6203         to find out the previous revision, in both cases.  Swap the
6204         variables `to' and `fr', so that `fr' usually refers to the
6205         earlier revision (Bug#14989).
6207 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
6209         * ibuf-ext.el (ibuffer-filter-by-filename):
6210         Make it work with dired buffers too.
6212 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
6214         * emacs-lisp/re-builder.el (reb-color-display-p):
6215         * files.el (save-buffers-kill-terminal):
6216         * net/browse-url.el (browse-url):
6217         * server.el (server-save-buffers-kill-terminal):
6218         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6219         Prefer nil to selected-frame for the first arg of frame-parameter.
6221 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
6223         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6225 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
6227         * minibuffer.el (completion--twq-all): Try and preserve each
6228         completion's case choice (bug#14907).
6230 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232         * net/network-stream.el (open-network-stream): Mention the new
6233         :nogreeting parameter.
6234         (network-stream-open-starttls): Use the :nogreeting parameter
6235         (bug#14938).
6237         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6239         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6240         more natural than popping.
6242         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6243         (shr-urlify): Highlight under mouse.
6245 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6247         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6249         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6251         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
6252         buffer for output.
6254         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
6255         point-min==1.  Fix search string.  Fix parentheses missing.
6257         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
6258         assume point-min==1.  Fix search string.  Fix parentheses missing.
6260         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6262         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
6263         buffer for output.
6265 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
6267         * frame.el (frame-notice-user-settings): Avoid inflooping when the
6268         initial frame is minibuffer-less.  (Bug#14841)
6270 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
6272         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6273         option.
6275         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6276         (tramp-maybe-open-connection): Use it.
6278 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6280         * desktop.el (desktop--make-frame): Include `minibuffer' in the
6281         minimal set of parameters passed when creating a frame, because
6282         the minibuffer status of a frame cannot be changed later.
6284 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
6286         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6287         replace-regexp-in-string and inadvertent omissions in previous change.
6288         (todo-filter-items): Ensure only file names are comma-separated in
6289         name of filtered items buffer.
6291 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6293         * desktop.el: Optionally force offscreen frames back onscreen.
6294         (desktop-restoring-reuses-frames): New option.
6295         (desktop--compute-pos, desktop--move-onscreen): New functions.
6296         (desktop--make-frame): Use desktop--move-onscreen.
6298 2013-07-27  Alan Mackenzie  <acm@muc.de>
6300         Fontify a Java generic method as a function.
6301         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6302         value to t.
6304 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
6306         * calendar/todo-mode.el: Add command to rename todo files.
6307         (todo-rename-file): New command.
6308         (todo-key-bindings-t): Add key binding for it.  Change the
6309         bindings of todo-filter-regexp-items(-multifile) to use `x'
6310         instead of `r', since the latter is better suited to the new
6311         renaming command.
6313 2013-07-27  Alan Mackenzie  <acm@muc.de>
6315         Make Java try-with-resources statement parse properly.
6316         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6317         (c-block-stmt-1-2-key): New language constants/variables.
6318         * progmodes/cc-engine.el (c-beginning-of-statement-1)
6319         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6320         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6321         with c-block-stmt-1-2-key.
6323 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
6325         * desktop.el (desktop--make-frame): Apply most frame parameters after
6326         creating the frame to force (partially or totally) offscreen frames to
6327         be restored as such.
6329 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
6331         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6332         (Bug#14948)
6334 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6336         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6337         `base' arg of backtrace-frame.
6339 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
6341         * simple.el (list-processes): Doc fix.
6343 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6345         * desktop.el (desktop--select-frame):
6346         Try harder to reuse existing frames.
6348 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6351         (edebug-eval): Use backtrace-eval.
6352         (edebug--display, edebug--recursive-edit): Don't let-bind the
6353         edebug-outer-* vars that keep track of variables we locally let-bind.
6354         (edebug-outside-excursion): Don't restore outside values of locally
6355         let-bound vars.
6356         (edebug--display): Use user-error.
6357         (cl-lexical-debug, cl-debug-env): Remove.
6359 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6361         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6362         are restored to be sure that they are visible before deleting any
6363         remaining ones.
6365 2013-07-26  Matthias Meulien  <orontee@gmail.com>
6367         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6368         vc-print-root-log.  (Bug#14948)
6370 2013-07-26  Richard Stallman  <rms@gnu.org>
6372         Add aliases for encrypting mail.
6373         * epa.el (epa-mail-aliases): New option.
6374         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6375         Bind inhibit-read-only so read-only text doesn't ruin everything.
6376         (epa-mail-default-recipients): New subroutine broken out.
6377         Handle epa-mail-aliases.
6379 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6381         Add support for lexical variables to the debugger's `e' command.
6382         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6383         vars, except for debugger-outer-match-data.
6384         (debugger-frame-number): Move check for "on a function call" from
6385         callers into it.  Add `skip-base' argument.
6386         (debugger-frame, debugger-frame-clear): Simplify accordingly.
6387         (debugger-env-macro): Only reset the state stored in non-variables,
6388         i.e. current-buffer and match-data.
6389         (debugger-eval-expression): Rewrite using backtrace-eval.
6390         * subr.el (internal--called-interactively-p--get-frame): Remove.
6391         (called-interactively-p):
6392         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6393         `base' arg of backtrace-frame instead.
6395 2013-07-26  Glenn Morris  <rgm@gnu.org>
6397         * align.el (align-regexp): Doc fix.  (Bug#14857)
6398         (align-region): Explicit error if subexpression missing/does not match.
6400         * simple.el (global-visual-line-mode):
6401         Do not duplicate the mode lighter.  (Bug#14858)
6403 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
6405         * window.el (display-buffer): In display-buffer bind
6406         split-window-keep-point to t, bug#14829.
6408 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6410         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6411         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6412         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6413         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6414         Change accordingly.
6415         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6416         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6418 2013-07-25  Glenn Morris  <rgm@gnu.org>
6420         * dired-x.el (dired-mark-extension): Convert comment to doc string.
6422 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6424         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6425         parameter to modify-frame-parameters if the value has not changed;
6426         this is a workaround for bug#14949.
6427         (desktop--make-frame): On cl-delete-if call, check parameter name,
6428         not full parameter.
6430 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6432         * vc/vc.el (vc-ignore): New function.
6434         * vc/vc-svn.el (vc-svn-ignore): New function.
6436         * vc/vc-hg.el (vc-hg-ignore): New function.
6438         * vc/vc-git.el (vc-git-ignore): New function.
6440         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6441         (vc-dir-ignore): New function.
6443         * vc/vc-cvs.el (vc-cvs-ignore): New function.
6444         (cvs-append-to-ignore): Move here from pcvs.el.
6446         * vc/vc-bzr.el (vc-bzr-ignore): New function.
6448         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6450 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
6452         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6453         (desktop-restore-frames): Warn when deleting an existing frame failed.
6455 2013-07-24  Glenn Morris  <rgm@gnu.org>
6457         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
6459 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
6461         * filenotify.el (file-notify-supported-p):
6462         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6463         Remove functions.
6465         * autorevert.el (auto-revert-use-notify):
6466         (auto-revert-notify-add-watch):
6467         * net/tramp.el (tramp-file-name-for-operation):
6468         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6469         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6470         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6471         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6472         Remove `file-notify-supported-p' entry.
6474 2013-07-24  Glenn Morris  <rgm@gnu.org>
6476         * printing.el: Replace all uses of deleted ps-windows-system,
6477         ps-lp-system, ps-flatten-list with lpr- versions.
6479 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6482         checked with memq (bug#14935).
6484         * files.el (revert-buffer-function): Use a non-nil default.
6485         (revert-buffer-preserve-modes): Declare var to
6486         provide access to the `preserve-modes' argument.
6487         (revert-buffer): Let-bind it.
6488         (revert-buffer--default): New function, extracted from revert-buffer.
6490 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6492         * lpr.el: Signal print errors more prominently.
6493         (print-region-function): Don't default to nil.
6494         (lpr-print-region): New function, extracted from print-region-1.
6495         Check lpr's return value and signal an error in case of problem.
6496         (print-region-1): Use it.
6497         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
6498         versions instead.
6499         (ps-printer-name): Default to nil.
6500         (ps-printer-name-option): Default to lpr-printer-switch.
6501         (ps-print-region-function): Don't default to nil.
6502         (ps-postscript-code-directory): Simplify default.
6503         (ps-do-despool): Use lpr-print-region to properly check the outcome.
6504         (ps-string-list, ps-eval-switch, ps-flatten-list)
6505         (ps-flatten-list-1): Remove.
6506         (ps-multibyte-buffer): Avoid setq.
6507         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6508         (print-region-function, ps-print-region-function): Don't set them here.
6510 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
6512         * ido.el (ido-fractionp):
6513         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6514         (ido-max-file-prompt-width, ido-unc-hosts-cache)
6515         (ido-max-directory-size, ido-max-dir-file-cache)
6516         (ido-decorations): Doc fix.
6518         * ansi-color.el: Fix old URL.
6520 2013-07-23  Michael R. Mauger  <michael@mauger.com>
6522         * progmodes/sql.el: Version 3.3
6523         (sql-product-alist): Improve oracle :prompt-cont-regexp.
6524         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6525         (sql-interactive-remove-continuation-prompt): Rewrite, use
6526         functions above.  Fix continuation prompt and complete output line
6527         handling.
6528         (sql-redirect-one, sql-execute): Use `read-only-mode' on
6529         redirected output buffer.
6530         (sql-mode): Restore deleted code (Bug#13591).
6532 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6534         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6536 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
6538         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6540         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6541         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6542         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6544 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6546         * desktop.el (desktop-clear): Simplify; remove useless checks
6547         against invalid buffer names.
6548         (desktop-list*): Use cl-list*.
6549         (desktop-buffer-info, desktop-create-buffer): Simplify.
6551 2013-07-23  Leo Liu  <sdl.web@gmail.com>
6553         * bookmark.el (bookmark-make-record): Restore NAME as a default
6554         value.  (Bug#14933)
6556 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * emacs-lisp/autoload.el (autoload--setup-output): New function,
6559         extracted from autoload--insert-text.
6560         (autoload--insert-text): Remove.
6561         (autoload--print-cookie-text): New function, extracted from
6562         autoload--insert-cookie-text.
6563         (autoload--insert-cookie-text): Remove.
6564         (autoload-generate-file-autoloads): Adjust calls accordingly.
6566         * winner.el (winner-hook-installed-p): Remove.
6567         (winner-mode): Simplify accordingly.
6569         * subr.el (add-to-list): Fix compiler-macro when `append' is
6570         not constant.  Don't use `cl-member' for the base case.
6572         * progmodes/subword.el: Fix boundary case (bug#13758).
6573         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
6574         own group.
6575         (subword-backward-regexp): Make it a constant.
6576         (subword-forward-internal): Don't treat a trailing capital as the
6577         beginning of a word.
6579 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
6581         * emacs-lisp/package.el (package-menu-mode): Don't modify the
6582         global value of tabulated-list-revert-hook (bug#14930).
6584 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
6586         * desktop.el: Require 'cl-lib.
6587         (desktop-before-saving-frames-functions): New hook.
6588         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6589         for frames being saved.  Rename from desktop--save-minibuffer-frames.
6590         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6591         Do not save frames with non-nil `desktop-dont-save' parameter.
6592         Filter out deleted frames.
6593         (desktop--find-frame): Use cl-find-if.
6594         (desktop--select-frame): Use cl-(first|second|third) to access values
6595         of desktop-mini.
6596         (desktop--make-frame): Use cl-delete-if.
6597         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6598         (desktop-restore-frames): Use cl-(first|second|third) to access values
6599         of desktop-mini.  Look for visible frame at the end, not while
6600         restoring frames.
6602         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6603         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6604         Use string-match-p, looking-at-p (bug#14927).
6606 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
6608         * desktop.el (desktop-saved-frame-states):
6609         Rename from desktop--saved-states; all users changed.
6610         (desktop-save-frames): Rename from desktop--save-frames.
6611         Do not save state to desktop file.
6612         (desktop-save): Save desktop-saved-frame-states to desktop file
6613         and reset to nil.
6614         (desktop-restoring-frames-p): New function.
6615         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
6616         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
6617         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
6619         * desktop.el: Correctly restore iconified frames.
6620         (desktop--filter-iconified-position): New function.
6621         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6623 2013-07-20  Glenn Morris  <rgm@gnu.org>
6625         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6626         Let `message' do the formatting.
6627         (def-gdb-preempt-display-buffer): Add explicit format.
6629         * image-dired.el (image-dired-track-original-file):
6630         Use with-current-buffer.
6631         (image-dired-track-thumbnail): Use with-current-buffer.
6632         Avoid changing point of wrong window.
6634         * image-dired.el (image-dired-track-original-file):
6635         Avoid changing point of wrong window.  (Bug#14909)
6637 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
6639         * progmodes/gdb-mi.el (gdb-done-or-error):
6640         Guard against "%" in gdb output.  (Bug#14127)
6642 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
6644         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6645         (Bug#14826)
6647         * international/mule.el (coding-system-iso-2022-flags): Fix last
6648         change.
6650 2013-07-20  Kenichi Handa  <handa@gnu.org>
6652         * international/mule.el (coding-system-iso-2022-flags):
6653         Add `8-bit-level-4'.  (Bug#8522)
6655 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657         * net/shr.el (shr-mouse-browse-url): New command and keystroke
6658         (bug#14815).
6660         * net/eww.el (eww-process-text-input): Allow inputting when the
6661         point is at the start of the line, as the properties aren't
6662         front-sticky.
6664         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6665         degenerate widths.
6667 2013-07-19  Richard Stallman  <rms@gnu.org>
6669         * epa.el (epa-popup-info-window): Doc fix.
6671         * subr.el (split-string): New arg TRIM.
6673 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
6675         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6676         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6678 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
6680         * filenotify.el (file-notify--library): Rename from
6681         `file-notify-support'.  Do not autoload.  Adapt all uses.
6682         (file-notify-supported-p): New defun.
6684         * autorevert.el (auto-revert-use-notify):
6685         Use `file-notify-supported-p' instead of `file-notify-support'.
6686         Adapt docstring.
6687         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6689         * net/tramp.el (tramp-file-name-for-operation):
6690         Add `file-notify-supported-p'.
6692         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6693         New defun.
6694         (tramp-sh-file-name-handler-alist): Add it as handler for
6695         `file-notify-supported-p '.
6697         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6698         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6699         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6700         Add `ignore' as handler for `file-notify-*' functions.
6702 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
6704         * simple.el (line-move-partial, line-move): Don't start vscroll or
6705         scroll-up if the current line is not taller than the window.
6706         (Bug#14881)
6708 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
6710         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6711         highlight question marks in the method names as strings.
6712         (ruby-block-beg-keywords): Inline.
6713         (ruby-font-lock-keyword-beg-re): Extract from
6714         `ruby-font-lock-keywords'.
6716 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
6718         * frame.el (blink-cursor-blinks): New defcustom.
6719         (blink-cursor-blinks-done): New defvar.
6720         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6721         (blink-cursor-timer-function): Check if number of blinks has been
6722         done on X and NS.
6723         (blink-cursor-suspend, blink-cursor-check): New defuns.
6725 2013-07-15  Glenn Morris  <rgm@gnu.org>
6727         * edmacro.el (edmacro-format-keys): Fix previous change.
6729 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
6731         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6732         The hack didn't work outside English locales anyway.
6734 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
6736         * simple.el (define-alternatives): Rename from alternatives-define,
6737         per RMS' suggestion.
6739 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
6741         * desktop.el (desktop-restore-frames): Change default to t.
6742         (desktop-restore-in-current-display): Now offer more options.
6743         (desktop-restoring-reuses-frames): New customization option.
6744         (desktop--saved-states): Doc fix.
6745         (desktop-filter-parameters-alist): New variable, renamed and expanded
6746         from desktop--excluded-frame-parameters.
6747         (desktop--target-display): New variable.
6748         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6749         (desktop--filter-tty*, desktop--filter-*-color)
6750         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6751         (desktop--filter-save-desktop-parm)
6752         (desktop-restore-in-original-display-p): New functions.
6753         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6754         (desktop--save-minibuffer-frames): New function, inspired by a similar
6755         function from Martin Rudalics.
6756         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6757         (desktop--restore-in-this-display-p): Remove.
6758         (desktop--find-frame): Rename from desktop--find-frame-in-display
6759         and add predicate argument.
6760         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6761         (desktop--reuse-list): New variable.
6762         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6763         New functions.
6764         (desktop--restore-frames): Add support for "minibuffer-special" frames.
6766 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
6768         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6770 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
6772         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6773         Highlight conversion methods on Kernel.
6775 2013-07-13  Alan Mackenzie  <acm@muc.de>
6777         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6778         and comment it out.  This out-commenting enables certain C++
6779         declarations to be parsed correctly.
6781 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
6783         * international/mule.el (define-coding-system): Doc fix.
6785         * simple.el (default-font-height): Don't call font-info if the
6786         frame's default font didn't change since the frame was created.
6787         (Bug#14838)
6789 2013-07-13  Leo Liu  <sdl.web@gmail.com>
6791         * ido.el (ido-read-file-name): Guard against non-symbol value.
6793 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6795         * progmodes/python.el (python-imenu--build-tree): Fix corner case
6796         in nested defuns.
6798 2013-07-13  Leo Liu  <sdl.web@gmail.com>
6800         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6801         ido-set-matches call.  (Bug#6852)
6803 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
6805         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6806         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6807         Ruby 2.0.
6808         (ruby-font-lock-keywords): Distinguish calls to functions with
6809         module-like names from module references.  Highlight character
6810         literals.
6812 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6814         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6815         (gdb-send): Handle continued commands.  (Bug#14847)
6817 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
6819         * desktop.el (desktop--v2s): Remove unused local variable.
6820         (desktop-save-buffer): Make defvar-local; adjust docstring.
6821         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6822         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6824 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6826         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6828 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
6830         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6831         (Bug#14842)
6833 2013-07-12  Glenn Morris  <rgm@gnu.org>
6835         * doc-view.el: Require cl-lib at runtime too.
6836         (doc-view-remove-if): Remove.
6837         (doc-view-search-next-match, doc-view-search-previous-match):
6838         Use cl-remove-if.
6840         * edmacro.el: Require cl-lib at runtime too.
6841         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6842         (edmacro-mismatch, edmacro-subseq): Remove.
6844         * shadowfile.el: Require cl-lib.
6845         (shadow-remove-if): Remove.
6846         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6847         Use cl-remove-if.
6849         * wid-edit.el: Require cl-lib.
6850         (widget-choose): Use cl-remove-if.
6851         (widget-remove-if): Remove.
6853         * progmodes/ebrowse.el: Require cl-lib at runtime too.
6854         (ebrowse-delete-if-not): Remove.
6855         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6856         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6857         Use cl-delete-if-not.
6859 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
6861         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6862         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6864 2013-07-12  Leo Liu  <sdl.web@gmail.com>
6866         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
6868 2013-07-11  Glenn Morris  <rgm@gnu.org>
6870         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6871         (edebug-gensym-index, edebug-gensym):
6872         Remove reimplementation of cl-gensym.
6873         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6875         * thumbs.el: Require cl-lib at run-time too.
6876         (thumbs-gensym-counter, thumbs-gensym):
6877         Remove reimplementation of cl-gensym.
6878         (thumbs-temp-file): Use cl-gensym.
6880         * emacs-lisp/ert.el: Require cl-lib at runtime too.
6881         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6882         (ert--intersection, ert--set-difference, ert--set-difference-eq)
6883         (ert--union, ert--gensym-counter, ert--gensym-counter)
6884         (ert--coerce-to-vector, ert--remove*, ert--string-position)
6885         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6886         (ert-make-test-unbound, ert--expand-should-1)
6887         (ert--expand-should, ert--should-error-handle-error)
6888         (should-error, ert--explain-equal-rec)
6889         (ert--plist-difference-explanation, ert-select-tests)
6890         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6891         Use cl-lib functions rather than reimplementations.
6893 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
6895         * net/tramp.el (tramp-methods): Extend docstring.
6896         (tramp-connection-timeout): New defcustom.
6897         (tramp-error-with-buffer): Reset timestamp only when appropriate.
6898         (with-tramp-progress-reporter): Simplify.
6899         (tramp-process-actions): Improve messages.
6901         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6902         * net/tramp-sh.el (tramp-maybe-open-connection):
6903         Use `tramp-connection-timeout'.
6904         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6905         (Bug#14808)
6907 2013-07-11  Leo Liu  <sdl.web@gmail.com>
6909         * ido.el (ido-read-file-name): Conform to the requirements of
6910         read-file-name.  (Bug#11861)
6911         (ido-read-directory-name): Conform to the requirements of
6912         read-directory-name.
6914 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
6916         * subr.el (delay-warning): New function.
6918 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
6920         * simple.el (default-line-height): New function.
6921         (line-move-partial, line-move): Use it instead of computing the
6922         line height inline.
6923         (line-move-partial): Always compute ROWH.  If the last line is
6924         partially-visible, but its text is completely visible, allow
6925         cursor to enter such a partially-visible line.
6927 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
6929         Improve error messages.  (Bug#14808)
6931         * net/tramp.el (tramp-current-connection): New defvar, moved from
6932         tramp-sh.el.
6933         (tramp-message-show-progress-reporter-message): Remove, not
6934         needed anymore.
6935         (tramp-error-with-buffer): Show message in minibuffer.
6936         Discard input before waiting.  Reset connection timestamp.
6937         (with-tramp-progress-reporter): Improve messages.
6938         (tramp-process-actions): Use progress reporter.  Delete process in
6939         case of error.  Improve messages.
6941         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6942         Call `tramp-error-with-buffer' with vector and buffer.
6943         (tramp-current-connection): Remove.
6944         (tramp-maybe-open-connection): The car of
6945         `tramp-current-connection' are the first 3 slots of the vector.
6947 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
6949         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6950         inside continued strings.
6952 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6954         Timestamp fixes for undo (Bug#14824).
6955         * files.el (clear-visited-file-modtime): Move here from fileio.c.
6957 2013-07-10  Leo Liu  <sdl.web@gmail.com>
6959         * files.el (require-final-newline): Allow safe local value.
6960         (Bug#14834)
6962 2013-07-09  Leo Liu  <sdl.web@gmail.com>
6964         * ido.el (ido-read-directory-name): Handle fallback.
6965         (ido-read-file-name): Update DIR to ido-current-directory.
6966         (Bug#1516)
6967         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
6969 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
6971         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6972         "autoload".  Remove "warn lower camel case" section, previously
6973         commented out.  Highlight negation char.  Do not highlight the
6974         target in singleton method definitions.
6976 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6978         * faces.el (tty-setup-hook): Declare the hook.
6980         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6981         and detect when a guard/pred depends on local vars (bug#14773).
6982         (pcase--u1): Adjust caller.
6984 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
6986         * simple.el (line-move-partial, line-move): Account for
6987         line-spacing.
6988         (line-move-partial): Avoid setting vscroll when the last
6989         partially-visible line in window is of default height.
6991 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6994         been used a while.
6996 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
6998         * subr.el (read-quoted-char): Remove unused local variable `char'.
7000 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
7002         * ediff.el (ediff-version): Version update.
7003         (ediff-files-command, ediff3-files-command, ediff-merge-command)
7004         (ediff-merge-with-ancestor-command, ediff-directories-command)
7005         (ediff-directories3-command, ediff-merge-directories-command)
7006         (ediff-merge-directories-with-ancestor-command): New functions.
7007         All are command-line interfaces to ediff: to facilitate calling
7008         Emacs with the appropriate ediff functions invoked.
7010         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
7011         (viper-save-kill-buffer): Check if buffer is modified.
7013         * viper.el (viper-version): Version update.
7014         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
7016 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
7019         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
7020         (viper-intercept-ESC-key): Simplify.
7021         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
7022         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
7023         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
7024         (viper-setup-ESC-to-escape): New functions.
7025         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
7026         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
7028 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
7030         * simple.el (default-font-height, window-screen-lines):
7031         New functions.
7032         (line-move, line-move-partial): Use them instead of
7033         frame-char-height and window-text-height.  This makes scrolling
7034         text smoother when the buffer's default face uses a font that is
7035         different from the frame's default font.
7037 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
7039         * files.el (write-file): Do not display confirm dialog for NS,
7040         it does its own dialog, which can't be cancelled (Bug#14578).
7042 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
7044         * simple.el (line-move-partial): Adjust the row returned by
7045         posn-at-point for the current window-vscroll.  (Bug#14567)
7047 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
7049         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7050         (tramp-sh-file-inotifywait-process-filter): Handle file names with
7051         spaces.
7053 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
7055         * window.el (window-state-put-stale-windows): New variable.
7056         (window--state-put-2): Save list of windows without matching buffer.
7057         (window-state-put): Remove "bufferless" windows if possible.
7059 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7061         * simple.el (alternatives-define): Remove leftover :group keyword.
7062         Tweak docstring.
7064 2013-07-06  Leo Liu  <sdl.web@gmail.com>
7066         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7067         (ido-enable-virtual-buffers): New variable.
7068         (ido-buffer-internal, ido-toggle-virtual-buffers)
7069         (ido-make-buffer-list): Use it.
7070         (ido-exhibit): Support turning on and off virtual buffers
7071         automatically.
7073 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7075         * simple.el (alternatives-define): New macro.
7077 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7079         * subr.el (read-quoted-char): Use read-key.
7080         (sit-for): Let read-event decode tty input (bug#14782).
7082 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
7084         * calendar/todo-mode.el: Add handling of file deletion, both by
7085         mode command and externally.  Fix various related bugs.
7086         Clarify Commentary and improve some documentation strings and code.
7087         (todo-delete-file): New command.
7088         (todo-check-file): New function.
7089         (todo-show): Handle external deletion of the file we're trying to
7090         show (bug#14688).  Replace called-interactively-p by an optional
7091         prefix argument to avoid problematic interaction with catch form
7092         when byte compiled (bug#14702).
7093         (todo-quit): Handle external deletion of the archive's todo file.
7094         Make sure the buffer that was visiting the archive file is still
7095         live before trying to bury it.
7096         (todo-category-completions): Handle external deletion of any
7097         category completion files.
7098         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7099         of todo files, in case of external deletion.
7100         (todo-add-file): Replace unnecessary setq by let-binding.
7101         (todo-find-archive): Check whether there are any archives.
7102         Replace unnecessary setq by let-binding.
7103         (todo-archive-done-item): Use find-file-noselect to get the
7104         archive buffer whether or not the archive already exists.
7105         Remove superfluous code.  Use file size instead of buffer-file-name to
7106         check if the archive is new; if it is, update list of archives.
7107         (todo-default-todo-file): Allow nil to be a valid value for when
7108         there are no todo files.
7109         (todo-reevaluate-default-file-defcustom): Use corrected definition
7110         of todo-default-todo-file.
7111         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7112         (todo-delete-category, todo-show-categories-table)
7113         (todo-category-number): Clarify comment.
7114         (todo-filter-items): Clarify documentation string.
7115         (todo-show-current-file, todo-display-as-todo-file)
7116         (todo-reset-and-enable-done-separator): Tweak documentation string.
7117         (todo-done-separator): Make separator length window-width, since
7118         bug#2749 is now fixed.
7120 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
7122         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7123         Support both "gvfs-monitor-dir" and "inotifywait".
7124         (tramp-sh-file-inotifywait-process-filter): Rename from
7125         `tramp-sh-file-notify-process-filter'.
7126         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7127         (tramp-get-remote-gvfs-monitor-dir): New defuns.
7129 2013-07-05  Leo Liu  <sdl.web@gmail.com>
7131         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7133 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7135         * frame.el (display-pixel-height, display-pixel-width)
7136         (display-mm-height, display-mm-width): Mention behavior on
7137         multi-monitor setups in docstrings.
7138         (w32-display-monitor-attributes-list): Declare function.
7139         (display-monitor-attributes-list): Use it.
7141 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
7143         * filenotify.el: New package.
7145         * autorevert.el (top): Require filenotify.el.
7146         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
7147         instead.
7148         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7149         (auto-revert-notify-handler): Use `file-notify-*' functions.
7151         * subr.el (file-notify-handle-event): Move function to filenotify.el.
7153         * net/tramp.el (tramp-file-name-for-operation):
7154         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7156         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7157         for `file-notify-add-watch' and `file-notify-rm-watch'.
7158         (tramp-process-sentinel): Improve trace.
7159         (tramp-sh-handle-file-notify-add-watch)
7160         (tramp-sh-file-notify-process-filter)
7161         (tramp-sh-handle-file-notify-rm-watch)
7162         (tramp-get-remote-inotifywait): New defuns.
7164 2013-07-03  Juri Linkov  <juri@jurta.org>
7166         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7167         call of `occur-read-primary-args' to interactive spec.
7169         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7170         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
7172 2013-07-03  Matthias Meulien  <orontee@gmail.com>
7174         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7175         `Buffer-menu-multi-occur'.  Add it to the menu.
7176         (Buffer-menu-mode): Document it in docstring.
7177         (Buffer-menu-multi-occur): New command.  (Bug#14673)
7179 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7181         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7182         keywords and built-ins.
7184 2013-07-03  Glenn Morris  <rgm@gnu.org>
7186         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
7188         Make info-xref checks case-sensitive by default
7189         * info.el (Info-find-node, Info-find-in-tag-table)
7190         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7191         Add option for exact case matching of nodes.
7192         * info-xref.el (info-xref): New custom group.
7193         (info-xref-case-fold): New option.
7194         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7196 2013-07-03  Leo Liu  <sdl.web@gmail.com>
7198         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7200 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7202         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7203         middle of block statement initially, lower the depth.  Remove
7204         FIXME comment, not longer valid.  Remove middle of block statement
7205         detection, no need to do that anymore since we've been using
7206         `ruby-parse-region' here.
7208 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
7210         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7212 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7214         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7216 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
7218         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7219         (desktop-restore-in-current-display): New customization option.
7220         (desktop--excluded-frame-parameters): Add `font'.
7221         (desktop--save-frames): Rename from desktop--save-windows.
7222         (desktop--restore-in-this-display-p): New function.
7223         (desktop--make-full-frame): Remove unwanted width/height from
7224         full(width|height) frames.
7225         (desktop--restore-frames): Rename from desktop--restore-windows.
7226         Obey desktop-restore-current-display.  Do not delete old frames or
7227         select a new frame unless we were able to restore at least one frame.
7229 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
7231         * files.el (find-file-noselect): Simplify conditional expression.
7233         * remember.el (remember-append-to-file):
7234         Don't mix `find-buffer-visiting' and `get-file-buffer'.
7236         Add `remember-notes' function to store random notes across Emacs
7237         restarts.
7238         * remember.el (remember-data-file): Add :set callback to affect
7239         notes buffer (if any).
7240         (remember-notes): New command.
7241         (remember-notes-buffer-name, bury-remember-notes-on-kill):
7242         New defcustoms for the `remember-notes' function.
7243         (remember-notes-save-and-bury-buffer): New command.
7244         (remember-notes-mode-map): New variable.
7245         (remember-mode): New minor mode.
7246         (remember-notes--kill-buffer-query): New function.
7247         * startup.el (initial-buffer-choice): Add notes to custom type.
7249 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
7251         * bindings.el (right-char, left-char): Don't call sit-for, this is
7252         no longer needed.  Use arithmetic comparison only for numerical
7253         arguments.
7255         * international/mule-cmds.el (select-safe-coding-system):
7256         Handle the case of FROM being a string correctly.  (Bug#14755)
7258 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7260         * net/shr.el (shr-make-table-1): Add a sanity check that allows
7261         progression on degenerate tables.
7262         (shr-rescale-image): ImageMagick animated images currently don't work.
7264 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
7266         Some fixes and improvements for desktop frame restoration.
7267         It is still experimental and disabled by default.
7268         * desktop.el (desktop--save-windows): Put the selected frame at
7269         the head of the list.
7270         (desktop--make-full-frame): New function.
7271         (desktop--restore-windows): Try to re-select the frame that was
7272         selected upon saving.  Do not abort if some frames fail to restore,
7273         just show an error message and continue.  Set up maximized frames
7274         so they have default non-maximized dimensions.
7276 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7278         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7279         Don't start heredoc inside a string or comment.
7281 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
7283         * bindings.el (visual-order-cursor-movement): New defcustom.
7284         (right-char, left-char): Provide visual-order cursor motion by
7285         calling move-point-visually.  Update the doc strings.
7287 2013-06-28  Kenichi Handa  <handa@gnu.org>
7289         * international/mule.el (define-coding-system): New coding system
7290         properties :inhibit-null-byte-detection,
7291         :inhibit-iso-escape-detection, and :prefer-utf-8.
7292         (set-buffer-file-coding-system): If :charset-list property of
7293         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7294         appropriate for setting.
7296         * international/mule-cmds.el (select-safe-coding-system):
7297         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7298         multibyte characters, return utf-8 (or one of its siblings).
7300         * international/mule-conf.el (prefer-utf-8): New coding system.
7301         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7302         files.
7304 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
7306         * net/shr.el (shr-render-region): New function.
7308         * net/eww.el: Autoload `eww-browse-url'.
7310 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
7312         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7313         Adapt to `package-desc-version' being a list.
7314         Use `package--ac-desc-version' to retrieve version from a package
7315         archive element.
7317 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
7319         New experimental feature to save&restore window and frame setup.
7320         * desktop.el (desktop-save-windows): New defcustom.
7321         (desktop--saved-states): New var.
7322         (desktop--excluded-frame-parameters): New defconst.
7323         (desktop--filter-frame-parms, desktop--find-frame-in-display)
7324         (desktop--restore-windows, desktop--save-windows): New functions.
7325         (desktop-save): Call `desktop--save-windows'.
7326         (desktop-read): Call `desktop--restore-windows'.
7328 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7330         * net/shr.el (add-face-text-property): Remove compat definition.
7332 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7334         * info.el (Info-try-follow-nearest-node): Move search for footnote
7335         above search for node name to prevent missing a footnote (bug#14717).
7337 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7339         * obsolete/otodo-mode.el: Add obsolescence info to file header.
7341 2013-06-27  Leo Liu  <sdl.web@gmail.com>
7343         * net/eww.el (eww-read-bookmarks): Check file size.
7345 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7347         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7348         advice--pending if newdef is nil or an autoload (bug#13820).
7349         (advice-mapc): New function.
7351 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7354         probably.
7355         (eww-mode-map): Add a menu bar.
7356         (eww-add-bookmark): New command.
7357         (eww-bookmark-mode): New mode and commands.
7358         (eww-add-bookmark): Remove newlines from the title.
7359         (eww-bookmark-browse): Don't bug out if it's the only window.
7361 2013-06-26  Glenn Morris  <rgm@gnu.org>
7363         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7364         (hfy-size): Handle ttys.  (Bug#14668)
7366         * info-xref.el: Update for Texinfo 5 change in *note format.
7367         (info-xref-node-re, info-xref-note-re): New constants.
7368         (info-xref-check-buffer): Use info-xref-note-re.
7370 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7372         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7374         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7375         nil terminate the loop (bug#14718).
7377 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7379         * net/eww.el: Rework history traversal.  When going forward/back,
7380         put these actions into the history, too, so that they can be
7381         replayed.
7382         (eww-render): Move the history reset to the correct buffer.
7384 2013-06-25  Juri Linkov  <juri@jurta.org>
7386         * files-x.el (modify-dir-local-variable): Change the header comment
7387         in the file with directory local variables.  (Bug#14692)
7389         * files-x.el (read-file-local-variable-value): Add `default'.
7390         (Bug#14710)
7392 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394         * net/eww.el (eww-make-unique-file-name): Create a unique file
7395         name before saving to entering `y' accidentally asynchronously.
7397 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
7399         * net/eww.el (eww-download): New command and keystroke.
7401 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7403         * net/eww.el (eww-copy-page-url): Change name of command.
7405         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7406         be more consistent with Info and dired.
7408         * net/eww.el (eww-mode-map): Ditto.
7410 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
7413         packages from archives.
7414         (package-archive-contents): Change format; include obsolete packages.
7415         (package-desc): Use `dir' to mark builtin packages.
7416         (package--from-builtin): Set the `dir' field to `builtin'.
7417         (generated-autoload-file, version-control): Declare.
7418         (package-compute-transaction): Change first arg and return value to be
7419         lists of package-descs.  Adjust to new package-archive-contents format.
7420         (package--add-to-archive-contents): Adjust to new
7421         package-archive-contents format.
7422         (package-download-transaction): Arg is now a list of package-descs.
7423         (package-install): If `pkg' is a package name, pass it as
7424         a requirement, so it is subject to the usual (e.g. disabled) checks.
7425         (describe-package): Accept package-desc as well.
7426         (describe-package-1): Describe a specific package-desc.  Add links to
7427         other package-descs for the same package name.
7428         (package-menu-describe-package): Pass the actual package-desc.
7429         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7430         works correctly.
7431         (package-desc-status): New function.
7432         (package-menu--refresh): New function, extracted
7433         from package-menu--generate.
7434         (package-menu--generate): Use it.
7435         (package-delete): Update package-alist.
7436         (package-menu-execute): Don't call package-initialize.
7438         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7439         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7440         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7441         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7442         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7443         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7445 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
7447         * window.el (window--state-get-1): Workaround for bug#14527.
7448         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7450 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452         * net/eww.el (eww-back-url): Implement the history by stashing all
7453         the data into a list.
7454         (eww-forward-url): Allow going forward in the history, too.
7456 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7459         for values and use read--expression for expressions (bug#14710).
7460         (read-file-local-variable): Avoid setq.
7461         (read-file-local-variable-mode): Use minor-mode-list.
7463 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7465         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7466         for DOI URLs.
7468 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7470         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7471         Update imenu-support when dialect changes.
7473 2013-06-25  Leo Liu  <sdl.web@gmail.com>
7475         * ido.el (ido-read-internal): Allow forward slash on windows.
7477 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7479         * net/eww.el (eww): Start of strings is \\`, not ^.
7481 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7483         * net/shr.el (shr-browse-url): Fix interactive spec.
7485         * net/eww.el (eww): Add a trailing slash to domain names.
7487 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
7489         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7491 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493         * net/shr.el (shr-browse-url): Use an external browser if given a
7494         prefix.
7496         * net/eww.el (eww-external-browser): Move to shr.
7498 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7500         * net/eww.el (eww): Work more correctly for file: URLs.
7501         (eww-detect-charset): Allow quoted charsets.
7502         (eww-yank-page-url): New command and keystroke.
7504 2013-06-24  Daiki Ueno  <ueno@gnu.org>
7506         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7507         file name of gpg executable.
7508         (epg-context-program): New function.
7509         (epg-context-home-directory): New function.
7510         (epg-context-set-program): New function.
7511         (epg-context-set-home-directory): New function.
7512         (epg--start): Use `epg-context-program' instead of
7513         'epg-gpg-program'.
7514         (epg--list-keys-1): Likewise.
7516 2013-06-24  Leo Liu  <sdl.web@gmail.com>
7518         * ido.el (ido-read-internal): Fix bug#14620.
7520 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7522         * faces.el (face-documentation): Simplify.
7523         (read-face-attribute, tty-find-type, x-resolve-font-name):
7524         Use `string-match-p'.
7525         (list-faces-display): Use `string-match-p'.  Simplify.
7526         (face-spec-recalc): Check face to avoid face alias loops.
7527         (read-color): Use `string-match-p' and non-capturing parenthesis.
7529 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7531         * net/shr.el (shr-rescale-image): Use the new
7532         :max-width/:max-height functionality.
7534 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
7536         * net/eww.el (eww-search-prefix): New variable.
7537         (eww): Use it.
7538         (eww-external-browser): New variable.
7539         (eww-mode-map): New keystroke.
7540         (eww-browse-with-external-browser): New command.
7542         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7544 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7546         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7547         Don't skip aligning the next header field when padding is 0;
7548         otherwise, field width is not respected unless the title is as
7549         wide as the field.
7551 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7553         * emacs-lisp/package.el (package-el-version): Remove.
7554         (package-process-define-package): Fix inf-loop.
7555         (package-install): Allow symbols as arguments again.
7557 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7559         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7560         add some more keyword-like methods.
7561         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7563 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
7565         * bs.el (bs-buffer-show-mark): Make defvar-local.
7566         (bs-mode): Use setq-local.
7568         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7569         (emacs-lock--try-unlocking): Make defvar-local.
7571 2013-06-22  Glenn Morris  <rgm@gnu.org>
7573         * play/cookie1.el (cookie-apropos): Minor simplification.
7575         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7577 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7579         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7580         `regexp-opt', it breaks the build during dumping.
7582 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
7584         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7585         Highlight keyword-like methods on Kernel and Module with
7586         font-lock-builtin-face.
7587         (auto-mode-alist): Consolidate different entries into one regexp
7588         and add more *file-s.
7590 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
7592         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7594         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7595         (diary-entry): Use it in the action of this button type instead of
7596         diary-goto-entry.
7598         * calendar/todo-mode.el: New version.
7599         (todo-add-category): Append new category to end of file and give
7600         it the highest number, instead of putting it at the beginning and
7601         giving it 0.  Incorporate noninteractive functionality.
7602         (todo-forward-category): Adapt to 1-based category numbering.
7603         Allow skipping over archived categories.
7604         (todo-backward-category): Derive from todo-forward-category.
7605         (todo-backward-item, todo-forward-item): Make noninteractive and
7606         delegate interactive part to new commands.  Make sensitive to done items.
7607         (todo-categories): Make value an alist of category names and
7608         vectors of item counts.
7609         (todo-category-beg): Make a defconst.
7610         (todo-category-number): Use 1 instead of 0 as initial value.
7611         (todo-category-select): Make sensitive to overlays, optional item
7612         highlighting and done items.
7613         (todo-delete-item): Make sensitive to overlays and marked and done items.
7614         (todo-edit-item): Make sensitive to overlays and editing of
7615         date/time header optional.  Add format checks.
7616         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
7617         no-op if point is not on an item.  Advertise using todo-edit-quit.
7618         (todo-edit-mode): Make sensitive to new format, font-locking, and
7619         multiple todo files.
7620         (todo-insert-item, todo-insert-item-here): Derive from
7621         todo-basic-insert-item and extend functionality.
7622         (todo-item-end, todo-item-start): Make sensitive to done items.
7623         (todo-item-string): Don't return text properties.  Restore point.
7624         (todo-jump-to-category): Make sensitive to multiple todo files and
7625         todo archives.  Use extended category completion.
7626         (todo-lower-item, todo-raise-item): Rename to *-priority and
7627         derive from todo-set-item-priority.
7628         (todo-mode): Derive from special-mode.  Make sensitive to new
7629         format, font-locking and multiple todo files.  Make read-only.
7630         (todo-mode-map): Don't suppress digit keys, so they can supply
7631         prefix arguments.  Add many new key bindings.
7632         (todo-prefix): Insert as an overlay instead of file text.
7633         Change semantics from diary date expression to purely visual mark.
7634         (todo-print): Rename to todo-print-buffer.  Make buffer display
7635         features printable.  Remove option to restrict number of items
7636         printed.  Add option to print to file.
7637         (todo-print-function): Rename to todo-print-buffer-function.
7638         (todo-quit): Extend to handle exiting new todo modes.
7639         (todo-remove-item): Make sensitive to overlays.
7640         (todo-save): Extend to buffers of filtered items.
7641         (todo-show): Make sensitive to done items, multiple todo files and
7642         new todo modes.  Offer to convert legacy todo file before creating
7643         first new todo file.
7644         (todo-show-priorities): Rename to todo-top-priorities.
7645         Change semantics of value 0.
7646         (todo-top-priorities): Rename to todo-filter-top-priorities,
7647         derive from todo-filter-items and extend functionality.
7648         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7649         and extend functionality to other types of filtered items.
7650         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7651         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7652         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7653         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7654         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7655         (todo-edit-mode-hook, todo-entry-prefix-function)
7656         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7657         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7658         (todo-initials, todo-insert-threshold, todo-item-string-start)
7659         (todo-line-string, todo-menu, todo-mode-hook)
7660         (todo-more-important-p, todo-previous-answer, todo-previous-line)
7661         (todo-print-priorities, todo-remove-separator)
7662         (todo-save-top-priorities-too, todo-string-count-lines)
7663         (todo-string-multiline-p, todo-time-string-format)
7664         (todo-tmp-buffer-name): Remove.
7665         (todo-add-file, todo-archive-done-item, todo-choose-archive)
7666         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7667         (todo-edit-category-diary-inclusion)
7668         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7669         (todo-edit-file, todo-edit-item-date-day)
7670         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7671         (todo-edit-item-date-month, todo-edit-item-date-to-today)
7672         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7673         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7674         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7675         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7676         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7677         (todo-filter-top-priorities-multifile, todo-find-archive)
7678         (todo-find-filtered-items-file, todo-go-to-source-item)
7679         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7680         (todo-jump-to-archive-category, todo-lower-category)
7681         (todo-mark-category, todo-marked-item-p, todo-merge-category)
7682         (todo-move-category, todo-move-item, todo-next-button)
7683         (todo-next-item, todo-padded-string, todo-powerset)
7684         (todo-previous-button, todo-previous-item)
7685         (todo-print-buffer-to-file, todo-raise-category)
7686         (todo-rename-category, todo-repair-categories-sexp, todo-search)
7687         (todo-set-category-number, todo-set-item-priority)
7688         (todo-set-top-priorities-in-category)
7689         (todo-set-top-priorities-in-file, todo-show-categories-table)
7690         (todo-sort-categories-alphabetically-or-numerically)
7691         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7692         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7693         (todo-toggle-item-header, todo-toggle-item-highlighting)
7694         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7695         (todo-toggle-view-done-items, todo-toggle-view-done-only)
7696         (todo-unarchive-items, todo-unmark-category): New commands.
7697         (todo-absolute-file-name, todo-add-to-buffer-list)
7698         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7699         (todo-basic-insert-item, todo-category-completions)
7700         (todo-category-number, todo-category-string-matcher-1)
7701         (todo-category-string-matcher-2, todo-check-filtered-items-file)
7702         (todo-check-format, todo-clear-matches)
7703         (todo-comment-string-matcher, todo-convert-legacy-date-time)
7704         (todo-current-category, todo-date-string-matcher)
7705         (todo-define-insertion-command, todo-diary-expired-matcher)
7706         (todo-diary-goto-entry, todo-diary-item-p)
7707         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7708         (todo-display-categories, todo-display-sorted, todo-done-item-p)
7709         (todo-done-item-section-p, todo-done-separator)
7710         (todo-done-string-matcher, todo-files, todo-filter-items)
7711         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7712         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7713         (todo-insert-category-line, todo-insert-item-from-calendar)
7714         (todo-insert-sort-button, todo-insert-with-overlays)
7715         (todo-insertion-command-name, todo-insertion-key-bindings)
7716         (todo-label-to-key, todo-longest-category-name-length)
7717         (todo-make-categories-list, todo-mode-external-set)
7718         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7719         (todo-modes-set-3, todo-multiple-filter-files)
7720         (todo-nondiary-marker-matcher, todo-prefix-overlays)
7721         (todo-read-category, todo-read-date, todo-read-dayname)
7722         (todo-read-file-name, todo-read-time)
7723         (todo-reevaluate-category-completions-files-defcustom)
7724         (todo-reevaluate-default-file-defcustom)
7725         (todo-reevaluate-filelist-defcustoms)
7726         (todo-reevaluate-filter-files-defcustom)
7727         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7728         (todo-reset-done-separator, todo-reset-done-separator-string)
7729         (todo-reset-done-string, todo-reset-global-current-todo-file)
7730         (todo-reset-highlight-item, todo-reset-nondiary-marker)
7731         (todo-reset-prefix, todo-set-categories)
7732         (todo-set-date-from-calendar, todo-set-show-current-file)
7733         (todo-set-top-priorities, todo-short-file-name)
7734         (todo-show-current-file, todo-sort, todo-time-string-matcher)
7735         (todo-total-item-counts, todo-update-buffer-list)
7736         (todo-update-categories-display, todo-update-categories-sexp)
7737         (todo-update-count, todo-validate-name, todo-y-or-n-p):
7738         New functions.
7739         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7740         New major modes.
7741         (todo-categories, todo-display, todo-edit, todo-faces)
7742         (todo-filtered): New defgroups.
7743         (todo-archived-only, todo-button, todo-category-string, todo-date)
7744         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7745         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7746         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7747         (todo-add-item-if-new-category, todo-always-add-time-string)
7748         (todo-categories-align, todo-categories-archived-label)
7749         (todo-categories-category-label, todo-categories-diary-label)
7750         (todo-categories-done-label, todo-categories-number-separator)
7751         (todo-categories-todo-label, todo-categories-totals-label)
7752         (todo-category-completions-files, todo-completion-ignore-case)
7753         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7754         (todo-done-separator-string, todo-done-string)
7755         (todo-files-function, todo-filter-done-items, todo-filter-files)
7756         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7757         (todo-initial-category, todo-initial-file, todo-item-mark)
7758         (todo-legacy-date-time-regexp, todo-mode-line-function)
7759         (todo-nondiary-marker, todo-number-prefix)
7760         (todo-print-buffer-function, todo-show-current-file)
7761         (todo-show-done-only, todo-show-first, todo-show-with-done)
7762         (todo-skip-archived-categories, todo-top-priorities-overrides)
7763         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7764         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7765         New defcustoms.
7766         (todo-category-done, todo-date-pattern, todo-date-string-start)
7767         (todo-diary-items-buffer, todo-done-string-start)
7768         (todo-filtered-items-buffer, todo-item-start)
7769         (todo-month-abbrev-array, todo-month-name-array)
7770         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7771         (todo-top-priorities-buffer): New defconsts.
7772         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7773         (todo-categories-with-marks, todo-category-string-face)
7774         (todo-comment-face, todo-comment-string, todo-current-todo-file)
7775         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7776         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7777         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7778         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7779         (todo-font-lock-keywords, todo-global-current-todo-file)
7780         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7781         (todo-insertion-commands-args)
7782         (todo-insertion-commands-args-genlist)
7783         (todo-insertion-commands-names, todo-insertion-map)
7784         (todo-key-bindings-t, todo-key-bindings-t+a)
7785         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7786         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7787         (todo-nondiary-face, todo-print-buffer, todo-time-face)
7788         (todo-visited): New variables.
7790 2013-06-21  Glenn Morris  <rgm@gnu.org>
7792         * play/cookie1.el (cookie-apropos): Add optional display argument.
7793         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7794         (psychoanalyze-pinhead): Use cookie-doctor.
7796 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7798         * emacs-lisp/package.el (tar-get-file-descriptor)
7799         (tar--extract): Declare.
7801 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
7803         Extend flymake's warning predicate to be a function (bug#14217).
7804         * progmodes/flymake.el (flymake-warning-predicate): New.
7805         (flymake-parse-line): Use it.
7806         (flymake-warning-re): Make obsolete alias to
7807         `flymake-warning-predicate'.
7809 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7811         * emacs-lisp/package.el (package-alist): Include obsolete packages.
7812         (package-obsolete-list): Remove.
7813         (package-activate): Remove min-version argument.  Add `force' argument.
7814         Adjust to new package-alist format.
7815         (package-mark-obsolete): Remove.
7816         (package-unpack): Force reload of the package's autoloads.
7817         (package-installed-p): Check builtins if the installed package is not
7818         recent enough.
7819         (package-initialize): Don't reset package-obsolete-list.
7820         Don't specify which package version to activate.
7821         (package-process-define-package, describe-package-1)
7822         (package-menu--generate): Adjust to new package-alist format.
7824 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7826         * allout-widgets.el (allout-widgets-mode-off)
7827         (allout-widgets-mode-on, allout-widgets-pre-command-business)
7828         (allout-widgets-post-command-business)
7829         (allout-widgets-after-copy-or-kill-function)
7830         (allout-widgets-after-undo-function, allout-test-range-overlaps)
7831         (allout-decorate-item-and-context)
7832         (allout-graphics-modification-handler): Fix typos in docstrings.
7833         (allout-get-or-create-parent-widget): Use `looking-at-p'.
7835         * cmuscheme.el (scheme-start-file): Doc fix.
7836         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7837         (scheme-input-filter): Use `string-match-p'.
7839         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7841         * dired-x.el: Use Dired consistently in docstrings.
7843         * dired.el: Use Dired consistently in docstrings.
7844         (dired-readin, dired-mode): Use `setq-local'.
7845         (dired-switches-alist): Make defvar-local.
7846         (dired-buffers-for-dir): Use `zerop'.
7847         (dired-safe-switches-p, dired-switches-escape-p)
7848         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7849         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7850         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7851         (dired-goto-next-nontrivial-file): Use `string-match-p'.
7852         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7853         (dired-toggle-marks, dired-mark-files-containing-regexp)
7854         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7855         (dired-flag-auto-save-files, dired-flag-backup-files):
7856         Use `looking-at-p'.
7857         (dired-mark-files-regexp, dired-build-subdir-alist):
7858         Use `string-match-p', `looking-at-p'.
7860         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7861         (direct-print-region-helper): Use `string-match-p'.
7863 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7865         * comint.el (comint-redirect-results-list-from-process):
7866         Fix infinite loop.
7868 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7870         * net/eww.el (eww-update-header-line-format): Quote % characters.
7872 2013-06-21  Glenn Morris  <rgm@gnu.org>
7874         * play/cookie1.el (cookie): New custom group.
7875         (cookie-file): New option.
7876         (cookie-check-file): New function.
7877         (cookie): Make it interactive.  Make start and end messages optional.
7878         Interactively, display the result.  Default to cookie-file.
7879         (cookie-insert): Default to cookie-file.
7880         (cookie-snarf): Make start and end messages optional.
7881         Default to cookie-file.  Use with-temp-buffer.
7882         (cookie-read): Rename from read-cookie.
7883         Make start and end messages optional.  Default to cookie-file.
7884         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
7885         Do not autoload it.
7886         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7887         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7889 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7891         * progmodes/octave.el (octave-mode): Backward compatibility fix.
7893 2013-06-21  Glenn Morris  <rgm@gnu.org>
7895         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7897 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7898             Daniel Hackney  <dan@haxney.org>
7900         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7901         Consolidate the single-file vs tarball code.
7902         (package-desc-suffix): New function.
7903         (package-desc-full-name): Don't bother inlining it.
7904         (package-load-descriptor): Return the new package-desc.
7905         (package-mark-obsolete): Remove unused arg `package'.
7906         (package-unpack): Make it work for single files as well.
7907         Make it update package-alist.
7908         (package--make-autoloads-and-stuff): Rename from
7909         package--make-autoloads-and-compile.  Don't compile any more.
7910         (package--compile): New function.
7911         (package-generate-description-file): New function, extracted from
7912         package-unpack-single.
7913         (package-unpack-single): Remove.
7914         (package--with-work-buffer): Add indentation and debugging info.
7915         (package-download-single): Remove.
7916         (package-install-from-archive): Rename from package-download-tar, make
7917         it take a pkg-desc, and make it work for single files as well.
7918         (package-download-transaction): Simplify.
7919         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
7920         external tar program.
7921         (package-install-from-buffer): Remove `pkg-desc' argument.
7922         Use package-tar-file-info for tar-mode buffers.
7923         (package-install-file): Simplify accordingly.
7924         (package-archive-base): Change to take a pkg-desc.
7925         * tar-mode.el (tar--check-descriptor): New function, extracted from
7926         tar-get-descriptor.
7927         (tar-get-descriptor): Use it.
7928         (tar-get-file-descriptor): New function.
7929         (tar--extract): New function, extracted from tar-extract.
7930         (tar--extract): Use it.
7931         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7932         case the summary uses non-ascii.  Adjust to new calling convention of
7933         package-tar-file-info.
7935 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7937         * comint.el (comint-redirect-results-list-from-process):
7938         Fix random delay.  (Bug#14681)
7940 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7942         * profiler.el (profiler-format-number): Use log, not log10.
7944 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7946         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7948 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7950         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7951         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7952         yet available.
7953         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7954         (AUTOGENEL): ... here.
7955         * emacs-lisp/cl-macs.el (cl--sublis): New function.
7956         (cl--defsubst-expand): Use it.
7958 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7960         * subr.el (log10): Move here from C code, and declare as obsolete.
7961         All uses of (log10 X) replaced with (log X 10).
7963 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7965         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7966         Declare with `defvar-local'.
7967         (tabulated-list-use-header-line, tabulated-list-entries)
7968         (tabulated-list-padding, tabulated-list-printer)
7969         (tabulated-list-sort-key): Declare with `defvar-local'.
7970         (tabulated-list-init-header, tabulated-list-print-fake-header):
7971         Use `setq-local'.
7973 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
7975         * arc-mode.el (archive-mode): Add `archive-write-file' to
7976         `write-contents-functions' also for remote files.  (Bug#14652)
7978 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7980         * cus-edit.el (custom-commands): Fix typos.
7981         (custom-display): Fix tooltip text.
7982         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7983         Fix typos in docstrings.
7984         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7985         (custom-unlispify-menu-entry, custom-magic-value-create)
7986         (custom-add-see-also, custom-group-value-create): Use ?\s.
7987         (custom-guess-type, customize-apropos, editable-field)
7988         (custom-face-value-create): Use `string-match-p'.
7989         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7991         * custom.el (custom-load-symbol): Use `string-match-p'.
7993         * ansi-color.el: Convert to lexical binding.
7994         (ansi-colors): Fix URL.
7995         (ansi-color-context, ansi-color-context-region): Use defvar-local.
7996         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7997         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7999 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
8003         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
8005 2013-06-19  Tom Tromey  <tromey@redhat.com>
8007         * net/eww.el (eww-top-url): Remove.
8008         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
8009         (eww-render): Set new variables.  Don't set eww-top-url.
8010         (eww-handle-link): Handle "prev", "home", and "contents".
8011         Downcase the rel text.
8012         (eww-top-url): Choose best top URL.
8014 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8016         * net/eww.el: Rewrite to implement form elements "by hand" instead of
8017         relying in widget.el.  Using widget.el leads to too many
8018         user interface inconsistencies.
8019         (eww-self-insert): Implement entering commands in text fields.
8020         (eww-process-text-input): New function to make text input field editing
8021         work.
8022         (eww-submit): Rewrite to use the new-style form methods.
8023         (eww-select-display): Display the correct selected item.
8024         (eww-change-select): Implement changing the select value.
8025         (eww-toggle-checkbox): Implement radio/checkboxes.
8026         (eww-update-field): Fix compilation error.
8027         (eww-tag-textarea): Implement <textarea>.
8029         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8030         we don't shadow mode-specific bindings.
8032         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8033         nothing to push.
8035         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8037 2013-06-19  Glenn Morris  <rgm@gnu.org>
8039         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8041 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8043         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8044         not needed.
8046         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8048 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8050         * net/browse-url.el (browse-url-browser-function):
8051         `eww-browse-url' has the right calling signature, `eww' does not.
8053 2013-06-19  Glenn Morris  <rgm@gnu.org>
8055         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8056         Only eval autoloaded macros.
8057         (byte-compile-autoload): Only give the macro warning for macros.
8059         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8060         (ps-underlined-faces): Declare.
8062         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8063         (speedbar-add-supported-extension): Declare.
8065         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8066         Don't include a date stamp in the header of the generated file;
8067         it leads to needless differences between output files.
8069 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8071         * net/secrets.el (secrets-struct-secret-content-type):
8072         Replace check of introspection data by a test call of "CreateItem".
8073         Some servers do not offer introspection.
8075 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * electric.el (electric-pair-mode): Improve interaction with
8078         electric-layout-mode.
8079         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8080         (electric-pair-syntax): Use text-mode-syntax-table in comments
8081         and strings.
8082         (electric-pair--insert): New function.
8083         (electric-pair-post-self-insert-function): Use it and
8084         electric--after-char-pos.
8086 2013-06-19  Leo Liu  <sdl.web@gmail.com>
8088         * progmodes/octave.el (octave-help): Fix regexp.
8090 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8093         (shr-table-horizontal-line): Allow nil as a value, and change the
8094         default.
8095         (shr-insert-table-ruler): Respect the nil value.
8097 2013-06-18  Tom Tromey  <tromey@barimba>
8099         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8100         New defvars.
8101         (eww-open-file): New defun.
8102         (eww-render): Initialize new variables.
8103         (eww-display-html): Handle "link" and "a".
8104         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8105         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
8106         (eww-back-url): Rename from eww-previous-url.
8107         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8108         New defuns.
8110 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
8112         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8113         Distinguish ternary operator tokens from slash symbol and slash
8114         char literal.
8116 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8118         Convert symbol prettification into minor mode and global minor mode.
8120         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8121         `prog-prettify-symbols', and make a local defvar instead of defcustom.
8122         (prettify-symbols--keywords): Rename from
8123         `prog-prettify-symbols-alist' and make a local defvar.
8124         (prettify-symbols--compose-symbol): Rename from
8125         `prog--prettify-font-lock-compose-symbol'.
8126         (prettify-symbols--make-keywords): Rename from
8127         `prog-prettify-font-lock-symbols-keywords' and simplify.
8128         (prog-prettify-install): Remove.
8129         (prettify-symbols-mode): New minor mode, based on
8130         `prog-prettify-install'.
8131         (turn-on-prettify-symbols-mode): New function.
8132         (global-prettify-symbols-mode): New globalized minor mode.
8134         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8135         * progmodes/cfengine.el (cfengine3-mode):
8136         * progmodes/perl-mode.el (perl-mode): Don't call
8137         `prog-prettify-install'; set `prettify-symbols-alist' instead.
8139 2013-06-18  Juri Linkov  <juri@jurta.org>
8141         * files-x.el (modify-file-local-variable-message): New function.
8142         (modify-file-local-variable)
8143         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8144         and call `modify-file-local-variable-message' when it's non-nil.
8145         (add-file-local-variable, delete-file-local-variable)
8146         (add-file-local-variable-prop-line)
8147         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8148         and use it.  (Bug#9820)
8150 2013-06-18  Juri Linkov  <juri@jurta.org>
8152         * emulation/vi.el (vi-shell-op):
8153         * emulation/vip.el (vip-execute-com, ex-command):
8154         * emulation/viper-cmd.el (viper-exec-bang):
8155         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8156         the call of `shell-command-on-region'.  (Bug#14637)
8158         * simple.el (shell-command-on-region): Doc fix.
8160 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8163         (bug#14633).
8165 2013-06-18  Glenn Morris  <rgm@gnu.org>
8167         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8169         * newcomment.el (comment-search-forward, comment-search-backward):
8170         Doc fix.  (Bug#14376)
8172 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8174         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8175         (buffer-face-mode-invoke): Doc fix.
8177 2013-06-18  Matthias Meulien  <orontee@gmail.com>
8179         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8180         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8182 2013-06-18  Glenn Morris  <rgm@gnu.org>
8184         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8185         Replace obsolete function generic-make-keywords with its expansion.
8187         * progmodes/python.el (ffap-alist): Declare.
8189         * textmodes/reftex.el (bibtex-mode-map): Declare.
8191 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8193         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8194         (package-unpack, package-unpack-single): Return the pkg-dir.
8195         (package-download-transaction): Use it to update package-alist.
8197 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8200         possible choice.
8202 2013-06-17  Juri Linkov  <juri@jurta.org>
8204         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8206 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8208         * emacs-lisp/package.el (package-load-descriptor):
8209         Remove `with-syntax-table' call, `read' doesn't need it.
8210         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8212 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8214         * startup.el (command-line): Expand package name returned by
8215         `package--description-file' (bug#14639).
8217 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8219         * emacs-lisp/package.el (package-load-descriptor): Do not call
8220         `emacs-lisp-mode', just use its syntax table.
8222 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8224         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8225         `font-lock-extra-managed-props' if any prettifying keyword is added.
8226         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8227         (prog-mode): Use `setq-local'.
8229 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8231         * international/characters.el (standard-case-table): Set syntax of ?»
8232         and ?« to punctuation.
8234 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
8236         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8237         Save relevant match data before calling `syntax-ppss' (bug#14595).
8239 2013-06-15  Juri Linkov  <juri@jurta.org>
8241         * files-x.el (modify-file-local-variable-prop-line): Add local
8242         variables to the end of the existing comment on the first line.
8243         Use `file-auto-mode-skip' to skip interpreter magic line,
8244         and also skip XML declaration.
8246 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8248         * startup.el (package--builtin-versions): New var.
8249         (package-subdirectory-regexp): Remove.
8250         (package--description-file): Hard code its value instead.
8252         * emacs-lisp/package.el: Don't activate packages older than builtin.
8253         (package-obsolete-list): Rename from package-obsolete-alist, and make
8254         it into a simple list of package-desc.
8255         (package-strip-version): Remove.
8256         (package-built-in-p): Use package--builtin-versions.
8257         (package-mark-obsolete): Simplify.
8258         (package-process-define-package): Mark it obsolete if older than the
8259         builtin version.
8260         (package-handle-response): Use line-end-position.
8261         (package-read-archive-contents, package--download-one-archive):
8262         Simplify.
8263         (package--add-to-archive-contents): Skip if older than the builtin or
8264         installed version.
8265         (package-menu-describe-package): Fix last change.
8266         (package-list-unversioned): New var.
8267         (package-menu--generate): Use it.
8269         * emacs-lisp/autoload.el: Manage package--builtin-versions.
8270         (autoload--insert-text, autoload--insert-cookie-text): New functions.
8271         (autoload-builtin-package-versions): New variable.
8272         (autoload-generate-file-autoloads): Use them.
8273         Remove the list of autoloaded functions/macros from the
8274         (autoload...) comments.
8276         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8278 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
8280         * simple.el (line-move-partial): Don't jump to the next screen
8281         line as soon as it becomes visible.  Instead, continue enlarging
8282         the vscroll until the portion of a tall screen line that's left on
8283         display is about the height of the frame's default font.
8284         (Bug#14567)
8286 2013-06-15  Glenn Morris  <rgm@gnu.org>
8288         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8289         compilation-error-regexp-alist void, or local while let-bound.
8291         * progmodes/make-mode.el (makefile-mode-syntax-table):
8292         Treat "=" as punctuation.  (Bug#14614)
8294 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
8296         * help-fns.el (describe-variable):
8297         Add extra line for permanent-local variables.
8299 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
8301         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8302         Add export, import, library.  (Bug#9164)
8303         (library): Set indent function.
8305 2013-06-14  Glenn Morris  <rgm@gnu.org>
8307         * term/xterm.el (xterm--query):
8308         Stop after first matching handler.  (Bug#14615)
8310 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
8312         Add support for dired in saveplace.
8313         * dired.el (dired-initial-position-hook): New variable.
8314         (dired-initial-position): Call hook to place cursor position.
8315         * saveplace.el (save-place-to-alist): Add dired position.
8316         (save-place-dired-hook): New function.
8318 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8320         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8321         through a symbol rather than letrec.
8323         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
8324         (package-desc): Add `dir' field.
8325         (package-desc-full-name): New function.
8326         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
8327         (package-maybe-load-descriptor): Remove.
8328         (package-load-all-descriptors): Just call package-load-descriptor.
8329         (package--disabled-p): New function.
8330         (package-desc-vers, package-desc-doc): Remove aliases.
8331         (package--dir): Remove function.
8332         (package-activate): Check if a package is disabled.
8333         (package-process-define-package): New function, extracted from
8334         define-package.
8335         (define-package): Turn into a place holder.
8336         (package-unpack-single, package-tar-file-info):
8337         Use package--description-file.
8338         (package-compute-transaction): Use package--disabled-p.
8339         (package-download-transaction): Don't call
8340         package-maybe-load-descriptor since they're all loaded anyway.
8341         (package-install): Change argument to be a pkg-desc.
8342         (package-delete): Use a single pkg-desc argument.
8343         (describe-package-1): Use package-desc-dir instead of package--dir.
8344         Use package-desc property instead of package-symbol.
8345         (package-install-button-action): Adjust accordingly.
8346         (package--push): Rewrite.
8347         (package-menu--print-info): Adjust accordingly.  Change the ID format
8348         to be a pkg-desc.
8349         (package-menu-describe-package, package-menu-get-status)
8350         (package-menu--find-upgrades, package-menu-mark-upgrades)
8351         (package-menu-execute, package-menu--name-predicate):
8352         Adjust accordingly.
8353         * startup.el (package--description-file): New function.
8354         (command-line): Use it.
8355         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8356         Use package-desc-version.
8358         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8359         (byte-compile-preprocess): Use it.
8360         (byte-compile-file-form-defalias): Try a bit harder to use macros we
8361         can't quite recognize.
8362         (byte-compile-add-to-list): Remove.
8363         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8364         (cconv-closure-convert): Add assertion.
8366         * emacs-lisp/map-ynp.el: Use lexical-binding.
8367         (map-y-or-n-p): Remove unused vars `tail' and `object'.
8368         Factor out some repeated code.
8370 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * subr.el (with-eval-after-load): New macro.
8373         (eval-after-load): Allow form to be a function.
8374         take advantage of lexical-binding.
8375         (do-after-load-evaluation): Use dolist and adjust to new format.
8376         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8378 2013-06-13  Juri Linkov  <juri@jurta.org>
8380         * replace.el (perform-replace): Display "symbol " and other search
8381         modes from `isearch-message-prefix' in the *Help* buffer.
8383         * isearch.el (isearch-query-replace): Add " symbol" and other
8384         possible search modes from `isearch-message-prefix' to the prompt.
8385         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8386         when reading a regexp to collect.
8388 2013-06-13  Juri Linkov  <juri@jurta.org>
8390         * isearch.el (word-search-regexp): Match whitespace if the search
8391         string begins or ends in whitespace.  The LAX arg is applied to
8392         both ends of the search string.  Use `regexp-quote' and explicit
8393         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
8394         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8395         boundaries are replaced with symbol boundaries, and characters
8396         between symbols match non-word non-symbol syntax.  (Bug#14602)
8398 2013-06-13  Juri Linkov  <juri@jurta.org>
8400         * isearch.el (isearch-del-char): Don't exceed the length of
8401         `isearch-string' by the prefix arg.  (Bug#14563)
8403 2013-06-13  Juri Linkov  <juri@jurta.org>
8405         * isearch.el (isearch-yank-word, isearch-yank-line)
8406         (isearch-char-by-name, isearch-quote-char)
8407         (isearch-printing-char, isearch-process-search-char):
8408         Add optional count prefix arg.  (Bug#14563)
8410         * international/isearch-x.el
8411         (isearch-process-search-multibyte-characters):
8412         Add optional count prefix arg.
8414 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8416         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8417         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8418         lexical-binding.
8420 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
8422         * subr.el (set-temporary-overlay-map): Add on-exit argument.
8424 2013-06-13  Glenn Morris  <rgm@gnu.org>
8426         * startup.el (tty-handle-args):
8427         Don't just discard "--" and anything after.  (Bug#14608)
8429         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8431 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
8433         Implement changes in Secret Service API.  Make it backward compatible.
8434         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8435         (secrets-create-item): Use it.  Prefix properties with interface.
8437 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
8439         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
8440         (term-emulate-terminal): Respect term-suppress-hard-newline.
8442 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
8444         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8445         Only remove a `thumb-file' overlay.  (Bug#14548)
8447 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
8449         * mail/reporter.el (reporter-submit-bug-report):
8450         Handle missing package-name.  (Bug#14600)
8452 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8454         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8455         (reftex-citation-prompt, reftex-default-bibliography)
8456         (reftex-bib-or-thebib, reftex-get-bibfile-list)
8457         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8458         (reftex-bib-sort-author, reftex-bib-sort-year)
8459         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8460         (reftex-extract-bib-entries-from-thebibliography)
8461         (reftex-get-bibkey-default, reftex-get-bib-names)
8462         (reftex-parse-bibtex-entry, reftex-get-bib-field)
8463         (reftex-format-bib-entry, reftex-parse-bibitem)
8464         (reftex-format-bibitem, reftex-do-citation)
8465         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8466         (reftex-restrict-bib-matches, reftex-extract-bib-file)
8467         (reftex-insert-bib-matches, reftex-format-citation)
8468         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8469         (reftex-create-bibtex-file): Add docstrings, mostly by converting
8470         existing comments into docstrings.
8472 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8474         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8476 2013-06-12  Andreas Schwab  <schwab@suse.de>
8478         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8479         for auto-save files.
8481 2013-06-12  Glenn Morris  <rgm@gnu.org>
8483         * ido.el (ido-delete-ignored-files): Remove.
8484         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8485         Go back to calling ido-ignore-item-p directly.
8487 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
8489         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8491         * ido.el (ido-delete-ignored-files): New function,
8492         split from ido-make-file-list-1.
8493         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
8494         (ido-make-file-list-1): Use ido-delete-ignored-files.
8496 2013-06-12  Leo Liu  <sdl.web@gmail.com>
8498         * progmodes/octave.el (inferior-octave-startup)
8499         (inferior-octave-completion-table)
8500         (inferior-octave-track-window-width-change)
8501         (octave-eldoc-function-signatures, octave-help)
8502         (octave-find-definition): Use single quoted strings.
8503         (inferior-octave-startup-args): Change default value.
8504         (inferior-octave-startup): Do not hard code "-i" and
8505         "--no-line-editing".
8506         (inferior-octave-resync-dirs): Add optional arg NOERROR.
8507         (inferior-octave-directory-tracker): Use it.
8508         (octave-goto-function-definition): Robustify.
8509         (octave-help): Support highlighting operators in 'See also'.
8510         (octave-find-definition): Find subfunctions only in Octave mode.
8512 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8514         * help-fns.el (help-fns--compiler-macro): If the handler function is
8515         named, then put a link to it.
8516         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8517         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8518         (cl-typep): Use it.
8519         (cl-eval-when): Simplify debug spec.
8520         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
8521         compiler-macro function instead of setting `compiler-macro-file'.
8523 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8525         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8526         * vc/vc-hooks.el (vc-stay-local): Doc fix.
8528 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8529             Daniel Hackney  <dan@haxney.org>
8531         First part of Daniel Hackney's patch to package.el.
8532         * emacs-lisp/package.el: Use defstruct.
8533         (package-desc): New, main struct.
8534         (package--bi-desc, package--ac-desc): New structs, used to describe the
8535         format in external files.
8536         (package-desc-vers): Replace with package-desc-version accessor.
8537         (package-desc-doc): Replace with package-desc-summary accessor.
8538         (package-activate-1): Remove `package' arg since the pkg-vec now
8539         includes the name.
8540         (define-package): Use package-desc-from-define.
8541         (package-unpack-single): Change file-name arg to be a symbol.
8542         (package--add-to-archive-contents): Use package-desc-create and new
8543         accessor functions to package--ac-desc.
8544         (package-buffer-info, package-tar-file-info): Return a package-desc.
8545         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
8546         arg to be a package-desc.
8547         (package-install-file): Adjust accordingly.  Use \' to match EOS.
8548         (package--from-builtin): New function.
8549         (describe-package-1, package-menu--generate): Use it.
8550         (package--make-autoloads-and-compile): Change name arg to be a symbol.
8551         (package-generate-autoloads): Idem and return the name of the file.
8552         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8553         Change pkg-info arg to be a package-desc.
8554         Use package-make-ac-desc.
8555         (package-upload-file): Use \' to match EOS.
8556         * finder.el (finder-compile-keywords): Use package-make-builtin.
8558 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8560         * vc/vc.el (vc-deduce-fileset): Change error message.
8561         (vc-read-backend): New function.
8562         (vc-next-action): Use it.
8564         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8566         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8567         (prolog-font-lock-keywords): Use regexp-opt instead.
8568         Don't manually highlight strings.
8569         (prolog-mode-variables): Simplify comment-start-skip.
8570         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
8572         * emacs-lisp/generic.el (generic--normalise-comments)
8573         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8574         (generic-mode-set-comments): Use them.
8575         (generic-bracket-support): Use setq-local.
8576         (generic-make-keywords-list): Declare obsolete.
8578 2013-06-11  Glenn Morris  <rgm@gnu.org>
8580         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8581         Prettify after setting font-lock-defaults.  (Bug#14574)
8583 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
8585         * replace.el (query-replace, occur-read-regexp-defaults-function)
8586         (replace-search):
8587         * subr.el (declare-function, number-sequence, local-set-key)
8588         (substitute-key-definition, locate-user-emacs-file)
8589         (with-silent-modifications, split-string, eval-after-load):
8590         Fix typos, remove unneeded backslashes and reflow some docstrings.
8592 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8594         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8595         default for Elisp files.
8597 2013-06-11  Glenn Morris  <rgm@gnu.org>
8599         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8600         although define-derived-mode was doing this anyway.  (Bug#14583)
8602 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
8604         * allout.el (allout-encryption-plaintext-sanitization-regexps):
8605         Fix make-variable-buffer-local call to refer to the correct variable.
8607 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
8609         * eshell/em-term.el (eshell-visual-commands)
8610         (eshell-visual-subcommands, eshell-visual-options):
8611         Add summary line to docstrings.  Add cross-references.
8613 2013-06-10  Glenn Morris  <rgm@gnu.org>
8615         * epa.el (epa-read-file-name): New function.  (Bug#14510)
8616         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
8618 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8620         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8621         output redirection to be ignored with visual commands.
8623 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8625         * eshell/em-term.el (eshell-visual-command-p): New function.
8626         (eshell-term-initialize): Move long lambda to separate function
8627         eshell-visual-command-p.
8628         * eshell/em-dirs.el (eshell-dirs-initialise):
8629         * eshell/em-script.el (eshell-script-initialize):
8630         Add missing #' to lambda.
8632 2013-06-08  Leo Liu  <sdl.web@gmail.com>
8634         * progmodes/octave.el (octave-add-log-current-defun): New function.
8635         (octave-mode): Set add-log-current-defun-function.
8636         (octave-goto-function-definition): Do not move point if not found.
8637         (octave-find-definition): Enhance to try subfunctions first.
8639 2013-06-08  Glenn Morris  <rgm@gnu.org>
8641         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8642         (byte-compile-backward-char, byte-compile-backward-word):
8643         Improve previous change, to handle non-explicit nil.
8645 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8648         (smie--opener/closer-at-point): New function.
8649         (smie--matching-block-data): Use it.  Don't match from right after an
8650         opener or right before a closer.  Obey smie-blink-matching-inners.
8651         Don't signal a mismatch for repeated inners like "switch..case..case".
8653 2013-06-07  Leo Liu  <sdl.web@gmail.com>
8655         * progmodes/octave.el (octave-mode): Set comment-use-global-state
8656         to t.  (Bug#14303)
8657         (octave-function-header-regexp): Fix.  (Bug#14570)
8658         (octave-help-mode-finish-hook, octave-help-mode-finish):
8659         Remove.  Just use temp-buffer-show-hook.
8661         * newcomment.el (comment-search-backward): Revert last change.
8662         (Bug#14434)
8664         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8666 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
8668         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8669         through xargs, to avoid failure due to MS-Windows limitations on
8670         command-line length.
8672 2013-06-06  Glenn Morris  <rgm@gnu.org>
8674         * font-lock.el (lisp-font-lock-keywords-2):
8675         Treat user-error like error.
8677         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8678         (byte-compile-backward-char, byte-compile-backward-word):
8679         Handle explicit nil arguments.  (Bug#14565)
8681 2013-06-05  Alan Mackenzie  <acm@muc.de>
8683         * isearch.el (isearch-allow-prefix): New user option.
8684         (isearch-other-meta-char): Don't exit isearch when a prefix
8685         argument is typed whilst `isearch-allow-prefix' is non-nil.
8686         (Bug#9706)
8688 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8690         * autorevert.el (auto-revert-notify-handler): Use memq.
8691         Hide assertion failure.
8693         * skeleton.el: Use cl-lib.
8694         (skeleton-further-elements): Use defvar-local.
8695         (skeleton-insert): Use cl-progv.
8697 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8699         * progmodes/prog-mode.el (prog-prettify-symbols)
8700         (prog-prettify-install): Update docstrings.
8702 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8704         * simple.el: Move all the prog-mode code to prog-mode.el.
8705         * progmodes/prog-mode.el: New file.
8706         * loadup.el: Add prog-mode.el.
8708 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8710         * simple.el (prog-prettify-symbols): Add version.
8711         (prog-prettify-install): Add convenience function to prettify symbols.
8713         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8714         (perl--augmented-font-lock-keywords-1)
8715         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8716         variables and use it.
8718         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8719         (cfengine3-mode): Remove unneeded variable and use it.
8721         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8722         (lisp--augmented-font-lock-keywords-1)
8723         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8724         Remove unneeded variables and use it.
8726 2013-06-05  João Távora  <joaotavora@gmail.com>
8728         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8729         to point when opening the connection.  (Bug#14380)
8731 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8733         * subr.el (load-history-regexp, load-history-filename-element)
8734         (eval-after-load, after-load-functions, do-after-load-evaluation)
8735         (eval-next-after-load, display-delayed-warnings)
8736         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8737         definition of save-match-data.
8738         (overriding-local-map): Remove accidental obsolescence declaration.
8740         * emacs-lisp/edebug.el (edebug-result): Move before first use.
8742 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8744         Generalize symbol prettify support to prog-mode and implement it
8745         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8746         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8747         (prog--prettify-font-lock-compose-symbol)
8748         (prog-prettify-font-lock-symbols-keywords): New variables and
8749         functions to support symbol prettification.
8750         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8751         (lisp--augmented-font-lock-keywords-1)
8752         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8753         (lisp--prettify-symbols-alist): Implement prettify of lambda.
8754         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8755         (cfengine3--prettify-symbols-alist, cfengine3-mode):
8756         Implement prettify of -> => :: strings.
8757         * progmodes/perl-mode.el (perl-prettify-symbols)
8758         (perl--font-lock-compose-symbol)
8759         (perl--font-lock-symbols-keywords): Move to prog-mode.
8760         (perl--prettify-symbols-alist): Prettify -> => :: strings.
8761         (perl-font-lock-keywords-1)
8762         (perl-font-lock-keywords-2): Remove explicit prettify support.
8763         (perl--augmented-font-lock-keywords)
8764         (perl--augmented-font-lock-keywords-1)
8765         (perl--augmented-font-lock-keywords-2, perl-mode):
8766         Implement prettify support.
8768 2013-06-05  Leo Liu  <sdl.web@gmail.com>
8770         Re-implement smie matching block highlight using
8771         show-paren-data-function.  (Bug#14395)
8772         * emacs-lisp/smie.el (smie-matching-block-highlight)
8773         (smie--highlight-matching-block-overlay)
8774         (smie--highlight-matching-block-lastpos)
8775         (smie-highlight-matching-block)
8776         (smie-highlight-matching-block-mode): Remove.
8777         (smie--matching-block-data-cache): New variable.
8778         (smie--matching-block-data): New function.
8779         (smie-setup): Use smie--matching-block-data for
8780         show-paren-data-function.
8782         * progmodes/octave.el (octave-mode-menu): Fix.
8783         (octave-find-definition): Skip garbage lines.
8785 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8787         Fix compilation error with simultaneous dynamic+lexical scoping.
8788         Add warning when a defvar appears after the first let-binding.
8789         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8790         (byte-compile-close-variables): Initialize it.
8791         (byte-compile--declare-var): New function.
8792         (byte-compile-file-form-defvar)
8793         (byte-compile-file-form-define-abbrev-table)
8794         (byte-compile-file-form-custom-declare-variable): Use it.
8795         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
8796         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8797         (byte-compile-bind): Handle dynamic bindings that shadow
8798         lexical bindings.
8799         (byte-compile-unbind): Make arg non-optional.
8800         (byte-compile-let): Simplify.
8801         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8802         (cconv--analyse-function, cconv-analyse-form): Populate it.
8803         Protect byte-compile-bound-variables to limit the scope of defvars.
8804         (cconv-analyse-form): Add missing rule for (defvar <foo>).
8805         Remove unneeded rule for `declare'.
8807         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8808         so as to avoid depending on cl-adjoin at run-time.
8809         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8811         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8812         (macroexp--warn-and-return): Use it.
8814 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8816         * lisp/subr.el: Convert to lexical binding.
8817         (overriding-local-map): Make obsolete.
8818         (add-to-list): Doc fix.  Add compiler macro.
8819         (read-key): Swap values of local maps.
8821 2013-06-05  Leo Liu  <sdl.web@gmail.com>
8823         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8825 2013-06-04  Leo Liu  <sdl.web@gmail.com>
8827         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8828         (compilation-auto-jump): Suppress the "Mark set" message to give
8829         way to exit message.
8831 2013-06-04  Alan Mackenzie  <acm@muc.de>
8833         Remove faulty optimisation from indentation calculation.
8834         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8835         search limit based on 2000 characters back from indent-point.
8837 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
8839         * eshell/em-term.el (cl-lib): Require `cl-lib'.
8841 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8843         * emacs-lisp/lisp.el: Use lexical-binding.
8844         (lisp--local-variables-1, lisp--local-variables): New functions.
8845         (lisp--local-variables-completion-table): New var.
8846         (lisp-completion-at-point): Use it complete let-bound vars.
8848         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8849         eagerly (bug#14422).
8851 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
8853         * autorevert.el (auto-revert-notify-enabled)
8854         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8855         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8856         (auto-revert-notify-handler): Handle also gfilenotify.
8858         * subr.el (file-notify-handle-event): New defun.  Replacing ...
8859         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8860         Remove.
8862 2013-06-03  Juri Linkov  <juri@jurta.org>
8864         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8865         `M-s h .'.  (Bug#14427)
8867         * hi-lock.el (highlight-symbol-at-point): New alias for the new
8868         command `hi-lock-face-symbol-at-point'.
8869         (hi-lock-face-symbol-at-point): New command.
8870         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8871         (hi-lock-menu): Add `highlight-symbol-at-point'.
8872         (hi-lock-mode): Doc fix.
8874         * isearch.el (isearch-forward-symbol-at-point): New command.
8875         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8876         (isearch-highlight-regexp): Add a regexp which matches
8877         words/symbols for word/symbol mode.
8879         * subr.el (find-tag-default-bounds): New function with the body
8880         mostly moved from `find-tag-default'.
8881         (find-tag-default): Move most code to `find-tag-default-bounds',
8882         call it and apply `buffer-substring-no-properties' afterwards.
8884 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
8886         * eshell/em-term.el (eshell-term-initialize):
8887         Use `cl-intersection' rather than `intersection'.
8889 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
8891         * vc/log-view.el: Doc fix.
8892         (log-view-mode-map): Copy keymap from `special-mode-map'.
8894 2013-06-02  Eric Ludlam  <zappo@gnu.org>
8896         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8897         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8898         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8899         (eieio-unbound, eieio-default-superclass)
8900         (eieio--define-field-accessors, method-static, method-before)
8901         (method-primary, method-after, method-num-lists)
8902         (method-generic-before, method-generic-primary)
8903         (method-generic-after, method-num-slots)
8904         (eieio-specialized-key-to-generic-key)
8905         (eieio--check-type, class-v, class-p)
8906         (eieio-class-name, define-obsolete-function-alias)
8907         (eieio-class-parents-fast, eieio-class-children-fast)
8908         (same-class-fast-p, class-constructor, generic-p)
8909         (generic-primary-only-p, generic-primary-only-one-p)
8910         (class-option-assoc, class-option, eieio-object-p)
8911         (class-abstract-p, class-method-invocation-order)
8912         (eieio-defclass-autoload-map, eieio-defclass-autoload)
8913         (eieio-class-un-autoload, eieio-defclass)
8914         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8915         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8916         (eieio--defgeneric-init-form, eieio-defgeneric-form)
8917         (eieio-defgeneric-reset-generic-form)
8918         (eieio-defgeneric-form-primary-only)
8919         (eieio-defgeneric-reset-generic-form-primary-only)
8920         (eieio-defgeneric-form-primary-only-one)
8921         (eieio-defgeneric-reset-generic-form-primary-only-one)
8922         (eieio-unbind-method-implementations)
8923         (eieio--defmethod, eieio--typep)
8924         (eieio-perform-slot-validation, eieio-validate-slot-value)
8925         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8926         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8927         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8928         (eieio-slot-name-index, eieio-class-slot-name-index)
8929         (eieio-set-defaults, eieio-initarg-to-attribute)
8930         (eieio-attribute-to-initarg, eieio-c3-candidate)
8931         (eieio-c3-merge-lists, eieio-class-precedence-c3)
8932         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8933         (eieio-class-precedence-list, eieio-generic-call-methodname)
8934         (eieio-generic-call-arglst, eieio-generic-call-key)
8935         (eieio-generic-call-next-method-list)
8936         (eieio-pre-method-execution-functions, eieio-generic-call)
8937         (eieio-generic-call-primary-only, eieiomt-method-list)
8938         (eieiomt-optimizing-obarray, eieiomt-install)
8939         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8940         (eieio-generic-form, eieio-defmethod, make-obsolete)
8941         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
8942         (defclass): Remove `eval-and-compile' from macro.
8943         (call-next-method, shared-initialize): Instead of using
8944         `scoped-class' variable, use new eieio--scoped-class, and
8945         eieio--with-scoped-class.
8946         (initialize-instance): Rename local variable 'scoped-class' to
8947         'this-class' to remove ambiguitity from old global.
8949         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
8950         eieio.el.
8951         (eieio--scoped-class-stack): New variable.
8952         (eieio--scoped-class): New fcn.
8953         (eieio--with-scoped-class): New scoping macro.
8954         (eieio-defclass): Use pushnew instead of add-to-list.
8955         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8956         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8957         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8958         `scoped-class' variable, use new eieio--scoped-class, and
8959         eieio--with-scoped-class.
8961         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8963 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
8965         * eshell/esh-ext.el (eshell-external-command): Pass args to
8966         `eshell-find-interpreter'.
8967         (eshell-find-interpreter): Add new second parameter ARGS.
8969         * eshell/em-script.el (eshell-script-initialize): Add second arg
8970         to the function added as MATCH to `eshell-interpreter-alist'.
8972         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
8973         the function added as MATCH to `eshell-interpreter-alist'.
8975         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8976         (eshell-visual-options): New defcustom.
8977         (eshell-escape-control-x): Adapt docstring.
8978         (eshell-term-initialize): Test `eshell-visual-subcommands' and
8979         `eshell-visual-options' in addition to `eshell-visual-commands'.
8980         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8982 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8984         * progmodes/python.el (python-indent-block-enders): Add break,
8985         continue and raise keywords.
8987 2013-06-01  Glenn Morris  <rgm@gnu.org>
8989         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8991         Plain (f)boundp silences compilation warnings since Emacs 22.1.
8992         * progmodes/cc-cmds.el (delete-forward-p):
8993         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8994         * progmodes/cc-engine.el (buffer-syntactic-context):
8995         * progmodes/cc-fonts.el (face-property-instance):
8996         * progmodes/cc-mode.el (set-keymap-parents):
8997         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8998         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8999         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
9000         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
9001         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
9003         * progmodes/cc-vars.el (other): Emacs has this widget since
9004         at least 21.1, so don't (re)define it.
9006         * eshell/em-cmpl.el (eshell-cmpl-initialize):
9007         Replace the obsolete alias pcomplete-arg-quote-list.
9009 2013-06-01  Leo Liu  <sdl.web@gmail.com>
9011         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
9012         punctuation syntax.
9013         (inferior-octave-minimal-columns)
9014         (inferior-octave-last-column-width): New variables.
9015         (inferior-octave-track-window-width-change): New function.
9016         (inferior-octave-mode): Adjust column width so that Octave output,
9017         for example from 'ls', can fit into the window nicely.
9019 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9021         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9022         Highlight expansions inside regexp literals.
9024 2013-05-31  Glenn Morris  <rgm@gnu.org>
9026         * obsolete/sym-comp.el (symbol-complete):
9027         Replace obsolete completion-annotate-function.
9029         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9031 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9033         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9034         New function, checks if point is inside a literal that allows
9035         expression expansion.
9036         (ruby-syntax-propertize-expansion): Use it.
9037         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9038         around the body.
9040 2013-05-30  Juri Linkov  <juri@jurta.org>
9042         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9043         to "\M-si".
9044         (isearch-invisible): New variable.
9045         (isearch-forward): Doc fix.
9046         (isearch-mode): Set `isearch-invisible'
9047         to the value of `search-invisible'.
9048         (isearch-toggle-case-fold): Doc fix.
9049         (isearch-toggle-invisible): New command.
9050         (isearch-query-replace): Let-bind `search-invisible'
9051         to the value of `isearch-invisible'.
9052         (isearch-search): Use `isearch-invisible' instead of
9053         `search-invisible'.  Let-bind `search-invisible'
9054         to the value of `isearch-invisible'.  (Bug#11378)
9056 2013-05-30  Juri Linkov  <juri@jurta.org>
9058         * replace.el (perform-replace): Avoid `isearch-range-invisible'
9059         call when `query-flag' is nil and `search-invisible' is non-nil.
9060         (Bug#11746)
9062 2013-05-30  Glenn Morris  <rgm@gnu.org>
9064         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9066         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9067         (cc-require): Suppress spurious "noruntime" warnings.
9068         (cc-require-when-compile): Use fboundp, for sake of compiler.
9070         * progmodes/cc-mode.el: Move load of cc-vars before that of
9071         cc-langs (which in turn loads cc-vars), to quieten compiler.
9073 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9075         * paren.el: Simplify the code.
9076         (show-paren-mode): Always start the timer.
9077         (show-paren--idle-timer): Rename from show-paren-idle-timer.
9078         (show-paren--overlay, show-paren--overlay-1): Rename from
9079         show-paren-overlay and show-paren-overlay-1, and initialize to an
9080         overlay rather than to nil.
9081         (show-paren-function): Misc cleanup and simplifications.
9083 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9085         * paren.el (show-paren-data-function): New hook.
9086         (show-paren--default): New function, extracted from show-paren-function.
9087         (show-paren-function): Use show-paren-data-function.
9089 2013-05-30  Glenn Morris  <rgm@gnu.org>
9091         * ielm.el (ielm-map, ielm-complete-symbol):
9092         Use completion-at-point rather than obsolete functions.
9093         (inferior-emacs-lisp-mode): Doc fix.
9094         Set completion-at-point-functions, rather than
9095         comint-dynamic-complete-functions.
9097         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9098         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9099         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9101         * image.el (image-animated-p): Tweak definition.
9103         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9104         (rlogin-process-connection-type): Tweak default.  Add set-after.
9105         (rlogin-host): Doc fix.
9106         (rlogin): Tweak prompt.
9107         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9109         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9110         * progmodes/tcl.el (inferior-tcl-mode-map):
9111         Use completion-at-point rather than obsolete alias.
9113         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9115         * minibuffer.el (read-file-name-completion-ignore-case):
9116         Move before completion--in-region, for eager macro expansion.
9118 2013-05-29  Juri Linkov  <juri@jurta.org>
9120         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9121         for total count of matching lines.  Add `global-matches' for total
9122         count of matches.  Rename `matches' to `lines' for count of
9123         matching lines.  Add `matches' for count of matches.
9124         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
9125         to `prev-line' for line number of prev match endpt.
9126         Increment `matches' for every match.  Print the number of
9127         matching lines in the header.
9128         (occur-context-lines): Rename `lines' to `curr-line'.
9129         Rename `prev-lines' to `prev-line'.  (Bug#14017)
9131 2013-05-29  Juri Linkov  <juri@jurta.org>
9133         * replace.el (perform-replace): Add `skip-read-only-count',
9134         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9135         Increment them for corresponding conditions and report the number
9136         of skipped occurrences in the final message.  (Bug#11746)
9137         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9138         (replace-string, replace-regexp): Doc fix.
9140 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9142         * emacs-lisp/trace.el (trace--read-args): Provide a default.
9144         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9145         prog-mode-map (bug#14504).
9147 2013-05-29  Leo Liu  <sdl.web@gmail.com>
9149         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9150         (octave-help): Small simplification.
9152         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9153         off the highlight first.
9155 2013-05-29  Glenn Morris  <rgm@gnu.org>
9157         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9158         Handle idlwave-last-system-routine-info-cons-cell being nil.
9160         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9161         (idlwave-write-paths): Simplify via with-temp-buffer.
9163         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9164         * emulation/cua-rect.el: Also load cua-base at run time.
9166         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9167         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9168         (cperl-imenu-on-info): Require imenu.
9170 2013-05-28  Alan Mackenzie  <acm@muc.de>
9172         Handle "capitalised keywords" correctly.
9173         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9175 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
9177         * eshell/em-unix.el: Add -r option to cp.
9179 2013-05-28  Glenn Morris  <rgm@gnu.org>
9181         * vc/vc-arch.el (vc-exec-after): Declare.
9182         (vc-switches): Autoload.
9183         * vc/vc-bzr.el: No need to require vc when compiling.
9184         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9185         (vc-resynch-buffer, vc-dir-refresh): Declare.
9186         (vc-setup-buffer, vc-switches): Autoload.
9187         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9188         (vc-resynch-buffer): Declare.
9189         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9190         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9191         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9192         (grep-read-regexp, grep-read-files, grep-expand-template)
9193         (vc-dir-refresh): Declare.
9194         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9195         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9196         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9197         * vc/vc-mtn.el (vc-exec-after): Declare.
9198         (vc-switches): Autoload.
9199         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9200         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9201         (vc-file-tree-walk): Declare.
9202         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9203         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9204         (vc-tag-precondition, vc-rename-master): Autoload.
9205         * vc/vc-svn.el (vc-exec-after): Declare.
9206         (vc-switches, vc-setup-buffer): Autoload.
9207         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9208         Autoload.
9209         (vc-resynch-buffer): Declare.
9211         * obsolete/fast-lock.el (byte-compile-warnings):
9212         Don't warn about obsolete features in this obsolete file.
9214         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9215         Move definition before use.
9217         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9218         (dun-unix-verbs): Remove dun-zippy.
9219         (dun-zippy): Remove function.
9221         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9223 2013-05-27  Juri Linkov  <juri@jurta.org>
9225         * replace.el (replace-search): New function with code moved out
9226         from `perform-replace'.
9227         (replace-highlight, replace-dehighlight): Move function definitions
9228         up closer to `replace-search'.  (Bug#11746)
9230 2013-05-27  Juri Linkov  <juri@jurta.org>
9232         * replace.el (perform-replace): Ignore invisible matches.
9233         In addition to checking `query-replace-skip-read-only', also
9234         filter out matches by calling `run-hook-with-args-until-failure'
9235         on `isearch-filter-predicates', and also check `search-invisible'
9236         for t or call `isearch-range-invisible'.
9237         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
9239 2013-05-27  Juri Linkov  <juri@jurta.org>
9241         * isearch.el (isearch-filter-predicates): Rename from
9242         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
9243         (isearch-message-prefix): Display text from the property
9244         `isearch-message-prefix' of the currently active filters.
9245         (isearch-search): Don't compare `isearch-filter-predicate' with
9246         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
9247         on `isearch-filter-predicates'.  Also check `search-invisible' for t
9248         or call `isearch-range-invisible'.
9249         (isearch-filter-visible): Make obsolete.
9250         (isearch-lazy-highlight-search):
9251         Call `run-hook-with-args-until-failure' on
9252         `isearch-filter-predicates' and use `isearch-range-invisible'.
9254         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9255         `isearch-filter-predicates' instead of `funcall'ing
9256         `isearch-filter-predicate'.
9257         (Info-mode): Set `Info-isearch-filter' to
9258         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9260         * dired-aux.el (dired-isearch-filter-predicate-orig):
9261         Remove variable.
9262         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9263         (dired-isearch-filenames-end): Add and remove
9264         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9265         instead of changing the value of `isearch-filter-predicate'.
9266         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9267         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9268         Put property `isearch-message-prefix' to "filename " on
9269         `dired-isearch-filter-filenames'.
9271         * wdired.el (wdired-change-to-wdired-mode):
9272         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9273         locally instead of changing `isearch-filter-predicate'.
9274         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9276 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
9278         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9279         return the commit hash (Bug#14459).  Also set the
9280         `vc-git-detached' property.
9281         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9282         (vc-git-mode-line-string): Use the same help-echo format whether
9283         in detached mode or not, because we know the actual revision now.
9284         When in detached mode, shorten the revision to 7 chars.
9286 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * emacs-lisp/easy-mmode.el (define-minor-mode):
9289         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9290         mode hook and provide a docstring.
9292 2013-05-27  Alan Mackenzie  <acm@muc.de>
9294         Remove spurious syntax-table text properties inserted by C-y.
9295         * progmodes/cc-mode.el (c-after-change): Also clear hard
9296         syntax-table property with value nil.
9298 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
9300         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9301         when reading the events; the buffer layout shall not be changed.
9303 2013-05-27  Leo Liu  <sdl.web@gmail.com>
9305         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9306         New variable.
9307         (inferior-octave-directory-tracker): Automatically re-sync
9308         default-directory.
9309         (octave-help): Improve handling of 'See also'.
9311 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9313         * doc-view.el: Minor naming convention tweaks.
9314         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9316         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9317         even if there's no `display' property yet (bug#14435).
9319 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
9321         * subr.el (unmsys--file-name): Rename from reveal-filename.
9323         * Makefile.in (custom-deps, finder-data, autoloads)
9324         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9325         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9326         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9328 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9330         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9331         error-completion on the first 2 args of condition-case (bug#14446).
9332         Don't burp at EOB.
9334 2013-05-25  Leo Liu  <sdl.web@gmail.com>
9336         * comint.el (comint-previous-matching-input): Do not flood the
9337         *Messages* buffer with trivial messages.
9339 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9341         * progmodes/flymake.el (flymake-nop): Don't return a string.
9342         (flymake-set-at): Fix typo.
9344         * simple.el (read--expression): New function, extracted from
9345         eval-expression.  Set completion-at-point-functions (bug#14465).
9346         (eval-expression, eval-minibuffer): Use it.
9348 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
9350         * progmodes/flymake.el (flymake-save-buffer-in-file)
9351         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9352         (flymake-selected-frame, flymake-log, flymake-ins-after)
9353         (flymake-set-at, flymake-get-buildfile-from-cache)
9354         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9355         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9356         Refine the doc string.
9357         (flymake-get-file-name-mode-and-masks): Reformat.
9358         (flymake-get-real-file-name-function): Fix a minor bug.
9360 2013-05-24  Juri Linkov  <juri@jurta.org>
9362         * progmodes/grep.el (grep-mode-font-lock-keywords):
9363         Support =linenumber= format used by git-grep for lines with
9364         function names.  (Bug#13549)
9366 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9368         * progmodes/octave.el (octave-smie-rules): Return nil rather than
9369         0 after a semi-colon; it works better for smie-auto-fill.
9370         (octave--indent-new-comment-line): New function.
9371         (octave-indent-new-comment-line): Use it (indirectly).
9372         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
9373         modify comment-line-break-function.
9375         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9376         (smie-setup): Use add-function to set it.
9378 2013-05-24  Sam Steingold  <sds@gnu.org>
9380         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9381         argument (before the `interactive' argument).
9383 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * image-mode.el (image-mode-winprops): Add winprops to
9386         image-mode-winprops-alist before running
9387         image-mode-new-window-functions.
9388         * doc-view.el (doc-view-new-window-function): Don't delay
9389         doc-view-goto-page via timers (bug#14435).
9391 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
9393         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
9394         (doc-view-desktop-save-buffer): New function.
9395         (doc-view-restore-desktop-buffer): New function.
9396         (desktop-buffer-mode-handlers):
9397         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9398         handler.
9399         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9400         `desktop-save-buffer' function.
9402 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
9404         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9405         (tramp-gvfs-file-name-handler): Raise a user error when
9406         `tramp-gvfs-enabled' is nil.
9407         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9408         Do not raise a user error when loading package.  (Bug#14447)
9410         * net/xesam.el: Move to obsolete/.
9412 2013-05-24  Glenn Morris  <rgm@gnu.org>
9414         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9416         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9418         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9419         (Info-find-node, Man-getpage-in-background): Declare.
9421         * mail/unrmail.el (unrmail):
9422         Replace obsolete detect-coding-with-priority.
9424         * net/socks.el (socks-split-string): Use this rather than split-string.
9425         (socks-nslookup-host): Update for above change.
9426         (dynamic-choice, s5-dynamic-choice-match)
9427         (s5-dynamic-choice-match-inline, s5-widget-value-create):
9428         Comment out unused code.
9430         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9431         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9432         (gud-tooltip-echo-area): Make obsolete.
9433         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9435         * progmodes/js.el (js--optimize-arglist): Declare.
9437         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9439         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9440         (ediff-window-C): Declare.
9442         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9443         Tweak requires to silence compiler.
9445         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9446         (he-search-string, he-tried-table, he-expand-list)
9447         (he-init-string, he-string-member, he-substitute-string)
9448         (he-reset-string): Declare.
9450         * obsolete/options.el (list-options): Use custom-variable-p,
9451         rather than obsolete alias.
9453 2013-05-23  Sam Steingold  <sds@gnu.org>
9455         * simple.el (shell-command-on-region): Pass the `replace' argument
9456         down to `call-process-region' to comply with the doc as reported on
9457         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9459 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9461         * emacs-lisp/smie.el (smie-indent-forward-token)
9462         (smie-indent-backward-token): Handle string tokens (bug#14381).
9464 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9466         * ielm.el (ielm-menu): New menu.
9467         (inferior-emacs-lisp-mode): Set comment-start.
9469 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9471         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9472         Fix deactivate action.
9474         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9475         Add cleveref macros.
9477         * lisp/textmodes/reftex-parse.el
9478         (reftex-locate-bibliography-files): Accept options for
9479         bibliography commands.
9480         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9481         Add addbibresource.  Basic Biblatex support.
9483 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
9485         * net/tramp-gvfs.el (top):
9486         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9487         when loading package.  (Bug#14447)
9489 2013-05-23  Glenn Morris  <rgm@gnu.org>
9491         * progmodes/js.el: No need to load comint when compiling.
9492         (ring-insert, comint-send-string, comint-send-input)
9493         (comint-last-input-end, ido-chop): Declare.
9495         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9496         * vc/ediff-mult.el: Adjust requires.
9497         (ediff-directories-internal, ediff-directory-revisions-internal)
9498         (ediff-patch-file-internal): Declare.
9499         * vc/ediff-ptch.el: Adjust requires.
9500         (ediff-use-last-dir, ediff-buffers-internal): Declare.
9501         (ediff-find-file): Autoload.
9502         * vc/ediff-util.el: No need to load ediff when compiling.
9503         (ediff-regions-internal): Declare.
9504         * vc/ediff-wind.el: Adjust requires.
9505         (ediff-compute-toolbar-width): Define when compiling.
9506         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9507         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9508         (dired-get-filename, dired-get-marked-files)
9509         (ediff-last-dir-patch, ediff-patch-default-directory)
9510         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9511         (ediff-patch-buffer-internal): Declare.
9513         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9514         (ispell-process, ispell-buffer-local-words, lm-summary)
9515         (lm-section-start, lm-section-end): Declare.
9516         (checkdoc-ispell-init): Simplify.
9518         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9519         (he-string-member, he-reset-string, he-substitute-string): Declare.
9521         * eshell/em-ls.el: Adjust requires.
9522         (eshell-glob-regexp): Declare.
9523         * eshell/em-tramp.el: Adjust requires.
9524         (eshell-parse-command): Autoload.
9525         * eshell/em-xtra.el: Adjust requires.
9526         (eshell-parse-command): Autoload.
9527         * eshell/esh-ext.el: Adjust requires.
9528         (eshell-parse-command, eshell-close-handles): Autoload.
9529         * eshell/esh-io.el: Adjust requires.
9530         (eshell-output-filter): Autoload.
9531         * eshell/esh-util.el: No need to load tramp when compiling.
9532         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9533         Declare.
9534         (eshell-parse-ange-ls): Require ange-ftp and tramp.
9535         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9536         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9537         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9538         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9539         * eshell/esh-opt.el, eshell/esh-proc.el:
9540         * eshell/esh-var.el: Adjust requires.
9541         * eshell/eshell.el: Do not require esh-util twice.
9542         (eshell-add-input-to-history): Declare.
9543         (eshell-command): Check history module is active before using it.
9545         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9547 2013-05-22  Leo Liu  <sdl.web@gmail.com>
9549         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9551 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
9553         * autorevert.el (auto-revert-notify-add-watch)
9554         (auto-revert-notify-handler): Add `attrib' for the inotify case,
9555         it indicates changes in file modification time.
9557 2013-05-22  Glenn Morris  <rgm@gnu.org>
9559         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9560         Always delete the autoloaded function from the noruntime and
9561         unresolved functions lists.
9563         * allout.el: No need to load epa, epg, overlay when compiling.
9564         (epg-context-set-passphrase-callback, epg-list-keys)
9565         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9566         (epg-key-user-id-list): Declare.
9568         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9569         (viper-set-parsing-style-toggling-macro)
9570         (viper-set-emacs-state-searchstyle-macros):
9571         Use called-interactively-p on Emacs.
9572         (viper-looking-back): Make it an obsolete alias.  Update callers.
9573         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9574         Use looking-back rather than viper-looking-back.
9575         (viper-tmp-insert-at-eob, viper-enlarge-region)
9576         (viper-read-string-with-history, viper-register-to-point)
9577         (viper-append-to-register, viper-change-state-to-vi)
9578         (viper-backward-char-carefully, viper-forward-char-carefully)
9579         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9580         (viper-change-state-to-emacs): Declare.
9581         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9582         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9583         * emulation/viper-mous.el: Do not load viper-cmd.
9584         (viper-backward-char-carefully, viper-forward-char-carefully)
9585         (viper-forward-word, viper-adjust-window): Declare.
9587         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9589         * progmodes/idlw-help.el (idlwave-help-fontify):
9590         Use called-interactively-p.
9592         * term/w32console.el (w32-get-console-codepage)
9593         (w32-get-console-output-codepage): Declare.
9595         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9596         Remove unnecessary declarations.
9597         (dframe-message): Doc fix.
9599         * info.el (dframe-select-attached-frame, dframe-current-frame):
9600         Declare.
9602         * speedbar.el (speedbar-message): Make it an obsolete alias.
9603         Update all callers.
9604         (speedbar-with-attached-buffer)
9605         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9606         (speedbar-with-writable): Use backquote.
9607         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9608         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9609         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9610         rather than speedbar- aliases.
9611         * mail/rmail.el: Load dframe rather than speedbar when compiling.
9612         (speedbar-make-specialized-keymap, speedbar-insert-button)
9613         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9614         (speedbar-do-function-pointer): Declare.
9615         (rmail-speedbar-button, rmail-speedbar-find-file)
9616         (rmail-speedbar-move-message):
9617         Use dframe-with-attached-buffer rather than speedbar- alias.
9618         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9619         (dframe-message, speedbar-make-specialized-keymap)
9620         (speedbar-add-expansion-list, speedbar-mode-functions-list)
9621         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9622         (speedbar-insert-button, dframe-select-attached-frame)
9623         (dframe-maybee-jump-to-attached-frame)
9624         (speedbar-change-initial-expansion-list)
9625         (speedbar-previously-used-expansion-list-name): Declare.
9626         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9627         Use dframe-message, dframe-with-attached-buffer rather than
9628         speedbar- aliases.
9629         (gud-sentinel): Silence compiler.
9630         * progmodes/vhdl-mode.el (speedbar-refresh)
9631         (speedbar-do-function-pointer, speedbar-add-supported-extension)
9632         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9633         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9634         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9635         (speedbar-file-lists, speedbar-make-tag-line)
9636         (speedbar-line-directory, speedbar-goto-this-file)
9637         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9638         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9639         (speedbar-make-button, speedbar-reset-scanners)
9640         (speedbar-files-item-info, speedbar-line-text)
9641         (speedbar-find-file-in-frame, speedbar-set-timer)
9642         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9643         (speedbar-with-writable): Do not (re)define it.
9644         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9645         rather than speedbar- alias.
9647 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9649         * progmodes/octave.el (octave-mode-menu): Update and re-organize
9650         menu items.
9651         (octave-mode): Tweak fill-nobreak-predicate.
9652         (inferior-octave-startup): Check process to avoid infinite loop.
9653         (inferior-octave): Pop to buffer first to show abornmal process
9654         exit information.
9656 2013-05-21  Glenn Morris  <rgm@gnu.org>
9658         * printing.el (pr-menu-bar): Define when compiling.
9660 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9662         * progmodes/octave.el (octave-auto-fill): Remove.
9663         (octave-indent-new-comment-line): Improve.
9664         (octave-mode): Use auto fill mode through
9665         comment-line-break-function and fill-nobreak-predicate.
9666         (octave-goto-function-definition): Support DEFUN_DLD.
9667         (octave-beginning-of-defun): Small tweak.
9668         (octave-help): Show parent directory.
9670 2013-05-21  Glenn Morris  <rgm@gnu.org>
9672         * files.el (dired-unmark):
9673         * progmodes/gud.el (gdb-input): Update declarations.
9675         * calculator.el (electric, ehelp): No need to load when compiling.
9676         (Electric-command-loop, electric-describe-mode): Declare.
9678         * doc-view.el (doc-view-current-converter-processes): Move before use.
9680         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9681         Move MODE-set-explicitly definition before use.
9683         * international/mule-diag.el (mule-diag):
9684         Don't use obsolete window-system-version.
9686         * mail/feedmail.el (smtpmail): No need to load when compiling.
9687         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9689         * mail/mail-utils.el (rfc822): No need to load when compiling.
9690         (rfc822-addresses): Autoload it.
9691         (mail-strip-quoted-names): Trivial simplification.
9693         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9694         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9696         * net/snmp-mode.el (tempo): Don't duplicate requires.
9698         * progmodes/prolog.el (info): No need to load when compiling.
9699         (comint): Require before shell requires it.
9700         (Info-goto-node): Autoload it.
9701         (Info-follow-nearest-node): Declare.
9702         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9704         * textmodes/artist.el (picture-mode-exit): Declare.
9706         * textmodes/reftex-parse.el (reftex-parse-from-file):
9707         Trivial rewrite so the compiler can parse it better.
9709 2013-05-20  Leo Liu  <sdl.web@gmail.com>
9711         * progmodes/octave.el (octave-help-mode-map)
9712         (octave-help-mode-finish-hook): New variables.
9713         (octave-help-mode, octave-help-mode-finish): New functions.
9714         (octave-help): Use octave-help-mode.
9716 2013-05-20  Glenn Morris  <rgm@gnu.org>
9718         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
9720 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
9722         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9723         start at point, so that expansion starting right after opening
9724         slash in a regexp is recognized.
9725         (ruby-syntax-before-regexp-re): New defvar, extracted from
9726         ruby-syntax-propertize-function.  Since the value of this regexp
9727         is looked up at runtime now, we should be able to turn
9728         `ruby-syntax-methods-before-regexp' into a defcustom later.
9729         (ruby-syntax-propertize-function): Split regexp matching into two
9730         parts, for opening and closing slashes.  That allows us to skip
9731         over string interpolations and support multiline regexps.
9732         Don't call `ruby-syntax-propertize-expansions', instead use another rule
9733         for them, which calls `ruby-syntax-propertize-expansion'.
9734         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9735         call to `ruby-syntax-propertize-function'.
9736         (ruby-syntax-propertize-expansion): Extracted from
9737         `ruby-syntax-propertize-expansions'.  Handles one expansion.
9738         (ruby-syntax-propertize-percent-literal): Leave point right after
9739         the percent symbol, so that the expression expansion rule can
9740         propertize the contents.
9741         (ruby-syntax-propertize-heredoc): Leave point at bol following the
9742         heredoc openers.
9743         (ruby-syntax-propertize-expansions): Remove.
9745 2013-05-18  Juri Linkov  <juri@jurta.org>
9747         * man.el (Man-default-man-entry): Remove `-' from the end
9748         of the default value.  (Bug#14400)
9750 2013-05-18  Glenn Morris  <rgm@gnu.org>
9752         * comint.el (comint-password-prompt-regexp):
9753         Allow "password for XXX" where XXX contains colons (eg https://...).
9755 2013-05-18  Leo Liu  <sdl.web@gmail.com>
9757         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9758         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
9759         (octave-source-directories): Don't check process.
9760         (octave-source-directories, octave-find-definition): Doc fix.
9762 2013-05-18  Glenn Morris  <rgm@gnu.org>
9764         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9765         Remove backspace/delete bindings.  (Bug#14392)
9767         * cus-dep.el (custom-make-dependencies): Sort the output.
9768         (custom-versions-load-alist): Convert comment to doc.
9770 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9772         * newcomment.el (comment-search-backward): Stricter in finding
9773         comment start.  (Bug#14303)
9775         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9776         (octave-comment-start-skip): Properly anchored.
9778 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9780         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9781         Clean up when turned off.  (Bug#14395)
9782         (smie--highlight-matching-block-overlay): No longer buffer-local.
9783         (smie-highlight-matching-block): Adjust.
9785 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9787         Doc string fix for "nanoseconds" (Bug#14406).
9788         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9789         Fix doc string typo that had "nanoseconds" instead of "microseconds".
9791 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
9793         * calc/calc-units.el (math-extract-units): Preserve powers
9794         of units.
9796 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9798         * subr.el (delete-consecutive-dups): New function.
9799         * ido.el (ido-set-matches-1): Use it.
9800         * progmodes/octave.el (inferior-octave-completion-table): Use it.
9801         * ido.el (ido-remove-consecutive-dups): Remove.
9803 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9805         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9806         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9807         regexp-opt's `words'.
9809 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9811         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9812         (smie--highlight-matching-block-overlay)
9813         (smie--highlight-matching-block-lastpos)
9814         (smie--highlight-matching-block-timer): New variables.
9815         (smie-highlight-matching-block): New function.
9816         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
9817         (smie-setup): Conditionally enable smie-blink-matching-open.
9819 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
9821         Sync with upstream verilog-mode r840.
9822         * progmodes/verilog-mode.el (verilog-mode-version)
9823         (verilog-mode-release-date): Update.
9824         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9825         (verilog-sig-tieoff): Fix string error on
9826         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
9827         (verilog-read-decls): Fix parameters confusing
9828         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
9830 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
9832         * subr.el (reveal-filename): New function.
9834         * loadup.el: Compute Emacs executable versions on MS-Windows,
9835         where executables have the .exe extension.  Add a hard link
9836         emacs-XX.YY.ZZ.exe on MS-Windows.
9838         * Makefile.in (XARGS_LIMIT): New variable.
9839         (custom-deps, finder-data, autoloads)
9840         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9841         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9842         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9843         (compile-main): Limit xargs according to $(XARGS_LIMIT).
9845 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9847         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9848         (octave-mode-menu, octave-mode-map): Remove its uses.
9850 2013-05-16  Reto Zimmermann  <reto@gnu.org>
9852         Sync with upstream vhdl mode v3.34.2.
9853         * progmodes/vhdl-mode.el: Use `push' throughout.
9854         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9855         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9856         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
9857         (vhdl-actual-generic-name): New option to derive actual generic name.
9858         (vhdl-port-paste-signals): Replace formal by actual generics.
9859         (vhdl-beautify): New name for old group vhdl-align.  Update users.
9860         (vhdl-beautify-options): New option.
9861         (vhdl-last-input-event): New compat alias.  Use throughout.
9862         (vhdl-goto-line): Replace user level function `goto-line'.
9863         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9864         vhdl-fix-statement-buffer.
9865         (vhdl-create-mode-menu): Add some entries.
9866         (vhdl-align-region-groups): Respect vhdl-beautify-options.
9867         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9868         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9869         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9870         to force statements on one line.
9871         (vhdl-remove-trailing-spaces-region):
9872         New, split from vhdl-remove-trailing-spaces.
9873         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9874         Respect vhdl-beautify-options.
9875         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9876         (vhdl-update-sensitivity-list): Not add with index if exists without.
9877         Not include array index with signal.  Ignore keywords in comments.
9878         (vhdl-get-visible-signals): Regexp tweaks.
9879         (vhdl-template-component-inst): Handle empty library.
9880         (vhdl-template-type): Add template for 'enum' type.
9881         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9882         Use vhdl-replace-string.
9883         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9884         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9885         (vhdl-speedbar-initialize): Update for above name change.
9886         (vhdl-compose-wire-components): Fix in handling of constants.
9887         (vhdl-error-regexp-emacs-alist): New variable.
9888         (vhdl-error-regexp-add-emacs): New function;
9889         adds support for new compile.el (Emacs 22+)
9890         (vhdl-generate-makefile-1): Change target order for single lib. units.
9891         Allow use of absolute file names.
9893 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9895         * simple.el (prog-indent-sexp): Indent enclosing defun.
9897 2013-05-15  Glenn Morris  <rgm@gnu.org>
9899         * cus-start.el (show-trailing-whitespace): Move to editing basics.
9900         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9901         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9902         (whitespace-highlight): Move to whitespace group.
9904         * comint.el (comint-source):
9905         * pcmpl-linux.el (pcmpl-linux):
9906         * shell.el (shell-faces):
9907         * eshell/esh-opt.el (eshell-opt):
9908         * international/ccl.el (ccl): Remove empty custom groups.
9910         * completion.el (dynamic-completion-mode):
9911         * jit-lock.el (jit-lock-debug-mode):
9912         * minibuffer.el (completion-in-region-mode):
9913         * type-break.el (type-break-mode-line-message-mode)
9914         (type-break-query-mode):
9915         * emulation/tpu-edt.el (tpu-edt-mode):
9916         * progmodes/subword.el (global-subword-mode, global-superword-mode):
9917         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9918         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9920         * term/xterm.el (xterm): Change parent group to terminals.
9922         * master.el (master): Remove empty custom group.
9923         (master-mode): Remove unused :group argument.
9924         * textmodes/refill.el (refill): Remove empty custom group.
9925         (refill-mode): Remove unused :group argument.
9927         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9929         * cus-dep.el: Provide a feature.
9930         (custom-make-dependencies): Ignore dotfiles (dir-locals).
9931         Don't mistakenly ignore files whose basenames match a basename
9932         from preloaded-file-list (eg cedet/ede/simple.el).
9933         Add a fallback method for getting :group.
9935 2013-05-15  Juri Linkov  <juri@jurta.org>
9937         * isearch.el (isearch-char-by-name): Rename from
9938         `isearch-insert-char-by-name'.  Doc fix.
9939         (isearch-forward): Mention `isearch-char-by-name' in
9940         the docstring.  (Bug#13348)
9942         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9943         `exit-minibuffer' instead of
9944         `isearch-nonincremental-exit-minibuffer'.
9945         (isearch-edit-string): Remove mention of
9946         `isearch-nonincremental-exit-minibuffer' from docstring.
9947         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9948         (isearch-forward-exit-minibuffer)
9949         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
9951 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * loadup.el: Just use unversioned DOC.
9955         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9956         literals as extending to EOB.
9957         (nxml-last-fontify-end): Remove unused variable.
9958         (nxml-after-change1): Use with-silent-modifications.
9959         (nxml-extend-after-change-region): Simplify.
9960         (nxml-extend-after-change-region1): Remove function.
9961         (nxml-after-change1): Don't adjust for dependent regions.
9962         (nxml-fontify-matcher): Simplify.
9963         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9964         (xmltok-add-dependent): Remove function.
9965         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9966         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9967         (xmltok-scan-prolog-after-processing-instruction-open): Treat
9968         unclosed <[[, <?, comment, and other literals as extending to EOB.
9969         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9970         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9971         Remove functions.
9972         (rng-do-some-validation-1): Don't mark dependent regions.
9973         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9974         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9975         (nxml-clear-dependent-regions): Remove functions.
9976         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9977         (nxml-ensure-scan-up-to-date):
9978         Don't clear&mark dependent regions.
9980 2013-05-15  Leo Liu  <sdl.web@gmail.com>
9982         * progmodes/octave.el (octave-goto-function-definition):
9983         Improve and fix callers.
9985 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9987         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9988         the setter (bug#14387).
9990         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9991         surrounding group (bug#14402).
9993 2013-05-14  Juri Linkov  <juri@jurta.org>
9995         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9996         (Bug#14390)
9998 2013-05-14  Glenn Morris  <rgm@gnu.org>
10000         * progmodes/f90.el (f90-imenu-generic-expression):
10001         Fix typo in 2013-05-08 change.  (Bug#14402)
10003 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10005         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
10006         Remove signals for which replies are never received.
10008 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10010         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
10011         (gdb-handler-alist, gdb-handler-number): Remove variables.
10012         (gdb-handler-list): New variable.
10013         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
10014         (gdb-pending-handler-p, gdb-handle-reply)
10015         (gdb-remove-all-pending-triggers): New functions.
10016         (gdb-discard-unordered-replies): New defcustom.
10017         (gdb-handler): New defstruct.
10018         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
10019         instead of gdb-pending-triggers.  Update docstring.
10020         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
10021         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
10022         (gdb-var-update-handler, def-gdb-auto-update-trigger)
10023         (def-gdb-auto-update-handler, gdb-get-changed-registers)
10024         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
10025         (gdb-frame-handler): Pending triggers are now automatically managed.
10026         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
10027         Remove argument.
10028         (gdb-input): Automatically handles pending triggers.  Update docstring.
10029         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10030         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10031         Update comments.
10032         (gdb-done-or-error): Now use gdb-handle-reply.
10034 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10036         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10037         gdb-debug-log.
10039 2013-05-14  Glenn Morris  <rgm@gnu.org>
10041         * subr.el (user-emacs-directory-warning): New option.
10042         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
10044 2013-05-14  Leo Liu  <sdl.web@gmail.com>
10046         * progmodes/octave.el (octave-font-lock-keywords): Fix error
10047         during redisplay.
10048         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10049         (octave-font-lock-texinfo-comment): Fix invalid search bound
10050         error: wrong side of point.
10052 2013-05-14  Glenn Morris  <rgm@gnu.org>
10054         * progmodes/flymake.el (flymake-xml-program): New option.
10055         (flymake-xml-init): Use it.
10057         * term/xterm.el: Provide a feature.
10059         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
10061 2013-05-13  Glenn Morris  <rgm@gnu.org>
10063         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10064         Add compat aliases as a hack workaround.  (Bug#14384)
10066 2013-05-13  Leo Liu  <sdl.web@gmail.com>
10068         * progmodes/octave.el (octave-indent-comment): Fix indentation for
10069         ###, and %!.
10070         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10071         C-M-q.
10072         (octave-comment-start-skip): Include %!.
10073         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10075 2013-05-12  Leo Liu  <sdl.web@gmail.com>
10077         * progmodes/octave.el (inferior-octave-startup): Store the value
10078         of __octave_srcdir__ for octave-source-directories.
10079         (inferior-octave-check-process): New function refactored out of
10080         inferior-octave-send-list-and-digest.
10081         (octave-source-directories)
10082         (octave-find-definition-filename-function): New variables.
10083         (octave-source-directories)
10084         (octave-find-definition-default-filename): New functions.
10085         (octave-find-definition): Improve to find functions implemented in C++.
10087 2013-05-12  Glenn Morris  <rgm@gnu.org>
10089         * calendar/diary-lib.el (diary-outlook-format-1):
10090         Don't include dayname in the output.  (Bug#14349)
10092 2013-05-11  Glenn Morris  <rgm@gnu.org>
10094         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10096         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10097         Treat cc-provide like provide.
10099 2013-05-11  Kevin Ryde  <user42@zip.com.au>
10101         * cus-dep.el (custom-make-dependencies):
10102         Use generated-autoload-load-name for the sake of files such
10103         such cedet/semantic/bovine/c.el, where the base file name
10104         is not in load-path.  (Bug#5277)
10106 2013-05-11  Glenn Morris  <rgm@gnu.org>
10108         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10109         Provide features.
10111 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10113         * progmodes/octave.el (octave-indent-comment): Improve.
10114         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10115         (octave-eldoc-function-signatures, octave-eldoc-function):
10116         New functions.
10117         (octave-mode, inferior-octave-mode): Add eldoc support.
10119 2013-05-11  Richard Stallman  <rms@gnu.org>
10121         * epa.el (epa-decrypt-file): Take output file name as argument
10122         and read it using `interactive'.
10124 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10126         * progmodes/octave.el (octave-beginning-of-line)
10127         (octave-end-of-line): Check before using up-list because it jumps
10128         out of more syntactic contructs since moving to smie.
10129         (octave-indent-comment): New function.
10130         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
10131         (octave-begin-keywords, octave-end-keywords)
10132         (octave-reserved-words, octave-smie-bnf-table)
10133         (octave-smie-rules): Add new keywords from Octave 3.6.4.
10135 2013-05-11  Glenn Morris  <rgm@gnu.org>
10137         * faces.el (internal-face-x-get-resource):
10138         * frame.el (ns-display-monitor-attributes-list):
10139         * calc/calc-aent.el (math-to-radians-2):
10140         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10141         Fix declarations.
10143         * calc/calc-menu.el: Make it loadable in isolation.
10145         * net/eudcb-bbdb.el: Make it loadable without bbdb.
10146         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10147         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10148         (eudc-bbdb-query-internal): Require 'bbdb.
10150         * lpr.el (lpr-headers-switches):
10151         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10153         * progmodes/sql.el (sql-login-params): Fix and improve :type.
10155         * emulation/edt-mapper.el: In batch mode, error rather than hang.
10157         * term.el (term-set-escape-char): Make it idempotent.
10159 2013-05-10  Leo Liu  <sdl.web@gmail.com>
10161         * progmodes/octave.el (inferior-octave-completion-table):
10162         No longer a function and all uses changed.  Use cache to speed up
10163         completion due to bug#11906.
10164         (octave-beginning-of-defun): Re-write to be more general.
10166 2013-05-10  Glenn Morris  <rgm@gnu.org>
10168         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10170 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10172         * comint.el (comint-redirect-send-command-to-process): Use :around
10173         rather than :override for comint-redirect-filter.
10174         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10175         Call it instead of comint-redirect-original-filter-function (which
10176         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
10178 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
10180         * frame.el (display-monitor-attributes-list): Add NS case.
10181         (ns-display-monitor-attributes-list): Declare.
10183 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
10185         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
10187 2013-05-09  Glenn Morris  <rgm@gnu.org>
10189         * international/fontset.el (vertical-centering-font-regexp):
10190         Set standard-value.
10192         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10194         * bookmark.el (bookmark-search-delay):
10195         * cus-start.el (vertical-centering-font-regexp):
10196         * ps-mule.el (ps-mule-font-info-database-default):
10197         * ps-print.el (ps-default-fg, ps-default-bg):
10198         * type-break.el (type-break-good-break-interval):
10199         * whitespace.el (whitespace-indentation-regexp)
10200         (whitespace-space-after-tab-regexp):
10201         * emacs-lisp/testcover.el (testcover-1value-functions)
10202         (testcover-noreturn-functions, testcover-progn-functions)
10203         (testcover-prog1-functions):
10204         * emulation/viper-init.el (viper-emacs-state-cursor-color):
10205         * eshell/em-glob.el (eshell-glob-translate-alist):
10206         * play/tetris.el (tetris-tty-colors):
10207         * progmodes/cpp.el (cpp-face-default-list):
10208         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10209         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10210         (idlwave-help-browser-generic-args):
10211         * progmodes/make-mode.el (makefile-special-targets-list):
10212         * progmodes/python.el (python-shell-virtualenv-path):
10213         * progmodes/verilog-mode.el (verilog-active-low-regexp)
10214         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10215         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10216         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10217         * textmodes/reftex-vars.el (reftex-format-label-function):
10218         * textmodes/remember.el (remember-diary-file): Fix custom types.
10220         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10221         Add :version.
10223 2013-05-09  Leo Liu  <sdl.web@gmail.com>
10225         * progmodes/octave.el (inferior-octave-completion-at-point):
10226         Restore file completion.  (Bug#14300)
10227         (inferior-octave-startup): Fix incorrect highlighting for the
10228         first prompt.
10230 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10232         * progmodes/ruby-mode.el: First cut at SMIE support.
10233         (ruby-use-smie): New var.
10234         (ruby-smie-grammar): New constant.
10235         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10236         (ruby-smie--forward-token, ruby-smie--backward-token)
10237         (ruby-smie-rules): New functions.
10238         (ruby-mode-variables): Setup SMIE if applicable.
10240 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
10242         * simple.el (line-move-visual): Signal beginning/end of buffer
10243         only if vertical-motion moved less than it was requested.  Avoids
10244         silly incorrect error messages when there are display strings with
10245         multiple newlines at EOL.
10247 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10249         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10250         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10251         (prolog-char-quote-workaround):
10252         * progmodes/cperl-mode.el (cperl-under-as-char):
10253         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10254         Mark as obsolete.
10255         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10256         their declaration.
10257         (vhdl-mode-syntax-table-init): Remove.
10259         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10260         last change.
10262         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10263         syntax for "_".
10264         (ld-script-font-lock-keywords):
10265         Change regexps to use things like \_< and \_>.
10267         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10268         Change all regexps to use things like \_< and \_>.
10270         * progmodes/autoconf.el (autoconf-definition-regexp)
10271         (autoconf-font-lock-keywords, autoconf-current-defun-function):
10272         Handle a _ with symbol syntax.
10273         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10275         * progmodes/ada-mode.el (ada-mode-abbrev-table):
10276         Consolidate declaration.
10277         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10278         the declaration.
10279         (ada-create-syntax-table): Remove.
10280         (ada-capitalize-word): Don't mess with the syntax of "_" since it
10281         already has the right syntax nowadays.
10282         (ada-goto-next-word): Don't change the syntax of "_".
10284         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10285         with-wrapper-hook.
10287 2013-05-08  Sam Steingold  <sds@gnu.org>
10289         * thingatpt.el (thing-at-point): Accept optional second argument
10290         NO-PROPERTIES to strip the text properties from the return value.
10291         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10292         to `thing-at-point' instead of stripping the properties ourselves.
10293         Also, when `thing-at-point' fails to find a url, prepend "http://"
10294         to the filename at point on the assumption that the user is
10295         pointing at something like gnu.org/gnu.
10297 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
10299         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10300         * faces.el (crm-separator):
10301         Silence byte-compiler.
10303         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10304         (tool-bar-map): Remove unneeded defvars.
10306 2013-05-08  Leo Liu  <sdl.web@gmail.com>
10308         Re-work a fix for bug#10994 based on Le Wang's patch.
10309         * ido.el (ido-remove-consecutive-dups): New helper.
10310         (ido-completing-read): Use it.
10311         (ido-chop): Revert fix for bug#10994.
10313 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
10315         * cus-edit.el (custom-save-variables):
10316         Pretty-print long values.  (Bug#14187)
10318 2013-05-08  Glenn Morris  <rgm@gnu.org>
10320         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10321         (m4-mode-syntax-table): Init in the defvar.
10322         (m4-mode-abbrev-table): Let define-derived-mode define it.
10324 2013-05-08  Tom Tromey  <tromey@redhat.com>
10326         * progmodes/m4-mode.el (m4-mode-syntax-table):
10327         Do not treat "_" as word constituent.  (Bug#14167)
10329 2013-05-07  Glenn Morris  <rgm@gnu.org>
10331         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10332         Remove explicit eshell-isearch-cancel-map.
10334         * progmodes/f90.el (f90-smart-end-names): New option.
10335         (f90-smart-end): Doc fix.
10336         (f90-end-block-optional-name): New constant.
10337         (f90-block-match): Respect f90-smart-end-names.
10339 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10341         * progmodes/octave.el (octave-smie-forward-token): Be more careful
10342         about implicit semi-colons (bug#14218).
10344 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10346         * frame.el (display-monitor-attributes-list)
10347         (frame-monitor-attributes): New functions.
10349 2013-05-06  Leo Liu  <sdl.web@gmail.com>
10351         * progmodes/octave.el (octave-syntax-propertize-function): Change
10352         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
10353         (octave-font-lock-keywords): Use octave-operator-regexp.
10354         (octave-completion-at-point): Rename from
10355         octave-completion-at-point-function.
10356         (inferior-octave-directory-tracker): Robustify.
10357         (octave-text-functions): Remove and fix its uses.  No such things
10358         any more.
10360 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10362         * emacs-lisp/trace.el (trace--display-buffer): New function.
10363         (trace-make-advice): Use it.
10365 2013-05-06  Juri Linkov  <juri@jurta.org>
10367         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
10368         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10369         Doc fix.
10370         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10371         in the help string.  (Bug#12985)
10373 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
10375         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
10377 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10379         * progmodes/perl-mode.el: Add support for here documents.
10380         (perl-syntax-propertize-function): Match here-doc markers.
10381         (perl-syntax-propertize-special-constructs): Find their end.
10382         (perl-imenu-generic-expression): Use [:alnum:].
10384         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10385         (advice--add-function): Refresh the advice if already present
10386         (bug#14317).
10388 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
10390         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
10392 2013-05-06  Glenn Morris  <rgm@gnu.org>
10394         * w32-fns.el (w32-charset-info-alist): Declare.
10396         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10397         of its defcustom properties.
10398         (eshell-cmpl-initialize): No need to load pcomplete.
10400         * generic-x.el: No need to require comint when compiling.
10402         * net/eudc-export.el: Make it loadable without bbdb.
10403         (top-level): Use require rather than load-library.
10404         (eudc-create-bbdb-record, eudc-bbdbify-phone)
10405         (eudc-batch-export-records-to-bbdb)
10406         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10407         Require bbdb.
10409 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10411         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10412         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10413         some tweaks, instead.
10415 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10417         * progmodes/octave.el (octave-font-lock-keywords)
10418         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10419         (inferior-octave-send-list-and-digest): Improve error message.
10420         (octave-mode, inferior-octave-mode): Use setq-local.
10421         (octave-help): Set info-lookup-mode.
10423 2013-05-05  Richard Stallman  <rms@gnu.org>
10425         * vc/compare-w.el (compare-windows-whitespace):
10426         Treat no-break space as whitespace.
10428         * mail/rmailsum.el (rmail-summary-rmail-update):
10429         Detect empty summary and don't change selected message.
10430         (rmail-summary-goto-msg): Likewise.
10432         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10433         Doc fixes, rename args.
10435 2013-05-05  Alan Mackenzie  <acm@muc.de>
10437         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10439 2013-05-05  Juri Linkov  <juri@jurta.org>
10441         * info.el (Info-read-subfile): Use (point-min) instead of (point)
10442         to not add the length of the summary segment to the return value.
10443         (Bug#14125)
10445 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10447         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10448         (inferior-octave-output-filter): Remove.
10449         (octave-send-region, inferior-octave-startup): Fix callers.
10450         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10451         (octave-binary-file-extensions): New user variable.
10452         (octave-find-definition): Confirm if opening binary files.
10453         (octave-help-file): Use octave-find-definition to get the binary
10454         confirmation.
10455         (octave-help): Adjust for octave-help-file change.
10457 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10460         Merge the two entries that handle function definitions.
10461         (pascal--syntax-propertize): New const.
10462         (pascal-mode): Use it.  Use setq-local.
10464 2013-05-04  Glenn Morris  <rgm@gnu.org>
10466         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10467         (diary-from-outlook): Respect diary-from-outlook-function.
10469 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10471         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10472         Move the declaration from C.
10473         (read-minibuffer, eval-minibuffer): Move from C.
10474         (completion-setup-function): Avoid minibuffer-completion-contents.
10476 2013-05-03  Leo Liu  <sdl.web@gmail.com>
10478         * progmodes/octave.el (octave-font-lock-keywords): Do not
10479         dehighlight 'end' in comments or strings.
10480         (octave-completing-read, octave-goto-function-definition):
10481         New helpers.
10482         (octave-help-buffer): New user variable.
10483         (octave-help-file, octave-help-function): New button types.
10484         (octave-help): New command and bind it to C-h ;.
10485         (octave-find-definition): New command and bind it to M-.
10486         (user-error): Alias to error if not defined.
10488 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10490         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10491         for \.  (bug#14332)
10492         (octave-font-lock-keywords): Include [ and {.
10494 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10496         * progmodes/octave.el (inferior-octave-startup-file): Change default.
10497         (inferior-octave): Remove calling comint-mode and return the buffer.
10498         (inferior-octave-startup): Cosmetic changes.
10500 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10502         * progmodes/octave.el (octave-syntax-propertize-function):
10503         Include the case when ' is at line beginning.  (Bug#14336)
10505 2013-05-02  Glenn Morris  <rgm@gnu.org>
10507         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10508         * desktop.el (vc-dir-mode): Just autoload it here.
10510 2013-05-02  Alan Mackenzie  <acm@muc.de>
10512         Eliminate variable c-standard-font-lock-fontify-region-function.
10513         * progmodes/cc-mode.el
10514         (c-standard-font-lock-fontify-region-function): Remove.
10515         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10517 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10519         * progmodes/octave.el: Compatible with older emacs-24 releases.
10520         (inferior-octave-has-built-in-variables): Remove.  Built-in
10521         variables were removed from Octave in 2007.
10522         (inferior-octave-startup): Fix uses.
10523         (comint-line-beginning-position): Remove compatibility code for
10524         emacs 21.
10526 2013-05-01  Juri Linkov  <juri@jurta.org>
10528         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
10530 2013-05-01  Juri Linkov  <juri@jurta.org>
10532         * comint.el (comint-previous-matching-input): Don't print message
10533         "History item: %d" when `isearch-mode' is active.
10534         (comint-history-isearch-message): Print message "History item: %d"
10535         when `comint-input-ring-index' is not empty and this function is
10536         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
10538 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10540         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10541         definitions.  Use completion-at-point to insert keywords.
10542         (octave-abbrev-start): Remove.
10543         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10545 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10547         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10548         change.
10550 2013-04-30  Alan Mackenzie  <acm@muc.de>
10552         Handle arbitrarily long C++ member initialisation lists.
10553         * progmodes/cc-engine.el (c-back-over-member-initializers):
10554         new function.
10555         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10556         (most) member init lists.
10558 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10560         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10561         variable.
10563 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10565         * progmodes/octave.el (octave-variables): Remove.  No builtin
10566         variables any more.  All converted to functions.
10567         (octave-font-lock-keywords, octave-completion-at-point-function):
10568         Fix uses.
10569         (octave-font-lock-texinfo-comment): New user variable.
10570         (octave-texinfo-font-lock-keywords): New variable for texinfo
10571         comment block.
10572         (octave-function-comment-block): New face.
10573         (octave-font-lock-texinfo-comment): New function.
10574         (octave-mode): Font lock texinfo comment block.
10576 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10578         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10579         indexing expression.
10580         (octave-continuation-string): Do not use \.
10581         (inferior-octave-complete-impossible): Remove.
10582         (inferior-octave-completion-table)
10583         (inferior-octave-completion-at-point): Remove its uses.
10584         (inferior-octave-startup): completion_matches was introduced to
10585         Octave in 1996 so safe to assume it.
10586         (octave-function-file-comment): Improve to follow how Octave does it.
10587         (octave-update-function-file-comment): Tweak.
10589 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10591         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10592         (inferior-octave-startup): Remove inferior-octave-startup-hook.
10593         (octave-function-file-comment): Fix typo.
10594         (octave-sync-function-file-names): Use read-char-choice.
10596 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
10598         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10599         to t for the less important warnings.
10601 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
10603         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
10605 2013-04-27  Glenn Morris  <rgm@gnu.org>
10607         * vc/log-view.el (log-view-current-entry):
10608         Treat "---" separator lines as part of the following rev.  (Bug#14169)
10610 2013-04-27  Juri Linkov  <juri@jurta.org>
10612         * subr.el (read-number): Doc fix about using it by interactive
10613         code letter `n'.  (Bug#14254)
10615 2013-04-27  Juri Linkov  <juri@jurta.org>
10617         * desktop.el (desktop-auto-save-timeout): New option.
10618         (desktop-file-checksum): New variable.
10619         (desktop-save): Add optional arg `auto-save' and don't auto-save
10620         if nothing changed.
10621         (desktop-auto-save-timer): New variable.
10622         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10623         (after-init-hook): Call `desktop-auto-save-set-timer'.
10624         Suggested by Reuben Thomas <rrt@sc3d.org> in
10625         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10627 2013-04-27  Leo Liu  <sdl.web@gmail.com>
10629         * progmodes/octave.el (octave-function-file-p)
10630         (octave-skip-comment-forward, octave-function-file-comment)
10631         (octave-update-function-file-comment): New functions.
10632         (octave-mode-map): Bind C-c ; to
10633         octave-update-function-file-comment.
10634         (octave-mode-menu): Add octave-update-function-file-comment.
10635         (octave-mode, inferior-octave-mode): Fix doc-string.
10636         (octave-insert-defun): Conform to Octave's coding convention.
10637         (Bug#14285)
10639         * files.el (basic-save-buffer): Don't let errors in
10640         before-save-hook prevent saving buffer.
10642 2013-04-20  Roland Winkler  <winkler@gnu.org>
10644         * faces.el (read-face-name): Use completing-read if arg multiple
10645         is nil.
10647 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
10649         * ls-lisp.el (ls-lisp-insert-directory): If no files are
10650         displayed, move point to after the totals line.
10651         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10652         for the details.
10654 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * emacs-lisp/package.el (package-autoload-ensure-default-file):
10657         Add current dir to the load-path.
10658         (package-generate-autoloads): Don't rely on
10659         autoload-ensure-default-file.
10661 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
10663         * textmodes/remember.el (remember-store-in-files): Document that
10664         the file name format is passed to `format-time-string'.
10666 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10668         * progmodes/octave.el (octave-sync-function-file-names): New function.
10669         (octave-mode): Use it in before-save-hook.
10671 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10674         (bug#14274).
10676         * progmodes/octave.el (octave-smie-forward-token): Properly skip
10677         \n and comment, even if it's not an implicit ; (bug#14218).
10679 2013-04-26  Glenn Morris  <rgm@gnu.org>
10681         * subr.el (read-number): Once more use `read' rather than
10682         `string-to-number', to trap non-numeric input.  (Bug#14254)
10684 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
10686         * emacs-lisp/syntax.el (syntax-propertize-multiline):
10687         Use `syntax-multiline' text property consistently instead of
10688         `font-lock-multiline'.  (Bug#14237)
10690 2013-04-26  Glenn Morris  <rgm@gnu.org>
10692         * emacs-lisp/shadow.el (list-load-path-shadows):
10693         No longer necessary to check for duplicate simple.el, since
10694         2012-07-07 change to init_lread to not include installation lisp
10695         directories in load-path when running uninstalled.  (Bug#14270)
10697 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10699         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10700         (octave-mode, inferior-octave-mode): Use setq-local.
10701         (octave-not-in-string-or-comment-p): Rename to
10702         octave-in-string-or-comment-p.
10703         (octave-in-comment-p, octave-in-string-p)
10704         (octave-in-string-or-comment-p): Replace defsubst with defun.
10706 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10708         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10710 2013-04-25  Bastien Guerry  <bzg@gnu.org>
10712         * textmodes/remember.el (remember-data-directory)
10713         (remember-directory-file-name-format): Fix custom types.
10715 2013-04-25  Leo Liu  <sdl.web@gmail.com>
10717         * progmodes/octave.el (octave-completion-at-point-function):
10718         Make use of inferior octave process.
10719         (octave-initialize-completions): Remove.
10720         (inferior-octave-completion-table): New function.
10721         (inferior-octave-completion-at-point): Use it.
10722         (octave-completion-alist): Remove.
10724 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10726         * progmodes/opascal.el: Use font-lock and syntax-propertize.
10727         (opascal-mode-syntax-table): New var.
10728         (opascal-literal-kind, opascal-is-literal-end)
10729         (opascal-literal-token-at): Rewrite.
10730         (opascal--literal-start-re, opascal-font-lock-keywords)
10731         (opascal--syntax-propertize): New constants.
10732         (opascal-font-lock-defaults): Adjust.
10733         (opascal-mode): Use them.  Set comment-<foo> variables as well.
10734         (delphi-comment-face, opascal-comment-face, delphi-string-face)
10735         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10736         (delphi-other-face, opascal-other-face): Remove face variables.
10737         (opascal-save-state): Remove macro.
10738         (opascal-fontifying-progress-step): Remove constant.
10739         (opascal--ignore-changes): Remove var.
10740         (opascal-set-token-property, opascal-parse-next-literal)
10741         (opascal-is-stable-literal, opascal-complete-literal)
10742         (opascal-is-literal-start, opascal-face-of)
10743         (opascal-parse-region, opascal-parse-region-until-stable)
10744         (opascal-fontify-region, opascal-after-change)
10745         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10746         (opascal-debug-parse-region, opascal-debug-parse-window)
10747         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10748         (opascal-debug-fontify-buffer): Remove.
10749         (opascal-debug-mode-map): Adjust accordingly.
10751 2013-04-25  Leo Liu  <sdl.web@gmail.com>
10753         Merge octave-mod.el and octave-inf.el into octave.el with some
10754         cleanups.
10755         * progmodes/octave.el: New file renamed from octave-mod.el.
10756         * progmodes/octave-inf.el: Merged into octave.el.
10757         * progmodes/octave-mod.el: Renamed to octave.el.
10759 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
10761         * textmodes/reftex-vars.el
10762         (reftex-label-ignored-macros-and-environments): New defcustom.
10764         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10766 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10768         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10769         (smie-indent-keyword): Improve the check to ensure that the next
10770         comment is really on the same line.
10771         (smie-indent-comment): Don't align with a subsequent closer (or eob).
10773         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10774         semi-colons if the line is not otherwise empty (bug#14218).
10776 2013-04-25  Glenn Morris  <rgm@gnu.org>
10778         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10780 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10782         * progmodes/opascal.el (opascal-set-token-property): Rename from
10783         opascal-set-text-properties and only set `token' (bug#14134).
10784         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10785         (opascal-literal-text-properties): Remove.
10786         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10787         Adjust callers.
10789 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
10791         * textmodes/remember.el (remember-handler-functions): Add an
10792         option for a new handler `remember-store-in-files'.
10793         (remember-data-directory, remember-directory-file-name-format):
10794         New options.
10795         (remember-store-in-files): New function to store remember notes
10796         as separate files within a directory.
10798 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
10800         * progmodes/compile.el (compilation-next-error-function):
10801         Pass "formats" to compilation-find-file (bug#11777).
10803 2013-04-24  Glenn Morris  <rgm@gnu.org>
10805         * vc/vc-bzr.el (vc-bzr-print-log):
10806         * vc/vc-hg.el (vc-hg-print-log):
10807         * vc/vc-svn.el (vc-svn-print-log):
10808         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
10810         * vc/vc-bzr.el (vc-bzr-print-log):
10811         * vc/vc-cvs.el (vc-cvs-print-log):
10812         * vc/vc-git.el (vc-git-print-log):
10813         * vc/vc-hg.el (vc-hg-print-log):
10814         * vc/vc-mtn.el (vc-mtn-print-log):
10815         * vc/vc-rcs.el (vc-rcs-print-log):
10816         * vc/vc-sccs.el (vc-sccs-print-log):
10817         * vc/vc-svn.el (vc-svn-print-log):
10818         * vc/vc.el (vc-print-log-internal): Doc fixes.
10820 2013-04-23  Glenn Morris  <rgm@gnu.org>
10822         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10823         Remove venerable code attempting to avoid substitute-command-keys.
10825 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
10827         * textmodes/reftex-vars.el (reftex-label-regexps):
10828         Call `reftex-compile-variables' after changes to this variable.
10830 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10833         Use lexical-binding.
10834         (jit-lock-force-redisplay): Use markers, check buffer's continued
10835         existence and beware narrowed buffers.
10836         (jit-lock-fontify-now): Adjust call accordingly.
10838 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10841         to avoid misleading the user.
10843 2013-04-22  Leo Liu  <sdl.web@gmail.com>
10845         * info-look.el: Prefer latex2e.info.  (Bug#14240)
10847 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
10849         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
10851         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10852         * net/tramp.el (tramp-call-process): ... here.
10853         (tramp-set-completion-function, tramp-parse-putty):
10854         * net/tramp-adb.el (tramp-adb-execute-adb-command):
10855         * net/tramp-gvfs.el (tramp-gvfs-send-command):
10856         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10857         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10858         (tramp-call-local-coding-command): Use `tramp-call-process'
10859         instead of `tramp-compat-call-process'.
10861         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10862         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10863         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10864         (tramp-find-inline-compress): Improve traces.
10865         (tramp-maybe-send-script): Check for Perl binary.
10866         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10868 2013-04-22  Daiki Ueno  <ueno@gnu.org>
10870         * epg.el (epg-context-pinentry-mode): New function.
10871         (epg-context-set-pinentry-mode): New function.
10872         (epg--start): Pass --pinentry-mode option to gpg command.
10874 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
10876         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
10877         `comint-dynamic-complete' is obsolete since 24.1, replaced by
10878         `completion-at-point'.  (Bug#13774)
10880         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10881         default key binding for `describe-distribution' has been moved to
10882         `C-h C-o'.  (Bug#13970)
10884 2013-04-21  Glenn Morris  <rgm@gnu.org>
10886         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10887         Add doc strings.
10888         (vc-print-log): Clarify interactive prompt.
10890 2013-04-20  Glenn Morris  <rgm@gnu.org>
10892         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10893         No longer include timestamp etc information.
10895 2013-04-20  Roland Winkler  <winkler@gnu.org>
10897         * faces.el (read-face-name): Bug fix, return just one face if arg
10898         multiple is nil.  (Bug#14209)
10900 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10902         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10903         (remove-function): Autoload.
10905         * comint.el (comint-redirect-original-filter-function): Remove.
10906         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
10907         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10908         (vc-cvs-annotate-command):
10909         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10910         * progmodes/prolog.el (prolog-consult-compile):
10911         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10912         Use add/remove-function instead.
10913         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10914         (gud-tooltip-process-output, gud-tooltip-tips):
10915         Use add/remove-function instead.
10916         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10917         (scheme-interaction-mode, exit-scheme-interaction-mode):
10918         Use add/remove-function instead.
10920         * vc/vc-dispatcher.el: Use lexical-binding.
10921         (vc--process-sentinel): Rename from vc-process-sentinel.
10922         Change last arg to be the code to run.  Don't use vc-previous-sentinel
10923         and vc-sentinel-commands any more.
10924         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
10925         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10927 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
10929         * progmodes/sh-script.el (sh-imenu-generic-expression):
10930         Handle function names with a single character.   (Bug#14111)
10932 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
10934         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10935         for subroutines defined in an eval (bug#14182).
10937 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10939         * bookmark.el (bookmark-completing-read): Improve handling of empty
10940         string (bug#14176).
10942 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10946 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10948         New faster Imenu implementation (bug#14058).
10949         * progmodes/python.el:
10950         (python-imenu-prev-index-position):
10951         (python-imenu-format-item-label-function)
10952         (python-imenu-format-parent-item-label-function)
10953         (python-imenu-format-parent-item-jump-label-function):
10954         New vars.
10955         (python-imenu-format-item-label)
10956         (python-imenu-format-parent-item-label)
10957         (python-imenu-format-parent-item-jump-label)
10958         (python-imenu--put-parent, python-imenu--build-tree)
10959         (python-imenu-create-index, python-imenu-create-flat-index)
10960         (python-util-popn): New functions.
10961         (python-mode): Set imenu-create-index-function to
10962         python-imenu-create-index.
10964 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10966         * winner.el (winner-active-region): Use region-active-p, activate-mark
10967         and deactivate-mark (bug#14225).
10969         * simple.el (deactivate-mark): Don't inline it.
10971 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
10973         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10975 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
10977         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10978         file extensions from the archive-mode entry in order to prefer
10979         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10981 2013-04-18  Leo Liu  <sdl.web@gmail.com>
10983         * bindings.el (help-event-list): Add ?\?.
10985 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10987         * subr.el (with-wrapper-hook): Declare obsolete.
10988         * simple.el (filter-buffer-substring-function): New hook.
10989         (filter-buffer-substring): Use it.
10990         (filter-buffer-substring-functions): Mark obsolete.
10991         * minibuffer.el (completion-in-region-function): New hook.
10992         (completion-in-region): Use it.
10993         (completion-in-region-functions): Mark obsolete.
10994         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10995         * abbrev.el (abbrev-expand-function): New hook.
10996         (expand-abbrev): Use it.
10997         (abbrev-expand-functions): Mark obsolete.
10998         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10999         and :filter-return.
11001 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11003         * progmodes/python.el (python-nav--syntactically): Fix cornercases
11004         and do not care about match data.
11006 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
11009         completion tables when completing error conditions and
11010         `declare' arguments.
11011         (lisp-complete-symbol, field-complete): Mark as obsolete.
11012         (check-parens): Unmatched parens are user errors.
11013         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
11015 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
11017         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
11018         command changed buffer (ie. `flyspell-pre-buffer' is not current
11019         buffer), which prevents making decisions based on invalid value of
11020         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
11021         cause an error when `flyspell-pre-point' was nil after switching
11022         buffers.
11023         (flyspell-post-command-hook): No longer needs to change buffers when
11024         checking pre-word.  While at it remove unnecessary progn.
11026 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
11028         * textmodes/ispell.el (ispell-add-per-file-word-list):
11029         Fix `flyspell-correct-word-before-point' error when accepting
11030         words and `coment-padding' is an integer by using
11031         `comment-normalize-vars' (Bug #14214).
11033 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11035         New defun movement commands.
11036         * progmodes/python.el (python-nav--syntactically)
11037         (python-nav--forward-defun, python-nav-backward-defun)
11038         (python-nav-forward-defun): New functions.
11040 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11042         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11043         (python-syntax-context): Use named compiler-macro for backwards
11044         compatibility with Emacs 24.x.
11046 2013-04-17  Leo Liu  <sdl.web@gmail.com>
11048         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11049         octave-hide-process-buffer.
11051 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11053         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11054         (bug#14216).
11056 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
11058         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11059         Fix adjustment of offset when receiving incomplete responses from GDB
11060         (bug#14129).
11062 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11064         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11065         python-mode-abbrev-table.
11066         (python-skeleton-define): Adjust accordingly.
11067         (python-mode-abbrev-table): New table that inherits from it so that
11068         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11070         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11071         (abbrev-symbol): Use it.
11072         (abbrev--before-point): Use it since we already handle inheritance.
11074 2013-04-16  Leo Liu  <sdl.web@gmail.com>
11076         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11077         binding to info-lookup-symbol.
11079 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
11081         * minibuffer.el (completion--twq-all):
11082         * term/ns-win.el (ns-initialize-window-system):
11083         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11085 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11087         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11088         global bindings.
11090         * doc-view.el (doc-view-start-process): Handle url-handler directories.
11092 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
11094         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11095         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11096         to nil.
11097         (ruby-end-of-defun): Remove the unused arg, change the docstring
11098         to reflect that this function is only used as the value of
11099         `end-of-defun-function'.
11100         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11101         to reflect an earlier change that beginning/end-of-defun functions
11102         jump between methods in a class definition, as well as top-level
11103         functions.
11105 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11107         * minibuffer.el (minibuffer-complete): Don't just scroll
11108         a *Completions* that's been iconified.
11109         (minibuffer-force-complete): Make sure repetitions do cycle when going
11110         through completion-in-region -> minibuffer-complete.
11112 2013-04-15  Alan Mackenzie  <acm@muc.de>
11114         Correct the placement of c-cpp-delimiters when there're #s not at
11115         col 0.
11117         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11118         place a submatch around the #.
11119         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11120         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
11121         on the #, not BOL.
11123 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11125         * emacs-lisp/nadvice.el: Properly test names when adding advice.
11126         (advice--member-p): New arg `name'.
11127         (advice--add-function, advice-member-p): Use it (bug#14202).
11129 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
11131         Reformulate java imenu-generic-expression.
11132         The old expression contained ill formed regexps.
11134         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11135         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11136         (cc-imenu-java-method-arg-regexp): New defconsts.
11137         (cc-imenu-java-build-type-args-regex): New defun.
11138         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11139         handling of spaces in the regexp.
11141 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11143         * textmodes/ispell.el (ispell-command-loop): Remove
11144         flyspell highlight of a word when ispell accepts it (bug #14178).
11146 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
11148         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11149         uses code from the previous `ange-ftp-run-real-handler'.
11150         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11151         only in case that function exist.  This is needed for proper
11152         unloading of Tramp.
11154 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
11156         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11158         * textmodes/reftex.el (reftex-compile-variables): Use it.
11160 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11162         * files.el (normal-mode): Only use default major-mode if no other mode
11163         was specified.
11165         * emacs-lisp/trace.el (trace-values): New function.
11167         * files.el: Allow : in local variables (bug#14089).
11168         (hack-local-variable-regexp): New var.
11169         (hack-local-variables-prop-line, hack-local-variables): Use it.
11171 2013-04-13  Roland Winkler  <winkler@gnu.org>
11173         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
11174         data before it gets modified by bibtex-beginning-of-entry.
11176 2013-04-13  Roland Winkler  <winkler@gnu.org>
11178         * textmodes/bibtex.el (bibtex-url): Doc fix.
11180 2013-04-13  Roland Winkler  <winkler@gnu.org>
11182         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11183         does not visit a BibTeX file, exclude it from the list of buffers
11184         returned by bibtex-initialize.
11186 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
11188         * window.el (split-window): Remove interactive form, since as a
11189         command this function is a special case of split-window-below.
11190         Correct doc string.
11192 2013-04-12  Roland Winkler  <winkler@gnu.org>
11194         * faces.el (read-face-name): Do not override value of arg default.
11195         Allow single faces and strings as default values.  Remove those
11196         elements from return value that are not faces.
11197         (describe-face): Simplify.
11198         (face-at-point): New optional args thing and multiple so that this
11199         function can provide the same functionality previously provided by
11200         read-face-name.
11201         (make-face-bold, make-face-unbold, make-face-italic)
11202         (make-face-unitalic, make-face-bold-italic, invert-face)
11203         (modify-face, read-face-and-attribute): Use face-at-point.
11205         * cus-edit.el (customize-face, customize-face-other-window)
11206         * cus-theme.el (custom-theme-add-face)
11207         * face-remap.el (buffer-face-set)
11208         * facemenu.el (facemenu-set-face): Use face-at-point.
11210 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
11212         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11214 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
11216         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11217         off leading { and trailing } from field values.
11219 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * emacs-lisp/timer.el (timer--check): New function.
11222         (timer--time, timer-set-function, timer-event-handler): Use it.
11223         (timer-set-idle-time): Simplify.
11224         (timer--activate): CSE.
11225         (timer-event-handler): Give more info in error message.
11226         (internal-timer-start-idle): New function, moved from C.
11228         * mpc.el (mpc-proc): Add `restart' argument.
11229         (mpc-proc-cmd): Use it.
11230         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11231         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11232         less often.
11234 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
11236         * progmodes/sh-script.el: Implement `sh-mode' own
11237         `add-log-current-defun-function' (bug#14112).
11238         (sh-current-defun-name): New function.
11239         (sh-mode): Use the function.
11241 2013-04-09  Bastien Guerry  <bzg@gnu.org>
11243         * simple.el (choose-completion-string): Fix docstring (bug#14163).
11245 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11247         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11249         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11250         timer (bug#14156).
11252 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
11254         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11255         declaration.
11257 2013-04-07  Leo Liu  <sdl.web@gmail.com>
11259         * pcmpl-x.el: New file.
11261 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
11263         Do not set x-display-name until X connection is established.
11264         This is needed to prevent from weird situation described at
11265         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11266         * frame.el (make-frame): Set x-display-name after call to
11267         window system initialization function, not before.
11268         * term/x-win.el (x-initialize-window-system): Add optional
11269         display argument and use it.
11270         * term/w32-win.el (w32-initialize-window-system):
11271         * term/ns-win.el (ns-initialize-window-system):
11272         * term/pc-win.el (msdos-initialize-window-system):
11273         Add compatible optional display argument.
11275 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
11277         * files.el (normal-backup-enable-predicate): On MS-Windows and
11278         MS-DOS compare truenames of temporary-file-directory and of the
11279         file, so that 8+3 aliases (usually found in $TEMP on Windows)
11280         don't fail comparison by compare-strings.  Also, compare file
11281         names case-insensitively on MS-Windows and MS-DOS.
11283 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11285         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11286         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11288 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
11290         * whitespace.el (whitespace-color-on, whitespace-color-off):
11291         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11293 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
11295         * ispell.el (ispell-set-spellchecker-params):
11296         Really set `ispell-args' for all equivs.
11298 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11300         * ido.el (ido-completions): Use extra elements of ido-decorations
11301         (bug#14143).
11302         (ido-decorations): Update docstring.
11304 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
11306         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11307         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11308         nil during initialization, in order not to miss changes since the
11309         file was opened.  (Bug#14140)
11311 2013-04-05  Leo Liu  <sdl.web@gmail.com>
11313         * kmacro.el (kmacro-call-macro): Fix bug#14135.
11315 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
11317         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11319 2013-04-04  Glenn Morris  <rgm@gnu.org>
11321         * electric.el (electric-pair-inhibit-predicate): Add :version.
11323 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11325         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11326         when a package is required several times (bug#14082).
11328 2013-04-04  Roland Winkler  <winkler@gnu.org>
11330         * faces.el (read-face-name): Behave as promised by the docstring.
11331         Assume that arg default is a list of faces.
11332         (describe-face): Call read-face-name with list of default faces.
11334 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11336         * bookmark.el: Fix deletion of bookmarks (bug#13972).
11337         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11338         (bookmark-bmenu-execute-deletions): Only skip first line if it's
11339         the header.
11340         (bookmark-exit-hook-internal): Save even if list is empty.
11342 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
11344         * emacs-lisp/package.el (package-pinned-packages): New var.
11345         (package--add-to-archive-contents): Obey it (bug#14118).
11347 2013-04-03  Alan Mackenzie  <acm@muc.de>
11349         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11350         Also adapt to the new values of element 7 of a parse state.
11352         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11353         parameter `not-in-delimiter'.  Handle being inside comment opener.
11354         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11355         character in case we're typing a '*' after a '/'.
11356         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11357         instead by passing the parameter to c-state-pp-to-literal.
11359         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11360         for elt. 7 of a parse state.
11362 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11364         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11365         * international/latin1-disp.el, international/mule-util.el:
11366         * language/cyril-util.el, language/european.el, language/ind-util.el:
11367         * language/lao-util.el, language/thai.el, language/tibet-util.el:
11368         * language/tibetan.el, language/viet-util.el:
11369         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11371 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11373         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11374         (electric-pair-post-self-insert-function): Use it.
11375         (electric-pair-default-inhibit): New function, extracted from
11376         electric-pair-post-self-insert-function.
11378 2013-03-31  Roland Winkler  <winkler@gnu.org>
11380         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11382 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11384         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11386 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
11388         Un-indent after "pass" and "return" statements (Bug#13888)
11389         * progmodes/python.el (python-indent-block-enders): New var.
11390         (python-indent-calculate-indentation): Use it.
11392 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
11394         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11395         defun.  Defining it as defalias could introduce too eager
11396         byte-compiler optimization.  (Bug#14030)
11398 2013-03-30  Chong Yidong  <cyd@gnu.org>
11400         * iswitchb.el (iswitchb-read-buffer): Fix typo.
11402 2013-03-30  Leo Liu  <sdl.web@gmail.com>
11404         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11405         (kmacro-execute-from-register): Pass the keyboard macro to
11406         kmacro-call-macro or repeating won't work correctly.
11408 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
11410         * progmodes/subword.el: Back to using `forward-symbol'.
11412         * subr.el (forward-whitespace, forward-symbol)
11413         (forward-same-syntax): Move from thingatpt.el.
11415 2013-03-29  Leo Liu  <sdl.web@gmail.com>
11417         * kmacro.el (kmacro-to-register): New command.
11418         (kmacro-execute-from-register): New function.
11419         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
11421 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * mpc.el: Use defvar-local and setq-local.
11424         (mpc--proc-connect): Connection failures are not bugs.
11425         (mpc-mode-map): `follow-link' only applies to the buffer's content.
11426         (mpc-volume-map): Bind to the up-events.
11428 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11430         * progmodes/subword.el (superword-mode): Use `forward-sexp'
11431         instead of `forward-symbol'.
11433 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11435         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11436         (edebug--recursive-edit): Use it.
11437         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11438         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11440 2013-03-28  Leo Liu  <sdl.web@gmail.com>
11442         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
11444 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
11446         * facemenu.el (list-colors-callback): New defvar.
11447         (list-colors-redisplay): New function.
11448         (list-colors-display): Install list-colors-redisplay as the
11449         revert-buffer-function.  (Bug#14063)
11451 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11453         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11454         and suffixes don't overlap (bug#14061).
11456         * case-table.el: Use lexical-binding.
11457         (case-table-get-table): New function.
11458         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
11460 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11462         * progmodes/subword.el: Add `superword-mode' to do word motion
11463         over symbol_words (parallels and leverages `subword-mode' which
11464         does word motion inside MixedCaseWords).
11466 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
11468         * eshell/em-unix.el: Move su and sudo to...
11469         * eshell/em-tramp.el: ...Eshell tramp module.
11471 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11473         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11474         Change return value to be a sexp.  Delay `get-buffer' to after
11475         restoring the desktop (bug#13951).
11477 2013-03-26  Leo Liu  <sdl.web@gmail.com>
11479         * register.el: Move semantic tag handling back to
11480         cedet/semantic/senator.el.  (Bug#14052)
11482 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11484         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11485         into the prompt either (bug#13963).
11487 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11490         part of "(error-foo)".
11492 2013-03-24  Juri Linkov  <juri@jurta.org>
11494         * replace.el (list-matching-lines-prefix-face): New defcustom.
11495         (occur-1): Pass `list-matching-lines-prefix-face' to the function
11496         `occur-engine' if `face-differs-from-default-p' returns t.
11497         (occur-engine): Add `,' inside backquote construct to evaluate
11498         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
11499         Pass `prefix-face' to the functions `occur-context-lines' and
11500         `occur-engine-add-prefix'.
11501         (occur-engine-add-prefix, occur-context-lines): Add optional arg
11502         `prefix-face' and propertize the prefix with `prefix-face'.
11503         (Bug#14017)
11505 2013-03-24  Leo Liu  <sdl.web@gmail.com>
11507         * nxml/rng-valid.el (rng-validate-while-idle)
11508         (rng-validate-quick-while-idle): Guard against deleted buffer.
11509         (Bug#13999)
11511         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11512         is the last entry in kill-buffer-hook.
11514         * files.el (kill-buffer-hook): Doc fix.
11516 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
11518         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11519         Make it safe-local.
11521         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11523 2013-03-23  Leo Liu  <sdl.web@gmail.com>
11525         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11526         Remove.
11528         * nxml/rng-valid.el (rng-validate-mode)
11529         (rng-after-change-function, rng-do-some-validation):
11530         * nxml/rng-maint.el (rng-validate-buffer):
11531         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11532         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11533         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11534         (nxml-extend-after-change-region): Use with-silent-modifications.
11536         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11537         timer-idle-list.
11539         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11540         (rng-next-error-1, rng-previous-error-1): Do not let-bind
11541         timer-idle-list.  (Bug#13999)
11543 2013-03-23  Juri Linkov  <juri@jurta.org>
11545         * info.el (info-index-match): New face.
11546         (Info-index, Info-apropos-matches): Add a nested subgroup to the
11547         main pattern and add text properties with the new face to matches
11548         in index entries relative to the beginning of the index entry.
11549         (Bug#14015)
11551 2013-03-21  Eric Ludlam  <zappo@gnu.org>
11553         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11554         Inhibit read only while inserting objects.
11556 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11558         * progmodes/cfengine.el: Update docs to mention
11559         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
11560         symbol motion.  Remove "_" from the word syntax.
11562 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
11564         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11565         syntax for both `cfengine2-mode' and `cfengine3-mode'.
11567 2013-03-20  Juri Linkov  <juri@jurta.org>
11569         * info.el (Info-next-reference-or-link)
11570         (Info-prev-reference-or-link): New functions.
11571         (Info-next-reference, Info-prev-reference): Use them.
11572         (Info-try-follow-nearest-node): Handle footnote navigation.
11573         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
11575 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11577         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11578         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11580 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
11582         Suppress unnecessary non-ASCII chatter during build process.
11583         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11584         (batch-skkdic-convert): Suppress most of the chatter.
11585         It's not needed so much now that machines are faster,
11586         and its non-ASCII component was confusing; see Dmitry Gutov in
11587         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11589 2013-03-20  Leo Liu  <sdl.web@gmail.com>
11591         * ido.el (ido-chop): Fix bug#10994.
11593 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11595         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11596         Remove vars.
11597         (whitespace-color-on, whitespace-color-off):
11598         Use `font-lock-fontify-buffer' (Bug#13817).
11600 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11602         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11603         remapping in mode-line.
11604         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11606 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11608         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11609         value for `whitespace-line' face (Bug#13875).
11610         (whitespace-font-lock-keywords): Change description.
11611         (whitespace-color-on): Don't save `font-lock-keywords' value, save
11612         the constructed keywords instead.
11613         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11615 2013-03-19  Leo Liu  <sdl.web@gmail.com>
11617         * progmodes/compile.el (compilation-display-error): New command.
11618         (compilation-mode-map, compilation-minor-mode-map): Bind it to
11619         C-o.  (Bug#13992)
11621 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11623         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11625 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
11627         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11629 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
11631         * net/tramp-compat.el (tramp-compat-user-error): New defun.
11633         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11634         * net/tramp-gvfs.el (top):
11635         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11636         (tramp-handle-shell-command): Use it.
11637         (tramp-dissect-file-name): Raise an error when hostname is a
11638         method name, and neither method nor user is specified.
11640         * net/trampver.el: Update release number.
11642 2013-03-18  Leo Liu  <sdl.web@gmail.com>
11644         Make sure eldoc can be turned off properly.
11645         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11646         eldoc-mode.
11647         (eldoc-display-message-p): Revert last change.
11648         (eldoc-display-message-no-interference-p)
11649         (eldoc-print-current-symbol-info): Tweak.
11651 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
11653         * doc-view.el (doc-view-new-window-function): Check the new window
11654         overlay's display property instead the char property of the
11655         buffer's first char.  Use `with-selected-window' instead of
11656         `save-window-excursion' with `select-window'.
11657         (doc-view-document->bitmap): Check the current doc-view overlay's
11658         display property instead the char property of the buffer's first char.
11660 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11662         Automate the build of ja-dic.el (Bug#13984).
11663         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11664         from the input, rather than assume that it's been done for us by the
11665         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
11666         the current date into a ja-dic.el comment, as that complicates
11667         regression testing.
11669 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11671         * whitespace.el: Fix double evaluation.
11672         (whitespace-space, whitespace-hspace, whitespace-tab)
11673         (whitespace-newline, whitespace-trailing, whitespace-line)
11674         (whitespace-space-before-tab, whitespace-indentation)
11675         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11676         obsolete defvars.
11677         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11678         (whitespace-color-on): Use a single font-lock-add-keywords call.
11679         Fix double-evaluation of face variables.
11681 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
11683         * net/tramp-adb.el (tramp-adb-parse-device-names):
11684         Use `start-process' instead of `call-process'.  Otherwise, the
11685         function might be blocked under MS Windows.  (Bug#13299)
11687 2013-03-17  Leo Liu  <sdl.web@gmail.com>
11689         Extend eldoc to display info in the mode-line.  (Bug#13978)
11690         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11691         (eldoc-mode-line-string): New variable.
11692         (eldoc-minibuffer-message): New function.
11693         (eldoc-message-function): New variable.
11694         (eldoc-message): Use it.
11695         (eldoc-display-message-p)
11696         (eldoc-display-message-no-interference-p):
11697         Support eldoc-post-insert-mode.
11699         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11700         (eval-expression): Run it.
11702 2013-03-17  Roland Winkler  <winkler@gnu.org>
11704         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11705         strings in the list of return values.
11707 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
11709         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11710         radix before checking for HMS forms.
11712 2013-03-16  Leo Liu  <sdl.web@gmail.com>
11714         * progmodes/scheme.el: Add indentation and font-locking for λ.
11715         (Bug#13975)
11717 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11719         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11720         token before point (bug#13942).
11722 2013-03-16  Leo Liu  <sdl.web@gmail.com>
11724         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
11726 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
11728         * startup.el (command-line-normalize-file-name): Fix handling of
11729         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
11730         <xfq.free@gmail.com> in
11731         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11733 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
11735         Sync with Tramp 2.2.7.
11737         * net/trampver.el: Update release number.
11739 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
11741         * doc-view.el: Fix bug#13887.
11742         (doc-view-insert-image): Don't modify overlay associated to
11743         non-live windows, and implement horizontal centering of image in
11744         case it's smaller than the window.
11745         (doc-view-new-window-function): Force redisplay of new windows on
11746         doc-view buffers.
11748 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
11750         * saveplace.el (save-place-alist-to-file): Don't sort
11751         `save-place-alist', just pretty-print it (bug#13882).
11753 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
11755         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11756         Check whether `default-file-name-coding-system' is bound.
11757         It isn't in XEmacs.
11759 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11761         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11762         backquotes for `obsolete' (bug#13929).
11764         * international/mule.el (find-auto-coding): Include file name in
11765         obsolescence warning (bug#13922).
11767 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11769         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11770         for CFEngine 3-specific indentation.
11771         (cfengine3-indent-line): Use it.  Fix up category regex.
11772         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11774 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * type-break.el (type-break-file-name):
11777         * textmodes/remember.el (remember-data-file):
11778         * strokes.el (strokes-file):
11779         * shadowfile.el (shadow-initialize):
11780         * saveplace.el (save-place-file):
11781         * ps-bdf.el (bdf-cache-file):
11782         * progmodes/idlwave.el (idlwave-config-directory):
11783         * net/quickurl.el (quickurl-url-file):
11784         * international/kkc.el (kkc-init-file-name):
11785         * ido.el (ido-save-directory-list-file):
11786         * emulation/viper.el (viper-custom-file-name):
11787         * emulation/vip.el (vip-startup-file):
11788         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11789         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11791 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
11793         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11794         * language/thai-word.el: Switch to UTF-8.
11796 See ChangeLog.16 for earlier changes.
11798 ;; Local Variables:
11799 ;; coding: utf-8
11800 ;; End:
11802   Copyright (C) 2011-2013 Free Software Foundation, Inc.
11804   This file is part of GNU Emacs.
11806   GNU Emacs is free software: you can redistribute it and/or modify
11807   it under the terms of the GNU General Public License as published by
11808   the Free Software Foundation, either version 3 of the License, or
11809   (at your option) any later version.
11811   GNU Emacs is distributed in the hope that it will be useful,
11812   but WITHOUT ANY WARRANTY; without even the implied warranty of
11813   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11814   GNU General Public License for more details.
11816   You should have received a copy of the GNU General Public License
11817   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.