eww: machinery to list browser history
[emacs.git] / lisp / ChangeLog
blob42fd827c38d4433487d0e6c5a90dc82b966f9385
1 2013-12-21  Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3         * net/eww.el (eww-list-histories, eww-list-histories)
4         (eww-history-browse, eww-history-quit, eww-history-kill)
5         (eww-history-mode-map, eww-history-mode): New command and
6         functions to list browser histories.
8 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
11         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
12         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
13         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
14         Use `user-error'.
15         (eww-bookmark-mode-map): Add menu.
16         (eww-render, eww-mode): Use `setq-local'.
17         (eww-tool-bar-map): New variable.
18         (eww-mode): Set `tool-bar-map'.
19         (eww-view-source): Check for `html-mode' with `fboundp'.
21 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23         * net/shr.el (shr--extract-best-source): Don't bug out on audio
24         elements with text inside.  Also remove debugging.
26 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
28         * cus-start.el (all): Add ns-use-srgb-colorspace.
30 2013-12-21  Chong Yidong  <cyd@gnu.org>
32         * custom.el (custom-theme-recalc-face): Do nothing if the face is
33         undefined.  Thus, theme settings for undefined faces do not take
34         effect until the faces are defined with defface, the same as with
35         theme variables.
37         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
38         (face-spec-reset-face): Don't assign extra properties in temacs.
39         (face-spec-recalc): Apply X resources too.
41 2013-12-21  Chong Yidong  <cyd@gnu.org>
43         * faces.el (face-spec-set):
44         * cus-face.el (custom-theme-set-faces, custom-set-faces):
45         * custom.el (defface): Doc fixes (Bug#16203).
47         * indent.el (indent-rigidly-map): Add docstring, and move commands
48         into named functions.
49         (indent-rigidly-left, indent-rigidly-right)
50         (indent-rigidly-left-to-tab-stop)
51         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
52         indentation direction based on bidi direction, and accumulate
53         sequential commands in a single undo boundary.
54         (indent-rigidly--pop-undo): New utility function.
56 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
58         * faces.el (read-face-name): Require crm.el when using crm-separator.
60 2013-12-20  Daniel Colascione  <dancol@dancol.org>
62         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
63         so that we don't reflow comments into the shebang line.
65 2013-12-20  Juri Linkov  <juri@jurta.org>
67         * saveplace.el (save-place-to-alist): Add `dired-filename' as
68         a position when `dired-directory' is non-nil.  Check integer
69         positions with `integerp'.
70         (toggle-save-place, save-places-to-alist): Add check for
71         `dired-directory'.
72         (save-place-find-file-hook): Check integer positions with
73         `integerp'.
74         (save-place-dired-hook): Use `dired-goto-file' when
75         `dired-filename' is found in the assoc list.  Check integer
76         positions with `integerp'.
77         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
79         * dired.el (dired-initial-position-hook): Rename back from
80         `dired-initial-point-hook'.
81         (dired-initial-position): Rename `dired-initial-point-hook' to
82         `dired-initial-position-hook'.
83         (dired-file-name-at-point): Doc fix.  (Bug#15329)
85 2013-12-20  Juri Linkov  <juri@jurta.org>
87         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
88         (read-regexp-suggestions): New function.
89         (read-regexp): Use `read-regexp-defaults-function' to get default values.
90         Use `read-regexp-suggestions'.  Add non-empty default to history
91         for empty input.
92         (occur-read-regexp-defaults-function): Remove function.
93         (occur-read-primary-args): Use `regexp-history-last' instead of
94         `occur-read-regexp-defaults-function'.
96         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
97         (hi-lock-line-face-buffer, hi-lock-face-buffer)
98         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
99         `hi-lock-read-regexp-defaults-function'.  Doc fix.
100         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
101         with `find-tag-default-as-symbol-regexp'.  Doc fix.
102         (hi-lock-read-regexp-defaults): Remove function.
103         (hi-lock-regexp-okay): Add check for null.
105         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
106         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
108         * subr.el (find-tag-default-as-symbol-regexp): New function.
109         (find-tag-default-as-regexp): Move symbol regexp formatting to
110         `find-tag-default-as-symbol-regexp'.
112 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
114         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
115         (Bug#14179)
117 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
119         * calendar/todo-mode.el: New implementation of item insertion
120         commands and key bindings.
121         (todo-key-prompt): New face.
122         (todo-insert-item): New command.
123         (todo-insert-item--parameters): New defconst, replacing defvar
124         todo-insertion-commands-args-genlist.
125         (todo-insert-item--param-key-alist): New defconst, replacing
126         defvar todo-insertion-commands-arg-key-list.
127         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
128         (todo-insert-item--argsleft, todo-insert-item--apply-args)
129         (todo-insert-item--next-param): New functions.
130         (todo-insert-item--args, todo-insert-item--argleft)
131         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
132         New variables.
133         (todo-key-bindings-t): Change binding of "i" from
134         todo-insertion-map to todo-insert-item.
135         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
136         (todo-insertion-command-name, todo-insertion-commands-names)
137         (todo-define-insertion-command, todo-insertion-commands)
138         (todo-insertion-key-bindings, todo-insertion-map): Remove.
140 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
142         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
143         (todo-toggle-item-highlighting): Use eval-and-compile instead of
144         eval-when-compile.
145         (todo-move-category): Allow choosing a non-existing todo file to
146         move the category to, and create that file.
147         (todo-default-priority): New user option.
148         (todo-set-item-priority): Use it.
149         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
150         (desktop-restore-file-buffer): Declare.
151         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
152         (todo-modes-set-2): Locally set desktop-save-buffer to
153         todo-desktop-save-buffer.
154         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
155         (auto-mode-alist): Add autoload cookie.
157 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
159         * emacs-lisp/subr-x.el: Renamed from helpers.el.
160         helpers.el was a poor choice of name.
161         (string-remove-prefix): New function.
162         (string-remove-suffix): New function.
164 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
166         Fix assignment for new window total sizes.
167         * window.el (window--pixel-to-size): Remove function.
168         (window--pixel-to-total-1, window--pixel-to-total):
169         Fix calculation of new total sizes.
171 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
173         * comint.el (comint-output-filter): Fix rear-nonsticky property
174         placement (Bug#16010).
176 2013-12-20  Chong Yidong  <cyd@gnu.org>
178         * faces.el (read-color): Minor fix for completion function.
180 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
182         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
183         New option.  (Bug#16182)
184         (ruby-smie--indent-to-stmt-p): Use it.
185         (ruby-smie-rules): Revert the logic in the handling of `when'.
186         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
187         (ruby-deep-arglist, ruby-deep-indent-paren)
188         (ruby-deep-indent-paren-style): Update docstrings to note that the
189         vars don't have any effect with SMIE.
191 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
193         * calc/calc.el (calc-enter, calc-pop): Use the variable
194         `calc-context-sensitive-enter'.
196 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198         * net/shr.el (shr-insert): Protect against infloops in degenerate
199         tables.
201 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
203         * progmodes/octave.el (octave): Add link to manual and octave
204         homepage.
205         (octave-mode-menu): Link to octave-mode manual.
207 2013-12-20  Leo Liu  <sdl.web@gmail.com>
209         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
210         insertion using skeleton-end-newline.  (Bug#16138)
212 2013-12-20  Juri Linkov  <juri@jurta.org>
214         * replace.el (occur-engine): Use `add-face-text-property'
215         to add the face property to matches and titles.  (Bug#14645)
217         * hi-lock.el (hi-green): Use lighter color "light green" closer to
218         the palette of other hi-lock colors.
219         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
221 2013-12-19  Juri Linkov  <juri@jurta.org>
223         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
224         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
225         (minibuffer-history-symbol): Move variable declaration closer to
226         its usage.
228         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
229         (Bug#14785)
231 2013-12-19  Juri Linkov  <juri@jurta.org>
233         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
234         New function.
235         (log-edit-hook): Add it to :options.  (Bug#16170)
237 2013-12-19  Juri Linkov  <juri@jurta.org>
239         * simple.el (eval-expression-print-format): Don't check for
240         command names and the last command.  Always display additional
241         formats of the integer result in the echo area, and insert them
242         to the current buffer only with a zero prefix arg.
243         Display character when char-displayable-p is non-nil.
244         (eval-expression): With a zero prefix arg, set `print-length' and
245         `print-level' to nil, and insert the integer values from
246         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
248         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
249         `eval-last-sexp-arg-internal'.  Doc fix.
250         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
251         `eval-last-sexp-print-value'.  Doc fix.
252         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
253         Set `print-length' and `print-level' to nil when arg is zero.
254         (eval-last-sexp): Doc fix.
255         (eval-defun-2): Print the integer values from
256         `eval-expression-print-format' at the end.
258         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
259         values from `eval-expression-print-format' at the end.
261         * ielm.el (ielm-eval-input): Print the integer
262         values from `eval-expression-print-format' at the end.
264 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
266         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
267         2013-12-11T19:01:44Z!tzz@lifelogs.com.
269 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
272         (hl-line-highlight, global-hl-line-highlight): Use it.
273         (hl-line-overlay): Use defvar-local.
275 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
277         * term/ns-win.el: Require dnd.
278         (global-map): Remove drag items.
279         (ns-insert-text, ns-set-foreground-at-mouse)
280         (ns-set-background-at-mouse):
281         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
282         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
283         New functions.
285 2013-12-19  Glenn Morris  <rgm@gnu.org>
287         * emacs-lisp/ert.el (ert-select-tests):
288         Fix string/symbol mixup.  (Bug#16121)
290 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
292         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
293         keywords to their parent.
295 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
297         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
298         first arg to be a string (fixed dead code), or an operator symbol.
299         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
300         operator symbols.
301         (ruby-smie-rules): Remove parent token check in the `.' clause, it
302         did nothing.  Don't respond to `(:after ".")', it will be called
303         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
304         change anything.  Only return indentation for binary operators
305         when they are hanging.  De-dent opening paren when its parent is
306         `.', otherwise it looks bad when the dot is not at bol or eol
307         (bug#16182).
309 2013-12-19  Juri Linkov  <juri@jurta.org>
311         * replace.el (query-replace-read-args): Split a non-negative arg
312         and a negative arg into separate elements.
313         (query-replace, query-replace-regexp, replace-string)
314         (replace-regexp): Add arg `backward'.  Doc fix.
315         (replace-match-maybe-edit): When new arg `backward' is non-nil,
316         move point to the beginning of the match.
317         (replace-search, replace-highlight): Use new arg `backward'
318         to set the value of `isearch-forward'.
319         (perform-replace): Add arg `backward' and use it to perform
320         replacement backward.  (Bug#14979)
322         * isearch.el (isearch-query-replace): Use a negative prefix arg
323         to call `perform-replace' with a non-nil arg `backward'.
325 2013-12-18  Juri Linkov  <juri@jurta.org>
327         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
328         to the default list.  Move `log-edit-show-files' to the end.
329         Add more available functions to options.
330         (log-edit): Move default specific settings to
331         `log-edit-insert-message-template'.  Don't move point.
332         (log-edit-insert-message-template): New function.
333         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
334         (Bug#16170)
336 2013-12-18  Juri Linkov  <juri@jurta.org>
338         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
339         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
341 2013-12-18  Leo Liu  <sdl.web@gmail.com>
343         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change. (Bug#16186)
345 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
347         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
348         formats for displaying file sizes when the -s switch is given.
349         Instead, compute a separate format for displaying the size in
350         blocks, which is displayed in addition to the "regular" size.
351         When -h is given in addition to -s, produce size in blocks in
352         human-readable form as well.  (Bug#16179)
354 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
356         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
357         Reference tables with ~\ref{...} instead of only \ref{...}.
359 2013-12-18  Chong Yidong  <cyd@gnu.org>
361         * cus-edit.el (custom-magic-alist): Fix "themed" description
362         (Bug#14348).
364         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
365         is non-nil, do not create a new entry in the symbol's theme-value
366         or theme-face property; update theme-settings only (Bug#14664).
367         (custom-available-themes): Doc fix.
369         * cus-theme.el (custom-new-theme-mode-map): Add bindings
370         (Bug#15674).
372         * replace.el (occur-engine): Avoid infloop (Bug#7593).
374 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
376         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
377         (Bug#13914).
379 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
381         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
383 2013-12-18  Glenn Morris  <rgm@gnu.org>
385         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
386         * cus-start.el (load-prefer-newer): New option.
388 2013-12-18  Le Wang  <l26wang@gmail.com>
390         * comint.el (comint-previous-matching-input-from-input):
391         Retain point (Bug#13404).
393 2013-12-18  Chong Yidong  <cyd@gnu.org>
395         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
397 2013-12-18  Glenn Morris  <rgm@gnu.org>
399         * mail/emacsbug.el (report-emacs-bug):
400         Only mention enable-multibyte-characters if non-standard.
402 2013-12-17  Juri Linkov  <juri@jurta.org>
404         * arc-mode.el (archive-extract-by-file): Check if directory exists
405         before deletion to not show irrelevant errors if it doesn't exist.
407 2013-12-17  Juri Linkov  <juri@jurta.org>
409         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
410         (Bug#14751)
412         * net/eww.el (browse-web): Add alias to `eww'.
413         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
414         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
416         * net/browse-url.el (browse-url-browser-function): Move `eww'
417         closer to similar functions.
419         * startup.el (fancy-startup-screen, fancy-about-screen):
420         Set browse-url-browser-function to eww-browse-url locally.
421         (Bug#14751)
423 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * window.el (window--pixel-to-total): Remove unused `mini' var.
426         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
427         (split-window): Remove unused `new' var.
428         (window--display-buffer): Remove unused `frame' and `delta' vars.
429         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
430         and display-width'.
432 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
434         * dired.el (dired-mark-pop-up):
435         * register.el (register-preview): Don't bind
436         split-height-threshold here since it's now done in
437         display-buffer-below-selected.
439 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
441         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
442         xterm-rgb-convert-to-16bit.
443         (rxvt-register-default-colors): Standardize with
444         xterm-register-default-colors (Bug#14078).
446 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
448         * simple.el (kill-region): Pass mark first, then point, so that
449         kill-append works right (Bug#12819).
450         (copy-region-as-kill, kill-ring-save): Likewise.
452 2013-12-17  Leo Liu  <sdl.web@gmail.com>
454         * net/rcirc.el (rcirc-add-face):
455         * eshell/em-prompt.el (eshell-emit-prompt):
456         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
457         (Bug#16167)
459 2013-12-17  Chong Yidong  <cyd@gnu.org>
461         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
462         Suggested by Xue Fuqiao.
464 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
466         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
468 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * net/shr.el (shr-insert-document): Remove unused var
471         `shr-preliminary-table-render'.
472         (shr-rescale-image): Remove unused arg `force'.
473         (shr-put-image): Update calls accordingly.
474         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
476 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
478         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
479         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
480         :close-all, to see which indentation method to use (Bug#16116).
481         (smie-rules-function): Document the method :close-all.
483 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
487         * net/eww.el (eww-display-html): If we can't find the anchor we're
488         looking for, then go to point-min.
490 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
492         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
493         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
494         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
495         Expand dir too, in case it's relative.
497 2013-12-16  Juri Linkov  <juri@jurta.org>
499         * desktop.el (desktop-auto-save-timeout): Change default to
500         `auto-save-timeout'.  Doc fix.
501         (desktop-save): Skip the timestamp in desktop-saved-frameset
502         when checking for auto-save changes.
503         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
504         `desktop-auto-save' is called repeatedly by the idle timer.
505         (desktop-auto-save-set-timer): Replace `run-with-timer' with
506         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
507         (Bug#15331)
509 2013-12-16  Juri Linkov  <juri@jurta.org>
511         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
512         (Bug#16035)
513         (isearch-pre-command-hook): Check `this-command' for symbolp.
515 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
519 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
521         * progmodes/cfengine.el (cfengine3--current-word): Remove.
522         (cfengine3--current-function): Bring in the current-function
523         functionality from `cfengine3--current-word'.
524         (cfengine3-completion-function): Bring in the
525         bounds-of-current-word functionality from
526         `cfengine3--current-word'.
528 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
530         * window.el (display-buffer-below-selected):
531         Bind split-height-threshold to 0 as suggested by Juri Linkov.
533 2013-12-16  Leo Liu  <sdl.web@gmail.com>
535         * progmodes/compile.el (compile-goto-error): Do not push-mark.
536         Remove NOMSG arg and all uses changed.
538 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
541         (cua--deactivate-rectangle): Don't deactivate the mark.
542         (cua-set-rectangle-mark): Don't set mark-active since
543         cua--activate-rectangle already does it for us.
544         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
545         non-rectangular region.
547         * emulation/cua-base.el (cua-repeat-replace-region):
548         Use with-current-buffer.
550         * net/gnutls.el: Use cl-lib.
551         (gnutls-negotiate): `mapcan' -> cl-mapcan.
553 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
555         * emacs-lisp/package.el (package-built-in-p): Support both
556         built-in and the package.el converted package descriptions.
557         (package-show-package-list): Allow keywords.
558         (package-keyword-button-action): Use it instead of
559         `finder-list-matches'.
560         (package-menu-filter-interactive): Interactive filtering (by
561         keyword) function.
562         (package-menu--generate): Support keywords and change keymappings
563         and headers when they are given.
564         (package--has-keyword-p): Helper function.
565         (package-menu--refresh): Use it.
566         (package--mapc): Helper function.
567         (package-all-keywords): Use it.
568         (package-menu-mode-map): Set up menu items and keybindings to
569         provide a filtering UI.
571 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
573         * net/gnutls.el (gnutls-verify-error): New defcustom to control
574         the behavior when a certificate fails validation.  Defaults to
575         old behavior: never abort, just warn.
576         (gnutls-negotiate): Use it.
578 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
580         * window.el (display-buffer-below-selected): Never split window
581         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
583 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
585         * emacs-lisp/package.el (package--prepare-dependencies): New function.
586         (package-buffer-info): Use it (bug#15108).
588         * icomplete.el (icomplete-completions): Make sure the prefix is already
589         displayed elsewhere before hiding it.
591 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
593         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
594         open-paren tokens when preceded by a open-paren, too.
595         (ruby-smie-rules): Handle virtual indentation after open-paren
596         tokens specially.  If there is code between it and eol, return the
597         column where is starts (Bug#16118).
599 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
601         * progmodes/cfengine.el: Fix `add-hook' doc.
602         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
603         (cfengine3--current-word): Fix parameters.
604         (cfengine3-make-syntax-cache): Simplify further.
605         (cfengine3-completion-function, cfengine3--current-function):
606         Use `assq' for symbols.
607         (cfengine3--current-function): Fix `cfengine3--current-word' call.
609 2013-12-13  Glenn Morris  <rgm@gnu.org>
611         * loadup.el (load-path): Warn if site-load or site-init changes it.
612         No more need to reset it when bootstrapping.
614 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
616         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
617         locations for cf-promises.
618         (cfengine-mode-syntax-functions-regex): New caching variable.
619         (cfengine3-fallback-syntax): Fallback syntax for cases where
620         cf-promises doesn't run.
621         (cfengine3--current-word): Reimplement using
622         `cfengine-mode-syntax-functions-regex'.
623         (cfengine3-completion-function, cfengine3--current-function):
624         Use `cfengine3-make-syntax-cache' directly.
625         (cfengine3-clear-syntax-cache): New function.
626         (cfengine3-make-syntax-cache): Simplify and create
627         `cfengine-mode-syntax-functions-regex' on demand.
628         (cfengine3-format-function-docstring): Don't call
629         `cfengine3-make-syntax-cache' explicitly.
631 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
633         Fix windmove-find-other-window broken after pixelwise resizing
634         (Bug#16017).
635         * windmove.el (windmove-other-window-loc): Revert change from
636         2013-12-04.
637         (windmove-find-other-window): Call window-in-direction.
638         * window.el (window-in-direction): New arguments SIGN, WRAP and
639         MINI to emulate original windmove-find-other-window behavior.
641 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
643         * simple.el (blink-matching--overlay): New variable.
644         (blink-matching-open): Instead of moving point, highlight the
645         matching paren with an overlay
646         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
648         * faces.el (paren-showing-faces, show-paren-match)
649         (show-paren-mismatch): Move from paren.el.
651 2013-12-13  Leo Liu  <sdl.web@gmail.com>
653         * indent.el (indent-region): Disable progress reporter in
654         minibuffer.  (Bug#16108)
656         * bindings.el (visual-order-cursor-movement): Fix version.
658 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
660         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
661         Also match after beginning of line.
662         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
663         files.  Thanks to Russell Sim. (Bug#15378)
665 2013-12-13  Juri Linkov  <juri@jurta.org>
667         * simple.el <Keypad support>: Remove key bindings duplicated
668         with bindings.el.  (Bug#14397)
670 2013-12-13  Juri Linkov  <juri@jurta.org>
672         * comint.el (comint-mode-map): Replace `delete-char' with
673         `delete-forward-char'.  (Bug#16109)
675 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
677         * progmodes/python.el (python-indent-calculate-indentation):
678         Fix de-denters cornercase. (Bug#15731)
680 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
682         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
683         (advice--make): Pay attention to `depth'.
684         (advice--make-1): Don't autoload commands eagerly.
685         * emacs-lisp/elp.el (elp-instrument-function):
686         * emacs-lisp/trace.el (trace-function-internal):
687         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
689         * iswitchb.el (iswitchb-mode): Don't belittle ido.
691 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
693         * term/w32-win.el (w32-handle-dropped-file):
694         * startup.el (normal-top-level):
695         * net/browse-url.el (browse-url-file-url):
696         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
697         decode file names using 'utf-8' rather than
698         file-name-coding-system.
700 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
702         * progmodes/python.el (python-indent-context)
703         (python-indent-calculate-indentation): Fix auto-identation
704         behavior for comment blocks. (Bug#15916)
706 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
708         * progmodes/python.el (python-indent-calculate-indentation):
709         When determining indentation, don't treat "return", "pass", etc., as
710         operators when they are just string constituents.  (Bug#15812)
712 2013-12-12  Juri Linkov  <juri@jurta.org>
714         * uniquify.el (uniquify-buffer-name-style): Change default to
715         `post-forward-angle-brackets'.
717         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
718         `uniquify'.  Change default to `post-forward-angle-brackets'.
720 2013-12-11  Glenn Morris  <rgm@gnu.org>
722         * emacs-lisp/package.el (finder-list-matches):
723         Autoload rather than falsely declaring.
725 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
727         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
728         (eww-mode-map): Use them.
730 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
732         * window.el (display-buffer-in-side-window): Fix doc-string
733         (Bug#16115).
735 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
737         * vc/vc-git.el: Silence byte-compiler warnings.
738         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
739         (log-edit-set-header): Declare.
741 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
743         * Makefile.in (custom-deps, finder-data): Run output file names
744         through unmsys--file-name.  (Bug#16099)
746 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
748         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
749         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
751         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
752         instead of deleting the selection "by hand" (bug#16098).
753         Rely on insert-for-yank to yank rectangles.
754         (cua-highlight-region-shift-only): Mark obsolete.
755         (cua-mode): Don't enable/disable transient-mark-mode,
756         shift-select-mode (cua-mode works both with and without them), and
757         pc-selection-mode (obsolete).
758         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
759         (cua--deactivate-rectangle): Deactivate it.
761         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
762         (delete-selection-helper): Make sure yank starts at the top of the
763         deleted region.
764         (minibuffer-keyboard-quit): Use region-active-p.
766         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
768         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
769         to `delete' (bug#16109).
771 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
773         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
774         info manual and show keybindings and set `:group' keyword.
776 2013-12-11  Juri Linkov  <juri@jurta.org>
778         * delsel.el (delete-active-region): Let-bind `this-command'
779         to prevent `kill-region' from changing its original value.
780         (delete-selection-helper): Handle `overwrite-mode' for the type
781         `kill' exactly the same way as for the type `t'.
782         (insert-char, quoted-insert, reindent-then-newline-and-indent):
783         Support more commands.  (Bug#13312)
785 2013-12-11  Juri Linkov  <juri@jurta.org>
787         * bindings.el: Map kp keys to non-kp keys systematically
788         with basic modifiers control, meta and shift.  (Bug#14397)
790 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>  (tiny change)
792         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
793         "Close browser" menu items.  Fix wrong function of "List
794         bookmarks".
796 2013-12-11  Juri Linkov  <juri@jurta.org>
798         * misearch.el (multi-isearch-buffers): Set the value of
799         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
800         arg of isearch-forward to t.
801         (multi-isearch-buffers-regexp): Set the value of
802         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
803         arg of isearch-forward-regexp to t.
804         (multi-isearch-files): Set the value of
805         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
806         arg of isearch-forward to t.
807         (multi-isearch-files-regexp): Set the value of
808         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
809         arg of isearch-forward-regexp to t.  (Bug#16035)
811         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
812         arg of isearch-forward to t.
813         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
814         arg of isearch-forward-regexp to t.
815         (dired-isearch-filter-filenames): Remove unnecessary check for
816         `dired-isearch-filenames'.
818         * comint.el (comint-history-isearch-backward):
819         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
820         (comint-history-isearch-backward-regexp):
821         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
823 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
825         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
826         unmsys--file-name.  (Bug#16099)
828 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
830         * emacs-lisp/package.el (package-keyword-button-action):
831         Remove finder.el require dependency.
833 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
835         * emacs-lisp/package.el: Require finder.el.
836         (describe-package-1): Add keyword buttons.
837         (package-make-button): New convenience function.
838         (package-keyword-button-action): Keyword button action using
839         `finder-list-matches'.
841 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
843         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
844         last commit.
846 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
848         * autorevert.el (auto-revert-notify-add-watch): Do not handle
849         symlinked files.
851 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
853         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
854         after the end of a percent literal.
856 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
858         * progmodes/ruby-mode.el (ruby-forward-string): Document.
859         Handle caret-delimited strings (Bug#16079).
861 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
863         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
864         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
865         `ruby-parse-partial' (Bug#16078).
867 2013-12-09  Leo Liu  <sdl.web@gmail.com>
869         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
871 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
873         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
874         (js-switch-indent-offset): New option.
875         (js--proper-indentation): Use it.  And handle the case when
876         "default" is actually a key in an object literal.
877         (js--same-line): New function.
878         (js--multi-line-declaration-indentation): Use it.
879         (js--indent-in-array-comp, js--array-comp-indentation):
880         New functions.
881         (js--proper-indentation): Use them, to handle array comprehension
882         continuations.
884 2013-12-08  Leo Liu  <sdl.web@gmail.com>
886         * progmodes/flymake.el (flymake-highlight-line): Re-write.
887         (flymake-make-overlay): Remove arg MOUSE-FACE.
888         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
890 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
892         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
893         New function.
894         (redisplay-highlight-region-function): Use it.
896         * emulation/cua-base.el (cua--explicit-region-start)
897         (cua--last-region-shifted): Remove.
898         (cua--deactivate): Use deactivate-mark.
899         (cua--pre-command-handler-1): Don't handle shift-selection.
900         (cua--post-command-handler-1): Don't change transient-mark-mode.
901         (cua--select-keymaps): Use region-active-p rather than
902         cua--explicit-region-start or cua--last-region-shifted.
903         (cua-mode): Enable shift-select-mode.
905 2013-12-08  Leo Liu  <sdl.web@gmail.com>
907         * progmodes/flymake.el (flymake-popup-current-error-menu):
908         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
909         (flymake-posn-at-point-as-event, flymake-popup-menu)
910         (flymake-make-emacs-menu): Remove.  (Bug#16077)
912 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * rect.el (rectangle-mark-mode): Activate mark even if
915         transient-mark-mode is off (bug#16066).
916         (rectangle--highlight-for-redisplay): Fix boundary condition when point
917         is > mark and at bolp.
919         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
920         (region-extract-function): Use it.
921         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
922         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
923         Delete functions.
924         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
925         kill-ring-save, kill-region, delete-char, delete-forward-char.
926         Ignore self-insert-iso.
928         * emulation/cua-gmrk.el (cua--init-global-mark):
929         Ignore `self-insert-iso'.
931         * emulation/cua-base.el (cua--prefix-copy-handler)
932         (cua--prefix-cut-handler): Rely on region-extract-function rather than
933         checking cua--rectangle.
934         (cua-delete-region): Use region-extract-function.
935         (cua-replace-region): Delete function.
936         (cua-copy-region, cua-cut-region): Obey region-extract-function.
937         (cua--pre-command-handler-1): Don't do the delete-selection thing.
938         (cua--self-insert-char-p): Ignore `self-insert-iso'.
939         (cua--init-keymaps): Don't remap delete-selection commands.
940         (cua-mode): Use delete-selection-mode instead of rolling our own
941         (bug#16085).
943         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
944         Obey region-extract-function.
946         Make registers and delete-selection-mode work on rectangles.
947         * register.el (describe-register-1): Don't modify the register's value.
948         (copy-to-register): Obey region-extract-function.
949         * delsel.el (delete-active-region): Obey region-extract-function.
951 2013-12-08  Leo Liu  <sdl.web@gmail.com>
953         * progmodes/flymake.el (flymake, flymake-error-bitmap)
954         (flymake-warning-bitmap, flymake-fringe-indicator-position)
955         (flymake-compilation-prevents-syntax-check)
956         (flymake-start-syntax-check-on-newline)
957         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
958         (flymake-start-syntax-check-on-find-file, flymake-log-level)
959         (flymake-xml-program, flymake-master-file-dirs)
960         (flymake-master-file-count-limit)
961         (flymake-allowed-file-name-masks): Relocate.
962         (flymake-makehash, flymake-float-time)
963         (flymake-replace-regexp-in-string, flymake-split-string)
964         (flymake-get-temp-dir): Remove.
965         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
966         (flymake-current-row, flymake-selected-frame)
967         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
968         related functions.  (Bug#16077)
970 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
972         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
974 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
976         * help-fns.el (describe-function-1): Use new advice-* functions
977         rather than old ad-* functions.  Fix function type description and
978         source links for advised functions and subrs.
980 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
984 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
986         * progmodes/compile.el (compilation-start):
987         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
989         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
990         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
992 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
994         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
995         Touch up the last change.
997 2013-12-06  Leo Liu  <sdl.web@gmail.com>
999         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1000         (inferior-octave-startup): Always use "octave> " for prompt.
1001         (octave-goto-function-definition)
1002         (octave-sync-function-file-names)
1003         (octave-find-definition-default-filename): Remove redundant backquotes.
1005 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1007         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1008         syntax for `?'.
1009         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1010         where appropriate already.
1011         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1012         end of method names (Bug#15874).
1014 2013-12-06  Juri Linkov  <juri@jurta.org>
1016         * isearch.el (isearch--saved-overriding-local-map):
1017         New internal variable.
1018         (isearch-mode): Set it to the initial value of
1019         `overriding-terminal-local-map'.
1020         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1021         with `isearch--saved-overriding-local-map'.  (Bug#16035)
1023 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1025         * progmodes/octave.el (inferior-octave-completion-table):
1026         Turn back into function, use `completion-table-with-cache'
1027         (Bug#11906).  Update all references.
1029         * minibuffer.el (completion-table-with-cache): New function.
1031 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1033         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1035 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
1037         * net/eww.el (eww-current-source): New variable to store page
1038         source.
1039         (eww-display-html, eww-mode, eww-save-history)
1040         (eww-restore-history): Use it.
1041         (eww-view-source): New command to view page source.
1042         Opportunistically uses `html-mode' to highlight the buffer.
1043         (eww-mode-map): Install it.
1045 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1047         * net/dbus.el (dbus-unregister-service)
1048         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1049         Fix docstring.
1050         (dbus-unregister-service): Skip :serial entries in
1051         `dbus-registered-objects-table'.
1052         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1054 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
1056         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1057         around keywords with extra `split-string' argument.
1059 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
1061         * windmove.el (windmove-other-window-loc): Handle navigation
1062         between windows (excluding the minibuffer window - Bug#16017).
1064 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
1066         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1067         in D-Bus type syntax.
1068         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1069         preserve unibyte strings.  (Bug#16048)
1071 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1073         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1074         Call force-mode-line-update is the proper buffer (bug#16042).
1076 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
1078         * vc/log-edit.el (log-edit-add-new-comment): Rename to
1079         `log-edit-remember-comment', make argument optional.  Adjust all
1080         callers.
1081         (log-edit-mode): Add `log-edit-remember-comment' to
1082         `kill-buffer-hook' locally.
1083         (log-edit-kill-buffer): Don't remember comment explicitly since
1084         the buffer is killed anyway.
1086 2013-12-04  Juri Linkov  <juri@jurta.org>
1088         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1089         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
1091 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
1093         * notifications.el (notifications-close-notification): Call the
1094         D-Bus method with ID being a `:uint32'.  (Bug#16030)
1096 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1098         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1100 2013-12-03  Juri Linkov  <juri@jurta.org>
1102         * progmodes/compile.el (compilation-start): Rename window alist
1103         entry `no-display-ok' to `allow-no-window'.
1105         * simple.el (shell-command): Add window alist entry
1106         `allow-no-window' to `display-buffer'.
1107         (async-shell-command): Doc fix.
1109         * window.el (display-buffer-no-window): New action function.
1110         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
1112 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1114         * vc/log-edit.el (log-edit-set-header): Extract from
1115         `log-edit-toggle-header'.
1116         (log-edit-extract-headers): Separate the summary, when extracted
1117         from header, from the rest of the message with an empty line.
1119         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1120         line, if present, to the Summary header.
1122 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1125         in current-buffer (bug#16029).
1127 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
1129         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1130         (debugger-mode-map): Bind it.
1131         (debugger--backtrace-base): New function.
1132         (debugger-eval-expression): Use it.
1133         (debugger-frame-number): Skip local vars when present.
1134         (debugger--locals-visible-p, debugger--insert-locals)
1135         (debugger--show-locals, debugger--hide-locals): New functions.
1137 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
1139         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1140         "LC_ALL".
1141         (tramp-get-remote-locale): New defun.
1142         (tramp-open-connection-setup-interactive-shell): Use it.
1144 2013-12-02  Leo Liu  <sdl.web@gmail.com>
1146         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
1148         * progmodes/sh-script.el (sh-shell-process):
1149         * progmodes/octave.el (inferior-octave-process-live-p):
1150         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1151         (gdb-inferior-io-sentinel):
1152         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1154 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1156         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1157         `save-selected-window' to `log-edit-hide-buf'.  This makes
1158         `log-edit-show-files' idempotent.
1159         (log-edit-show-files): Mark the new window as dedicated.
1161 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1163         * vc/log-edit.el (log-edit-mode-map): Add binding for
1164         `log-edit-kill-biffer'.
1165         (log-edit-hide-buf): Add a FIXME comment.
1166         (log-edit-add-new-comment): New function, extracted from
1167         `log-edit-done'.
1168         (log-edit-done, log-edit-add-to-changelog): Use it.
1169         (log-edit-kill-buffer): New command.
1171 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1174         instead of killing the buffer.
1176 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1178         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1180 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1182         * net/eww.el (eww-form-checkbox-selected-symbol)
1183         (eww-form-checkbox-symbol): New customizable variable.
1184         (eww-form-checkbox, eww-toggle-checkbox):
1185         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1187         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1188         (shr--get-media-pref, shr--extract-best-source): New function.
1189         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1190         no :src tag was specified.
1192         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1193         (eww-render): Handle `eww-use-external-browser-for-content-type'.
1194         Use \\` to match beginning of string instead of ^.
1195         (eww-browse-with-external-browser): Provide optional URL parameter.
1196         (eww-render): Set `eww-current-title' back to "".
1198         * net/shr.el (shr-tag-video): Display content for video if no
1199         poster is available.
1200         (shr-tag-audio): Add support for <audio> tag.
1202         * net/eww.el (eww-text-input-types): New const.
1203         (eww-process-text-input): Treat input types in
1204         `eww-text-input-types' as text.
1206         * net/shr.el (shr-tag-table): Fix comment typo.
1208 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210         * net/eww.el (eww-follow-link): New command to avoid reloading
1211         pages when we follow #target links (bug#15243).
1212         (eww-quit): Special mode buffers shouldn't query before exiting.
1214 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1216         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1217         forms.
1219 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221         * net/eww.el (eww-restore-history): Update the window title after
1222         moving in the history.
1223         (eww-current-dom): New variable used to save the current DOM.
1225 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
1227         * vc/log-edit.el (log-edit-mode-map): Add binding for
1228         `log-edit-beginning-of-line'.
1229         (log-edit-setup-add-author): New user option.
1230         (log-edit-beginning-of-line): New command.
1231         (log-edit): Move major mode call above the contents setup so that
1232         the local variable values are already applied.
1233         (log-edit): Only insert "Author: " when
1234         `log-edit-setup-add-author' is non-nil.
1235         (log-edit): When SETUP is non-nil, position point after ": "
1236         instead of point-min.
1238 2013-12-01  Glenn Morris  <rgm@gnu.org>
1240         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1242 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
1244         * startup.el (fancy-splash-frame): On MS-Windows, trigger
1245         redisplay to make sure the initial frame gets a chance to become
1246         visible.  (Bug#16014)
1248 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
1250         Support resizing frames and windows pixelwise.
1251         * cus-start.el (frame-resize-pixelwise)
1252         (window-resize-pixelwise): New entries.
1253         * emacs-lisp/debug.el (debug): Use window-total-height instead
1254         of window-total-size.
1255         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1256         * help.el (describe-bindings-internal): Call help-buffer
1257         (temp-buffer-max-width): New option.
1258         (resize-temp-buffer-window, help-window-setup)
1259         (with-help-window): Rewrite.
1260         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
1261         dragging dividers.
1262         * window.el (frame-char-size, window-min-pixel-height)
1263         (window-safe-min-pixel-height, window-safe-min-pixel-width)
1264         (window-min-pixel-width, window-safe-min-pixel-size)
1265         (window-combination-p, window-safe-min-size)
1266         (window-resizable-p, window--size-to-pixel)
1267         (window--pixel-to-size, window--resize-apply-p): New functions.
1268         (window-safe-min-height): Fix doc-string.
1269         (window-size, window-min-size, window--min-size-1)
1270         (window-sizable, window-sizable-p, window--min-delta-1)
1271         (window-min-delta, window--max-delta-1, window-max-delta)
1272         (window--resizable, window--resizable-p, window-resizable)
1273         (window-full-height-p, window-full-width-p, window-at-side-p)
1274         (window--in-direction-2, window-in-direction)
1275         (window--resize-reset-1, window--resize-mini-window)
1276         (window-resize, window-resize-no-error)
1277         (window--resize-child-windows-normal)
1278         (window--resize-child-windows, window--resize-siblings)
1279         (window--resize-this-window, window--resize-root-window)
1280         (window--resize-root-window-vertically)
1281         (adjust-window-trailing-edge, enlarge-window, shrink-window)
1282         (maximize-window, minimize-window, delete-window)
1283         (quit-restore-window, window-split-min-size, split-window)
1284         (balance-windows-2, balance-windows)
1285         (balance-windows-area-adjust, balance-windows-area)
1286         (window--state-get-1, window-state-get, window--state-put-1)
1287         (window--state-put-2, window-state-put)
1288         (display-buffer-record-window, window--display-buffer):
1289         Make functions handle pixelwise sizing of windows.
1290         (display-buffer--action-function-custom-type)
1291         (display-buffer-fallback-action):
1292         Add display-buffer-in-previous-window.
1293         (display-buffer-use-some-window): Resize window to height it had
1294         before.
1295         (fit-window-to-buffer-horizontally): New option.
1296         (fit-frame-to-buffer): Describe new values.
1297         (fit-frame-to-buffer-bottom-margin): Replace with
1298         fit-frame-to-buffer-margins.
1299         (window--sanitize-margin): New function.
1300         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1301         using window-text-pixel-size.
1303 2013-11-30  Glenn Morris  <rgm@gnu.org>
1305         * emacs-lisp/bytecomp.el (byte-compile-form):
1306         Make the `interactive-only' warning like the `obsolete' one.
1307         * comint.el (comint-run):
1308         * files.el (insert-file-literally, insert-file):
1309         * replace.el (replace-string, replace-regexp):
1310         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1311         (goto-line, insert-buffer, next-line, previous-line):
1312         Tweak `interactive-only' spec.
1314         Stop keeping (most) generated cedet grammar files in the repository.
1315         * Makefile.in (semantic): New.
1316         (compile-main): Depend on semantic.
1318 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1321         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1323         * uniquify.el (uniquify-buffer-name-style): Change default.
1325         * loadup.el: Preload "uniquify".
1327         * time.el (display-time-update): Update all mode lines (bug#15999).
1329         * electric.el (electric-indent-mode): Enable by default.
1330         * loadup.el: Preload "electric".
1332 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
1334         * emacs-lisp/helpers.el (string-empty-p): New function.
1335         (string-blank-p): New function.
1337 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
1339         * imenu.el (imenu--index-alist): Add missing dot to the docstring
1340         (Bug#14029).
1342 2013-11-29  Andreas Politz  <politza@fh-trier.de>
1343         * imenu.el (imenu--subalist-p): Don't error on non-conses and
1344         allow non-lambda lists as functions.
1345         (imenu--in-alist): Don't recurse into non-subalists.
1346         (imenu): Don't pass function itself as an argument (Bug#14029).
1348 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * progmodes/python.el (python-mode-map): Remove binding for ":".
1351         (python-indent-electric-colon): Remove command.
1352         (python-indent-post-self-insert-function): Integrate the previous code
1353         of python-indent-electric-colon.  Make it conditional on
1354         electric-indent-mode.
1355         (python-mode): Add ?: to electric-indent-chars.
1356         Move python-indent-post-self-insert-function to the end of
1357         post-self-insert-hook.
1359 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * doc-view.el (doc-view-goto-page): Update mode-line.
1363         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1365 2013-11-27  Glenn Morris  <rgm@gnu.org>
1367         * international/charprop.el, international/uni-bidi.el:
1368         * international/uni-category.el, international/uni-combining.el:
1369         * international/uni-comment.el, international/uni-decimal.el:
1370         * international/uni-decomposition.el, international/uni-digit.el:
1371         * international/uni-lowercase.el, international/uni-mirrored.el:
1372         * international/uni-name.el, international/uni-numeric.el:
1373         * international/uni-old-name.el, international/uni-titlecase.el:
1374         * international/uni-uppercase.el:
1375         Remove generated files from VCS repository.
1377 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
1379         * filenotify.el (file-notify-add-watch): Don't special-case
1380         w32notify when computing the directory to watch.
1382 2013-11-27  Glenn Morris  <rgm@gnu.org>
1384         Make bootstrap without generated uni-*.el files possible again.
1385         * loadup.el: Update command-line-args checking for unidata-gen.
1386         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1387         * composite.el, international/characters.el:
1388         Handle unicode tables being undefined.
1390         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1391         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1392         (compile-main): Depend on leim rule.
1393         (leim): New rule.
1394         * loadup.el: Move leim-list.el to leim/ subdirectory.
1395         * startup.el (normal-top-level): No more leim directory.
1396         * international/ja-dic-cnv.el (skkdic-convert):
1397         Disable version-control and autoloads in output files.
1398         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1399         Disable version-control and autoloads in output files.
1400         * leim/quail: Move here from ../leim.
1401         * leim/quail/hangul.el (hangul-input-method-activate):
1402         Add autoload cookie.
1403         (generated-autoload-load-name): Set file-local value.
1404         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1405         (generated-autoload-load-name): Set file-local value.
1407 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>  (tiny change)
1409         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1410         (eww-add-bookmark): Ask confirmation when add to bookmarks
1411         (eww-quit): Ask confirmation before quitting eww.
1413 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
1415         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1416         reading output from Diff on MS-Windows and MS-DOS.
1418 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
1420         * emacs-lisp/helpers.el (string-reverse): New function.
1422 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
1424         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1425         names on MS Windows, like "/[::1]:".
1427         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1428         SWITCHES.
1430 2013-11-26  Glenn Morris  <rgm@gnu.org>
1432         * progmodes/python.el (python-indent-guess-indent-offset):
1433         Avoid corner-case error.  (Bug#15975)
1435         Preload leim-list.el.  (Bug#4789)
1436         * loadup.el: Load leim-list.el when found.
1437         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1439 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
1441         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1443         * emacs-lisp/helpers.el (string-join): New function.
1445 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
1447         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1448         Mark as obsolete and replace it with a symbol property.
1449         (byte-compile-form): Use new 'interactive-only property.
1450         * comint.el, files.el, replace.el, simple.el:
1451         Apply new 'interactive-only properly.
1453 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
1455         * window.el (display-buffer-at-bottom): Make sure that
1456         split-window-sensibly creates the new window on bottom
1457         (Bug#15961).
1459 2013-11-23  David Kastrup  <dak@gnu.org>
1461         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1462         on the conflict markers when available.
1463         (smerge--get-marker): New function.
1464         (smerge-end-re, smerge-base-re): Add subgroup.
1466 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1468         * frame.el (handle-focus-in, handle-focus-out): Add missing
1469         interactive spec.
1471 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
1473         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1474         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1476 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
1479         (gomoku--last-pos): New var.
1480         (gomoku--intangible-chars): New const.
1481         (gomoku--intangible): New function.
1482         (gomoku-mode): Use it.  Derive from special-mode.
1483         (gomoku-move-up): Adjust line count.
1484         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1485         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1486         Simplify accordingly.
1488         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1489         Remove blink-cursor code.
1490         (blink-cursor-timer-function, blink-cursor-suspend):
1491         Don't special-case GUIs.
1492         (blink-cursor-mode): Use focus-in/out-hook.
1494 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
1496         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1497         work when annotation is invisible (Bug#13886).
1499 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
1501         * json.el (json-alist-p): Only return non-nil if the alist has
1502         simple keys (Bug#13518).
1504 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
1506         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1507         when control-statement is the first statement in a buffer (Bug#15956).
1509 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
1511         * imenu.el (imenu-generic-skip-comments-and-strings):
1512         New option (Bug#15560).
1513         (imenu--generic-function): Use it.
1515 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
1517         * minibuffer.el (completion--in-region-1): Scroll the correct
1518         window. (Bug#13898)
1520 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
1522         * emacs-lisp/helpers.el: Add some string helpers.
1523         (string-trim-left): Removes leading whitespace.
1524         (string-trim-right): Removes trailing whitespace.
1525         (string-trim): Removes leading and trailing whitespace.
1527         * subr.el (string-suffix-p): New function.
1529 2013-11-23  Glenn Morris  <rgm@gnu.org>
1531         * progmodes/python.el (python-shell-send-file):
1532         Add option to delete file when done.  (Bug#15647)
1533         (python-shell-send-string, python-shell-send-region): Use it.
1535 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
1537         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1538         to set buffer-read-only to t, never to nil.  (Bug#15938)
1540         * textmodes/tex-mode.el (latex-noindent-environments):
1541         Add safe-local-variable property.  (Bug#15936)
1543 2013-11-23  Glenn Morris  <rgm@gnu.org>
1545         * textmodes/enriched.el (enriched-mode): Doc fix.
1546         * emacs-lisp/authors.el (authors-renamed-files-alist):
1547         Add enriched.doc -> enriched.txt.
1549         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1551 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1553         * progmodes/octave.el (inferior-octave-startup): Spit out error
1554         message.
1556 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
1558         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1559         Improve docstring.
1560         Add :version.
1561         (ruby-encoding-magic-comment-style): Add :version.
1563 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1565         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1566         (Bug#15076)
1567         (octave-help-mode): Adapt to change to help-mode-finish to use
1568         derived-mode-p on 2013-09-17.
1569         (inferior-octave-prompt): Also match octave-gui.
1570         (octave-kill-process): Don't ask twice.  (Bug#10564)
1572 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1574         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1575         (inferior-octave-startup, inferior-octave-check-process)
1576         (inferior-octave-track-window-width-change)
1577         (octave-completion-at-point, octave-eldoc-function): Use it.
1578         (octave-kill-process): Provide confirmation.  (Bug#10564)
1580 2013-11-21  Leo Liu  <sdl.web@gmail.com>
1582         * progmodes/octave.el (octave-mode, inferior-octave-mode):
1583         Fix obsolete variable comment-use-global-state.
1585 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1587         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1588         Add `octave-source-file'.
1589         (octave-source-file): New function.  (Bug#15935)
1591 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>  (tiny change)
1593         * net/eww.el (eww-local-regex): New variable.
1594         (eww): Use it to detect localhost and similar.
1596 2013-11-21  Leo Liu  <sdl.web@gmail.com>
1598         Add completion for command `ag'.
1599         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1600         (pcomplete/ag): New function.
1601         (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
1603 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1605         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1606         (bug#14646).
1607         (make-obsolete): Remove interactive spec.
1609 2013-11-21  Glenn Morris  <rgm@gnu.org>
1611         * startup.el (command-line-1): Use path-separator with -L.
1613 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
1615         * emacs-lisp/package.el (describe-package-1): Add package archive
1616         to shown fields.
1618 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1620         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1621         Change default to "# encoding: %s" to differentiate it from the
1622         default Ruby encoding comment template.
1624 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
1626         * ses.el (ses-mode): Doc fix.  (Bug#14748)
1628 2013-11-20  Leo Liu  <sdl.web@gmail.com>
1630         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
1632 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
1634         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1635         when rebase or bisect are in progress.
1637 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
1639         * filenotify.el (file-notify-add-watch): Doc fix.
1641 2013-11-19  Leo Liu  <sdl.web@gmail.com>
1643         * obsolete/rcompile.el: Mark obsolete.
1645         * progmodes/compile.el (compilation-start)
1646         (compilation-goto-locus, compilation-find-file):
1647         Pass no-display-ok and handle nil value from display-buffer.
1648         (Bug#13594)
1650         * window.el (display-buffer-alist, display-buffer): Document the
1651         new parameter no-display-ok.  Return either a window or nil
1652         but never a non-window value.
1654 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1656         * electric.el (electric-indent-mode-map): Remove.
1657         (electric-indent-mode): Change the global-map instead (bug#15915).
1659         * textmodes/text-mode.el (paragraph-indent-minor-mode):
1660         Use add-function.
1662 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1664         * emacs-lisp/nadvice.el (remove-function): Align with
1665         add-function's behavior.
1667         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1668         (gdb--string-regexp): New constant.
1669         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1670         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1671         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1672         submatch 1.
1673         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1674         Adjust use accordingly.
1675         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1677 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
1679         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1680         interpolation curlies (Bug#15914).
1682 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
1684         * calc/calc.el (calc-context-sensitive-enter): New variable.
1685         (calc-enter): Use `calc-context-sensitive-enter'.
1687 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
1689         * progmodes/cfengine.el: Version bump.
1690         (cfengine-cf-promises): New defcustom to locate cf-promises.
1691         (cfengine3-vartypes): Add new "data" type.
1692         (cfengine3--current-word): New function to get current name-like
1693         word or its bounds.
1694         (cfengine3--current-function): New function to look up a CFEngine
1695         function's definition.
1696         (cfengine3-format-function-docstring): New function.
1697         (cfengine3-make-syntax-cache): New function.
1698         (cfengine3-documentation-function): New function: ElDoc glue.
1699         (cfengine3-completion-function): New function: completion glue.
1700         (cfengine3-mode): Set `compile-command',
1701         `eldoc-documentation-function', and add to
1702         `completion-at-point-functions'.
1704 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1706         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1707         `tramp-current-connection'.
1709 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
1711         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1712         nil/self/true/false with "end of symbol".
1714 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
1716         * subr.el (version-regexp-alist): Fix a typo.
1718 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1720         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1721         "en_US.utf8" and "LC_CTYPE" to "".
1722         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1723         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1725 2013-11-15  Leo Liu  <sdl.web@gmail.com>
1727         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
1729 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * progmodes/gud.el (ctl-x-map):
1732         Remove C-x SPC binding.  (Bug#12342)
1733         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1735 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
1737         * subr.el (version-regexp-alist):
1738         Recognize hg, svn and darcs versions as snapshot versions.
1740         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1741         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1742         (ruby--encoding-comment-required-p): Extract from
1743         `ruby-mode-set-encoding'.
1744         (ruby-mode-set-encoding): Add the ability to always insert an
1745         utf-8 encoding comment.  Fix and simplify coding comment update
1746         logic.
1748 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/tramp-gvfs.el (top): Run init code only when
1751         `tramp-gvfs-enabled' is not nil.
1752         (tramp-gvfs-enabled): Check also :system bus.
1754 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1756         Sync with upstream verilog-mode revision 78e66ba.
1757         * progmodes/verilog-mode.el (verilog-end-of-defun)
1758         (verilog-type-completion, verilog-get-list): Remove unused funcs.
1759         (verilog-get-end-of-defun): Remove unused argument.
1760         (verilog-comment-depth): Remove unused local `e'.
1761         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1762         Don't pass arg to verilog-get-end-of-defun.
1764 2013-11-14  Glenn Morris  <rgm@gnu.org>
1766         * obsolete/assoc.el (aget): Prefix dynamic variable.
1768         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1770 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1772         * widget.el, hfy-cmap.el: Remove bogus package version number.
1774 2013-11-13  Glenn Morris  <rgm@gnu.org>
1776         * replace.el (replace-eval-replacement):
1777         Try to give more helpful error message.  (Bug#15836)
1779         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1780         (archive-7z-update): Avoid custom type mismatches.
1782         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1784 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
1786         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
1787         address can be empty.
1789         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1790         Accept nil SWITCHES.
1791         (tramp-gvfs-handle-write-region): Implement APPEND.
1793 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
1795         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
1796         binary "|" operator and closing block args delimiter.
1797         Remove FIXME comment referring to Ruby 1.8-only syntax.
1798         (ruby-smie--implicit-semi-p): Not after "|" operator.
1799         (ruby-smie--closing-pipe-p): New function.
1800         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1801         (ruby-smie-rules): Indent after "|".
1803 2013-11-12  Glenn Morris  <rgm@gnu.org>
1805         * ps-print.el (ps-face-attribute-list):
1806         Handle anonymous faces.  (Bug#15827)
1808 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
1810         * window.el (display-buffer-other-frame): Fix doc-string.
1811         (Bug#15868)
1813 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * subr.el (force-mode-line-update): Delete, move to buffer.c.
1817 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
1819         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1820         (tramp-sh-handle-file-local-copy): Don't write a message when
1821         saving temporary files.
1823         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1824         both directories are remote.
1825         (tramp-smb-handle-directory-files): Do not return double entries.
1826         Do not expand full file names.
1827         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1828         (tramp-smb-handle-write-region): Implement APPEND.
1829         (tramp-smb-get-stat-capability): Fix a stupid bug.
1831 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1833         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1835 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1837         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1838         throwing error over malformed let/let* (bug#15814).
1840 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * iswitchb.el (iswitchb-mode): Mark obsolete.
1844 2013-11-11  Glenn Morris  <rgm@gnu.org>
1846         * international/uni-bidi.el, international/uni-category.el:
1847         * international/uni-name.el, international/uni-numeric.el:
1848         Regenerate for Unicode 6.3.0.
1850 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
1852         * net/tramp.el (tramp-methods):
1853         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1854         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1856 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
1858         * progmodes/sh-script.el (sh-font-lock-keywords-var):
1859         Force highlighting text after Summary keyword in doc face for rpm.
1861 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
1863         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
1864         available and the word has no wildcards, append one to the grep pattern.
1865         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1866         (ispell-complete-word): Call `ispell-lookup-words' with the value
1867         independent of `ispell-look-p'.
1869 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1871         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1872         Not after "||".
1873         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1874         their parent.
1876 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1878         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
1879         (ruby-font-lock-keywords): Use backquote.
1881 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1883         * progmodes/ruby-mode.el (ruby-smie--forward-token)
1884         (ruby-smie--backward-token): Only consider full-string matches.
1886 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
1888         * faces.el (describe-face): Add distant-foreground.
1890 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
1892         * progmodes/ruby-mode.el: Improve encoding comment handling.
1893         (ruby-encoding-magic-comment-style): New option.
1894         (ruby-custom-encoding-magic-comment-template): New option.
1895         (ruby--insert-coding-comment, ruby--detect-encoding):
1896         New functions extracted from `ruby-mode-set-encoding'.
1897         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1898         to control the style of the auto-inserted encoding comment.
1900 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1902         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1903         Use `smie-backward-sexp' with token argument.
1905 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
1907         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1908         Remove instrumentation code.
1910 2013-11-08  Glenn Morris  <rgm@gnu.org>
1912         * progmodes/autoconf.el (autoconf-mode):
1913         Tweak comment-start-skip.  (Bug#15822)
1915 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1918         at bobp (bug#15826).
1919         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1921 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
1923         * man.el (Man-start-calling): New macro, extracted from
1924         Man-getpage-in-background.
1925         (Man-getpage-in-background): Use it.
1926         (Man-update-manpage): New command.
1927         (Man-mode-map): Bind it.
1929 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
1931         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1932         of "and", "or", "&&" and "||".
1933         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1934         argument.  Prohibit opening curly brace because it could only be a
1935         block opener in that position.
1936         (ruby-smie--forward-token, ruby-smie--backward-token):
1937         Separate "|" from "&" or "*" going after it.  That can happen in block
1938         arguments.
1939         (ruby-smie--indent-to-stmt): New function, seeks the end of
1940         previous statement or beginning of buffer.
1941         (ruby-smie-rules): Use it.
1942         (ruby-smie-rules): Check if there's a ":" before a curly block
1943         opener candidate; if there is, it's a hash.
1945 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1947         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1948         (cl--block-wrapper): Fix last accidental change.
1950 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
1952         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1953         Instrument, in order to hunt failure on hydra.
1955 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
1957         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1958         malformed bindings form (bug#15814).
1960 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
1962         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1963         "." compared to " @ ".  This incidentally fixes some indentation
1964         examples with "do".
1965         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1966         (ruby-smie-grammar): New tokens: "and" and "or".
1967         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1968         Exclude "and" and "or".  Remove "do" in order to work around token
1969         priorities.
1970         (ruby-smie-rules): Add all infix tokens.  Handle the case of
1971         beginning-of-buffer.
1973 2013-11-06  Glenn Morris  <rgm@gnu.org>
1975         * Makefile.in (setwins_almost, setwins_for_subdirs):
1976         Avoid accidental matches.
1978 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1980         * menu-bar.el (popup-menu): Use key-binding.
1982 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
1984         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1985         menus, support also the menus produced by minor modes.
1986         (Bug#15817)
1988 2013-11-06  Leo Liu  <sdl.web@gmail.com>
1990         * thingatpt.el (thing-at-point-looking-at): Add optional arg
1991         DISTANCE to bound the search. All uses changed.  (Bug#15808)
1993 2013-11-06  Glenn Morris  <rgm@gnu.org>
1995         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
1996         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1997         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
1999 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * electric.el (electric-indent-just-newline): New command.
2002         (electric-indent-mode-map): New keymap.
2003         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2004         Re-add :group which weren't redundant.
2006         * electric.el (electric-indent-local-mode): New minor mode.
2007         (electric-indent-functions-without-reindent): New var.
2008         (electric-indent-post-self-insert-function): Use it.
2009         * emacs-lisp/gv.el (buffer-local-value): Add setter.
2011 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
2013         * international/quail.el (quail-help): Be more explicit about the
2014         meaning of the labels shown on the keys.  (Bug#15800)
2016         * startup.el (normal-top-level): Load the subdirs.el files before
2017         setting the locale environment.  (Bug#15805)
2019 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2021         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2022         via arguments so as to get the right ones (bug#15418).
2024         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2026 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
2028         Fix problems found while writing a test suite.
2030         * net/tramp-compat.el (tramp-compat-load): New defun.
2031         * net/tramp.el (tramp-handle-load): Use it.
2033         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2034         "(numberp ok-if-already-exists)" correctly.
2036 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
2038         * international/characters.el (glyphless-char-display-control):
2039         Add usage note.
2041 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
2043         * progmodes/python.el (python-mode):
2044         * progmodes/scheme.el (scheme-mode):
2045         * progmodes/prolog.el (prolog-mode):
2046         * progmodes/ruby-mode.el (ruby-mode):
2047         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2048         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2050 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2052         * rect.el (rectangle--highlight-for-redisplay):
2053         * emacs-lisp/smie.el (smie--next-indent-change):
2054         Use buffer-chars-modified-tick.
2056         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2058         * electric.el (electric-indent-post-self-insert-function):
2059         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2061 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
2063         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2065 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2067         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2068         (bug#15786).
2070 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
2074         * progmodes/python.el: Fix up last change.
2075         (python-shell--save-temp-file): New function.
2076         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
2077         `string' comes from the current buffer.
2078         (python-shell-send-string-no-output): Remove `msg' arg.
2079         (python--use-fake-loc): New var.
2080         (python-shell-buffer-substring): Obey it.  Try to compensate for the
2081         extra coding line added by python-shell--save-temp-file.
2082         (python-shell-send-region): Use python-shell--save-temp-file and
2083         python-shell-send-file directly.  Add `nomain' argument.
2084         (python-shell-send-buffer): Use python-shell-send-region.
2085         (python-electric-pair-string-delimiter): New function.
2086         (python-mode): Use it.
2088 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
2090         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2091         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2092         environment and decoding all of the default-directory's to here
2093         from command-line.
2094         (command-line): Decode also argv[0].
2096         * loadup.el: Error out if default-directory is a multibyte string
2097         when we are dumping.
2099         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
2101 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
2103         * emacs-lisp/package.el (package-menu-mode)
2104         (package-menu--print-info, package-menu--archive-predicate):
2105         Add Archive column to package list.
2107 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
2109         Fix problems found while writing a test suite.
2111         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2112         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2113         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2114         to nil when running original file name handler.  Otherwise,
2115         there are problems with constructs like "$$FOO".
2117         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2118         for `localname'.
2120 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
2122         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2124         * subr.el (version<, version<=, version=):
2125         Update docstrings with information for snapshot versions.
2127         * helpers.el: New library for misc helper functions.
2128         (hash-table-keys): New function returning a list of hash keys.
2129         (hash-table-values): New function returning a list of hash values.
2131 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
2133         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2134         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2136 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
2138         * textmodes/fill.el (fill-single-char-nobreak-p): New function
2139         checking whether point is after a 1-letter word.
2141 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2143         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2144         Don't infloop when expanding region over `multiline' syntax-type that
2145         begins a line (bug#15778).
2147 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2149         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2150         Make it into a proper minor mode.
2151         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2152         (rectangle-mark-mode-map): New keymap.
2153         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2155 2013-11-04  Glenn Morris  <rgm@gnu.org>
2157         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2159 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2162         (ruby-smie-rules): Use smie-rule-parent instead.
2164         * emacs-lisp/smie.el (smie-rule-parent): Always call
2165         smie-indent-virtual rather than only for hanging tokens.
2166         (smie--next-indent-change): New helper command.
2168 2013-11-03  Glenn Morris  <rgm@gnu.org>
2170         * Makefile.in (abs_srcdir): Remove.
2171         (emacs): Unset EMACSLOADPATH.
2173 2013-11-02  Glenn Morris  <rgm@gnu.org>
2175         * Makefile.in (EMACS): Use a relative filename.
2176         (abs_top_builddir): Remove.
2177         (custom-deps, finder-data, autoloads): Use --chdir.
2179         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2181         Use relative filenames in TAGS files.
2182         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2183         (lisptagsfiles4, TAGS): Use relative file names.
2184         (TAGS-LISP): Remove.
2185         (maintainer-clean): No more TAGS-LISP file.
2187         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2188         (lisptagsfiles4): Use absolute filenames again.
2189         (TAGS, TAGS-LISP): Not everything needs to run in one line.
2190         Remove all *loaddefs files, not just the first.  Remove esh-groups.
2191         (maintainer-clean): Delete TAGS, TAGS-LISP.
2193 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2195         * emacs-lisp/package.el (package-version-join):
2196         Recognize snapshot versions.
2198 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2200         * subr.el (version-regexp-alist): Add support for snapshot versions.
2202 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2204         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2205         New function, replacement for `smie-rule-parent' for when we want to
2206         skip over our direct parent if it's an assignment token..
2207         (ruby-smie-rules): Use it.
2209 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2211         * progmodes/ruby-mode.el Use `syntax-propertize-function'
2212         unconditionally.  Remove now unnecessary forward declarations.
2213         Remove XEmacs-specific setup.
2214         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2215         (ruby-font-lock-syntactic-keywords)
2216         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2217         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2218         (ruby-here-doc-end-syntax): Remove.
2219         (ruby-mode): Don't check whether `syntax-propertize-rules' is
2220         defined as function.
2222 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2224         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2226 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2228         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2229         table and abbrev table, `define-derived-mode' does that for us
2230         anyway.
2232 2013-11-01  Glenn Morris  <rgm@gnu.org>
2234         * Makefile.in: Remove manual mh-e dependencies (writing .elc
2235         files is atomic for some time, so no parallel compilation issues).
2237 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2239         * faces.el (face-x-resources): Add :distant-foreground.
2240         (region): Use :distant-foreground for gtk and ns.
2242 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
2244         Allow multiple bibliographies when BibLaTeX is used rather than
2245         BibTeX.
2246         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2247         (reftex-locate-bibliography-files): Us it.
2249 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
2251         * image.el (image-type-header-regexps): Fix the 'pbm' part to
2252         allow comments in pbm files.
2254         * term/w32-win.el (dynamic-library-alist): Support newer versions
2255         of libjpeg starting with v7: look only for the DLL from the
2256         version against which Emacs was built.
2257         Support versions of libpng beyond 1.4.x.
2258         Support libtiff v4.x.
2260 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2262         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2263         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2264         Add property :safe.
2265         (ruby-deep-arglist): Add property :type.
2267 2013-10-31  Glenn Morris  <rgm@gnu.org>
2269         * Makefile.in (custom-deps, finder-data): No need to setq the target
2270         variables, we are in the right directory and the defaults work fine.
2272 2013-10-30  Glenn Morris  <rgm@gnu.org>
2274         * Makefile.in (autoloads): Do not use abs_lisp.
2276         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2277         `newline' does not respect `standard-output', so use `princ'.
2279 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
2281         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
2282         * buff-menu.el (Buffer-menu--unmark): New function.
2283         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2285 2013-10-30  Glenn Morris  <rgm@gnu.org>
2287         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2289         * emacs-lisp/package.el (lm-homepage): Declare.
2291         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2292         Fix doc typos.
2294         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2296         * Makefile.in (finder-data, autoloads, update-subdirs)
2297         (compile-main, compile-clean, compile-always, bootstrap-clean):
2298         Check return value of cd.
2299         (compile-calc): Remove.
2301 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2305         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2306         (byte-compile-and-folded): New function.
2307         (=, <, >, <=, >=): Use it.
2309         * dos-w32.el (minibuffer-history-case-insensitive-variables)
2310         (path-separator, null-device, buffer-file-coding-system)
2311         (lpr-headers-switches): Check system-type before modifying them.
2312         (find-buffer-file-type-coding-system): Mark obsolete.
2313         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2314         find-file-not-found-set-buffer-file-coding-system.
2315         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2316         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2317         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2318         (w32-direct-print-region-helper, w32-direct-print-region-function)
2319         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2320         * startup.el (normal-top-level-add-subdirs-to-load-path):
2321         * ps-print.el (ps-print-region-function):
2322         * lpr.el (print-region-function): Use new name.
2324         * subr.el (custom-declare-variable-early): Remove function.
2325         (custom-declare-variable-list): Remove var.
2326         (error, user-error): Remove `while' loop.
2327         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2328         (user-emacs-directory-warning, locate-user-emacs-file):
2329         Move to files.el.
2330         * simple.el (read-quoted-char-radix, read-quoted-char):
2331         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2332         Move from subr.el.
2333         * custom.el (custom-declare-variable-list): Don't process
2334         custom-declare-variable-list.
2336         * progmodes/python.el (python-shell-get-buffer): New function.
2337         (python-shell-get-process): Use it.
2338         (python-shell-send-string): Always use utf-8 and add a cookie to tell
2339         Python which encoding was used.  Don't split-string since we only care
2340         about the first line.  Return the temp-file, if applicable.
2341         (python-shell-send-region): Tell compile.el how to turn locations in
2342         the temp-file into locations in the source buffer.
2344 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2346         * subr.el (undefined): Add missing behavior from the C code for
2347         unbound keys.
2349         * rect.el: Use lexical-binding.  Add new rectangular region support.
2350         (rectangle-mark): New command.
2351         (rectangle--region): New var.
2352         (deactivate-mark-hook): Reset rectangle--region.
2353         (rectangle--extract-region, rectangle--insert-for-yank)
2354         (rectangle--highlight-for-redisplay)
2355         (rectangle--unhighlight-for-redisplay): New functions.
2356         (region-extract-function, redisplay-unhighlight-region-function)
2357         (redisplay-highlight-region-function): Use them to handle
2358         rectangular region.
2359         * simple.el (region-extract-function): New var.
2360         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2361         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2362         (kill-region): Replace obsolete `yank-handler' arg with `region'.
2363         (copy-region-as-kill, kill-ring-save): Add `region' argument.
2364         (redisplay-unhighlight-region-function)
2365         (redisplay-highlight-region-function): New vars.
2366         (redisplay--update-region-highlight): New function.
2367         (pre-redisplay-function): Use it.
2368         (exchange-point-and-mark): Don't deactivate the mark before
2369         reactivate-it anyway.
2370         * comint.el (comint-kill-region): Remove yank-handler argument.
2371         * delsel.el (delete-backward-char, backward-delete-char-untabify)
2372         (delete-char): Remove property, since it's now part of their
2373         default behavior.
2374         (self-insert-iso): Remove property since this command doesn't exist.
2376         * emacs-lisp/package.el (package--download-one-archive)
2377         (describe-package-1): Don't query the user about final newline.
2379 2013-10-29  Daniel Colascione  <dancol@dancol.org>
2381         * net/tramp.el (tramp-methods): Document new functionality.
2382         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2383         tramp-hostname-checker if method provides one instead of scanning
2384         argument list for "%h" to decide hostname acceptability.
2386 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
2388         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2389         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2390         Handle COPY-CONTENTS.  (Bug#15737)
2392 2013-10-28  Daiki Ueno  <ueno@gnu.org>
2394         * epa-file.el
2395         (epa-file-cache-passphrase-for-symmetric-encryption):
2396         Document that this option has no effect with GnuPG 2.0 (bug#15552).
2398 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
2400         * image.el (defimage):
2401         (image-load-path): Doc fixes.
2403 2013-10-27  Alan Mackenzie  <acm@muc.de>
2405         Indent statements in macros following "##" correctly.
2406         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2407         Modify the "#" arm of a cond form to handle "#" and "##" operators.
2409 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2411         * linum.el (linum-update-window): Fix boundary test (bug#13446).
2413 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
2415         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2416         after `=' is probably a new expression.
2418 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2420         * man.el (man-imenu-title): New option.
2421         (Man-mode-map): Add menu.  (Bug#15722)
2422         (Man-mode): Add imenu to menu.
2424 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
2426         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2427         specific in what the first arg can be: a non-keyword word,
2428         string/regexp/percent literal opener, opening paren, or unary
2429         operator followed directly by word.
2431 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2433         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2434         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2435         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2436         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2437         Remove vars, they do not apply any more.
2438         (prolog-mode-abbrev-table): Remove redundant declaration.
2439         (prolog-upper-case-string, prolog-lower-case-string): Remove.
2440         (prolog-use-smie): Remove.
2441         (prolog-smie-rules): Add indentation rule for the if-then-else layout
2442         supported by prolog-electric-if-then-else-flag.
2443         (prolog-mode-variables, prolog-menu): Use setq-local.
2444         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2445         Remove binding to `Backspace' since this key doesn't exist anyway.
2446         Remove bindings for electric self-inserting keys.
2447         (prog-mode): Assume it's defined.
2448         (prolog-post-self-insert): New function.
2449         (prolog-mode): Use it.
2450         (prolog-indent-line, prolog-indent-level)
2451         (prolog-find-indent-of-matching-paren)
2452         (prolog-indentation-level-of-line, prolog-goto-comment-column)
2453         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2454         (prolog-goto-next-paren, prolog-in-string-or-comment)
2455         (prolog-tokenize, prolog-inside-mline-comment)
2456         (prolog-find-start-of-mline-comment): Remove functions.
2457         (prolog-find-unmatched-paren, prolog-clause-end)
2458         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2459         (prolog-electric--if-then-else): Rename from
2460         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2461         (prolog-tokenize-searchkey): Remove const.
2462         (prolog-clause-info): Use forward-sexp.
2463         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2464         (prolog-electric-if-then-else): Remove commands.
2465         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2466         for use in post-self-insert-hook.
2467         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2468         for use in post-self-insert-hook.
2469         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2470         for use in post-self-insert-hook.
2471         (prolog-electric--underscore): Rename from prolog-electric--underscore;
2472         adapt it for use in post-self-insert-hook.
2474 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
2476         * emacs-lisp/ert.el (ert-run-tests-interactively):
2477         Use `completing-read'.  (Bug#9756)
2479 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
2481         * simple.el (line-move): Call line-move-1 instead of
2482         line-move-visual when the current window hscroll is zero, but
2483         temporary-goal-column indicates we will need to hscroll as result
2484         of the movement.  (Bug#15712)
2486 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
2488         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2489         capitalization.  Use :visible instead of :active.
2490         Fix `ruby-indent-exp' reference.  Add menu items for the generic
2491         commands that are used with SMIE.
2492         (ruby-do-end-to-brace): Insert space after `{'.
2494 2013-10-25  John Anthony  <john@jo.hnanthony.com>
2496         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
2498         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
2500 2013-10-25  Glenn Morris  <rgm@gnu.org>
2502         * vc/vc.el (vc-print-log): Don't use a working revision unless
2503         one was explicitly specified.  (Bug#15322)
2505 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2507         * subr.el (add-to-list): Preserve return value in compiler-macro
2508         (bug#15692).
2510 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2512         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2513         result.  Ask user to retry using '-all' flag.  (Bug#15701)
2515 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * emacs-lisp/smie.el: New smie-config system.
2518         (smie-config): New defcustom.
2519         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2520         (smie-config-guess, smie-config-save): New commands.
2521         (smie-config--mode-local, smie-config--buffer-local)
2522         (smie-config--trace, smie-config--modefuns): New vars.
2523         (smie-config--advice, smie-config--mode-hook)
2524         (smie-config--setter, smie-config-local, smie-config--get-trace)
2525         (smie-config--guess-value, smie-config--guess): New functions.
2526         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2527         text properties.  Treat "string fence" syntax like string syntax.
2529         * progmodes/sh-script.el (sh-use-smie): Change default.
2530         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2531         (sh-var-value): Simplify by CSE.
2532         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2533         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2534         is used.
2535         (sh-guess-basic-offset): Use cl-incf.
2536         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2538 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
2540         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2541         (bug#15699).
2543 2013-10-24  Glenn Morris  <rgm@gnu.org>
2545         * Makefile.in (abs_top_srcdir): Remove.
2546         (update-subdirs): Use relative path to update-subdirs.
2548 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
2550         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2551         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2552         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2553         Call unmsys--file-name before expand-file-name, not after it.
2555 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
2557         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2558         (ert-test-skipped): New error.
2559         (ert-skip, ert-stats-skipped): New defuns.
2560         (ert--skip-unless): New macro.
2561         (ert-test-skipped): New struct.
2562         (ert--run-test-debugger, ert-test-result-type-p)
2563         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2564         (ert--stats-set-test-and-result, ert-char-for-test-result)
2565         (ert-string-for-test-result, ert-run-tests-batch)
2566         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2567         Handle skipped tests.  (Bug#9803)
2569 2013-10-24  Glenn Morris  <rgm@gnu.org>
2571         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2573         * Makefile.in (abs_top_srcdir): New, set by configure.
2574         (update-subdirs): Correct build-aux location.
2576 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
2578         * vc/vc.el (vc-print-root-log): Always set `default-directory'
2579         value, whether we could auto-deduce `backend', or not.
2581         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2582         with parameters" example.  Simplify the "is it block or is it
2583         hash" check, but also make it more thorough.
2585 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
2587         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
2589 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2592         { if it is hanging.
2594         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2595         :before ";".
2597 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
2599         * progmodes/compile.el (compilation-directory-matcher)
2600         (compilation-page-delimiter):
2601         Support GNU Make-4.0 directory quoting.  (Bug#15678)
2603 2013-10-23  Leo Liu  <sdl.web@gmail.com>
2605         * ido.el (ido-tidy): Handle read-only text.
2607 2013-10-23  Glenn Morris  <rgm@gnu.org>
2609         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2610         (emacs, compile, compile-always):
2611         Quote entities that might contain whitespace.
2612         (custom-deps, finder-data, autoloads): Use abs_lisp.
2613         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2614         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2615         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2617 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
2619         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2620         Use `following-char'.
2622 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2624         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2625         * progmodes/ruby-mode.el (ruby-smie-rules):
2626         Remove corresponding workaround.  Fix indentation rule of ";" so it
2627         also applies when ";" is the parent.
2629 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
2631         * frame.el (display-screens, display-pixel-height)
2632         (display-pixel-width, display-mm-width, display-backing-store)
2633         (display-save-under, display-planes, display-color-cells)
2634         (display-visual-class, display-monitor-attributes-list):
2635         Mention the optional ‘display’ argument in doc strings.
2637 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
2639         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2640         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
2642 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
2644         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2645         TODO.  Add "." after " @ ".
2646         (ruby-smie--at-dot-call): New function.  Checks if point at method
2647         call with explicit target.
2648         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2649         to the method name tokens when it precedes them.
2650         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2651         (ruby-smie-rules): Add rule for indentation before and after "."
2652         token.
2654 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         * textmodes/remember.el (remember-diary-extract-entries):
2657         Avoid add-to-list.
2659         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2660         an instruction.
2662 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
2664         * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
2665         (ruby-smie--implicit-semi-p): Add new operator chars.
2667         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2668         `smie-down-list'.
2669         (ruby-smie--args-separator-p): Check that there's no newline
2670         between method call and its arguments.
2672 2013-10-20  Alan Mackenzie  <acm@muc.de>
2674         Allow comma separated lists after Java "implements".
2676         * progmodes/cc-engine.el (c-backward-over-enum-header):
2677         Parse commas.
2678         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2679         from a "disallowed" list in enum fontification.
2681 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
2683         * startup.el (default-frame-background-mode): Remove unused defvar.
2685         * progmodes/verilog-mode.el (verilog-mode): Don't set
2686         comment-indent-function globally.
2688 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
2690         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2691         Move Info menu item creation to ns-win.el.
2693         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2694         in menu bar.
2696         * menu-bar.el: Move GNUStep specific menus...
2698         * term/ns-win.el (ns-initialize-window-system): ... to here.
2700 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * simple.el (newline): Only run post-self-insert-hook when
2703         called interactively.
2705 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
2707         * icomplete.el (icomplete-with-completion-tables): Add :version.
2709 2013-10-19  Alan Mackenzie  <acm@muc.de>
2711         Fix fontification bugs with constructors and const.
2713         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2714         CASE 2) Remove the check for the absence of a suffix construct
2715         after a function declaration with only types (no identifiers) in
2716         the parentheses.  Also, accept a function declaration with just a
2717         type inside the parentheses, if this type can be positively
2718         recognised as such, or if a prefix keyword like "explicit" nails
2719         down the construct as a declaration.
2721 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
2723         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2724         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
2725         the problem whereby selecting a menu item that leads to a
2726         minibuffer prompt moves the cursor out of the minibuffer window,
2727         making it hard to type at the prompt.  Suggested by Stefan Monnier
2728         <monnier@iro.umontreal.ca>.
2730 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
2732         * menu-bar.el: Don't make Services menu.
2734 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2736         * ffap.el: Handle "/usr/include/c++/<version>" directories.
2737         (ffap-alist): Use ffap-c++-mode for c++-mode.
2738         (ffap-c++-path): New variable.
2739         (ffap-c++-mode): New function.
2741 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
2743         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
2745 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
2747         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2748         introduced on 2013-09-08, which results in an infinite loop
2749         requesting a password.
2751 2013-10-18  Glenn Morris  <rgm@gnu.org>
2753         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2755 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
2757         Sync with upstream verilog-mode revision 1a6ecec7.
2758         * progmodes/verilog-mode.el (verilog-mode-version): Update.
2759         (verilog-mode-release-date): Remove.
2760         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2761         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2762         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2763         (verilog-auto-tieoff-ignore-regexp)
2764         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2765         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2766         (verilog-signals-with, verilog-dir-cache-preserving)
2767         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2768         Doc fixes.
2769         (verilog-case-fold): New option, to control case folding in
2770         regexp searches, bug597.
2771         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2772         (verilog-string-match-fold, verilog-in-paren-count)
2773         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2774         (verilog-at-close-struct-p): New functions.
2775         (verilog-beg-block-re-ordered, verilog-extended-case-re)
2776         (verilog-forward-sexp, verilog-set-auto-endcomments):
2777         (verilog-leap-to-case-head): Handle "unique0" case.
2778         (verilog-in-constraint-re): New constant.
2779         (verilog-keywords, verilog-type-font-keywords):
2780         Add some SystemVerilog 1800-2012 keywords.
2781         (verilog-label-be): Remove unimplemented argument, bug669.
2782         (verilog-batch-execute-func): When batch expanding clear
2783         create-lockfiles to prevent spurious user locks when a file ends
2784         up not changing.
2785         (verilog-calculate-indent, verilog-calc-1)
2786         (verilog-at-close-constraint-p, verilog-at-constraint-p)
2787         (verilog-do-indent): Fix indentation of nested constraints
2788         and structures.
2789         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2790         (verilog-auto-inst-param): Use verilog-string-match-fold.
2791         (verilog-read-inst-module-matcher):
2792         Fix AUTOINST on gate primitives with #1.
2793         (verilog-read-decls): Fix double-declaring user-defined typed signals.
2794         Reads all user-defined typed variables.
2795         (verilog-read-defines): Fix reading definitions inside comments, bug647.
2796         (verilog-signals-matching-regexp)
2797         (verilog-signals-not-matching-regexp, verilog-auto):
2798         Respect verilog-case-fold.
2799         (verilog-diff-report): Fix line count.
2800         (verilog-auto-assign-modport): Remove unused local `modi'.
2801         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2802         better handle multidimensional arrays.
2803         Fix packed array ports misadding bit index in AUTOINST, bug637.
2804         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2805         to not double-declare existing outputs and inputs, respectively.
2806         (verilog-template-map): Bind U to verilog-sk-uvm-component.
2807         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2808         (verilog-sk-uvm-component): New skeleton.
2809         (verilog-submit-bug-report): Add verilog-case-fold,
2810         remove verilog-mode-release-date.
2812 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
2814         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2815         as before.
2817 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
2819         * textmodes/remember.el (remember): Set buffer-offer-save in
2820         remember buffers (bug#13566).
2822 2013-10-18  Daniel Colascione  <dancol@dancol.org>
2824         When evaluating forms in ielm, direct standard output to ielm
2825         buffer.  Add new ielm-return-for-effect command.  Remove trailing
2826         whitespace throughout.
2828         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2829         (ielm-return-for-effect): New command.
2830         (ielm-send-input): Accept optional `for-effect' parameter.
2831         (ielm-eval-input): Accept optional `for-effect' parameter.
2832         Bind `standard-output' to stream we create using
2833         `ielm-standard-output-impl'.  Suppress printing result when
2834         `for-effect'.
2835         (ielm-standard-output-impl): New function.
2836         (inferior-emacs-lisp-mode): Explain new features in documentation.
2838 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
2840         Code cleanup.
2842         * net/tramp.el (tramp-debug-message): Do not check for connection
2843         buffer.
2844         (tramp-message): Use "vector" connection property.
2846         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2847         (tramp-equal-remote, tramp-eshell-directory-change)
2848         * net/tramp-adb.el (tramp-adb-handle-copy-file)
2849         (tramp-adb-handle-rename-file)
2850         * net/tramp-cmds.el (tramp-list-remote-buffers)
2851         (tramp-cleanup-connection, tramp-cleanup-this-connection)
2852         * net/tramp-compat.el (tramp-compat-process-running-p)
2853         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2854         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2855         (tramp-gvfs-handle-rename-file)
2856         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2857         (tramp-set-file-uid-gid)
2858         * net/tramp-smb.el (tramp-smb-handle-copy-file)
2859         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2860         of `file-remote-p'.
2862         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2863         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2864         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2865         (tramp-gw-open-network-stream): Suppress unrelated traces.
2867         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2868         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2869         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2870         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2871         connection property.
2873         * net/tramp-cache.el (top): Suppress traces when reading
2874         persistency file.
2876         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2877         Refactor common code.  Improve debug message.
2878         (tramp-maybe-open-connection)
2879         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2880         connection buffer too early.
2882         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2883         from `tramp-smb-actions-with-acl'.
2884         (tramp-smb-actions-set-acl): New defconst.
2885         (tramp-smb-handle-copy-directory)
2886         (tramp-smb-action-get-acl): New defun, renamed from
2887         `tramp-smb-action-with-acl'.
2888         (tramp-smb-action-set-acl): New defun.
2889         (tramp-smb-handle-set-file-acl): Rewrite.
2891 2013-10-17  Glenn Morris  <rgm@gnu.org>
2893         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
2895 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2897         * skeleton.el (skeleton-newline): Remove.
2898         (skeleton-internal-1): Use (insert "\n") instead.
2900         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2901         let-bindings.
2903         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2904         forward-sexp-function while we redo its job (bug#15613).
2906 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
2908         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2909         represented by lists.
2911 2013-10-16  Glenn Morris  <rgm@gnu.org>
2913         * tmm.el (tmm--history): New dynamic variable.
2914         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
2916 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
2918         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2919         (tramp-smb-errors): Add error messages.
2920         (tramp-smb-actions-with-acl): New defconst.
2921         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2922         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2923         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2924         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2925         (tramp-smb-get-stat-capability): Fix tests.
2927 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2929         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2930         (bug#15580).
2932 2013-10-16  Glenn Morris  <rgm@gnu.org>
2934         * ansi-color.el (ansi-color-drop-regexp):
2935         Add 1J, 1K, 2K.  (Bug#15617)
2937         * files.el (hack-local-variables--warned-lexical): New.
2938         (hack-local-variables):
2939         Warn about misplaced lexical-binding.  (Bug#15616)
2941         * net/eww.el (eww-render): Always set eww-current-url,
2942         and update header line.  (Bug#15622)
2943         (eww-display-html): ... Rather than just doing it here.
2945 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
2947         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2948         menu navigations commands.
2950 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2952         * progmodes/subword.el (subword-capitalize): Be careful when
2953         the search for [[:alpha:]] fails (bug#15580).
2955 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
2957         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2958         to commands that scroll the menu.
2960 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
2962         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2963         Handle methods ending with `?' and `!'.
2965 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
2967         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2968         `japanese-cp932' to `cp932' to fix the problem where saving a
2969         source file written in Shift_JIS twice would end up having
2970         `coding: japanese-cp932' which Ruby could not recognize.
2971         (ruby-mode-set-encoding): Add support for encodings mapped to nil
2972         in `ruby-encoding-map'.
2973         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2974         doesn't need to be explicitly declared in magic comment.
2975         (ruby-encoding-map): Add type declaration for better customize UI.
2977 2013-10-13  Glenn Morris  <rgm@gnu.org>
2979         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2980         Occur buffers are read-only.  http://bugs.debian.org/720775
2982         * emacs-lisp/authors.el (authors-fixed-entries):
2983         Comment out old alpha stuff.
2985 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
2987         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2988         to `after-save-hook' instead of `before-save-hook'.
2989         (ruby-mode-set-encoding): Use the value of coding system used to
2990         write the file.  Call `basic-save-buffer-1' after modifying the
2991         buffer.
2993 2013-10-13  Alan Mackenzie  <acm@muc.de>
2995         Fix indentation/fontification of Java enum with
2996         "implements"/generic.
2998         * progmodes/cc-engine.el (c-backward-over-enum-header):
2999         Extracted from the three other places and enhanced to handle generics.
3000         (c-inside-bracelist-p): Uses new function above.
3001         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3002         function above.
3003         (c-font-lock-enum-tail): Uses new function above.
3005 2013-10-13  Kenichi Handa  <handa@gnu.org>
3007         * international/mule-cmds.el (select-safe-coding-system): Remove a
3008         superfluous condition in chekcing whether a coding system is safe
3009         or not.
3011 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
3013         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
3015 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
3017         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
3019 2013-10-13  Glenn Morris  <rgm@gnu.org>
3021         * menu-bar.el (menu-bar-update-buffers):
3022         Unify Buffers menu prompt string.  (Bug#15576)
3024         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
3026         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3027         Add some entries.
3028         (authors-fixed-entries): Use accented form of name.
3030 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3033         method calls (bug#15594).
3034         (ruby-smie--args-separator-p): New function.
3035         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3036         recognize paren-free method calls.
3038         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3039         internals of universal-argument.
3041 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
3043         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3044         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3045         dropped menu on second mouse click on the menu bar.
3047 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3050         (explicit-shell-file-name): Declare.
3051         (sh--vars-before-point, sh--cmd-completion-table): New functions.
3052         (sh-completion-at-point-function): New function.
3053         (sh-mode): Use it.
3054         (sh-smie--keyword-p): Remove unused argument.
3055         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3056         vars.
3057         (sh-set-shell): Always setup SMIE, even if we use the
3058         old indentation code.
3060 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
3062         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3063         cases of ? and =.
3064         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
3065         predicate would return nil are almost non-existent.
3066         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3068         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3069         cache also after commands that modify the buffer but don't move
3070         point.
3072 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * env.el (substitute-env-in-file-name): New function.
3075         (substitute-env-vars): Extend the meaning of the optional arg.
3077 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
3079         * term/w32-win.el (dynamic-library-alist): Define separate lists
3080         of GIF DLLs for versions before and after 5.0.0 of giflib.
3081         (Bug#15531)
3083 2013-10-10  João Távora  <joaotavora@gmail.com>
3085         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3086         not locked, use last revision and current source as
3087         defaults.  (Bug#15569)
3089 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
3091         * menu-bar.el (menu-bar-open): Don't use popup-menu if
3092         menu-bar is hidden.
3094 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
3096         * window.el (pop-to-buffer-same-window): Fix doc-string.
3097         (Bug#15492)
3099 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3101         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3103 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
3105         * calendar/icalendar.el (icalendar-import-file):
3106         Fix interactive spec.  (Bug#15482)
3108 2013-10-10  Glenn Morris  <rgm@gnu.org>
3110         * desktop.el (desktop-save): Default to saving in .emacs.d,
3111         since PWD is no longer in desktop-path by default.  (Bug#15319)
3113         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3114         now that text mode has a menu with the same entry.
3115         (menu-bar-text-mode-auto-fill): Remove now unused func.
3116         * textmodes/text-mode.el (text-mode-map):
3117         Use auto-fill help text from menu-bar.el.
3119 2013-10-10  John Anthony  <john@jo.hnanthony.com>
3121         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
3123 2013-10-09  Juri Linkov  <juri@jurta.org>
3125         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3126         instead of this-command-keys.  Add universal-argument-more and
3127         universal-argument-minus to the list of prefix commands.  (Bug#15568)
3129 2013-10-09  Glenn Morris  <rgm@gnu.org>
3131         * vc/vc-svn.el (vc-svn-create-repo):
3132         Expand paths in file://... url.  (Bug#15446)
3134         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3135         Add some entries.
3136         (authors): Remove unused local variables.
3138 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3140         * profiler.el: Create a more coherent calltree from partial backtraces.
3141         (profiler-format): Hide the tail with `invisible' so that C-s can still
3142         find the hidden elements.
3143         (profiler-calltree-depth): Don't recurse so enthusiastically.
3144         (profiler-function-equal): New hash-table-test.
3145         (profiler-calltree-build-unified): New function.
3146         (profiler-calltree-build): Use it.
3147         (profiler-report-make-name-part): Indent the calltree less.
3148         (profiler-report-mode): Add visibility specs for profiler-format.
3149         (profiler-report-expand-entry, profiler-report-toggle-entry):
3150         Expand the whole subtree when provided with a prefix arg.
3152 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
3154         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3155         iuwu-mod token.
3156         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3157         hanging iuwu-mod token.
3158         (ruby-smie--forward-token): Do not include a dot after a token in
3159         that token.
3160         (ruby-smie--backward-token): Likewise.
3162 2013-10-08  Juri Linkov  <juri@jurta.org>
3164         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3165         to isearch-other-control-char.
3166         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3167         and isearch-post-command-hook to post-command-hook.
3168         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3169         and isearch-post-command-hook from post-command-hook.
3170         (isearch-unread-key-sequence)
3171         (isearch-reread-key-sequence-naturally)
3172         (isearch-lookup-scroll-key, isearch-other-control-char)
3173         (isearch-other-meta-char): Remove functions.
3174         (isearch-pre-command-hook, isearch-post-command-hook):
3175         New functions based on isearch-other-meta-char rewritten
3176         relying on the new behavior of overriding-terminal-local-map
3177         that does not replace the local keymaps any more.  (Bug#15200)
3179 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
3181         Support menus on text-mode terminals.
3182         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3183         functionality.
3185         * tooltip.el (tooltip-mode): Don't error out on TTYs.
3187         * menu-bar.el (popup-menu, popup-menu-normalize-position):
3188         Move here from mouse.el.
3189         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3190         and arrow keys.
3191         (tty-menu-navigation-map): New map for TTY menu navigation.
3193         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3195         * frame.el (display-mouse-p): Report text-mode mouse as available
3196         on w32.
3197         (display-popup-menus-p): Report availability if mouse is
3198         available; don't condition on window-system.
3200         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3201         (tty-menu-selected-face): New faces.
3203 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3206         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3207         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3208         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3209         New constants.
3210         (lisp-mode-variables): New `elisp' argument.
3211         (emacs-lisp-mode): Use it.
3212         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3213         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3215         * indent.el: Use lexical-binding.
3216         (indent-region): Add progress reporter.
3217         (tab-stop-list): Make it implicitly extend to infinity by repeating the
3218         last step.
3219         (indent--next-tab-stop): New function to implement this behavior.
3220         (tab-to-tab-stop, move-to-tab-stop): Use it.
3222 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
3224         * indent.el (indent-rigidly--current-indentation): New function.
3225         (indent-rigidly-map): New var.
3226         (indent-rigidly): Use it to provide interactive mode (bug#8196).
3228 2013-10-08  Bastien Guerry  <bzg@gnu.org>
3230         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3232 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         * progmodes/perl-mode.el: Use lexical-binding.
3235         Remove redundant :group args.
3236         (perl-nochange): Change default to be closer to other major modes's
3237         standard behavior.
3238         (perl-indent-line): Don't consider text on current line as a
3239         valid beginning of function from which to indent.
3241         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3242         with more than one argument (bug#15538).
3244         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3246         * vc/pcvs.el: Use lexical-binding.
3247         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3248         environment of `eval'.
3249         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3250         than a list of expressions.  Adjust callers.
3251         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3253 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
3255         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3256         case of the dot in a chained method call being on the following line.
3258 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * electric.el (electric-indent-inhibit): New var.
3261         (electric-indent-post-self-insert-function): Use it.
3262         * progmodes/python.el (python-mode): Set it.
3264         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3265         open braces.
3267         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3269         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3270         (css-mode): Use electric-indent-chars.
3272         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3273         (font-lock-beg, font-lock-end): Move before first use.
3274         (nxml-mode): Use syntax-propertize-function.
3275         (nxml-after-change, nxml-after-change1): Adjust accordingly.
3276         (nxml-extend-after-change-region): Remove.
3277         * nxml/xmltok.el: Use lexical-binding.
3278         (xmltok-save): Use `declare'.
3279         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3280         * nxml/nxml-util.el: Use lexical-binding.
3281         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3282         Use `declare'.
3283         * nxml/nxml-ns.el: Use lexical-binding.
3284         (nxml-ns-save): Use `declare'.
3285         (nxml-ns-prefixes-for): Avoid add-to-list.
3286         * nxml/rng-match.el: Use lexical-binding.
3287         (rng--ipattern): Use cl-defstruct.
3288         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3289         (rng-cons-group-after, rng-subst-group-after)
3290         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3291         Use closures instead of `(lambda...).
3293 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
3295         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3296         of BEG and END.
3298         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3299         Use `tramp-handle-insert-file-contents'.
3300         (tramp-gvfs-handle-insert-file-contents): Remove function.
3302         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3303         Use `save-restriction' in order to keep markers.
3305         * net/trampver.el: Update release number.
3307 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * progmodes/compile.el (compilation-parse-errors):
3310         Use compilation--put-prop.
3311         (compilation--ensure-parse): Check compilation-multiline.
3313         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3315         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3316         lexical-binding.
3318         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3320         * progmodes/ruby-mode.el: Fix recently added tests.
3321         (ruby-smie-grammar): Add - and +.
3322         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3323         (ruby-smie--backward-id): New functions.
3324         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3325         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
3326         any more.
3328 2013-10-07  Leo Liu  <sdl.web@gmail.com>
3330         * register.el (register-preview-delay)
3331         (register-preview-functions): New variables.
3332         (register-read-with-preview, register-preview)
3333         (register-describe-oneline): New functions.
3334         (point-to-register, window-configuration-to-register)
3335         (frame-configuration-to-register, jump-to-register)
3336         (number-to-register, view-register, insert-register)
3337         (copy-to-register, append-to-register, prepend-to-register)
3338         (copy-rectangle-to-register): Use register-read-with-preview to
3339         read register.  (Bug#15525)
3341 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
3343         * net/network-stream.el (network-stream-open-starttls): Don't add
3344         --insecure if it's already present, because that gnutls-cli
3345         rejects getting that parameter twice.
3347 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
3349         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3350         keyword, too.
3352 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
3354         * newcomment.el (comment-use-global-state): Change default value
3355         to t, mark obsolete (Bug#15251).
3356         (comment-beginning): In addition to `comment-to-syntax', check the
3357         value of `comment-use-global-state'.
3359 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3362         (ruby-comment-column): Follow the global default, by default.
3363         (ruby-smie-grammar): Add assignment syntax.
3364         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3365         open-paren, a comma, or a \.
3366         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3367         and line continuations.
3368         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3369         followed by implicit semi-colons.  Add rule for string concatenation
3370         and for indentation at BOB.
3371         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3373         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3374         calling next-sexp, since next-token may have skipped chars which
3375         next-sexp doesn't know should be skipped!
3377 2013-10-05  Leo Liu  <sdl.web@gmail.com>
3379         * progmodes/octave.el (octave-send-region):
3380         Call compilation-forget-errors.
3382 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3384         * vc/vc-svn.el (vc-svn-find-admin-dir):
3385         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3386         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3387         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3388         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3390 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3394 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3396         * subr.el (read-passwd): Hide chars even when called within a context
3397         where after-change-functions is disabled (bug#15501).
3398         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3399         until we removed ourself from overriding-terminal-local-map.
3401 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3403         * progmodes/octave.el (inferior-octave-mode):
3404         Call compilation-forget-errors.
3406 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3408         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3410 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
3412         * net/secrets.el (secrets-create-collection): Add optional
3413         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
3414         dbus-call-method argument.  (Bug#15516)
3416 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3418         * progmodes/octave.el (inferior-octave-error-regexp-alist)
3419         (inferior-octave-compilation-font-lock-keywords): New variables.
3420         (compilation-error-regexp-alist)
3421         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3422         (inferior-octave-mode): Use compilation-shell-minor-mode.
3424 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
3426         * minibuffer.el (completion--replace): Be careful that `end' might be
3427         a marker.
3429 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3431         Add support for package signature checking.
3432         * emacs-lisp/package.el (url-http-file-exists-p)
3433         (epg-make-context, epg-context-set-home-directory)
3434         (epg-verify-string, epg-context-result-for)
3435         (epg-signature-status, epg-signature-to-string)
3436         (epg-check-configuration, epg-configuration)
3437         (epg-import-keys-from-file): Declare.
3438         (package-check-signature): New user option.
3439         (package-unsigned-archives): New user option.
3440         (package-desc): Add `signed' field.
3441         (package-load-descriptor): Set `signed' field if .signed file exists.
3442         (package--archive-file-exists-p): New function.
3443         (package--check-signature): New function.
3444         (package-install-from-archive): Check package signature.
3445         (package--download-one-archive): Check archive signature.
3446         (package-delete): Remove .signed file.
3447         (package-import-keyring): New command.
3448         (package-refresh-contents): Import default keyring.
3449         (package-desc-status): Add "unsigned" status.
3450         (describe-package-1, package-menu--print-info)
3451         (package-menu-mark-delete, package-menu--find-upgrades)
3452         (package-menu--status-predicate): Support "unsigned" status.
3454 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3456         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3457         the new compilation scheme using the new byte-codes.
3459         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3460         (byte-pophandler): New byte codes.
3461         (byte-goto-ops): Adjust accordingly.
3462         (byte-compile--use-old-handlers): New var.
3463         (byte-compile-catch): Use new byte codes depending on
3464         byte-compile--use-old-handlers.
3465         (byte-compile-condition-case--old): Rename from
3466         byte-compile-condition-case.
3467         (byte-compile-condition-case--new): New function.
3468         (byte-compile-condition-case): New function that dispatches depending
3469         on byte-compile--use-old-handlers.
3470         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3471         when we can.
3473         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3474         Optimize under `condition-case' and `catch' if
3475         byte-compile--use-old-handlers is nil.
3476         (disassemble-offset): Handle new bytecodes.
3478 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * subr.el (error): Use `declare'.
3481         (decode-char, encode-char): Use advertised-calling-convention instead
3482         of the docstring to discourage use of the `restriction' arg.
3484 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3486         * epg.el (epg-verify-file): Add a comment saying that it does not
3487         notify verification error as a return value nor a signal.
3488         (epg-verify-string): Ditto.
3490 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3492         * progmodes/compile.el (compilation-start): Try globbing the arg to
3493         `cd' (bug#15417).
3495 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
3497         Sync with Tramp 2.2.8.
3499         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3500         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3501         * net/trampver.el: Update release number.
3503 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
3505         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3506         and default-process-coding-system for darwin only.
3508 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3510         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3512 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
3514         * vc/vc-git.el (vc-git-grep): Disable pager.
3516 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
3518         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3519         Use :url instead of :homepage, as per
3520         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3522         * newcomment.el (comment-beginning): When `comment-use-syntax' is
3523         non-nil, use `syntax-ppss' (Bug#15251).
3525 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3527         * progmodes/octave.el (inferior-octave-startup-file):
3528         Prefer ~/.emacs.d/init_octave.m.
3530 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
3532         * emacs-lisp/package.el (package-desc-from-define):
3533         Accept additional arguments as plist, convert them to an alist and store
3534         them in the `extras' slot.
3535         (package-generate-description-file): Convert extras alist back to
3536         plist and append to the `define-package' form arguments.
3537         (package--alist-to-plist): New function.
3538         (package--ac-desc): Add `extras' slot.
3539         (package--add-to-archive-contents): Check if the archive-contents
3540         vector is long enough, and if it is, pass its `extras' slot value
3541         to `package-desc-create'.
3542         (package-buffer-info): Call `lm-homepage', pass the returned value
3543         to `package-desc-from-define'.
3544         (describe-package-1): Render the homepage button (Bug#13291).
3546         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3547         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3549 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
3551         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3552         and default-process-coding-system to utf-8-unix (Bug#15402).
3554 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
3556         * subr.el (looking-back): Do not recommend using looking-back.
3558 2013-09-28  Alan Mackenzie  <acm@muc.de>
3560         Fix indentation/fontification of Java enum with "implements".
3562         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3563         regexp which matches "implements", etc., in Java.
3564         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3565         specifier clauses coming after "enum".
3566         * progmodes/cc-fonts.el (c-font-lock-declarations)
3567         (c-font-lock-enum-tail): Check for extra specifier clauses coming
3568         after "enum".
3570 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
3572         * faces.el (region): Change ns_selection_color to
3573         ns_selection_fg_color, add ns_selection_bg_color.
3575 2013-09-28  Leo Liu  <sdl.web@gmail.com>
3577         * progmodes/octave.el (inferior-octave-completion-table)
3578         (inferior-octave-completion-at-point): Minor tweaks.
3580         * textmodes/ispell.el (ispell-lookup-words): Rename from
3581         lookup-words.  (Bug#15460)
3582         (lookup-words): Obsolete.
3583         (ispell-complete-word, ispell-command-loop): All uses changed.
3585 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3587         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3588         (octave-mode-menu): Add octave-send-buffer.
3589         (octave-send-buffer): New function.
3591 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3593         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3594         octave-lookfor.
3595         (octave-mode-menu): Add octave-lookfor.
3596         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3597         octave-lookfor.
3598         (octave-lookfor): New function.
3600 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3602         * emacs-lisp/cl-macs.el:
3603         (cl--loop-destr-temps): Remove.
3604         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3605         its convention.
3606         (cl--loop-set-iterator-function): New function.
3607         (cl-loop): Adjust accordingly, so as not to use cl-subst.
3608         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3609         Bind `it' with `let' instead of substituting it with `cl-subst'.
3610         (cl--unused-var-p): New function.
3611         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3612         Eliminate some unused variable warnings (bug#15326).
3614 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
3616         * doc-view.el (doc-view-scale-reset): Rename from
3617         `doc-view-reset-zoom-level'.
3618         (doc-view-scale-adjust): New command.
3619         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3620         `doc-view-scale-adjust'.
3622 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
3624         * doc-view.el (doc-view-reset-zoom-level): New command.
3625         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3626         zoom commands (bug#15466).
3628 2013-09-26  Kenichi Handa  <handa@gnu.org>
3630         * international/quail.el (quail-help): Make it not a command.
3632 2013-09-26  Leo Liu  <sdl.web@gmail.com>
3634         * minibuffer.el (completion-all-sorted-completions): Make args
3635         optional as they are.
3637 2013-09-25  Daniel Colascione  <dancol@dancol.org>
3639         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3640         specs are and that they're not evaluated.
3642 2013-09-24  Sam Steingold  <sds@gnu.org>
3644         * midnight.el (clean-buffer-list-kill-regexps)
3645         (clean-buffer-list-kill-buffer-names): Update for the new Man
3646         buffer naming which includes the object name.
3648 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * eshell/esh-cmd.el (eshell--sep-terms): New var.
3651         (eshell-parse-command, eshell-parse-pipeline): Use it since
3652         eshell-separate-commands requires a dynamic scoped var.
3653         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3655 2013-09-23  Leo Liu  <sdl.web@gmail.com>
3657         * autoinsert.el (auto-insert-alist): Make the value of
3658         lexical-binding match its file setting.
3660 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
3662         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3664         * autoarg.el (autoarg-kp-digit-argument):
3665         * electric.el (Electric-command-loop):
3666         * kmacro.el (kmacro-step-edit-insert):
3667         Do not set universal-argument-num-events.
3669 2013-09-22  Leo Liu  <sdl.web@gmail.com>
3671         * files.el (interpreter-mode-alist): Add octave.
3673 2013-09-21  Alan Mackenzie  <acm@muc.de>
3675         C++: fontify identifier in declaration following "public:" correctly.
3676         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3677         to match "public", etc.
3678         (c-decl-prefix-re): Add ":" into the C++ value.
3679         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3680         bit.  Add a check for a ":" preceded by "public", etc.
3682 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
3684         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3685         recognized by GDB 7.5 and later.
3687 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
3689         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3691 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * subr.el (internal--call-interactively): New const.
3694         (called-interactively-p): Use it (bug#3984).
3696 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
3698         * vc/pcvs.el (cvs-mode-ignore):
3699         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3700         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
3702 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3704         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
3705         (eshell-ls-orig-insert-directory): Remove.
3706         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
3707         (eshell-ls-use-in-dired): Use advice-add/remove.
3708         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3709         Add `orig-fun' arg for use in :around advice.
3710         Make it check (redundantly) eshell-ls-use-in-dired.
3712 2013-09-19  Glenn Morris  <rgm@gnu.org>
3714         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3716         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3718         * emacs-lisp/eieio.el (class-parent): Undo previous change.
3720 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
3722         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3723         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3724         (tramp-get-remote-python): New defuns.
3725         (tramp-get-remote-uid-with-perl)
3726         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
3727         contributed by yary <not.com@gmail.com> (tiny change).
3728         (tramp-get-remote-uid-with-python)
3729         (tramp-get-remote-gid-with-python): New defuns.  Python code
3730         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3731         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3733 2013-09-19  Glenn Morris  <rgm@gnu.org>
3735         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3737         * eshell/em-unix.el (eshell-remove-entries):
3738         Rename argument to avoid name-clash with global `top-level'.
3740         * eshell/esh-proc.el (eshell-kill-process-function):
3741         Remove eshell-reset-after-proc from eshell-kill-hook if present.
3742         (eshell-reset-after-proc): Remove unused arg `proc'.
3744         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3745         (directory-files-and-attributes): Mark unused arg.
3747         * eshell/em-unix.el (eshell-remove-entries):
3748         Remove unused arg `path'.  Update callers.
3750         * eshell/em-hist.el (eshell-hist-parse-arguments):
3751         Remove unused arg `silent'.  Update callers.
3753         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3754         Fix (f)boundp mix-up.
3756         * eshell/em-smart.el (eshell-smart-scroll-window)
3757         (eshell-disable-after-change):
3758         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
3760 2013-09-18  Alan Mackenzie  <acm@muc.de>
3762         Fix fontification of type when followed by "const".
3763         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3764         "known" types from fontification.
3766 2013-09-18  Glenn Morris  <rgm@gnu.org>
3768         * emacs-lisp/chart.el (x-display-color-cells): Declare.
3769         (chart-face-list): Drop Emacsen without display-color-p.
3771         * net/eww.el (libxml-parse-html-region): Declare.
3772         (eww-display-html): Explicit error if no libxml2 support.
3774         * doc-view.el (doc-view-mode): Silence --without-x compilation.
3776         * image.el (image-type-from-buffer, image-multi-frame-p):
3777         Remove --without-x warning/error.
3779         * mouse.el (mouse-yank-primary):
3780         * term.el (term-mouse-paste):
3781         Reorder to silence --without-x compilation.
3783         * mpc.el (doc-view-mode): Silence --without-x compilation.
3785         * mail/rmailmm.el (rmail-mime-set-bulk-data):
3786         Silence --without-x compilation.
3788         * progmodes/gud.el (gud-find-file, gud-mode):
3789         Silence --without-x compilation.
3790         (tooltip-mode): Declare.
3792         * wdired.el (dired-backup-overwrite): Remove declaration.
3793         (wdired-mode-map): Add doc string.
3795         * custom.el (x-get-resource): Declare.
3797         * eshell/em-glob.el (ange-cache):
3798         * eshell/em-unix.el (ange-cache): Declare.
3800         * faces.el (x-display-list, x-open-connection, x-get-resource):
3801         Declare.
3803         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3804         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3805         Declare.
3807         * frame.el (x-display-grayscale-p, x-display-name): Declare.
3809         * net/gnutls.el (gnutls-log-level): Declare.
3811         * net/shr.el (image-size, image-animate): Declare.
3813         * simple.el (font-info): Declare.
3815         * subr.el (x-popup-dialog): Declare.
3817         * term/common-win.el (x-select-enable-primary)
3818         (x-last-selected-text-primary, x-last-selected-text-clipboard):
3819         Declare.
3821         * term/ns-win.el (x-handle-args): Declare.
3823         * term/x-win.el (x-select-enable-clipboard): Declare.
3825         * term/w32-win.el (create-default-fontset): Declare.
3827         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3828         Declare.
3830         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3831         (fit-frame-to-buffer): Explicit error if --without-x.
3832         (mouse-autoselect-window-select): Silence compiler.
3834         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3836         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3837         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3838         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
3839         * eshell/esh-util.el (eshell-sublist):
3840         Remove unused local variables.
3842         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3844         * textmodes/two-column.el: Make 2C-split work for --without-x.
3845         (scroll-bar-columns): Autoload.
3846         (top-level): Require fringe when compiling.
3848 2013-09-18  Leo Liu  <sdl.web@gmail.com>
3850         * subr.el (add-hook): Robustify to handle closure as well.
3852 2013-09-17  Glenn Morris  <rgm@gnu.org>
3854         * simple.el (messages-buffer-mode-map): Unbind "g".
3856 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * help-mode.el (help-mode-finish): Use derived-mode-p.
3859         Remove obsolete highlighting.
3861         * play/life.el (life-mode): Use define-derived-mode.  Derive from
3862         special-mode.
3863         (life): Let-bind inhibit-read-only.
3864         (life-setup): Avoid `setq'.  Use `life-mode'.
3866         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3867         which should not be needed any more.
3868         (package-menu-refresh, package-menu-describe-package): Use user-error.
3870         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3871         (eshell-post-rewrite-command-hook): Make obsolete.
3872         (eshell-parse-command): Simplify.
3873         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3874         (eshell--cmd): Declare.
3875         (eshell-parse-pipeline): Remove unused var `final-p'.
3876         Pass a dynvar to eshell-post-rewrite-command-hook.
3877         Implement the new eshell-post-rewrite-command-function.
3878         (eshell-invoke-directly): Remove unused arg `input'.
3879         * eshell/esh-io.el (eshell-io-initialize):
3880         Use eshell-post-rewrite-command-function (bug#15399).
3881         (eshell--apply-redirections): Rename from eshell-apply-redirections;
3882         adjust to new calling convention.
3883         (eshell-create-handles): Rename args to avoid clashing with dynvar
3884         `standard-output'.
3886 2013-09-17  Glenn Morris  <rgm@gnu.org>
3888         * simple.el (messages-buffer-mode): New major mode.
3889         (messages-buffer): New function.
3890         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3891         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
3892         (ert-run-test): Use `messages-buffer' function.
3893         (ert--force-message-log-buffer-truncation): Ignore read-only.
3894         * help.el (view-echo-area-messages): Use `messages-buffer' function.
3895         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
3897 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3899         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3901         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
3903 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         * icomplete.el (icomplete-in-buffer): New var.
3906         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3907         vars and replace them with functions.
3908         (icomplete-minibuffer-setup): Adjust accordingly.
3909         (icomplete--completion-table, icomplete--completion-predicate)
3910         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3911         New functions.
3912         (icomplete-forward-completions, icomplete-backward-completions)
3913         (icomplete-simple-completing-p, icomplete-exhibit)
3914         (icomplete-completions): Use them.
3915         (icomplete--in-region-buffer): New var.
3916         (icomplete--in-region-setup): New function.
3917         (icomplete-mode): Use it.
3919         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3920         (bug#15379).
3921         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3922         return args and options.
3923         (eshell-eval-using-options): Use the new return value of
3924         eshell--do-opts to set the options's vars in their scope.
3925         (eshell--set-option): Rename from eshell-set-option.
3926         Add arg `opt-vals'.
3927         (eshell--process-option): Rename from eshell-process-option.
3928         Add arg `opt-vals'.
3929         (eshell--process-args): Use an `opt-vals' alist to store the options's
3930         values during their processing and return them additionally to the
3931         remaining args.
3933 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
3935         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3936         continuation character an operator, as far as indentation is
3937         concerned (Bug#15369).
3939 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
3941         * window.el (window--state-put-2): Don't process buffer state
3942         when buffer doesn't exist any more (Bug#15382).
3944 2013-09-15  Glenn Morris  <rgm@gnu.org>
3946         * eshell/em-unix.el (eshell/rm):
3947         Make -f ignore missing files.  (Bug#15373)
3949         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
3950         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3951         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3953 2013-09-14  Glenn Morris  <rgm@gnu.org>
3955         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3957 2013-09-13  Glenn Morris  <rgm@gnu.org>
3959         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3960         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
3962 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
3964         * frame.el (x-focus-frame): Mark as declared in frame.c.
3966 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3968         * ls-lisp.el: Use advice-add.
3969         (original-insert-directory): Remove.
3970         (ls-lisp--insert-directory): Rename from insert-directory; add
3971         `orig-fun' argument.
3972         (insert-directory): Advise.
3974 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
3976         * term.el (term-emulate-terminal): Decode the command string
3977         before passing it to term-command-hook.  (Bug#15337)
3979 2013-09-13  Glenn Morris  <rgm@gnu.org>
3981         * eshell/esh-util.el (ange-cache): Move declaration earlier.
3983         * eshell/esh-ext.el (eshell-search-path): Declare.
3985         * eshell/em-prompt.el (eshell/pwd): Autoload it.
3986         Otherwise an error occurs if eshell-dirs module not loaded.
3988         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3990 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
3992         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3993         `tramp-check-proper-host'.  Check for a valid method name.
3995         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3996         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3997         * net/tramp-sh.el (tramp-maybe-open-connection):
3998         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4000         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4001         also for hash values.
4003 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * term/ns-win.el (parameters): Don't declare as dynamic.
4006         (before-make-frame-hook): Don't add ineffective function.
4008         * eshell/*.el: Use lexical-binding (bug#15231).
4010 2013-09-12  Kenichi Handa  <handa@gnu.org>
4012         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4014 2013-09-12  Glenn Morris  <rgm@gnu.org>
4016         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4017         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4019         * subr.el (do-after-load-evaluation): Also give compiler warnings
4020         when obsolete files are used (except by obsolete files).
4022         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4023         in the status output, assume `filename' is the first.  (Bug#15322)
4025         * vc/vc.el (vc-deduce-fileset): Doc fix.
4027         * calc/calc-help.el (Info-goto-node):
4028         * progmodes/cperl-mode.el (Info-find-node):
4029         * vc/ediff.el (Info-goto-node): Update declarations.
4031         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4033         * vc/vc-bzr.el (vc-compilation-mode): Declare.
4034         (vc-bzr-pull): Require vc-dispatcher.
4035         * vc/vc-git.el (vc-compilation-mode): Declare.
4036         (vc-git-pull): Require vc-dispatcher.
4038         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4040         * progmodes/octave.el (help-button-action): Declare.
4042         * shell.el (shell-directory-tracker): Output error as a message
4043         rather than just returning it as a string.
4044         (shell-process-pushd): Remove useless use of message.
4046         * dframe.el (dframe-timer-fn):
4047         * files.el (dir-locals-read-from-file):
4048         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4049         (mpc-format):
4050         * reveal.el (reveal-post-command):
4051         * saveplace.el (load-save-place-alist-from-file):
4052         * shell.el (shell-resync-dirs):
4053         * w32-common-fns.el (x-get-selection-value):
4054         * emacs-lisp/copyright.el (copyright-find-copyright):
4055         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4056         * emulation/tpu-edt.el (tpu-copy-keyfile):
4057         * play/bubbles.el (bubbles--mark-neighbourhood):
4058         * progmodes/executable.el
4059         (executable-make-buffer-file-executable-if-script-p):
4060         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4062 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4064         Cleanup Eshell to rely less on dynamic scoping.
4065         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4066         last-value, and ext-command here.  Bind `args' closer to `body'.
4067         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4068         (eshell--args): Declare new dynamic var.
4069         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
4070         last-value, and ext-command.  Pass `args' to `body'.
4071         (eshell-process-args): Bind eshell--args.
4072         (eshell-set-option): Use eshell--args.
4073         * eshell/eshell.el (eshell): Use derived-mode-p.
4074         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4075         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4076         (eshell-glob-function): Declare.
4077         * eshell/esh-util.el: Require cl-lib.
4078         (eshell-read-hosts-file): Avoid add-to-list.
4079         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4080         `err'.
4081         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4082         Declare.
4083         (eshell/diff): Remove unused var `err'.
4084         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4085         `killflag'.
4086         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4087         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4088         first use.
4089         * eshell/em-glob.el (eshell-glob-matches, message-shown):
4090         Move declaration before first use.
4091         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4092         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4093         rely on cl-return.
4095 2013-09-12  Glenn Morris  <rgm@gnu.org>
4097         * term/ns-win.el (global-map): Remove binding for ispell-next,
4098         deleted 1999-05-29.  (Bug#15357)
4100 2013-09-11  Glenn Morris  <rgm@gnu.org>
4102         * echistory.el (electric-command-history): Remove call to deleted func.
4104         * play/landmark.el (landmark-mode): Fix typos.
4106         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4107         Check cvs-sort-ignore-file is bound.
4109         * savehist.el: No need for cl when compiling on Emacs.
4111 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4113         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4114         (bug#15338).
4115         (eshell-self-insert-command, eshell-send-invisible):
4116         Remove unused argument.
4117         (eshell-handle-control-codes): Remove unused var `orig'.
4118         Avoid delete-backward-char.
4120         * files.el (set-auto-mode): Simplify a bit further.
4122 2013-09-11  Glenn Morris  <rgm@gnu.org>
4124         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4125         (set-auto-mode): Don't regexp-quote elements.
4126         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4127         * progmodes/cc-mode.el (interpreter-mode-alist):
4128         * progmodes/ruby-mode.el (interpreter-mode-alist):
4129         Revert previous change.
4131 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * play/snake.el (snake-mode):
4134         * play/mpuz.el (mpuz-mode):
4135         * play/landmark.el (lm-mode):
4136         * play/blackbox.el (blackbox-mode):
4137         * play/5x5.el (5x5-mode):
4138         * obsolete/options.el (Edit-options-mode):
4139         * net/quickurl.el (quickurl-list-mode):
4140         * net/newst-treeview.el (newsticker-treeview-mode):
4141         * mail/rmailsum.el (rmail-summary-mode):
4142         * mail/mspools.el (mspools-mode):
4143         * locate.el (locate-mode):
4144         * ibuffer.el (ibuffer-mode):
4145         * emulation/ws-mode.el (wordstar-mode):
4146         * emacs-lisp/debug.el (debugger-mode):
4147         * array.el (array-mode):
4148         * net/eudc.el (eudc-mode): Use define-derived-mode.
4149         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4150         Move initialization into declaration.
4151         (mairix-searches-mode): Use define-derived-mode.
4152         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4153         (eudc-edit-hotlist): Use dolist.
4154         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4155         (Man-mode): Use define-derived-mode.
4156         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4157         (Info-edit-mode): Use define-derived-mode.
4158         (Info-cease-edit): Use Info-mode.
4159         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4160         into declaration.
4161         (eshell-mode): Use define-derived-mode.
4162         * chistory.el (command-history-mode-map): Rename from
4163         command-history-map.
4164         (command-history-mode): Use define-derived-mode.
4165         (Command-history-setup): Remove function.
4166         * calc/calc.el (calc-trail-mode-map): New var.
4167         (calc-trail-mode): Use define-derived-mode.
4168         (calc-trail-buffer): Set calc-main-buffer manually.
4169         * bookmark.el (bookmark-insert-annotation): New function.
4170         (bookmark-edit-annotation): Use it.
4171         (bookmark-edit-annotation-mode): Make it a proper major mode.
4172         (bookmark-send-edited-annotation): Use derived-mode-p.
4173         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4174         closer to its ideal place.  Use \' to match EOS.
4176         * profiler.el (profiler-calltree-find): Use function-equal.
4178 2013-09-10  Glenn Morris  <rgm@gnu.org>
4180         * files.el (interpreter-mode-alist): Convert to regexps.
4181         (set-auto-mode): Adapt for this.  (Bug#15306)
4182         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4183         Comment out unused variable.
4184         * progmodes/cc-mode.el (interpreter-mode-alist):
4185         * progmodes/python.el (interpreter-mode-alist):
4186         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4187         * progmodes/sh-script.el (sh-set-shell):
4188         No longer use interpreter-mode-alist to get list of shells.
4190         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4192 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * simple.el: Use set-temporary-overlay-map for universal-argument.
4195         (universal-argument-map): Don't use default-bindings (bug#15317).
4196         Bind switch-frame explicitly.  Replace universal-argument-minus with
4197         a conditional binding.
4198         (universal-argument-num-events, saved-overriding-map): Remove.
4199         (restore-overriding-map): Remove.
4200         (universal-argument--mode): Rename from save&set-overriding-map,
4201         and rewrite.
4202         (universal-argument, universal-argument-more, negative-argument)
4203         (digit-argument): Adjust accordingly.
4204         (universal-argument-minus): Remove.
4205         (universal-argument-other-key): Remove.
4207         * subr.el (with-demoted-errors): Add `format' argument.
4209 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
4211         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
4212         `tramp-cleanup-connection'.
4214         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4215         parameters KEEP-DEBUG and KEEP-PASSWORD.
4217         * net/tramp.el (tramp-file-name-handler):
4218         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4219         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4220         (tramp-maybe-open-connection):
4221         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4222         Use `tramp-cleanup-connection'.
4224         * net/tramp-sh.el (tramp-maybe-open-connection):
4225         Catch 'uname-changed inside the progress reporter.
4227 2013-09-10  Glenn Morris  <rgm@gnu.org>
4229         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
4231         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4232         returns "alternate access method" in mode (eg "-rw-r--r--.").
4234 2013-09-08  Glenn Morris  <rgm@gnu.org>
4236         * saveplace.el (load-save-place-alist-from-file):
4237         Demote errors.  (Bug#15305)
4239 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
4241         Improve compatibility with older Emacsen, and XEmacs.
4243         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4244         only if it is bound.  It isn't for XEmacs.
4245         (with-tramp-progress-reporter): Do not let-bind `result'.
4246         This yields to scoping errors in XEmacs.
4247         (tramp-handle-make-auto-save-file-name): New function, moved from
4248         tramp-sh.el.
4250         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4251         for `make-auto-save-file-name'.
4252         (tramp-adb--gnu-switches-to-ash):
4253         Use `tramp-compat-replace-regexp-in-string'.
4255         * net/tramp-cache.el (tramp-cache-print): Call
4256         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
4258         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4259         bound.  It isn't for XEmacs.
4261         * net/tramp-compat.el (tramp-compat-copy-file):
4262         Catch `wrong-number-of-arguments' error.
4263         (tramp-compat-replace-regexp-in-string): New defun.
4265         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4266         for `make-auto-save-file-name'.
4267         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4268         `copy-file'.
4269         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4270         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4271         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4273         * net/tramp-gw.el (tramp-gw-open-network-stream):
4274         Use `tramp-compat-replace-regexp-in-string'.
4276         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4277         Call `tramp-handle-make-auto-save-file-name'.
4278         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4279         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4280         (tramp-sh-file-inotifywait-process-filter):
4281         Use `tramp-compat-replace-regexp-in-string'.
4282         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4284         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4285         for `make-auto-save-file-name'.
4286         (tramp-smb-handle-copy-directory):
4287         Call `tramp-compat-replace-regexp-in-string'.
4288         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4289         (tramp-smb-handle-copy-file): Improve error message.
4290         (tramp-smb-handle-rename-file): Rename directly only in case
4291         `newname' does not exist yet.  This is a restriction of smbclient.
4292         (tramp-smb-maybe-open-connection): Rerun the function only when
4293         `auth-sources' is non-nil.
4295 2013-09-08  Kenichi Handa  <handa@gnu.org>
4297         * international/characters.el: Set category "^" (Combining) for
4298         more characters.
4300 2013-09-07  Alan Mackenzie  <acm@muc.de>
4302         Correctly fontify Java class constructors.
4303         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4304         in Java Mode.
4305         (c-recognize-typeless-decls): Set the Java value to t.
4306         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4307         While handling a "(", add a check for, effectively, Java, and handle a
4308         "typeless" declaration there.
4310 2013-09-07  Roland Winkler  <winkler@gnu.org>
4312         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4313         field subtitle for entry type book.
4315 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4317         * minibuffer.el: Make minibuffer-complete call completion-in-region
4318         rather than other way around.
4319         (completion--some, completion-pcm--find-all-completions):
4320         Don't delay signals when debugging.
4321         (minibuffer-completion-contents): Beware fields within the
4322         minibuffer contents.
4323         (completion-all-sorted-completions): Use defvar-local.
4324         (completion--do-completion, completion--cache-all-sorted-completions)
4325         (completion-all-sorted-completions, minibuffer-force-complete):
4326         Add args `beg' and `end'.
4327         (completion--in-region-1): New fun, extracted from minibuffer-complete.
4328         (minibuffer-complete): Use completion-in-region.
4329         (completion-complete-and-exit): New fun, extracted from
4330         minibuffer-complete-and-exit.
4331         (minibuffer-complete-and-exit): Use it.
4332         (completion--complete-and-exit): Rename from
4333         minibuffer--complete-and-exit.
4334         (completion-in-region--single-word): New function, extracted from
4335         minibuffer-complete-word.
4336         (minibuffer-complete-word): Use it.
4337         (display-completion-list): Make `common-substring' argument obsolete.
4338         (completion--in-region): Call completion--in-region-1 instead of
4339         minibuffer-complete.
4340         (completion-help-at-point): Pass boundaries to
4341         minibuffer-completion-help as args rather than via an overlay.
4342         (completion-pcm--string->pattern): Use `any-delim'.
4343         (completion-pcm--optimize-pattern): New function.
4344         (completion-pcm--pattern->regex): Handle `any-delim'.
4345         * icomplete.el (icomplete-forward-completions)
4346         (icomplete-backward-completions, icomplete-completions):
4347         Adjust calls to completion-all-sorted-completions and
4348         completion--cache-all-sorted-completions.
4349         (icomplete-with-completion-tables): Default to t.
4350         * emacs-lisp/crm.el (crm--current-element): Rename from
4351         crm--select-current-element.  Don't put an overlay but return the
4352         boundaries instead.
4353         (crm--completion-command): Take two new args to bind to the boundaries.
4354         (crm-completion-help): Adjust accordingly.
4355         (crm-complete): Use completion-in-region.
4356         (crm-complete-word): Use completion-in-region--single-word.
4357         (crm-complete-and-exit): Use completion-complete-and-exit.
4359 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4362         than dynamically.
4364 2013-09-06  Juri Linkov  <juri@jurta.org>
4366         * info.el (Info-display-images-node): When image file doesn't exist
4367         display text version of the image if it's provided in the Info file.
4368         Otherwise, display the location of missing image from SRC attribute.
4369         Add help-echo text property from ALT attribute.  (Bug#15279)
4371 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4374         (edit-abbrevs-mode): Use define-derived-mode.
4376         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4377         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4378         that it's defined.
4379         (epa-key-list-mode, epa-key-mode, epa-info-mode):
4380         Use define-derived-mode.
4382         * epg.el (epg-start-encrypt): Minor CSE simplification.
4384 2013-09-06  William Xu  <william.xwl@gmail.com>
4386         * arc-mode.el: Add support for 7za (bug#15264).
4387         (archive-7z-program): New var.
4388         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4389         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4390         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4392 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
4394         Remove URL syntax.
4396         * net/tramp.el (tramp-syntax, tramp-prefix-format)
4397         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4398         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4399         (tramp-postfix-host-format, tramp-file-name-regexp)
4400         (tramp-completion-file-name-regexp)
4401         (tramp-completion-dissect-file-name)
4402         (tramp-handle-substitute-in-file-name): Remove 'url case.
4403         (tramp-file-name-regexp-url)
4404         (tramp-completion-file-name-regexp-url): Remove constants.
4406 2013-09-06  Glenn Morris  <rgm@gnu.org>
4408         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
4410 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
4412         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4413         keywords" below "here-doc beginnings" (Bug#15270).
4415 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4417         * subr.el (pop): Use `car-safe'.
4418         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4419         to detect unused `pop' return value.
4421         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4422         var `block-regexp'.
4423         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4424         (python-fill-string): Remove unused var `marker'.
4425         (python-skeleton-add-menu-items): Remove unused var `items'.
4427         * international/mule-cmds.el: Require CL.
4428         (find-coding-systems-for-charsets): Avoid add-to-list.
4429         (sanitize-coding-system-list): New function, extracted from
4430         select-safe-coding-system-interactively.
4431         (select-safe-coding-system-interactively): Use it.
4432         (read-input-method-name): Accept symbols for `default'.
4434         * emacs-lisp/advice.el (defadvice): Add indent rule.
4436 2013-09-05  Daniel Hackney  <dan@haxney.org>
4438         * dired-x.el:
4439         * net/ange-ftp.el:
4440         * net/browse-url.el:
4441         * net/dbus.el:
4442         * net/eudc.el:
4443         * net/eudcb-ldap.el:
4444         * net/eww.el:
4445         * net/imap.el:
4446         * printing.el:
4447         * vc/ediff-diff.el:
4448         * vc/ediff-init.el:
4449         * vc/ediff-merg.el:
4450         * vc/ediff-mult.el:
4451         * vc/ediff-util.el:
4452         * vc/ediff-wind.el:
4453         * vc/ediff.el:
4454         * vc/emerge.el:
4455         * vc/pcvs.el:
4456         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4457         byte compiler.  Remove some unused let-bound variables.
4459 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4461         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4462         a "ref-cell", since it gets better optimized (bug#14883).
4464 2013-09-05  Glenn Morris  <rgm@gnu.org>
4466         * progmodes/cc-awk.el (c-forward-sws): Declare.
4468 2013-09-04  Glenn Morris  <rgm@gnu.org>
4470         * generic-x.el [rul-generic-mode]: Require cc-mode.
4471         (c++-mode-syntax-table): Declare.
4472         (rul-generic-mode-syntax-table): Init in the defvar.
4474 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4477         (vc-do-command, vc-set-async-update):
4478         * vc/vc-mtn.el (vc-mtn-dir-status):
4479         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4480         (vc-hg-pull, vc-hg-merge-branch):
4481         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4482         (vc-git-merge-branch):
4483         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4484         (vc-cvs-dir-status-files):
4485         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4486         (vc-bzr-dir-status-files):
4487         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4488         * vc/vc-annotate.el: Use lexical-binding.
4489         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4490         (vc-sentinel-movepoint): Declare.
4491         (vc-annotate): Don't use `goto-line'.
4492         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4493         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4494         (vc-sentinel-movepoint): Declare.
4495         * vc/vc-svn.el: Use lexical-binding.
4496         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4497         * vc/vc-sccs.el:
4498         * vc/vc-rcs.el: Use lexical-binding.
4500         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4501         `deleted'.  Don't drop errors silently.
4503         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4505 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
4507         * vc/vc.el (vc-ignore): Rewrite.
4508         (vc-default-ignore): New function.
4509         (vc-default-ignore-completion-table): Use find-ignore-file.
4511         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4512         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4513         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4514         Remove.  Most code moved to vc.el.
4516 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4519         * net/tramp-smb.el (tramp-smb-get-file-entries):
4520         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4521         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4523         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4524         Update call to it.
4525         (eww-change-select): Remove unused var `properties'.
4526         (eww-make-unique-file-name): Remove unused var `base'.
4528         * finder.el (finder-compile-keywords): Don't mess with windows.
4530         * calculator.el (calculator-funcall): Fix typo in last change.
4532         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4534         * emacs-lisp/package.el (package-activate-1): Don't let a missing
4535         <pkg>-autoloads.el file stop us.
4537         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4538         warnings, and factor out common code.
4540 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
4542         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4543         two-character operators and whether the character preceding them
4544         changes their meaning (Bug#15208).
4546 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4548         Format code sent to Python shell for robustness.
4549         * progmodes/python.el (python-shell-buffer-substring):
4550         New function.
4551         (python-shell-send-region, python-shell-send-buffer): Use it.
4553 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
4555         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4556         * net/tramp.el (tramp-user-error): ... here.
4557         (tramp-find-method, tramp-check-proper-host)
4558         (tramp-dissect-file-name, tramp-debug-message)
4559         (tramp-handle-shell-command):
4560         * net/tramp-adb.el (tramp-adb-handle-shell-command):
4561         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4563         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4565 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
4567         * avoid.el (mouse-avoidance-point-position)
4568         (mouse-avoidance-too-close-p): Handle case where posn-at-point
4569         returns nil.
4571 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4573         * progmodes/python.el (python-shell-completion-get-completions):
4574         Drop use of deleted `comint-last-prompt-overlay'.
4575         (python-nav-if-name-main): New command.
4577 2013-09-01  Glenn Morris  <rgm@gnu.org>
4579         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4580         Avoid leading space in $wins.  Otherwise the sed command used by
4581         eg compile-main ends up containing "/*.el".  (Bug#15170)
4583         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
4585 2013-08-30  Glenn Morris  <rgm@gnu.org>
4587         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4588         Fix is-this-a-directory logic.  (Bug#15220)
4590 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4592         * textmodes/css-mode.el: Use SMIE.
4593         (css-smie-grammar): New var.
4594         (css-smie--forward-token, css-smie--backward-token)
4595         (css-smie-rules): New functions.
4596         (css-mode): Use them.
4597         (css-navigation-syntax-table): Remove var.
4598         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4599         (css-indent-calculate, css-indent-line): Remove functions.
4601         Misc changes to reduce use of `(lambda...); and other cleanups.
4602         * cus-edit.el: Use lexical-binding.
4603         (customize-push-and-save, customize-apropos)
4604         (custom-buffer-create-internal): Use closures.
4605         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4606         * progmodes/ada-xref.el: Use setq.
4607         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4608         * dframe.el: Use lexical-binding.
4609         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
4610         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4611         * descr-text.el: Use lexical-binding.
4612         (describe-text-widget, describe-text-sexp, describe-property-list):
4613         Use closures.
4614         * comint.el (comint-history-isearch-push-state): Use a closure.
4615         * calculator.el: Use lexical-binding.
4616         (calculator-number-to-string): Make it work with lexical-binding.
4617         (calculator-funcall): Same and use cl-letf.
4619         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4620         (lisp--company-doc-string, lisp--company-location): New functions.
4621         (lisp-completion-at-point): Use them to improve Company support.
4623         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4624         params of lambda expressions.
4625         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4626         (ruby-smie--opening-pipe-p): New function.
4627         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4628         symbols and matched |...| for formal params.
4629         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4630         from being treated as hanging.  Handle "rescue".
4632 2013-08-29  Glenn Morris  <rgm@gnu.org>
4634         * progmodes/cc-engine.el (c-pull-open-brace):
4635         Move definition before use.
4637 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4640         are immutable.  Don't use `unsafe' any more.
4641         (cl--defsubst-expand): Don't substitute at the same time as keeping
4642         a residual unused let-binding.  Don't use `unsafe' any more.
4644 2013-08-29  Glenn Morris  <rgm@gnu.org>
4646         * calendar/cal-china.el (calendar-chinese-year-cache):
4647         Recenter on 2015.
4649         * nxml/nxml-util.el (nxml-debug-clear-inside):
4650         Use cl-loop rather than loop.
4652         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4654         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4656 2013-08-28  Glenn Morris  <rgm@gnu.org>
4658         * progmodes/antlr-mode.el: No need to require cc-mode twice.
4660         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4662         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4664 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4666         * simple.el (repeat-complex-command--called-interactively-skip):
4667         New function.
4668         (repeat-complex-command): Use it (bug#14136).
4670         * progmodes/cc-mode.el: Minor cleanup of var declarations.
4671         (c-define-abbrev-table): Add `doc' argument.
4672         (c-mode-abbrev-table, c++-mode-abbrev-table)
4673         (objc-mode-abbrev-table, java-mode-abbrev-table)
4674         (idl-mode-abbrev-table, pike-mode-abbrev-table)
4675         (awk-mode-abbrev-table): Use it.
4676         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4677         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4678         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4679         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4680         Move initialization into the declaration; and remove any
4681         autoload cookie.
4683         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4684         and dynamic let binding.
4686         * vc/smerge-mode.el: Remove redundant :group args.
4688         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4689         to load-path.
4691 2013-08-28  Juri Linkov  <juri@jurta.org>
4693         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4694         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4695         (isearch-other-meta-char): Handle an undefined shifted printing
4696         character by downshifting it.  (Bug#15200)
4698 2013-08-28  Juri Linkov  <juri@jurta.org>
4700         * isearch.el (isearch-search): Change regexp error message for
4701         non-regexp searches.  (Bug#15166)
4703 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4705         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4706         for portability to hosts where /bin/sh has problems.
4708 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4710         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4712 2013-08-27  Juri Linkov  <juri@jurta.org>
4714         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4715         in the keyboard macro.  (Bug#15126)
4717 2013-08-27  Juri Linkov  <juri@jurta.org>
4719         * isearch.el (isearch-quote-char): Comment out converting unibyte
4720         to multibyte, thus syncing with its `quoted-insert' counterpart.
4721         (Bug#15166)
4723 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
4725         * window.el (display-buffer-use-some-window): Add missing
4726         argument in call of get-largest-window (Bug#15185).
4727         Reported by Stephen Leake.
4729 2013-08-27  Glenn Morris  <rgm@gnu.org>
4731         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4733 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         * progmodes/python.el (python-font-lock-keywords): Don't return nil
4736         from a matcher-function unless there's no more matches (bug#15161).
4738 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
4740         * minibuffer.el: Revert change from 2013-08-20.
4742         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4743         with text property `tramp-default', if appropriate.
4744         (tramp-check-proper-host): New defun.
4745         (tramp-dissect-file-name): Do not check hostname.  Revert change
4746         of 2013-03-18.
4747         (tramp-backtrace): Make VEC-OR-PROC optional.
4749         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4750         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4751         * net/tramp-sh.el (tramp-maybe-open-connection):
4752         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4753         Apply `tramp-check-proper-host'.
4755 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
4757         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4758         lambda expression in order to have `describe-variable' display it.
4760 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
4762         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4763         BUF can be optional.  (Bug#15186)
4765 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
4767         * progmodes/flymake.el (flymake-get-real-file-name-function):
4768         Fix broken customization.  (Bug#15184)
4770 2013-08-25  Alan Mackenzie  <acm@muc.de>
4772         Improve indentation of bracelists defined by macros (without "=").
4774         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4775         expansion begins with "{", regard it as bracelist when it doesn't
4776         contain a ";".
4778         Parse C++ inher-intro when there's a template split over 2 lines.
4780         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4781         rigorously the search for "class" etc. followed by ":".
4783         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4784         random languages a regexp which never matches rather than nil.
4786         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4788         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4789         (c-awk-regexp-one-line-possibly-open-char-list-re)
4790         (c-awk-one-line-possibly-open-regexp-re)
4791         (c-awk-one-line-non-syn-ws*-re): Remove.
4792         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4793         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4794         (c-awk-space*-unclosed-regexp-/-re): New constants.
4795         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4796         aren't regexp delimiters.
4798         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4799         handling for a rare situation in AWK Mode involving unterminated
4800         strings/regexps.
4802 2013-08-23  Glenn Morris  <rgm@gnu.org>
4804         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4806         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4808         * files.el (create-file-buffer): If the result would begin with
4809         spaces, prepend a "|" instead of removing them.  (Bug#15162)
4811 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4814         text-properties (bug#15155).
4816         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4817         exist any more.
4818         (calc-keypad-redraw): Remove unused var `pad'.
4819         (calc-keypad-press): Remove unused var `menu'.
4821 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
4823         * window.el (display-buffer-pop-up-frame):
4824         Call pop-up-frame-function with BUFFER current so `make-frame' will
4825         use it as the new frame's buffer (Bug#15133).
4827 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         * calendar/timeclock.el: Minor cleanups.
4830         (timeclock-ask-before-exiting, timeclock-use-display-time):
4831         Use `symbol'.
4832         (timeclock-modeline-display): Define as alias before the
4833         actual definition.
4834         (timeclock-mode-line-display): Use define-minor-mode.
4835         (timeclock-day-list-template): Make it a function, add an argument.
4836         (timeclock-day-list-required, timeclock-day-list-length)
4837         (timeclock-day-list-debt, timeclock-day-list-span)
4838         (timeclock-day-list-break): Adjust calls accordingly.
4840 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4842         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4843         Use read--expression so that completion works again.
4845 2013-08-21  Sam Steingold  <sds@gnu.org>
4847         Add rudimentary inferior shell interaction
4848         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4849         (sh-set-shell): Reset it.
4850         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4851         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
4853 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * align.el: Use lexical-binding.
4856         (align-region): Simplify accordingly.
4858 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
4860         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4862         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4863         `non-essential' up.
4865 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
4867         * net/tramp.el:
4868         * net/tramp-adb.el:
4869         * net/tramp-cmds.el:
4870         * net/tramp-ftp.el:
4871         * net/tramp-gvfs.el:
4872         * net/tramp-gw.el:
4873         * net/tramp-sh.el: Don't wrap external variable declarations by
4874         `eval-when-compile'.
4876 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4879         now that Emacs supports ImageMagick animations.
4881 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
4883         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4884         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4886 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
4888         * window.el (mouse-autoselect-window-select): Do autoselect when
4889         mouse pointer is on margin.
4891 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
4893         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
4895 2013-08-16  Glenn Morris  <rgm@gnu.org>
4897         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4898         Handle "Remote Directory" response of some clients.  (Bug#15058)
4900         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4901         Tweak warning.  (Bug#14926)
4903         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4904         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
4906         * image-mode.el (image-mode-map): Add menu items to reverse,
4907         increase, decrease, reset animation speed.
4908         (image--set-speed, image-increase-speed, image-decrease-speed)
4909         (image-reverse-speed, image-reset-speed): New functions.
4910         (image-mode-map): Add bindings for speed commands.
4912         * image.el (image-animate-get-speed, image-animate-set-speed):
4913         New functions.
4914         (image-animate-timeout): Respect image :speed property.
4916 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4919         previous line (bug#15101).
4920         (debugger-eval-expression, debugger-record-expression):
4921         Use read--expression (bug#15102).
4923 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
4925         Remove byte compiler warnings, visible when compiling with
4926         `byte-compile-force-lexical-warnings' set to t.
4928         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4929         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4930         (tramp-handle-unhandled-file-name-directory)
4931         (tramp-handle-file-notify-add-watch, tramp-action-login)
4932         (tramp-action-succeed, tramp-action-permission-denied)
4933         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4934         arguments with "_".
4936         * net/tramp-adb.el (tramp-adb-parse-device-names)
4937         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4938         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4939         (tramp-adb-handle-file-truename): Remove unused arguments.
4941         * net/tramp-cache.el (tramp-flush-directory-property)
4942         (tramp-flush-connection-property, tramp-list-connections)
4943         (tramp-parse-connection-properties): Prefix unused arguments with "_".
4945         * net/tramp-compat.el (tramp-compat-make-temp-file):
4946         Rename FILENAME to F.
4948         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4949         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4950         (tramp-zeroconf-parse-workstation-device-names)
4951         (tramp-zeroconf-parse-webdav-device-names)
4952         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4954         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4955         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4957         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4958         arguments.
4959         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4960         (tramp-sh-handle-insert-file-contents-literally)
4961         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4962         with "_".
4963         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4964         Remove unused variables.
4966         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4967         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4968         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4970         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4971         Make them a defconst.
4972         (tramp-uuencode-region): Remove unused variable.
4974 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
4976         * frameset.el (frameset--prop-setter): New function.
4977         (frameset-prop): Add gv-setter declaration.
4978         (frameset-filter-minibuffer): Deal with the case that the minibuffer
4979         parameter was already set in FILTERED.  Doc fix.
4980         (frameset--record-minibuffer-relationships): Allow saving a
4981         minibufferless frame without its corresponding minibuffer frame.
4982         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4983         frame, if the frame id matches.
4984         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4985         frames before orphaned ones.
4986         (frameset-restore): Warn about orphaned windows, instead of error out.
4988 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
4990         * window.el (window-make-atom): Don't overwrite parameter
4991         already present.
4992         (display-buffer-in-atom-window): Handle special case where we
4993         split an already atomic window.
4994         (window--major-non-side-window, display-buffer-in-side-window)
4995         (window--side-check): Ignore minibuffer window when walking
4996         window tree.
4997         (window-deletable-p): Return 'frame only if no other frame uses
4998         our minibuffer window.
4999         (record-window-buffer): Run buffer-list-update-hook.
5000         (split-window): Make sure window--check-frame won't destroy an
5001         existing atomic window in case the new window gets nested
5002         inside.
5003         (display-buffer-at-bottom): Ignore minibuffer window when
5004         walking window tree.  Don't split a side window.
5005         (pop-to-buffer): Don't set-buffer here, the select-window call
5006         should do that.
5007         (mouse-autoselect-window-select): Autoselect only if we are in the
5008         text portion of the window.
5010 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012         * net/shr.el (shr-parse-image-data): New function to grab both the
5013         data itself and the Content-Type.
5014         (shr-put-image): Use it.
5016         * net/eww.el (eww-display-image): Ditto.
5018         * image.el (image-content-type-suffixes): New variable.
5020 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5022         * progmodes/python.el (python-imenu--build-tree)
5023         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5025 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
5027         * simple.el (backward-word): Mention the optional argument.
5029 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * frameset.el (frameset--make): Rename constructor from make-frameset.
5032         (frameset-p, frameset-valid-p): Don't autoload.
5033         (frameset-valid-p): Use normal accessors.
5035 2013-08-13  Glenn Morris  <rgm@gnu.org>
5037         * progmodes/compile.el (compile-command): Tweak example in doc.
5038         * obsolete/scribe.el (scribe-mode):
5039         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
5041         * mail/feedmail.el (feedmail-confirm-outgoing)
5042         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5044         * cus-start.el (truncate-partial-width-windows): Fix type.
5046         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5048         * net/shr.el (shr-table-horizontal-line): Fix custom type.
5050 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5052         * emacs-lisp/timer.el (timer--time-setter): New function.
5053         (timer--time): Use it as gv-setter.
5055         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5056         setter is not a symbol.
5058 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
5060         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5061         if sending fails.  This makes debugging easier.
5063 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
5065         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5066         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5067         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5069 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
5071         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5073 2013-08-12  Glenn Morris  <rgm@gnu.org>
5075         * format.el (format-annotate-function):
5076         Handle read-only text properties in the source.  (Bug#14887)
5078 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080         * net/eww.el (eww-display-html): Ignore coding system errors.
5081         One web site uses "utf-8lias" as the coding system.
5083 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
5085         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5087 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
5089         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5090         (tutorial--detailed-help): Remove unused local variables.
5091         (tutorial--save-tutorial-to): Use ignore-errors.
5092         (help-with-tutorial): Use looking-at-p.
5094         * view.el (view-buffer-other-window, view-buffer-other-frame):
5095         Mark unused arguments.
5097         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5098         (woman-select-symbol-fonts, woman, woman-find-file)
5099         (woman-insert-file-contents, woman-non-underline-faces):
5100         Use string-match-p.
5101         (woman1-unquote): Move declaration.
5103         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5104         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
5105         argument.  Remove unused local variable.
5106         (xml-parse-elem-type): Use string-match-p.
5107         (xml-substitute-numeric-entities): Use ignore-errors.
5109         * calculator.el (calculator): Mark unused argument.
5110         (calculator-paste, calculator-quit, calculator-integer-p):
5111         Use ignore-errors.
5112         (calculator-string-to-number, calculator-decimal, calculator-exp)
5113         (calculator-op-or-exp): Use string-match-p.
5115         * dired.el (dired-buffer-more-recently-used-p): Declare.
5116         (dired-insert-set-properties, dired-insert-old-subdirs):
5117         Use ignore-errors.
5119         * dired-aux.el (dired-compress): Use ignore-errors.
5120         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5121         (dired-do-async-shell-command, dired-do-shell-command)
5122         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5123         (dired-insert-subdir-validate): Use string-match-p.
5124         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5125         (dired-add-entry): Use string-match-p, looking-at-p.
5126         (dired-insert-subdir-newpos): Remove unused local variable.
5128         * filenotify.el (file-notify-callback): Remove unused local variable.
5130         * filesets.el (filesets-error): Mark unused argument.
5131         (filesets-which-command-p, filesets-filter-dir-names)
5132         (filesets-directory-files, filesets-get-external-viewer)
5133         (filesets-ingroup-get-data): Use string-match-p.
5135         * find-file.el (ff-other-file-name, ff-other-file-name)
5136         (ff-find-the-other-file, ff-cc-hh-converter):
5137         Remove unused local variables.
5138         (ff-get-file-name): Use string-match-p.
5139         (ff-all-dirs-under): Use ignore-errors.
5141         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5142         (follow-select-if-visible): Remove unused local variable.
5144         * forms.el (read-file-filter): Move declaration.
5145         (forms--make-format, forms--make-parser, forms-insert-record):
5146         Quote function with #'.
5147         (forms--update): Use string-match-p.  Quote function with #'.
5149         * help-mode.el (help-dir-local-var-def): Mark unused argument.
5150         (help-make-xrefs): Use looking-at-p.
5151         (help-xref-on-pp): Use looking-at-p, ignore-errors.
5153         * ibuffer.el (ibuffer-ext-visible-p): Declare.
5154         (ibuffer-confirm-operation-on): Use string-match-p.
5156         * msb.el (msb-item-handler, msb-dired-item-handler):
5157         Mark unused arguments.
5159         * ses.el (ses-decode-cell-symbol)
5160         (ses-kill-override): Remove unused local variable.
5161         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5162         (ses-load): Use ignore-errors, looking-at-p.
5163         (ses-jump-safe): Use ignore-errors.
5164         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5166         * tabify.el (untabify, tabify): Mark unused arguments.
5168         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5169         Mark unused argument.
5170         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5171         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5173         * emacs-lisp/timer.el (timer--time): Define setter with
5174         gv-define-setter to avoid deprecation warning.
5176         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5177         (*record-cmpl-statistics-p*): Remove (was commented out).
5178         (cmpl-statistics-block): Remove (body was commented out).
5179         All callers changed.
5180         (add-completions-from-buffer, load-completions-from-file):
5181         Remove unused variables.
5183 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5185         * filecache.el (file-cache-delete-file-list):
5186         Print message only when told so.
5187         (file-cache-files-matching): Use #' in mapconcat argument.
5189         * ffap.el (ffap-url-at-point): Fix reference to variable
5190         thing-at-point-default-mail-uri-scheme.
5192 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5194         * subr.el (define-error): New function.
5195         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5196         error-file-not-found and define with define-error.
5197         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5198         and define with define-error.
5199         * userlock.el (file-locked, file-supersession):
5200         * simple.el (mark-inactive):
5201         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5202         * progmodes/ada-mode.el (ada-mode-errors):
5203         * play/life.el (life-extinct):
5204         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5205         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5206         * nxml/rng-util.el (rng-error):
5207         * nxml/rng-uri.el (rng-uri-error):
5208         * nxml/rng-match.el (rng-compile-error):
5209         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5210         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5211         * nxml/nxml-rap.el (nxml-scan-error):
5212         * nxml/nxml-outln.el (nxml-outline-error):
5213         * net/soap-client.el (soap-error):
5214         * net/gnutls.el (gnutls-error):
5215         * net/ange-ftp.el (ftp-error):
5216         * mpc.el (mpc-proc-error):
5217         * json.el (json-error, json-readtable-error, json-unknown-keyword)
5218         (json-number-format, json-string-escape, json-string-format)
5219         (json-key-format, json-object-format):
5220         * jka-compr.el (compression-error):
5221         * international/quail.el (quail-error):
5222         * international/kkc.el (kkc-error):
5223         * emacs-lisp/ert.el (ert-test-failed):
5224         * calc/calc.el (calc-error, inexact-result, math-overflow)
5225         (math-underflow):
5226         * bookmark.el (bookmark-error-no-filename):
5227         * epg.el (epg-error): Define with define-error.
5229         * time.el (display-time-event-handler)
5230         (display-time-next-load-average): Don't call sit-for since it seems
5231         unnecessary (bug#15045).
5233         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5234         Use #' instead of ' to quote functions.
5235         (checkdoc-output-mode): Use setq-local.
5236         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5237         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5238         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5239         (checkdoc-ispell, checkdoc-ispell-current-buffer)
5240         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5241         (checkdoc-ispell-message-text, checkdoc-ispell-start)
5242         (checkdoc-ispell-continue, checkdoc-ispell-comments)
5243         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5245         * ido.el (ido-completion-help): Fix up compiler warning.
5247 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5249         * frameset.el (frameset-p): Add autoload cookie.
5250         (frameset--jump-to-register): New function, based on code moved from
5251         register.el.
5252         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
5254         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5255         (frameset-restore, frameset-save, frameset-session-filter-alist):
5256         Remove declarations.
5257         (register-alist): Doc fix.
5258         (frameset-to-register): Move to frameset.el.
5259         (jump-to-register, describe-register-1): Remove frameset-specific code.
5261 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5263         * allout-widgets.el (allout-widgets-pre-command-business)
5264         (allout-widgets-post-command-business)
5265         (allout-widgets-after-change-handler)
5266         (allout-decorate-item-and-context, allout-set-boundary-marker)
5267         (allout-body-modification-handler)
5268         (allout-graphics-modification-handler): Mark ignored arguments.
5269         (allout-widgets-post-command-business)
5270         (allout-widgets-exposure-change-processor)
5271         (allout-widgets-exposure-undo-processor)
5272         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5273         (allout-parse-item-at-point, allout-decorate-item-guides)
5274         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5275         * allout.el (epa-passphrase-callback-function): Declare.
5276         (allout-overlay-insert-in-front-handler)
5277         (allout-overlay-interior-modification-handler)
5278         (allout-isearch-end-handler, allout-chart-siblings)
5279         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5280         (allout-yank-processing, allout-process-exposed)
5281         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5282         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5283         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5284         (lisp-indent-defform): Mark ignored arguments.
5285         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
5286         (calculate-lisp-indent): Remove unused variables.
5287         * international/characters.el (indian-2-column, arabic-2-column)
5288         (tibetan): Mark ignored arguments.
5289         (use-cjk-char-width-table): Mark ignored arguments.
5290         Remove unused variables.
5291         * international/fontset.el (build-default-fontset-data)
5292         (x-compose-font-name, create-fontset-from-fontset-spec):
5293         Mark ignored arguments.
5294         (fontset-plain-name): Remove unused variables.
5295         * international/mule.el (charset-id, charset-bytes, generic-char-p)
5296         (keyboard-coding-system): Mark ignored arguments.
5297         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
5298         * help.el (resize-temp-buffer-window):
5299         * window.el (display-buffer-in-major-side-window)
5300         (display-buffer-in-side-window, display-buffer-in-previous-window):
5301         Remove unused variables.
5302         * isearch.el (isearch-forward-symbol):
5303         * version.el (emacs-bzr-version-bzr):
5304         * international/mule-cmds.el (current-language-environment):
5305         * term/common-win.el (x-handle-iconic, x-handle-geometry)
5306         (x-handle-display):
5307         * term/pc-win.el (x-list-fonts, x-display-planes)
5308         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5309         (x-server-version, x-display-screens, x-display-mm-height)
5310         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5311         (x-selection-owner-p, x-own-selection-internal)
5312         (x-disown-selection-internal, x-get-selection-internal)
5313         (msdos-initialize-window-system):
5314         * term/tty-colors.el (tty-color-alist, tty-color-clear):
5315         * term/x-win.el (x-handle-no-bitmap-icon):
5316         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5317         (vc-default-find-file-hook, vc-default-extra-menu):
5318         Mark ignored arguments.
5320 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5322         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5323         break-condition in the context of the debugged code (bug#12685).
5325 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
5327         * comint.el:
5328         Do not use an overlay to highlight the last prompt.  (Bug#14744)
5329         (comint-mode): Make comint-last-prompt buffer local.
5330         (comint-last-prompt): New variable.
5331         (comint-last-prompt-overlay): Remove.  Superseded by
5332         comint-last-prompt.
5333         (comint-snapshot-last-prompt, comint-output-filter):
5334         Use comint-last-prompt.
5336 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5338         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
5339         (frameset-save): Check validity of the resulting frameset.
5341 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
5343         * ido.el (ido-record-command): Add doc string.
5345 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5347         * frameset.el (frameset): Do not disable creation of the default
5348         frameset-p predicate.  Doc fix.
5349         (frameset-valid-p): New function, copied from the old predicate-p.
5350         Add additional checks.
5351         (frameset-restore): Check with frameset-valid-p.
5352         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5353         (frameset-name, frameset-description, frameset-properties)
5354         (frameset-states): Add docstring.
5355         (frameset-session-filter-alist, frameset-persistent-filter-alist)
5356         (frameset-filter-alist): Doc fixes.
5358 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5360         * frameset.el (frameset-p, frameset-prop): Doc fixes.
5362 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5365         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5366         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5367         (byte-compile-normal-call): Remove obsolescence check.
5369 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5371         * frameset.el (frameset-restore): Doc fix.
5373         * register.el (frameset-frame-id, frameset-frame-with-id)
5374         (frameset-p, frameset-restore, frameset-save): Declare.
5375         (register-alist): Document framesets.
5376         (frameset-session-filter-alist): Declare.
5377         (frameset-to-register): New function.
5378         (jump-to-register): Implement jumping to framesets.  Doc fix.
5379         (describe-register-1): Describe framesets.
5381         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5383 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
5385         * desktop.el (desktop-save-frameset): Use new frameset-save args.
5386         Use lexical-binding.
5388         * frameset.el (frameset): Use type vector, not list (incompatible
5389         change).  Do not declare a new constructor, use the default one.
5390         Upgrade suggested properties `app', `name' and `desc' to slots `app',
5391         `name' and `description', respectively, and add read-only slot
5392         `timestamp'.  Doc fixes.
5393         (frameset-copy, frameset-persistent-filter-alist)
5394         (frameset-filter-alist, frameset-switch-to-gui-p)
5395         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5396         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5397         (frameset-filter-iconified, frameset-keep-original-display-p):
5398         Doc fixes.
5399         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5400         Rename from frameset-filter-(save|restore)-param.  All callers changed.
5401         Doc fix.
5402         (frameset-p): Adapt to change to vector and be more thorough.
5403         Change arg name to OBJECT.  Doc fix.
5404         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
5405         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5406         All callers changed.
5407         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5408         All callers changed.
5409         (frameset--record-minibuffer-relationships): Rename from
5410         frameset--process-minibuffer-frames.  All callers changed.
5411         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5412         Use new default constructor (again).  Doc fix.
5413         (frameset--find-frame-if): Rename from `frameset--find-frame.
5414         All callers changed.
5415         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5416         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5417         Doc fix.
5418         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5419         PARAMETERS and WINDOW-STATE, respectively.
5420         (frameset-restore): Add new keyword argument PREDICATE.
5421         Reset frameset--target-display to nil.  Doc fix.
5423 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5426         (bat-mode): Use it.
5427         (bat-mode-syntax-table): Mark \n as end-of-comment.
5428         (bat-font-lock-keywords): Remove comment rule.
5430         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
5431         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
5433         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5434         (byte-compile-callargs-warn): Use `push'.
5435         (byte-compile-arglist-warn): Ignore higher-order "calls".
5436         (byte-compile-file-form-autoload): Use `pcase'.
5437         (byte-compile-function-form): If quoting a symbol, check that it exists.
5439 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
5441         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5442         and add a few popular commands found in batch files.
5443         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5444         (dos-mode): Doc fixes.
5446 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5448         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5449         (dos-mode): Use setq-local.  Add space after "rem".
5450         (dos-mode-syntax-table): Don't use "w" for symbol chars.
5451         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5453 2013-08-07  Arni Magnusson  <arnima@hafro.is>
5455         * progmodes/dos.el: New file.
5456         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5457         dos-mode.
5459 2013-08-06  Glenn Morris  <rgm@gnu.org>
5461         * calendar/calendar.el: Add new faces, and day-header-array.
5462         (calendar-weekday-header, calendar-weekend-header)
5463         (calendar-month-header): New faces.
5464         (calendar-day-header-construct): New function.
5465         (calendar-day-header-width): Also :set calendar-day-header-array.
5466         (calendar-american-month-header, calendar-european-month-header)
5467         (calendar-iso-month-header): Use calendar- faces.
5468         (calendar-generate-month):
5469         Use calendar-day-header-array for day headers; apply faces to them.
5470         (calendar-mode): Check calendar-font-lock-keywords non-nil.
5471         (calendar-abbrev-construct): Add optional maxlen argument.
5472         (calendar-day-name-array): Doc fix.
5473         (calendar-day-name-array, calendar-abbrev-length)
5474         (calendar-day-abbrev-array):
5475         Also :set calendar-day-header-array, and maybe redraw.
5476         (calendar-day-header-array): New option.  (Bug#15007)
5477         (calendar-font-lock-keywords): Set to nil and make obsolete.
5478         (calendar-day-name): Add option to use header array.
5480 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482         * net/shr.el (shr-render-td): Remove debugging.
5483         (shr-render-td): Make width computation consistent by defaulting
5484         all zero-width columns to 10 characters.  This may not be optimal,
5485         but it's at least consistent.
5486         (shr-make-table-1): Redo last change to fix the real problem in
5487         colspan handling.
5489 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
5491         * files.el (cache-long-line-scans):
5492         Make obsolete alias to `cache-long-scans'.
5494 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
5496         * frameset.el (frameset, frameset-filter-alist)
5497         (frameset-filter-params, frameset-save, frameset--reuse-frame)
5498         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5499         (frameset-compute-pos): Rename from frameset--compute-pos,
5500         and add docstring.
5501         (frameset-move-onscreen): Use frameset-compute-pos.
5502         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5504         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5505         Fix typos in docstrings.
5507 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
5509         * frame.el (get-other-frame): Tiny cleanup.
5511 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
5513         * vc/vc.el (vc-default-ignore-completion-table):
5514         Silence byte-compiler warning.
5516         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5517         slot , which can indeed be nil.
5518         (frameset-live-filter-alist, frameset-persistent-filter-alist):
5519         Move entry for `left' from persistent to live filter alist.
5520         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5521         Doc fixes.
5522         (frameset-filter-params): When restoring a frame, copy items added to
5523         `filtered', to avoid unwittingly modifying the original parameters.
5524         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
5525         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5527         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5528         to use looking-at-p instead of looking-at.  (Bug#15028)
5530 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5532         Revert introduction of isearch-filter-predicates (bug#14714).
5533         Rely on add-function instead.
5534         * isearch.el (isearch-filter-predicates): Rename it back to
5535         isearch-filter-predicate.
5536         (isearch-message-prefix): Use advice-function-mapc and advice
5537         properties to get the isearch-message-prefix.
5538         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5539         instead of run-hook-with-args-until-failure.
5540         (isearch-filter-visible): Not obsolete any more.
5541         * loadup.el: Preload nadvice.
5542         * replace.el (perform-replace): Revert to funcall
5543         instead of run-hook-with-args-until-failure.
5544         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5545         * dired-aux.el (dired-isearch-filenames-mode): Rename from
5546         dired-isearch-filenames-toggle; make it into a proper minor mode.
5547         Use add/remove-function.
5548         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5549         Call the minor-mode rather than add/remove-hook.
5550         (dired-isearch-filter-filenames):
5551         Remove isearch-message-prefix property.
5552         * info.el (Info--search-loop): New function, extracted from Info-search.
5553         Funcall isearch-filter-predicate instead of
5554         run-hook-with-args-until-failure isearch-filter-predicates.
5555         (Info-search): Use it.
5556         (Info-mode): Use isearch-filter-predicate instead of
5557         isearch-filter-predicates.
5559 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
5561         Do not call to `selected-window' where it is assumed by default.
5562         Affected functions are `window-minibuffer-p', `window-dedicated-p',
5563         `window-hscroll', `window-width', `window-height', `window-buffer',
5564         `window-frame', `window-start', `window-point', `next-window'
5565         and `window-display-table'.
5566         * abbrev.el (abbrev--default-expand):
5567         * bs.el (bs--show-with-configuration):
5568         * buff-menu.el (Buffer-menu-mouse-select):
5569         * calc/calc.el (calc):
5570         * calendar/calendar.el (calendar-generate-window):
5571         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5572         (diary-make-entry):
5573         * comint.el (send-invisible, comint-dynamic-complete-filename)
5574         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5575         * completion.el (complete):
5576         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5577         * disp-table.el (describe-current-display-table):
5578         * doc-view.el (doc-view-insert-image):
5579         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5580         * ehelp.el (with-electric-help):
5581         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5582         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5583         * emacs-lisp/helper.el (Helper-help-scroller):
5584         * emulation/cua-base.el (cua--post-command-handler-1):
5585         * eshell/esh-mode.el (eshell-output-filter):
5586         * ffap.el (ffap-gnus-wrapper):
5587         * help-macro.el (make-help-screen):
5588         * hilit-chg.el (highlight-compare-buffers):
5589         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5590         * hl-line.el (global-hl-line-highlight):
5591         * icomplete.el (icomplete-simple-completing-p):
5592         * isearch.el (isearch-done):
5593         * jit-lock.el (jit-lock-stealth-fontify):
5594         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5595         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5596         * mpc.el (mpc-tagbrowser, mpc):
5597         * net/rcirc.el (rcirc-any-buffer):
5598         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5599         * play/landmark.el (landmark-max-width, landmark-max-height):
5600         * play/zone.el (zone):
5601         * progmodes/compile.el (compilation-goto-locus):
5602         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5603         * progmodes/etags.el (find-tag-other-window):
5604         * progmodes/fortran.el (fortran-column-ruler):
5605         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5606         * progmodes/verilog-mode.el (verilog-point-text):
5607         * reposition.el (reposition-window):
5608         * rot13.el (toggle-rot13-mode):
5609         * server.el (server-switch-buffer):
5610         * shell.el (shell-dynamic-complete-command)
5611         (shell-dynamic-complete-environment-variable):
5612         * simple.el (insert-buffer, set-selective-display)
5613         (delete-completion-window):
5614         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5615         (speedbar-recenter):
5616         * startup.el (fancy-splash-head):
5617         * textmodes/ispell.el (ispell-command-loop):
5618         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5619         * tutorial.el (help-with-tutorial):
5620         * vc/add-log.el (add-change-log-entry):
5621         * vc/compare-w.el (compare-windows):
5622         * vc/ediff-help.el (ediff-indent-help-message):
5623         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5624         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5625         (ediff-setup-control-frame):
5626         * vc/emerge.el (emerge-position-region):
5627         * vc/pcvs-util.el (cvs-bury-buffer):
5628         * window.el (walk-windows, mouse-autoselect-window-select):
5629         * winner.el (winner-set-conf, winner-undo): Related users changed.
5631 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
5633         * frameset.el (frameset--set-id): Doc fix.
5634         (frameset-frame-id, frameset-frame-id-equal-p)
5635         (frameset-locate-frame-id): New functions.
5636         (frameset--process-minibuffer-frames, frameset--reuse-frame)
5637         (frameset-restore): Use them.
5639 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
5641         Do not call to `selected-frame' where it is assumed by default.
5642         Affected functions are `raise-frame', `redraw-frame',
5643         `frame-first-window', `frame-terminal' and `delete-frame'.
5644         * calendar/appt.el (appt-disp-window):
5645         * epg.el (epg-wait-for-completion):
5646         * follow.el (follow-delete-other-windows-and-split)
5647         (follow-avoid-tail-recenter):
5648         * international/mule.el (set-terminal-coding-system):
5649         * mail/rmail.el (rmail-mail-return):
5650         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5651         * progmodes/f90.el (f90-add-imenu-menu):
5652         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5653         * server.el (server-switch-buffer):
5654         * simple.el (delete-completion-window):
5655         * talk.el (talk):
5656         * term/xterm.el (terminal-init-xterm-modify-other-keys)
5657         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5658         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5659         * vc/ediff.el (ediff-documentation): Related users changed.
5660         * frame.el (selected-terminal): Remove the leftover.
5662 2013-08-05  Glenn Morris  <rgm@gnu.org>
5664         * calendar/calendar.el (calendar-generate-month):
5665         Fix for calendar-column-width != 1 + calendar-day-digit-width.
5666         (calendar-generate-month, calendar-font-lock-keywords):
5667         Fix for calendar-day-header-width > length of any day name.
5669 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
5671         * desktop.el (desktop-clear): Use new name of sort predicate.
5673         * frameset.el (frameset): Add docstring.  Move :version property to its
5674         own `version' slot.
5675         (frameset-copy): Rename from copy-frameset.
5676         (frameset-p): Check more thoroughly.
5677         (frameset-prop): Do not check for :version, which is no longer a prop.
5678         (frameset-live-filter-alist, frameset-persistent-filter-alist):
5679         Use new :never value instead of t.
5680         (frameset-filter-alist): Expand and clarify docstring.
5681         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5682         (frameset-filter-minibuffer, frameset-filter-save-param)
5683         (frameset-filter-restore-param, frameset-filter-iconified):
5684         Add pointer to docstring of frameset-filter-alist.
5685         (frameset-filter-params): Rename filter values to be more meaningful:
5686         :never instead of t, and reverse the meanings of :save and :restore.
5687         (frameset--process-minibuffer-frames): Clarify error message.
5688         (frameset-save): Avoid unnecessary and confusing call to framep.
5689         Use new BOA constructor for framesets.
5690         (frameset--reuse-list): Doc fix.
5691         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
5692         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5693         (frameset-minibufferless-first-p): Doc fix.
5694         Rename from frameset-sort-frames-for-deletion.
5695         (frameset-restore): Doc fixes.  Use new function names.
5696         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5698 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
5700         * desktop.el (desktop-restore-forces-onscreen)
5701         (desktop-restore-reuses-frames): Document :keyword constant values.
5702         (desktop-filter-parameters-alist): Remove, now identical to
5703         frameset-filter-alist.
5704         (desktop--filter-tty*): Remove, moved to frameset.el.
5705         (desktop-save-frameset, desktop-restore-frameset):
5706         Do not pass :filters argument.
5708         * frameset.el (frameset-live-filter-alist)
5709         (frameset-persistent-filter-alist): New variables.
5710         (frameset-filter-alist): Use them.  Add autoload cookie.
5711         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5712         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5713         `frameset--id' (it's supposed to be internal to frameset.el).
5714         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
5715         (frameset--initial-params): New function.
5716         (frameset--get-frame): Use it.  Doc fix.
5717         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5718         Accept :all, not 'all.
5719         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5720         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
5721         with fbound symbols.  Fix frame id matching, and remove matching ids if
5722         the frame being restored is deleted.  Obey :delete.
5724 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         * subr.el (macrop): New function.
5727         (text-clone--maintaining): New var.
5728         (text-clone--maintain): Rename from text-clone-maintain.  Use it
5729         instead of inhibit-modification-hooks.
5731         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5732         a proxy, so as handle autoloads and redefinitions of the target.
5733         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5735         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5736         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
5737         (pcase--mutually-exclusive-p): New function.
5738         (pcase--split-consp): Use it.
5739         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
5740         mutually exclusive with the current predicate.
5742         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5743         (edebug-macrop): Remove.  Use `macrop' instead.
5744         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
5745         (ad-macro-p):
5746         * eshell/esh-cmd.el (eshell-macrop):
5747         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
5749 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5752         (advice-mapc): New function, using it.
5753         (advice-function-member-p): New function.
5754         (advice--normalize): Store the cdr in advice--saved-rewrite since
5755         that's the part that will be changed.
5756         (advice--symbol-function): New function.
5757         (advice-remove): Handle removal before the function is defined.
5758         Adjust to new advice--saved-rewrite.
5759         (advice-member-p): Use advice-function-member-p and
5760         advice--symbol-function.
5762 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
5764         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5765         (frameset-filter-minibuffer): Doc fix.
5766         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
5767         (frameset--set-id, frameset--process-minibuffer-frames)
5768         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5769         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
5771         * desktop.el (desktop-clear): Only delete frames when called
5772         interactively and desktop-restore-frames is non-nil.  Doc fix.
5773         (desktop-read): Set desktop-saved-frameset to nil.
5775 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
5777         * vc/vc.el (vc-ignore): Rewrite.
5778         (vc-default-ignore-completion-table):
5779         (vc--read-lines):
5780         (vc--add-line, vc--remove-regexp): New functions.
5782         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5783         (vc-svn-ignore-completion-table): New function.
5785         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5786         (vc-hg-ignore-completion-table):
5787         (vc-hg-find-ignore-file): New functions.
5789         * vc/vc-git.el (vc-git-ignore): Rewrite.
5790         (vc-git-ignore-completion-table):
5791         (vc-git-find-ignore-file): New functions.
5793         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5795         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5796         (vc-bzr-ignore-completion-table):
5797         (vc-bzr-find-ignore-file): New functions.
5799 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
5801         * frameset.el (frameset-prop): New function and setter.
5802         (frameset-save): Do not modify frame list passed by the caller.
5804 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5806         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5808 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5810         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5811         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5813         * custom.el (custom-initialize-default, custom-initialize-set)
5814         (custom-initialize-reset, custom-initialize-changed): Affect the
5815         toplevel-default-value (bug#6275, bug#14586).
5816         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5817         for bug#6275.
5819 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
5821         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5822         Add cl-def* expressions.
5824         * frameset.el (frameset-filter-params): Fix order of arguments.
5826 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
5828         Move code related to saving frames to frameset.el.
5829         * desktop.el: Require frameset.
5830         (desktop-restore-frames): Doc fix.
5831         (desktop-restore-reuses-frames): Rename from
5832         desktop-restoring-reuses-frames.
5833         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5834         (desktop-clear): Clear frames too.
5835         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5836         (desktop--filter-tty*, desktop-save, desktop-read):
5837         Use frameset functions.
5838         (desktop-before-saving-frames-functions, desktop--filter-*-color)
5839         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5840         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5841         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5842         (desktop--process-minibuffer-frames, desktop-save-frames)
5843         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5844         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5845         (desktop--sort-states, desktop-restoring-frames-p)
5846         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
5847         (desktop-restoring-frameset-p, desktop-restore-frameset)
5848         (desktop--check-dont-save, desktop-save-frameset): New functions.
5849         (desktop--app-id): New constant.
5850         (desktop-first-buffer, desktop-buffer-ok-count)
5851         (desktop-buffer-fail-count): Move before first use.
5852         * frameset.el: New file.
5854 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5856         * files.el: Use lexical-binding.
5857         (dir-locals-read-from-file): Remove unused `err' variable.
5858         (hack-dir-local-variables--warned-coding): New var.
5859         (hack-dir-local-variables): Use it to avoid repeated warnings.
5860         (make-backup-file-name--default-function): New function.
5861         (make-backup-file-name-function): Use it as default.
5862         (buffer-stale--default-function): New function.
5863         (buffer-stale-function): Use it as default.
5864         (revert-buffer-insert-file-contents--default-function): New function.
5865         (revert-buffer-insert-file-contents-function): Use it as default.
5866         (insert-directory): Avoid add-to-list.
5868         * autorevert.el (auto-revert-handler): Simplify.
5869         Use buffer-stale--default-function.
5871 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
5873         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5875         * whitespace.el (whitespace-ensure-local-variables): New function.
5876         (whitespace-cleanup-region): Call it.
5877         (whitespace-turn-on): Call it.
5879 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
5881         Complete file name handlers.
5883         * net/tramp.el (tramp-handle-set-visited-file-modtime)
5884         (tramp-handle-verify-visited-file-modtime)
5885         (tramp-handle-file-notify-rm-watch): New functions.
5886         (tramp-call-process): Do not bind `default-directory'.
5888         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5889         Order alphabetically.
5890         [access-file, add-name-to-file, dired-call-process]:
5891         [dired-compress-file, file-acl, file-notify-rm-watch]:
5892         [file-ownership-preserved-p, file-selinux-context]:
5893         [make-directory-internal, make-symbolic-link, set-file-acl]:
5894         [set-file-selinux-context, set-visited-file-modtime]:
5895         [verify-visited-file-modtime]: Add handler.
5896         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5898         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5899         [file-notify-add-watch, file-notify-rm-watch]:
5900         [set-file-times, set-visited-file-modtime]:
5901         [verify-visited-file-modtime]: Add handler.
5902         (with-tramp-gvfs-error-message)
5903         (tramp-gvfs-handle-set-visited-file-modtime)
5904         (tramp-gvfs-fuse-file-name): Remove.
5905         (tramp-gvfs-handle-file-notify-add-watch)
5906         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5907         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5909         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5910         Order alphabetically.
5911         [file-notify-rm-watch ]: Use default Tramp handler.
5912         [executable-find]: Remove private handler.
5913         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5914         `default-directory'.
5915         (tramp-sh-handle-executable-find)
5916         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5917         (tramp-sh-file-gvfs-monitor-dir-process-filter)
5918         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5919         Do not use `format' in `tramp-message'.
5921         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5922         [file-notify-rm-watch, set-visited-file-modtime]:
5923         [verify-visited-file-modtime]: Add handler.
5924         (tramp-smb-call-winexe): Do not bind `default-directory'.
5926 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
5928         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5930 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
5932         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5933         use it.
5934         (log-view-diff-changeset): Same.
5935         (log-view-diff-common): Call backend command `previous-revision'
5936         to find out the previous revision, in both cases.  Swap the
5937         variables `to' and `fr', so that `fr' usually refers to the
5938         earlier revision (Bug#14989).
5940 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
5942         * ibuf-ext.el (ibuffer-filter-by-filename):
5943         Make it work with dired buffers too.
5945 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
5947         * emacs-lisp/re-builder.el (reb-color-display-p):
5948         * files.el (save-buffers-kill-terminal):
5949         * net/browse-url.el (browse-url):
5950         * server.el (server-save-buffers-kill-terminal):
5951         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5952         Prefer nil to selected-frame for the first arg of frame-parameter.
5954 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
5956         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5958 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
5960         * minibuffer.el (completion--twq-all): Try and preserve each
5961         completion's case choice (bug#14907).
5963 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965         * net/network-stream.el (open-network-stream): Mention the new
5966         :nogreeting parameter.
5967         (network-stream-open-starttls): Use the :nogreeting parameter
5968         (bug#14938).
5970         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5972         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5973         more natural than popping.
5975         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5976         (shr-urlify): Highlight under mouse.
5978 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
5980         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5982         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5984         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
5985         buffer for output.
5987         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
5988         point-min==1.  Fix search string.  Fix parentheses missing.
5990         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
5991         assume point-min==1.  Fix search string.  Fix parentheses missing.
5993         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5995         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
5996         buffer for output.
5998 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
6000         * frame.el (frame-notice-user-settings): Avoid inflooping when the
6001         initial frame is minibuffer-less.  (Bug#14841)
6003 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
6005         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6006         option.
6008         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6009         (tramp-maybe-open-connection): Use it.
6011 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6013         * desktop.el (desktop--make-frame): Include `minibuffer' in the
6014         minimal set of parameters passed when creating a frame, because
6015         the minibuffer status of a frame cannot be changed later.
6017 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
6019         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6020         replace-regexp-in-string and inadvertent omissions in previous change.
6021         (todo-filter-items): Ensure only file names are comma-separated in
6022         name of filtered items buffer.
6024 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6026         * desktop.el: Optionally force offscreen frames back onscreen.
6027         (desktop-restoring-reuses-frames): New option.
6028         (desktop--compute-pos, desktop--move-onscreen): New functions.
6029         (desktop--make-frame): Use desktop--move-onscreen.
6031 2013-07-27  Alan Mackenzie  <acm@muc.de>
6033         Fontify a Java generic method as a function.
6034         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6035         value to t.
6037 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
6039         * calendar/todo-mode.el: Add command to rename todo files.
6040         (todo-rename-file): New command.
6041         (todo-key-bindings-t): Add key binding for it.  Change the
6042         bindings of todo-filter-regexp-items(-multifile) to use `x'
6043         instead of `r', since the latter is better suited to the new
6044         renaming command.
6046 2013-07-27  Alan Mackenzie  <acm@muc.de>
6048         Make Java try-with-resources statement parse properly.
6049         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6050         (c-block-stmt-1-2-key): New language constants/variables.
6051         * progmodes/cc-engine.el (c-beginning-of-statement-1)
6052         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6053         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6054         with c-block-stmt-1-2-key.
6056 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
6058         * desktop.el (desktop--make-frame): Apply most frame parameters after
6059         creating the frame to force (partially or totally) offscreen frames to
6060         be restored as such.
6062 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
6064         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6065         (Bug#14948)
6067 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6069         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6070         `base' arg of backtrace-frame.
6072 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
6074         * simple.el (list-processes): Doc fix.
6076 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6078         * desktop.el (desktop--select-frame):
6079         Try harder to reuse existing frames.
6081 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6083         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6084         (edebug-eval): Use backtrace-eval.
6085         (edebug--display, edebug--recursive-edit): Don't let-bind the
6086         edebug-outer-* vars that keep track of variables we locally let-bind.
6087         (edebug-outside-excursion): Don't restore outside values of locally
6088         let-bound vars.
6089         (edebug--display): Use user-error.
6090         (cl-lexical-debug, cl-debug-env): Remove.
6092 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6094         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6095         are restored to be sure that they are visible before deleting any
6096         remaining ones.
6098 2013-07-26  Matthias Meulien  <orontee@gmail.com>
6100         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6101         vc-print-root-log.  (Bug#14948)
6103 2013-07-26  Richard Stallman  <rms@gnu.org>
6105         Add aliases for encrypting mail.
6106         * epa.el (epa-mail-aliases): New option.
6107         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6108         Bind inhibit-read-only so read-only text doesn't ruin everything.
6109         (epa-mail-default-recipients): New subroutine broken out.
6110         Handle epa-mail-aliases.
6112 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6114         Add support for lexical variables to the debugger's `e' command.
6115         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6116         vars, except for debugger-outer-match-data.
6117         (debugger-frame-number): Move check for "on a function call" from
6118         callers into it.  Add `skip-base' argument.
6119         (debugger-frame, debugger-frame-clear): Simplify accordingly.
6120         (debugger-env-macro): Only reset the state stored in non-variables,
6121         i.e. current-buffer and match-data.
6122         (debugger-eval-expression): Rewrite using backtrace-eval.
6123         * subr.el (internal--called-interactively-p--get-frame): Remove.
6124         (called-interactively-p):
6125         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6126         `base' arg of backtrace-frame instead.
6128 2013-07-26  Glenn Morris  <rgm@gnu.org>
6130         * align.el (align-regexp): Doc fix.  (Bug#14857)
6131         (align-region): Explicit error if subexpression missing/does not match.
6133         * simple.el (global-visual-line-mode):
6134         Do not duplicate the mode lighter.  (Bug#14858)
6136 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
6138         * window.el (display-buffer): In display-buffer bind
6139         split-window-keep-point to t, bug#14829.
6141 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6143         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6144         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6145         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6146         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6147         Change accordingly.
6148         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6149         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6151 2013-07-25  Glenn Morris  <rgm@gnu.org>
6153         * dired-x.el (dired-mark-extension): Convert comment to doc string.
6155 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6157         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6158         parameter to modify-frame-parameters if the value has not changed;
6159         this is a workaround for bug#14949.
6160         (desktop--make-frame): On cl-delete-if call, check parameter name,
6161         not full parameter.
6163 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6165         * vc/vc.el (vc-ignore): New function.
6167         * vc/vc-svn.el (vc-svn-ignore): New function.
6169         * vc/vc-hg.el (vc-hg-ignore): New function.
6171         * vc/vc-git.el (vc-git-ignore): New function.
6173         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6174         (vc-dir-ignore): New function.
6176         * vc/vc-cvs.el (vc-cvs-ignore): New function.
6177         (cvs-append-to-ignore): Move here from pcvs.el.
6179         * vc/vc-bzr.el (vc-bzr-ignore): New function.
6181         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6183 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
6185         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6186         (desktop-restore-frames): Warn when deleting an existing frame failed.
6188 2013-07-24  Glenn Morris  <rgm@gnu.org>
6190         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
6192 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
6194         * filenotify.el (file-notify-supported-p):
6195         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6196         Remove functions.
6198         * autorevert.el (auto-revert-use-notify):
6199         (auto-revert-notify-add-watch):
6200         * net/tramp.el (tramp-file-name-for-operation):
6201         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6202         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6203         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6204         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6205         Remove `file-notify-supported-p' entry.
6207 2013-07-24  Glenn Morris  <rgm@gnu.org>
6209         * printing.el: Replace all uses of deleted ps-windows-system,
6210         ps-lp-system, ps-flatten-list with lpr- versions.
6212 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6214         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6215         checked with memq (bug#14935).
6217         * files.el (revert-buffer-function): Use a non-nil default.
6218         (revert-buffer-preserve-modes): Declare var to
6219         provide access to the `preserve-modes' argument.
6220         (revert-buffer): Let-bind it.
6221         (revert-buffer--default): New function, extracted from revert-buffer.
6223 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * lpr.el: Signal print errors more prominently.
6226         (print-region-function): Don't default to nil.
6227         (lpr-print-region): New function, extracted from print-region-1.
6228         Check lpr's return value and signal an error in case of problem.
6229         (print-region-1): Use it.
6230         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
6231         versions instead.
6232         (ps-printer-name): Default to nil.
6233         (ps-printer-name-option): Default to lpr-printer-switch.
6234         (ps-print-region-function): Don't default to nil.
6235         (ps-postscript-code-directory): Simplify default.
6236         (ps-do-despool): Use lpr-print-region to properly check the outcome.
6237         (ps-string-list, ps-eval-switch, ps-flatten-list)
6238         (ps-flatten-list-1): Remove.
6239         (ps-multibyte-buffer): Avoid setq.
6240         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6241         (print-region-function, ps-print-region-function): Don't set them here.
6243 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
6245         * ido.el (ido-fractionp):
6246         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6247         (ido-max-file-prompt-width, ido-unc-hosts-cache)
6248         (ido-max-directory-size, ido-max-dir-file-cache)
6249         (ido-decorations): Doc fix.
6251         * ansi-color.el: Fix old URL.
6253 2013-07-23  Michael R. Mauger  <michael@mauger.com>
6255         * progmodes/sql.el: Version 3.3
6256         (sql-product-alist): Improve oracle :prompt-cont-regexp.
6257         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6258         (sql-interactive-remove-continuation-prompt): Rewrite, use
6259         functions above.  Fix continuation prompt and complete output line
6260         handling.
6261         (sql-redirect-one, sql-execute): Use `read-only-mode' on
6262         redirected output buffer.
6263         (sql-mode): Restore deleted code (Bug#13591).
6265 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6267         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6269 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
6271         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6273         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6274         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6275         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6277 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6279         * desktop.el (desktop-clear): Simplify; remove useless checks
6280         against invalid buffer names.
6281         (desktop-list*): Use cl-list*.
6282         (desktop-buffer-info, desktop-create-buffer): Simplify.
6284 2013-07-23  Leo Liu  <sdl.web@gmail.com>
6286         * bookmark.el (bookmark-make-record): Restore NAME as a default
6287         value.  (Bug#14933)
6289 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * emacs-lisp/autoload.el (autoload--setup-output): New function,
6292         extracted from autoload--insert-text.
6293         (autoload--insert-text): Remove.
6294         (autoload--print-cookie-text): New function, extracted from
6295         autoload--insert-cookie-text.
6296         (autoload--insert-cookie-text): Remove.
6297         (autoload-generate-file-autoloads): Adjust calls accordingly.
6299         * winner.el (winner-hook-installed-p): Remove.
6300         (winner-mode): Simplify accordingly.
6302         * subr.el (add-to-list): Fix compiler-macro when `append' is
6303         not constant.  Don't use `cl-member' for the base case.
6305         * progmodes/subword.el: Fix boundary case (bug#13758).
6306         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
6307         own group.
6308         (subword-backward-regexp): Make it a constant.
6309         (subword-forward-internal): Don't treat a trailing capital as the
6310         beginning of a word.
6312 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
6314         * emacs-lisp/package.el (package-menu-mode): Don't modify the
6315         global value of tabulated-list-revert-hook (bug#14930).
6317 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
6319         * desktop.el: Require 'cl-lib.
6320         (desktop-before-saving-frames-functions): New hook.
6321         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6322         for frames being saved.  Rename from desktop--save-minibuffer-frames.
6323         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6324         Do not save frames with non-nil `desktop-dont-save' parameter.
6325         Filter out deleted frames.
6326         (desktop--find-frame): Use cl-find-if.
6327         (desktop--select-frame): Use cl-(first|second|third) to access values
6328         of desktop-mini.
6329         (desktop--make-frame): Use cl-delete-if.
6330         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6331         (desktop-restore-frames): Use cl-(first|second|third) to access values
6332         of desktop-mini.  Look for visible frame at the end, not while
6333         restoring frames.
6335         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6336         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6337         Use string-match-p, looking-at-p (bug#14927).
6339 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
6341         * desktop.el (desktop-saved-frame-states):
6342         Rename from desktop--saved-states; all users changed.
6343         (desktop-save-frames): Rename from desktop--save-frames.
6344         Do not save state to desktop file.
6345         (desktop-save): Save desktop-saved-frame-states to desktop file
6346         and reset to nil.
6347         (desktop-restoring-frames-p): New function.
6348         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
6349         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
6350         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
6352         * desktop.el: Correctly restore iconified frames.
6353         (desktop--filter-iconified-position): New function.
6354         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6356 2013-07-20  Glenn Morris  <rgm@gnu.org>
6358         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6359         Let `message' do the formatting.
6360         (def-gdb-preempt-display-buffer): Add explicit format.
6362         * image-dired.el (image-dired-track-original-file):
6363         Use with-current-buffer.
6364         (image-dired-track-thumbnail): Use with-current-buffer.
6365         Avoid changing point of wrong window.
6367         * image-dired.el (image-dired-track-original-file):
6368         Avoid changing point of wrong window.  (Bug#14909)
6370 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
6372         * progmodes/gdb-mi.el (gdb-done-or-error):
6373         Guard against "%" in gdb output.  (Bug#14127)
6375 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
6377         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6378         (Bug#14826)
6380         * international/mule.el (coding-system-iso-2022-flags): Fix last
6381         change.
6383 2013-07-20  Kenichi Handa  <handa@gnu.org>
6385         * international/mule.el (coding-system-iso-2022-flags):
6386         Add `8-bit-level-4'.  (Bug#8522)
6388 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6390         * net/shr.el (shr-mouse-browse-url): New command and keystroke
6391         (bug#14815).
6393         * net/eww.el (eww-process-text-input): Allow inputting when the
6394         point is at the start of the line, as the properties aren't
6395         front-sticky.
6397         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6398         degenerate widths.
6400 2013-07-19  Richard Stallman  <rms@gnu.org>
6402         * epa.el (epa-popup-info-window): Doc fix.
6404         * subr.el (split-string): New arg TRIM.
6406 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
6408         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6409         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6411 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
6413         * filenotify.el (file-notify--library): Rename from
6414         `file-notify-support'.  Do not autoload.  Adapt all uses.
6415         (file-notify-supported-p): New defun.
6417         * autorevert.el (auto-revert-use-notify):
6418         Use `file-notify-supported-p' instead of `file-notify-support'.
6419         Adapt docstring.
6420         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6422         * net/tramp.el (tramp-file-name-for-operation):
6423         Add `file-notify-supported-p'.
6425         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6426         New defun.
6427         (tramp-sh-file-name-handler-alist): Add it as handler for
6428         `file-notify-supported-p '.
6430         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6431         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6432         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6433         Add `ignore' as handler for `file-notify-*' functions.
6435 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
6437         * simple.el (line-move-partial, line-move): Don't start vscroll or
6438         scroll-up if the current line is not taller than the window.
6439         (Bug#14881)
6441 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
6443         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6444         highlight question marks in the method names as strings.
6445         (ruby-block-beg-keywords): Inline.
6446         (ruby-font-lock-keyword-beg-re): Extract from
6447         `ruby-font-lock-keywords'.
6449 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
6451         * frame.el (blink-cursor-blinks): New defcustom.
6452         (blink-cursor-blinks-done): New defvar.
6453         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6454         (blink-cursor-timer-function): Check if number of blinks has been
6455         done on X and NS.
6456         (blink-cursor-suspend, blink-cursor-check): New defuns.
6458 2013-07-15  Glenn Morris  <rgm@gnu.org>
6460         * edmacro.el (edmacro-format-keys): Fix previous change.
6462 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
6464         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6465         The hack didn't work outside English locales anyway.
6467 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
6469         * simple.el (define-alternatives): Rename from alternatives-define,
6470         per RMS' suggestion.
6472 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
6474         * desktop.el (desktop-restore-frames): Change default to t.
6475         (desktop-restore-in-current-display): Now offer more options.
6476         (desktop-restoring-reuses-frames): New customization option.
6477         (desktop--saved-states): Doc fix.
6478         (desktop-filter-parameters-alist): New variable, renamed and expanded
6479         from desktop--excluded-frame-parameters.
6480         (desktop--target-display): New variable.
6481         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6482         (desktop--filter-tty*, desktop--filter-*-color)
6483         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6484         (desktop--filter-save-desktop-parm)
6485         (desktop-restore-in-original-display-p): New functions.
6486         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6487         (desktop--save-minibuffer-frames): New function, inspired by a similar
6488         function from Martin Rudalics.
6489         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6490         (desktop--restore-in-this-display-p): Remove.
6491         (desktop--find-frame): Rename from desktop--find-frame-in-display
6492         and add predicate argument.
6493         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6494         (desktop--reuse-list): New variable.
6495         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6496         New functions.
6497         (desktop--restore-frames): Add support for "minibuffer-special" frames.
6499 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
6501         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6503 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
6505         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6506         Highlight conversion methods on Kernel.
6508 2013-07-13  Alan Mackenzie  <acm@muc.de>
6510         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6511         and comment it out.  This out-commenting enables certain C++
6512         declarations to be parsed correctly.
6514 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
6516         * international/mule.el (define-coding-system): Doc fix.
6518         * simple.el (default-font-height): Don't call font-info if the
6519         frame's default font didn't change since the frame was created.
6520         (Bug#14838)
6522 2013-07-13  Leo Liu  <sdl.web@gmail.com>
6524         * ido.el (ido-read-file-name): Guard against non-symbol value.
6526 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6528         * progmodes/python.el (python-imenu--build-tree): Fix corner case
6529         in nested defuns.
6531 2013-07-13  Leo Liu  <sdl.web@gmail.com>
6533         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6534         ido-set-matches call.  (Bug#6852)
6536 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
6538         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6539         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6540         Ruby 2.0.
6541         (ruby-font-lock-keywords): Distinguish calls to functions with
6542         module-like names from module references.  Highlight character
6543         literals.
6545 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6547         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6548         (gdb-send): Handle continued commands.  (Bug#14847)
6550 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
6552         * desktop.el (desktop--v2s): Remove unused local variable.
6553         (desktop-save-buffer): Make defvar-local; adjust docstring.
6554         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6555         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6557 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6559         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6561 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
6563         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6564         (Bug#14842)
6566 2013-07-12  Glenn Morris  <rgm@gnu.org>
6568         * doc-view.el: Require cl-lib at runtime too.
6569         (doc-view-remove-if): Remove.
6570         (doc-view-search-next-match, doc-view-search-previous-match):
6571         Use cl-remove-if.
6573         * edmacro.el: Require cl-lib at runtime too.
6574         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6575         (edmacro-mismatch, edmacro-subseq): Remove.
6577         * shadowfile.el: Require cl-lib.
6578         (shadow-remove-if): Remove.
6579         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6580         Use cl-remove-if.
6582         * wid-edit.el: Require cl-lib.
6583         (widget-choose): Use cl-remove-if.
6584         (widget-remove-if): Remove.
6586         * progmodes/ebrowse.el: Require cl-lib at runtime too.
6587         (ebrowse-delete-if-not): Remove.
6588         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6589         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6590         Use cl-delete-if-not.
6592 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
6594         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6595         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6597 2013-07-12  Leo Liu  <sdl.web@gmail.com>
6599         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
6601 2013-07-11  Glenn Morris  <rgm@gnu.org>
6603         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6604         (edebug-gensym-index, edebug-gensym):
6605         Remove reimplementation of cl-gensym.
6606         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6608         * thumbs.el: Require cl-lib at run-time too.
6609         (thumbs-gensym-counter, thumbs-gensym):
6610         Remove reimplementation of cl-gensym.
6611         (thumbs-temp-file): Use cl-gensym.
6613         * emacs-lisp/ert.el: Require cl-lib at runtime too.
6614         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6615         (ert--intersection, ert--set-difference, ert--set-difference-eq)
6616         (ert--union, ert--gensym-counter, ert--gensym-counter)
6617         (ert--coerce-to-vector, ert--remove*, ert--string-position)
6618         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6619         (ert-make-test-unbound, ert--expand-should-1)
6620         (ert--expand-should, ert--should-error-handle-error)
6621         (should-error, ert--explain-equal-rec)
6622         (ert--plist-difference-explanation, ert-select-tests)
6623         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6624         Use cl-lib functions rather than reimplementations.
6626 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
6628         * net/tramp.el (tramp-methods): Extend docstring.
6629         (tramp-connection-timeout): New defcustom.
6630         (tramp-error-with-buffer): Reset timestamp only when appropriate.
6631         (with-tramp-progress-reporter): Simplify.
6632         (tramp-process-actions): Improve messages.
6634         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6635         * net/tramp-sh.el (tramp-maybe-open-connection):
6636         Use `tramp-connection-timeout'.
6637         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6638         (Bug#14808)
6640 2013-07-11  Leo Liu  <sdl.web@gmail.com>
6642         * ido.el (ido-read-file-name): Conform to the requirements of
6643         read-file-name.  (Bug#11861)
6644         (ido-read-directory-name): Conform to the requirements of
6645         read-directory-name.
6647 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
6649         * subr.el (delay-warning): New function.
6651 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
6653         * simple.el (default-line-height): New function.
6654         (line-move-partial, line-move): Use it instead of computing the
6655         line height inline.
6656         (line-move-partial): Always compute ROWH.  If the last line is
6657         partially-visible, but its text is completely visible, allow
6658         cursor to enter such a partially-visible line.
6660 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
6662         Improve error messages.  (Bug#14808)
6664         * net/tramp.el (tramp-current-connection): New defvar, moved from
6665         tramp-sh.el.
6666         (tramp-message-show-progress-reporter-message): Remove, not
6667         needed anymore.
6668         (tramp-error-with-buffer): Show message in minibuffer.
6669         Discard input before waiting.  Reset connection timestamp.
6670         (with-tramp-progress-reporter): Improve messages.
6671         (tramp-process-actions): Use progress reporter.  Delete process in
6672         case of error.  Improve messages.
6674         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6675         Call `tramp-error-with-buffer' with vector and buffer.
6676         (tramp-current-connection): Remove.
6677         (tramp-maybe-open-connection): The car of
6678         `tramp-current-connection' are the first 3 slots of the vector.
6680 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
6682         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6683         inside continued strings.
6685 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6687         Timestamp fixes for undo (Bug#14824).
6688         * files.el (clear-visited-file-modtime): Move here from fileio.c.
6690 2013-07-10  Leo Liu  <sdl.web@gmail.com>
6692         * files.el (require-final-newline): Allow safe local value.
6693         (Bug#14834)
6695 2013-07-09  Leo Liu  <sdl.web@gmail.com>
6697         * ido.el (ido-read-directory-name): Handle fallback.
6698         (ido-read-file-name): Update DIR to ido-current-directory.
6699         (Bug#1516)
6700         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
6702 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
6704         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6705         "autoload".  Remove "warn lower camel case" section, previously
6706         commented out.  Highlight negation char.  Do not highlight the
6707         target in singleton method definitions.
6709 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6711         * faces.el (tty-setup-hook): Declare the hook.
6713         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6714         and detect when a guard/pred depends on local vars (bug#14773).
6715         (pcase--u1): Adjust caller.
6717 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
6719         * simple.el (line-move-partial, line-move): Account for
6720         line-spacing.
6721         (line-move-partial): Avoid setting vscroll when the last
6722         partially-visible line in window is of default height.
6724 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6727         been used a while.
6729 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
6731         * subr.el (read-quoted-char): Remove unused local variable `char'.
6733 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6735         * ediff.el (ediff-version): Version update.
6736         (ediff-files-command, ediff3-files-command, ediff-merge-command)
6737         (ediff-merge-with-ancestor-command, ediff-directories-command)
6738         (ediff-directories3-command, ediff-merge-directories-command)
6739         (ediff-merge-directories-with-ancestor-command): New functions.
6740         All are command-line interfaces to ediff: to facilitate calling
6741         Emacs with the appropriate ediff functions invoked.
6743         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6744         (viper-save-kill-buffer): Check if buffer is modified.
6746         * viper.el (viper-version): Version update.
6747         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
6749 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6751         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6752         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6753         (viper-intercept-ESC-key): Simplify.
6754         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6755         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6756         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6757         (viper-setup-ESC-to-escape): New functions.
6758         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6759         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
6761 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
6763         * simple.el (default-font-height, window-screen-lines):
6764         New functions.
6765         (line-move, line-move-partial): Use them instead of
6766         frame-char-height and window-text-height.  This makes scrolling
6767         text smoother when the buffer's default face uses a font that is
6768         different from the frame's default font.
6770 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
6772         * files.el (write-file): Do not display confirm dialog for NS,
6773         it does its own dialog, which can't be cancelled (Bug#14578).
6775 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
6777         * simple.el (line-move-partial): Adjust the row returned by
6778         posn-at-point for the current window-vscroll.  (Bug#14567)
6780 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
6782         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6783         (tramp-sh-file-inotifywait-process-filter): Handle file names with
6784         spaces.
6786 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
6788         * window.el (window-state-put-stale-windows): New variable.
6789         (window--state-put-2): Save list of windows without matching buffer.
6790         (window-state-put): Remove "bufferless" windows if possible.
6792 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
6794         * simple.el (alternatives-define): Remove leftover :group keyword.
6795         Tweak docstring.
6797 2013-07-06  Leo Liu  <sdl.web@gmail.com>
6799         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6800         (ido-enable-virtual-buffers): New variable.
6801         (ido-buffer-internal, ido-toggle-virtual-buffers)
6802         (ido-make-buffer-list): Use it.
6803         (ido-exhibit): Support turning on and off virtual buffers
6804         automatically.
6806 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
6808         * simple.el (alternatives-define): New macro.
6810 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6812         * subr.el (read-quoted-char): Use read-key.
6813         (sit-for): Let read-event decode tty input (bug#14782).
6815 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
6817         * calendar/todo-mode.el: Add handling of file deletion, both by
6818         mode command and externally.  Fix various related bugs.
6819         Clarify Commentary and improve some documentation strings and code.
6820         (todo-delete-file): New command.
6821         (todo-check-file): New function.
6822         (todo-show): Handle external deletion of the file we're trying to
6823         show (bug#14688).  Replace called-interactively-p by an optional
6824         prefix argument to avoid problematic interaction with catch form
6825         when byte compiled (bug#14702).
6826         (todo-quit): Handle external deletion of the archive's todo file.
6827         Make sure the buffer that was visiting the archive file is still
6828         live before trying to bury it.
6829         (todo-category-completions): Handle external deletion of any
6830         category completion files.
6831         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6832         of todo files, in case of external deletion.
6833         (todo-add-file): Replace unnecessary setq by let-binding.
6834         (todo-find-archive): Check whether there are any archives.
6835         Replace unnecessary setq by let-binding.
6836         (todo-archive-done-item): Use find-file-noselect to get the
6837         archive buffer whether or not the archive already exists.
6838         Remove superfluous code.  Use file size instead of buffer-file-name to
6839         check if the archive is new; if it is, update list of archives.
6840         (todo-default-todo-file): Allow nil to be a valid value for when
6841         there are no todo files.
6842         (todo-reevaluate-default-file-defcustom): Use corrected definition
6843         of todo-default-todo-file.
6844         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6845         (todo-delete-category, todo-show-categories-table)
6846         (todo-category-number): Clarify comment.
6847         (todo-filter-items): Clarify documentation string.
6848         (todo-show-current-file, todo-display-as-todo-file)
6849         (todo-reset-and-enable-done-separator): Tweak documentation string.
6850         (todo-done-separator): Make separator length window-width, since
6851         bug#2749 is now fixed.
6853 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
6855         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6856         Support both "gvfs-monitor-dir" and "inotifywait".
6857         (tramp-sh-file-inotifywait-process-filter): Rename from
6858         `tramp-sh-file-notify-process-filter'.
6859         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6860         (tramp-get-remote-gvfs-monitor-dir): New defuns.
6862 2013-07-05  Leo Liu  <sdl.web@gmail.com>
6864         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6866 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6868         * frame.el (display-pixel-height, display-pixel-width)
6869         (display-mm-height, display-mm-width): Mention behavior on
6870         multi-monitor setups in docstrings.
6871         (w32-display-monitor-attributes-list): Declare function.
6872         (display-monitor-attributes-list): Use it.
6874 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
6876         * filenotify.el: New package.
6878         * autorevert.el (top): Require filenotify.el.
6879         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
6880         instead.
6881         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6882         (auto-revert-notify-handler): Use `file-notify-*' functions.
6884         * subr.el (file-notify-handle-event): Move function to filenotify.el.
6886         * net/tramp.el (tramp-file-name-for-operation):
6887         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
6889         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6890         for `file-notify-add-watch' and `file-notify-rm-watch'.
6891         (tramp-process-sentinel): Improve trace.
6892         (tramp-sh-handle-file-notify-add-watch)
6893         (tramp-sh-file-notify-process-filter)
6894         (tramp-sh-handle-file-notify-rm-watch)
6895         (tramp-get-remote-inotifywait): New defuns.
6897 2013-07-03  Juri Linkov  <juri@jurta.org>
6899         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6900         call of `occur-read-primary-args' to interactive spec.
6902         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6903         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
6905 2013-07-03  Matthias Meulien  <orontee@gmail.com>
6907         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6908         `Buffer-menu-multi-occur'.  Add it to the menu.
6909         (Buffer-menu-mode): Document it in docstring.
6910         (Buffer-menu-multi-occur): New command.  (Bug#14673)
6912 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
6914         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6915         keywords and built-ins.
6917 2013-07-03  Glenn Morris  <rgm@gnu.org>
6919         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
6921         Make info-xref checks case-sensitive by default
6922         * info.el (Info-find-node, Info-find-in-tag-table)
6923         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6924         Add option for exact case matching of nodes.
6925         * info-xref.el (info-xref): New custom group.
6926         (info-xref-case-fold): New option.
6927         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6929 2013-07-03  Leo Liu  <sdl.web@gmail.com>
6931         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6933 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
6935         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6936         middle of block statement initially, lower the depth.  Remove
6937         FIXME comment, not longer valid.  Remove middle of block statement
6938         detection, no need to do that anymore since we've been using
6939         `ruby-parse-region' here.
6941 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
6943         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6945 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6947         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6949 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
6951         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6952         (desktop-restore-in-current-display): New customization option.
6953         (desktop--excluded-frame-parameters): Add `font'.
6954         (desktop--save-frames): Rename from desktop--save-windows.
6955         (desktop--restore-in-this-display-p): New function.
6956         (desktop--make-full-frame): Remove unwanted width/height from
6957         full(width|height) frames.
6958         (desktop--restore-frames): Rename from desktop--restore-windows.
6959         Obey desktop-restore-current-display.  Do not delete old frames or
6960         select a new frame unless we were able to restore at least one frame.
6962 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
6964         * files.el (find-file-noselect): Simplify conditional expression.
6966         * remember.el (remember-append-to-file):
6967         Don't mix `find-buffer-visiting' and `get-file-buffer'.
6969         Add `remember-notes' function to store random notes across Emacs
6970         restarts.
6971         * remember.el (remember-data-file): Add :set callback to affect
6972         notes buffer (if any).
6973         (remember-notes): New command.
6974         (remember-notes-buffer-name, bury-remember-notes-on-kill):
6975         New defcustoms for the `remember-notes' function.
6976         (remember-notes-save-and-bury-buffer): New command.
6977         (remember-notes-mode-map): New variable.
6978         (remember-mode): New minor mode.
6979         (remember-notes--kill-buffer-query): New function.
6980         * startup.el (initial-buffer-choice): Add notes to custom type.
6982 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
6984         * bindings.el (right-char, left-char): Don't call sit-for, this is
6985         no longer needed.  Use arithmetic comparison only for numerical
6986         arguments.
6988         * international/mule-cmds.el (select-safe-coding-system):
6989         Handle the case of FROM being a string correctly.  (Bug#14755)
6991 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993         * net/shr.el (shr-make-table-1): Add a sanity check that allows
6994         progression on degenerate tables.
6995         (shr-rescale-image): ImageMagick animated images currently don't work.
6997 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
6999         Some fixes and improvements for desktop frame restoration.
7000         It is still experimental and disabled by default.
7001         * desktop.el (desktop--save-windows): Put the selected frame at
7002         the head of the list.
7003         (desktop--make-full-frame): New function.
7004         (desktop--restore-windows): Try to re-select the frame that was
7005         selected upon saving.  Do not abort if some frames fail to restore,
7006         just show an error message and continue.  Set up maximized frames
7007         so they have default non-maximized dimensions.
7009 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7011         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7012         Don't start heredoc inside a string or comment.
7014 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
7016         * bindings.el (visual-order-cursor-movement): New defcustom.
7017         (right-char, left-char): Provide visual-order cursor motion by
7018         calling move-point-visually.  Update the doc strings.
7020 2013-06-28  Kenichi Handa  <handa@gnu.org>
7022         * international/mule.el (define-coding-system): New coding system
7023         properties :inhibit-null-byte-detection,
7024         :inhibit-iso-escape-detection, and :prefer-utf-8.
7025         (set-buffer-file-coding-system): If :charset-list property of
7026         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7027         appropriate for setting.
7029         * international/mule-cmds.el (select-safe-coding-system):
7030         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7031         multibyte characters, return utf-8 (or one of its siblings).
7033         * international/mule-conf.el (prefer-utf-8): New coding system.
7034         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7035         files.
7037 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
7039         * net/shr.el (shr-render-region): New function.
7041         * net/eww.el: Autoload `eww-browse-url'.
7043 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
7045         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7046         Adapt to `package-desc-version' being a list.
7047         Use `package--ac-desc-version' to retrieve version from a package
7048         archive element.
7050 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
7052         New experimental feature to save&restore window and frame setup.
7053         * desktop.el (desktop-save-windows): New defcustom.
7054         (desktop--saved-states): New var.
7055         (desktop--excluded-frame-parameters): New defconst.
7056         (desktop--filter-frame-parms, desktop--find-frame-in-display)
7057         (desktop--restore-windows, desktop--save-windows): New functions.
7058         (desktop-save): Call `desktop--save-windows'.
7059         (desktop-read): Call `desktop--restore-windows'.
7061 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7063         * net/shr.el (add-face-text-property): Remove compat definition.
7065 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7067         * info.el (Info-try-follow-nearest-node): Move search for footnote
7068         above search for node name to prevent missing a footnote (bug#14717).
7070 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7072         * obsolete/otodo-mode.el: Add obsolescence info to file header.
7074 2013-06-27  Leo Liu  <sdl.web@gmail.com>
7076         * net/eww.el (eww-read-bookmarks): Check file size.
7078 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7080         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7081         advice--pending if newdef is nil or an autoload (bug#13820).
7082         (advice-mapc): New function.
7084 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7086         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7087         probably.
7088         (eww-mode-map): Add a menu bar.
7089         (eww-add-bookmark): New command.
7090         (eww-bookmark-mode): New mode and commands.
7091         (eww-add-bookmark): Remove newlines from the title.
7092         (eww-bookmark-browse): Don't bug out if it's the only window.
7094 2013-06-26  Glenn Morris  <rgm@gnu.org>
7096         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7097         (hfy-size): Handle ttys.  (Bug#14668)
7099         * info-xref.el: Update for Texinfo 5 change in *note format.
7100         (info-xref-node-re, info-xref-note-re): New constants.
7101         (info-xref-check-buffer): Use info-xref-note-re.
7103 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7105         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7107         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7108         nil terminate the loop (bug#14718).
7110 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112         * net/eww.el: Rework history traversal.  When going forward/back,
7113         put these actions into the history, too, so that they can be
7114         replayed.
7115         (eww-render): Move the history reset to the correct buffer.
7117 2013-06-25  Juri Linkov  <juri@jurta.org>
7119         * files-x.el (modify-dir-local-variable): Change the header comment
7120         in the file with directory local variables.  (Bug#14692)
7122         * files-x.el (read-file-local-variable-value): Add `default'.
7123         (Bug#14710)
7125 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7127         * net/eww.el (eww-make-unique-file-name): Create a unique file
7128         name before saving to entering `y' accidentally asynchronously.
7130 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
7132         * net/eww.el (eww-download): New command and keystroke.
7134 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7136         * net/eww.el (eww-copy-page-url): Change name of command.
7138         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7139         be more consistent with Info and dired.
7141         * net/eww.el (eww-mode-map): Ditto.
7143 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7145         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
7146         packages from archives.
7147         (package-archive-contents): Change format; include obsolete packages.
7148         (package-desc): Use `dir' to mark builtin packages.
7149         (package--from-builtin): Set the `dir' field to `builtin'.
7150         (generated-autoload-file, version-control): Declare.
7151         (package-compute-transaction): Change first arg and return value to be
7152         lists of package-descs.  Adjust to new package-archive-contents format.
7153         (package--add-to-archive-contents): Adjust to new
7154         package-archive-contents format.
7155         (package-download-transaction): Arg is now a list of package-descs.
7156         (package-install): If `pkg' is a package name, pass it as
7157         a requirement, so it is subject to the usual (e.g. disabled) checks.
7158         (describe-package): Accept package-desc as well.
7159         (describe-package-1): Describe a specific package-desc.  Add links to
7160         other package-descs for the same package name.
7161         (package-menu-describe-package): Pass the actual package-desc.
7162         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7163         works correctly.
7164         (package-desc-status): New function.
7165         (package-menu--refresh): New function, extracted
7166         from package-menu--generate.
7167         (package-menu--generate): Use it.
7168         (package-delete): Update package-alist.
7169         (package-menu-execute): Don't call package-initialize.
7171         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7172         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7173         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7174         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7175         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7176         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7178 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
7180         * window.el (window--state-get-1): Workaround for bug#14527.
7181         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7183 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185         * net/eww.el (eww-back-url): Implement the history by stashing all
7186         the data into a list.
7187         (eww-forward-url): Allow going forward in the history, too.
7189 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7191         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7192         for values and use read--expression for expressions (bug#14710).
7193         (read-file-local-variable): Avoid setq.
7194         (read-file-local-variable-mode): Use minor-mode-list.
7196 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7198         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7199         for DOI URLs.
7201 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7203         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7204         Update imenu-support when dialect changes.
7206 2013-06-25  Leo Liu  <sdl.web@gmail.com>
7208         * ido.el (ido-read-internal): Allow forward slash on windows.
7210 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7212         * net/eww.el (eww): Start of strings is \\`, not ^.
7214 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7216         * net/shr.el (shr-browse-url): Fix interactive spec.
7218         * net/eww.el (eww): Add a trailing slash to domain names.
7220 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
7222         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7224 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226         * net/shr.el (shr-browse-url): Use an external browser if given a
7227         prefix.
7229         * net/eww.el (eww-external-browser): Move to shr.
7231 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7233         * net/eww.el (eww): Work more correctly for file: URLs.
7234         (eww-detect-charset): Allow quoted charsets.
7235         (eww-yank-page-url): New command and keystroke.
7237 2013-06-24  Daiki Ueno  <ueno@gnu.org>
7239         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7240         file name of gpg executable.
7241         (epg-context-program): New function.
7242         (epg-context-home-directory): New function.
7243         (epg-context-set-program): New function.
7244         (epg-context-set-home-directory): New function.
7245         (epg--start): Use `epg-context-program' instead of
7246         'epg-gpg-program'.
7247         (epg--list-keys-1): Likewise.
7249 2013-06-24  Leo Liu  <sdl.web@gmail.com>
7251         * ido.el (ido-read-internal): Fix bug#14620.
7253 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7255         * faces.el (face-documentation): Simplify.
7256         (read-face-attribute, tty-find-type, x-resolve-font-name):
7257         Use `string-match-p'.
7258         (list-faces-display): Use `string-match-p'.  Simplify.
7259         (face-spec-recalc): Check face to avoid face alias loops.
7260         (read-color): Use `string-match-p' and non-capturing parenthesis.
7262 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264         * net/shr.el (shr-rescale-image): Use the new
7265         :max-width/:max-height functionality.
7267 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
7269         * net/eww.el (eww-search-prefix): New variable.
7270         (eww): Use it.
7271         (eww-external-browser): New variable.
7272         (eww-mode-map): New keystroke.
7273         (eww-browse-with-external-browser): New command.
7275         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7277 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7279         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7280         Don't skip aligning the next header field when padding is 0;
7281         otherwise, field width is not respected unless the title is as
7282         wide as the field.
7284 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7286         * emacs-lisp/package.el (package-el-version): Remove.
7287         (package-process-define-package): Fix inf-loop.
7288         (package-install): Allow symbols as arguments again.
7290 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7292         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7293         add some more keyword-like methods.
7294         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7296 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
7298         * bs.el (bs-buffer-show-mark): Make defvar-local.
7299         (bs-mode): Use setq-local.
7301         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7302         (emacs-lock--try-unlocking): Make defvar-local.
7304 2013-06-22  Glenn Morris  <rgm@gnu.org>
7306         * play/cookie1.el (cookie-apropos): Minor simplification.
7308         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7310 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7312         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7313         `regexp-opt', it breaks the build during dumping.
7315 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
7317         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7318         Highlight keyword-like methods on Kernel and Module with
7319         font-lock-builtin-face.
7320         (auto-mode-alist): Consolidate different entries into one regexp
7321         and add more *file-s.
7323 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
7325         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7327         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7328         (diary-entry): Use it in the action of this button type instead of
7329         diary-goto-entry.
7331         * calendar/todo-mode.el: New version.
7332         (todo-add-category): Append new category to end of file and give
7333         it the highest number, instead of putting it at the beginning and
7334         giving it 0.  Incorporate noninteractive functionality.
7335         (todo-forward-category): Adapt to 1-based category numbering.
7336         Allow skipping over archived categories.
7337         (todo-backward-category): Derive from todo-forward-category.
7338         (todo-backward-item, todo-forward-item): Make noninteractive and
7339         delegate interactive part to new commands.  Make sensitive to done items.
7340         (todo-categories): Make value an alist of category names and
7341         vectors of item counts.
7342         (todo-category-beg): Make a defconst.
7343         (todo-category-number): Use 1 instead of 0 as initial value.
7344         (todo-category-select): Make sensitive to overlays, optional item
7345         highlighting and done items.
7346         (todo-delete-item): Make sensitive to overlays and marked and done items.
7347         (todo-edit-item): Make sensitive to overlays and editing of
7348         date/time header optional.  Add format checks.
7349         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
7350         no-op if point is not on an item.  Advertise using todo-edit-quit.
7351         (todo-edit-mode): Make sensitive to new format, font-locking, and
7352         multiple todo files.
7353         (todo-insert-item, todo-insert-item-here): Derive from
7354         todo-basic-insert-item and extend functionality.
7355         (todo-item-end, todo-item-start): Make sensitive to done items.
7356         (todo-item-string): Don't return text properties.  Restore point.
7357         (todo-jump-to-category): Make sensitive to multiple todo files and
7358         todo archives.  Use extended category completion.
7359         (todo-lower-item, todo-raise-item): Rename to *-priority and
7360         derive from todo-set-item-priority.
7361         (todo-mode): Derive from special-mode.  Make sensitive to new
7362         format, font-locking and multiple todo files.  Make read-only.
7363         (todo-mode-map): Don't suppress digit keys, so they can supply
7364         prefix arguments.  Add many new key bindings.
7365         (todo-prefix): Insert as an overlay instead of file text.
7366         Change semantics from diary date expression to purely visual mark.
7367         (todo-print): Rename to todo-print-buffer.  Make buffer display
7368         features printable.  Remove option to restrict number of items
7369         printed.  Add option to print to file.
7370         (todo-print-function): Rename to todo-print-buffer-function.
7371         (todo-quit): Extend to handle exiting new todo modes.
7372         (todo-remove-item): Make sensitive to overlays.
7373         (todo-save): Extend to buffers of filtered items.
7374         (todo-show): Make sensitive to done items, multiple todo files and
7375         new todo modes.  Offer to convert legacy todo file before creating
7376         first new todo file.
7377         (todo-show-priorities): Rename to todo-top-priorities.
7378         Change semantics of value 0.
7379         (todo-top-priorities): Rename to todo-filter-top-priorities,
7380         derive from todo-filter-items and extend functionality.
7381         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7382         and extend functionality to other types of filtered items.
7383         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7384         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7385         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7386         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7387         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7388         (todo-edit-mode-hook, todo-entry-prefix-function)
7389         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7390         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7391         (todo-initials, todo-insert-threshold, todo-item-string-start)
7392         (todo-line-string, todo-menu, todo-mode-hook)
7393         (todo-more-important-p, todo-previous-answer, todo-previous-line)
7394         (todo-print-priorities, todo-remove-separator)
7395         (todo-save-top-priorities-too, todo-string-count-lines)
7396         (todo-string-multiline-p, todo-time-string-format)
7397         (todo-tmp-buffer-name): Remove.
7398         (todo-add-file, todo-archive-done-item, todo-choose-archive)
7399         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7400         (todo-edit-category-diary-inclusion)
7401         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7402         (todo-edit-file, todo-edit-item-date-day)
7403         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7404         (todo-edit-item-date-month, todo-edit-item-date-to-today)
7405         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7406         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7407         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7408         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7409         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7410         (todo-filter-top-priorities-multifile, todo-find-archive)
7411         (todo-find-filtered-items-file, todo-go-to-source-item)
7412         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7413         (todo-jump-to-archive-category, todo-lower-category)
7414         (todo-mark-category, todo-marked-item-p, todo-merge-category)
7415         (todo-move-category, todo-move-item, todo-next-button)
7416         (todo-next-item, todo-padded-string, todo-powerset)
7417         (todo-previous-button, todo-previous-item)
7418         (todo-print-buffer-to-file, todo-raise-category)
7419         (todo-rename-category, todo-repair-categories-sexp, todo-search)
7420         (todo-set-category-number, todo-set-item-priority)
7421         (todo-set-top-priorities-in-category)
7422         (todo-set-top-priorities-in-file, todo-show-categories-table)
7423         (todo-sort-categories-alphabetically-or-numerically)
7424         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7425         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7426         (todo-toggle-item-header, todo-toggle-item-highlighting)
7427         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7428         (todo-toggle-view-done-items, todo-toggle-view-done-only)
7429         (todo-unarchive-items, todo-unmark-category): New commands.
7430         (todo-absolute-file-name, todo-add-to-buffer-list)
7431         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7432         (todo-basic-insert-item, todo-category-completions)
7433         (todo-category-number, todo-category-string-matcher-1)
7434         (todo-category-string-matcher-2, todo-check-filtered-items-file)
7435         (todo-check-format, todo-clear-matches)
7436         (todo-comment-string-matcher, todo-convert-legacy-date-time)
7437         (todo-current-category, todo-date-string-matcher)
7438         (todo-define-insertion-command, todo-diary-expired-matcher)
7439         (todo-diary-goto-entry, todo-diary-item-p)
7440         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7441         (todo-display-categories, todo-display-sorted, todo-done-item-p)
7442         (todo-done-item-section-p, todo-done-separator)
7443         (todo-done-string-matcher, todo-files, todo-filter-items)
7444         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7445         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7446         (todo-insert-category-line, todo-insert-item-from-calendar)
7447         (todo-insert-sort-button, todo-insert-with-overlays)
7448         (todo-insertion-command-name, todo-insertion-key-bindings)
7449         (todo-label-to-key, todo-longest-category-name-length)
7450         (todo-make-categories-list, todo-mode-external-set)
7451         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7452         (todo-modes-set-3, todo-multiple-filter-files)
7453         (todo-nondiary-marker-matcher, todo-prefix-overlays)
7454         (todo-read-category, todo-read-date, todo-read-dayname)
7455         (todo-read-file-name, todo-read-time)
7456         (todo-reevaluate-category-completions-files-defcustom)
7457         (todo-reevaluate-default-file-defcustom)
7458         (todo-reevaluate-filelist-defcustoms)
7459         (todo-reevaluate-filter-files-defcustom)
7460         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7461         (todo-reset-done-separator, todo-reset-done-separator-string)
7462         (todo-reset-done-string, todo-reset-global-current-todo-file)
7463         (todo-reset-highlight-item, todo-reset-nondiary-marker)
7464         (todo-reset-prefix, todo-set-categories)
7465         (todo-set-date-from-calendar, todo-set-show-current-file)
7466         (todo-set-top-priorities, todo-short-file-name)
7467         (todo-show-current-file, todo-sort, todo-time-string-matcher)
7468         (todo-total-item-counts, todo-update-buffer-list)
7469         (todo-update-categories-display, todo-update-categories-sexp)
7470         (todo-update-count, todo-validate-name, todo-y-or-n-p):
7471         New functions.
7472         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7473         New major modes.
7474         (todo-categories, todo-display, todo-edit, todo-faces)
7475         (todo-filtered): New defgroups.
7476         (todo-archived-only, todo-button, todo-category-string, todo-date)
7477         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7478         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7479         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7480         (todo-add-item-if-new-category, todo-always-add-time-string)
7481         (todo-categories-align, todo-categories-archived-label)
7482         (todo-categories-category-label, todo-categories-diary-label)
7483         (todo-categories-done-label, todo-categories-number-separator)
7484         (todo-categories-todo-label, todo-categories-totals-label)
7485         (todo-category-completions-files, todo-completion-ignore-case)
7486         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7487         (todo-done-separator-string, todo-done-string)
7488         (todo-files-function, todo-filter-done-items, todo-filter-files)
7489         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7490         (todo-initial-category, todo-initial-file, todo-item-mark)
7491         (todo-legacy-date-time-regexp, todo-mode-line-function)
7492         (todo-nondiary-marker, todo-number-prefix)
7493         (todo-print-buffer-function, todo-show-current-file)
7494         (todo-show-done-only, todo-show-first, todo-show-with-done)
7495         (todo-skip-archived-categories, todo-top-priorities-overrides)
7496         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7497         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7498         New defcustoms.
7499         (todo-category-done, todo-date-pattern, todo-date-string-start)
7500         (todo-diary-items-buffer, todo-done-string-start)
7501         (todo-filtered-items-buffer, todo-item-start)
7502         (todo-month-abbrev-array, todo-month-name-array)
7503         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7504         (todo-top-priorities-buffer): New defconsts.
7505         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7506         (todo-categories-with-marks, todo-category-string-face)
7507         (todo-comment-face, todo-comment-string, todo-current-todo-file)
7508         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7509         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7510         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7511         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7512         (todo-font-lock-keywords, todo-global-current-todo-file)
7513         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7514         (todo-insertion-commands-args)
7515         (todo-insertion-commands-args-genlist)
7516         (todo-insertion-commands-names, todo-insertion-map)
7517         (todo-key-bindings-t, todo-key-bindings-t+a)
7518         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7519         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7520         (todo-nondiary-face, todo-print-buffer, todo-time-face)
7521         (todo-visited): New variables.
7523 2013-06-21  Glenn Morris  <rgm@gnu.org>
7525         * play/cookie1.el (cookie-apropos): Add optional display argument.
7526         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7527         (psychoanalyze-pinhead): Use cookie-doctor.
7529 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7531         * emacs-lisp/package.el (tar-get-file-descriptor)
7532         (tar--extract): Declare.
7534 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
7536         Extend flymake's warning predicate to be a function (bug#14217).
7537         * progmodes/flymake.el (flymake-warning-predicate): New.
7538         (flymake-parse-line): Use it.
7539         (flymake-warning-re): Make obsolete alias to
7540         `flymake-warning-predicate'.
7542 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7544         * emacs-lisp/package.el (package-alist): Include obsolete packages.
7545         (package-obsolete-list): Remove.
7546         (package-activate): Remove min-version argument.  Add `force' argument.
7547         Adjust to new package-alist format.
7548         (package-mark-obsolete): Remove.
7549         (package-unpack): Force reload of the package's autoloads.
7550         (package-installed-p): Check builtins if the installed package is not
7551         recent enough.
7552         (package-initialize): Don't reset package-obsolete-list.
7553         Don't specify which package version to activate.
7554         (package-process-define-package, describe-package-1)
7555         (package-menu--generate): Adjust to new package-alist format.
7557 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7559         * allout-widgets.el (allout-widgets-mode-off)
7560         (allout-widgets-mode-on, allout-widgets-pre-command-business)
7561         (allout-widgets-post-command-business)
7562         (allout-widgets-after-copy-or-kill-function)
7563         (allout-widgets-after-undo-function, allout-test-range-overlaps)
7564         (allout-decorate-item-and-context)
7565         (allout-graphics-modification-handler): Fix typos in docstrings.
7566         (allout-get-or-create-parent-widget): Use `looking-at-p'.
7568         * cmuscheme.el (scheme-start-file): Doc fix.
7569         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7570         (scheme-input-filter): Use `string-match-p'.
7572         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7574         * dired-x.el: Use Dired consistently in docstrings.
7576         * dired.el: Use Dired consistently in docstrings.
7577         (dired-readin, dired-mode): Use `setq-local'.
7578         (dired-switches-alist): Make defvar-local.
7579         (dired-buffers-for-dir): Use `zerop'.
7580         (dired-safe-switches-p, dired-switches-escape-p)
7581         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7582         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7583         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7584         (dired-goto-next-nontrivial-file): Use `string-match-p'.
7585         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7586         (dired-toggle-marks, dired-mark-files-containing-regexp)
7587         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7588         (dired-flag-auto-save-files, dired-flag-backup-files):
7589         Use `looking-at-p'.
7590         (dired-mark-files-regexp, dired-build-subdir-alist):
7591         Use `string-match-p', `looking-at-p'.
7593         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7594         (direct-print-region-helper): Use `string-match-p'.
7596 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7598         * comint.el (comint-redirect-results-list-from-process):
7599         Fix infinite loop.
7601 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7603         * net/eww.el (eww-update-header-line-format): Quote % characters.
7605 2013-06-21  Glenn Morris  <rgm@gnu.org>
7607         * play/cookie1.el (cookie): New custom group.
7608         (cookie-file): New option.
7609         (cookie-check-file): New function.
7610         (cookie): Make it interactive.  Make start and end messages optional.
7611         Interactively, display the result.  Default to cookie-file.
7612         (cookie-insert): Default to cookie-file.
7613         (cookie-snarf): Make start and end messages optional.
7614         Default to cookie-file.  Use with-temp-buffer.
7615         (cookie-read): Rename from read-cookie.
7616         Make start and end messages optional.  Default to cookie-file.
7617         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
7618         Do not autoload it.
7619         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7620         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7622 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7624         * progmodes/octave.el (octave-mode): Backward compatibility fix.
7626 2013-06-21  Glenn Morris  <rgm@gnu.org>
7628         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7630 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7631             Daniel Hackney  <dan@haxney.org>
7633         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7634         Consolidate the single-file vs tarball code.
7635         (package-desc-suffix): New function.
7636         (package-desc-full-name): Don't bother inlining it.
7637         (package-load-descriptor): Return the new package-desc.
7638         (package-mark-obsolete): Remove unused arg `package'.
7639         (package-unpack): Make it work for single files as well.
7640         Make it update package-alist.
7641         (package--make-autoloads-and-stuff): Rename from
7642         package--make-autoloads-and-compile.  Don't compile any more.
7643         (package--compile): New function.
7644         (package-generate-description-file): New function, extracted from
7645         package-unpack-single.
7646         (package-unpack-single): Remove.
7647         (package--with-work-buffer): Add indentation and debugging info.
7648         (package-download-single): Remove.
7649         (package-install-from-archive): Rename from package-download-tar, make
7650         it take a pkg-desc, and make it work for single files as well.
7651         (package-download-transaction): Simplify.
7652         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
7653         external tar program.
7654         (package-install-from-buffer): Remove `pkg-desc' argument.
7655         Use package-tar-file-info for tar-mode buffers.
7656         (package-install-file): Simplify accordingly.
7657         (package-archive-base): Change to take a pkg-desc.
7658         * tar-mode.el (tar--check-descriptor): New function, extracted from
7659         tar-get-descriptor.
7660         (tar-get-descriptor): Use it.
7661         (tar-get-file-descriptor): New function.
7662         (tar--extract): New function, extracted from tar-extract.
7663         (tar--extract): Use it.
7664         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7665         case the summary uses non-ascii.  Adjust to new calling convention of
7666         package-tar-file-info.
7668 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7670         * comint.el (comint-redirect-results-list-from-process):
7671         Fix random delay.  (Bug#14681)
7673 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7675         * profiler.el (profiler-format-number): Use log, not log10.
7677 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7679         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7681 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7683         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7684         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7685         yet available.
7686         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7687         (AUTOGENEL): ... here.
7688         * emacs-lisp/cl-macs.el (cl--sublis): New function.
7689         (cl--defsubst-expand): Use it.
7691 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7693         * subr.el (log10): Move here from C code, and declare as obsolete.
7694         All uses of (log10 X) replaced with (log X 10).
7696 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7698         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7699         Declare with `defvar-local'.
7700         (tabulated-list-use-header-line, tabulated-list-entries)
7701         (tabulated-list-padding, tabulated-list-printer)
7702         (tabulated-list-sort-key): Declare with `defvar-local'.
7703         (tabulated-list-init-header, tabulated-list-print-fake-header):
7704         Use `setq-local'.
7706 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
7708         * arc-mode.el (archive-mode): Add `archive-write-file' to
7709         `write-contents-functions' also for remote files.  (Bug#14652)
7711 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7713         * cus-edit.el (custom-commands): Fix typos.
7714         (custom-display): Fix tooltip text.
7715         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7716         Fix typos in docstrings.
7717         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7718         (custom-unlispify-menu-entry, custom-magic-value-create)
7719         (custom-add-see-also, custom-group-value-create): Use ?\s.
7720         (custom-guess-type, customize-apropos, editable-field)
7721         (custom-face-value-create): Use `string-match-p'.
7722         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7724         * custom.el (custom-load-symbol): Use `string-match-p'.
7726         * ansi-color.el: Convert to lexical binding.
7727         (ansi-colors): Fix URL.
7728         (ansi-color-context, ansi-color-context-region): Use defvar-local.
7729         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7730         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7732 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7736         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7738 2013-06-19  Tom Tromey  <tromey@redhat.com>
7740         * net/eww.el (eww-top-url): Remove.
7741         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7742         (eww-render): Set new variables.  Don't set eww-top-url.
7743         (eww-handle-link): Handle "prev", "home", and "contents".
7744         Downcase the rel text.
7745         (eww-top-url): Choose best top URL.
7747 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7749         * net/eww.el: Rewrite to implement form elements "by hand" instead of
7750         relying in widget.el.  Using widget.el leads to too many
7751         user interface inconsistencies.
7752         (eww-self-insert): Implement entering commands in text fields.
7753         (eww-process-text-input): New function to make text input field editing
7754         work.
7755         (eww-submit): Rewrite to use the new-style form methods.
7756         (eww-select-display): Display the correct selected item.
7757         (eww-change-select): Implement changing the select value.
7758         (eww-toggle-checkbox): Implement radio/checkboxes.
7759         (eww-update-field): Fix compilation error.
7760         (eww-tag-textarea): Implement <textarea>.
7762         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7763         we don't shadow mode-specific bindings.
7765         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7766         nothing to push.
7768         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7770 2013-06-19  Glenn Morris  <rgm@gnu.org>
7772         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7774 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
7776         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7777         not needed.
7779         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7781 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783         * net/browse-url.el (browse-url-browser-function):
7784         `eww-browse-url' has the right calling signature, `eww' does not.
7786 2013-06-19  Glenn Morris  <rgm@gnu.org>
7788         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7789         Only eval autoloaded macros.
7790         (byte-compile-autoload): Only give the macro warning for macros.
7792         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7793         (ps-underlined-faces): Declare.
7795         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7796         (speedbar-add-supported-extension): Declare.
7798         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7799         Don't include a date stamp in the header of the generated file;
7800         it leads to needless differences between output files.
7802 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
7804         * net/secrets.el (secrets-struct-secret-content-type):
7805         Replace check of introspection data by a test call of "CreateItem".
7806         Some servers do not offer introspection.
7808 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * electric.el (electric-pair-mode): Improve interaction with
7811         electric-layout-mode.
7812         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7813         (electric-pair-syntax): Use text-mode-syntax-table in comments
7814         and strings.
7815         (electric-pair--insert): New function.
7816         (electric-pair-post-self-insert-function): Use it and
7817         electric--after-char-pos.
7819 2013-06-19  Leo Liu  <sdl.web@gmail.com>
7821         * progmodes/octave.el (octave-help): Fix regexp.
7823 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7825         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7826         (shr-table-horizontal-line): Allow nil as a value, and change the
7827         default.
7828         (shr-insert-table-ruler): Respect the nil value.
7830 2013-06-18  Tom Tromey  <tromey@barimba>
7832         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7833         New defvars.
7834         (eww-open-file): New defun.
7835         (eww-render): Initialize new variables.
7836         (eww-display-html): Handle "link" and "a".
7837         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7838         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
7839         (eww-back-url): Rename from eww-previous-url.
7840         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7841         New defuns.
7843 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
7845         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7846         Distinguish ternary operator tokens from slash symbol and slash
7847         char literal.
7849 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
7851         Convert symbol prettification into minor mode and global minor mode.
7853         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7854         `prog-prettify-symbols', and make a local defvar instead of defcustom.
7855         (prettify-symbols--keywords): Rename from
7856         `prog-prettify-symbols-alist' and make a local defvar.
7857         (prettify-symbols--compose-symbol): Rename from
7858         `prog--prettify-font-lock-compose-symbol'.
7859         (prettify-symbols--make-keywords): Rename from
7860         `prog-prettify-font-lock-symbols-keywords' and simplify.
7861         (prog-prettify-install): Remove.
7862         (prettify-symbols-mode): New minor mode, based on
7863         `prog-prettify-install'.
7864         (turn-on-prettify-symbols-mode): New function.
7865         (global-prettify-symbols-mode): New globalized minor mode.
7867         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7868         * progmodes/cfengine.el (cfengine3-mode):
7869         * progmodes/perl-mode.el (perl-mode): Don't call
7870         `prog-prettify-install'; set `prettify-symbols-alist' instead.
7872 2013-06-18  Juri Linkov  <juri@jurta.org>
7874         * files-x.el (modify-file-local-variable-message): New function.
7875         (modify-file-local-variable)
7876         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7877         and call `modify-file-local-variable-message' when it's non-nil.
7878         (add-file-local-variable, delete-file-local-variable)
7879         (add-file-local-variable-prop-line)
7880         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7881         and use it.  (Bug#9820)
7883 2013-06-18  Juri Linkov  <juri@jurta.org>
7885         * emulation/vi.el (vi-shell-op):
7886         * emulation/vip.el (vip-execute-com, ex-command):
7887         * emulation/viper-cmd.el (viper-exec-bang):
7888         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7889         the call of `shell-command-on-region'.  (Bug#14637)
7891         * simple.el (shell-command-on-region): Doc fix.
7893 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7895         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7896         (bug#14633).
7898 2013-06-18  Glenn Morris  <rgm@gnu.org>
7900         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7902         * newcomment.el (comment-search-forward, comment-search-backward):
7903         Doc fix.  (Bug#14376)
7905 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
7907         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7908         (buffer-face-mode-invoke): Doc fix.
7910 2013-06-18  Matthias Meulien  <orontee@gmail.com>
7912         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
7913         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
7915 2013-06-18  Glenn Morris  <rgm@gnu.org>
7917         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7918         Replace obsolete function generic-make-keywords with its expansion.
7920         * progmodes/python.el (ffap-alist): Declare.
7922         * textmodes/reftex.el (bibtex-mode-map): Declare.
7924 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7926         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7927         (package-unpack, package-unpack-single): Return the pkg-dir.
7928         (package-download-transaction): Use it to update package-alist.
7930 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7933         possible choice.
7935 2013-06-17  Juri Linkov  <juri@jurta.org>
7937         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7939 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
7941         * emacs-lisp/package.el (package-load-descriptor):
7942         Remove `with-syntax-table' call, `read' doesn't need it.
7943         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7945 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
7947         * startup.el (command-line): Expand package name returned by
7948         `package--description-file' (bug#14639).
7950 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
7952         * emacs-lisp/package.el (package-load-descriptor): Do not call
7953         `emacs-lisp-mode', just use its syntax table.
7955 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
7957         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7958         `font-lock-extra-managed-props' if any prettifying keyword is added.
7959         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7960         (prog-mode): Use `setq-local'.
7962 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * international/characters.el (standard-case-table): Set syntax of ?»
7965         and ?« to punctuation.
7967 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
7969         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7970         Save relevant match data before calling `syntax-ppss' (bug#14595).
7972 2013-06-15  Juri Linkov  <juri@jurta.org>
7974         * files-x.el (modify-file-local-variable-prop-line): Add local
7975         variables to the end of the existing comment on the first line.
7976         Use `file-auto-mode-skip' to skip interpreter magic line,
7977         and also skip XML declaration.
7979 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * startup.el (package--builtin-versions): New var.
7982         (package-subdirectory-regexp): Remove.
7983         (package--description-file): Hard code its value instead.
7985         * emacs-lisp/package.el: Don't activate packages older than builtin.
7986         (package-obsolete-list): Rename from package-obsolete-alist, and make
7987         it into a simple list of package-desc.
7988         (package-strip-version): Remove.
7989         (package-built-in-p): Use package--builtin-versions.
7990         (package-mark-obsolete): Simplify.
7991         (package-process-define-package): Mark it obsolete if older than the
7992         builtin version.
7993         (package-handle-response): Use line-end-position.
7994         (package-read-archive-contents, package--download-one-archive):
7995         Simplify.
7996         (package--add-to-archive-contents): Skip if older than the builtin or
7997         installed version.
7998         (package-menu-describe-package): Fix last change.
7999         (package-list-unversioned): New var.
8000         (package-menu--generate): Use it.
8002         * emacs-lisp/autoload.el: Manage package--builtin-versions.
8003         (autoload--insert-text, autoload--insert-cookie-text): New functions.
8004         (autoload-builtin-package-versions): New variable.
8005         (autoload-generate-file-autoloads): Use them.
8006         Remove the list of autoloaded functions/macros from the
8007         (autoload...) comments.
8009         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8011 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
8013         * simple.el (line-move-partial): Don't jump to the next screen
8014         line as soon as it becomes visible.  Instead, continue enlarging
8015         the vscroll until the portion of a tall screen line that's left on
8016         display is about the height of the frame's default font.
8017         (Bug#14567)
8019 2013-06-15  Glenn Morris  <rgm@gnu.org>
8021         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8022         compilation-error-regexp-alist void, or local while let-bound.
8024         * progmodes/make-mode.el (makefile-mode-syntax-table):
8025         Treat "=" as punctuation.  (Bug#14614)
8027 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
8029         * help-fns.el (describe-variable):
8030         Add extra line for permanent-local variables.
8032 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
8034         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8035         Add export, import, library.  (Bug#9164)
8036         (library): Set indent function.
8038 2013-06-14  Glenn Morris  <rgm@gnu.org>
8040         * term/xterm.el (xterm--query):
8041         Stop after first matching handler.  (Bug#14615)
8043 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
8045         Add support for dired in saveplace.
8046         * dired.el (dired-initial-position-hook): New variable.
8047         (dired-initial-position): Call hook to place cursor position.
8048         * saveplace.el (save-place-to-alist): Add dired position.
8049         (save-place-dired-hook): New function.
8051 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8053         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8054         through a symbol rather than letrec.
8056         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
8057         (package-desc): Add `dir' field.
8058         (package-desc-full-name): New function.
8059         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
8060         (package-maybe-load-descriptor): Remove.
8061         (package-load-all-descriptors): Just call package-load-descriptor.
8062         (package--disabled-p): New function.
8063         (package-desc-vers, package-desc-doc): Remove aliases.
8064         (package--dir): Remove function.
8065         (package-activate): Check if a package is disabled.
8066         (package-process-define-package): New function, extracted from
8067         define-package.
8068         (define-package): Turn into a place holder.
8069         (package-unpack-single, package-tar-file-info):
8070         Use package--description-file.
8071         (package-compute-transaction): Use package--disabled-p.
8072         (package-download-transaction): Don't call
8073         package-maybe-load-descriptor since they're all loaded anyway.
8074         (package-install): Change argument to be a pkg-desc.
8075         (package-delete): Use a single pkg-desc argument.
8076         (describe-package-1): Use package-desc-dir instead of package--dir.
8077         Use package-desc property instead of package-symbol.
8078         (package-install-button-action): Adjust accordingly.
8079         (package--push): Rewrite.
8080         (package-menu--print-info): Adjust accordingly.  Change the ID format
8081         to be a pkg-desc.
8082         (package-menu-describe-package, package-menu-get-status)
8083         (package-menu--find-upgrades, package-menu-mark-upgrades)
8084         (package-menu-execute, package-menu--name-predicate):
8085         Adjust accordingly.
8086         * startup.el (package--description-file): New function.
8087         (command-line): Use it.
8088         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8089         Use package-desc-version.
8091         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8092         (byte-compile-preprocess): Use it.
8093         (byte-compile-file-form-defalias): Try a bit harder to use macros we
8094         can't quite recognize.
8095         (byte-compile-add-to-list): Remove.
8096         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8097         (cconv-closure-convert): Add assertion.
8099         * emacs-lisp/map-ynp.el: Use lexical-binding.
8100         (map-y-or-n-p): Remove unused vars `tail' and `object'.
8101         Factor out some repeated code.
8103 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * subr.el (with-eval-after-load): New macro.
8106         (eval-after-load): Allow form to be a function.
8107         take advantage of lexical-binding.
8108         (do-after-load-evaluation): Use dolist and adjust to new format.
8109         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8111 2013-06-13  Juri Linkov  <juri@jurta.org>
8113         * replace.el (perform-replace): Display "symbol " and other search
8114         modes from `isearch-message-prefix' in the *Help* buffer.
8116         * isearch.el (isearch-query-replace): Add " symbol" and other
8117         possible search modes from `isearch-message-prefix' to the prompt.
8118         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8119         when reading a regexp to collect.
8121 2013-06-13  Juri Linkov  <juri@jurta.org>
8123         * isearch.el (word-search-regexp): Match whitespace if the search
8124         string begins or ends in whitespace.  The LAX arg is applied to
8125         both ends of the search string.  Use `regexp-quote' and explicit
8126         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
8127         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8128         boundaries are replaced with symbol boundaries, and characters
8129         between symbols match non-word non-symbol syntax.  (Bug#14602)
8131 2013-06-13  Juri Linkov  <juri@jurta.org>
8133         * isearch.el (isearch-del-char): Don't exceed the length of
8134         `isearch-string' by the prefix arg.  (Bug#14563)
8136 2013-06-13  Juri Linkov  <juri@jurta.org>
8138         * isearch.el (isearch-yank-word, isearch-yank-line)
8139         (isearch-char-by-name, isearch-quote-char)
8140         (isearch-printing-char, isearch-process-search-char):
8141         Add optional count prefix arg.  (Bug#14563)
8143         * international/isearch-x.el
8144         (isearch-process-search-multibyte-characters):
8145         Add optional count prefix arg.
8147 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8149         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8150         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8151         lexical-binding.
8153 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
8155         * subr.el (set-temporary-overlay-map): Add on-exit argument.
8157 2013-06-13  Glenn Morris  <rgm@gnu.org>
8159         * startup.el (tty-handle-args):
8160         Don't just discard "--" and anything after.  (Bug#14608)
8162         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8164 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
8166         Implement changes in Secret Service API.  Make it backward compatible.
8167         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8168         (secrets-create-item): Use it.  Prefix properties with interface.
8170 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
8172         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
8173         (term-emulate-terminal): Respect term-suppress-hard-newline.
8175 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
8177         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8178         Only remove a `thumb-file' overlay.  (Bug#14548)
8180 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
8182         * mail/reporter.el (reporter-submit-bug-report):
8183         Handle missing package-name.  (Bug#14600)
8185 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8187         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8188         (reftex-citation-prompt, reftex-default-bibliography)
8189         (reftex-bib-or-thebib, reftex-get-bibfile-list)
8190         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8191         (reftex-bib-sort-author, reftex-bib-sort-year)
8192         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8193         (reftex-extract-bib-entries-from-thebibliography)
8194         (reftex-get-bibkey-default, reftex-get-bib-names)
8195         (reftex-parse-bibtex-entry, reftex-get-bib-field)
8196         (reftex-format-bib-entry, reftex-parse-bibitem)
8197         (reftex-format-bibitem, reftex-do-citation)
8198         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8199         (reftex-restrict-bib-matches, reftex-extract-bib-file)
8200         (reftex-insert-bib-matches, reftex-format-citation)
8201         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8202         (reftex-create-bibtex-file): Add docstrings, mostly by converting
8203         existing comments into docstrings.
8205 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8207         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8209 2013-06-12  Andreas Schwab  <schwab@suse.de>
8211         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8212         for auto-save files.
8214 2013-06-12  Glenn Morris  <rgm@gnu.org>
8216         * ido.el (ido-delete-ignored-files): Remove.
8217         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8218         Go back to calling ido-ignore-item-p directly.
8220 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
8222         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8224         * ido.el (ido-delete-ignored-files): New function,
8225         split from ido-make-file-list-1.
8226         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
8227         (ido-make-file-list-1): Use ido-delete-ignored-files.
8229 2013-06-12  Leo Liu  <sdl.web@gmail.com>
8231         * progmodes/octave.el (inferior-octave-startup)
8232         (inferior-octave-completion-table)
8233         (inferior-octave-track-window-width-change)
8234         (octave-eldoc-function-signatures, octave-help)
8235         (octave-find-definition): Use single quoted strings.
8236         (inferior-octave-startup-args): Change default value.
8237         (inferior-octave-startup): Do not hard code "-i" and
8238         "--no-line-editing".
8239         (inferior-octave-resync-dirs): Add optional arg NOERROR.
8240         (inferior-octave-directory-tracker): Use it.
8241         (octave-goto-function-definition): Robustify.
8242         (octave-help): Support highlighting operators in 'See also'.
8243         (octave-find-definition): Find subfunctions only in Octave mode.
8245 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         * help-fns.el (help-fns--compiler-macro): If the handler function is
8248         named, then put a link to it.
8249         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8250         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8251         (cl-typep): Use it.
8252         (cl-eval-when): Simplify debug spec.
8253         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
8254         compiler-macro function instead of setting `compiler-macro-file'.
8256 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8258         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8259         * vc/vc-hooks.el (vc-stay-local): Doc fix.
8261 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8262             Daniel Hackney  <dan@haxney.org>
8264         First part of Daniel Hackney's patch to package.el.
8265         * emacs-lisp/package.el: Use defstruct.
8266         (package-desc): New, main struct.
8267         (package--bi-desc, package--ac-desc): New structs, used to describe the
8268         format in external files.
8269         (package-desc-vers): Replace with package-desc-version accessor.
8270         (package-desc-doc): Replace with package-desc-summary accessor.
8271         (package-activate-1): Remove `package' arg since the pkg-vec now
8272         includes the name.
8273         (define-package): Use package-desc-from-define.
8274         (package-unpack-single): Change file-name arg to be a symbol.
8275         (package--add-to-archive-contents): Use package-desc-create and new
8276         accessor functions to package--ac-desc.
8277         (package-buffer-info, package-tar-file-info): Return a package-desc.
8278         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
8279         arg to be a package-desc.
8280         (package-install-file): Adjust accordingly.  Use \' to match EOS.
8281         (package--from-builtin): New function.
8282         (describe-package-1, package-menu--generate): Use it.
8283         (package--make-autoloads-and-compile): Change name arg to be a symbol.
8284         (package-generate-autoloads): Idem and return the name of the file.
8285         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8286         Change pkg-info arg to be a package-desc.
8287         Use package-make-ac-desc.
8288         (package-upload-file): Use \' to match EOS.
8289         * finder.el (finder-compile-keywords): Use package-make-builtin.
8291 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8293         * vc/vc.el (vc-deduce-fileset): Change error message.
8294         (vc-read-backend): New function.
8295         (vc-next-action): Use it.
8297         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8299         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8300         (prolog-font-lock-keywords): Use regexp-opt instead.
8301         Don't manually highlight strings.
8302         (prolog-mode-variables): Simplify comment-start-skip.
8303         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
8305         * emacs-lisp/generic.el (generic--normalise-comments)
8306         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8307         (generic-mode-set-comments): Use them.
8308         (generic-bracket-support): Use setq-local.
8309         (generic-make-keywords-list): Declare obsolete.
8311 2013-06-11  Glenn Morris  <rgm@gnu.org>
8313         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8314         Prettify after setting font-lock-defaults.  (Bug#14574)
8316 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
8318         * replace.el (query-replace, occur-read-regexp-defaults-function)
8319         (replace-search):
8320         * subr.el (declare-function, number-sequence, local-set-key)
8321         (substitute-key-definition, locate-user-emacs-file)
8322         (with-silent-modifications, split-string, eval-after-load):
8323         Fix typos, remove unneeded backslashes and reflow some docstrings.
8325 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8327         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8328         default for Elisp files.
8330 2013-06-11  Glenn Morris  <rgm@gnu.org>
8332         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8333         although define-derived-mode was doing this anyway.  (Bug#14583)
8335 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
8337         * allout.el (allout-encryption-plaintext-sanitization-regexps):
8338         Fix make-variable-buffer-local call to refer to the correct variable.
8340 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
8342         * eshell/em-term.el (eshell-visual-commands)
8343         (eshell-visual-subcommands, eshell-visual-options):
8344         Add summary line to docstrings.  Add cross-references.
8346 2013-06-10  Glenn Morris  <rgm@gnu.org>
8348         * epa.el (epa-read-file-name): New function.  (Bug#14510)
8349         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
8351 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8353         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8354         output redirection to be ignored with visual commands.
8356 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8358         * eshell/em-term.el (eshell-visual-command-p): New function.
8359         (eshell-term-initialize): Move long lambda to separate function
8360         eshell-visual-command-p.
8361         * eshell/em-dirs.el (eshell-dirs-initialise):
8362         * eshell/em-script.el (eshell-script-initialize):
8363         Add missing #' to lambda.
8365 2013-06-08  Leo Liu  <sdl.web@gmail.com>
8367         * progmodes/octave.el (octave-add-log-current-defun): New function.
8368         (octave-mode): Set add-log-current-defun-function.
8369         (octave-goto-function-definition): Do not move point if not found.
8370         (octave-find-definition): Enhance to try subfunctions first.
8372 2013-06-08  Glenn Morris  <rgm@gnu.org>
8374         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8375         (byte-compile-backward-char, byte-compile-backward-word):
8376         Improve previous change, to handle non-explicit nil.
8378 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8380         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8381         (smie--opener/closer-at-point): New function.
8382         (smie--matching-block-data): Use it.  Don't match from right after an
8383         opener or right before a closer.  Obey smie-blink-matching-inners.
8384         Don't signal a mismatch for repeated inners like "switch..case..case".
8386 2013-06-07  Leo Liu  <sdl.web@gmail.com>
8388         * progmodes/octave.el (octave-mode): Set comment-use-global-state
8389         to t.  (Bug#14303)
8390         (octave-function-header-regexp): Fix.  (Bug#14570)
8391         (octave-help-mode-finish-hook, octave-help-mode-finish):
8392         Remove.  Just use temp-buffer-show-hook.
8394         * newcomment.el (comment-search-backward): Revert last change.
8395         (Bug#14434)
8397         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8399 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
8401         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8402         through xargs, to avoid failure due to MS-Windows limitations on
8403         command-line length.
8405 2013-06-06  Glenn Morris  <rgm@gnu.org>
8407         * font-lock.el (lisp-font-lock-keywords-2):
8408         Treat user-error like error.
8410         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8411         (byte-compile-backward-char, byte-compile-backward-word):
8412         Handle explicit nil arguments.  (Bug#14565)
8414 2013-06-05  Alan Mackenzie  <acm@muc.de>
8416         * isearch.el (isearch-allow-prefix): New user option.
8417         (isearch-other-meta-char): Don't exit isearch when a prefix
8418         argument is typed whilst `isearch-allow-prefix' is non-nil.
8419         (Bug#9706)
8421 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8423         * autorevert.el (auto-revert-notify-handler): Use memq.
8424         Hide assertion failure.
8426         * skeleton.el: Use cl-lib.
8427         (skeleton-further-elements): Use defvar-local.
8428         (skeleton-insert): Use cl-progv.
8430 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8432         * progmodes/prog-mode.el (prog-prettify-symbols)
8433         (prog-prettify-install): Update docstrings.
8435 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8437         * simple.el: Move all the prog-mode code to prog-mode.el.
8438         * progmodes/prog-mode.el: New file.
8439         * loadup.el: Add prog-mode.el.
8441 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8443         * simple.el (prog-prettify-symbols): Add version.
8444         (prog-prettify-install): Add convenience function to prettify symbols.
8446         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8447         (perl--augmented-font-lock-keywords-1)
8448         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8449         variables and use it.
8451         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8452         (cfengine3-mode): Remove unneeded variable and use it.
8454         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8455         (lisp--augmented-font-lock-keywords-1)
8456         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8457         Remove unneeded variables and use it.
8459 2013-06-05  João Távora  <joaotavora@gmail.com>
8461         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8462         to point when opening the connection.  (Bug#14380)
8464 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8466         * subr.el (load-history-regexp, load-history-filename-element)
8467         (eval-after-load, after-load-functions, do-after-load-evaluation)
8468         (eval-next-after-load, display-delayed-warnings)
8469         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8470         definition of save-match-data.
8471         (overriding-local-map): Remove accidental obsolescence declaration.
8473         * emacs-lisp/edebug.el (edebug-result): Move before first use.
8475 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8477         Generalize symbol prettify support to prog-mode and implement it
8478         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8479         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8480         (prog--prettify-font-lock-compose-symbol)
8481         (prog-prettify-font-lock-symbols-keywords): New variables and
8482         functions to support symbol prettification.
8483         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8484         (lisp--augmented-font-lock-keywords-1)
8485         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8486         (lisp--prettify-symbols-alist): Implement prettify of lambda.
8487         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8488         (cfengine3--prettify-symbols-alist, cfengine3-mode):
8489         Implement prettify of -> => :: strings.
8490         * progmodes/perl-mode.el (perl-prettify-symbols)
8491         (perl--font-lock-compose-symbol)
8492         (perl--font-lock-symbols-keywords): Move to prog-mode.
8493         (perl--prettify-symbols-alist): Prettify -> => :: strings.
8494         (perl-font-lock-keywords-1)
8495         (perl-font-lock-keywords-2): Remove explicit prettify support.
8496         (perl--augmented-font-lock-keywords)
8497         (perl--augmented-font-lock-keywords-1)
8498         (perl--augmented-font-lock-keywords-2, perl-mode):
8499         Implement prettify support.
8501 2013-06-05  Leo Liu  <sdl.web@gmail.com>
8503         Re-implement smie matching block highlight using
8504         show-paren-data-function.  (Bug#14395)
8505         * emacs-lisp/smie.el (smie-matching-block-highlight)
8506         (smie--highlight-matching-block-overlay)
8507         (smie--highlight-matching-block-lastpos)
8508         (smie-highlight-matching-block)
8509         (smie-highlight-matching-block-mode): Remove.
8510         (smie--matching-block-data-cache): New variable.
8511         (smie--matching-block-data): New function.
8512         (smie-setup): Use smie--matching-block-data for
8513         show-paren-data-function.
8515         * progmodes/octave.el (octave-mode-menu): Fix.
8516         (octave-find-definition): Skip garbage lines.
8518 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8520         Fix compilation error with simultaneous dynamic+lexical scoping.
8521         Add warning when a defvar appears after the first let-binding.
8522         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8523         (byte-compile-close-variables): Initialize it.
8524         (byte-compile--declare-var): New function.
8525         (byte-compile-file-form-defvar)
8526         (byte-compile-file-form-define-abbrev-table)
8527         (byte-compile-file-form-custom-declare-variable): Use it.
8528         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
8529         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8530         (byte-compile-bind): Handle dynamic bindings that shadow
8531         lexical bindings.
8532         (byte-compile-unbind): Make arg non-optional.
8533         (byte-compile-let): Simplify.
8534         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8535         (cconv--analyse-function, cconv-analyse-form): Populate it.
8536         Protect byte-compile-bound-variables to limit the scope of defvars.
8537         (cconv-analyse-form): Add missing rule for (defvar <foo>).
8538         Remove unneeded rule for `declare'.
8540         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8541         so as to avoid depending on cl-adjoin at run-time.
8542         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8544         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8545         (macroexp--warn-and-return): Use it.
8547 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8549         * lisp/subr.el: Convert to lexical binding.
8550         (overriding-local-map): Make obsolete.
8551         (add-to-list): Doc fix.  Add compiler macro.
8552         (read-key): Swap values of local maps.
8554 2013-06-05  Leo Liu  <sdl.web@gmail.com>
8556         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8558 2013-06-04  Leo Liu  <sdl.web@gmail.com>
8560         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8561         (compilation-auto-jump): Suppress the "Mark set" message to give
8562         way to exit message.
8564 2013-06-04  Alan Mackenzie  <acm@muc.de>
8566         Remove faulty optimisation from indentation calculation.
8567         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8568         search limit based on 2000 characters back from indent-point.
8570 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
8572         * eshell/em-term.el (cl-lib): Require `cl-lib'.
8574 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * emacs-lisp/lisp.el: Use lexical-binding.
8577         (lisp--local-variables-1, lisp--local-variables): New functions.
8578         (lisp--local-variables-completion-table): New var.
8579         (lisp-completion-at-point): Use it complete let-bound vars.
8581         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8582         eagerly (bug#14422).
8584 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
8586         * autorevert.el (auto-revert-notify-enabled)
8587         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8588         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8589         (auto-revert-notify-handler): Handle also gfilenotify.
8591         * subr.el (file-notify-handle-event): New defun.  Replacing ...
8592         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8593         Remove.
8595 2013-06-03  Juri Linkov  <juri@jurta.org>
8597         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8598         `M-s h .'.  (Bug#14427)
8600         * hi-lock.el (highlight-symbol-at-point): New alias for the new
8601         command `hi-lock-face-symbol-at-point'.
8602         (hi-lock-face-symbol-at-point): New command.
8603         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8604         (hi-lock-menu): Add `highlight-symbol-at-point'.
8605         (hi-lock-mode): Doc fix.
8607         * isearch.el (isearch-forward-symbol-at-point): New command.
8608         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8609         (isearch-highlight-regexp): Add a regexp which matches
8610         words/symbols for word/symbol mode.
8612         * subr.el (find-tag-default-bounds): New function with the body
8613         mostly moved from `find-tag-default'.
8614         (find-tag-default): Move most code to `find-tag-default-bounds',
8615         call it and apply `buffer-substring-no-properties' afterwards.
8617 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
8619         * eshell/em-term.el (eshell-term-initialize):
8620         Use `cl-intersection' rather than `intersection'.
8622 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
8624         * vc/log-view.el: Doc fix.
8625         (log-view-mode-map): Copy keymap from `special-mode-map'.
8627 2013-06-02  Eric Ludlam  <zappo@gnu.org>
8629         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8630         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8631         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8632         (eieio-unbound, eieio-default-superclass)
8633         (eieio--define-field-accessors, method-static, method-before)
8634         (method-primary, method-after, method-num-lists)
8635         (method-generic-before, method-generic-primary)
8636         (method-generic-after, method-num-slots)
8637         (eieio-specialized-key-to-generic-key)
8638         (eieio--check-type, class-v, class-p)
8639         (eieio-class-name, define-obsolete-function-alias)
8640         (eieio-class-parents-fast, eieio-class-children-fast)
8641         (same-class-fast-p, class-constructor, generic-p)
8642         (generic-primary-only-p, generic-primary-only-one-p)
8643         (class-option-assoc, class-option, eieio-object-p)
8644         (class-abstract-p, class-method-invocation-order)
8645         (eieio-defclass-autoload-map, eieio-defclass-autoload)
8646         (eieio-class-un-autoload, eieio-defclass)
8647         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8648         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8649         (eieio--defgeneric-init-form, eieio-defgeneric-form)
8650         (eieio-defgeneric-reset-generic-form)
8651         (eieio-defgeneric-form-primary-only)
8652         (eieio-defgeneric-reset-generic-form-primary-only)
8653         (eieio-defgeneric-form-primary-only-one)
8654         (eieio-defgeneric-reset-generic-form-primary-only-one)
8655         (eieio-unbind-method-implementations)
8656         (eieio--defmethod, eieio--typep)
8657         (eieio-perform-slot-validation, eieio-validate-slot-value)
8658         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8659         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8660         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8661         (eieio-slot-name-index, eieio-class-slot-name-index)
8662         (eieio-set-defaults, eieio-initarg-to-attribute)
8663         (eieio-attribute-to-initarg, eieio-c3-candidate)
8664         (eieio-c3-merge-lists, eieio-class-precedence-c3)
8665         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8666         (eieio-class-precedence-list, eieio-generic-call-methodname)
8667         (eieio-generic-call-arglst, eieio-generic-call-key)
8668         (eieio-generic-call-next-method-list)
8669         (eieio-pre-method-execution-functions, eieio-generic-call)
8670         (eieio-generic-call-primary-only, eieiomt-method-list)
8671         (eieiomt-optimizing-obarray, eieiomt-install)
8672         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8673         (eieio-generic-form, eieio-defmethod, make-obsolete)
8674         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
8675         (defclass): Remove `eval-and-compile' from macro.
8676         (call-next-method, shared-initialize): Instead of using
8677         `scoped-class' variable, use new eieio--scoped-class, and
8678         eieio--with-scoped-class.
8679         (initialize-instance): Rename local variable 'scoped-class' to
8680         'this-class' to remove ambiguitity from old global.
8682         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
8683         eieio.el.
8684         (eieio--scoped-class-stack): New variable.
8685         (eieio--scoped-class): New fcn.
8686         (eieio--with-scoped-class): New scoping macro.
8687         (eieio-defclass): Use pushnew instead of add-to-list.
8688         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8689         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8690         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8691         `scoped-class' variable, use new eieio--scoped-class, and
8692         eieio--with-scoped-class.
8694         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8696 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
8698         * eshell/esh-ext.el (eshell-external-command): Pass args to
8699         `eshell-find-interpreter'.
8700         (eshell-find-interpreter): Add new second parameter ARGS.
8702         * eshell/em-script.el (eshell-script-initialize): Add second arg
8703         to the function added as MATCH to `eshell-interpreter-alist'.
8705         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
8706         the function added as MATCH to `eshell-interpreter-alist'.
8708         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8709         (eshell-visual-options): New defcustom.
8710         (eshell-escape-control-x): Adapt docstring.
8711         (eshell-term-initialize): Test `eshell-visual-subcommands' and
8712         `eshell-visual-options' in addition to `eshell-visual-commands'.
8713         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8715 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8717         * progmodes/python.el (python-indent-block-enders): Add break,
8718         continue and raise keywords.
8720 2013-06-01  Glenn Morris  <rgm@gnu.org>
8722         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8724         Plain (f)boundp silences compilation warnings since Emacs 22.1.
8725         * progmodes/cc-cmds.el (delete-forward-p):
8726         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8727         * progmodes/cc-engine.el (buffer-syntactic-context):
8728         * progmodes/cc-fonts.el (face-property-instance):
8729         * progmodes/cc-mode.el (set-keymap-parents):
8730         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8731         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8732         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
8733         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8734         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
8736         * progmodes/cc-vars.el (other): Emacs has this widget since
8737         at least 21.1, so don't (re)define it.
8739         * eshell/em-cmpl.el (eshell-cmpl-initialize):
8740         Replace the obsolete alias pcomplete-arg-quote-list.
8742 2013-06-01  Leo Liu  <sdl.web@gmail.com>
8744         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8745         punctuation syntax.
8746         (inferior-octave-minimal-columns)
8747         (inferior-octave-last-column-width): New variables.
8748         (inferior-octave-track-window-width-change): New function.
8749         (inferior-octave-mode): Adjust column width so that Octave output,
8750         for example from 'ls', can fit into the window nicely.
8752 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
8754         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8755         Highlight expansions inside regexp literals.
8757 2013-05-31  Glenn Morris  <rgm@gnu.org>
8759         * obsolete/sym-comp.el (symbol-complete):
8760         Replace obsolete completion-annotate-function.
8762         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8764 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
8766         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8767         New function, checks if point is inside a literal that allows
8768         expression expansion.
8769         (ruby-syntax-propertize-expansion): Use it.
8770         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8771         around the body.
8773 2013-05-30  Juri Linkov  <juri@jurta.org>
8775         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8776         to "\M-si".
8777         (isearch-invisible): New variable.
8778         (isearch-forward): Doc fix.
8779         (isearch-mode): Set `isearch-invisible'
8780         to the value of `search-invisible'.
8781         (isearch-toggle-case-fold): Doc fix.
8782         (isearch-toggle-invisible): New command.
8783         (isearch-query-replace): Let-bind `search-invisible'
8784         to the value of `isearch-invisible'.
8785         (isearch-search): Use `isearch-invisible' instead of
8786         `search-invisible'.  Let-bind `search-invisible'
8787         to the value of `isearch-invisible'.  (Bug#11378)
8789 2013-05-30  Juri Linkov  <juri@jurta.org>
8791         * replace.el (perform-replace): Avoid `isearch-range-invisible'
8792         call when `query-flag' is nil and `search-invisible' is non-nil.
8793         (Bug#11746)
8795 2013-05-30  Glenn Morris  <rgm@gnu.org>
8797         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8799         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8800         (cc-require): Suppress spurious "noruntime" warnings.
8801         (cc-require-when-compile): Use fboundp, for sake of compiler.
8803         * progmodes/cc-mode.el: Move load of cc-vars before that of
8804         cc-langs (which in turn loads cc-vars), to quieten compiler.
8806 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8808         * paren.el: Simplify the code.
8809         (show-paren-mode): Always start the timer.
8810         (show-paren--idle-timer): Rename from show-paren-idle-timer.
8811         (show-paren--overlay, show-paren--overlay-1): Rename from
8812         show-paren-overlay and show-paren-overlay-1, and initialize to an
8813         overlay rather than to nil.
8814         (show-paren-function): Misc cleanup and simplifications.
8816 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8818         * paren.el (show-paren-data-function): New hook.
8819         (show-paren--default): New function, extracted from show-paren-function.
8820         (show-paren-function): Use show-paren-data-function.
8822 2013-05-30  Glenn Morris  <rgm@gnu.org>
8824         * ielm.el (ielm-map, ielm-complete-symbol):
8825         Use completion-at-point rather than obsolete functions.
8826         (inferior-emacs-lisp-mode): Doc fix.
8827         Set completion-at-point-functions, rather than
8828         comint-dynamic-complete-functions.
8830         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8831         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8832         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8834         * image.el (image-animated-p): Tweak definition.
8836         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8837         (rlogin-process-connection-type): Tweak default.  Add set-after.
8838         (rlogin-host): Doc fix.
8839         (rlogin): Tweak prompt.
8840         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8842         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8843         * progmodes/tcl.el (inferior-tcl-mode-map):
8844         Use completion-at-point rather than obsolete alias.
8846         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8848         * minibuffer.el (read-file-name-completion-ignore-case):
8849         Move before completion--in-region, for eager macro expansion.
8851 2013-05-29  Juri Linkov  <juri@jurta.org>
8853         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8854         for total count of matching lines.  Add `global-matches' for total
8855         count of matches.  Rename `matches' to `lines' for count of
8856         matching lines.  Add `matches' for count of matches.
8857         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
8858         to `prev-line' for line number of prev match endpt.
8859         Increment `matches' for every match.  Print the number of
8860         matching lines in the header.
8861         (occur-context-lines): Rename `lines' to `curr-line'.
8862         Rename `prev-lines' to `prev-line'.  (Bug#14017)
8864 2013-05-29  Juri Linkov  <juri@jurta.org>
8866         * replace.el (perform-replace): Add `skip-read-only-count',
8867         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8868         Increment them for corresponding conditions and report the number
8869         of skipped occurrences in the final message.  (Bug#11746)
8870         (query-replace, query-replace-regexp, query-replace-regexp-eval)
8871         (replace-string, replace-regexp): Doc fix.
8873 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8875         * emacs-lisp/trace.el (trace--read-args): Provide a default.
8877         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
8878         prog-mode-map (bug#14504).
8880 2013-05-29  Leo Liu  <sdl.web@gmail.com>
8882         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8883         (octave-help): Small simplification.
8885         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8886         off the highlight first.
8888 2013-05-29  Glenn Morris  <rgm@gnu.org>
8890         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8891         Handle idlwave-last-system-routine-info-cons-cell being nil.
8893         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8894         (idlwave-write-paths): Simplify via with-temp-buffer.
8896         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8897         * emulation/cua-rect.el: Also load cua-base at run time.
8899         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8900         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8901         (cperl-imenu-on-info): Require imenu.
8903 2013-05-28  Alan Mackenzie  <acm@muc.de>
8905         Handle "capitalised keywords" correctly.
8906         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
8908 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
8910         * eshell/em-unix.el: Add -r option to cp.
8912 2013-05-28  Glenn Morris  <rgm@gnu.org>
8914         * vc/vc-arch.el (vc-exec-after): Declare.
8915         (vc-switches): Autoload.
8916         * vc/vc-bzr.el: No need to require vc when compiling.
8917         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8918         (vc-resynch-buffer, vc-dir-refresh): Declare.
8919         (vc-setup-buffer, vc-switches): Autoload.
8920         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8921         (vc-resynch-buffer): Declare.
8922         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
8923         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
8924         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8925         (grep-read-regexp, grep-read-files, grep-expand-template)
8926         (vc-dir-refresh): Declare.
8927         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8928         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8929         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
8930         * vc/vc-mtn.el (vc-exec-after): Declare.
8931         (vc-switches): Autoload.
8932         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8933         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8934         (vc-file-tree-walk): Declare.
8935         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8936         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8937         (vc-tag-precondition, vc-rename-master): Autoload.
8938         * vc/vc-svn.el (vc-exec-after): Declare.
8939         (vc-switches, vc-setup-buffer): Autoload.
8940         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8941         Autoload.
8942         (vc-resynch-buffer): Declare.
8944         * obsolete/fast-lock.el (byte-compile-warnings):
8945         Don't warn about obsolete features in this obsolete file.
8947         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8948         Move definition before use.
8950         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8951         (dun-unix-verbs): Remove dun-zippy.
8952         (dun-zippy): Remove function.
8954         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8956 2013-05-27  Juri Linkov  <juri@jurta.org>
8958         * replace.el (replace-search): New function with code moved out
8959         from `perform-replace'.
8960         (replace-highlight, replace-dehighlight): Move function definitions
8961         up closer to `replace-search'.  (Bug#11746)
8963 2013-05-27  Juri Linkov  <juri@jurta.org>
8965         * replace.el (perform-replace): Ignore invisible matches.
8966         In addition to checking `query-replace-skip-read-only', also
8967         filter out matches by calling `run-hook-with-args-until-failure'
8968         on `isearch-filter-predicates', and also check `search-invisible'
8969         for t or call `isearch-range-invisible'.
8970         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
8972 2013-05-27  Juri Linkov  <juri@jurta.org>
8974         * isearch.el (isearch-filter-predicates): Rename from
8975         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
8976         (isearch-message-prefix): Display text from the property
8977         `isearch-message-prefix' of the currently active filters.
8978         (isearch-search): Don't compare `isearch-filter-predicate' with
8979         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
8980         on `isearch-filter-predicates'.  Also check `search-invisible' for t
8981         or call `isearch-range-invisible'.
8982         (isearch-filter-visible): Make obsolete.
8983         (isearch-lazy-highlight-search):
8984         Call `run-hook-with-args-until-failure' on
8985         `isearch-filter-predicates' and use `isearch-range-invisible'.
8987         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8988         `isearch-filter-predicates' instead of `funcall'ing
8989         `isearch-filter-predicate'.
8990         (Info-mode): Set `Info-isearch-filter' to
8991         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8993         * dired-aux.el (dired-isearch-filter-predicate-orig):
8994         Remove variable.
8995         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8996         (dired-isearch-filenames-end): Add and remove
8997         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8998         instead of changing the value of `isearch-filter-predicate'.
8999         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9000         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9001         Put property `isearch-message-prefix' to "filename " on
9002         `dired-isearch-filter-filenames'.
9004         * wdired.el (wdired-change-to-wdired-mode):
9005         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9006         locally instead of changing `isearch-filter-predicate'.
9007         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9009 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
9011         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9012         return the commit hash (Bug#14459).  Also set the
9013         `vc-git-detached' property.
9014         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9015         (vc-git-mode-line-string): Use the same help-echo format whether
9016         in detached mode or not, because we know the actual revision now.
9017         When in detached mode, shorten the revision to 7 chars.
9019 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * emacs-lisp/easy-mmode.el (define-minor-mode):
9022         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9023         mode hook and provide a docstring.
9025 2013-05-27  Alan Mackenzie  <acm@muc.de>
9027         Remove spurious syntax-table text properties inserted by C-y.
9028         * progmodes/cc-mode.el (c-after-change): Also clear hard
9029         syntax-table property with value nil.
9031 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
9033         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9034         when reading the events; the buffer layout shall not be changed.
9036 2013-05-27  Leo Liu  <sdl.web@gmail.com>
9038         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9039         New variable.
9040         (inferior-octave-directory-tracker): Automatically re-sync
9041         default-directory.
9042         (octave-help): Improve handling of 'See also'.
9044 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9046         * doc-view.el: Minor naming convention tweaks.
9047         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9049         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9050         even if there's no `display' property yet (bug#14435).
9052 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
9054         * subr.el (unmsys--file-name): Rename from reveal-filename.
9056         * Makefile.in (custom-deps, finder-data, autoloads)
9057         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9058         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9059         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9061 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9063         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9064         error-completion on the first 2 args of condition-case (bug#14446).
9065         Don't burp at EOB.
9067 2013-05-25  Leo Liu  <sdl.web@gmail.com>
9069         * comint.el (comint-previous-matching-input): Do not flood the
9070         *Messages* buffer with trivial messages.
9072 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9074         * progmodes/flymake.el (flymake-nop): Don't return a string.
9075         (flymake-set-at): Fix typo.
9077         * simple.el (read--expression): New function, extracted from
9078         eval-expression.  Set completion-at-point-functions (bug#14465).
9079         (eval-expression, eval-minibuffer): Use it.
9081 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
9083         * progmodes/flymake.el (flymake-save-buffer-in-file)
9084         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9085         (flymake-selected-frame, flymake-log, flymake-ins-after)
9086         (flymake-set-at, flymake-get-buildfile-from-cache)
9087         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9088         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9089         Refine the doc string.
9090         (flymake-get-file-name-mode-and-masks): Reformat.
9091         (flymake-get-real-file-name-function): Fix a minor bug.
9093 2013-05-24  Juri Linkov  <juri@jurta.org>
9095         * progmodes/grep.el (grep-mode-font-lock-keywords):
9096         Support =linenumber= format used by git-grep for lines with
9097         function names.  (Bug#13549)
9099 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * progmodes/octave.el (octave-smie-rules): Return nil rather than
9102         0 after a semi-colon; it works better for smie-auto-fill.
9103         (octave--indent-new-comment-line): New function.
9104         (octave-indent-new-comment-line): Use it (indirectly).
9105         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
9106         modify comment-line-break-function.
9108         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9109         (smie-setup): Use add-function to set it.
9111 2013-05-24  Sam Steingold  <sds@gnu.org>
9113         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9114         argument (before the `interactive' argument).
9116 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9118         * image-mode.el (image-mode-winprops): Add winprops to
9119         image-mode-winprops-alist before running
9120         image-mode-new-window-functions.
9121         * doc-view.el (doc-view-new-window-function): Don't delay
9122         doc-view-goto-page via timers (bug#14435).
9124 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
9126         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
9127         (doc-view-desktop-save-buffer): New function.
9128         (doc-view-restore-desktop-buffer): New function.
9129         (desktop-buffer-mode-handlers):
9130         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9131         handler.
9132         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9133         `desktop-save-buffer' function.
9135 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
9137         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9138         (tramp-gvfs-file-name-handler): Raise a user error when
9139         `tramp-gvfs-enabled' is nil.
9140         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9141         Do not raise a user error when loading package.  (Bug#14447)
9143         * net/xesam.el: Move to obsolete/.
9145 2013-05-24  Glenn Morris  <rgm@gnu.org>
9147         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9149         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9151         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9152         (Info-find-node, Man-getpage-in-background): Declare.
9154         * mail/unrmail.el (unrmail):
9155         Replace obsolete detect-coding-with-priority.
9157         * net/socks.el (socks-split-string): Use this rather than split-string.
9158         (socks-nslookup-host): Update for above change.
9159         (dynamic-choice, s5-dynamic-choice-match)
9160         (s5-dynamic-choice-match-inline, s5-widget-value-create):
9161         Comment out unused code.
9163         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9164         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9165         (gud-tooltip-echo-area): Make obsolete.
9166         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9168         * progmodes/js.el (js--optimize-arglist): Declare.
9170         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9172         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9173         (ediff-window-C): Declare.
9175         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9176         Tweak requires to silence compiler.
9178         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9179         (he-search-string, he-tried-table, he-expand-list)
9180         (he-init-string, he-string-member, he-substitute-string)
9181         (he-reset-string): Declare.
9183         * obsolete/options.el (list-options): Use custom-variable-p,
9184         rather than obsolete alias.
9186 2013-05-23  Sam Steingold  <sds@gnu.org>
9188         * simple.el (shell-command-on-region): Pass the `replace' argument
9189         down to `call-process-region' to comply with the doc as reported on
9190         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9192 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9194         * emacs-lisp/smie.el (smie-indent-forward-token)
9195         (smie-indent-backward-token): Handle string tokens (bug#14381).
9197 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9199         * ielm.el (ielm-menu): New menu.
9200         (inferior-emacs-lisp-mode): Set comment-start.
9202 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9204         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9205         Fix deactivate action.
9207         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9208         Add cleveref macros.
9210         * lisp/textmodes/reftex-parse.el
9211         (reftex-locate-bibliography-files): Accept options for
9212         bibliography commands.
9213         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9214         Add addbibresource.  Basic Biblatex support.
9216 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
9218         * net/tramp-gvfs.el (top):
9219         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9220         when loading package.  (Bug#14447)
9222 2013-05-23  Glenn Morris  <rgm@gnu.org>
9224         * progmodes/js.el: No need to load comint when compiling.
9225         (ring-insert, comint-send-string, comint-send-input)
9226         (comint-last-input-end, ido-chop): Declare.
9228         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9229         * vc/ediff-mult.el: Adjust requires.
9230         (ediff-directories-internal, ediff-directory-revisions-internal)
9231         (ediff-patch-file-internal): Declare.
9232         * vc/ediff-ptch.el: Adjust requires.
9233         (ediff-use-last-dir, ediff-buffers-internal): Declare.
9234         (ediff-find-file): Autoload.
9235         * vc/ediff-util.el: No need to load ediff when compiling.
9236         (ediff-regions-internal): Declare.
9237         * vc/ediff-wind.el: Adjust requires.
9238         (ediff-compute-toolbar-width): Define when compiling.
9239         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9240         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9241         (dired-get-filename, dired-get-marked-files)
9242         (ediff-last-dir-patch, ediff-patch-default-directory)
9243         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9244         (ediff-patch-buffer-internal): Declare.
9246         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9247         (ispell-process, ispell-buffer-local-words, lm-summary)
9248         (lm-section-start, lm-section-end): Declare.
9249         (checkdoc-ispell-init): Simplify.
9251         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9252         (he-string-member, he-reset-string, he-substitute-string): Declare.
9254         * eshell/em-ls.el: Adjust requires.
9255         (eshell-glob-regexp): Declare.
9256         * eshell/em-tramp.el: Adjust requires.
9257         (eshell-parse-command): Autoload.
9258         * eshell/em-xtra.el: Adjust requires.
9259         (eshell-parse-command): Autoload.
9260         * eshell/esh-ext.el: Adjust requires.
9261         (eshell-parse-command, eshell-close-handles): Autoload.
9262         * eshell/esh-io.el: Adjust requires.
9263         (eshell-output-filter): Autoload.
9264         * eshell/esh-util.el: No need to load tramp when compiling.
9265         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9266         Declare.
9267         (eshell-parse-ange-ls): Require ange-ftp and tramp.
9268         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9269         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9270         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9271         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9272         * eshell/esh-opt.el, eshell/esh-proc.el:
9273         * eshell/esh-var.el: Adjust requires.
9274         * eshell/eshell.el: Do not require esh-util twice.
9275         (eshell-add-input-to-history): Declare.
9276         (eshell-command): Check history module is active before using it.
9278         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9280 2013-05-22  Leo Liu  <sdl.web@gmail.com>
9282         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9284 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
9286         * autorevert.el (auto-revert-notify-add-watch)
9287         (auto-revert-notify-handler): Add `attrib' for the inotify case,
9288         it indicates changes in file modification time.
9290 2013-05-22  Glenn Morris  <rgm@gnu.org>
9292         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9293         Always delete the autoloaded function from the noruntime and
9294         unresolved functions lists.
9296         * allout.el: No need to load epa, epg, overlay when compiling.
9297         (epg-context-set-passphrase-callback, epg-list-keys)
9298         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9299         (epg-key-user-id-list): Declare.
9301         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9302         (viper-set-parsing-style-toggling-macro)
9303         (viper-set-emacs-state-searchstyle-macros):
9304         Use called-interactively-p on Emacs.
9305         (viper-looking-back): Make it an obsolete alias.  Update callers.
9306         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9307         Use looking-back rather than viper-looking-back.
9308         (viper-tmp-insert-at-eob, viper-enlarge-region)
9309         (viper-read-string-with-history, viper-register-to-point)
9310         (viper-append-to-register, viper-change-state-to-vi)
9311         (viper-backward-char-carefully, viper-forward-char-carefully)
9312         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9313         (viper-change-state-to-emacs): Declare.
9314         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9315         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9316         * emulation/viper-mous.el: Do not load viper-cmd.
9317         (viper-backward-char-carefully, viper-forward-char-carefully)
9318         (viper-forward-word, viper-adjust-window): Declare.
9320         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9322         * progmodes/idlw-help.el (idlwave-help-fontify):
9323         Use called-interactively-p.
9325         * term/w32console.el (w32-get-console-codepage)
9326         (w32-get-console-output-codepage): Declare.
9328         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9329         Remove unnecessary declarations.
9330         (dframe-message): Doc fix.
9332         * info.el (dframe-select-attached-frame, dframe-current-frame):
9333         Declare.
9335         * speedbar.el (speedbar-message): Make it an obsolete alias.
9336         Update all callers.
9337         (speedbar-with-attached-buffer)
9338         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9339         (speedbar-with-writable): Use backquote.
9340         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9341         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9342         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9343         rather than speedbar- aliases.
9344         * mail/rmail.el: Load dframe rather than speedbar when compiling.
9345         (speedbar-make-specialized-keymap, speedbar-insert-button)
9346         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9347         (speedbar-do-function-pointer): Declare.
9348         (rmail-speedbar-button, rmail-speedbar-find-file)
9349         (rmail-speedbar-move-message):
9350         Use dframe-with-attached-buffer rather than speedbar- alias.
9351         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9352         (dframe-message, speedbar-make-specialized-keymap)
9353         (speedbar-add-expansion-list, speedbar-mode-functions-list)
9354         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9355         (speedbar-insert-button, dframe-select-attached-frame)
9356         (dframe-maybee-jump-to-attached-frame)
9357         (speedbar-change-initial-expansion-list)
9358         (speedbar-previously-used-expansion-list-name): Declare.
9359         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9360         Use dframe-message, dframe-with-attached-buffer rather than
9361         speedbar- aliases.
9362         (gud-sentinel): Silence compiler.
9363         * progmodes/vhdl-mode.el (speedbar-refresh)
9364         (speedbar-do-function-pointer, speedbar-add-supported-extension)
9365         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9366         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9367         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9368         (speedbar-file-lists, speedbar-make-tag-line)
9369         (speedbar-line-directory, speedbar-goto-this-file)
9370         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9371         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9372         (speedbar-make-button, speedbar-reset-scanners)
9373         (speedbar-files-item-info, speedbar-line-text)
9374         (speedbar-find-file-in-frame, speedbar-set-timer)
9375         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9376         (speedbar-with-writable): Do not (re)define it.
9377         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9378         rather than speedbar- alias.
9380 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9382         * progmodes/octave.el (octave-mode-menu): Update and re-organize
9383         menu items.
9384         (octave-mode): Tweak fill-nobreak-predicate.
9385         (inferior-octave-startup): Check process to avoid infinite loop.
9386         (inferior-octave): Pop to buffer first to show abornmal process
9387         exit information.
9389 2013-05-21  Glenn Morris  <rgm@gnu.org>
9391         * printing.el (pr-menu-bar): Define when compiling.
9393 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9395         * progmodes/octave.el (octave-auto-fill): Remove.
9396         (octave-indent-new-comment-line): Improve.
9397         (octave-mode): Use auto fill mode through
9398         comment-line-break-function and fill-nobreak-predicate.
9399         (octave-goto-function-definition): Support DEFUN_DLD.
9400         (octave-beginning-of-defun): Small tweak.
9401         (octave-help): Show parent directory.
9403 2013-05-21  Glenn Morris  <rgm@gnu.org>
9405         * files.el (dired-unmark):
9406         * progmodes/gud.el (gdb-input): Update declarations.
9408         * calculator.el (electric, ehelp): No need to load when compiling.
9409         (Electric-command-loop, electric-describe-mode): Declare.
9411         * doc-view.el (doc-view-current-converter-processes): Move before use.
9413         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9414         Move MODE-set-explicitly definition before use.
9416         * international/mule-diag.el (mule-diag):
9417         Don't use obsolete window-system-version.
9419         * mail/feedmail.el (smtpmail): No need to load when compiling.
9420         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9422         * mail/mail-utils.el (rfc822): No need to load when compiling.
9423         (rfc822-addresses): Autoload it.
9424         (mail-strip-quoted-names): Trivial simplification.
9426         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9427         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9429         * net/snmp-mode.el (tempo): Don't duplicate requires.
9431         * progmodes/prolog.el (info): No need to load when compiling.
9432         (comint): Require before shell requires it.
9433         (Info-goto-node): Autoload it.
9434         (Info-follow-nearest-node): Declare.
9435         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9437         * textmodes/artist.el (picture-mode-exit): Declare.
9439         * textmodes/reftex-parse.el (reftex-parse-from-file):
9440         Trivial rewrite so the compiler can parse it better.
9442 2013-05-20  Leo Liu  <sdl.web@gmail.com>
9444         * progmodes/octave.el (octave-help-mode-map)
9445         (octave-help-mode-finish-hook): New variables.
9446         (octave-help-mode, octave-help-mode-finish): New functions.
9447         (octave-help): Use octave-help-mode.
9449 2013-05-20  Glenn Morris  <rgm@gnu.org>
9451         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
9453 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
9455         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9456         start at point, so that expansion starting right after opening
9457         slash in a regexp is recognized.
9458         (ruby-syntax-before-regexp-re): New defvar, extracted from
9459         ruby-syntax-propertize-function.  Since the value of this regexp
9460         is looked up at runtime now, we should be able to turn
9461         `ruby-syntax-methods-before-regexp' into a defcustom later.
9462         (ruby-syntax-propertize-function): Split regexp matching into two
9463         parts, for opening and closing slashes.  That allows us to skip
9464         over string interpolations and support multiline regexps.
9465         Don't call `ruby-syntax-propertize-expansions', instead use another rule
9466         for them, which calls `ruby-syntax-propertize-expansion'.
9467         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9468         call to `ruby-syntax-propertize-function'.
9469         (ruby-syntax-propertize-expansion): Extracted from
9470         `ruby-syntax-propertize-expansions'.  Handles one expansion.
9471         (ruby-syntax-propertize-percent-literal): Leave point right after
9472         the percent symbol, so that the expression expansion rule can
9473         propertize the contents.
9474         (ruby-syntax-propertize-heredoc): Leave point at bol following the
9475         heredoc openers.
9476         (ruby-syntax-propertize-expansions): Remove.
9478 2013-05-18  Juri Linkov  <juri@jurta.org>
9480         * man.el (Man-default-man-entry): Remove `-' from the end
9481         of the default value.  (Bug#14400)
9483 2013-05-18  Glenn Morris  <rgm@gnu.org>
9485         * comint.el (comint-password-prompt-regexp):
9486         Allow "password for XXX" where XXX contains colons (eg https://...).
9488 2013-05-18  Leo Liu  <sdl.web@gmail.com>
9490         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9491         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
9492         (octave-source-directories): Don't check process.
9493         (octave-source-directories, octave-find-definition): Doc fix.
9495 2013-05-18  Glenn Morris  <rgm@gnu.org>
9497         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9498         Remove backspace/delete bindings.  (Bug#14392)
9500         * cus-dep.el (custom-make-dependencies): Sort the output.
9501         (custom-versions-load-alist): Convert comment to doc.
9503 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9505         * newcomment.el (comment-search-backward): Stricter in finding
9506         comment start.  (Bug#14303)
9508         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9509         (octave-comment-start-skip): Properly anchored.
9511 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9513         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9514         Clean up when turned off.  (Bug#14395)
9515         (smie--highlight-matching-block-overlay): No longer buffer-local.
9516         (smie-highlight-matching-block): Adjust.
9518 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9520         Doc string fix for "nanoseconds" (Bug#14406).
9521         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9522         Fix doc string typo that had "nanoseconds" instead of "microseconds".
9524 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
9526         * calc/calc-units.el (math-extract-units): Preserve powers
9527         of units.
9529 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9531         * subr.el (delete-consecutive-dups): New function.
9532         * ido.el (ido-set-matches-1): Use it.
9533         * progmodes/octave.el (inferior-octave-completion-table): Use it.
9534         * ido.el (ido-remove-consecutive-dups): Remove.
9536 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9538         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9539         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9540         regexp-opt's `words'.
9542 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9544         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9545         (smie--highlight-matching-block-overlay)
9546         (smie--highlight-matching-block-lastpos)
9547         (smie--highlight-matching-block-timer): New variables.
9548         (smie-highlight-matching-block): New function.
9549         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
9550         (smie-setup): Conditionally enable smie-blink-matching-open.
9552 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
9554         Sync with upstream verilog-mode r840.
9555         * progmodes/verilog-mode.el (verilog-mode-version)
9556         (verilog-mode-release-date): Update.
9557         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9558         (verilog-sig-tieoff): Fix string error on
9559         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
9560         (verilog-read-decls): Fix parameters confusing
9561         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
9563 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
9565         * subr.el (reveal-filename): New function.
9567         * loadup.el: Compute Emacs executable versions on MS-Windows,
9568         where executables have the .exe extension.  Add a hard link
9569         emacs-XX.YY.ZZ.exe on MS-Windows.
9571         * Makefile.in (XARGS_LIMIT): New variable.
9572         (custom-deps, finder-data, autoloads)
9573         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9574         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9575         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9576         (compile-main): Limit xargs according to $(XARGS_LIMIT).
9578 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9580         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9581         (octave-mode-menu, octave-mode-map): Remove its uses.
9583 2013-05-16  Reto Zimmermann  <reto@gnu.org>
9585         Sync with upstream vhdl mode v3.34.2.
9586         * progmodes/vhdl-mode.el: Use `push' throughout.
9587         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9588         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9589         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
9590         (vhdl-actual-generic-name): New option to derive actual generic name.
9591         (vhdl-port-paste-signals): Replace formal by actual generics.
9592         (vhdl-beautify): New name for old group vhdl-align.  Update users.
9593         (vhdl-beautify-options): New option.
9594         (vhdl-last-input-event): New compat alias.  Use throughout.
9595         (vhdl-goto-line): Replace user level function `goto-line'.
9596         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9597         vhdl-fix-statement-buffer.
9598         (vhdl-create-mode-menu): Add some entries.
9599         (vhdl-align-region-groups): Respect vhdl-beautify-options.
9600         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9601         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9602         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9603         to force statements on one line.
9604         (vhdl-remove-trailing-spaces-region):
9605         New, split from vhdl-remove-trailing-spaces.
9606         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9607         Respect vhdl-beautify-options.
9608         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9609         (vhdl-update-sensitivity-list): Not add with index if exists without.
9610         Not include array index with signal.  Ignore keywords in comments.
9611         (vhdl-get-visible-signals): Regexp tweaks.
9612         (vhdl-template-component-inst): Handle empty library.
9613         (vhdl-template-type): Add template for 'enum' type.
9614         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9615         Use vhdl-replace-string.
9616         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9617         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9618         (vhdl-speedbar-initialize): Update for above name change.
9619         (vhdl-compose-wire-components): Fix in handling of constants.
9620         (vhdl-error-regexp-emacs-alist): New variable.
9621         (vhdl-error-regexp-add-emacs): New function;
9622         adds support for new compile.el (Emacs 22+)
9623         (vhdl-generate-makefile-1): Change target order for single lib. units.
9624         Allow use of absolute file names.
9626 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9628         * simple.el (prog-indent-sexp): Indent enclosing defun.
9630 2013-05-15  Glenn Morris  <rgm@gnu.org>
9632         * cus-start.el (show-trailing-whitespace): Move to editing basics.
9633         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9634         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9635         (whitespace-highlight): Move to whitespace group.
9637         * comint.el (comint-source):
9638         * pcmpl-linux.el (pcmpl-linux):
9639         * shell.el (shell-faces):
9640         * eshell/esh-opt.el (eshell-opt):
9641         * international/ccl.el (ccl): Remove empty custom groups.
9643         * completion.el (dynamic-completion-mode):
9644         * jit-lock.el (jit-lock-debug-mode):
9645         * minibuffer.el (completion-in-region-mode):
9646         * type-break.el (type-break-mode-line-message-mode)
9647         (type-break-query-mode):
9648         * emulation/tpu-edt.el (tpu-edt-mode):
9649         * progmodes/subword.el (global-subword-mode, global-superword-mode):
9650         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9651         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9653         * term/xterm.el (xterm): Change parent group to terminals.
9655         * master.el (master): Remove empty custom group.
9656         (master-mode): Remove unused :group argument.
9657         * textmodes/refill.el (refill): Remove empty custom group.
9658         (refill-mode): Remove unused :group argument.
9660         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9662         * cus-dep.el: Provide a feature.
9663         (custom-make-dependencies): Ignore dotfiles (dir-locals).
9664         Don't mistakenly ignore files whose basenames match a basename
9665         from preloaded-file-list (eg cedet/ede/simple.el).
9666         Add a fallback method for getting :group.
9668 2013-05-15  Juri Linkov  <juri@jurta.org>
9670         * isearch.el (isearch-char-by-name): Rename from
9671         `isearch-insert-char-by-name'.  Doc fix.
9672         (isearch-forward): Mention `isearch-char-by-name' in
9673         the docstring.  (Bug#13348)
9675         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9676         `exit-minibuffer' instead of
9677         `isearch-nonincremental-exit-minibuffer'.
9678         (isearch-edit-string): Remove mention of
9679         `isearch-nonincremental-exit-minibuffer' from docstring.
9680         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9681         (isearch-forward-exit-minibuffer)
9682         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
9684 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * loadup.el: Just use unversioned DOC.
9688         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9689         literals as extending to EOB.
9690         (nxml-last-fontify-end): Remove unused variable.
9691         (nxml-after-change1): Use with-silent-modifications.
9692         (nxml-extend-after-change-region): Simplify.
9693         (nxml-extend-after-change-region1): Remove function.
9694         (nxml-after-change1): Don't adjust for dependent regions.
9695         (nxml-fontify-matcher): Simplify.
9696         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9697         (xmltok-add-dependent): Remove function.
9698         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9699         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9700         (xmltok-scan-prolog-after-processing-instruction-open): Treat
9701         unclosed <[[, <?, comment, and other literals as extending to EOB.
9702         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9703         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9704         Remove functions.
9705         (rng-do-some-validation-1): Don't mark dependent regions.
9706         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9707         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9708         (nxml-clear-dependent-regions): Remove functions.
9709         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9710         (nxml-ensure-scan-up-to-date):
9711         Don't clear&mark dependent regions.
9713 2013-05-15  Leo Liu  <sdl.web@gmail.com>
9715         * progmodes/octave.el (octave-goto-function-definition):
9716         Improve and fix callers.
9718 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9720         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9721         the setter (bug#14387).
9723         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9724         surrounding group (bug#14402).
9726 2013-05-14  Juri Linkov  <juri@jurta.org>
9728         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9729         (Bug#14390)
9731 2013-05-14  Glenn Morris  <rgm@gnu.org>
9733         * progmodes/f90.el (f90-imenu-generic-expression):
9734         Fix typo in 2013-05-08 change.  (Bug#14402)
9736 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
9738         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9739         Remove signals for which replies are never received.
9741 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
9743         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9744         (gdb-handler-alist, gdb-handler-number): Remove variables.
9745         (gdb-handler-list): New variable.
9746         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9747         (gdb-pending-handler-p, gdb-handle-reply)
9748         (gdb-remove-all-pending-triggers): New functions.
9749         (gdb-discard-unordered-replies): New defcustom.
9750         (gdb-handler): New defstruct.
9751         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
9752         instead of gdb-pending-triggers.  Update docstring.
9753         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
9754         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9755         (gdb-var-update-handler, def-gdb-auto-update-trigger)
9756         (def-gdb-auto-update-handler, gdb-get-changed-registers)
9757         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9758         (gdb-frame-handler): Pending triggers are now automatically managed.
9759         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9760         Remove argument.
9761         (gdb-input): Automatically handles pending triggers.  Update docstring.
9762         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9763         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9764         Update comments.
9765         (gdb-done-or-error): Now use gdb-handle-reply.
9767 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
9769         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9770         gdb-debug-log.
9772 2013-05-14  Glenn Morris  <rgm@gnu.org>
9774         * subr.el (user-emacs-directory-warning): New option.
9775         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
9777 2013-05-14  Leo Liu  <sdl.web@gmail.com>
9779         * progmodes/octave.el (octave-font-lock-keywords): Fix error
9780         during redisplay.
9781         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
9782         (octave-font-lock-texinfo-comment): Fix invalid search bound
9783         error: wrong side of point.
9785 2013-05-14  Glenn Morris  <rgm@gnu.org>
9787         * progmodes/flymake.el (flymake-xml-program): New option.
9788         (flymake-xml-init): Use it.
9790         * term/xterm.el: Provide a feature.
9792         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
9794 2013-05-13  Glenn Morris  <rgm@gnu.org>
9796         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9797         Add compat aliases as a hack workaround.  (Bug#14384)
9799 2013-05-13  Leo Liu  <sdl.web@gmail.com>
9801         * progmodes/octave.el (octave-indent-comment): Fix indentation for
9802         ###, and %!.
9803         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9804         C-M-q.
9805         (octave-comment-start-skip): Include %!.
9806         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
9808 2013-05-12  Leo Liu  <sdl.web@gmail.com>
9810         * progmodes/octave.el (inferior-octave-startup): Store the value
9811         of __octave_srcdir__ for octave-source-directories.
9812         (inferior-octave-check-process): New function refactored out of
9813         inferior-octave-send-list-and-digest.
9814         (octave-source-directories)
9815         (octave-find-definition-filename-function): New variables.
9816         (octave-source-directories)
9817         (octave-find-definition-default-filename): New functions.
9818         (octave-find-definition): Improve to find functions implemented in C++.
9820 2013-05-12  Glenn Morris  <rgm@gnu.org>
9822         * calendar/diary-lib.el (diary-outlook-format-1):
9823         Don't include dayname in the output.  (Bug#14349)
9825 2013-05-11  Glenn Morris  <rgm@gnu.org>
9827         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9829         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9830         Treat cc-provide like provide.
9832 2013-05-11  Kevin Ryde  <user42@zip.com.au>
9834         * cus-dep.el (custom-make-dependencies):
9835         Use generated-autoload-load-name for the sake of files such
9836         such cedet/semantic/bovine/c.el, where the base file name
9837         is not in load-path.  (Bug#5277)
9839 2013-05-11  Glenn Morris  <rgm@gnu.org>
9841         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9842         Provide features.
9844 2013-05-11  Leo Liu  <sdl.web@gmail.com>
9846         * progmodes/octave.el (octave-indent-comment): Improve.
9847         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
9848         (octave-eldoc-function-signatures, octave-eldoc-function):
9849         New functions.
9850         (octave-mode, inferior-octave-mode): Add eldoc support.
9852 2013-05-11  Richard Stallman  <rms@gnu.org>
9854         * epa.el (epa-decrypt-file): Take output file name as argument
9855         and read it using `interactive'.
9857 2013-05-11  Leo Liu  <sdl.web@gmail.com>
9859         * progmodes/octave.el (octave-beginning-of-line)
9860         (octave-end-of-line): Check before using up-list because it jumps
9861         out of more syntactic contructs since moving to smie.
9862         (octave-indent-comment): New function.
9863         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
9864         (octave-begin-keywords, octave-end-keywords)
9865         (octave-reserved-words, octave-smie-bnf-table)
9866         (octave-smie-rules): Add new keywords from Octave 3.6.4.
9868 2013-05-11  Glenn Morris  <rgm@gnu.org>
9870         * faces.el (internal-face-x-get-resource):
9871         * frame.el (ns-display-monitor-attributes-list):
9872         * calc/calc-aent.el (math-to-radians-2):
9873         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
9874         Fix declarations.
9876         * calc/calc-menu.el: Make it loadable in isolation.
9878         * net/eudcb-bbdb.el: Make it loadable without bbdb.
9879         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9880         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9881         (eudc-bbdb-query-internal): Require 'bbdb.
9883         * lpr.el (lpr-headers-switches):
9884         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9886         * progmodes/sql.el (sql-login-params): Fix and improve :type.
9888         * emulation/edt-mapper.el: In batch mode, error rather than hang.
9890         * term.el (term-set-escape-char): Make it idempotent.
9892 2013-05-10  Leo Liu  <sdl.web@gmail.com>
9894         * progmodes/octave.el (inferior-octave-completion-table):
9895         No longer a function and all uses changed.  Use cache to speed up
9896         completion due to bug#11906.
9897         (octave-beginning-of-defun): Re-write to be more general.
9899 2013-05-10  Glenn Morris  <rgm@gnu.org>
9901         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9903 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9905         * comint.el (comint-redirect-send-command-to-process): Use :around
9906         rather than :override for comint-redirect-filter.
9907         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9908         Call it instead of comint-redirect-original-filter-function (which
9909         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
9911 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
9913         * frame.el (display-monitor-attributes-list): Add NS case.
9914         (ns-display-monitor-attributes-list): Declare.
9916 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
9918         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
9920 2013-05-09  Glenn Morris  <rgm@gnu.org>
9922         * international/fontset.el (vertical-centering-font-regexp):
9923         Set standard-value.
9925         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9927         * bookmark.el (bookmark-search-delay):
9928         * cus-start.el (vertical-centering-font-regexp):
9929         * ps-mule.el (ps-mule-font-info-database-default):
9930         * ps-print.el (ps-default-fg, ps-default-bg):
9931         * type-break.el (type-break-good-break-interval):
9932         * whitespace.el (whitespace-indentation-regexp)
9933         (whitespace-space-after-tab-regexp):
9934         * emacs-lisp/testcover.el (testcover-1value-functions)
9935         (testcover-noreturn-functions, testcover-progn-functions)
9936         (testcover-prog1-functions):
9937         * emulation/viper-init.el (viper-emacs-state-cursor-color):
9938         * eshell/em-glob.el (eshell-glob-translate-alist):
9939         * play/tetris.el (tetris-tty-colors):
9940         * progmodes/cpp.el (cpp-face-default-list):
9941         * progmodes/flymake.el (flymake-allowed-file-name-masks):
9942         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9943         (idlwave-help-browser-generic-args):
9944         * progmodes/make-mode.el (makefile-special-targets-list):
9945         * progmodes/python.el (python-shell-virtualenv-path):
9946         * progmodes/verilog-mode.el (verilog-active-low-regexp)
9947         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9948         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9949         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9950         * textmodes/reftex-vars.el (reftex-format-label-function):
9951         * textmodes/remember.el (remember-diary-file): Fix custom types.
9953         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9954         Add :version.
9956 2013-05-09  Leo Liu  <sdl.web@gmail.com>
9958         * progmodes/octave.el (inferior-octave-completion-at-point):
9959         Restore file completion.  (Bug#14300)
9960         (inferior-octave-startup): Fix incorrect highlighting for the
9961         first prompt.
9963 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * progmodes/ruby-mode.el: First cut at SMIE support.
9966         (ruby-use-smie): New var.
9967         (ruby-smie-grammar): New constant.
9968         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9969         (ruby-smie--forward-token, ruby-smie--backward-token)
9970         (ruby-smie-rules): New functions.
9971         (ruby-mode-variables): Setup SMIE if applicable.
9973 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
9975         * simple.el (line-move-visual): Signal beginning/end of buffer
9976         only if vertical-motion moved less than it was requested.  Avoids
9977         silly incorrect error messages when there are display strings with
9978         multiple newlines at EOL.
9980 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9983         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9984         (prolog-char-quote-workaround):
9985         * progmodes/cperl-mode.el (cperl-under-as-char):
9986         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
9987         Mark as obsolete.
9988         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
9989         their declaration.
9990         (vhdl-mode-syntax-table-init): Remove.
9992         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9993         last change.
9995         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9996         syntax for "_".
9997         (ld-script-font-lock-keywords):
9998         Change regexps to use things like \_< and \_>.
10000         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10001         Change all regexps to use things like \_< and \_>.
10003         * progmodes/autoconf.el (autoconf-definition-regexp)
10004         (autoconf-font-lock-keywords, autoconf-current-defun-function):
10005         Handle a _ with symbol syntax.
10006         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10008         * progmodes/ada-mode.el (ada-mode-abbrev-table):
10009         Consolidate declaration.
10010         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10011         the declaration.
10012         (ada-create-syntax-table): Remove.
10013         (ada-capitalize-word): Don't mess with the syntax of "_" since it
10014         already has the right syntax nowadays.
10015         (ada-goto-next-word): Don't change the syntax of "_".
10017         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10018         with-wrapper-hook.
10020 2013-05-08  Sam Steingold  <sds@gnu.org>
10022         * thingatpt.el (thing-at-point): Accept optional second argument
10023         NO-PROPERTIES to strip the text properties from the return value.
10024         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10025         to `thing-at-point' instead of stripping the properties ourselves.
10026         Also, when `thing-at-point' fails to find a url, prepend "http://"
10027         to the filename at point on the assumption that the user is
10028         pointing at something like gnu.org/gnu.
10030 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
10032         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10033         * faces.el (crm-separator):
10034         Silence byte-compiler.
10036         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10037         (tool-bar-map): Remove unneeded defvars.
10039 2013-05-08  Leo Liu  <sdl.web@gmail.com>
10041         Re-work a fix for bug#10994 based on Le Wang's patch.
10042         * ido.el (ido-remove-consecutive-dups): New helper.
10043         (ido-completing-read): Use it.
10044         (ido-chop): Revert fix for bug#10994.
10046 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
10048         * cus-edit.el (custom-save-variables):
10049         Pretty-print long values.  (Bug#14187)
10051 2013-05-08  Glenn Morris  <rgm@gnu.org>
10053         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10054         (m4-mode-syntax-table): Init in the defvar.
10055         (m4-mode-abbrev-table): Let define-derived-mode define it.
10057 2013-05-08  Tom Tromey  <tromey@redhat.com>
10059         * progmodes/m4-mode.el (m4-mode-syntax-table):
10060         Do not treat "_" as word constituent.  (Bug#14167)
10062 2013-05-07  Glenn Morris  <rgm@gnu.org>
10064         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10065         Remove explicit eshell-isearch-cancel-map.
10067         * progmodes/f90.el (f90-smart-end-names): New option.
10068         (f90-smart-end): Doc fix.
10069         (f90-end-block-optional-name): New constant.
10070         (f90-block-match): Respect f90-smart-end-names.
10072 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10074         * progmodes/octave.el (octave-smie-forward-token): Be more careful
10075         about implicit semi-colons (bug#14218).
10077 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10079         * frame.el (display-monitor-attributes-list)
10080         (frame-monitor-attributes): New functions.
10082 2013-05-06  Leo Liu  <sdl.web@gmail.com>
10084         * progmodes/octave.el (octave-syntax-propertize-function): Change
10085         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
10086         (octave-font-lock-keywords): Use octave-operator-regexp.
10087         (octave-completion-at-point): Rename from
10088         octave-completion-at-point-function.
10089         (inferior-octave-directory-tracker): Robustify.
10090         (octave-text-functions): Remove and fix its uses.  No such things
10091         any more.
10093 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * emacs-lisp/trace.el (trace--display-buffer): New function.
10096         (trace-make-advice): Use it.
10098 2013-05-06  Juri Linkov  <juri@jurta.org>
10100         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
10101         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10102         Doc fix.
10103         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10104         in the help string.  (Bug#12985)
10106 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
10108         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
10110 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10112         * progmodes/perl-mode.el: Add support for here documents.
10113         (perl-syntax-propertize-function): Match here-doc markers.
10114         (perl-syntax-propertize-special-constructs): Find their end.
10115         (perl-imenu-generic-expression): Use [:alnum:].
10117         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10118         (advice--add-function): Refresh the advice if already present
10119         (bug#14317).
10121 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
10123         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
10125 2013-05-06  Glenn Morris  <rgm@gnu.org>
10127         * w32-fns.el (w32-charset-info-alist): Declare.
10129         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10130         of its defcustom properties.
10131         (eshell-cmpl-initialize): No need to load pcomplete.
10133         * generic-x.el: No need to require comint when compiling.
10135         * net/eudc-export.el: Make it loadable without bbdb.
10136         (top-level): Use require rather than load-library.
10137         (eudc-create-bbdb-record, eudc-bbdbify-phone)
10138         (eudc-batch-export-records-to-bbdb)
10139         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10140         Require bbdb.
10142 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10144         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10145         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10146         some tweaks, instead.
10148 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10150         * progmodes/octave.el (octave-font-lock-keywords)
10151         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10152         (inferior-octave-send-list-and-digest): Improve error message.
10153         (octave-mode, inferior-octave-mode): Use setq-local.
10154         (octave-help): Set info-lookup-mode.
10156 2013-05-05  Richard Stallman  <rms@gnu.org>
10158         * vc/compare-w.el (compare-windows-whitespace):
10159         Treat no-break space as whitespace.
10161         * mail/rmailsum.el (rmail-summary-rmail-update):
10162         Detect empty summary and don't change selected message.
10163         (rmail-summary-goto-msg): Likewise.
10165         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10166         Doc fixes, rename args.
10168 2013-05-05  Alan Mackenzie  <acm@muc.de>
10170         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10172 2013-05-05  Juri Linkov  <juri@jurta.org>
10174         * info.el (Info-read-subfile): Use (point-min) instead of (point)
10175         to not add the length of the summary segment to the return value.
10176         (Bug#14125)
10178 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10180         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10181         (inferior-octave-output-filter): Remove.
10182         (octave-send-region, inferior-octave-startup): Fix callers.
10183         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10184         (octave-binary-file-extensions): New user variable.
10185         (octave-find-definition): Confirm if opening binary files.
10186         (octave-help-file): Use octave-find-definition to get the binary
10187         confirmation.
10188         (octave-help): Adjust for octave-help-file change.
10190 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10192         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10193         Merge the two entries that handle function definitions.
10194         (pascal--syntax-propertize): New const.
10195         (pascal-mode): Use it.  Use setq-local.
10197 2013-05-04  Glenn Morris  <rgm@gnu.org>
10199         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10200         (diary-from-outlook): Respect diary-from-outlook-function.
10202 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10205         Move the declaration from C.
10206         (read-minibuffer, eval-minibuffer): Move from C.
10207         (completion-setup-function): Avoid minibuffer-completion-contents.
10209 2013-05-03  Leo Liu  <sdl.web@gmail.com>
10211         * progmodes/octave.el (octave-font-lock-keywords): Do not
10212         dehighlight 'end' in comments or strings.
10213         (octave-completing-read, octave-goto-function-definition):
10214         New helpers.
10215         (octave-help-buffer): New user variable.
10216         (octave-help-file, octave-help-function): New button types.
10217         (octave-help): New command and bind it to C-h ;.
10218         (octave-find-definition): New command and bind it to M-.
10219         (user-error): Alias to error if not defined.
10221 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10223         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10224         for \.  (bug#14332)
10225         (octave-font-lock-keywords): Include [ and {.
10227 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10229         * progmodes/octave.el (inferior-octave-startup-file): Change default.
10230         (inferior-octave): Remove calling comint-mode and return the buffer.
10231         (inferior-octave-startup): Cosmetic changes.
10233 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10235         * progmodes/octave.el (octave-syntax-propertize-function):
10236         Include the case when ' is at line beginning.  (Bug#14336)
10238 2013-05-02  Glenn Morris  <rgm@gnu.org>
10240         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10241         * desktop.el (vc-dir-mode): Just autoload it here.
10243 2013-05-02  Alan Mackenzie  <acm@muc.de>
10245         Eliminate variable c-standard-font-lock-fontify-region-function.
10246         * progmodes/cc-mode.el
10247         (c-standard-font-lock-fontify-region-function): Remove.
10248         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10250 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10252         * progmodes/octave.el: Compatible with older emacs-24 releases.
10253         (inferior-octave-has-built-in-variables): Remove.  Built-in
10254         variables were removed from Octave in 2007.
10255         (inferior-octave-startup): Fix uses.
10256         (comint-line-beginning-position): Remove compatibility code for
10257         emacs 21.
10259 2013-05-01  Juri Linkov  <juri@jurta.org>
10261         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
10263 2013-05-01  Juri Linkov  <juri@jurta.org>
10265         * comint.el (comint-previous-matching-input): Don't print message
10266         "History item: %d" when `isearch-mode' is active.
10267         (comint-history-isearch-message): Print message "History item: %d"
10268         when `comint-input-ring-index' is not empty and this function is
10269         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
10271 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10273         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10274         definitions.  Use completion-at-point to insert keywords.
10275         (octave-abbrev-start): Remove.
10276         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10278 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10280         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10281         change.
10283 2013-04-30  Alan Mackenzie  <acm@muc.de>
10285         Handle arbitrarily long C++ member initialisation lists.
10286         * progmodes/cc-engine.el (c-back-over-member-initializers):
10287         new function.
10288         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10289         (most) member init lists.
10291 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10293         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10294         variable.
10296 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10298         * progmodes/octave.el (octave-variables): Remove.  No builtin
10299         variables any more.  All converted to functions.
10300         (octave-font-lock-keywords, octave-completion-at-point-function):
10301         Fix uses.
10302         (octave-font-lock-texinfo-comment): New user variable.
10303         (octave-texinfo-font-lock-keywords): New variable for texinfo
10304         comment block.
10305         (octave-function-comment-block): New face.
10306         (octave-font-lock-texinfo-comment): New function.
10307         (octave-mode): Font lock texinfo comment block.
10309 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10311         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10312         indexing expression.
10313         (octave-continuation-string): Do not use \.
10314         (inferior-octave-complete-impossible): Remove.
10315         (inferior-octave-completion-table)
10316         (inferior-octave-completion-at-point): Remove its uses.
10317         (inferior-octave-startup): completion_matches was introduced to
10318         Octave in 1996 so safe to assume it.
10319         (octave-function-file-comment): Improve to follow how Octave does it.
10320         (octave-update-function-file-comment): Tweak.
10322 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10324         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10325         (inferior-octave-startup): Remove inferior-octave-startup-hook.
10326         (octave-function-file-comment): Fix typo.
10327         (octave-sync-function-file-names): Use read-char-choice.
10329 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
10331         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10332         to t for the less important warnings.
10334 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
10336         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
10338 2013-04-27  Glenn Morris  <rgm@gnu.org>
10340         * vc/log-view.el (log-view-current-entry):
10341         Treat "---" separator lines as part of the following rev.  (Bug#14169)
10343 2013-04-27  Juri Linkov  <juri@jurta.org>
10345         * subr.el (read-number): Doc fix about using it by interactive
10346         code letter `n'.  (Bug#14254)
10348 2013-04-27  Juri Linkov  <juri@jurta.org>
10350         * desktop.el (desktop-auto-save-timeout): New option.
10351         (desktop-file-checksum): New variable.
10352         (desktop-save): Add optional arg `auto-save' and don't auto-save
10353         if nothing changed.
10354         (desktop-auto-save-timer): New variable.
10355         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10356         (after-init-hook): Call `desktop-auto-save-set-timer'.
10357         Suggested by Reuben Thomas <rrt@sc3d.org> in
10358         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10360 2013-04-27  Leo Liu  <sdl.web@gmail.com>
10362         * progmodes/octave.el (octave-function-file-p)
10363         (octave-skip-comment-forward, octave-function-file-comment)
10364         (octave-update-function-file-comment): New functions.
10365         (octave-mode-map): Bind C-c ; to
10366         octave-update-function-file-comment.
10367         (octave-mode-menu): Add octave-update-function-file-comment.
10368         (octave-mode, inferior-octave-mode): Fix doc-string.
10369         (octave-insert-defun): Conform to Octave's coding convention.
10370         (Bug#14285)
10372         * files.el (basic-save-buffer): Don't let errors in
10373         before-save-hook prevent saving buffer.
10375 2013-04-20  Roland Winkler  <winkler@gnu.org>
10377         * faces.el (read-face-name): Use completing-read if arg multiple
10378         is nil.
10380 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
10382         * ls-lisp.el (ls-lisp-insert-directory): If no files are
10383         displayed, move point to after the totals line.
10384         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10385         for the details.
10387 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10389         * emacs-lisp/package.el (package-autoload-ensure-default-file):
10390         Add current dir to the load-path.
10391         (package-generate-autoloads): Don't rely on
10392         autoload-ensure-default-file.
10394 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
10396         * textmodes/remember.el (remember-store-in-files): Document that
10397         the file name format is passed to `format-time-string'.
10399 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10401         * progmodes/octave.el (octave-sync-function-file-names): New function.
10402         (octave-mode): Use it in before-save-hook.
10404 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10406         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10407         (bug#14274).
10409         * progmodes/octave.el (octave-smie-forward-token): Properly skip
10410         \n and comment, even if it's not an implicit ; (bug#14218).
10412 2013-04-26  Glenn Morris  <rgm@gnu.org>
10414         * subr.el (read-number): Once more use `read' rather than
10415         `string-to-number', to trap non-numeric input.  (Bug#14254)
10417 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
10419         * emacs-lisp/syntax.el (syntax-propertize-multiline):
10420         Use `syntax-multiline' text property consistently instead of
10421         `font-lock-multiline'.  (Bug#14237)
10423 2013-04-26  Glenn Morris  <rgm@gnu.org>
10425         * emacs-lisp/shadow.el (list-load-path-shadows):
10426         No longer necessary to check for duplicate simple.el, since
10427         2012-07-07 change to init_lread to not include installation lisp
10428         directories in load-path when running uninstalled.  (Bug#14270)
10430 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10432         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10433         (octave-mode, inferior-octave-mode): Use setq-local.
10434         (octave-not-in-string-or-comment-p): Rename to
10435         octave-in-string-or-comment-p.
10436         (octave-in-comment-p, octave-in-string-p)
10437         (octave-in-string-or-comment-p): Replace defsubst with defun.
10439 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10441         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10443 2013-04-25  Bastien Guerry  <bzg@gnu.org>
10445         * textmodes/remember.el (remember-data-directory)
10446         (remember-directory-file-name-format): Fix custom types.
10448 2013-04-25  Leo Liu  <sdl.web@gmail.com>
10450         * progmodes/octave.el (octave-completion-at-point-function):
10451         Make use of inferior octave process.
10452         (octave-initialize-completions): Remove.
10453         (inferior-octave-completion-table): New function.
10454         (inferior-octave-completion-at-point): Use it.
10455         (octave-completion-alist): Remove.
10457 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * progmodes/opascal.el: Use font-lock and syntax-propertize.
10460         (opascal-mode-syntax-table): New var.
10461         (opascal-literal-kind, opascal-is-literal-end)
10462         (opascal-literal-token-at): Rewrite.
10463         (opascal--literal-start-re, opascal-font-lock-keywords)
10464         (opascal--syntax-propertize): New constants.
10465         (opascal-font-lock-defaults): Adjust.
10466         (opascal-mode): Use them.  Set comment-<foo> variables as well.
10467         (delphi-comment-face, opascal-comment-face, delphi-string-face)
10468         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10469         (delphi-other-face, opascal-other-face): Remove face variables.
10470         (opascal-save-state): Remove macro.
10471         (opascal-fontifying-progress-step): Remove constant.
10472         (opascal--ignore-changes): Remove var.
10473         (opascal-set-token-property, opascal-parse-next-literal)
10474         (opascal-is-stable-literal, opascal-complete-literal)
10475         (opascal-is-literal-start, opascal-face-of)
10476         (opascal-parse-region, opascal-parse-region-until-stable)
10477         (opascal-fontify-region, opascal-after-change)
10478         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10479         (opascal-debug-parse-region, opascal-debug-parse-window)
10480         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10481         (opascal-debug-fontify-buffer): Remove.
10482         (opascal-debug-mode-map): Adjust accordingly.
10484 2013-04-25  Leo Liu  <sdl.web@gmail.com>
10486         Merge octave-mod.el and octave-inf.el into octave.el with some
10487         cleanups.
10488         * progmodes/octave.el: New file renamed from octave-mod.el.
10489         * progmodes/octave-inf.el: Merged into octave.el.
10490         * progmodes/octave-mod.el: Renamed to octave.el.
10492 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
10494         * textmodes/reftex-vars.el
10495         (reftex-label-ignored-macros-and-environments): New defcustom.
10497         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10499 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10501         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10502         (smie-indent-keyword): Improve the check to ensure that the next
10503         comment is really on the same line.
10504         (smie-indent-comment): Don't align with a subsequent closer (or eob).
10506         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10507         semi-colons if the line is not otherwise empty (bug#14218).
10509 2013-04-25  Glenn Morris  <rgm@gnu.org>
10511         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10513 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10515         * progmodes/opascal.el (opascal-set-token-property): Rename from
10516         opascal-set-text-properties and only set `token' (bug#14134).
10517         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10518         (opascal-literal-text-properties): Remove.
10519         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10520         Adjust callers.
10522 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
10524         * textmodes/remember.el (remember-handler-functions): Add an
10525         option for a new handler `remember-store-in-files'.
10526         (remember-data-directory, remember-directory-file-name-format):
10527         New options.
10528         (remember-store-in-files): New function to store remember notes
10529         as separate files within a directory.
10531 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
10533         * progmodes/compile.el (compilation-next-error-function):
10534         Pass "formats" to compilation-find-file (bug#11777).
10536 2013-04-24  Glenn Morris  <rgm@gnu.org>
10538         * vc/vc-bzr.el (vc-bzr-print-log):
10539         * vc/vc-hg.el (vc-hg-print-log):
10540         * vc/vc-svn.el (vc-svn-print-log):
10541         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
10543         * vc/vc-bzr.el (vc-bzr-print-log):
10544         * vc/vc-cvs.el (vc-cvs-print-log):
10545         * vc/vc-git.el (vc-git-print-log):
10546         * vc/vc-hg.el (vc-hg-print-log):
10547         * vc/vc-mtn.el (vc-mtn-print-log):
10548         * vc/vc-rcs.el (vc-rcs-print-log):
10549         * vc/vc-sccs.el (vc-sccs-print-log):
10550         * vc/vc-svn.el (vc-svn-print-log):
10551         * vc/vc.el (vc-print-log-internal): Doc fixes.
10553 2013-04-23  Glenn Morris  <rgm@gnu.org>
10555         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10556         Remove venerable code attempting to avoid substitute-command-keys.
10558 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
10560         * textmodes/reftex-vars.el (reftex-label-regexps):
10561         Call `reftex-compile-variables' after changes to this variable.
10563 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10565         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10566         Use lexical-binding.
10567         (jit-lock-force-redisplay): Use markers, check buffer's continued
10568         existence and beware narrowed buffers.
10569         (jit-lock-fontify-now): Adjust call accordingly.
10571 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10573         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10574         to avoid misleading the user.
10576 2013-04-22  Leo Liu  <sdl.web@gmail.com>
10578         * info-look.el: Prefer latex2e.info.  (Bug#14240)
10580 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
10582         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
10584         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10585         * net/tramp.el (tramp-call-process): ... here.
10586         (tramp-set-completion-function, tramp-parse-putty):
10587         * net/tramp-adb.el (tramp-adb-execute-adb-command):
10588         * net/tramp-gvfs.el (tramp-gvfs-send-command):
10589         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10590         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10591         (tramp-call-local-coding-command): Use `tramp-call-process'
10592         instead of `tramp-compat-call-process'.
10594         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10595         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10596         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10597         (tramp-find-inline-compress): Improve traces.
10598         (tramp-maybe-send-script): Check for Perl binary.
10599         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10601 2013-04-22  Daiki Ueno  <ueno@gnu.org>
10603         * epg.el (epg-context-pinentry-mode): New function.
10604         (epg-context-set-pinentry-mode): New function.
10605         (epg--start): Pass --pinentry-mode option to gpg command.
10607 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
10609         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
10610         `comint-dynamic-complete' is obsolete since 24.1, replaced by
10611         `completion-at-point'.  (Bug#13774)
10613         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10614         default key binding for `describe-distribution' has been moved to
10615         `C-h C-o'.  (Bug#13970)
10617 2013-04-21  Glenn Morris  <rgm@gnu.org>
10619         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10620         Add doc strings.
10621         (vc-print-log): Clarify interactive prompt.
10623 2013-04-20  Glenn Morris  <rgm@gnu.org>
10625         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10626         No longer include timestamp etc information.
10628 2013-04-20  Roland Winkler  <winkler@gnu.org>
10630         * faces.el (read-face-name): Bug fix, return just one face if arg
10631         multiple is nil.  (Bug#14209)
10633 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10635         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10636         (remove-function): Autoload.
10638         * comint.el (comint-redirect-original-filter-function): Remove.
10639         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
10640         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10641         (vc-cvs-annotate-command):
10642         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10643         * progmodes/prolog.el (prolog-consult-compile):
10644         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10645         Use add/remove-function instead.
10646         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10647         (gud-tooltip-process-output, gud-tooltip-tips):
10648         Use add/remove-function instead.
10649         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10650         (scheme-interaction-mode, exit-scheme-interaction-mode):
10651         Use add/remove-function instead.
10653         * vc/vc-dispatcher.el: Use lexical-binding.
10654         (vc--process-sentinel): Rename from vc-process-sentinel.
10655         Change last arg to be the code to run.  Don't use vc-previous-sentinel
10656         and vc-sentinel-commands any more.
10657         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
10658         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10660 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
10662         * progmodes/sh-script.el (sh-imenu-generic-expression):
10663         Handle function names with a single character.   (Bug#14111)
10665 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
10667         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10668         for subroutines defined in an eval (bug#14182).
10670 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10672         * bookmark.el (bookmark-completing-read): Improve handling of empty
10673         string (bug#14176).
10675 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10677         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10679 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10681         New faster Imenu implementation (bug#14058).
10682         * progmodes/python.el:
10683         (python-imenu-prev-index-position):
10684         (python-imenu-format-item-label-function)
10685         (python-imenu-format-parent-item-label-function)
10686         (python-imenu-format-parent-item-jump-label-function):
10687         New vars.
10688         (python-imenu-format-item-label)
10689         (python-imenu-format-parent-item-label)
10690         (python-imenu-format-parent-item-jump-label)
10691         (python-imenu--put-parent, python-imenu--build-tree)
10692         (python-imenu-create-index, python-imenu-create-flat-index)
10693         (python-util-popn): New functions.
10694         (python-mode): Set imenu-create-index-function to
10695         python-imenu-create-index.
10697 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10699         * winner.el (winner-active-region): Use region-active-p, activate-mark
10700         and deactivate-mark (bug#14225).
10702         * simple.el (deactivate-mark): Don't inline it.
10704 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
10706         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10708 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
10710         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10711         file extensions from the archive-mode entry in order to prefer
10712         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10714 2013-04-18  Leo Liu  <sdl.web@gmail.com>
10716         * bindings.el (help-event-list): Add ?\?.
10718 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10720         * subr.el (with-wrapper-hook): Declare obsolete.
10721         * simple.el (filter-buffer-substring-function): New hook.
10722         (filter-buffer-substring): Use it.
10723         (filter-buffer-substring-functions): Mark obsolete.
10724         * minibuffer.el (completion-in-region-function): New hook.
10725         (completion-in-region): Use it.
10726         (completion-in-region-functions): Mark obsolete.
10727         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10728         * abbrev.el (abbrev-expand-function): New hook.
10729         (expand-abbrev): Use it.
10730         (abbrev-expand-functions): Mark obsolete.
10731         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10732         and :filter-return.
10734 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10736         * progmodes/python.el (python-nav--syntactically): Fix cornercases
10737         and do not care about match data.
10739 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10742         completion tables when completing error conditions and
10743         `declare' arguments.
10744         (lisp-complete-symbol, field-complete): Mark as obsolete.
10745         (check-parens): Unmatched parens are user errors.
10746         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10748 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
10750         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10751         command changed buffer (ie. `flyspell-pre-buffer' is not current
10752         buffer), which prevents making decisions based on invalid value of
10753         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
10754         cause an error when `flyspell-pre-point' was nil after switching
10755         buffers.
10756         (flyspell-post-command-hook): No longer needs to change buffers when
10757         checking pre-word.  While at it remove unnecessary progn.
10759 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
10761         * textmodes/ispell.el (ispell-add-per-file-word-list):
10762         Fix `flyspell-correct-word-before-point' error when accepting
10763         words and `coment-padding' is an integer by using
10764         `comment-normalize-vars' (Bug #14214).
10766 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10768         New defun movement commands.
10769         * progmodes/python.el (python-nav--syntactically)
10770         (python-nav--forward-defun, python-nav-backward-defun)
10771         (python-nav-forward-defun): New functions.
10773 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10775         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10776         (python-syntax-context): Use named compiler-macro for backwards
10777         compatibility with Emacs 24.x.
10779 2013-04-17  Leo Liu  <sdl.web@gmail.com>
10781         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10782         octave-hide-process-buffer.
10784 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10786         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10787         (bug#14216).
10789 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
10791         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10792         Fix adjustment of offset when receiving incomplete responses from GDB
10793         (bug#14129).
10795 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10797         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10798         python-mode-abbrev-table.
10799         (python-skeleton-define): Adjust accordingly.
10800         (python-mode-abbrev-table): New table that inherits from it so that
10801         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10803         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10804         (abbrev-symbol): Use it.
10805         (abbrev--before-point): Use it since we already handle inheritance.
10807 2013-04-16  Leo Liu  <sdl.web@gmail.com>
10809         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10810         binding to info-lookup-symbol.
10812 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
10814         * minibuffer.el (completion--twq-all):
10815         * term/ns-win.el (ns-initialize-window-system):
10816         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10818 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10820         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10821         global bindings.
10823         * doc-view.el (doc-view-start-process): Handle url-handler directories.
10825 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
10827         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10828         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10829         to nil.
10830         (ruby-end-of-defun): Remove the unused arg, change the docstring
10831         to reflect that this function is only used as the value of
10832         `end-of-defun-function'.
10833         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10834         to reflect an earlier change that beginning/end-of-defun functions
10835         jump between methods in a class definition, as well as top-level
10836         functions.
10838 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * minibuffer.el (minibuffer-complete): Don't just scroll
10841         a *Completions* that's been iconified.
10842         (minibuffer-force-complete): Make sure repetitions do cycle when going
10843         through completion-in-region -> minibuffer-complete.
10845 2013-04-15  Alan Mackenzie  <acm@muc.de>
10847         Correct the placement of c-cpp-delimiters when there're #s not at
10848         col 0.
10850         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10851         place a submatch around the #.
10852         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10853         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
10854         on the #, not BOL.
10856 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10858         * emacs-lisp/nadvice.el: Properly test names when adding advice.
10859         (advice--member-p): New arg `name'.
10860         (advice--add-function, advice-member-p): Use it (bug#14202).
10862 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
10864         Reformulate java imenu-generic-expression.
10865         The old expression contained ill formed regexps.
10867         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10868         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10869         (cc-imenu-java-method-arg-regexp): New defconsts.
10870         (cc-imenu-java-build-type-args-regex): New defun.
10871         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
10872         handling of spaces in the regexp.
10874 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10876         * textmodes/ispell.el (ispell-command-loop): Remove
10877         flyspell highlight of a word when ispell accepts it (bug #14178).
10879 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
10881         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10882         uses code from the previous `ange-ftp-run-real-handler'.
10883         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10884         only in case that function exist.  This is needed for proper
10885         unloading of Tramp.
10887 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
10889         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10891         * textmodes/reftex.el (reftex-compile-variables): Use it.
10893 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10895         * files.el (normal-mode): Only use default major-mode if no other mode
10896         was specified.
10898         * emacs-lisp/trace.el (trace-values): New function.
10900         * files.el: Allow : in local variables (bug#14089).
10901         (hack-local-variable-regexp): New var.
10902         (hack-local-variables-prop-line, hack-local-variables): Use it.
10904 2013-04-13  Roland Winkler  <winkler@gnu.org>
10906         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
10907         data before it gets modified by bibtex-beginning-of-entry.
10909 2013-04-13  Roland Winkler  <winkler@gnu.org>
10911         * textmodes/bibtex.el (bibtex-url): Doc fix.
10913 2013-04-13  Roland Winkler  <winkler@gnu.org>
10915         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10916         does not visit a BibTeX file, exclude it from the list of buffers
10917         returned by bibtex-initialize.
10919 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
10921         * window.el (split-window): Remove interactive form, since as a
10922         command this function is a special case of split-window-below.
10923         Correct doc string.
10925 2013-04-12  Roland Winkler  <winkler@gnu.org>
10927         * faces.el (read-face-name): Do not override value of arg default.
10928         Allow single faces and strings as default values.  Remove those
10929         elements from return value that are not faces.
10930         (describe-face): Simplify.
10931         (face-at-point): New optional args thing and multiple so that this
10932         function can provide the same functionality previously provided by
10933         read-face-name.
10934         (make-face-bold, make-face-unbold, make-face-italic)
10935         (make-face-unitalic, make-face-bold-italic, invert-face)
10936         (modify-face, read-face-and-attribute): Use face-at-point.
10938         * cus-edit.el (customize-face, customize-face-other-window)
10939         * cus-theme.el (custom-theme-add-face)
10940         * face-remap.el (buffer-face-set)
10941         * facemenu.el (facemenu-set-face): Use face-at-point.
10943 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
10945         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10947 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
10949         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10950         off leading { and trailing } from field values.
10952 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10954         * emacs-lisp/timer.el (timer--check): New function.
10955         (timer--time, timer-set-function, timer-event-handler): Use it.
10956         (timer-set-idle-time): Simplify.
10957         (timer--activate): CSE.
10958         (timer-event-handler): Give more info in error message.
10959         (internal-timer-start-idle): New function, moved from C.
10961         * mpc.el (mpc-proc): Add `restart' argument.
10962         (mpc-proc-cmd): Use it.
10963         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10964         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10965         less often.
10967 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
10969         * progmodes/sh-script.el: Implement `sh-mode' own
10970         `add-log-current-defun-function' (bug#14112).
10971         (sh-current-defun-name): New function.
10972         (sh-mode): Use the function.
10974 2013-04-09  Bastien Guerry  <bzg@gnu.org>
10976         * simple.el (choose-completion-string): Fix docstring (bug#14163).
10978 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10980         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10982         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10983         timer (bug#14156).
10985 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
10987         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10988         declaration.
10990 2013-04-07  Leo Liu  <sdl.web@gmail.com>
10992         * pcmpl-x.el: New file.
10994 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
10996         Do not set x-display-name until X connection is established.
10997         This is needed to prevent from weird situation described at
10998         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10999         * frame.el (make-frame): Set x-display-name after call to
11000         window system initialization function, not before.
11001         * term/x-win.el (x-initialize-window-system): Add optional
11002         display argument and use it.
11003         * term/w32-win.el (w32-initialize-window-system):
11004         * term/ns-win.el (ns-initialize-window-system):
11005         * term/pc-win.el (msdos-initialize-window-system):
11006         Add compatible optional display argument.
11008 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
11010         * files.el (normal-backup-enable-predicate): On MS-Windows and
11011         MS-DOS compare truenames of temporary-file-directory and of the
11012         file, so that 8+3 aliases (usually found in $TEMP on Windows)
11013         don't fail comparison by compare-strings.  Also, compare file
11014         names case-insensitively on MS-Windows and MS-DOS.
11016 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11018         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11019         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11021 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
11023         * whitespace.el (whitespace-color-on, whitespace-color-off):
11024         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11026 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
11028         * ispell.el (ispell-set-spellchecker-params):
11029         Really set `ispell-args' for all equivs.
11031 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11033         * ido.el (ido-completions): Use extra elements of ido-decorations
11034         (bug#14143).
11035         (ido-decorations): Update docstring.
11037 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
11039         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11040         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11041         nil during initialization, in order not to miss changes since the
11042         file was opened.  (Bug#14140)
11044 2013-04-05  Leo Liu  <sdl.web@gmail.com>
11046         * kmacro.el (kmacro-call-macro): Fix bug#14135.
11048 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
11050         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11052 2013-04-04  Glenn Morris  <rgm@gnu.org>
11054         * electric.el (electric-pair-inhibit-predicate): Add :version.
11056 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11058         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11059         when a package is required several times (bug#14082).
11061 2013-04-04  Roland Winkler  <winkler@gnu.org>
11063         * faces.el (read-face-name): Behave as promised by the docstring.
11064         Assume that arg default is a list of faces.
11065         (describe-face): Call read-face-name with list of default faces.
11067 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11069         * bookmark.el: Fix deletion of bookmarks (bug#13972).
11070         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11071         (bookmark-bmenu-execute-deletions): Only skip first line if it's
11072         the header.
11073         (bookmark-exit-hook-internal): Save even if list is empty.
11075 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
11077         * emacs-lisp/package.el (package-pinned-packages): New var.
11078         (package--add-to-archive-contents): Obey it (bug#14118).
11080 2013-04-03  Alan Mackenzie  <acm@muc.de>
11082         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11083         Also adapt to the new values of element 7 of a parse state.
11085         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11086         parameter `not-in-delimiter'.  Handle being inside comment opener.
11087         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11088         character in case we're typing a '*' after a '/'.
11089         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11090         instead by passing the parameter to c-state-pp-to-literal.
11092         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11093         for elt. 7 of a parse state.
11095 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11097         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11098         * international/latin1-disp.el, international/mule-util.el:
11099         * language/cyril-util.el, language/european.el, language/ind-util.el:
11100         * language/lao-util.el, language/thai.el, language/tibet-util.el:
11101         * language/tibetan.el, language/viet-util.el:
11102         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11104 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11106         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11107         (electric-pair-post-self-insert-function): Use it.
11108         (electric-pair-default-inhibit): New function, extracted from
11109         electric-pair-post-self-insert-function.
11111 2013-03-31  Roland Winkler  <winkler@gnu.org>
11113         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11115 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11117         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11119 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
11121         Un-indent after "pass" and "return" statements (Bug#13888)
11122         * progmodes/python.el (python-indent-block-enders): New var.
11123         (python-indent-calculate-indentation): Use it.
11125 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
11127         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11128         defun.  Defining it as defalias could introduce too eager
11129         byte-compiler optimization.  (Bug#14030)
11131 2013-03-30  Chong Yidong  <cyd@gnu.org>
11133         * iswitchb.el (iswitchb-read-buffer): Fix typo.
11135 2013-03-30  Leo Liu  <sdl.web@gmail.com>
11137         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11138         (kmacro-execute-from-register): Pass the keyboard macro to
11139         kmacro-call-macro or repeating won't work correctly.
11141 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
11143         * progmodes/subword.el: Back to using `forward-symbol'.
11145         * subr.el (forward-whitespace, forward-symbol)
11146         (forward-same-syntax): Move from thingatpt.el.
11148 2013-03-29  Leo Liu  <sdl.web@gmail.com>
11150         * kmacro.el (kmacro-to-register): New command.
11151         (kmacro-execute-from-register): New function.
11152         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
11154 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11156         * mpc.el: Use defvar-local and setq-local.
11157         (mpc--proc-connect): Connection failures are not bugs.
11158         (mpc-mode-map): `follow-link' only applies to the buffer's content.
11159         (mpc-volume-map): Bind to the up-events.
11161 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11163         * progmodes/subword.el (superword-mode): Use `forward-sexp'
11164         instead of `forward-symbol'.
11166 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11169         (edebug--recursive-edit): Use it.
11170         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11171         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11173 2013-03-28  Leo Liu  <sdl.web@gmail.com>
11175         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
11177 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
11179         * facemenu.el (list-colors-callback): New defvar.
11180         (list-colors-redisplay): New function.
11181         (list-colors-display): Install list-colors-redisplay as the
11182         revert-buffer-function.  (Bug#14063)
11184 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11186         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11187         and suffixes don't overlap (bug#14061).
11189         * case-table.el: Use lexical-binding.
11190         (case-table-get-table): New function.
11191         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
11193 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11195         * progmodes/subword.el: Add `superword-mode' to do word motion
11196         over symbol_words (parallels and leverages `subword-mode' which
11197         does word motion inside MixedCaseWords).
11199 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
11201         * eshell/em-unix.el: Move su and sudo to...
11202         * eshell/em-tramp.el: ...Eshell tramp module.
11204 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11206         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11207         Change return value to be a sexp.  Delay `get-buffer' to after
11208         restoring the desktop (bug#13951).
11210 2013-03-26  Leo Liu  <sdl.web@gmail.com>
11212         * register.el: Move semantic tag handling back to
11213         cedet/semantic/senator.el.  (Bug#14052)
11215 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11218         into the prompt either (bug#13963).
11220 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11223         part of "(error-foo)".
11225 2013-03-24  Juri Linkov  <juri@jurta.org>
11227         * replace.el (list-matching-lines-prefix-face): New defcustom.
11228         (occur-1): Pass `list-matching-lines-prefix-face' to the function
11229         `occur-engine' if `face-differs-from-default-p' returns t.
11230         (occur-engine): Add `,' inside backquote construct to evaluate
11231         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
11232         Pass `prefix-face' to the functions `occur-context-lines' and
11233         `occur-engine-add-prefix'.
11234         (occur-engine-add-prefix, occur-context-lines): Add optional arg
11235         `prefix-face' and propertize the prefix with `prefix-face'.
11236         (Bug#14017)
11238 2013-03-24  Leo Liu  <sdl.web@gmail.com>
11240         * nxml/rng-valid.el (rng-validate-while-idle)
11241         (rng-validate-quick-while-idle): Guard against deleted buffer.
11242         (Bug#13999)
11244         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11245         is the last entry in kill-buffer-hook.
11247         * files.el (kill-buffer-hook): Doc fix.
11249 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
11251         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11252         Make it safe-local.
11254         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11256 2013-03-23  Leo Liu  <sdl.web@gmail.com>
11258         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11259         Remove.
11261         * nxml/rng-valid.el (rng-validate-mode)
11262         (rng-after-change-function, rng-do-some-validation):
11263         * nxml/rng-maint.el (rng-validate-buffer):
11264         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11265         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11266         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11267         (nxml-extend-after-change-region): Use with-silent-modifications.
11269         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11270         timer-idle-list.
11272         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11273         (rng-next-error-1, rng-previous-error-1): Do not let-bind
11274         timer-idle-list.  (Bug#13999)
11276 2013-03-23  Juri Linkov  <juri@jurta.org>
11278         * info.el (info-index-match): New face.
11279         (Info-index, Info-apropos-matches): Add a nested subgroup to the
11280         main pattern and add text properties with the new face to matches
11281         in index entries relative to the beginning of the index entry.
11282         (Bug#14015)
11284 2013-03-21  Eric Ludlam  <zappo@gnu.org>
11286         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11287         Inhibit read only while inserting objects.
11289 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11291         * progmodes/cfengine.el: Update docs to mention
11292         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
11293         symbol motion.  Remove "_" from the word syntax.
11295 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
11297         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11298         syntax for both `cfengine2-mode' and `cfengine3-mode'.
11300 2013-03-20  Juri Linkov  <juri@jurta.org>
11302         * info.el (Info-next-reference-or-link)
11303         (Info-prev-reference-or-link): New functions.
11304         (Info-next-reference, Info-prev-reference): Use them.
11305         (Info-try-follow-nearest-node): Handle footnote navigation.
11306         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
11308 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11310         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11311         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11313 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
11315         Suppress unnecessary non-ASCII chatter during build process.
11316         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11317         (batch-skkdic-convert): Suppress most of the chatter.
11318         It's not needed so much now that machines are faster,
11319         and its non-ASCII component was confusing; see Dmitry Gutov in
11320         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11322 2013-03-20  Leo Liu  <sdl.web@gmail.com>
11324         * ido.el (ido-chop): Fix bug#10994.
11326 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11328         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11329         Remove vars.
11330         (whitespace-color-on, whitespace-color-off):
11331         Use `font-lock-fontify-buffer' (Bug#13817).
11333 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11335         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11336         remapping in mode-line.
11337         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11339 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11341         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11342         value for `whitespace-line' face (Bug#13875).
11343         (whitespace-font-lock-keywords): Change description.
11344         (whitespace-color-on): Don't save `font-lock-keywords' value, save
11345         the constructed keywords instead.
11346         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11348 2013-03-19  Leo Liu  <sdl.web@gmail.com>
11350         * progmodes/compile.el (compilation-display-error): New command.
11351         (compilation-mode-map, compilation-minor-mode-map): Bind it to
11352         C-o.  (Bug#13992)
11354 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11356         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11358 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
11360         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11362 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
11364         * net/tramp-compat.el (tramp-compat-user-error): New defun.
11366         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11367         * net/tramp-gvfs.el (top):
11368         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11369         (tramp-handle-shell-command): Use it.
11370         (tramp-dissect-file-name): Raise an error when hostname is a
11371         method name, and neither method nor user is specified.
11373         * net/trampver.el: Update release number.
11375 2013-03-18  Leo Liu  <sdl.web@gmail.com>
11377         Make sure eldoc can be turned off properly.
11378         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11379         eldoc-mode.
11380         (eldoc-display-message-p): Revert last change.
11381         (eldoc-display-message-no-interference-p)
11382         (eldoc-print-current-symbol-info): Tweak.
11384 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
11386         * doc-view.el (doc-view-new-window-function): Check the new window
11387         overlay's display property instead the char property of the
11388         buffer's first char.  Use `with-selected-window' instead of
11389         `save-window-excursion' with `select-window'.
11390         (doc-view-document->bitmap): Check the current doc-view overlay's
11391         display property instead the char property of the buffer's first char.
11393 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11395         Automate the build of ja-dic.el (Bug#13984).
11396         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11397         from the input, rather than assume that it's been done for us by the
11398         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
11399         the current date into a ja-dic.el comment, as that complicates
11400         regression testing.
11402 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * whitespace.el: Fix double evaluation.
11405         (whitespace-space, whitespace-hspace, whitespace-tab)
11406         (whitespace-newline, whitespace-trailing, whitespace-line)
11407         (whitespace-space-before-tab, whitespace-indentation)
11408         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11409         obsolete defvars.
11410         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11411         (whitespace-color-on): Use a single font-lock-add-keywords call.
11412         Fix double-evaluation of face variables.
11414 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
11416         * net/tramp-adb.el (tramp-adb-parse-device-names):
11417         Use `start-process' instead of `call-process'.  Otherwise, the
11418         function might be blocked under MS Windows.  (Bug#13299)
11420 2013-03-17  Leo Liu  <sdl.web@gmail.com>
11422         Extend eldoc to display info in the mode-line.  (Bug#13978)
11423         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11424         (eldoc-mode-line-string): New variable.
11425         (eldoc-minibuffer-message): New function.
11426         (eldoc-message-function): New variable.
11427         (eldoc-message): Use it.
11428         (eldoc-display-message-p)
11429         (eldoc-display-message-no-interference-p):
11430         Support eldoc-post-insert-mode.
11432         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11433         (eval-expression): Run it.
11435 2013-03-17  Roland Winkler  <winkler@gnu.org>
11437         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11438         strings in the list of return values.
11440 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
11442         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11443         radix before checking for HMS forms.
11445 2013-03-16  Leo Liu  <sdl.web@gmail.com>
11447         * progmodes/scheme.el: Add indentation and font-locking for λ.
11448         (Bug#13975)
11450 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11452         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11453         token before point (bug#13942).
11455 2013-03-16  Leo Liu  <sdl.web@gmail.com>
11457         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
11459 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
11461         * startup.el (command-line-normalize-file-name): Fix handling of
11462         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
11463         <xfq.free@gmail.com> in
11464         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11466 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
11468         Sync with Tramp 2.2.7.
11470         * net/trampver.el: Update release number.
11472 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
11474         * doc-view.el: Fix bug#13887.
11475         (doc-view-insert-image): Don't modify overlay associated to
11476         non-live windows, and implement horizontal centering of image in
11477         case it's smaller than the window.
11478         (doc-view-new-window-function): Force redisplay of new windows on
11479         doc-view buffers.
11481 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
11483         * saveplace.el (save-place-alist-to-file): Don't sort
11484         `save-place-alist', just pretty-print it (bug#13882).
11486 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
11488         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11489         Check whether `default-file-name-coding-system' is bound.
11490         It isn't in XEmacs.
11492 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11494         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11495         backquotes for `obsolete' (bug#13929).
11497         * international/mule.el (find-auto-coding): Include file name in
11498         obsolescence warning (bug#13922).
11500 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11502         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11503         for CFEngine 3-specific indentation.
11504         (cfengine3-indent-line): Use it.  Fix up category regex.
11505         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11507 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11509         * type-break.el (type-break-file-name):
11510         * textmodes/remember.el (remember-data-file):
11511         * strokes.el (strokes-file):
11512         * shadowfile.el (shadow-initialize):
11513         * saveplace.el (save-place-file):
11514         * ps-bdf.el (bdf-cache-file):
11515         * progmodes/idlwave.el (idlwave-config-directory):
11516         * net/quickurl.el (quickurl-url-file):
11517         * international/kkc.el (kkc-init-file-name):
11518         * ido.el (ido-save-directory-list-file):
11519         * emulation/viper.el (viper-custom-file-name):
11520         * emulation/vip.el (vip-startup-file):
11521         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11522         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11524 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
11526         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11527         * language/thai-word.el: Switch to UTF-8.
11529 See ChangeLog.16 for earlier changes.
11531 ;; Local Variables:
11532 ;; coding: utf-8
11533 ;; End:
11535   Copyright (C) 2011-2013 Free Software Foundation, Inc.
11537   This file is part of GNU Emacs.
11539   GNU Emacs is free software: you can redistribute it and/or modify
11540   it under the terms of the GNU General Public License as published by
11541   the Free Software Foundation, either version 3 of the License, or
11542   (at your option) any later version.
11544   GNU Emacs is distributed in the hope that it will be useful,
11545   but WITHOUT ANY WARRANTY; without even the implied warranty of
11546   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11547   GNU General Public License for more details.
11549   You should have received a copy of the GNU General Public License
11550   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.