Spelling and typo fixes.
[emacs.git] / lisp / ChangeLog
blob37ab0c8b5c136e4a286a3262f603868890987792
1 2013-12-28  Glenn Morris  <rgm@gnu.org>
3         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4         * bookmark.el (bookmark-bmenu-use-header-line):
5         * doc-view.el (doc-view-scale-internally):
6         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
7         * register.el (register-preview-delay):
8         * net/shr.el (shr-bullet):
9         * progmodes/cfengine.el (cfengine-cf-promises)
10         (cfengine-parameters-indent):
11         * progmodes/octave.el (inferior-octave-error-regexp-alist):
12         * textmodes/reftex-vars.el (reftex-label-regexps):
13         * vc/log-edit.el (log-edit-setup-add-author): Add version.
15         * net/tls.el (tls-certtool-program): Fix default value.
17         * desktop.el (desktop-restore-in-current-display):
18         * newcomment.el (comment-empty-lines):
19         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
20         (idlwave-pad-keyword):
21         * progmodes/tcl.el (tcl-tab-always-indent):
22         * textmodes/reftex-vars.el (reftex-index-default-tag):
23         * elec-pair.el (electric-pair-skip-whitespace):
24         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
26         * emacs-lisp/authors.el (authors-ignored-files)
27         (authors-valid-file-names, authors-renamed-files-alist): Additions.
29 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
31         * shell.el (shell-dynamic-complete-command): Doc fix.
32         (shell--command-completion-data): Shell completion now matches
33         executable filenames from the current buffer's directory, on
34         systems in which this behaviour is the default (windows-nt, ms-dos).
36 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
38         * net/shr.el (shr-insert): Don't infloop if the width is zero.
40 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
42         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
43         (bug#16251).
45         * electric.el: Move all electric-pair-* to elec-pair.el.
46         * elec-pair.el: New file, split from electric.el.
48 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
50         * net/shr.el (shr-find-fill-point): Don't try to fill if the
51         indentation level is larger than the width, because that will
52         infloop.
53         (shr-insert): Fill repeatedly long texts, so that Japanese is
54         formatted correctly (bug#16263).
55         (shr-find-fill-point): Off by one error in comparison with the
56         indentation.
58 2013-12-26  João Távora  <joaotavora@gmail.com>
60         * electric.el (electric-pair-mode): More flexible engine for skip-
61         and inhibit predicates, new options for pairing-related functionality.
62         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
63         if that keeps or improves their balance in buffers.
64         (electric-pair-delete-adjacent-pairs): Delete the pair when
65         backspacing over adjacent matched delimiters.
66         (electric-pair-open-extra-newline): Open extra newline when
67         inserting newlines between adjacent matched delimiters.
68         (electric--sort-post-self-insertion-hook):
69         Sort post-self-insert-hook according to priority values when
70         minor-modes are activated.
71         * simple.el (newline-and-indent): Call newline with interactive
72         set to t.
73         (blink-paren-post-self-insert-function): Set priority to 100.
74         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
75         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
76         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
77         electric-pair-open-newline-between-pairs to nil.
79 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
81         * progmodes/python.el: Use lexical-binding.
82         (python-nav-beginning-of-defun): Stop searching ASAP.
84 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
86         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
87         Fix interactive spec.  Doc fix.  (Bug#15754)
89 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
91         * emacs-lisp/byte-run.el (eval-when-compile):
92         * progmodes/cc-defs.el (cc-eval-when-compile):
93         Fix edebug spec (bug#16184).
95 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
97         * net/shr.el (shr-visit-file): Remove debugging function.
98         (shr-insert): Don't infloop if we can't find a good place to break
99         the line (bug#16256).
101 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
103         * progmodes/python.el:
104         (python-nav--lisp-forward-sexp): New function.
105         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
106         python-nav-lisp-forward-sexp-safe.
107         (python-nav--forward-sexp): New argument SAFE allows switching
108         forward sexp movement behavior for parens.
109         (python-nav-forward-sexp): Throw errors on unterminated parens
110         (Bug#16191).
111         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
112         (python-nav-backward-sexp-safe): New functions.
113         (python-shell-buffer-substring):
114         Use `python-nav-forward-sexp-safe'.
116 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
118         * net/shr.el (shr-find-fill-point): Don't break lines before a
119         quotation mark.
120         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
121         (shr-find-fill-point): Remove the special checks for the quotation
122         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
124 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
126         * net/eww.el (eww-form-textarea): Use a different face for
127         textareas than text input since they have different keymaps
128         (bug#16142).
130 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
132         * progmodes/python.el (python-nav-beginning-of-statement):
133         Speed up (Bug#15295).
135 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
137         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
138         the window configuration.
140 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
142         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
143         we run on MS-Windows or MS-DOS.
145 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
147         * window.el (balance-windows-area): Call window-size instead of
148         window-height and window-width.  Bug#16241.
150 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
152         * net/eww.el (eww-bookmark-quit): Remove.
153         (eww-bookmark-browse): Restore the window configuration when you
154         choose a bookmark (bug#16144).
156 2013-12-24  Daniel Colascione  <dancol@dancol.org>
158         * icomplete.el: Remove redundant :group arguments to `defcustom'
159         throughout.
160         (icomplete-show-matches-on-no-input): New customizable variable.
161         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
162         we have something to show.
163         (icomplete-exhibit): Compute completions even if we have no user input.
165 2013-12-23  Daniel Colascione  <dancol@dancol.org>
167         * icomplete.el: Move `provide' to end of file.
169 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
171         * net/gnutls.el (gnutls-verify-error): Add version tag.
173 2013-12-23  Chong Yidong  <cyd@gnu.org>
175         * subr.el (set-transient-map): Rename from
176         set-temporary-overlay-map.  Doc fix.
178         * face-remap.el (text-scale-adjust):
179         * indent.el (indent-rigidly):
180         * kmacro.el (kmacro-call-macro):
181         * minibuffer.el (minibuffer-force-complete):
182         * repeat.el (repeat):
183         * simple.el (universal-argument--mode):
184         * calendar/todo-mode.el (todo-insert-item--next-param):
185         * progmodes/f90.el (f90-abbrev-start): Callers changed.
187         * indent.el (indent-rigidly): Use substitute-command-keys.
189 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
191         * net/eww.el (eww-tag-select): Add text-property to jump to next
192         select field.
193         (eww): Add non-supported ftp error.
195 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
197         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
198         comments.  Handle electric indent after typing `?' and `!'.
200 2013-12-22  Chong Yidong  <cyd@gnu.org>
202         * faces.el (face-spec-recalc): If the theme specs are not
203         applicable to a frame, fall back on the defface spec.
204         This prevents themes from obliterating faces on low-color terminals.
206 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
208         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
209         after `{'.  We need it after block openers, and it doesn't seem
210         to hurt after hash openers.
212 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
214         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
215         extracted from `ruby-smie-rules'.
216         (ruby--electric-indent-chars): New variable.
217         (ruby--electric-indent-p): New function.
218         (ruby-mode): Use `electric-indent-functions' instead of
219         `electric-indent-chars'.
221 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
223         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
224         docstring.
225         (ruby-smie-rules): Indent plus one level after `=>'.
227 2013-12-21  Richard Stallman  <rms@gnu.org>
229         * simple.el (newline): Doc fix.
231 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
233         * net/eww.el (eww-list-histories, eww-list-histories)
234         (eww-history-browse, eww-history-quit, eww-history-kill)
235         (eww-history-mode-map, eww-history-mode): New command and
236         functions to list browser histories.
237         (eww-form-text): Support text form with disabled
238         and readonly attributes.
239         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
241 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
243         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
244         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
245         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
246         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
247         Use `user-error'.
248         (eww-bookmark-mode-map): Add menu.
249         (eww-render, eww-mode): Use `setq-local'.
250         (eww-tool-bar-map): New variable.
251         (eww-mode): Set `tool-bar-map'.
252         (eww-view-source): Check for `html-mode' with `fboundp'.
254 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256         * net/shr.el (shr--extract-best-source): Don't bug out on audio
257         elements with text inside.  Also remove debugging.
259 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
261         * cus-start.el (all): Add ns-use-srgb-colorspace.
263 2013-12-21  Chong Yidong  <cyd@gnu.org>
265         * custom.el (custom-theme-recalc-face): Do nothing if the face is
266         undefined.  Thus, theme settings for undefined faces do not take
267         effect until the faces are defined with defface, the same as with
268         theme variables.
270         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
271         (face-spec-reset-face): Don't assign extra properties in temacs.
272         (face-spec-recalc): Apply X resources too.
274 2013-12-21  Chong Yidong  <cyd@gnu.org>
276         * faces.el (face-spec-set):
277         * cus-face.el (custom-theme-set-faces, custom-set-faces):
278         * custom.el (defface): Doc fixes (Bug#16203).
280         * indent.el (indent-rigidly-map): Add docstring, and move commands
281         into named functions.
282         (indent-rigidly-left, indent-rigidly-right)
283         (indent-rigidly-left-to-tab-stop)
284         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
285         indentation direction based on bidi direction, and accumulate
286         sequential commands in a single undo boundary.
287         (indent-rigidly--pop-undo): New utility function.
289 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
291         * faces.el (read-face-name): Require crm.el when using crm-separator.
293 2013-12-20  Daniel Colascione  <dancol@dancol.org>
295         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
296         so that we don't reflow comments into the shebang line.
298 2013-12-20  Juri Linkov  <juri@jurta.org>
300         * saveplace.el (save-place-to-alist): Add `dired-filename' as
301         a position when `dired-directory' is non-nil.  Check integer
302         positions with `integerp'.
303         (toggle-save-place, save-places-to-alist): Add check for
304         `dired-directory'.
305         (save-place-find-file-hook): Check integer positions with
306         `integerp'.
307         (save-place-dired-hook): Use `dired-goto-file' when
308         `dired-filename' is found in the assoc list.  Check integer
309         positions with `integerp'.
310         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
312         * dired.el (dired-initial-position-hook): Rename back from
313         `dired-initial-point-hook'.
314         (dired-initial-position): Rename `dired-initial-point-hook' to
315         `dired-initial-position-hook'.
316         (dired-file-name-at-point): Doc fix.  (Bug#15329)
318 2013-12-20  Juri Linkov  <juri@jurta.org>
320         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
321         (read-regexp-suggestions): New function.
322         (read-regexp): Use `read-regexp-defaults-function' to get default values.
323         Use `read-regexp-suggestions'.  Add non-empty default to history
324         for empty input.
325         (occur-read-regexp-defaults-function): Remove function.
326         (occur-read-primary-args): Use `regexp-history-last' instead of
327         `occur-read-regexp-defaults-function'.
329         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
330         (hi-lock-line-face-buffer, hi-lock-face-buffer)
331         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
332         `hi-lock-read-regexp-defaults-function'.  Doc fix.
333         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
334         with `find-tag-default-as-symbol-regexp'.  Doc fix.
335         (hi-lock-read-regexp-defaults): Remove function.
336         (hi-lock-regexp-okay): Add check for null.
338         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
339         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
341         * subr.el (find-tag-default-as-symbol-regexp): New function.
342         (find-tag-default-as-regexp): Move symbol regexp formatting to
343         `find-tag-default-as-symbol-regexp'.
345 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
347         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
348         (Bug#14179)
350 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
352         * calendar/todo-mode.el: New implementation of item insertion
353         commands and key bindings.
354         (todo-key-prompt): New face.
355         (todo-insert-item): New command.
356         (todo-insert-item--parameters): New defconst, replacing defvar
357         todo-insertion-commands-args-genlist.
358         (todo-insert-item--param-key-alist): New defconst, replacing
359         defvar todo-insertion-commands-arg-key-list.
360         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
361         (todo-insert-item--argsleft, todo-insert-item--apply-args)
362         (todo-insert-item--next-param): New functions.
363         (todo-insert-item--args, todo-insert-item--argleft)
364         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
365         New variables.
366         (todo-key-bindings-t): Change binding of "i" from
367         todo-insertion-map to todo-insert-item.
368         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
369         (todo-insertion-command-name, todo-insertion-commands-names)
370         (todo-define-insertion-command, todo-insertion-commands)
371         (todo-insertion-key-bindings, todo-insertion-map): Remove.
373 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
375         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
376         (todo-toggle-item-highlighting): Use eval-and-compile instead of
377         eval-when-compile.
378         (todo-move-category): Allow choosing a non-existing todo file to
379         move the category to, and create that file.
380         (todo-default-priority): New user option.
381         (todo-set-item-priority): Use it.
382         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
383         (desktop-restore-file-buffer): Declare.
384         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
385         (todo-modes-set-2): Locally set desktop-save-buffer to
386         todo-desktop-save-buffer.
387         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
388         (auto-mode-alist): Add autoload cookie.
390 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
392         * emacs-lisp/subr-x.el: Renamed from helpers.el.
393         helpers.el was a poor choice of name.
394         (string-remove-prefix): New function.
395         (string-remove-suffix): New function.
397 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
399         Fix assignment for new window total sizes.
400         * window.el (window--pixel-to-size): Remove function.
401         (window--pixel-to-total-1, window--pixel-to-total):
402         Fix calculation of new total sizes.
404 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
406         * comint.el (comint-output-filter): Fix rear-nonsticky property
407         placement (Bug#16010).
409 2013-12-20  Chong Yidong  <cyd@gnu.org>
411         * faces.el (read-color): Minor fix for completion function.
413 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
415         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
416         New option.  (Bug#16182)
417         (ruby-smie--indent-to-stmt-p): Use it.
418         (ruby-smie-rules): Revert the logic in the handling of `when'.
419         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
420         (ruby-deep-arglist, ruby-deep-indent-paren)
421         (ruby-deep-indent-paren-style): Update docstrings to note that the
422         vars don't have any effect with SMIE.
424 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
426         * calc/calc.el (calc-enter, calc-pop): Use the variable
427         `calc-context-sensitive-enter'.
429 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431         * net/shr.el (shr-insert): Protect against infloops in degenerate
432         tables.
434 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
436         * progmodes/octave.el (octave): Add link to manual and octave
437         homepage.
438         (octave-mode-menu): Link to octave-mode manual.
440 2013-12-20  Leo Liu  <sdl.web@gmail.com>
442         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
443         insertion using skeleton-end-newline.  (Bug#16138)
445 2013-12-20  Juri Linkov  <juri@jurta.org>
447         * replace.el (occur-engine): Use `add-face-text-property'
448         to add the face property to matches and titles.  (Bug#14645)
450         * hi-lock.el (hi-green): Use lighter color "light green" closer to
451         the palette of other hi-lock colors.
452         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
454 2013-12-19  Juri Linkov  <juri@jurta.org>
456         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
457         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
458         (minibuffer-history-symbol): Move variable declaration closer to
459         its usage.
461         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
462         (Bug#14785)
464 2013-12-19  Juri Linkov  <juri@jurta.org>
466         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
467         New function.
468         (log-edit-hook): Add it to :options.  (Bug#16170)
470 2013-12-19  Juri Linkov  <juri@jurta.org>
472         * simple.el (eval-expression-print-format): Don't check for
473         command names and the last command.  Always display additional
474         formats of the integer result in the echo area, and insert them
475         to the current buffer only with a zero prefix arg.
476         Display character when char-displayable-p is non-nil.
477         (eval-expression): With a zero prefix arg, set `print-length' and
478         `print-level' to nil, and insert the integer values from
479         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
481         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
482         `eval-last-sexp-arg-internal'.  Doc fix.
483         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
484         `eval-last-sexp-print-value'.  Doc fix.
485         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
486         Set `print-length' and `print-level' to nil when arg is zero.
487         (eval-last-sexp): Doc fix.
488         (eval-defun-2): Print the integer values from
489         `eval-expression-print-format' at the end.
491         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
492         values from `eval-expression-print-format' at the end.
494         * ielm.el (ielm-eval-input): Print the integer
495         values from `eval-expression-print-format' at the end.
497 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
499         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
500         2013-12-11T19:01:44Z!tzz@lifelogs.com.
502 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
505         (hl-line-highlight, global-hl-line-highlight): Use it.
506         (hl-line-overlay): Use defvar-local.
508 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
510         * term/ns-win.el: Require dnd.
511         (global-map): Remove drag items.
512         (ns-insert-text, ns-set-foreground-at-mouse)
513         (ns-set-background-at-mouse):
514         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
515         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
516         New functions.
518 2013-12-19  Glenn Morris  <rgm@gnu.org>
520         * emacs-lisp/ert.el (ert-select-tests):
521         Fix string/symbol mixup.  (Bug#16121)
523 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
525         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
526         keywords to their parent.
528 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
530         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
531         first arg to be a string (fixed dead code), or an operator symbol.
532         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
533         operator symbols.
534         (ruby-smie-rules): Remove parent token check in the `.' clause, it
535         did nothing.  Don't respond to `(:after ".")', it will be called
536         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
537         change anything.  Only return indentation for binary operators
538         when they are hanging.  De-dent opening paren when its parent is
539         `.', otherwise it looks bad when the dot is not at bol or eol
540         (bug#16182).
542 2013-12-19  Juri Linkov  <juri@jurta.org>
544         * replace.el (query-replace-read-args): Split a non-negative arg
545         and a negative arg into separate elements.
546         (query-replace, query-replace-regexp, replace-string)
547         (replace-regexp): Add arg `backward'.  Doc fix.
548         (replace-match-maybe-edit): When new arg `backward' is non-nil,
549         move point to the beginning of the match.
550         (replace-search, replace-highlight): Use new arg `backward'
551         to set the value of `isearch-forward'.
552         (perform-replace): Add arg `backward' and use it to perform
553         replacement backward.  (Bug#14979)
555         * isearch.el (isearch-query-replace): Use a negative prefix arg
556         to call `perform-replace' with a non-nil arg `backward'.
558 2013-12-18  Juri Linkov  <juri@jurta.org>
560         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
561         to the default list.  Move `log-edit-show-files' to the end.
562         Add more available functions to options.
563         (log-edit): Move default specific settings to
564         `log-edit-insert-message-template'.  Don't move point.
565         (log-edit-insert-message-template): New function.
566         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
567         (Bug#16170)
569 2013-12-18  Juri Linkov  <juri@jurta.org>
571         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
572         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
574 2013-12-18  Leo Liu  <sdl.web@gmail.com>
576         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
577         (Bug#16186)
579 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
581         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
582         formats for displaying file sizes when the -s switch is given.
583         Instead, compute a separate format for displaying the size in
584         blocks, which is displayed in addition to the "regular" size.
585         When -h is given in addition to -s, produce size in blocks in
586         human-readable form as well.  (Bug#16179)
588 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
590         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
591         Reference tables with ~\ref{...} instead of only \ref{...}.
593 2013-12-18  Chong Yidong  <cyd@gnu.org>
595         * cus-edit.el (custom-magic-alist): Fix "themed" description
596         (Bug#14348).
598         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
599         is non-nil, do not create a new entry in the symbol's theme-value
600         or theme-face property; update theme-settings only (Bug#14664).
601         (custom-available-themes): Doc fix.
603         * cus-theme.el (custom-new-theme-mode-map): Add bindings
604         (Bug#15674).
606         * replace.el (occur-engine): Avoid infloop (Bug#7593).
608 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
610         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
611         (Bug#13914).
613 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
615         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
617 2013-12-18  Glenn Morris  <rgm@gnu.org>
619         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
620         * cus-start.el (load-prefer-newer): New option.
622 2013-12-18  Le Wang  <l26wang@gmail.com>
624         * comint.el (comint-previous-matching-input-from-input):
625         Retain point (Bug#13404).
627 2013-12-18  Chong Yidong  <cyd@gnu.org>
629         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
631 2013-12-18  Glenn Morris  <rgm@gnu.org>
633         * mail/emacsbug.el (report-emacs-bug):
634         Only mention enable-multibyte-characters if non-standard.
636 2013-12-17  Juri Linkov  <juri@jurta.org>
638         * arc-mode.el (archive-extract-by-file): Check if directory exists
639         before deletion to not show irrelevant errors if it doesn't exist.
641 2013-12-17  Juri Linkov  <juri@jurta.org>
643         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
644         (Bug#14751)
646         * net/eww.el (browse-web): Add alias to `eww'.
647         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
648         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
650         * net/browse-url.el (browse-url-browser-function): Move `eww'
651         closer to similar functions.
653         * startup.el (fancy-startup-screen, fancy-about-screen):
654         Set browse-url-browser-function to eww-browse-url locally.
655         (Bug#14751)
657 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * window.el (window--pixel-to-total): Remove unused `mini' var.
660         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
661         (split-window): Remove unused `new' var.
662         (window--display-buffer): Remove unused `frame' and `delta' vars.
663         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
664         and display-width'.
666 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
668         * dired.el (dired-mark-pop-up):
669         * register.el (register-preview): Don't bind
670         split-height-threshold here since it's now done in
671         display-buffer-below-selected.
673 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
675         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
676         xterm-rgb-convert-to-16bit.
677         (rxvt-register-default-colors): Standardize with
678         xterm-register-default-colors (Bug#14078).
680 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
682         * simple.el (kill-region): Pass mark first, then point, so that
683         kill-append works right (Bug#12819).
684         (copy-region-as-kill, kill-ring-save): Likewise.
686 2013-12-17  Leo Liu  <sdl.web@gmail.com>
688         * net/rcirc.el (rcirc-add-face):
689         * eshell/em-prompt.el (eshell-emit-prompt):
690         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
691         (Bug#16167)
693 2013-12-17  Chong Yidong  <cyd@gnu.org>
695         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
696         Suggested by Xue Fuqiao.
698 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
700         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
702 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
704         * net/shr.el (shr-insert-document): Remove unused var
705         `shr-preliminary-table-render'.
706         (shr-rescale-image): Remove unused arg `force'.
707         (shr-put-image): Update calls accordingly.
708         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
710 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
712         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
713         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
714         :close-all, to see which indentation method to use (Bug#16116).
715         (smie-rules-function): Document the method :close-all.
717 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
721         * net/eww.el (eww-display-html): If we can't find the anchor we're
722         looking for, then go to point-min.
724 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
726         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
727         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
728         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
729         Expand dir too, in case it's relative.
731 2013-12-16  Juri Linkov  <juri@jurta.org>
733         * desktop.el (desktop-auto-save-timeout): Change default to
734         `auto-save-timeout'.  Doc fix.
735         (desktop-save): Skip the timestamp in desktop-saved-frameset
736         when checking for auto-save changes.
737         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
738         `desktop-auto-save' is called repeatedly by the idle timer.
739         (desktop-auto-save-set-timer): Replace `run-with-timer' with
740         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
741         (Bug#15331)
743 2013-12-16  Juri Linkov  <juri@jurta.org>
745         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
746         (Bug#16035)
747         (isearch-pre-command-hook): Check `this-command' for symbolp.
749 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
751         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
753 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
755         * progmodes/cfengine.el (cfengine3--current-word): Remove.
756         (cfengine3--current-function): Bring in the current-function
757         functionality from `cfengine3--current-word'.
758         (cfengine3-completion-function): Bring in the
759         bounds-of-current-word functionality from
760         `cfengine3--current-word'.
762 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
764         * window.el (display-buffer-below-selected):
765         Bind split-height-threshold to 0 as suggested by Juri Linkov.
767 2013-12-16  Leo Liu  <sdl.web@gmail.com>
769         * progmodes/compile.el (compile-goto-error): Do not push-mark.
770         Remove NOMSG arg and all uses changed.
772 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
775         (cua--deactivate-rectangle): Don't deactivate the mark.
776         (cua-set-rectangle-mark): Don't set mark-active since
777         cua--activate-rectangle already does it for us.
778         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
779         non-rectangular region.
781         * emulation/cua-base.el (cua-repeat-replace-region):
782         Use with-current-buffer.
784         * net/gnutls.el: Use cl-lib.
785         (gnutls-negotiate): `mapcan' -> cl-mapcan.
787 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
789         * emacs-lisp/package.el (package-built-in-p): Support both
790         built-in and the package.el converted package descriptions.
791         (package-show-package-list): Allow keywords.
792         (package-keyword-button-action): Use it instead of
793         `finder-list-matches'.
794         (package-menu-filter-interactive): Interactive filtering (by
795         keyword) function.
796         (package-menu--generate): Support keywords and change keymappings
797         and headers when they are given.
798         (package--has-keyword-p): Helper function.
799         (package-menu--refresh): Use it.
800         (package--mapc): Helper function.
801         (package-all-keywords): Use it.
802         (package-menu-mode-map): Set up menu items and keybindings to
803         provide a filtering UI.
805 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
807         * net/gnutls.el (gnutls-verify-error): New defcustom to control
808         the behavior when a certificate fails validation.  Defaults to
809         old behavior: never abort, just warn.
810         (gnutls-negotiate): Use it.
812 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
814         * window.el (display-buffer-below-selected): Never split window
815         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
817 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
819         * emacs-lisp/package.el (package--prepare-dependencies): New function.
820         (package-buffer-info): Use it (bug#15108).
822 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
824         * icomplete.el (icomplete-completions): Make sure the prefix is already
825         displayed elsewhere before hiding it (bug#16219).
827 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
829         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
830         open-paren tokens when preceded by a open-paren, too.
831         (ruby-smie-rules): Handle virtual indentation after open-paren
832         tokens specially.  If there is code between it and eol, return the
833         column where is starts (Bug#16118).
835 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
837         * progmodes/cfengine.el: Fix `add-hook' doc.
838         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
839         (cfengine3--current-word): Fix parameters.
840         (cfengine3-make-syntax-cache): Simplify further.
841         (cfengine3-completion-function, cfengine3--current-function):
842         Use `assq' for symbols.
843         (cfengine3--current-function): Fix `cfengine3--current-word' call.
845 2013-12-13  Glenn Morris  <rgm@gnu.org>
847         * loadup.el (load-path): Warn if site-load or site-init changes it.
848         No more need to reset it when bootstrapping.
850 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
852         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
853         locations for cf-promises.
854         (cfengine-mode-syntax-functions-regex): New caching variable.
855         (cfengine3-fallback-syntax): Fallback syntax for cases where
856         cf-promises doesn't run.
857         (cfengine3--current-word): Reimplement using
858         `cfengine-mode-syntax-functions-regex'.
859         (cfengine3-completion-function, cfengine3--current-function):
860         Use `cfengine3-make-syntax-cache' directly.
861         (cfengine3-clear-syntax-cache): New function.
862         (cfengine3-make-syntax-cache): Simplify and create
863         `cfengine-mode-syntax-functions-regex' on demand.
864         (cfengine3-format-function-docstring): Don't call
865         `cfengine3-make-syntax-cache' explicitly.
867 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
869         Fix windmove-find-other-window broken after pixelwise resizing
870         (Bug#16017).
871         * windmove.el (windmove-other-window-loc): Revert change from
872         2013-12-04.
873         (windmove-find-other-window): Call window-in-direction.
874         * window.el (window-in-direction): New arguments SIGN, WRAP and
875         MINI to emulate original windmove-find-other-window behavior.
877 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
879         * simple.el (blink-matching--overlay): New variable.
880         (blink-matching-open): Instead of moving point, highlight the
881         matching paren with an overlay
882         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
884         * faces.el (paren-showing-faces, show-paren-match)
885         (show-paren-mismatch): Move from paren.el.
887 2013-12-13  Leo Liu  <sdl.web@gmail.com>
889         * indent.el (indent-region): Disable progress reporter in
890         minibuffer.  (Bug#16108)
892         * bindings.el (visual-order-cursor-movement): Fix version.
894 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
896         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
897         Also match after beginning of line.
898         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
899         files.  Thanks to Russell Sim.  (Bug#15378)
901 2013-12-13  Juri Linkov  <juri@jurta.org>
903         * simple.el <Keypad support>: Remove key bindings duplicated
904         with bindings.el.  (Bug#14397)
906 2013-12-13  Juri Linkov  <juri@jurta.org>
908         * comint.el (comint-mode-map): Replace `delete-char' with
909         `delete-forward-char'.  (Bug#16109)
911 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
913         * progmodes/python.el (python-indent-calculate-indentation):
914         Fix de-denters cornercase.  (Bug#15731)
916 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
918         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
919         (advice--make): Pay attention to `depth'.
920         (advice--make-1): Don't autoload commands eagerly.
921         * emacs-lisp/elp.el (elp-instrument-function):
922         * emacs-lisp/trace.el (trace-function-internal):
923         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
925         * iswitchb.el (iswitchb-mode): Don't belittle ido.
927 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
929         * term/w32-win.el (w32-handle-dropped-file):
930         * startup.el (normal-top-level):
931         * net/browse-url.el (browse-url-file-url):
932         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
933         decode file names using 'utf-8' rather than
934         file-name-coding-system.
936 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
938         * progmodes/python.el (python-indent-context)
939         (python-indent-calculate-indentation): Fix auto-identation
940         behavior for comment blocks.  (Bug#15916)
942 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
944         * progmodes/python.el (python-indent-calculate-indentation):
945         When determining indentation, don't treat "return", "pass", etc., as
946         operators when they are just string constituents.  (Bug#15812)
948 2013-12-12  Juri Linkov  <juri@jurta.org>
950         * uniquify.el (uniquify-buffer-name-style): Change default to
951         `post-forward-angle-brackets'.
953         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
954         `uniquify'.  Change default to `post-forward-angle-brackets'.
956 2013-12-11  Glenn Morris  <rgm@gnu.org>
958         * emacs-lisp/package.el (finder-list-matches):
959         Autoload rather than falsely declaring.
961 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
963         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
964         (eww-mode-map): Use them.
966 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
968         * window.el (display-buffer-in-side-window): Fix doc-string
969         (Bug#16115).
971 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
973         * vc/vc-git.el: Silence byte-compiler warnings.
974         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
975         (log-edit-set-header): Declare.
977 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
979         * Makefile.in (custom-deps, finder-data): Run output file names
980         through unmsys--file-name.  (Bug#16099)
982 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
985         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
987         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
988         instead of deleting the selection "by hand" (bug#16098).
989         Rely on insert-for-yank to yank rectangles.
990         (cua-highlight-region-shift-only): Mark obsolete.
991         (cua-mode): Don't enable/disable transient-mark-mode,
992         shift-select-mode (cua-mode works both with and without them), and
993         pc-selection-mode (obsolete).
994         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
995         (cua--deactivate-rectangle): Deactivate it.
997         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
998         (delete-selection-helper): Make sure yank starts at the top of the
999         deleted region.
1000         (minibuffer-keyboard-quit): Use region-active-p.
1002         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
1004         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
1005         to `delete' (bug#16109).
1007 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1009         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
1010         info manual and show keybindings and set `:group' keyword.
1012 2013-12-11  Juri Linkov  <juri@jurta.org>
1014         * delsel.el (delete-active-region): Let-bind `this-command'
1015         to prevent `kill-region' from changing its original value.
1016         (delete-selection-helper): Handle `overwrite-mode' for the type
1017         `kill' exactly the same way as for the type `t'.
1018         (insert-char, quoted-insert, reindent-then-newline-and-indent):
1019         Support more commands.  (Bug#13312)
1021 2013-12-11  Juri Linkov  <juri@jurta.org>
1023         * bindings.el: Map kp keys to non-kp keys systematically
1024         with basic modifiers control, meta and shift.  (Bug#14397)
1026 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1028         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
1029         "Close browser" menu items.  Fix wrong function of "List
1030         bookmarks".
1032 2013-12-11  Juri Linkov  <juri@jurta.org>
1034         * misearch.el (multi-isearch-buffers): Set the value of
1035         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1036         arg of isearch-forward to t.
1037         (multi-isearch-buffers-regexp): Set the value of
1038         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
1039         arg of isearch-forward-regexp to t.
1040         (multi-isearch-files): Set the value of
1041         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
1042         arg of isearch-forward to t.
1043         (multi-isearch-files-regexp): Set the value of
1044         `multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
1045         arg of isearch-forward-regexp to t.  (Bug#16035)
1047         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
1048         arg of isearch-forward to t.
1049         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
1050         arg of isearch-forward-regexp to t.
1051         (dired-isearch-filter-filenames): Remove unnecessary check for
1052         `dired-isearch-filenames'.
1054         * comint.el (comint-history-isearch-backward):
1055         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
1056         (comint-history-isearch-backward-regexp):
1057         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
1059 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
1061         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
1062         unmsys--file-name.  (Bug#16099)
1064 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
1066         * emacs-lisp/package.el (package-keyword-button-action):
1067         Remove finder.el require dependency.
1069 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
1071         * emacs-lisp/package.el: Require finder.el.
1072         (describe-package-1): Add keyword buttons.
1073         (package-make-button): New convenience function.
1074         (package-keyword-button-action): Keyword button action using
1075         `finder-list-matches'.
1077 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
1079         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
1080         last commit.
1082 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
1084         * autorevert.el (auto-revert-notify-add-watch): Do not handle
1085         symlinked files.
1087 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1089         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
1090         after the end of a percent literal.
1092 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1094         * progmodes/ruby-mode.el (ruby-forward-string): Document.
1095         Handle caret-delimited strings (Bug#16079).
1097 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
1099         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
1100         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
1101         `ruby-parse-partial' (Bug#16078).
1103 2013-12-09  Leo Liu  <sdl.web@gmail.com>
1105         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
1107 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
1109         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
1110         (js-switch-indent-offset): New option.
1111         (js--proper-indentation): Use it.  And handle the case when
1112         "default" is actually a key in an object literal.
1113         (js--same-line): New function.
1114         (js--multi-line-declaration-indentation): Use it.
1115         (js--indent-in-array-comp, js--array-comp-indentation):
1116         New functions.
1117         (js--proper-indentation): Use them, to handle array comprehension
1118         continuations.
1120 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1122         * progmodes/flymake.el (flymake-highlight-line): Re-write.
1123         (flymake-make-overlay): Remove arg MOUSE-FACE.
1124         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
1126 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1128         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
1129         New function.
1130         (redisplay-highlight-region-function): Use it.
1132         * emulation/cua-base.el (cua--explicit-region-start)
1133         (cua--last-region-shifted): Remove.
1134         (cua--deactivate): Use deactivate-mark.
1135         (cua--pre-command-handler-1): Don't handle shift-selection.
1136         (cua--post-command-handler-1): Don't change transient-mark-mode.
1137         (cua--select-keymaps): Use region-active-p rather than
1138         cua--explicit-region-start or cua--last-region-shifted.
1139         (cua-mode): Enable shift-select-mode.
1141 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1143         * progmodes/flymake.el (flymake-popup-current-error-menu):
1144         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
1145         (flymake-posn-at-point-as-event, flymake-popup-menu)
1146         (flymake-make-emacs-menu): Remove.  (Bug#16077)
1148 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1150         * rect.el (rectangle-mark-mode): Activate mark even if
1151         transient-mark-mode is off (bug#16066).
1152         (rectangle--highlight-for-redisplay): Fix boundary condition when point
1153         is > mark and at bolp.
1155         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
1156         (region-extract-function): Use it.
1157         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
1158         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
1159         Delete functions.
1160         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
1161         kill-ring-save, kill-region, delete-char, delete-forward-char.
1162         Ignore self-insert-iso.
1164         * emulation/cua-gmrk.el (cua--init-global-mark):
1165         Ignore `self-insert-iso'.
1167         * emulation/cua-base.el (cua--prefix-copy-handler)
1168         (cua--prefix-cut-handler): Rely on region-extract-function rather than
1169         checking cua--rectangle.
1170         (cua-delete-region): Use region-extract-function.
1171         (cua-replace-region): Delete function.
1172         (cua-copy-region, cua-cut-region): Obey region-extract-function.
1173         (cua--pre-command-handler-1): Don't do the delete-selection thing.
1174         (cua--self-insert-char-p): Ignore `self-insert-iso'.
1175         (cua--init-keymaps): Don't remap delete-selection commands.
1176         (cua-mode): Use delete-selection-mode instead of rolling our own
1177         (bug#16085).
1179         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
1180         Obey region-extract-function.
1182         Make registers and delete-selection-mode work on rectangles.
1183         * register.el (describe-register-1): Don't modify the register's value.
1184         (copy-to-register): Obey region-extract-function.
1185         * delsel.el (delete-active-region): Obey region-extract-function.
1187 2013-12-08  Leo Liu  <sdl.web@gmail.com>
1189         * progmodes/flymake.el (flymake, flymake-error-bitmap)
1190         (flymake-warning-bitmap, flymake-fringe-indicator-position)
1191         (flymake-compilation-prevents-syntax-check)
1192         (flymake-start-syntax-check-on-newline)
1193         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
1194         (flymake-start-syntax-check-on-find-file, flymake-log-level)
1195         (flymake-xml-program, flymake-master-file-dirs)
1196         (flymake-master-file-count-limit)
1197         (flymake-allowed-file-name-masks): Relocate.
1198         (flymake-makehash, flymake-float-time)
1199         (flymake-replace-regexp-in-string, flymake-split-string)
1200         (flymake-get-temp-dir): Remove.
1201         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
1202         (flymake-current-row, flymake-selected-frame)
1203         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
1204         related functions.  (Bug#16077)
1206 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
1208         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
1210 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
1212         * help-fns.el (describe-function-1): Use new advice-* functions
1213         rather than old ad-* functions.  Fix function type description and
1214         source links for advised functions and subrs.
1216 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
1220 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
1222         * progmodes/compile.el (compilation-start):
1223         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
1225         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1226         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
1228 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1230         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1231         Touch up the last change.
1233 2013-12-06  Leo Liu  <sdl.web@gmail.com>
1235         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
1236         (inferior-octave-startup): Always use "octave> " for prompt.
1237         (octave-goto-function-definition)
1238         (octave-sync-function-file-names)
1239         (octave-find-definition-default-filename): Remove redundant backquotes.
1241 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1243         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
1244         syntax for `?'.
1245         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
1246         where appropriate already.
1247         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
1248         end of method names (Bug#15874).
1250 2013-12-06  Juri Linkov  <juri@jurta.org>
1252         * isearch.el (isearch--saved-overriding-local-map):
1253         New internal variable.
1254         (isearch-mode): Set it to the initial value of
1255         `overriding-terminal-local-map'.
1256         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
1257         with `isearch--saved-overriding-local-map'.  (Bug#16035)
1259 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
1261         * progmodes/octave.el (inferior-octave-completion-table):
1262         Turn back into function, use `completion-table-with-cache'
1263         (Bug#11906).  Update all references.
1265         * minibuffer.el (completion-table-with-cache): New function.
1267 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
1269         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
1271 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
1273         * net/eww.el (eww-current-source): New variable to store page
1274         source.
1275         (eww-display-html, eww-mode, eww-save-history)
1276         (eww-restore-history): Use it.
1277         (eww-view-source): New command to view page source.
1278         Opportunistically uses `html-mode' to highlight the buffer.
1279         (eww-mode-map): Install it.
1281 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
1283         * net/dbus.el (dbus-unregister-service)
1284         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
1285         Fix docstring.
1286         (dbus-unregister-service): Skip :serial entries in
1287         `dbus-registered-objects-table'.
1288         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
1290 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
1292         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
1293         around keywords with extra `split-string' argument.
1295 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
1297         * windmove.el (windmove-other-window-loc): Handle navigation
1298         between windows (excluding the minibuffer window - Bug#16017).
1300 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
1302         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
1303         in D-Bus type syntax.
1304         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
1305         preserve unibyte strings.  (Bug#16048)
1307 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1309         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1310         Call force-mode-line-update is the proper buffer (bug#16042).
1312 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
1314         * vc/log-edit.el (log-edit-add-new-comment): Rename to
1315         `log-edit-remember-comment', make argument optional.  Adjust all
1316         callers.
1317         (log-edit-mode): Add `log-edit-remember-comment' to
1318         `kill-buffer-hook' locally.
1319         (log-edit-kill-buffer): Don't remember comment explicitly since
1320         the buffer is killed anyway.
1322 2013-12-04  Juri Linkov  <juri@jurta.org>
1324         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
1325         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
1327 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
1329         * notifications.el (notifications-close-notification): Call the
1330         D-Bus method with ID being a `:uint32'.  (Bug#16030)
1332 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1334         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
1336 2013-12-03  Juri Linkov  <juri@jurta.org>
1338         * progmodes/compile.el (compilation-start): Rename window alist
1339         entry `no-display-ok' to `allow-no-window'.
1341         * simple.el (shell-command): Add window alist entry
1342         `allow-no-window' to `display-buffer'.
1343         (async-shell-command): Doc fix.
1345         * window.el (display-buffer-no-window): New action function.
1346         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
1348 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1350         * vc/log-edit.el (log-edit-set-header): Extract from
1351         `log-edit-toggle-header'.
1352         (log-edit-extract-headers): Separate the summary, when extracted
1353         from header, from the rest of the message with an empty line.
1355         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
1356         line, if present, to the Summary header.
1358 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1360         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
1361         in current-buffer (bug#16029).
1363 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
1365         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
1366         (debugger-mode-map): Bind it.
1367         (debugger--backtrace-base): New function.
1368         (debugger-eval-expression): Use it.
1369         (debugger-frame-number): Skip local vars when present.
1370         (debugger--locals-visible-p, debugger--insert-locals)
1371         (debugger--show-locals, debugger--hide-locals): New functions.
1373 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
1375         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
1376         "LC_ALL".
1377         (tramp-get-remote-locale): New defun.
1378         (tramp-open-connection-setup-interactive-shell): Use it.
1380 2013-12-02  Leo Liu  <sdl.web@gmail.com>
1382         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
1384         * progmodes/sh-script.el (sh-shell-process):
1385         * progmodes/octave.el (inferior-octave-process-live-p):
1386         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
1387         (gdb-inferior-io-sentinel):
1388         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
1390 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1392         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
1393         `save-selected-window' to `log-edit-hide-buf'.  This makes
1394         `log-edit-show-files' idempotent.
1395         (log-edit-show-files): Mark the new window as dedicated.
1397 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1399         * vc/log-edit.el (log-edit-mode-map): Add binding for
1400         `log-edit-kill-biffer'.
1401         (log-edit-hide-buf): Add a FIXME comment.
1402         (log-edit-add-new-comment): New function, extracted from
1403         `log-edit-done'.
1404         (log-edit-done, log-edit-add-to-changelog): Use it.
1405         (log-edit-kill-buffer): New command.
1407 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
1410         instead of killing the buffer.
1412 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1414         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
1416 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1418         * net/eww.el (eww-form-checkbox-selected-symbol)
1419         (eww-form-checkbox-symbol): New customizable variable.
1420         (eww-form-checkbox, eww-toggle-checkbox):
1421         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
1423         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
1424         (shr--get-media-pref, shr--extract-best-source): New function.
1425         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
1426         no :src tag was specified.
1428         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
1429         (eww-render): Handle `eww-use-external-browser-for-content-type'.
1430         Use \\` to match beginning of string instead of ^.
1431         (eww-browse-with-external-browser): Provide optional URL parameter.
1432         (eww-render): Set `eww-current-title' back to "".
1434         * net/shr.el (shr-tag-video): Display content for video if no
1435         poster is available.
1436         (shr-tag-audio): Add support for <audio> tag.
1438         * net/eww.el (eww-text-input-types): New const.
1439         (eww-process-text-input): Treat input types in
1440         `eww-text-input-types' as text.
1442         * net/shr.el (shr-tag-table): Fix comment typo.
1444 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446         * net/eww.el (eww-follow-link): New command to avoid reloading
1447         pages when we follow #target links (bug#15243).
1448         (eww-quit): Special mode buffers shouldn't query before exiting.
1450 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1452         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
1453         forms.
1455 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457         * net/eww.el (eww-restore-history): Update the window title after
1458         moving in the history.
1459         (eww-current-dom): New variable used to save the current DOM.
1461 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
1463         * vc/log-edit.el (log-edit-mode-map): Add binding for
1464         `log-edit-beginning-of-line'.
1465         (log-edit-setup-add-author): New user option.
1466         (log-edit-beginning-of-line): New command.
1467         (log-edit): Move major mode call above the contents setup so that
1468         the local variable values are already applied.
1469         (log-edit): Only insert "Author: " when
1470         `log-edit-setup-add-author' is non-nil.
1471         (log-edit): When SETUP is non-nil, position point after ": "
1472         instead of point-min.
1474 2013-12-01  Glenn Morris  <rgm@gnu.org>
1476         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
1478 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
1480         * startup.el (fancy-splash-frame): On MS-Windows, trigger
1481         redisplay to make sure the initial frame gets a chance to become
1482         visible.  (Bug#16014)
1484 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
1486         Support resizing frames and windows pixelwise.
1487         * cus-start.el (frame-resize-pixelwise)
1488         (window-resize-pixelwise): New entries.
1489         * emacs-lisp/debug.el (debug): Use window-total-height instead
1490         of window-total-size.
1491         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
1492         * help.el (describe-bindings-internal): Call help-buffer
1493         (temp-buffer-max-width): New option.
1494         (resize-temp-buffer-window, help-window-setup)
1495         (with-help-window): Rewrite.
1496         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
1497         dragging dividers.
1498         * window.el (frame-char-size, window-min-pixel-height)
1499         (window-safe-min-pixel-height, window-safe-min-pixel-width)
1500         (window-min-pixel-width, window-safe-min-pixel-size)
1501         (window-combination-p, window-safe-min-size)
1502         (window-resizable-p, window--size-to-pixel)
1503         (window--pixel-to-size, window--resize-apply-p): New functions.
1504         (window-safe-min-height): Fix doc-string.
1505         (window-size, window-min-size, window--min-size-1)
1506         (window-sizable, window-sizable-p, window--min-delta-1)
1507         (window-min-delta, window--max-delta-1, window-max-delta)
1508         (window--resizable, window--resizable-p, window-resizable)
1509         (window-full-height-p, window-full-width-p, window-at-side-p)
1510         (window--in-direction-2, window-in-direction)
1511         (window--resize-reset-1, window--resize-mini-window)
1512         (window-resize, window-resize-no-error)
1513         (window--resize-child-windows-normal)
1514         (window--resize-child-windows, window--resize-siblings)
1515         (window--resize-this-window, window--resize-root-window)
1516         (window--resize-root-window-vertically)
1517         (adjust-window-trailing-edge, enlarge-window, shrink-window)
1518         (maximize-window, minimize-window, delete-window)
1519         (quit-restore-window, window-split-min-size, split-window)
1520         (balance-windows-2, balance-windows)
1521         (balance-windows-area-adjust, balance-windows-area)
1522         (window--state-get-1, window-state-get, window--state-put-1)
1523         (window--state-put-2, window-state-put)
1524         (display-buffer-record-window, window--display-buffer):
1525         Make functions handle pixelwise sizing of windows.
1526         (display-buffer--action-function-custom-type)
1527         (display-buffer-fallback-action):
1528         Add display-buffer-in-previous-window.
1529         (display-buffer-use-some-window): Resize window to height it had
1530         before.
1531         (fit-window-to-buffer-horizontally): New option.
1532         (fit-frame-to-buffer): Describe new values.
1533         (fit-frame-to-buffer-bottom-margin): Replace with
1534         fit-frame-to-buffer-margins.
1535         (window--sanitize-margin): New function.
1536         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
1537         using window-text-pixel-size.
1539 2013-11-30  Glenn Morris  <rgm@gnu.org>
1541         * emacs-lisp/bytecomp.el (byte-compile-form):
1542         Make the `interactive-only' warning like the `obsolete' one.
1543         * comint.el (comint-run):
1544         * files.el (insert-file-literally, insert-file):
1545         * replace.el (replace-string, replace-regexp):
1546         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1547         (goto-line, insert-buffer, next-line, previous-line):
1548         Tweak `interactive-only' spec.
1550         Stop keeping (most) generated cedet grammar files in the repository.
1551         * Makefile.in (semantic): New.
1552         (compile-main): Depend on semantic.
1554 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1556         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
1557         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
1559         * uniquify.el (uniquify-buffer-name-style): Change default.
1561         * loadup.el: Preload "uniquify".
1563         * time.el (display-time-update): Update all mode lines (bug#15999).
1565         * electric.el (electric-indent-mode): Enable by default.
1566         * loadup.el: Preload "electric".
1568 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
1570         * emacs-lisp/helpers.el (string-empty-p): New function.
1571         (string-blank-p): New function.
1573 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
1575         * imenu.el (imenu--index-alist): Add missing dot to the docstring
1576         (Bug#14029).
1578 2013-11-29  Andreas Politz  <politza@fh-trier.de>
1579         * imenu.el (imenu--subalist-p): Don't error on non-conses and
1580         allow non-lambda lists as functions.
1581         (imenu--in-alist): Don't recurse into non-subalists.
1582         (imenu): Don't pass function itself as an argument (Bug#14029).
1584 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * progmodes/python.el (python-mode-map): Remove binding for ":".
1587         (python-indent-electric-colon): Remove command.
1588         (python-indent-post-self-insert-function): Integrate the previous code
1589         of python-indent-electric-colon.  Make it conditional on
1590         electric-indent-mode.
1591         (python-mode): Add ?: to electric-indent-chars.
1592         Move python-indent-post-self-insert-function to the end of
1593         post-self-insert-hook.
1595 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * doc-view.el (doc-view-goto-page): Update mode-line.
1599         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1601 2013-11-27  Glenn Morris  <rgm@gnu.org>
1603         * international/charprop.el, international/uni-bidi.el:
1604         * international/uni-category.el, international/uni-combining.el:
1605         * international/uni-comment.el, international/uni-decimal.el:
1606         * international/uni-decomposition.el, international/uni-digit.el:
1607         * international/uni-lowercase.el, international/uni-mirrored.el:
1608         * international/uni-name.el, international/uni-numeric.el:
1609         * international/uni-old-name.el, international/uni-titlecase.el:
1610         * international/uni-uppercase.el:
1611         Remove generated files from VCS repository.
1613 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
1615         * filenotify.el (file-notify-add-watch): Don't special-case
1616         w32notify when computing the directory to watch.
1618 2013-11-27  Glenn Morris  <rgm@gnu.org>
1620         Make bootstrap without generated uni-*.el files possible again.
1621         * loadup.el: Update command-line-args checking for unidata-gen.
1622         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1623         * composite.el, international/characters.el:
1624         Handle unicode tables being undefined.
1626         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
1627         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1628         (compile-main): Depend on leim rule.
1629         (leim): New rule.
1630         * loadup.el: Move leim-list.el to leim/ subdirectory.
1631         * startup.el (normal-top-level): No more leim directory.
1632         * international/ja-dic-cnv.el (skkdic-convert):
1633         Disable version-control and autoloads in output files.
1634         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1635         Disable version-control and autoloads in output files.
1636         * leim/quail: Move here from ../leim.
1637         * leim/quail/hangul.el (hangul-input-method-activate):
1638         Add autoload cookie.
1639         (generated-autoload-load-name): Set file-local value.
1640         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1641         (generated-autoload-load-name): Set file-local value.
1643 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
1645         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1646         (eww-add-bookmark): Ask confirmation when add to bookmarks.
1647         (eww-quit): Ask confirmation before quitting eww.
1649 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
1651         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1652         reading output from Diff on MS-Windows and MS-DOS.
1654 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
1656         * emacs-lisp/helpers.el (string-reverse): New function.
1658 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
1660         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1661         names on MS Windows, like "/[::1]:".
1663         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1664         SWITCHES.
1666 2013-11-26  Glenn Morris  <rgm@gnu.org>
1668         * progmodes/python.el (python-indent-guess-indent-offset):
1669         Avoid corner-case error.  (Bug#15975)
1671         Preload leim-list.el.  (Bug#4789)
1672         * loadup.el: Load leim-list.el when found.
1673         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1675 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
1677         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1679         * emacs-lisp/helpers.el (string-join): New function.
1681 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
1683         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1684         Mark as obsolete and replace it with a symbol property.
1685         (byte-compile-form): Use new 'interactive-only property.
1686         * comint.el, files.el, replace.el, simple.el:
1687         Apply new 'interactive-only properly.
1689 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
1691         * window.el (display-buffer-at-bottom): Make sure that
1692         split-window-sensibly creates the new window on bottom
1693         (Bug#15961).
1695 2013-11-23  David Kastrup  <dak@gnu.org>
1697         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1698         on the conflict markers when available.
1699         (smerge--get-marker): New function.
1700         (smerge-end-re, smerge-base-re): Add subgroup.
1702 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1704         * frame.el (handle-focus-in, handle-focus-out): Add missing
1705         interactive spec.
1707 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
1709         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1710         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1712 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
1715         (gomoku--last-pos): New var.
1716         (gomoku--intangible-chars): New const.
1717         (gomoku--intangible): New function.
1718         (gomoku-mode): Use it.  Derive from special-mode.
1719         (gomoku-move-up): Adjust line count.
1720         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1721         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1722         Simplify accordingly.
1724         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1725         Remove blink-cursor code.
1726         (blink-cursor-timer-function, blink-cursor-suspend):
1727         Don't special-case GUIs.
1728         (blink-cursor-mode): Use focus-in/out-hook.
1730 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
1732         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1733         work when annotation is invisible (Bug#13886).
1735 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
1737         * json.el (json-alist-p): Only return non-nil if the alist has
1738         simple keys (Bug#13518).
1740 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
1742         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1743         when control-statement is the first statement in a buffer (Bug#15956).
1745 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
1747         * imenu.el (imenu-generic-skip-comments-and-strings):
1748         New option (Bug#15560).
1749         (imenu--generic-function): Use it.
1751 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
1753         * minibuffer.el (completion--in-region-1): Scroll the correct window.
1754         (Bug#13898)
1756 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
1758         * emacs-lisp/helpers.el: Add some string helpers.
1759         (string-trim-left): Removes leading whitespace.
1760         (string-trim-right): Removes trailing whitespace.
1761         (string-trim): Removes leading and trailing whitespace.
1763         * subr.el (string-suffix-p): New function.
1765 2013-11-23  Glenn Morris  <rgm@gnu.org>
1767         * progmodes/python.el (python-shell-send-file):
1768         Add option to delete file when done.  (Bug#15647)
1769         (python-shell-send-string, python-shell-send-region): Use it.
1771 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
1773         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1774         to set buffer-read-only to t, never to nil.  (Bug#15938)
1776         * textmodes/tex-mode.el (latex-noindent-environments):
1777         Add safe-local-variable property.  (Bug#15936)
1779 2013-11-23  Glenn Morris  <rgm@gnu.org>
1781         * textmodes/enriched.el (enriched-mode): Doc fix.
1782         * emacs-lisp/authors.el (authors-renamed-files-alist):
1783         Add enriched.doc -> enriched.txt.
1785         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1787 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1789         * progmodes/octave.el (inferior-octave-startup): Spit out error
1790         message.
1792 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
1794         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1795         Improve docstring.
1796         Add :version.
1797         (ruby-encoding-magic-comment-style): Add :version.
1799 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1801         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1802         (Bug#15076)
1803         (octave-help-mode): Adapt to change to help-mode-finish to use
1804         derived-mode-p on 2013-09-17.
1805         (inferior-octave-prompt): Also match octave-gui.
1806         (octave-kill-process): Don't ask twice.  (Bug#10564)
1808 2013-11-22  Leo Liu  <sdl.web@gmail.com>
1810         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1811         (inferior-octave-startup, inferior-octave-check-process)
1812         (inferior-octave-track-window-width-change)
1813         (octave-completion-at-point, octave-eldoc-function): Use it.
1814         (octave-kill-process): Provide confirmation.  (Bug#10564)
1816 2013-11-21  Leo Liu  <sdl.web@gmail.com>
1818         * progmodes/octave.el (octave-mode, inferior-octave-mode):
1819         Fix obsolete variable comment-use-global-state.
1821 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1823         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1824         Add `octave-source-file'.
1825         (octave-source-file): New function.  (Bug#15935)
1827 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
1829         * net/eww.el (eww-local-regex): New variable.
1830         (eww): Use it to detect localhost and similar.
1832 2013-11-21  Leo Liu  <sdl.web@gmail.com>
1834         Add completion for command `ag'.
1835         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1836         (pcomplete/ag): New function.
1837         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
1839 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1842         (bug#14646).
1843         (make-obsolete): Remove interactive spec.
1845 2013-11-21  Glenn Morris  <rgm@gnu.org>
1847         * startup.el (command-line-1): Use path-separator with -L.
1849 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
1851         * emacs-lisp/package.el (describe-package-1): Add package archive
1852         to shown fields.
1854 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
1856         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1857         Change default to "# encoding: %s" to differentiate it from the
1858         default Ruby encoding comment template.
1860 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
1862         * ses.el (ses-mode): Doc fix.  (Bug#14748)
1864 2013-11-20  Leo Liu  <sdl.web@gmail.com>
1866         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
1868 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
1870         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1871         when rebase or bisect are in progress.
1873 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
1875         * filenotify.el (file-notify-add-watch): Doc fix.
1877 2013-11-19  Leo Liu  <sdl.web@gmail.com>
1879         * obsolete/rcompile.el: Mark obsolete.
1881         * progmodes/compile.el (compilation-start)
1882         (compilation-goto-locus, compilation-find-file):
1883         Pass no-display-ok and handle nil value from display-buffer.
1884         (Bug#13594)
1886         * window.el (display-buffer-alist, display-buffer): Document the
1887         new parameter no-display-ok.  Return either a window or nil
1888         but never a non-window value.
1890 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * electric.el (electric-indent-mode-map): Remove.
1893         (electric-indent-mode): Change the global-map instead (bug#15915).
1895         * textmodes/text-mode.el (paragraph-indent-minor-mode):
1896         Use add-function.
1898 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1900         * emacs-lisp/nadvice.el (remove-function): Align with
1901         add-function's behavior.
1903         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1904         (gdb--string-regexp): New constant.
1905         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1906         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1907         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1908         submatch 1.
1909         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1910         Adjust use accordingly.
1911         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1913 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
1915         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1916         interpolation curlies (Bug#15914).
1918 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
1920         * calc/calc.el (calc-context-sensitive-enter): New variable.
1921         (calc-enter): Use `calc-context-sensitive-enter'.
1923 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
1925         * progmodes/cfengine.el: Version bump.
1926         (cfengine-cf-promises): New defcustom to locate cf-promises.
1927         (cfengine3-vartypes): Add new "data" type.
1928         (cfengine3--current-word): New function to get current name-like
1929         word or its bounds.
1930         (cfengine3--current-function): New function to look up a CFEngine
1931         function's definition.
1932         (cfengine3-format-function-docstring): New function.
1933         (cfengine3-make-syntax-cache): New function.
1934         (cfengine3-documentation-function): New function: ElDoc glue.
1935         (cfengine3-completion-function): New function: completion glue.
1936         (cfengine3-mode): Set `compile-command',
1937         `eldoc-documentation-function', and add to
1938         `completion-at-point-functions'.
1940 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
1942         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1943         `tramp-current-connection'.
1945 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
1947         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1948         nil/self/true/false with "end of symbol".
1950 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
1952         * subr.el (version-regexp-alist): Fix a typo.
1954 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
1956         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1957         "en_US.utf8" and "LC_CTYPE" to "".
1958         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1959         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1961 2013-11-15  Leo Liu  <sdl.web@gmail.com>
1963         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
1965 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * progmodes/gud.el (ctl-x-map):
1968         Remove C-x SPC binding.  (Bug#12342)
1969         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1971 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
1973         * subr.el (version-regexp-alist):
1974         Recognize hg, svn and darcs versions as snapshot versions.
1976         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1977         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1978         (ruby--encoding-comment-required-p): Extract from
1979         `ruby-mode-set-encoding'.
1980         (ruby-mode-set-encoding): Add the ability to always insert an
1981         utf-8 encoding comment.  Fix and simplify coding comment update
1982         logic.
1984 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
1986         * net/tramp-gvfs.el (top): Run init code only when
1987         `tramp-gvfs-enabled' is not nil.
1988         (tramp-gvfs-enabled): Check also :system bus.
1990 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         Sync with upstream verilog-mode revision 78e66ba.
1993         * progmodes/verilog-mode.el (verilog-end-of-defun)
1994         (verilog-type-completion, verilog-get-list): Remove unused funcs.
1995         (verilog-get-end-of-defun): Remove unused argument.
1996         (verilog-comment-depth): Remove unused local `e'.
1997         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1998         Don't pass arg to verilog-get-end-of-defun.
2000 2013-11-14  Glenn Morris  <rgm@gnu.org>
2002         * obsolete/assoc.el (aget): Prefix dynamic variable.
2004         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
2006 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2008         * widget.el, hfy-cmap.el: Remove bogus package version number.
2010 2013-11-13  Glenn Morris  <rgm@gnu.org>
2012         * replace.el (replace-eval-replacement):
2013         Try to give more helpful error message.  (Bug#15836)
2015         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
2016         (archive-7z-update): Avoid custom type mismatches.
2018         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
2020 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
2022         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
2023         address can be empty.
2025         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
2026         Accept nil SWITCHES.
2027         (tramp-gvfs-handle-write-region): Implement APPEND.
2029 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
2031         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
2032         binary "|" operator and closing block args delimiter.
2033         Remove FIXME comment referring to Ruby 1.8-only syntax.
2034         (ruby-smie--implicit-semi-p): Not after "|" operator.
2035         (ruby-smie--closing-pipe-p): New function.
2036         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
2037         (ruby-smie-rules): Indent after "|".
2039 2013-11-12  Glenn Morris  <rgm@gnu.org>
2041         * ps-print.el (ps-face-attribute-list):
2042         Handle anonymous faces.  (Bug#15827)
2044 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
2046         * window.el (display-buffer-other-frame): Fix doc-string.
2047         (Bug#15868)
2049 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         * subr.el (force-mode-line-update): Delete, move to buffer.c.
2053 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
2055         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
2056         (tramp-sh-handle-file-local-copy): Don't write a message when
2057         saving temporary files.
2059         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
2060         both directories are remote.
2061         (tramp-smb-handle-directory-files): Do not return double entries.
2062         Do not expand full file names.
2063         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
2064         (tramp-smb-handle-write-region): Implement APPEND.
2065         (tramp-smb-get-stat-capability): Fix a stupid bug.
2067 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2069         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
2071 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2073         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
2074         throwing error over malformed let/let* (bug#15814).
2076 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * iswitchb.el (iswitchb-mode): Mark obsolete.
2080 2013-11-11  Glenn Morris  <rgm@gnu.org>
2082         * international/uni-bidi.el, international/uni-category.el:
2083         * international/uni-name.el, international/uni-numeric.el:
2084         Regenerate for Unicode 6.3.0.
2086 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
2088         * net/tramp.el (tramp-methods):
2089         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
2090         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
2092 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
2094         * progmodes/sh-script.el (sh-font-lock-keywords-var):
2095         Force highlighting text after Summary keyword in doc face for rpm.
2097 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
2099         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
2100         available and the word has no wildcards, append one to the grep pattern.
2101         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
2102         (ispell-complete-word): Call `ispell-lookup-words' with the value
2103         independent of `ispell-look-p'.
2105 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2107         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
2108         Not after "||".
2109         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
2110         their parent.
2112 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2114         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
2115         (ruby-font-lock-keywords): Use backquote.
2117 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2119         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2120         (ruby-smie--backward-token): Only consider full-string matches.
2122 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
2124         * faces.el (describe-face): Add distant-foreground.
2126 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
2128         * progmodes/ruby-mode.el: Improve encoding comment handling.
2129         (ruby-encoding-magic-comment-style): New option.
2130         (ruby-custom-encoding-magic-comment-template): New option.
2131         (ruby--insert-coding-comment, ruby--detect-encoding):
2132         New functions extracted from `ruby-mode-set-encoding'.
2133         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
2134         to control the style of the auto-inserted encoding comment.
2136 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2138         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
2139         Use `smie-backward-sexp' with token argument.
2141 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
2143         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2144         Remove instrumentation code.
2146 2013-11-08  Glenn Morris  <rgm@gnu.org>
2148         * progmodes/autoconf.el (autoconf-mode):
2149         Tweak comment-start-skip.  (Bug#15822)
2151 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2153         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
2154         at bobp (bug#15826).
2155         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
2157 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
2159         * man.el (Man-start-calling): New macro, extracted from
2160         Man-getpage-in-background.
2161         (Man-getpage-in-background): Use it.
2162         (Man-update-manpage): New command.
2163         (Man-mode-map): Bind it.
2165 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
2167         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
2168         of "and", "or", "&&" and "||".
2169         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
2170         argument.  Prohibit opening curly brace because it could only be a
2171         block opener in that position.
2172         (ruby-smie--forward-token, ruby-smie--backward-token):
2173         Separate "|" from "&" or "*" going after it.  That can happen in block
2174         arguments.
2175         (ruby-smie--indent-to-stmt): New function, seeks the end of
2176         previous statement or beginning of buffer.
2177         (ruby-smie-rules): Use it.
2178         (ruby-smie-rules): Check if there's a ":" before a curly block
2179         opener candidate; if there is, it's a hash.
2181 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2183         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
2184         (cl--block-wrapper): Fix last accidental change.
2186 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
2188         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
2189         Instrument, in order to hunt failure on hydra.
2191 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2193         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
2194         malformed bindings form (bug#15814).
2196 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
2198         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
2199         "." compared to " @ ".  This incidentally fixes some indentation
2200         examples with "do".
2201         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
2202         (ruby-smie-grammar): New tokens: "and" and "or".
2203         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
2204         Exclude "and" and "or".  Remove "do" in order to work around token
2205         priorities.
2206         (ruby-smie-rules): Add all infix tokens.  Handle the case of
2207         beginning-of-buffer.
2209 2013-11-06  Glenn Morris  <rgm@gnu.org>
2211         * Makefile.in (setwins_almost, setwins_for_subdirs):
2212         Avoid accidental matches.
2214 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2216         * menu-bar.el (popup-menu): Use key-binding.
2218 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
2220         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
2221         menus, support also the menus produced by minor modes.
2222         (Bug#15817)
2224 2013-11-06  Leo Liu  <sdl.web@gmail.com>
2226         * thingatpt.el (thing-at-point-looking-at): Add optional arg
2227         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
2229 2013-11-06  Glenn Morris  <rgm@gnu.org>
2231         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
2232         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
2233         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
2235 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2237         * electric.el (electric-indent-just-newline): New command.
2238         (electric-indent-mode-map): New keymap.
2239         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
2240         Re-add :group which weren't redundant.
2242         * electric.el (electric-indent-local-mode): New minor mode.
2243         (electric-indent-functions-without-reindent): New var.
2244         (electric-indent-post-self-insert-function): Use it.
2245         * emacs-lisp/gv.el (buffer-local-value): Add setter.
2247 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
2249         * international/quail.el (quail-help): Be more explicit about the
2250         meaning of the labels shown on the keys.  (Bug#15800)
2252         * startup.el (normal-top-level): Load the subdirs.el files before
2253         setting the locale environment.  (Bug#15805)
2255 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2257         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
2258         via arguments so as to get the right ones (bug#15418).
2260         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
2262 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
2264         Fix problems found while writing a test suite.
2266         * net/tramp-compat.el (tramp-compat-load): New defun.
2267         * net/tramp.el (tramp-handle-load): Use it.
2269         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
2270         "(numberp ok-if-already-exists)" correctly.
2272 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
2274         * international/characters.el (glyphless-char-display-control):
2275         Add usage note.
2277 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
2279         * progmodes/python.el (python-mode):
2280         * progmodes/scheme.el (scheme-mode):
2281         * progmodes/prolog.el (prolog-mode):
2282         * progmodes/ruby-mode.el (ruby-mode):
2283         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
2284         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
2286 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         * rect.el (rectangle--highlight-for-redisplay):
2289         * emacs-lisp/smie.el (smie--next-indent-change):
2290         Use buffer-chars-modified-tick.
2292         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
2294         * electric.el (electric-indent-post-self-insert-function):
2295         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
2297 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
2299         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
2301 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2303         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
2304         (bug#15786).
2306 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
2310         * progmodes/python.el: Fix up last change.
2311         (python-shell--save-temp-file): New function.
2312         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
2313         `string' comes from the current buffer.
2314         (python-shell-send-string-no-output): Remove `msg' arg.
2315         (python--use-fake-loc): New var.
2316         (python-shell-buffer-substring): Obey it.  Try to compensate for the
2317         extra coding line added by python-shell--save-temp-file.
2318         (python-shell-send-region): Use python-shell--save-temp-file and
2319         python-shell-send-file directly.  Add `nomain' argument.
2320         (python-shell-send-buffer): Use python-shell-send-region.
2321         (python-electric-pair-string-delimiter): New function.
2322         (python-mode): Use it.
2324 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
2326         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
2327         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
2328         environment and decoding all of the default-directory's to here
2329         from command-line.
2330         (command-line): Decode also argv[0].
2332         * loadup.el: Error out if default-directory is a multibyte string
2333         when we are dumping.
2335         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
2337 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
2339         * emacs-lisp/package.el (package-menu-mode)
2340         (package-menu--print-info, package-menu--archive-predicate):
2341         Add Archive column to package list.
2343 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
2345         Fix problems found while writing a test suite.
2347         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
2348         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
2349         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
2350         to nil when running original file name handler.  Otherwise,
2351         there are problems with constructs like "$$FOO".
2353         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
2354         for `localname'.
2356 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
2358         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
2360         * subr.el (version<, version<=, version=):
2361         Update docstrings with information for snapshot versions.
2363         * helpers.el: New library for misc helper functions.
2364         (hash-table-keys): New function returning a list of hash keys.
2365         (hash-table-values): New function returning a list of hash values.
2367 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
2369         * progmodes/ruby-mode.el (ruby-smie--forward-token)
2370         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
2372 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
2374         * textmodes/fill.el (fill-single-char-nobreak-p): New function
2375         checking whether point is after a 1-letter word.
2377 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2379         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
2380         Don't infloop when expanding region over `multiline' syntax-type that
2381         begins a line (bug#15778).
2383 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2385         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
2386         Make it into a proper minor mode.
2387         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
2388         (rectangle-mark-mode-map): New keymap.
2389         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
2391 2013-11-04  Glenn Morris  <rgm@gnu.org>
2393         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
2395 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2397         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
2398         (ruby-smie-rules): Use smie-rule-parent instead.
2400         * emacs-lisp/smie.el (smie-rule-parent): Always call
2401         smie-indent-virtual rather than only for hanging tokens.
2402         (smie--next-indent-change): New helper command.
2404 2013-11-03  Glenn Morris  <rgm@gnu.org>
2406         * Makefile.in (abs_srcdir): Remove.
2407         (emacs): Unset EMACSLOADPATH.
2409 2013-11-02  Glenn Morris  <rgm@gnu.org>
2411         * Makefile.in (EMACS): Use a relative filename.
2412         (abs_top_builddir): Remove.
2413         (custom-deps, finder-data, autoloads): Use --chdir.
2415         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
2417         Use relative filenames in TAGS files.
2418         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2419         (lisptagsfiles4, TAGS): Use relative file names.
2420         (TAGS-LISP): Remove.
2421         (maintainer-clean): No more TAGS-LISP file.
2423         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
2424         (lisptagsfiles4): Use absolute filenames again.
2425         (TAGS, TAGS-LISP): Not everything needs to run in one line.
2426         Remove all *loaddefs files, not just the first.  Remove esh-groups.
2427         (maintainer-clean): Delete TAGS, TAGS-LISP.
2429 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2431         * emacs-lisp/package.el (package-version-join):
2432         Recognize snapshot versions.
2434 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2436         * subr.el (version-regexp-alist): Add support for snapshot versions.
2438 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2440         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
2441         New function, replacement for `smie-rule-parent' for when we want to
2442         skip over our direct parent if it's an assignment token..
2443         (ruby-smie-rules): Use it.
2445 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
2447         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
2448         unconditionally.  Remove now unnecessary forward declarations.
2449         Remove XEmacs-specific setup.
2450         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2451         (ruby-font-lock-syntactic-keywords)
2452         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
2453         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2454         (ruby-here-doc-end-syntax): Remove.
2455         (ruby-mode): Don't check whether `syntax-propertize-rules' is
2456         defined as function.
2458 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
2460         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
2462 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2464         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
2465         table and abbrev table, `define-derived-mode' does that for us
2466         anyway.
2468 2013-11-01  Glenn Morris  <rgm@gnu.org>
2470         * Makefile.in: Remove manual mh-e dependencies (writing .elc
2471         files is atomic for some time, so no parallel compilation issues).
2473 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
2475         * faces.el (face-x-resources): Add :distant-foreground.
2476         (region): Use :distant-foreground for gtk and ns.
2478 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
2480         Allow multiple bibliographies when BibLaTeX is used rather than
2481         BibTeX.
2482         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
2483         (reftex-locate-bibliography-files): Us it.
2485 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
2487         * image.el (image-type-header-regexps): Fix the 'pbm' part to
2488         allow comments in pbm files.
2490         * term/w32-win.el (dynamic-library-alist): Support newer versions
2491         of libjpeg starting with v7: look only for the DLL from the
2492         version against which Emacs was built.
2493         Support versions of libpng beyond 1.4.x.
2494         Support libtiff v4.x.
2496 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
2498         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
2499         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
2500         Add property :safe.
2501         (ruby-deep-arglist): Add property :type.
2503 2013-10-31  Glenn Morris  <rgm@gnu.org>
2505         * Makefile.in (custom-deps, finder-data): No need to setq the target
2506         variables, we are in the right directory and the defaults work fine.
2508 2013-10-30  Glenn Morris  <rgm@gnu.org>
2510         * Makefile.in (autoloads): Do not use abs_lisp.
2512         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2513         `newline' does not respect `standard-output', so use `princ'.
2515 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
2517         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
2518         * buff-menu.el (Buffer-menu--unmark): New function.
2519         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
2521 2013-10-30  Glenn Morris  <rgm@gnu.org>
2523         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
2525         * emacs-lisp/package.el (lm-homepage): Declare.
2527         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
2528         Fix doc typos.
2530         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
2532         * Makefile.in (finder-data, autoloads, update-subdirs)
2533         (compile-main, compile-clean, compile-always, bootstrap-clean):
2534         Check return value of cd.
2535         (compile-calc): Remove.
2537 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
2541         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
2542         (byte-compile-and-folded): New function.
2543         (=, <, >, <=, >=): Use it.
2545         * dos-w32.el (minibuffer-history-case-insensitive-variables)
2546         (path-separator, null-device, buffer-file-coding-system)
2547         (lpr-headers-switches): Check system-type before modifying them.
2548         (find-buffer-file-type-coding-system): Mark obsolete.
2549         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
2550         find-file-not-found-set-buffer-file-coding-system.
2551         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
2552         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
2553         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
2554         (w32-direct-print-region-helper, w32-direct-print-region-function)
2555         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
2556         * startup.el (normal-top-level-add-subdirs-to-load-path):
2557         * ps-print.el (ps-print-region-function):
2558         * lpr.el (print-region-function): Use new name.
2560         * subr.el (custom-declare-variable-early): Remove function.
2561         (custom-declare-variable-list): Remove var.
2562         (error, user-error): Remove `while' loop.
2563         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
2564         (user-emacs-directory-warning, locate-user-emacs-file):
2565         Move to files.el.
2566         * simple.el (read-quoted-char-radix, read-quoted-char):
2567         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
2568         Move from subr.el.
2569         * custom.el (custom-declare-variable-list): Don't process
2570         custom-declare-variable-list.
2572         * progmodes/python.el (python-shell-get-buffer): New function.
2573         (python-shell-get-process): Use it.
2574         (python-shell-send-string): Always use utf-8 and add a cookie to tell
2575         Python which encoding was used.  Don't split-string since we only care
2576         about the first line.  Return the temp-file, if applicable.
2577         (python-shell-send-region): Tell compile.el how to turn locations in
2578         the temp-file into locations in the source buffer.
2580 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * subr.el (undefined): Add missing behavior from the C code for
2583         unbound keys.
2585         * rect.el: Use lexical-binding.  Add new rectangular region support.
2586         (rectangle-mark): New command.
2587         (rectangle--region): New var.
2588         (deactivate-mark-hook): Reset rectangle--region.
2589         (rectangle--extract-region, rectangle--insert-for-yank)
2590         (rectangle--highlight-for-redisplay)
2591         (rectangle--unhighlight-for-redisplay): New functions.
2592         (region-extract-function, redisplay-unhighlight-region-function)
2593         (redisplay-highlight-region-function): Use them to handle
2594         rectangular region.
2595         * simple.el (region-extract-function): New var.
2596         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2597         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2598         (kill-region): Replace obsolete `yank-handler' arg with `region'.
2599         (copy-region-as-kill, kill-ring-save): Add `region' argument.
2600         (redisplay-unhighlight-region-function)
2601         (redisplay-highlight-region-function): New vars.
2602         (redisplay--update-region-highlight): New function.
2603         (pre-redisplay-function): Use it.
2604         (exchange-point-and-mark): Don't deactivate the mark before
2605         reactivate-it anyway.
2606         * comint.el (comint-kill-region): Remove yank-handler argument.
2607         * delsel.el (delete-backward-char, backward-delete-char-untabify)
2608         (delete-char): Remove property, since it's now part of their
2609         default behavior.
2610         (self-insert-iso): Remove property since this command doesn't exist.
2612         * emacs-lisp/package.el (package--download-one-archive)
2613         (describe-package-1): Don't query the user about final newline.
2615 2013-10-29  Daniel Colascione  <dancol@dancol.org>
2617         * net/tramp.el (tramp-methods): Document new functionality.
2618         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2619         tramp-hostname-checker if method provides one instead of scanning
2620         argument list for "%h" to decide hostname acceptability.
2622 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
2624         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2625         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2626         Handle COPY-CONTENTS.  (Bug#15737)
2628 2013-10-28  Daiki Ueno  <ueno@gnu.org>
2630         * epa-file.el
2631         (epa-file-cache-passphrase-for-symmetric-encryption):
2632         Document that this option has no effect with GnuPG 2.0 (bug#15552).
2634 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
2636         * image.el (defimage):
2637         (image-load-path): Doc fixes.
2639 2013-10-27  Alan Mackenzie  <acm@muc.de>
2641         Indent statements in macros following "##" correctly.
2642         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2643         Modify the "#" arm of a cond form to handle "#" and "##" operators.
2645 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2647         * linum.el (linum-update-window): Fix boundary test (bug#13446).
2649 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
2651         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2652         after `=' is probably a new expression.
2654 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2656         * man.el (man-imenu-title): New option.
2657         (Man-mode-map): Add menu.  (Bug#15722)
2658         (Man-mode): Add imenu to menu.
2660 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
2662         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2663         specific in what the first arg can be: a non-keyword word,
2664         string/regexp/percent literal opener, opening paren, or unary
2665         operator followed directly by word.
2667 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2670         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2671         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2672         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2673         Remove vars, they do not apply any more.
2674         (prolog-mode-abbrev-table): Remove redundant declaration.
2675         (prolog-upper-case-string, prolog-lower-case-string): Remove.
2676         (prolog-use-smie): Remove.
2677         (prolog-smie-rules): Add indentation rule for the if-then-else layout
2678         supported by prolog-electric-if-then-else-flag.
2679         (prolog-mode-variables, prolog-menu): Use setq-local.
2680         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2681         Remove binding to `Backspace' since this key doesn't exist anyway.
2682         Remove bindings for electric self-inserting keys.
2683         (prog-mode): Assume it's defined.
2684         (prolog-post-self-insert): New function.
2685         (prolog-mode): Use it.
2686         (prolog-indent-line, prolog-indent-level)
2687         (prolog-find-indent-of-matching-paren)
2688         (prolog-indentation-level-of-line, prolog-goto-comment-column)
2689         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2690         (prolog-goto-next-paren, prolog-in-string-or-comment)
2691         (prolog-tokenize, prolog-inside-mline-comment)
2692         (prolog-find-start-of-mline-comment): Remove functions.
2693         (prolog-find-unmatched-paren, prolog-clause-end)
2694         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2695         (prolog-electric--if-then-else): Rename from
2696         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2697         (prolog-tokenize-searchkey): Remove const.
2698         (prolog-clause-info): Use forward-sexp.
2699         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2700         (prolog-electric-if-then-else): Remove commands.
2701         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2702         for use in post-self-insert-hook.
2703         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2704         for use in post-self-insert-hook.
2705         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2706         for use in post-self-insert-hook.
2707         (prolog-electric--underscore): Rename from prolog-electric--underscore;
2708         adapt it for use in post-self-insert-hook.
2710 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
2712         * emacs-lisp/ert.el (ert-run-tests-interactively):
2713         Use `completing-read'.  (Bug#9756)
2715 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
2717         * simple.el (line-move): Call line-move-1 instead of
2718         line-move-visual when the current window hscroll is zero, but
2719         temporary-goal-column indicates we will need to hscroll as result
2720         of the movement.  (Bug#15712)
2722 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
2724         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
2725         capitalization.  Use :visible instead of :active.
2726         Fix `ruby-indent-exp' reference.  Add menu items for the generic
2727         commands that are used with SMIE.
2728         (ruby-do-end-to-brace): Insert space after `{'.
2730 2013-10-25  John Anthony  <john@jo.hnanthony.com>
2732         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
2734         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
2736 2013-10-25  Glenn Morris  <rgm@gnu.org>
2738         * vc/vc.el (vc-print-log): Don't use a working revision unless
2739         one was explicitly specified.  (Bug#15322)
2741 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2743         * subr.el (add-to-list): Preserve return value in compiler-macro
2744         (bug#15692).
2746 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2748         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2749         result.  Ask user to retry using '-all' flag.  (Bug#15701)
2751 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2753         * emacs-lisp/smie.el: New smie-config system.
2754         (smie-config): New defcustom.
2755         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2756         (smie-config-guess, smie-config-save): New commands.
2757         (smie-config--mode-local, smie-config--buffer-local)
2758         (smie-config--trace, smie-config--modefuns): New vars.
2759         (smie-config--advice, smie-config--mode-hook)
2760         (smie-config--setter, smie-config-local, smie-config--get-trace)
2761         (smie-config--guess-value, smie-config--guess): New functions.
2762         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2763         text properties.  Treat "string fence" syntax like string syntax.
2765         * progmodes/sh-script.el (sh-use-smie): Change default.
2766         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2767         (sh-var-value): Simplify by CSE.
2768         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2769         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2770         is used.
2771         (sh-guess-basic-offset): Use cl-incf.
2772         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2774 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
2776         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2777         (bug#15699).
2779 2013-10-24  Glenn Morris  <rgm@gnu.org>
2781         * Makefile.in (abs_top_srcdir): Remove.
2782         (update-subdirs): Use relative path to update-subdirs.
2784 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
2786         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2787         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2788         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2789         Call unmsys--file-name before expand-file-name, not after it.
2791 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
2793         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2794         (ert-test-skipped): New error.
2795         (ert-skip, ert-stats-skipped): New defuns.
2796         (ert--skip-unless): New macro.
2797         (ert-test-skipped): New struct.
2798         (ert--run-test-debugger, ert-test-result-type-p)
2799         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2800         (ert--stats-set-test-and-result, ert-char-for-test-result)
2801         (ert-string-for-test-result, ert-run-tests-batch)
2802         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
2803         Handle skipped tests.  (Bug#9803)
2805 2013-10-24  Glenn Morris  <rgm@gnu.org>
2807         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2809         * Makefile.in (abs_top_srcdir): New, set by configure.
2810         (update-subdirs): Correct build-aux location.
2812 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
2814         * vc/vc.el (vc-print-root-log): Always set `default-directory'
2815         value, whether we could auto-deduce `backend', or not.
2817         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2818         with parameters" example.  Simplify the "is it block or is it
2819         hash" check, but also make it more thorough.
2821 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
2823         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
2825 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2827         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2828         { if it is hanging.
2830         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2831         :before ";".
2833 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
2835         * progmodes/compile.el (compilation-directory-matcher)
2836         (compilation-page-delimiter):
2837         Support GNU Make-4.0 directory quoting.  (Bug#15678)
2839 2013-10-23  Leo Liu  <sdl.web@gmail.com>
2841         * ido.el (ido-tidy): Handle read-only text.
2843 2013-10-23  Glenn Morris  <rgm@gnu.org>
2845         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2846         (emacs, compile, compile-always):
2847         Quote entities that might contain whitespace.
2848         (custom-deps, finder-data, autoloads): Use abs_lisp.
2849         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2850         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2851         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2853 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
2855         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2856         Use `following-char'.
2858 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2860         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2861         * progmodes/ruby-mode.el (ruby-smie-rules):
2862         Remove corresponding workaround.  Fix indentation rule of ";" so it
2863         also applies when ";" is the parent.
2865 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
2867         * frame.el (display-screens, display-pixel-height)
2868         (display-pixel-width, display-mm-width, display-backing-store)
2869         (display-save-under, display-planes, display-color-cells)
2870         (display-visual-class, display-monitor-attributes-list):
2871         Mention the optional ‘display’ argument in doc strings.
2873 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
2875         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2876         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
2878 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
2880         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2881         TODO.  Add "." after " @ ".
2882         (ruby-smie--at-dot-call): New function.  Checks if point at method
2883         call with explicit target.
2884         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2885         to the method name tokens when it precedes them.
2886         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2887         (ruby-smie-rules): Add rule for indentation before and after "."
2888         token.
2890 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * textmodes/remember.el (remember-diary-extract-entries):
2893         Avoid add-to-list.
2895         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2896         an instruction.
2898 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
2900         * progmodes/ruby-mode.el (ruby-smie-grammar):
2901         Add (almost) all infix operators.
2902         (ruby-smie--implicit-semi-p): Add new operator chars.
2904         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2905         `smie-down-list'.
2906         (ruby-smie--args-separator-p): Check that there's no newline
2907         between method call and its arguments.
2909 2013-10-20  Alan Mackenzie  <acm@muc.de>
2911         Allow comma separated lists after Java "implements".
2913         * progmodes/cc-engine.el (c-backward-over-enum-header):
2914         Parse commas.
2915         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2916         from a "disallowed" list in enum fontification.
2918 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
2920         * startup.el (default-frame-background-mode): Remove unused defvar.
2922         * progmodes/verilog-mode.el (verilog-mode): Don't set
2923         comment-indent-function globally.
2925 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
2927         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2928         Move Info menu item creation to ns-win.el.
2930         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2931         in menu bar.
2933         * menu-bar.el: Move GNUStep specific menus...
2935         * term/ns-win.el (ns-initialize-window-system): ... to here.
2937 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2939         * simple.el (newline): Only run post-self-insert-hook when
2940         called interactively.
2942 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
2944         * icomplete.el (icomplete-with-completion-tables): Add :version.
2946 2013-10-19  Alan Mackenzie  <acm@muc.de>
2948         Fix fontification bugs with constructors and const.
2950         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2951         CASE 2) Remove the check for the absence of a suffix construct
2952         after a function declaration with only types (no identifiers) in
2953         the parentheses.  Also, accept a function declaration with just a
2954         type inside the parentheses, if this type can be positively
2955         recognised as such, or if a prefix keyword like "explicit" nails
2956         down the construct as a declaration.
2958 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
2960         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2961         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
2962         the problem whereby selecting a menu item that leads to a
2963         minibuffer prompt moves the cursor out of the minibuffer window,
2964         making it hard to type at the prompt.  Suggested by Stefan Monnier
2965         <monnier@iro.umontreal.ca>.
2967 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
2969         * menu-bar.el: Don't make Services menu.
2971 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2973         * ffap.el: Handle "/usr/include/c++/<version>" directories.
2974         (ffap-alist): Use ffap-c++-mode for c++-mode.
2975         (ffap-c++-path): New variable.
2976         (ffap-c++-mode): New function.
2978 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
2980         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
2982 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
2984         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2985         introduced on 2013-09-08, which results in an infinite loop
2986         requesting a password.
2988 2013-10-18  Glenn Morris  <rgm@gnu.org>
2990         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2992 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
2994         Sync with upstream verilog-mode revision 1a6ecec7.
2995         * progmodes/verilog-mode.el (verilog-mode-version): Update.
2996         (verilog-mode-release-date): Remove.
2997         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2998         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2999         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
3000         (verilog-auto-tieoff-ignore-regexp)
3001         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
3002         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
3003         (verilog-signals-with, verilog-dir-cache-preserving)
3004         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
3005         Doc fixes.
3006         (verilog-case-fold): New option, to control case folding in
3007         regexp searches, bug597.
3008         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
3009         (verilog-string-match-fold, verilog-in-paren-count)
3010         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
3011         (verilog-at-close-struct-p): New functions.
3012         (verilog-beg-block-re-ordered, verilog-extended-case-re)
3013         (verilog-forward-sexp, verilog-set-auto-endcomments):
3014         (verilog-leap-to-case-head): Handle "unique0" case.
3015         (verilog-in-constraint-re): New constant.
3016         (verilog-keywords, verilog-type-font-keywords):
3017         Add some SystemVerilog 1800-2012 keywords.
3018         (verilog-label-be): Remove unimplemented argument, bug669.
3019         (verilog-batch-execute-func): When batch expanding clear
3020         create-lockfiles to prevent spurious user locks when a file ends
3021         up not changing.
3022         (verilog-calculate-indent, verilog-calc-1)
3023         (verilog-at-close-constraint-p, verilog-at-constraint-p)
3024         (verilog-do-indent): Fix indentation of nested constraints
3025         and structures.
3026         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
3027         (verilog-auto-inst-param): Use verilog-string-match-fold.
3028         (verilog-read-inst-module-matcher):
3029         Fix AUTOINST on gate primitives with #1.
3030         (verilog-read-decls): Fix double-declaring user-defined typed signals.
3031         Reads all user-defined typed variables.
3032         (verilog-read-defines): Fix reading definitions inside comments, bug647.
3033         (verilog-signals-matching-regexp)
3034         (verilog-signals-not-matching-regexp, verilog-auto):
3035         Respect verilog-case-fold.
3036         (verilog-diff-report): Fix line count.
3037         (verilog-auto-assign-modport): Remove unused local `modi'.
3038         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
3039         better handle multidimensional arrays.
3040         Fix packed array ports misadding bit index in AUTOINST, bug637.
3041         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
3042         to not double-declare existing outputs and inputs, respectively.
3043         (verilog-template-map): Bind U to verilog-sk-uvm-component.
3044         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
3045         (verilog-sk-uvm-component): New skeleton.
3046         (verilog-submit-bug-report): Add verilog-case-fold,
3047         remove verilog-mode-release-date.
3049 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
3051         * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
3052         as before.
3054 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
3056         * textmodes/remember.el (remember): Set buffer-offer-save in
3057         remember buffers (bug#13566).
3059 2013-10-18  Daniel Colascione  <dancol@dancol.org>
3061         When evaluating forms in ielm, direct standard output to ielm
3062         buffer.  Add new ielm-return-for-effect command.  Remove trailing
3063         whitespace throughout.
3065         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
3066         (ielm-return-for-effect): New command.
3067         (ielm-send-input): Accept optional `for-effect' parameter.
3068         (ielm-eval-input): Accept optional `for-effect' parameter.
3069         Bind `standard-output' to stream we create using
3070         `ielm-standard-output-impl'.  Suppress printing result when
3071         `for-effect'.
3072         (ielm-standard-output-impl): New function.
3073         (inferior-emacs-lisp-mode): Explain new features in documentation.
3075 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
3077         Code cleanup.
3079         * net/tramp.el (tramp-debug-message): Do not check for connection
3080         buffer.
3081         (tramp-message): Use "vector" connection property.
3083         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
3084         (tramp-equal-remote, tramp-eshell-directory-change)
3085         * net/tramp-adb.el (tramp-adb-handle-copy-file)
3086         (tramp-adb-handle-rename-file)
3087         * net/tramp-cmds.el (tramp-list-remote-buffers)
3088         (tramp-cleanup-connection, tramp-cleanup-this-connection)
3089         * net/tramp-compat.el (tramp-compat-process-running-p)
3090         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
3091         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
3092         (tramp-gvfs-handle-rename-file)
3093         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3094         (tramp-set-file-uid-gid)
3095         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3096         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
3097         of `file-remote-p'.
3099         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
3100         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
3101         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
3102         (tramp-gw-open-network-stream): Suppress unrelated traces.
3104         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
3105         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
3106         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3107         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
3108         connection property.
3110         * net/tramp-cache.el (top): Suppress traces when reading
3111         persistency file.
3113         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3114         Refactor common code.  Improve debug message.
3115         (tramp-maybe-open-connection)
3116         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
3117         connection buffer too early.
3119         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
3120         from `tramp-smb-actions-with-acl'.
3121         (tramp-smb-actions-set-acl): New defconst.
3122         (tramp-smb-handle-copy-directory)
3123         (tramp-smb-action-get-acl): New defun, renamed from
3124         `tramp-smb-action-with-acl'.
3125         (tramp-smb-action-set-acl): New defun.
3126         (tramp-smb-handle-set-file-acl): Rewrite.
3128 2013-10-17  Glenn Morris  <rgm@gnu.org>
3130         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
3132 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3134         * skeleton.el (skeleton-newline): Remove.
3135         (skeleton-internal-1): Use (insert "\n") instead.
3137         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
3138         let-bindings.
3140         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
3141         forward-sexp-function while we redo its job (bug#15613).
3143 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
3145         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
3146         represented by lists.
3148 2013-10-16  Glenn Morris  <rgm@gnu.org>
3150         * tmm.el (tmm--history): New dynamic variable.
3151         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
3153 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
3155         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
3156         (tramp-smb-errors): Add error messages.
3157         (tramp-smb-actions-with-acl): New defconst.
3158         (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
3159         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
3160         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
3161         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
3162         (tramp-smb-get-stat-capability): Fix tests.
3164 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3166         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
3167         (bug#15580).
3169 2013-10-16  Glenn Morris  <rgm@gnu.org>
3171         * ansi-color.el (ansi-color-drop-regexp):
3172         Add 1J, 1K, 2K.  (Bug#15617)
3174         * files.el (hack-local-variables--warned-lexical): New.
3175         (hack-local-variables):
3176         Warn about misplaced lexical-binding.  (Bug#15616)
3178         * net/eww.el (eww-render): Always set eww-current-url,
3179         and update header line.  (Bug#15622)
3180         (eww-display-html): ... Rather than just doing it here.
3182 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
3184         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
3185         menu navigations commands.
3187 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
3189         * progmodes/subword.el (subword-capitalize): Be careful when
3190         the search for [[:alpha:]] fails (bug#15580).
3192 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
3194         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
3195         to commands that scroll the menu.
3197 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
3199         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
3200         Handle methods ending with `?' and `!'.
3202 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
3204         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
3205         `japanese-cp932' to `cp932' to fix the problem where saving a
3206         source file written in Shift_JIS twice would end up having
3207         `coding: japanese-cp932' which Ruby could not recognize.
3208         (ruby-mode-set-encoding): Add support for encodings mapped to nil
3209         in `ruby-encoding-map'.
3210         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
3211         doesn't need to be explicitly declared in magic comment.
3212         (ruby-encoding-map): Add type declaration for better customize UI.
3214 2013-10-13  Glenn Morris  <rgm@gnu.org>
3216         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
3217         Occur buffers are read-only.  http://bugs.debian.org/720775
3219         * emacs-lisp/authors.el (authors-fixed-entries):
3220         Comment out old alpha stuff.
3222 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
3224         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
3225         to `after-save-hook' instead of `before-save-hook'.
3226         (ruby-mode-set-encoding): Use the value of coding system used to
3227         write the file.  Call `basic-save-buffer-1' after modifying the
3228         buffer.
3230 2013-10-13  Alan Mackenzie  <acm@muc.de>
3232         Fix indentation/fontification of Java enum with
3233         "implements"/generic.
3235         * progmodes/cc-engine.el (c-backward-over-enum-header):
3236         Extracted from the three other places and enhanced to handle generics.
3237         (c-inside-bracelist-p): Uses new function above.
3238         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
3239         function above.
3240         (c-font-lock-enum-tail): Uses new function above.
3242 2013-10-13  Kenichi Handa  <handa@gnu.org>
3244         * international/mule-cmds.el (select-safe-coding-system): Remove a
3245         superfluous condition in chekcing whether a coding system is safe
3246         or not.
3248 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
3250         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
3252 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
3254         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
3256 2013-10-13  Glenn Morris  <rgm@gnu.org>
3258         * menu-bar.el (menu-bar-update-buffers):
3259         Unify Buffers menu prompt string.  (Bug#15576)
3261         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
3263         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
3264         Add some entries.
3265         (authors-fixed-entries): Use accented form of name.
3267 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
3270         method calls (bug#15594).
3271         (ruby-smie--args-separator-p): New function.
3272         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
3273         recognize paren-free method calls.
3275         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
3276         internals of universal-argument.
3278 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
3280         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
3281         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
3282         dropped menu on second mouse click on the menu bar.
3284 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3286         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
3287         (explicit-shell-file-name): Declare.
3288         (sh--vars-before-point, sh--cmd-completion-table): New functions.
3289         (sh-completion-at-point-function): New function.
3290         (sh-mode): Use it.
3291         (sh-smie--keyword-p): Remove unused argument.
3292         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
3293         vars.
3294         (sh-set-shell): Always setup SMIE, even if we use the
3295         old indentation code.
3297 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
3299         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
3300         cases of ? and =.
3301         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
3302         predicate would return nil are almost non-existent.
3303         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
3305         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
3306         cache also after commands that modify the buffer but don't move
3307         point.
3309 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3311         * env.el (substitute-env-in-file-name): New function.
3312         (substitute-env-vars): Extend the meaning of the optional arg.
3314 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
3316         * term/w32-win.el (dynamic-library-alist): Define separate lists
3317         of GIF DLLs for versions before and after 5.0.0 of giflib.
3318         (Bug#15531)
3320 2013-10-10  João Távora  <joaotavora@gmail.com>
3322         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
3323         not locked, use last revision and current source as
3324         defaults.  (Bug#15569)
3326 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
3328         * menu-bar.el (menu-bar-open): Don't use popup-menu if
3329         menu-bar is hidden.
3331 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
3333         * window.el (pop-to-buffer-same-window): Fix doc-string.
3334         (Bug#15492)
3336 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
3340 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
3342         * calendar/icalendar.el (icalendar-import-file):
3343         Fix interactive spec.  (Bug#15482)
3345 2013-10-10  Glenn Morris  <rgm@gnu.org>
3347         * desktop.el (desktop-save): Default to saving in .emacs.d,
3348         since PWD is no longer in desktop-path by default.  (Bug#15319)
3350         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
3351         now that text mode has a menu with the same entry.
3352         (menu-bar-text-mode-auto-fill): Remove now unused func.
3353         * textmodes/text-mode.el (text-mode-map):
3354         Use auto-fill help text from menu-bar.el.
3356 2013-10-10  John Anthony  <john@jo.hnanthony.com>
3358         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
3360 2013-10-09  Juri Linkov  <juri@jurta.org>
3362         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
3363         instead of this-command-keys.  Add universal-argument-more and
3364         universal-argument-minus to the list of prefix commands.  (Bug#15568)
3366 2013-10-09  Glenn Morris  <rgm@gnu.org>
3368         * vc/vc-svn.el (vc-svn-create-repo):
3369         Expand paths in file://... url.  (Bug#15446)
3371         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
3372         Add some entries.
3373         (authors): Remove unused local variables.
3375 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3377         * profiler.el: Create a more coherent calltree from partial backtraces.
3378         (profiler-format): Hide the tail with `invisible' so that C-s can still
3379         find the hidden elements.
3380         (profiler-calltree-depth): Don't recurse so enthusiastically.
3381         (profiler-function-equal): New hash-table-test.
3382         (profiler-calltree-build-unified): New function.
3383         (profiler-calltree-build): Use it.
3384         (profiler-report-make-name-part): Indent the calltree less.
3385         (profiler-report-mode): Add visibility specs for profiler-format.
3386         (profiler-report-expand-entry, profiler-report-toggle-entry):
3387         Expand the whole subtree when provided with a prefix arg.
3389 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
3391         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
3392         iuwu-mod token.
3393         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
3394         hanging iuwu-mod token.
3395         (ruby-smie--forward-token): Do not include a dot after a token in
3396         that token.
3397         (ruby-smie--backward-token): Likewise.
3399 2013-10-08  Juri Linkov  <juri@jurta.org>
3401         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
3402         to isearch-other-control-char.
3403         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
3404         and isearch-post-command-hook to post-command-hook.
3405         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
3406         and isearch-post-command-hook from post-command-hook.
3407         (isearch-unread-key-sequence)
3408         (isearch-reread-key-sequence-naturally)
3409         (isearch-lookup-scroll-key, isearch-other-control-char)
3410         (isearch-other-meta-char): Remove functions.
3411         (isearch-pre-command-hook, isearch-post-command-hook):
3412         New functions based on isearch-other-meta-char rewritten
3413         relying on the new behavior of overriding-terminal-local-map
3414         that does not replace the local keymaps any more.  (Bug#15200)
3416 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
3418         Support menus on text-mode terminals.
3419         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
3420         functionality.
3422         * tooltip.el (tooltip-mode): Don't error out on TTYs.
3424         * menu-bar.el (popup-menu, popup-menu-normalize-position):
3425         Move here from mouse.el.
3426         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
3427         and arrow keys.
3428         (tty-menu-navigation-map): New map for TTY menu navigation.
3430         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
3432         * frame.el (display-mouse-p): Report text-mode mouse as available
3433         on w32.
3434         (display-popup-menus-p): Report availability if mouse is
3435         available; don't condition on window-system.
3437         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
3438         (tty-menu-selected-face): New faces.
3440 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3442         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
3443         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
3444         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
3445         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
3446         New constants.
3447         (lisp-mode-variables): New `elisp' argument.
3448         (emacs-lisp-mode): Use it.
3449         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
3450         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
3452         * indent.el: Use lexical-binding.
3453         (indent-region): Add progress reporter.
3454         (tab-stop-list): Make it implicitly extend to infinity by repeating the
3455         last step.
3456         (indent--next-tab-stop): New function to implement this behavior.
3457         (tab-to-tab-stop, move-to-tab-stop): Use it.
3459 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
3461         * indent.el (indent-rigidly--current-indentation): New function.
3462         (indent-rigidly-map): New var.
3463         (indent-rigidly): Use it to provide interactive mode (bug#8196).
3465 2013-10-08  Bastien Guerry  <bzg@gnu.org>
3467         * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
3469 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3471         * progmodes/perl-mode.el: Use lexical-binding.
3472         Remove redundant :group args.
3473         (perl-nochange): Change default to be closer to other major modes's
3474         standard behavior.
3475         (perl-indent-line): Don't consider text on current line as a
3476         valid beginning of function from which to indent.
3478         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
3479         with more than one argument (bug#15538).
3481         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
3483         * vc/pcvs.el: Use lexical-binding.
3484         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
3485         environment of `eval'.
3486         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
3487         than a list of expressions.  Adjust callers.
3488         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
3490 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
3492         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
3493         case of the dot in a chained method call being on the following line.
3495 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * electric.el (electric-indent-inhibit): New var.
3498         (electric-indent-post-self-insert-function): Use it.
3499         * progmodes/python.el (python-mode): Set it.
3501         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
3502         open braces.
3504         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
3506         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
3507         (css-mode): Use electric-indent-chars.
3509         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
3510         (font-lock-beg, font-lock-end): Move before first use.
3511         (nxml-mode): Use syntax-propertize-function.
3512         (nxml-after-change, nxml-after-change1): Adjust accordingly.
3513         (nxml-extend-after-change-region): Remove.
3514         * nxml/xmltok.el: Use lexical-binding.
3515         (xmltok-save): Use `declare'.
3516         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
3517         * nxml/nxml-util.el: Use lexical-binding.
3518         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
3519         Use `declare'.
3520         * nxml/nxml-ns.el: Use lexical-binding.
3521         (nxml-ns-save): Use `declare'.
3522         (nxml-ns-prefixes-for): Avoid add-to-list.
3523         * nxml/rng-match.el: Use lexical-binding.
3524         (rng--ipattern): Use cl-defstruct.
3525         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
3526         (rng-cons-group-after, rng-subst-group-after)
3527         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
3528         Use closures instead of `(lambda...).
3530 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
3532         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
3533         of BEG and END.
3535         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3536         Use `tramp-handle-insert-file-contents'.
3537         (tramp-gvfs-handle-insert-file-contents): Remove function.
3539         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3540         Use `save-restriction' in order to keep markers.
3542         * net/trampver.el: Update release number.
3544 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * progmodes/compile.el (compilation-parse-errors):
3547         Use compilation--put-prop.
3548         (compilation--ensure-parse): Check compilation-multiline.
3550         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
3552         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
3553         lexical-binding.
3555         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
3557         * progmodes/ruby-mode.el: Fix recently added tests.
3558         (ruby-smie-grammar): Add - and +.
3559         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
3560         (ruby-smie--backward-id): New functions.
3561         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
3562         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
3563         any more.
3565 2013-10-07  Leo Liu  <sdl.web@gmail.com>
3567         * register.el (register-preview-delay)
3568         (register-preview-functions): New variables.
3569         (register-read-with-preview, register-preview)
3570         (register-describe-oneline): New functions.
3571         (point-to-register, window-configuration-to-register)
3572         (frame-configuration-to-register, jump-to-register)
3573         (number-to-register, view-register, insert-register)
3574         (copy-to-register, append-to-register, prepend-to-register)
3575         (copy-rectangle-to-register): Use register-read-with-preview to
3576         read register.  (Bug#15525)
3578 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
3580         * net/network-stream.el (network-stream-open-starttls): Don't add
3581         --insecure if it's already present, because that gnutls-cli
3582         rejects getting that parameter twice.
3584 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
3586         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
3587         keyword, too.
3589 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
3591         * newcomment.el (comment-use-global-state): Change default value
3592         to t, mark obsolete (Bug#15251).
3593         (comment-beginning): In addition to `comment-to-syntax', check the
3594         value of `comment-use-global-state'.
3596 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3599         (ruby-comment-column): Follow the global default, by default.
3600         (ruby-smie-grammar): Add assignment syntax.
3601         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3602         open-paren, a comma, or a \.
3603         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3604         and line continuations.
3605         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3606         followed by implicit semi-colons.  Add rule for string concatenation
3607         and for indentation at BOB.
3608         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3610         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3611         calling next-sexp, since next-token may have skipped chars which
3612         next-sexp doesn't know should be skipped!
3614 2013-10-05  Leo Liu  <sdl.web@gmail.com>
3616         * progmodes/octave.el (octave-send-region):
3617         Call compilation-forget-errors.
3619 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3621         * vc/vc-svn.el (vc-svn-find-admin-dir):
3622         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3623         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3624         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3625         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3627 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3631 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3633         * subr.el (read-passwd): Hide chars even when called within a context
3634         where after-change-functions is disabled (bug#15501).
3635         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3636         until we removed ourself from overriding-terminal-local-map.
3638 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3640         * progmodes/octave.el (inferior-octave-mode):
3641         Call compilation-forget-errors.
3643 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
3645         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3647 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
3649         * net/secrets.el (secrets-create-collection): Add optional
3650         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
3651         dbus-call-method argument.  (Bug#15516)
3653 2013-10-04  Leo Liu  <sdl.web@gmail.com>
3655         * progmodes/octave.el (inferior-octave-error-regexp-alist)
3656         (inferior-octave-compilation-font-lock-keywords): New variables.
3657         (compilation-error-regexp-alist)
3658         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3659         (inferior-octave-mode): Use compilation-shell-minor-mode.
3661 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
3663         * minibuffer.el (completion--replace): Be careful that `end' might be
3664         a marker.
3666 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3668         Add support for package signature checking.
3669         * emacs-lisp/package.el (url-http-file-exists-p)
3670         (epg-make-context, epg-context-set-home-directory)
3671         (epg-verify-string, epg-context-result-for)
3672         (epg-signature-status, epg-signature-to-string)
3673         (epg-check-configuration, epg-configuration)
3674         (epg-import-keys-from-file): Declare.
3675         (package-check-signature): New user option.
3676         (package-unsigned-archives): New user option.
3677         (package-desc): Add `signed' field.
3678         (package-load-descriptor): Set `signed' field if .signed file exists.
3679         (package--archive-file-exists-p): New function.
3680         (package--check-signature): New function.
3681         (package-install-from-archive): Check package signature.
3682         (package--download-one-archive): Check archive signature.
3683         (package-delete): Remove .signed file.
3684         (package-import-keyring): New command.
3685         (package-refresh-contents): Import default keyring.
3686         (package-desc-status): Add "unsigned" status.
3687         (describe-package-1, package-menu--print-info)
3688         (package-menu-mark-delete, package-menu--find-upgrades)
3689         (package-menu--status-predicate): Support "unsigned" status.
3691 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3694         the new compilation scheme using the new byte-codes.
3696         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3697         (byte-pophandler): New byte codes.
3698         (byte-goto-ops): Adjust accordingly.
3699         (byte-compile--use-old-handlers): New var.
3700         (byte-compile-catch): Use new byte codes depending on
3701         byte-compile--use-old-handlers.
3702         (byte-compile-condition-case--old): Rename from
3703         byte-compile-condition-case.
3704         (byte-compile-condition-case--new): New function.
3705         (byte-compile-condition-case): New function that dispatches depending
3706         on byte-compile--use-old-handlers.
3707         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3708         when we can.
3710         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3711         Optimize under `condition-case' and `catch' if
3712         byte-compile--use-old-handlers is nil.
3713         (disassemble-offset): Handle new bytecodes.
3715 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * subr.el (error): Use `declare'.
3718         (decode-char, encode-char): Use advertised-calling-convention instead
3719         of the docstring to discourage use of the `restriction' arg.
3721 2013-10-03  Daiki Ueno  <ueno@gnu.org>
3723         * epg.el (epg-verify-file): Add a comment saying that it does not
3724         notify verification error as a return value nor a signal.
3725         (epg-verify-string): Ditto.
3727 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3729         * progmodes/compile.el (compilation-start): Try globbing the arg to
3730         `cd' (bug#15417).
3732 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
3734         Sync with Tramp 2.2.8.
3736         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3737         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3738         * net/trampver.el: Update release number.
3740 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
3742         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3743         and default-process-coding-system for darwin only.
3745 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3749 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
3751         * vc/vc-git.el (vc-git-grep): Disable pager.
3753 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
3755         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3756         Use :url instead of :homepage, as per
3757         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3759         * newcomment.el (comment-beginning): When `comment-use-syntax' is
3760         non-nil, use `syntax-ppss' (Bug#15251).
3762 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3764         * progmodes/octave.el (inferior-octave-startup-file):
3765         Prefer ~/.emacs.d/init_octave.m.
3767 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
3769         * emacs-lisp/package.el (package-desc-from-define):
3770         Accept additional arguments as plist, convert them to an alist and store
3771         them in the `extras' slot.
3772         (package-generate-description-file): Convert extras alist back to
3773         plist and append to the `define-package' form arguments.
3774         (package--alist-to-plist): New function.
3775         (package--ac-desc): Add `extras' slot.
3776         (package--add-to-archive-contents): Check if the archive-contents
3777         vector is long enough, and if it is, pass its `extras' slot value
3778         to `package-desc-create'.
3779         (package-buffer-info): Call `lm-homepage', pass the returned value
3780         to `package-desc-from-define'.
3781         (describe-package-1): Render the homepage button (Bug#13291).
3783         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3784         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
3786 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
3788         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3789         and default-process-coding-system to utf-8-unix (Bug#15402).
3791 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
3793         * subr.el (looking-back): Do not recommend using looking-back.
3795 2013-09-28  Alan Mackenzie  <acm@muc.de>
3797         Fix indentation/fontification of Java enum with "implements".
3799         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3800         regexp which matches "implements", etc., in Java.
3801         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3802         specifier clauses coming after "enum".
3803         * progmodes/cc-fonts.el (c-font-lock-declarations)
3804         (c-font-lock-enum-tail): Check for extra specifier clauses coming
3805         after "enum".
3807 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
3809         * faces.el (region): Change ns_selection_color to
3810         ns_selection_fg_color, add ns_selection_bg_color.
3812 2013-09-28  Leo Liu  <sdl.web@gmail.com>
3814         * progmodes/octave.el (inferior-octave-completion-table)
3815         (inferior-octave-completion-at-point): Minor tweaks.
3817         * textmodes/ispell.el (ispell-lookup-words): Rename from
3818         lookup-words.  (Bug#15460)
3819         (lookup-words): Obsolete.
3820         (ispell-complete-word, ispell-command-loop): All uses changed.
3822 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3824         * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3825         (octave-mode-menu): Add octave-send-buffer.
3826         (octave-send-buffer): New function.
3828 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3830         * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3831         octave-lookfor.
3832         (octave-mode-menu): Add octave-lookfor.
3833         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3834         octave-lookfor.
3835         (octave-lookfor): New function.
3837 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3839         * emacs-lisp/cl-macs.el:
3840         (cl--loop-destr-temps): Remove.
3841         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3842         its convention.
3843         (cl--loop-set-iterator-function): New function.
3844         (cl-loop): Adjust accordingly, so as not to use cl-subst.
3845         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3846         Bind `it' with `let' instead of substituting it with `cl-subst'.
3847         (cl--unused-var-p): New function.
3848         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3849         Eliminate some unused variable warnings (bug#15326).
3851 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
3853         * doc-view.el (doc-view-scale-reset): Rename from
3854         `doc-view-reset-zoom-level'.
3855         (doc-view-scale-adjust): New command.
3856         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3857         `doc-view-scale-adjust'.
3859 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
3861         * doc-view.el (doc-view-reset-zoom-level): New command.
3862         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3863         zoom commands (bug#15466).
3865 2013-09-26  Kenichi Handa  <handa@gnu.org>
3867         * international/quail.el (quail-help): Make it not a command.
3869 2013-09-26  Leo Liu  <sdl.web@gmail.com>
3871         * minibuffer.el (completion-all-sorted-completions): Make args
3872         optional as they are.
3874 2013-09-25  Daniel Colascione  <dancol@dancol.org>
3876         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3877         specs are and that they're not evaluated.
3879 2013-09-24  Sam Steingold  <sds@gnu.org>
3881         * midnight.el (clean-buffer-list-kill-regexps)
3882         (clean-buffer-list-kill-buffer-names): Update for the new Man
3883         buffer naming which includes the object name.
3885 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3887         * eshell/esh-cmd.el (eshell--sep-terms): New var.
3888         (eshell-parse-command, eshell-parse-pipeline): Use it since
3889         eshell-separate-commands requires a dynamic scoped var.
3890         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3892 2013-09-23  Leo Liu  <sdl.web@gmail.com>
3894         * autoinsert.el (auto-insert-alist): Make the value of
3895         lexical-binding match its file setting.
3897 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
3899         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3901         * autoarg.el (autoarg-kp-digit-argument):
3902         * electric.el (Electric-command-loop):
3903         * kmacro.el (kmacro-step-edit-insert):
3904         Do not set universal-argument-num-events.
3906 2013-09-22  Leo Liu  <sdl.web@gmail.com>
3908         * files.el (interpreter-mode-alist): Add octave.
3910 2013-09-21  Alan Mackenzie  <acm@muc.de>
3912         C++: fontify identifier in declaration following "public:" correctly.
3913         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3914         to match "public", etc.
3915         (c-decl-prefix-re): Add ":" into the C++ value.
3916         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3917         bit.  Add a check for a ":" preceded by "public", etc.
3919 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
3921         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3922         recognized by GDB 7.5 and later.
3924 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
3926         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3928 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3930         * subr.el (internal--call-interactively): New const.
3931         (called-interactively-p): Use it (bug#3984).
3933 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
3935         * vc/pcvs.el (cvs-mode-ignore):
3936         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3937         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
3939 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
3942         (eshell-ls-orig-insert-directory): Remove.
3943         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
3944         (eshell-ls-use-in-dired): Use advice-add/remove.
3945         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3946         Add `orig-fun' arg for use in :around advice.
3947         Make it check (redundantly) eshell-ls-use-in-dired.
3949 2013-09-19  Glenn Morris  <rgm@gnu.org>
3951         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3953         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3955         * emacs-lisp/eieio.el (class-parent): Undo previous change.
3957 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
3959         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3960         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3961         (tramp-get-remote-python): New defuns.
3962         (tramp-get-remote-uid-with-perl)
3963         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
3964         contributed by yary <not.com@gmail.com> (tiny change).
3965         (tramp-get-remote-uid-with-python)
3966         (tramp-get-remote-gid-with-python): New defuns.  Python code
3967         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3968         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3970 2013-09-19  Glenn Morris  <rgm@gnu.org>
3972         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3974         * eshell/em-unix.el (eshell-remove-entries):
3975         Rename argument to avoid name-clash with global `top-level'.
3977         * eshell/esh-proc.el (eshell-kill-process-function):
3978         Remove eshell-reset-after-proc from eshell-kill-hook if present.
3979         (eshell-reset-after-proc): Remove unused arg `proc'.
3981         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3982         (directory-files-and-attributes): Mark unused arg.
3984         * eshell/em-unix.el (eshell-remove-entries):
3985         Remove unused arg `path'.  Update callers.
3987         * eshell/em-hist.el (eshell-hist-parse-arguments):
3988         Remove unused arg `silent'.  Update callers.
3990         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3991         Fix (f)boundp mix-up.
3993         * eshell/em-smart.el (eshell-smart-scroll-window)
3994         (eshell-disable-after-change):
3995         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
3997 2013-09-18  Alan Mackenzie  <acm@muc.de>
3999         Fix fontification of type when followed by "const".
4000         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
4001         "known" types from fontification.
4003 2013-09-18  Glenn Morris  <rgm@gnu.org>
4005         * emacs-lisp/chart.el (x-display-color-cells): Declare.
4006         (chart-face-list): Drop Emacsen without display-color-p.
4008         * net/eww.el (libxml-parse-html-region): Declare.
4009         (eww-display-html): Explicit error if no libxml2 support.
4011         * doc-view.el (doc-view-mode): Silence --without-x compilation.
4013         * image.el (image-type-from-buffer, image-multi-frame-p):
4014         Remove --without-x warning/error.
4016         * mouse.el (mouse-yank-primary):
4017         * term.el (term-mouse-paste):
4018         Reorder to silence --without-x compilation.
4020         * mpc.el (doc-view-mode): Silence --without-x compilation.
4022         * mail/rmailmm.el (rmail-mime-set-bulk-data):
4023         Silence --without-x compilation.
4025         * progmodes/gud.el (gud-find-file, gud-mode):
4026         Silence --without-x compilation.
4027         (tooltip-mode): Declare.
4029         * wdired.el (dired-backup-overwrite): Remove declaration.
4030         (wdired-mode-map): Add doc string.
4032         * custom.el (x-get-resource): Declare.
4034         * eshell/em-glob.el (ange-cache):
4035         * eshell/em-unix.el (ange-cache): Declare.
4037         * faces.el (x-display-list, x-open-connection, x-get-resource):
4038         Declare.
4040         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
4041         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
4042         Declare.
4044         * frame.el (x-display-grayscale-p, x-display-name): Declare.
4046         * net/gnutls.el (gnutls-log-level): Declare.
4048         * net/shr.el (image-size, image-animate): Declare.
4050         * simple.el (font-info): Declare.
4052         * subr.el (x-popup-dialog): Declare.
4054         * term/common-win.el (x-select-enable-primary)
4055         (x-last-selected-text-primary, x-last-selected-text-clipboard):
4056         Declare.
4058         * term/ns-win.el (x-handle-args): Declare.
4060         * term/x-win.el (x-select-enable-clipboard): Declare.
4062         * term/w32-win.el (create-default-fontset): Declare.
4064         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
4065         Declare.
4067         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
4068         (fit-frame-to-buffer): Explicit error if --without-x.
4069         (mouse-autoselect-window-select): Silence compiler.
4071         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4073         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
4074         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
4075         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
4076         * eshell/esh-util.el (eshell-sublist):
4077         Remove unused local variables.
4079         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
4081         * textmodes/two-column.el: Make 2C-split work for --without-x.
4082         (scroll-bar-columns): Autoload.
4083         (top-level): Require fringe when compiling.
4085 2013-09-18  Leo Liu  <sdl.web@gmail.com>
4087         * subr.el (add-hook): Robustify to handle closure as well.
4089 2013-09-17  Glenn Morris  <rgm@gnu.org>
4091         * simple.el (messages-buffer-mode-map): Unbind "g".
4093 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4095         * help-mode.el (help-mode-finish): Use derived-mode-p.
4096         Remove obsolete highlighting.
4098         * play/life.el (life-mode): Use define-derived-mode.  Derive from
4099         special-mode.
4100         (life): Let-bind inhibit-read-only.
4101         (life-setup): Avoid `setq'.  Use `life-mode'.
4103         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
4104         which should not be needed any more.
4105         (package-menu-refresh, package-menu-describe-package): Use user-error.
4107         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
4108         (eshell-post-rewrite-command-hook): Make obsolete.
4109         (eshell-parse-command): Simplify.
4110         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
4111         (eshell--cmd): Declare.
4112         (eshell-parse-pipeline): Remove unused var `final-p'.
4113         Pass a dynvar to eshell-post-rewrite-command-hook.
4114         Implement the new eshell-post-rewrite-command-function.
4115         (eshell-invoke-directly): Remove unused arg `input'.
4116         * eshell/esh-io.el (eshell-io-initialize):
4117         Use eshell-post-rewrite-command-function (bug#15399).
4118         (eshell--apply-redirections): Rename from eshell-apply-redirections;
4119         adjust to new calling convention.
4120         (eshell-create-handles): Rename args to avoid clashing with dynvar
4121         `standard-output'.
4123 2013-09-17  Glenn Morris  <rgm@gnu.org>
4125         * simple.el (messages-buffer-mode): New major mode.
4126         (messages-buffer): New function.
4127         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
4128         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
4129         (ert-run-test): Use `messages-buffer' function.
4130         (ert--force-message-log-buffer-truncation): Ignore read-only.
4131         * help.el (view-echo-area-messages): Use `messages-buffer' function.
4132         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
4134 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
4138         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
4140 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4142         * icomplete.el (icomplete-in-buffer): New var.
4143         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
4144         vars and replace them with functions.
4145         (icomplete-minibuffer-setup): Adjust accordingly.
4146         (icomplete--completion-table, icomplete--completion-predicate)
4147         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
4148         New functions.
4149         (icomplete-forward-completions, icomplete-backward-completions)
4150         (icomplete-simple-completing-p, icomplete-exhibit)
4151         (icomplete-completions): Use them.
4152         (icomplete--in-region-buffer): New var.
4153         (icomplete--in-region-setup): New function.
4154         (icomplete-mode): Use it.
4156         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
4157         (bug#15379).
4158         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
4159         return args and options.
4160         (eshell-eval-using-options): Use the new return value of
4161         eshell--do-opts to set the options's vars in their scope.
4162         (eshell--set-option): Rename from eshell-set-option.
4163         Add arg `opt-vals'.
4164         (eshell--process-option): Rename from eshell-process-option.
4165         Add arg `opt-vals'.
4166         (eshell--process-args): Use an `opt-vals' alist to store the options's
4167         values during their processing and return them additionally to the
4168         remaining args.
4170 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
4172         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
4173         continuation character an operator, as far as indentation is
4174         concerned (Bug#15369).
4176 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
4178         * window.el (window--state-put-2): Don't process buffer state
4179         when buffer doesn't exist any more (Bug#15382).
4181 2013-09-15  Glenn Morris  <rgm@gnu.org>
4183         * eshell/em-unix.el (eshell/rm):
4184         Make -f ignore missing files.  (Bug#15373)
4186         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
4187         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
4188         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
4190 2013-09-14  Glenn Morris  <rgm@gnu.org>
4192         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
4194 2013-09-13  Glenn Morris  <rgm@gnu.org>
4196         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
4197         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
4199 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
4201         * frame.el (x-focus-frame): Mark as declared in frame.c.
4203 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4205         * ls-lisp.el: Use advice-add.
4206         (original-insert-directory): Remove.
4207         (ls-lisp--insert-directory): Rename from insert-directory; add
4208         `orig-fun' argument.
4209         (insert-directory): Advise.
4211 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
4213         * term.el (term-emulate-terminal): Decode the command string
4214         before passing it to term-command-hook.  (Bug#15337)
4216 2013-09-13  Glenn Morris  <rgm@gnu.org>
4218         * eshell/esh-util.el (ange-cache): Move declaration earlier.
4220         * eshell/esh-ext.el (eshell-search-path): Declare.
4222         * eshell/em-prompt.el (eshell/pwd): Autoload it.
4223         Otherwise an error occurs if eshell-dirs module not loaded.
4225         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
4227 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
4229         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
4230         `tramp-check-proper-host'.  Check for a valid method name.
4232         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4233         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4234         * net/tramp-sh.el (tramp-maybe-open-connection):
4235         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
4237         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
4238         also for hash values.
4240 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4242         * term/ns-win.el (parameters): Don't declare as dynamic.
4243         (before-make-frame-hook): Don't add ineffective function.
4245         * eshell/*.el: Use lexical-binding (bug#15231).
4247 2013-09-12  Kenichi Handa  <handa@gnu.org>
4249         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
4251 2013-09-12  Glenn Morris  <rgm@gnu.org>
4253         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
4254         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
4256         * subr.el (do-after-load-evaluation): Also give compiler warnings
4257         when obsolete files are used (except by obsolete files).
4259         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
4260         in the status output, assume `filename' is the first.  (Bug#15322)
4262         * vc/vc.el (vc-deduce-fileset): Doc fix.
4264         * calc/calc-help.el (Info-goto-node):
4265         * progmodes/cperl-mode.el (Info-find-node):
4266         * vc/ediff.el (Info-goto-node): Update declarations.
4268         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
4270         * vc/vc-bzr.el (vc-compilation-mode): Declare.
4271         (vc-bzr-pull): Require vc-dispatcher.
4272         * vc/vc-git.el (vc-compilation-mode): Declare.
4273         (vc-git-pull): Require vc-dispatcher.
4275         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
4277         * progmodes/octave.el (help-button-action): Declare.
4279         * shell.el (shell-directory-tracker): Output error as a message
4280         rather than just returning it as a string.
4281         (shell-process-pushd): Remove useless use of message.
4283         * dframe.el (dframe-timer-fn):
4284         * files.el (dir-locals-read-from-file):
4285         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
4286         (mpc-format):
4287         * reveal.el (reveal-post-command):
4288         * saveplace.el (load-save-place-alist-from-file):
4289         * shell.el (shell-resync-dirs):
4290         * w32-common-fns.el (x-get-selection-value):
4291         * emacs-lisp/copyright.el (copyright-find-copyright):
4292         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
4293         * emulation/tpu-edt.el (tpu-copy-keyfile):
4294         * play/bubbles.el (bubbles--mark-neighbourhood):
4295         * progmodes/executable.el
4296         (executable-make-buffer-file-executable-if-script-p):
4297         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
4299 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4301         Cleanup Eshell to rely less on dynamic scoping.
4302         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
4303         last-value, and ext-command here.  Bind `args' closer to `body'.
4304         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
4305         (eshell--args): Declare new dynamic var.
4306         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
4307         last-value, and ext-command.  Pass `args' to `body'.
4308         (eshell-process-args): Bind eshell--args.
4309         (eshell-set-option): Use eshell--args.
4310         * eshell/eshell.el (eshell): Use derived-mode-p.
4311         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
4312         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
4313         (eshell-glob-function): Declare.
4314         * eshell/esh-util.el: Require cl-lib.
4315         (eshell-read-hosts-file): Avoid add-to-list.
4316         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
4317         `err'.
4318         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
4319         Declare.
4320         (eshell/diff): Remove unused var `err'.
4321         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
4322         `killflag'.
4323         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
4324         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
4325         first use.
4326         * eshell/em-glob.el (eshell-glob-matches, message-shown):
4327         Move declaration before first use.
4328         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
4329         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
4330         rely on cl-return.
4332 2013-09-12  Glenn Morris  <rgm@gnu.org>
4334         * term/ns-win.el (global-map): Remove binding for ispell-next,
4335         deleted 1999-05-29.  (Bug#15357)
4337 2013-09-11  Glenn Morris  <rgm@gnu.org>
4339         * echistory.el (electric-command-history): Remove call to deleted func.
4341         * play/landmark.el (landmark-mode): Fix typos.
4343         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
4344         Check cvs-sort-ignore-file is bound.
4346         * savehist.el: No need for cl when compiling on Emacs.
4348 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
4351         (bug#15338).
4352         (eshell-self-insert-command, eshell-send-invisible):
4353         Remove unused argument.
4354         (eshell-handle-control-codes): Remove unused var `orig'.
4355         Avoid delete-backward-char.
4357         * files.el (set-auto-mode): Simplify a bit further.
4359 2013-09-11  Glenn Morris  <rgm@gnu.org>
4361         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
4362         (set-auto-mode): Don't regexp-quote elements.
4363         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
4364         * progmodes/cc-mode.el (interpreter-mode-alist):
4365         * progmodes/ruby-mode.el (interpreter-mode-alist):
4366         Revert previous change.
4368 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4370         * play/snake.el (snake-mode):
4371         * play/mpuz.el (mpuz-mode):
4372         * play/landmark.el (lm-mode):
4373         * play/blackbox.el (blackbox-mode):
4374         * play/5x5.el (5x5-mode):
4375         * obsolete/options.el (Edit-options-mode):
4376         * net/quickurl.el (quickurl-list-mode):
4377         * net/newst-treeview.el (newsticker-treeview-mode):
4378         * mail/rmailsum.el (rmail-summary-mode):
4379         * mail/mspools.el (mspools-mode):
4380         * locate.el (locate-mode):
4381         * ibuffer.el (ibuffer-mode):
4382         * emulation/ws-mode.el (wordstar-mode):
4383         * emacs-lisp/debug.el (debugger-mode):
4384         * array.el (array-mode):
4385         * net/eudc.el (eudc-mode): Use define-derived-mode.
4386         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
4387         Move initialization into declaration.
4388         (mairix-searches-mode): Use define-derived-mode.
4389         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
4390         (eudc-edit-hotlist): Use dolist.
4391         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
4392         (Man-mode): Use define-derived-mode.
4393         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
4394         (Info-edit-mode): Use define-derived-mode.
4395         (Info-cease-edit): Use Info-mode.
4396         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
4397         into declaration.
4398         (eshell-mode): Use define-derived-mode.
4399         * chistory.el (command-history-mode-map): Rename from
4400         command-history-map.
4401         (command-history-mode): Use define-derived-mode.
4402         (Command-history-setup): Remove function.
4403         * calc/calc.el (calc-trail-mode-map): New var.
4404         (calc-trail-mode): Use define-derived-mode.
4405         (calc-trail-buffer): Set calc-main-buffer manually.
4406         * bookmark.el (bookmark-insert-annotation): New function.
4407         (bookmark-edit-annotation): Use it.
4408         (bookmark-edit-annotation-mode): Make it a proper major mode.
4409         (bookmark-send-edited-annotation): Use derived-mode-p.
4410         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
4411         closer to its ideal place.  Use \' to match EOS.
4413         * profiler.el (profiler-calltree-find): Use function-equal.
4415 2013-09-10  Glenn Morris  <rgm@gnu.org>
4417         * files.el (interpreter-mode-alist): Convert to regexps.
4418         (set-auto-mode): Adapt for this.  (Bug#15306)
4419         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
4420         Comment out unused variable.
4421         * progmodes/cc-mode.el (interpreter-mode-alist):
4422         * progmodes/python.el (interpreter-mode-alist):
4423         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
4424         * progmodes/sh-script.el (sh-set-shell):
4425         No longer use interpreter-mode-alist to get list of shells.
4427         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
4429 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4431         * simple.el: Use set-temporary-overlay-map for universal-argument.
4432         (universal-argument-map): Don't use default-bindings (bug#15317).
4433         Bind switch-frame explicitly.  Replace universal-argument-minus with
4434         a conditional binding.
4435         (universal-argument-num-events, saved-overriding-map): Remove.
4436         (restore-overriding-map): Remove.
4437         (universal-argument--mode): Rename from save&set-overriding-map,
4438         and rewrite.
4439         (universal-argument, universal-argument-more, negative-argument)
4440         (digit-argument): Adjust accordingly.
4441         (universal-argument-minus): Remove.
4442         (universal-argument-other-key): Remove.
4444         * subr.el (with-demoted-errors): Add `format' argument.
4446 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
4448         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
4449         `tramp-cleanup-connection'.
4451         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
4452         parameters KEEP-DEBUG and KEEP-PASSWORD.
4454         * net/tramp.el (tramp-file-name-handler):
4455         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4456         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4457         (tramp-maybe-open-connection):
4458         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4459         Use `tramp-cleanup-connection'.
4461         * net/tramp-sh.el (tramp-maybe-open-connection):
4462         Catch 'uname-changed inside the progress reporter.
4464 2013-09-10  Glenn Morris  <rgm@gnu.org>
4466         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
4468         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
4469         returns "alternate access method" in mode (eg "-rw-r--r--.").
4471 2013-09-08  Glenn Morris  <rgm@gnu.org>
4473         * saveplace.el (load-save-place-alist-from-file):
4474         Demote errors.  (Bug#15305)
4476 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
4478         Improve compatibility with older Emacsen, and XEmacs.
4480         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
4481         only if it is bound.  It isn't for XEmacs.
4482         (with-tramp-progress-reporter): Do not let-bind `result'.
4483         This yields to scoping errors in XEmacs.
4484         (tramp-handle-make-auto-save-file-name): New function, moved from
4485         tramp-sh.el.
4487         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
4488         for `make-auto-save-file-name'.
4489         (tramp-adb--gnu-switches-to-ash):
4490         Use `tramp-compat-replace-regexp-in-string'.
4492         * net/tramp-cache.el (tramp-cache-print): Call
4493         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
4495         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
4496         bound.  It isn't for XEmacs.
4498         * net/tramp-compat.el (tramp-compat-copy-file):
4499         Catch `wrong-number-of-arguments' error.
4500         (tramp-compat-replace-regexp-in-string): New defun.
4502         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
4503         for `make-auto-save-file-name'.
4504         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
4505         `copy-file'.
4506         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
4507         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
4508         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
4510         * net/tramp-gw.el (tramp-gw-open-network-stream):
4511         Use `tramp-compat-replace-regexp-in-string'.
4513         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
4514         Call `tramp-handle-make-auto-save-file-name'.
4515         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
4516         (tramp-sh-file-gvfs-monitor-dir-process-filter)
4517         (tramp-sh-file-inotifywait-process-filter):
4518         Use `tramp-compat-replace-regexp-in-string'.
4519         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
4521         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
4522         for `make-auto-save-file-name'.
4523         (tramp-smb-handle-copy-directory):
4524         Call `tramp-compat-replace-regexp-in-string'.
4525         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
4526         (tramp-smb-handle-copy-file): Improve error message.
4527         (tramp-smb-handle-rename-file): Rename directly only in case
4528         `newname' does not exist yet.  This is a restriction of smbclient.
4529         (tramp-smb-maybe-open-connection): Rerun the function only when
4530         `auth-sources' is non-nil.
4532 2013-09-08  Kenichi Handa  <handa@gnu.org>
4534         * international/characters.el: Set category "^" (Combining) for
4535         more characters.
4537 2013-09-07  Alan Mackenzie  <acm@muc.de>
4539         Correctly fontify Java class constructors.
4540         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
4541         in Java Mode.
4542         (c-recognize-typeless-decls): Set the Java value to t.
4543         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4544         While handling a "(", add a check for, effectively, Java, and handle a
4545         "typeless" declaration there.
4547 2013-09-07  Roland Winkler  <winkler@gnu.org>
4549         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
4550         field subtitle for entry type book.
4552 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4554         * minibuffer.el: Make minibuffer-complete call completion-in-region
4555         rather than other way around.
4556         (completion--some, completion-pcm--find-all-completions):
4557         Don't delay signals when debugging.
4558         (minibuffer-completion-contents): Beware fields within the
4559         minibuffer contents.
4560         (completion-all-sorted-completions): Use defvar-local.
4561         (completion--do-completion, completion--cache-all-sorted-completions)
4562         (completion-all-sorted-completions, minibuffer-force-complete):
4563         Add args `beg' and `end'.
4564         (completion--in-region-1): New fun, extracted from minibuffer-complete.
4565         (minibuffer-complete): Use completion-in-region.
4566         (completion-complete-and-exit): New fun, extracted from
4567         minibuffer-complete-and-exit.
4568         (minibuffer-complete-and-exit): Use it.
4569         (completion--complete-and-exit): Rename from
4570         minibuffer--complete-and-exit.
4571         (completion-in-region--single-word): New function, extracted from
4572         minibuffer-complete-word.
4573         (minibuffer-complete-word): Use it.
4574         (display-completion-list): Make `common-substring' argument obsolete.
4575         (completion--in-region): Call completion--in-region-1 instead of
4576         minibuffer-complete.
4577         (completion-help-at-point): Pass boundaries to
4578         minibuffer-completion-help as args rather than via an overlay.
4579         (completion-pcm--string->pattern): Use `any-delim'.
4580         (completion-pcm--optimize-pattern): New function.
4581         (completion-pcm--pattern->regex): Handle `any-delim'.
4582         * icomplete.el (icomplete-forward-completions)
4583         (icomplete-backward-completions, icomplete-completions):
4584         Adjust calls to completion-all-sorted-completions and
4585         completion--cache-all-sorted-completions.
4586         (icomplete-with-completion-tables): Default to t.
4587         * emacs-lisp/crm.el (crm--current-element): Rename from
4588         crm--select-current-element.  Don't put an overlay but return the
4589         boundaries instead.
4590         (crm--completion-command): Take two new args to bind to the boundaries.
4591         (crm-completion-help): Adjust accordingly.
4592         (crm-complete): Use completion-in-region.
4593         (crm-complete-word): Use completion-in-region--single-word.
4594         (crm-complete-and-exit): Use completion-complete-and-exit.
4596 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4598         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4599         than dynamically.
4601 2013-09-06  Juri Linkov  <juri@jurta.org>
4603         * info.el (Info-display-images-node): When image file doesn't exist
4604         display text version of the image if it's provided in the Info file.
4605         Otherwise, display the location of missing image from SRC attribute.
4606         Add help-echo text property from ALT attribute.  (Bug#15279)
4608 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4610         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4611         (edit-abbrevs-mode): Use define-derived-mode.
4613         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4614         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4615         that it's defined.
4616         (epa-key-list-mode, epa-key-mode, epa-info-mode):
4617         Use define-derived-mode.
4619         * epg.el (epg-start-encrypt): Minor CSE simplification.
4621 2013-09-06  William Xu  <william.xwl@gmail.com>
4623         * arc-mode.el: Add support for 7za (bug#15264).
4624         (archive-7z-program): New var.
4625         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4626         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4627         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4629 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
4631         Remove URL syntax.
4633         * net/tramp.el (tramp-syntax, tramp-prefix-format)
4634         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4635         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4636         (tramp-postfix-host-format, tramp-file-name-regexp)
4637         (tramp-completion-file-name-regexp)
4638         (tramp-completion-dissect-file-name)
4639         (tramp-handle-substitute-in-file-name): Remove 'url case.
4640         (tramp-file-name-regexp-url)
4641         (tramp-completion-file-name-regexp-url): Remove constants.
4643 2013-09-06  Glenn Morris  <rgm@gnu.org>
4645         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
4647 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
4649         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4650         keywords" below "here-doc beginnings" (Bug#15270).
4652 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         * subr.el (pop): Use `car-safe'.
4655         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4656         to detect unused `pop' return value.
4658         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4659         var `block-regexp'.
4660         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4661         (python-fill-string): Remove unused var `marker'.
4662         (python-skeleton-add-menu-items): Remove unused var `items'.
4664         * international/mule-cmds.el: Require CL.
4665         (find-coding-systems-for-charsets): Avoid add-to-list.
4666         (sanitize-coding-system-list): New function, extracted from
4667         select-safe-coding-system-interactively.
4668         (select-safe-coding-system-interactively): Use it.
4669         (read-input-method-name): Accept symbols for `default'.
4671         * emacs-lisp/advice.el (defadvice): Add indent rule.
4673 2013-09-05  Daniel Hackney  <dan@haxney.org>
4675         * dired-x.el:
4676         * net/ange-ftp.el:
4677         * net/browse-url.el:
4678         * net/dbus.el:
4679         * net/eudc.el:
4680         * net/eudcb-ldap.el:
4681         * net/eww.el:
4682         * net/imap.el:
4683         * printing.el:
4684         * vc/ediff-diff.el:
4685         * vc/ediff-init.el:
4686         * vc/ediff-merg.el:
4687         * vc/ediff-mult.el:
4688         * vc/ediff-util.el:
4689         * vc/ediff-wind.el:
4690         * vc/ediff.el:
4691         * vc/emerge.el:
4692         * vc/pcvs.el:
4693         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4694         byte compiler.  Remove some unused let-bound variables.
4696 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4698         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4699         a "ref-cell", since it gets better optimized (bug#14883).
4701 2013-09-05  Glenn Morris  <rgm@gnu.org>
4703         * progmodes/cc-awk.el (c-forward-sws): Declare.
4705 2013-09-04  Glenn Morris  <rgm@gnu.org>
4707         * generic-x.el [rul-generic-mode]: Require cc-mode.
4708         (c++-mode-syntax-table): Declare.
4709         (rul-generic-mode-syntax-table): Init in the defvar.
4711 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4713         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4714         (vc-do-command, vc-set-async-update):
4715         * vc/vc-mtn.el (vc-mtn-dir-status):
4716         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4717         (vc-hg-pull, vc-hg-merge-branch):
4718         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4719         (vc-git-merge-branch):
4720         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4721         (vc-cvs-dir-status-files):
4722         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4723         (vc-bzr-dir-status-files):
4724         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4725         * vc/vc-annotate.el: Use lexical-binding.
4726         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4727         (vc-sentinel-movepoint): Declare.
4728         (vc-annotate): Don't use `goto-line'.
4729         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4730         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4731         (vc-sentinel-movepoint): Declare.
4732         * vc/vc-svn.el: Use lexical-binding.
4733         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4734         * vc/vc-sccs.el:
4735         * vc/vc-rcs.el: Use lexical-binding.
4737         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4738         `deleted'.  Don't drop errors silently.
4740         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4742 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
4744         * vc/vc.el (vc-ignore): Rewrite.
4745         (vc-default-ignore): New function.
4746         (vc-default-ignore-completion-table): Use find-ignore-file.
4748         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4749         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4750         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4751         Remove.  Most code moved to vc.el.
4753 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4755         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
4756         * net/tramp-smb.el (tramp-smb-get-file-entries):
4757         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4758         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4760         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4761         Update call to it.
4762         (eww-change-select): Remove unused var `properties'.
4763         (eww-make-unique-file-name): Remove unused var `base'.
4765         * finder.el (finder-compile-keywords): Don't mess with windows.
4767         * calculator.el (calculator-funcall): Fix typo in last change.
4769         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4771         * emacs-lisp/package.el (package-activate-1): Don't let a missing
4772         <pkg>-autoloads.el file stop us.
4774         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
4775         warnings, and factor out common code.
4777 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
4779         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4780         two-character operators and whether the character preceding them
4781         changes their meaning (Bug#15208).
4783 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4785         Format code sent to Python shell for robustness.
4786         * progmodes/python.el (python-shell-buffer-substring):
4787         New function.
4788         (python-shell-send-region, python-shell-send-buffer): Use it.
4790 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
4792         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4793         * net/tramp.el (tramp-user-error): ... here.
4794         (tramp-find-method, tramp-check-proper-host)
4795         (tramp-dissect-file-name, tramp-debug-message)
4796         (tramp-handle-shell-command):
4797         * net/tramp-adb.el (tramp-adb-handle-shell-command):
4798         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4800         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4802 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
4804         * avoid.el (mouse-avoidance-point-position)
4805         (mouse-avoidance-too-close-p): Handle case where posn-at-point
4806         returns nil.
4808 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4810         * progmodes/python.el (python-shell-completion-get-completions):
4811         Drop use of deleted `comint-last-prompt-overlay'.
4812         (python-nav-if-name-main): New command.
4814 2013-09-01  Glenn Morris  <rgm@gnu.org>
4816         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4817         Avoid leading space in $wins.  Otherwise the sed command used by
4818         eg compile-main ends up containing "/*.el".  (Bug#15170)
4820         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
4822 2013-08-30  Glenn Morris  <rgm@gnu.org>
4824         * emacs-lisp/bytecomp.el (byte-recompile-directory):
4825         Fix is-this-a-directory logic.  (Bug#15220)
4827 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4829         * textmodes/css-mode.el: Use SMIE.
4830         (css-smie-grammar): New var.
4831         (css-smie--forward-token, css-smie--backward-token)
4832         (css-smie-rules): New functions.
4833         (css-mode): Use them.
4834         (css-navigation-syntax-table): Remove var.
4835         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4836         (css-indent-calculate, css-indent-line): Remove functions.
4838         Misc changes to reduce use of `(lambda...); and other cleanups.
4839         * cus-edit.el: Use lexical-binding.
4840         (customize-push-and-save, customize-apropos)
4841         (custom-buffer-create-internal): Use closures.
4842         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4843         * progmodes/ada-xref.el: Use setq.
4844         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4845         * dframe.el: Use lexical-binding.
4846         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
4847         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4848         * descr-text.el: Use lexical-binding.
4849         (describe-text-widget, describe-text-sexp, describe-property-list):
4850         Use closures.
4851         * comint.el (comint-history-isearch-push-state): Use a closure.
4852         * calculator.el: Use lexical-binding.
4853         (calculator-number-to-string): Make it work with lexical-binding.
4854         (calculator-funcall): Same and use cl-letf.
4856         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4857         (lisp--company-doc-string, lisp--company-location): New functions.
4858         (lisp-completion-at-point): Use them to improve Company support.
4860         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4861         params of lambda expressions.
4862         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4863         (ruby-smie--opening-pipe-p): New function.
4864         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4865         symbols and matched |...| for formal params.
4866         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4867         from being treated as hanging.  Handle "rescue".
4869 2013-08-29  Glenn Morris  <rgm@gnu.org>
4871         * progmodes/cc-engine.el (c-pull-open-brace):
4872         Move definition before use.
4874 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4876         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4877         are immutable.  Don't use `unsafe' any more.
4878         (cl--defsubst-expand): Don't substitute at the same time as keeping
4879         a residual unused let-binding.  Don't use `unsafe' any more.
4881 2013-08-29  Glenn Morris  <rgm@gnu.org>
4883         * calendar/cal-china.el (calendar-chinese-year-cache):
4884         Recenter on 2015.
4886         * nxml/nxml-util.el (nxml-debug-clear-inside):
4887         Use cl-loop rather than loop.
4889         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4891         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4893 2013-08-28  Glenn Morris  <rgm@gnu.org>
4895         * progmodes/antlr-mode.el: No need to require cc-mode twice.
4897         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4899         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4901 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * simple.el (repeat-complex-command--called-interactively-skip):
4904         New function.
4905         (repeat-complex-command): Use it (bug#14136).
4907         * progmodes/cc-mode.el: Minor cleanup of var declarations.
4908         (c-define-abbrev-table): Add `doc' argument.
4909         (c-mode-abbrev-table, c++-mode-abbrev-table)
4910         (objc-mode-abbrev-table, java-mode-abbrev-table)
4911         (idl-mode-abbrev-table, pike-mode-abbrev-table)
4912         (awk-mode-abbrev-table): Use it.
4913         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4914         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4915         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4916         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4917         Move initialization into the declaration; and remove any
4918         autoload cookie.
4920         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4921         and dynamic let binding.
4923         * vc/smerge-mode.el: Remove redundant :group args.
4925         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4926         to load-path.
4928 2013-08-28  Juri Linkov  <juri@jurta.org>
4930         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4931         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4932         (isearch-other-meta-char): Handle an undefined shifted printing
4933         character by downshifting it.  (Bug#15200)
4935 2013-08-28  Juri Linkov  <juri@jurta.org>
4937         * isearch.el (isearch-search): Change regexp error message for
4938         non-regexp searches.  (Bug#15166)
4940 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4942         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4943         for portability to hosts where /bin/sh has problems.
4945 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4949 2013-08-27  Juri Linkov  <juri@jurta.org>
4951         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4952         in the keyboard macro.  (Bug#15126)
4954 2013-08-27  Juri Linkov  <juri@jurta.org>
4956         * isearch.el (isearch-quote-char): Comment out converting unibyte
4957         to multibyte, thus syncing with its `quoted-insert' counterpart.
4958         (Bug#15166)
4960 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
4962         * window.el (display-buffer-use-some-window): Add missing
4963         argument in call of get-largest-window (Bug#15185).
4964         Reported by Stephen Leake.
4966 2013-08-27  Glenn Morris  <rgm@gnu.org>
4968         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4970 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * progmodes/python.el (python-font-lock-keywords): Don't return nil
4973         from a matcher-function unless there's no more matches (bug#15161).
4975 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
4977         * minibuffer.el: Revert change from 2013-08-20.
4979         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4980         with text property `tramp-default', if appropriate.
4981         (tramp-check-proper-host): New defun.
4982         (tramp-dissect-file-name): Do not check hostname.  Revert change
4983         of 2013-03-18.
4984         (tramp-backtrace): Make VEC-OR-PROC optional.
4986         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4987         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4988         * net/tramp-sh.el (tramp-maybe-open-connection):
4989         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4990         Apply `tramp-check-proper-host'.
4992 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
4994         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4995         lambda expression in order to have `describe-variable' display it.
4997 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
4999         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
5000         BUF can be optional.  (Bug#15186)
5002 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
5004         * progmodes/flymake.el (flymake-get-real-file-name-function):
5005         Fix broken customization.  (Bug#15184)
5007 2013-08-25  Alan Mackenzie  <acm@muc.de>
5009         Improve indentation of bracelists defined by macros (without "=").
5011         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
5012         expansion begins with "{", regard it as bracelist when it doesn't
5013         contain a ";".
5015         Parse C++ inher-intro when there's a template split over 2 lines.
5017         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
5018         rigorously the search for "class" etc. followed by ":".
5020         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
5021         random languages a regexp which never matches rather than nil.
5023         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
5025         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
5026         (c-awk-regexp-one-line-possibly-open-char-list-re)
5027         (c-awk-one-line-possibly-open-regexp-re)
5028         (c-awk-one-line-non-syn-ws*-re): Remove.
5029         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
5030         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
5031         (c-awk-space*-unclosed-regexp-/-re): New constants.
5032         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
5033         aren't regexp delimiters.
5035         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
5036         handling for a rare situation in AWK Mode involving unterminated
5037         strings/regexps.
5039 2013-08-23  Glenn Morris  <rgm@gnu.org>
5041         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
5043         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
5045         * files.el (create-file-buffer): If the result would begin with
5046         spaces, prepend a "|" instead of removing them.  (Bug#15162)
5048 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5050         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
5051         text-properties (bug#15155).
5053         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
5054         exist any more.
5055         (calc-keypad-redraw): Remove unused var `pad'.
5056         (calc-keypad-press): Remove unused var `menu'.
5058 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
5060         * window.el (display-buffer-pop-up-frame):
5061         Call pop-up-frame-function with BUFFER current so `make-frame' will
5062         use it as the new frame's buffer (Bug#15133).
5064 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * calendar/timeclock.el: Minor cleanups.
5067         (timeclock-ask-before-exiting, timeclock-use-display-time):
5068         Use `symbol'.
5069         (timeclock-modeline-display): Define as alias before the
5070         actual definition.
5071         (timeclock-mode-line-display): Use define-minor-mode.
5072         (timeclock-day-list-template): Make it a function, add an argument.
5073         (timeclock-day-list-required, timeclock-day-list-length)
5074         (timeclock-day-list-debt, timeclock-day-list-span)
5075         (timeclock-day-list-break): Adjust calls accordingly.
5077 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5079         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
5080         Use read--expression so that completion works again.
5082 2013-08-21  Sam Steingold  <sds@gnu.org>
5084         Add rudimentary inferior shell interaction
5085         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
5086         (sh-set-shell): Reset it.
5087         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
5088         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
5090 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5092         * align.el: Use lexical-binding.
5093         (align-region): Simplify accordingly.
5095 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
5097         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
5099         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
5100         `non-essential' up.
5102 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
5104         * net/tramp.el:
5105         * net/tramp-adb.el:
5106         * net/tramp-cmds.el:
5107         * net/tramp-ftp.el:
5108         * net/tramp-gvfs.el:
5109         * net/tramp-gw.el:
5110         * net/tramp-sh.el: Don't wrap external variable declarations by
5111         `eval-when-compile'.
5113 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
5116         now that Emacs supports ImageMagick animations.
5118 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
5120         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
5121         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
5123 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
5125         * window.el (mouse-autoselect-window-select): Do autoselect when
5126         mouse pointer is on margin.
5128 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
5130         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
5132 2013-08-16  Glenn Morris  <rgm@gnu.org>
5134         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
5135         Handle "Remote Directory" response of some clients.  (Bug#15058)
5137         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
5138         Tweak warning.  (Bug#14926)
5140         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
5141         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
5143         * image-mode.el (image-mode-map): Add menu items to reverse,
5144         increase, decrease, reset animation speed.
5145         (image--set-speed, image-increase-speed, image-decrease-speed)
5146         (image-reverse-speed, image-reset-speed): New functions.
5147         (image-mode-map): Add bindings for speed commands.
5149         * image.el (image-animate-get-speed, image-animate-set-speed):
5150         New functions.
5151         (image-animate-timeout): Respect image :speed property.
5153 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5155         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
5156         previous line (bug#15101).
5157         (debugger-eval-expression, debugger-record-expression):
5158         Use read--expression (bug#15102).
5160 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
5162         Remove byte compiler warnings, visible when compiling with
5163         `byte-compile-force-lexical-warnings' set to t.
5165         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
5166         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
5167         (tramp-handle-unhandled-file-name-directory)
5168         (tramp-handle-file-notify-add-watch, tramp-action-login)
5169         (tramp-action-succeed, tramp-action-permission-denied)
5170         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
5171         arguments with "_".
5173         * net/tramp-adb.el (tramp-adb-parse-device-names)
5174         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
5175         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
5176         (tramp-adb-handle-file-truename): Remove unused arguments.
5178         * net/tramp-cache.el (tramp-flush-directory-property)
5179         (tramp-flush-connection-property, tramp-list-connections)
5180         (tramp-parse-connection-properties): Prefix unused arguments with "_".
5182         * net/tramp-compat.el (tramp-compat-make-temp-file):
5183         Rename FILENAME to F.
5185         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5186         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
5187         (tramp-zeroconf-parse-workstation-device-names)
5188         (tramp-zeroconf-parse-webdav-device-names)
5189         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
5191         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5192         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
5194         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
5195         arguments.
5196         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
5197         (tramp-sh-handle-insert-file-contents-literally)
5198         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
5199         with "_".
5200         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
5201         Remove unused variables.
5203         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
5204         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
5205         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
5207         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
5208         Make them a defconst.
5209         (tramp-uuencode-region): Remove unused variable.
5211 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
5213         * frameset.el (frameset--prop-setter): New function.
5214         (frameset-prop): Add gv-setter declaration.
5215         (frameset-filter-minibuffer): Deal with the case that the minibuffer
5216         parameter was already set in FILTERED.  Doc fix.
5217         (frameset--record-minibuffer-relationships): Allow saving a
5218         minibufferless frame without its corresponding minibuffer frame.
5219         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
5220         frame, if the frame id matches.
5221         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
5222         frames before orphaned ones.
5223         (frameset-restore): Warn about orphaned windows, instead of error out.
5225 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
5227         * window.el (window-make-atom): Don't overwrite parameter
5228         already present.
5229         (display-buffer-in-atom-window): Handle special case where we
5230         split an already atomic window.
5231         (window--major-non-side-window, display-buffer-in-side-window)
5232         (window--side-check): Ignore minibuffer window when walking
5233         window tree.
5234         (window-deletable-p): Return 'frame only if no other frame uses
5235         our minibuffer window.
5236         (record-window-buffer): Run buffer-list-update-hook.
5237         (split-window): Make sure window--check-frame won't destroy an
5238         existing atomic window in case the new window gets nested
5239         inside.
5240         (display-buffer-at-bottom): Ignore minibuffer window when
5241         walking window tree.  Don't split a side window.
5242         (pop-to-buffer): Don't set-buffer here, the select-window call
5243         should do that.
5244         (mouse-autoselect-window-select): Autoselect only if we are in the
5245         text portion of the window.
5247 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * net/shr.el (shr-parse-image-data): New function to grab both the
5250         data itself and the Content-Type.
5251         (shr-put-image): Use it.
5253         * net/eww.el (eww-display-image): Ditto.
5255         * image.el (image-content-type-suffixes): New variable.
5257 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5259         * progmodes/python.el (python-imenu--build-tree)
5260         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
5262 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
5264         * simple.el (backward-word): Mention the optional argument.
5266 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5268         * frameset.el (frameset--make): Rename constructor from make-frameset.
5269         (frameset-p, frameset-valid-p): Don't autoload.
5270         (frameset-valid-p): Use normal accessors.
5272 2013-08-13  Glenn Morris  <rgm@gnu.org>
5274         * progmodes/compile.el (compile-command): Tweak example in doc.
5275         * obsolete/scribe.el (scribe-mode):
5276         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
5278         * mail/feedmail.el (feedmail-confirm-outgoing)
5279         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
5281         * cus-start.el (truncate-partial-width-windows): Fix type.
5283         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
5285         * net/shr.el (shr-table-horizontal-line): Fix custom type.
5287 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * emacs-lisp/timer.el (timer--time-setter): New function.
5290         (timer--time): Use it as gv-setter.
5292         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
5293         setter is not a symbol.
5295 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
5297         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
5298         if sending fails.  This makes debugging easier.
5300 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
5302         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
5303         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
5304         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
5306 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
5308         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
5310 2013-08-12  Glenn Morris  <rgm@gnu.org>
5312         * format.el (format-annotate-function):
5313         Handle read-only text properties in the source.  (Bug#14887)
5315 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317         * net/eww.el (eww-display-html): Ignore coding system errors.
5318         One web site uses "utf-8lias" as the coding system.
5320 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
5322         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
5324 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
5326         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
5327         (tutorial--detailed-help): Remove unused local variables.
5328         (tutorial--save-tutorial-to): Use ignore-errors.
5329         (help-with-tutorial): Use looking-at-p.
5331         * view.el (view-buffer-other-window, view-buffer-other-frame):
5332         Mark unused arguments.
5334         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
5335         (woman-select-symbol-fonts, woman, woman-find-file)
5336         (woman-insert-file-contents, woman-non-underline-faces):
5337         Use string-match-p.
5338         (woman1-unquote): Move declaration.
5340         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
5341         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
5342         argument.  Remove unused local variable.
5343         (xml-parse-elem-type): Use string-match-p.
5344         (xml-substitute-numeric-entities): Use ignore-errors.
5346         * calculator.el (calculator): Mark unused argument.
5347         (calculator-paste, calculator-quit, calculator-integer-p):
5348         Use ignore-errors.
5349         (calculator-string-to-number, calculator-decimal, calculator-exp)
5350         (calculator-op-or-exp): Use string-match-p.
5352         * dired.el (dired-buffer-more-recently-used-p): Declare.
5353         (dired-insert-set-properties, dired-insert-old-subdirs):
5354         Use ignore-errors.
5356         * dired-aux.el (dired-compress): Use ignore-errors.
5357         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
5358         (dired-do-async-shell-command, dired-do-shell-command)
5359         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
5360         (dired-insert-subdir-validate): Use string-match-p.
5361         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
5362         (dired-add-entry): Use string-match-p, looking-at-p.
5363         (dired-insert-subdir-newpos): Remove unused local variable.
5365         * filenotify.el (file-notify-callback): Remove unused local variable.
5367         * filesets.el (filesets-error): Mark unused argument.
5368         (filesets-which-command-p, filesets-filter-dir-names)
5369         (filesets-directory-files, filesets-get-external-viewer)
5370         (filesets-ingroup-get-data): Use string-match-p.
5372         * find-file.el (ff-other-file-name, ff-other-file-name)
5373         (ff-find-the-other-file, ff-cc-hh-converter):
5374         Remove unused local variables.
5375         (ff-get-file-name): Use string-match-p.
5376         (ff-all-dirs-under): Use ignore-errors.
5378         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
5379         (follow-select-if-visible): Remove unused local variable.
5381         * forms.el (read-file-filter): Move declaration.
5382         (forms--make-format, forms--make-parser, forms-insert-record):
5383         Quote function with #'.
5384         (forms--update): Use string-match-p.  Quote function with #'.
5386         * help-mode.el (help-dir-local-var-def): Mark unused argument.
5387         (help-make-xrefs): Use looking-at-p.
5388         (help-xref-on-pp): Use looking-at-p, ignore-errors.
5390         * ibuffer.el (ibuffer-ext-visible-p): Declare.
5391         (ibuffer-confirm-operation-on): Use string-match-p.
5393         * msb.el (msb-item-handler, msb-dired-item-handler):
5394         Mark unused arguments.
5396         * ses.el (ses-decode-cell-symbol)
5397         (ses-kill-override): Remove unused local variable.
5398         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
5399         (ses-load): Use ignore-errors, looking-at-p.
5400         (ses-jump-safe): Use ignore-errors.
5401         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
5403         * tabify.el (untabify, tabify): Mark unused arguments.
5405         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
5406         Mark unused argument.
5407         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
5408         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
5410         * emacs-lisp/timer.el (timer--time): Define setter with
5411         gv-define-setter to avoid deprecation warning.
5413         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
5414         (*record-cmpl-statistics-p*): Remove (was commented out).
5415         (cmpl-statistics-block): Remove (body was commented out).
5416         All callers changed.
5417         (add-completions-from-buffer, load-completions-from-file):
5418         Remove unused variables.
5420 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5422         * filecache.el (file-cache-delete-file-list):
5423         Print message only when told so.
5424         (file-cache-files-matching): Use #' in mapconcat argument.
5426         * ffap.el (ffap-url-at-point): Fix reference to variable
5427         thing-at-point-default-mail-uri-scheme.
5429 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5431         * subr.el (define-error): New function.
5432         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
5433         error-file-not-found and define with define-error.
5434         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
5435         and define with define-error.
5436         * userlock.el (file-locked, file-supersession):
5437         * simple.el (mark-inactive):
5438         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
5439         * progmodes/ada-mode.el (ada-mode-errors):
5440         * play/life.el (life-extinct):
5441         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
5442         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
5443         * nxml/rng-util.el (rng-error):
5444         * nxml/rng-uri.el (rng-uri-error):
5445         * nxml/rng-match.el (rng-compile-error):
5446         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
5447         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
5448         * nxml/nxml-rap.el (nxml-scan-error):
5449         * nxml/nxml-outln.el (nxml-outline-error):
5450         * net/soap-client.el (soap-error):
5451         * net/gnutls.el (gnutls-error):
5452         * net/ange-ftp.el (ftp-error):
5453         * mpc.el (mpc-proc-error):
5454         * json.el (json-error, json-readtable-error, json-unknown-keyword)
5455         (json-number-format, json-string-escape, json-string-format)
5456         (json-key-format, json-object-format):
5457         * jka-compr.el (compression-error):
5458         * international/quail.el (quail-error):
5459         * international/kkc.el (kkc-error):
5460         * emacs-lisp/ert.el (ert-test-failed):
5461         * calc/calc.el (calc-error, inexact-result, math-overflow)
5462         (math-underflow):
5463         * bookmark.el (bookmark-error-no-filename):
5464         * epg.el (epg-error): Define with define-error.
5466         * time.el (display-time-event-handler)
5467         (display-time-next-load-average): Don't call sit-for since it seems
5468         unnecessary (bug#15045).
5470         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
5471         Use #' instead of ' to quote functions.
5472         (checkdoc-output-mode): Use setq-local.
5473         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
5474         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
5475         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
5476         (checkdoc-ispell, checkdoc-ispell-current-buffer)
5477         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
5478         (checkdoc-ispell-message-text, checkdoc-ispell-start)
5479         (checkdoc-ispell-continue, checkdoc-ispell-comments)
5480         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
5482         * ido.el (ido-completion-help): Fix up compiler warning.
5484 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
5486         * frameset.el (frameset-p): Add autoload cookie.
5487         (frameset--jump-to-register): New function, based on code moved from
5488         register.el.
5489         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
5491         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
5492         (frameset-restore, frameset-save, frameset-session-filter-alist):
5493         Remove declarations.
5494         (register-alist): Doc fix.
5495         (frameset-to-register): Move to frameset.el.
5496         (jump-to-register, describe-register-1): Remove frameset-specific code.
5498 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5500         * allout-widgets.el (allout-widgets-pre-command-business)
5501         (allout-widgets-post-command-business)
5502         (allout-widgets-after-change-handler)
5503         (allout-decorate-item-and-context, allout-set-boundary-marker)
5504         (allout-body-modification-handler)
5505         (allout-graphics-modification-handler): Mark ignored arguments.
5506         (allout-widgets-post-command-business)
5507         (allout-widgets-exposure-change-processor)
5508         (allout-widgets-exposure-undo-processor)
5509         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
5510         (allout-parse-item-at-point, allout-decorate-item-guides)
5511         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
5512         * allout.el (epa-passphrase-callback-function): Declare.
5513         (allout-overlay-insert-in-front-handler)
5514         (allout-overlay-interior-modification-handler)
5515         (allout-isearch-end-handler, allout-chart-siblings)
5516         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
5517         (allout-yank-processing, allout-process-exposed)
5518         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5519         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
5520         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
5521         (lisp-indent-defform): Mark ignored arguments.
5522         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
5523         (calculate-lisp-indent): Remove unused variables.
5524         * international/characters.el (indian-2-column, arabic-2-column)
5525         (tibetan): Mark ignored arguments.
5526         (use-cjk-char-width-table): Mark ignored arguments.
5527         Remove unused variables.
5528         * international/fontset.el (build-default-fontset-data)
5529         (x-compose-font-name, create-fontset-from-fontset-spec):
5530         Mark ignored arguments.
5531         (fontset-plain-name): Remove unused variables.
5532         * international/mule.el (charset-id, charset-bytes, generic-char-p)
5533         (keyboard-coding-system): Mark ignored arguments.
5534         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
5535         * help.el (resize-temp-buffer-window):
5536         * window.el (display-buffer-in-major-side-window)
5537         (display-buffer-in-side-window, display-buffer-in-previous-window):
5538         Remove unused variables.
5539         * isearch.el (isearch-forward-symbol):
5540         * version.el (emacs-bzr-version-bzr):
5541         * international/mule-cmds.el (current-language-environment):
5542         * term/common-win.el (x-handle-iconic, x-handle-geometry)
5543         (x-handle-display):
5544         * term/pc-win.el (x-list-fonts, x-display-planes)
5545         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
5546         (x-server-version, x-display-screens, x-display-mm-height)
5547         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
5548         (x-selection-owner-p, x-own-selection-internal)
5549         (x-disown-selection-internal, x-get-selection-internal)
5550         (msdos-initialize-window-system):
5551         * term/tty-colors.el (tty-color-alist, tty-color-clear):
5552         * term/x-win.el (x-handle-no-bitmap-icon):
5553         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
5554         (vc-default-find-file-hook, vc-default-extra-menu):
5555         Mark ignored arguments.
5557 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
5560         break-condition in the context of the debugged code (bug#12685).
5562 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
5564         * comint.el:
5565         Do not use an overlay to highlight the last prompt.  (Bug#14744)
5566         (comint-mode): Make comint-last-prompt buffer local.
5567         (comint-last-prompt): New variable.
5568         (comint-last-prompt-overlay): Remove.  Superseded by
5569         comint-last-prompt.
5570         (comint-snapshot-last-prompt, comint-output-filter):
5571         Use comint-last-prompt.
5573 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5575         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
5576         (frameset-save): Check validity of the resulting frameset.
5578 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
5580         * ido.el (ido-record-command): Add doc string.
5582 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5584         * frameset.el (frameset): Do not disable creation of the default
5585         frameset-p predicate.  Doc fix.
5586         (frameset-valid-p): New function, copied from the old predicate-p.
5587         Add additional checks.
5588         (frameset-restore): Check with frameset-valid-p.
5589         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
5590         (frameset-name, frameset-description, frameset-properties)
5591         (frameset-states): Add docstring.
5592         (frameset-session-filter-alist, frameset-persistent-filter-alist)
5593         (frameset-filter-alist): Doc fixes.
5595 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5597         * frameset.el (frameset-p, frameset-prop): Doc fixes.
5599 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5602         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5603         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5604         (byte-compile-normal-call): Remove obsolescence check.
5606 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
5608         * frameset.el (frameset-restore): Doc fix.
5610         * register.el (frameset-frame-id, frameset-frame-with-id)
5611         (frameset-p, frameset-restore, frameset-save): Declare.
5612         (register-alist): Document framesets.
5613         (frameset-session-filter-alist): Declare.
5614         (frameset-to-register): New function.
5615         (jump-to-register): Implement jumping to framesets.  Doc fix.
5616         (describe-register-1): Describe framesets.
5618         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5620 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
5622         * desktop.el (desktop-save-frameset): Use new frameset-save args.
5623         Use lexical-binding.
5625         * frameset.el (frameset): Use type vector, not list (incompatible
5626         change).  Do not declare a new constructor, use the default one.
5627         Upgrade suggested properties `app', `name' and `desc' to slots `app',
5628         `name' and `description', respectively, and add read-only slot
5629         `timestamp'.  Doc fixes.
5630         (frameset-copy, frameset-persistent-filter-alist)
5631         (frameset-filter-alist, frameset-switch-to-gui-p)
5632         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5633         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5634         (frameset-filter-iconified, frameset-keep-original-display-p):
5635         Doc fixes.
5636         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5637         Rename from frameset-filter-(save|restore)-param.  All callers changed.
5638         Doc fix.
5639         (frameset-p): Adapt to change to vector and be more thorough.
5640         Change arg name to OBJECT.  Doc fix.
5641         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
5642         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5643         All callers changed.
5644         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5645         All callers changed.
5646         (frameset--record-minibuffer-relationships): Rename from
5647         frameset--process-minibuffer-frames.  All callers changed.
5648         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5649         Use new default constructor (again).  Doc fix.
5650         (frameset--find-frame-if): Rename from `frameset--find-frame.
5651         All callers changed.
5652         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5653         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5654         Doc fix.
5655         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5656         PARAMETERS and WINDOW-STATE, respectively.
5657         (frameset-restore): Add new keyword argument PREDICATE.
5658         Reset frameset--target-display to nil.  Doc fix.
5660 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5663         (bat-mode): Use it.
5664         (bat-mode-syntax-table): Mark \n as end-of-comment.
5665         (bat-font-lock-keywords): Remove comment rule.
5667         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
5668         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
5670         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5671         (byte-compile-callargs-warn): Use `push'.
5672         (byte-compile-arglist-warn): Ignore higher-order "calls".
5673         (byte-compile-file-form-autoload): Use `pcase'.
5674         (byte-compile-function-form): If quoting a symbol, check that it exists.
5676 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
5678         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5679         and add a few popular commands found in batch files.
5680         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5681         (dos-mode): Doc fixes.
5683 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5685         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5686         (dos-mode): Use setq-local.  Add space after "rem".
5687         (dos-mode-syntax-table): Don't use "w" for symbol chars.
5688         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5690 2013-08-07  Arni Magnusson  <arnima@hafro.is>
5692         * progmodes/dos.el: New file.
5693         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5694         dos-mode.
5696 2013-08-06  Glenn Morris  <rgm@gnu.org>
5698         * calendar/calendar.el: Add new faces, and day-header-array.
5699         (calendar-weekday-header, calendar-weekend-header)
5700         (calendar-month-header): New faces.
5701         (calendar-day-header-construct): New function.
5702         (calendar-day-header-width): Also :set calendar-day-header-array.
5703         (calendar-american-month-header, calendar-european-month-header)
5704         (calendar-iso-month-header): Use calendar- faces.
5705         (calendar-generate-month):
5706         Use calendar-day-header-array for day headers; apply faces to them.
5707         (calendar-mode): Check calendar-font-lock-keywords non-nil.
5708         (calendar-abbrev-construct): Add optional maxlen argument.
5709         (calendar-day-name-array): Doc fix.
5710         (calendar-day-name-array, calendar-abbrev-length)
5711         (calendar-day-abbrev-array):
5712         Also :set calendar-day-header-array, and maybe redraw.
5713         (calendar-day-header-array): New option.  (Bug#15007)
5714         (calendar-font-lock-keywords): Set to nil and make obsolete.
5715         (calendar-day-name): Add option to use header array.
5717 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719         * net/shr.el (shr-render-td): Remove debugging.
5720         (shr-render-td): Make width computation consistent by defaulting
5721         all zero-width columns to 10 characters.  This may not be optimal,
5722         but it's at least consistent.
5723         (shr-make-table-1): Redo last change to fix the real problem in
5724         colspan handling.
5726 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
5728         * files.el (cache-long-line-scans):
5729         Make obsolete alias to `cache-long-scans'.
5731 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
5733         * frameset.el (frameset, frameset-filter-alist)
5734         (frameset-filter-params, frameset-save, frameset--reuse-frame)
5735         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5736         (frameset-compute-pos): Rename from frameset--compute-pos,
5737         and add docstring.
5738         (frameset-move-onscreen): Use frameset-compute-pos.
5739         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5741         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5742         Fix typos in docstrings.
5744 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
5746         * frame.el (get-other-frame): Tiny cleanup.
5748 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
5750         * vc/vc.el (vc-default-ignore-completion-table):
5751         Silence byte-compiler warning.
5753         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5754         slot , which can indeed be nil.
5755         (frameset-live-filter-alist, frameset-persistent-filter-alist):
5756         Move entry for `left' from persistent to live filter alist.
5757         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5758         Doc fixes.
5759         (frameset-filter-params): When restoring a frame, copy items added to
5760         `filtered', to avoid unwittingly modifying the original parameters.
5761         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
5762         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5764         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5765         to use looking-at-p instead of looking-at.  (Bug#15028)
5767 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5769         Revert introduction of isearch-filter-predicates (bug#14714).
5770         Rely on add-function instead.
5771         * isearch.el (isearch-filter-predicates): Rename it back to
5772         isearch-filter-predicate.
5773         (isearch-message-prefix): Use advice-function-mapc and advice
5774         properties to get the isearch-message-prefix.
5775         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5776         instead of run-hook-with-args-until-failure.
5777         (isearch-filter-visible): Not obsolete any more.
5778         * loadup.el: Preload nadvice.
5779         * replace.el (perform-replace): Revert to funcall
5780         instead of run-hook-with-args-until-failure.
5781         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5782         * dired-aux.el (dired-isearch-filenames-mode): Rename from
5783         dired-isearch-filenames-toggle; make it into a proper minor mode.
5784         Use add/remove-function.
5785         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5786         Call the minor-mode rather than add/remove-hook.
5787         (dired-isearch-filter-filenames):
5788         Remove isearch-message-prefix property.
5789         * info.el (Info--search-loop): New function, extracted from Info-search.
5790         Funcall isearch-filter-predicate instead of
5791         run-hook-with-args-until-failure isearch-filter-predicates.
5792         (Info-search): Use it.
5793         (Info-mode): Use isearch-filter-predicate instead of
5794         isearch-filter-predicates.
5796 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
5798         Do not call to `selected-window' where it is assumed by default.
5799         Affected functions are `window-minibuffer-p', `window-dedicated-p',
5800         `window-hscroll', `window-width', `window-height', `window-buffer',
5801         `window-frame', `window-start', `window-point', `next-window'
5802         and `window-display-table'.
5803         * abbrev.el (abbrev--default-expand):
5804         * bs.el (bs--show-with-configuration):
5805         * buff-menu.el (Buffer-menu-mouse-select):
5806         * calc/calc.el (calc):
5807         * calendar/calendar.el (calendar-generate-window):
5808         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5809         (diary-make-entry):
5810         * comint.el (send-invisible, comint-dynamic-complete-filename)
5811         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5812         * completion.el (complete):
5813         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5814         * disp-table.el (describe-current-display-table):
5815         * doc-view.el (doc-view-insert-image):
5816         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5817         * ehelp.el (with-electric-help):
5818         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5819         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5820         * emacs-lisp/helper.el (Helper-help-scroller):
5821         * emulation/cua-base.el (cua--post-command-handler-1):
5822         * eshell/esh-mode.el (eshell-output-filter):
5823         * ffap.el (ffap-gnus-wrapper):
5824         * help-macro.el (make-help-screen):
5825         * hilit-chg.el (highlight-compare-buffers):
5826         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5827         * hl-line.el (global-hl-line-highlight):
5828         * icomplete.el (icomplete-simple-completing-p):
5829         * isearch.el (isearch-done):
5830         * jit-lock.el (jit-lock-stealth-fontify):
5831         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5832         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5833         * mpc.el (mpc-tagbrowser, mpc):
5834         * net/rcirc.el (rcirc-any-buffer):
5835         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5836         * play/landmark.el (landmark-max-width, landmark-max-height):
5837         * play/zone.el (zone):
5838         * progmodes/compile.el (compilation-goto-locus):
5839         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5840         * progmodes/etags.el (find-tag-other-window):
5841         * progmodes/fortran.el (fortran-column-ruler):
5842         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5843         * progmodes/verilog-mode.el (verilog-point-text):
5844         * reposition.el (reposition-window):
5845         * rot13.el (toggle-rot13-mode):
5846         * server.el (server-switch-buffer):
5847         * shell.el (shell-dynamic-complete-command)
5848         (shell-dynamic-complete-environment-variable):
5849         * simple.el (insert-buffer, set-selective-display)
5850         (delete-completion-window):
5851         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5852         (speedbar-recenter):
5853         * startup.el (fancy-splash-head):
5854         * textmodes/ispell.el (ispell-command-loop):
5855         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5856         * tutorial.el (help-with-tutorial):
5857         * vc/add-log.el (add-change-log-entry):
5858         * vc/compare-w.el (compare-windows):
5859         * vc/ediff-help.el (ediff-indent-help-message):
5860         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5861         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5862         (ediff-setup-control-frame):
5863         * vc/emerge.el (emerge-position-region):
5864         * vc/pcvs-util.el (cvs-bury-buffer):
5865         * window.el (walk-windows, mouse-autoselect-window-select):
5866         * winner.el (winner-set-conf, winner-undo): Related users changed.
5868 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
5870         * frameset.el (frameset--set-id): Doc fix.
5871         (frameset-frame-id, frameset-frame-id-equal-p)
5872         (frameset-locate-frame-id): New functions.
5873         (frameset--process-minibuffer-frames, frameset--reuse-frame)
5874         (frameset-restore): Use them.
5876 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
5878         Do not call to `selected-frame' where it is assumed by default.
5879         Affected functions are `raise-frame', `redraw-frame',
5880         `frame-first-window', `frame-terminal' and `delete-frame'.
5881         * calendar/appt.el (appt-disp-window):
5882         * epg.el (epg-wait-for-completion):
5883         * follow.el (follow-delete-other-windows-and-split)
5884         (follow-avoid-tail-recenter):
5885         * international/mule.el (set-terminal-coding-system):
5886         * mail/rmail.el (rmail-mail-return):
5887         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5888         * progmodes/f90.el (f90-add-imenu-menu):
5889         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5890         * server.el (server-switch-buffer):
5891         * simple.el (delete-completion-window):
5892         * talk.el (talk):
5893         * term/xterm.el (terminal-init-xterm-modify-other-keys)
5894         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5895         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5896         * vc/ediff.el (ediff-documentation): Related users changed.
5897         * frame.el (selected-terminal): Remove the leftover.
5899 2013-08-05  Glenn Morris  <rgm@gnu.org>
5901         * calendar/calendar.el (calendar-generate-month):
5902         Fix for calendar-column-width != 1 + calendar-day-digit-width.
5903         (calendar-generate-month, calendar-font-lock-keywords):
5904         Fix for calendar-day-header-width > length of any day name.
5906 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
5908         * desktop.el (desktop-clear): Use new name of sort predicate.
5910         * frameset.el (frameset): Add docstring.  Move :version property to its
5911         own `version' slot.
5912         (frameset-copy): Rename from copy-frameset.
5913         (frameset-p): Check more thoroughly.
5914         (frameset-prop): Do not check for :version, which is no longer a prop.
5915         (frameset-live-filter-alist, frameset-persistent-filter-alist):
5916         Use new :never value instead of t.
5917         (frameset-filter-alist): Expand and clarify docstring.
5918         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5919         (frameset-filter-minibuffer, frameset-filter-save-param)
5920         (frameset-filter-restore-param, frameset-filter-iconified):
5921         Add pointer to docstring of frameset-filter-alist.
5922         (frameset-filter-params): Rename filter values to be more meaningful:
5923         :never instead of t, and reverse the meanings of :save and :restore.
5924         (frameset--process-minibuffer-frames): Clarify error message.
5925         (frameset-save): Avoid unnecessary and confusing call to framep.
5926         Use new BOA constructor for framesets.
5927         (frameset--reuse-list): Doc fix.
5928         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
5929         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5930         (frameset-minibufferless-first-p): Doc fix.
5931         Rename from frameset-sort-frames-for-deletion.
5932         (frameset-restore): Doc fixes.  Use new function names.
5933         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5935 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
5937         * desktop.el (desktop-restore-forces-onscreen)
5938         (desktop-restore-reuses-frames): Document :keyword constant values.
5939         (desktop-filter-parameters-alist): Remove, now identical to
5940         frameset-filter-alist.
5941         (desktop--filter-tty*): Remove, moved to frameset.el.
5942         (desktop-save-frameset, desktop-restore-frameset):
5943         Do not pass :filters argument.
5945         * frameset.el (frameset-live-filter-alist)
5946         (frameset-persistent-filter-alist): New variables.
5947         (frameset-filter-alist): Use them.  Add autoload cookie.
5948         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5949         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5950         `frameset--id' (it's supposed to be internal to frameset.el).
5951         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
5952         (frameset--initial-params): New function.
5953         (frameset--get-frame): Use it.  Doc fix.
5954         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5955         Accept :all, not 'all.
5956         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5957         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
5958         with fbound symbols.  Fix frame id matching, and remove matching ids if
5959         the frame being restored is deleted.  Obey :delete.
5961 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * subr.el (macrop): New function.
5964         (text-clone--maintaining): New var.
5965         (text-clone--maintain): Rename from text-clone-maintain.  Use it
5966         instead of inhibit-modification-hooks.
5968         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5969         a proxy, so as handle autoloads and redefinitions of the target.
5970         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5972         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5973         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
5974         (pcase--mutually-exclusive-p): New function.
5975         (pcase--split-consp): Use it.
5976         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
5977         mutually exclusive with the current predicate.
5979         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5980         (edebug-macrop): Remove.  Use `macrop' instead.
5981         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
5982         (ad-macro-p):
5983         * eshell/esh-cmd.el (eshell-macrop):
5984         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
5986 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5988         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5989         (advice-mapc): New function, using it.
5990         (advice-function-member-p): New function.
5991         (advice--normalize): Store the cdr in advice--saved-rewrite since
5992         that's the part that will be changed.
5993         (advice--symbol-function): New function.
5994         (advice-remove): Handle removal before the function is defined.
5995         Adjust to new advice--saved-rewrite.
5996         (advice-member-p): Use advice-function-member-p and
5997         advice--symbol-function.
5999 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
6001         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
6002         (frameset-filter-minibuffer): Doc fix.
6003         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
6004         (frameset--set-id, frameset--process-minibuffer-frames)
6005         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
6006         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
6008         * desktop.el (desktop-clear): Only delete frames when called
6009         interactively and desktop-restore-frames is non-nil.  Doc fix.
6010         (desktop-read): Set desktop-saved-frameset to nil.
6012 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
6014         * vc/vc.el (vc-ignore): Rewrite.
6015         (vc-default-ignore-completion-table):
6016         (vc--read-lines):
6017         (vc--add-line, vc--remove-regexp): New functions.
6019         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
6020         (vc-svn-ignore-completion-table): New function.
6022         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
6023         (vc-hg-ignore-completion-table):
6024         (vc-hg-find-ignore-file): New functions.
6026         * vc/vc-git.el (vc-git-ignore): Rewrite.
6027         (vc-git-ignore-completion-table):
6028         (vc-git-find-ignore-file): New functions.
6030         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
6032         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
6033         (vc-bzr-ignore-completion-table):
6034         (vc-bzr-find-ignore-file): New functions.
6036 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
6038         * frameset.el (frameset-prop): New function and setter.
6039         (frameset-save): Do not modify frame list passed by the caller.
6041 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6043         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
6045 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6047         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
6048         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
6050         * custom.el (custom-initialize-default, custom-initialize-set)
6051         (custom-initialize-reset, custom-initialize-changed): Affect the
6052         toplevel-default-value (bug#6275, bug#14586).
6053         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
6054         for bug#6275.
6056 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6058         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6059         Add cl-def* expressions.
6061         * frameset.el (frameset-filter-params): Fix order of arguments.
6063 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
6065         Move code related to saving frames to frameset.el.
6066         * desktop.el: Require frameset.
6067         (desktop-restore-frames): Doc fix.
6068         (desktop-restore-reuses-frames): Rename from
6069         desktop-restoring-reuses-frames.
6070         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
6071         (desktop-clear): Clear frames too.
6072         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
6073         (desktop--filter-tty*, desktop-save, desktop-read):
6074         Use frameset functions.
6075         (desktop-before-saving-frames-functions, desktop--filter-*-color)
6076         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6077         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
6078         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
6079         (desktop--process-minibuffer-frames, desktop-save-frames)
6080         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
6081         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
6082         (desktop--sort-states, desktop-restoring-frames-p)
6083         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
6084         (desktop-restoring-frameset-p, desktop-restore-frameset)
6085         (desktop--check-dont-save, desktop-save-frameset): New functions.
6086         (desktop--app-id): New constant.
6087         (desktop-first-buffer, desktop-buffer-ok-count)
6088         (desktop-buffer-fail-count): Move before first use.
6089         * frameset.el: New file.
6091 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6093         * files.el: Use lexical-binding.
6094         (dir-locals-read-from-file): Remove unused `err' variable.
6095         (hack-dir-local-variables--warned-coding): New var.
6096         (hack-dir-local-variables): Use it to avoid repeated warnings.
6097         (make-backup-file-name--default-function): New function.
6098         (make-backup-file-name-function): Use it as default.
6099         (buffer-stale--default-function): New function.
6100         (buffer-stale-function): Use it as default.
6101         (revert-buffer-insert-file-contents--default-function): New function.
6102         (revert-buffer-insert-file-contents-function): Use it as default.
6103         (insert-directory): Avoid add-to-list.
6105         * autorevert.el (auto-revert-handler): Simplify.
6106         Use buffer-stale--default-function.
6108 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
6110         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
6112         * whitespace.el (whitespace-ensure-local-variables): New function.
6113         (whitespace-cleanup-region): Call it.
6114         (whitespace-turn-on): Call it.
6116 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
6118         Complete file name handlers.
6120         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6121         (tramp-handle-verify-visited-file-modtime)
6122         (tramp-handle-file-notify-rm-watch): New functions.
6123         (tramp-call-process): Do not bind `default-directory'.
6125         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6126         Order alphabetically.
6127         [access-file, add-name-to-file, dired-call-process]:
6128         [dired-compress-file, file-acl, file-notify-rm-watch]:
6129         [file-ownership-preserved-p, file-selinux-context]:
6130         [make-directory-internal, make-symbolic-link, set-file-acl]:
6131         [set-file-selinux-context, set-visited-file-modtime]:
6132         [verify-visited-file-modtime]: Add handler.
6133         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
6135         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
6136         [file-notify-add-watch, file-notify-rm-watch]:
6137         [set-file-times, set-visited-file-modtime]:
6138         [verify-visited-file-modtime]: Add handler.
6139         (with-tramp-gvfs-error-message)
6140         (tramp-gvfs-handle-set-visited-file-modtime)
6141         (tramp-gvfs-fuse-file-name): Remove.
6142         (tramp-gvfs-handle-file-notify-add-watch)
6143         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
6144         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
6146         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6147         Order alphabetically.
6148         [file-notify-rm-watch ]: Use default Tramp handler.
6149         [executable-find]: Remove private handler.
6150         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
6151         `default-directory'.
6152         (tramp-sh-handle-executable-find)
6153         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
6154         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6155         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
6156         Do not use `format' in `tramp-message'.
6158         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
6159         [file-notify-rm-watch, set-visited-file-modtime]:
6160         [verify-visited-file-modtime]: Add handler.
6161         (tramp-smb-call-winexe): Do not bind `default-directory'.
6163 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
6165         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
6167 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
6169         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
6170         use it.
6171         (log-view-diff-changeset): Same.
6172         (log-view-diff-common): Call backend command `previous-revision'
6173         to find out the previous revision, in both cases.  Swap the
6174         variables `to' and `fr', so that `fr' usually refers to the
6175         earlier revision (Bug#14989).
6177 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
6179         * ibuf-ext.el (ibuffer-filter-by-filename):
6180         Make it work with dired buffers too.
6182 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
6184         * emacs-lisp/re-builder.el (reb-color-display-p):
6185         * files.el (save-buffers-kill-terminal):
6186         * net/browse-url.el (browse-url):
6187         * server.el (server-save-buffers-kill-terminal):
6188         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
6189         Prefer nil to selected-frame for the first arg of frame-parameter.
6191 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
6193         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
6195 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
6197         * minibuffer.el (completion--twq-all): Try and preserve each
6198         completion's case choice (bug#14907).
6200 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6202         * net/network-stream.el (open-network-stream): Mention the new
6203         :nogreeting parameter.
6204         (network-stream-open-starttls): Use the :nogreeting parameter
6205         (bug#14938).
6207         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
6209         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
6210         more natural than popping.
6212         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
6213         (shr-urlify): Highlight under mouse.
6215 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6217         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
6219         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
6221         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
6222         buffer for output.
6224         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
6225         point-min==1.  Fix search string.  Fix parentheses missing.
6227         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
6228         assume point-min==1.  Fix search string.  Fix parentheses missing.
6230         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
6232         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
6233         buffer for output.
6235 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
6237         * frame.el (frame-notice-user-settings): Avoid inflooping when the
6238         initial frame is minibuffer-less.  (Bug#14841)
6240 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
6242         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
6243         option.
6245         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6246         (tramp-maybe-open-connection): Use it.
6248 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6250         * desktop.el (desktop--make-frame): Include `minibuffer' in the
6251         minimal set of parameters passed when creating a frame, because
6252         the minibuffer status of a frame cannot be changed later.
6254 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
6256         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
6257         replace-regexp-in-string and inadvertent omissions in previous change.
6258         (todo-filter-items): Ensure only file names are comma-separated in
6259         name of filtered items buffer.
6261 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
6263         * desktop.el: Optionally force offscreen frames back onscreen.
6264         (desktop-restoring-reuses-frames): New option.
6265         (desktop--compute-pos, desktop--move-onscreen): New functions.
6266         (desktop--make-frame): Use desktop--move-onscreen.
6268 2013-07-27  Alan Mackenzie  <acm@muc.de>
6270         Fontify a Java generic method as a function.
6271         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
6272         value to t.
6274 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
6276         * calendar/todo-mode.el: Add command to rename todo files.
6277         (todo-rename-file): New command.
6278         (todo-key-bindings-t): Add key binding for it.  Change the
6279         bindings of todo-filter-regexp-items(-multifile) to use `x'
6280         instead of `r', since the latter is better suited to the new
6281         renaming command.
6283 2013-07-27  Alan Mackenzie  <acm@muc.de>
6285         Make Java try-with-resources statement parse properly.
6286         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
6287         (c-block-stmt-1-2-key): New language constants/variables.
6288         * progmodes/cc-engine.el (c-beginning-of-statement-1)
6289         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
6290         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
6291         with c-block-stmt-1-2-key.
6293 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
6295         * desktop.el (desktop--make-frame): Apply most frame parameters after
6296         creating the frame to force (partially or totally) offscreen frames to
6297         be restored as such.
6299 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
6301         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
6302         (Bug#14948)
6304 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6306         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
6307         `base' arg of backtrace-frame.
6309 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
6311         * simple.el (list-processes): Doc fix.
6313 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6315         * desktop.el (desktop--select-frame):
6316         Try harder to reuse existing frames.
6318 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
6321         (edebug-eval): Use backtrace-eval.
6322         (edebug--display, edebug--recursive-edit): Don't let-bind the
6323         edebug-outer-* vars that keep track of variables we locally let-bind.
6324         (edebug-outside-excursion): Don't restore outside values of locally
6325         let-bound vars.
6326         (edebug--display): Use user-error.
6327         (cl-lexical-debug, cl-debug-env): Remove.
6329 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
6331         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
6332         are restored to be sure that they are visible before deleting any
6333         remaining ones.
6335 2013-07-26  Matthias Meulien  <orontee@gmail.com>
6337         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
6338         vc-print-root-log.  (Bug#14948)
6340 2013-07-26  Richard Stallman  <rms@gnu.org>
6342         Add aliases for encrypting mail.
6343         * epa.el (epa-mail-aliases): New option.
6344         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
6345         Bind inhibit-read-only so read-only text doesn't ruin everything.
6346         (epa-mail-default-recipients): New subroutine broken out.
6347         Handle epa-mail-aliases.
6349 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         Add support for lexical variables to the debugger's `e' command.
6352         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
6353         vars, except for debugger-outer-match-data.
6354         (debugger-frame-number): Move check for "on a function call" from
6355         callers into it.  Add `skip-base' argument.
6356         (debugger-frame, debugger-frame-clear): Simplify accordingly.
6357         (debugger-env-macro): Only reset the state stored in non-variables,
6358         i.e. current-buffer and match-data.
6359         (debugger-eval-expression): Rewrite using backtrace-eval.
6360         * subr.el (internal--called-interactively-p--get-frame): Remove.
6361         (called-interactively-p):
6362         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
6363         `base' arg of backtrace-frame instead.
6365 2013-07-26  Glenn Morris  <rgm@gnu.org>
6367         * align.el (align-regexp): Doc fix.  (Bug#14857)
6368         (align-region): Explicit error if subexpression missing/does not match.
6370         * simple.el (global-visual-line-mode):
6371         Do not duplicate the mode lighter.  (Bug#14858)
6373 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
6375         * window.el (display-buffer): In display-buffer bind
6376         split-window-keep-point to t, bug#14829.
6378 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6380         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
6381         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
6382         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
6383         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6384         Change accordingly.
6385         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
6386         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
6388 2013-07-25  Glenn Morris  <rgm@gnu.org>
6390         * dired-x.el (dired-mark-extension): Convert comment to doc string.
6392 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
6394         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
6395         parameter to modify-frame-parameters if the value has not changed;
6396         this is a workaround for bug#14949.
6397         (desktop--make-frame): On cl-delete-if call, check parameter name,
6398         not full parameter.
6400 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
6402         * vc/vc.el (vc-ignore): New function.
6404         * vc/vc-svn.el (vc-svn-ignore): New function.
6406         * vc/vc-hg.el (vc-hg-ignore): New function.
6408         * vc/vc-git.el (vc-git-ignore): New function.
6410         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
6411         (vc-dir-ignore): New function.
6413         * vc/vc-cvs.el (vc-cvs-ignore): New function.
6414         (cvs-append-to-ignore): Move here from pcvs.el.
6416         * vc/vc-bzr.el (vc-bzr-ignore): New function.
6418         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
6420 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
6422         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
6423         (desktop-restore-frames): Warn when deleting an existing frame failed.
6425 2013-07-24  Glenn Morris  <rgm@gnu.org>
6427         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
6429 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
6431         * filenotify.el (file-notify-supported-p):
6432         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6433         Remove functions.
6435         * autorevert.el (auto-revert-use-notify):
6436         (auto-revert-notify-add-watch):
6437         * net/tramp.el (tramp-file-name-for-operation):
6438         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6439         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6440         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6441         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6442         Remove `file-notify-supported-p' entry.
6444 2013-07-24  Glenn Morris  <rgm@gnu.org>
6446         * printing.el: Replace all uses of deleted ps-windows-system,
6447         ps-lp-system, ps-flatten-list with lpr- versions.
6449 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6451         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
6452         checked with memq (bug#14935).
6454         * files.el (revert-buffer-function): Use a non-nil default.
6455         (revert-buffer-preserve-modes): Declare var to
6456         provide access to the `preserve-modes' argument.
6457         (revert-buffer): Let-bind it.
6458         (revert-buffer--default): New function, extracted from revert-buffer.
6460 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         * lpr.el: Signal print errors more prominently.
6463         (print-region-function): Don't default to nil.
6464         (lpr-print-region): New function, extracted from print-region-1.
6465         Check lpr's return value and signal an error in case of problem.
6466         (print-region-1): Use it.
6467         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
6468         versions instead.
6469         (ps-printer-name): Default to nil.
6470         (ps-printer-name-option): Default to lpr-printer-switch.
6471         (ps-print-region-function): Don't default to nil.
6472         (ps-postscript-code-directory): Simplify default.
6473         (ps-do-despool): Use lpr-print-region to properly check the outcome.
6474         (ps-string-list, ps-eval-switch, ps-flatten-list)
6475         (ps-flatten-list-1): Remove.
6476         (ps-multibyte-buffer): Avoid setq.
6477         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
6478         (print-region-function, ps-print-region-function): Don't set them here.
6480 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
6482         * ido.el (ido-fractionp):
6483         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
6484         (ido-max-file-prompt-width, ido-unc-hosts-cache)
6485         (ido-max-directory-size, ido-max-dir-file-cache)
6486         (ido-decorations): Doc fix.
6488         * ansi-color.el: Fix old URL.
6490 2013-07-23  Michael R. Mauger  <michael@mauger.com>
6492         * progmodes/sql.el: Version 3.3
6493         (sql-product-alist): Improve oracle :prompt-cont-regexp.
6494         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
6495         (sql-interactive-remove-continuation-prompt): Rewrite, use
6496         functions above.  Fix continuation prompt and complete output line
6497         handling.
6498         (sql-redirect-one, sql-execute): Use `read-only-mode' on
6499         redirected output buffer.
6500         (sql-mode): Restore deleted code (Bug#13591).
6502 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6504         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
6506 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
6508         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
6510         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6511         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6512         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
6514 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
6516         * desktop.el (desktop-clear): Simplify; remove useless checks
6517         against invalid buffer names.
6518         (desktop-list*): Use cl-list*.
6519         (desktop-buffer-info, desktop-create-buffer): Simplify.
6521 2013-07-23  Leo Liu  <sdl.web@gmail.com>
6523         * bookmark.el (bookmark-make-record): Restore NAME as a default
6524         value.  (Bug#14933)
6526 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6528         * emacs-lisp/autoload.el (autoload--setup-output): New function,
6529         extracted from autoload--insert-text.
6530         (autoload--insert-text): Remove.
6531         (autoload--print-cookie-text): New function, extracted from
6532         autoload--insert-cookie-text.
6533         (autoload--insert-cookie-text): Remove.
6534         (autoload-generate-file-autoloads): Adjust calls accordingly.
6536         * winner.el (winner-hook-installed-p): Remove.
6537         (winner-mode): Simplify accordingly.
6539         * subr.el (add-to-list): Fix compiler-macro when `append' is
6540         not constant.  Don't use `cl-member' for the base case.
6542         * progmodes/subword.el: Fix boundary case (bug#13758).
6543         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
6544         own group.
6545         (subword-backward-regexp): Make it a constant.
6546         (subword-forward-internal): Don't treat a trailing capital as the
6547         beginning of a word.
6549 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
6551         * emacs-lisp/package.el (package-menu-mode): Don't modify the
6552         global value of tabulated-list-revert-hook (bug#14930).
6554 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
6556         * desktop.el: Require 'cl-lib.
6557         (desktop-before-saving-frames-functions): New hook.
6558         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
6559         for frames being saved.  Rename from desktop--save-minibuffer-frames.
6560         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
6561         Do not save frames with non-nil `desktop-dont-save' parameter.
6562         Filter out deleted frames.
6563         (desktop--find-frame): Use cl-find-if.
6564         (desktop--select-frame): Use cl-(first|second|third) to access values
6565         of desktop-mini.
6566         (desktop--make-frame): Use cl-delete-if.
6567         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
6568         (desktop-restore-frames): Use cl-(first|second|third) to access values
6569         of desktop-mini.  Look for visible frame at the end, not while
6570         restoring frames.
6572         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
6573         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
6574         Use string-match-p, looking-at-p (bug#14927).
6576 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
6578         * desktop.el (desktop-saved-frame-states):
6579         Rename from desktop--saved-states; all users changed.
6580         (desktop-save-frames): Rename from desktop--save-frames.
6581         Do not save state to desktop file.
6582         (desktop-save): Save desktop-saved-frame-states to desktop file
6583         and reset to nil.
6584         (desktop-restoring-frames-p): New function.
6585         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
6586         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
6587         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
6589         * desktop.el: Correctly restore iconified frames.
6590         (desktop--filter-iconified-position): New function.
6591         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
6593 2013-07-20  Glenn Morris  <rgm@gnu.org>
6595         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6596         Let `message' do the formatting.
6597         (def-gdb-preempt-display-buffer): Add explicit format.
6599         * image-dired.el (image-dired-track-original-file):
6600         Use with-current-buffer.
6601         (image-dired-track-thumbnail): Use with-current-buffer.
6602         Avoid changing point of wrong window.
6604         * image-dired.el (image-dired-track-original-file):
6605         Avoid changing point of wrong window.  (Bug#14909)
6607 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
6609         * progmodes/gdb-mi.el (gdb-done-or-error):
6610         Guard against "%" in gdb output.  (Bug#14127)
6612 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
6614         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6615         (Bug#14826)
6617         * international/mule.el (coding-system-iso-2022-flags): Fix last
6618         change.
6620 2013-07-20  Kenichi Handa  <handa@gnu.org>
6622         * international/mule.el (coding-system-iso-2022-flags):
6623         Add `8-bit-level-4'.  (Bug#8522)
6625 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627         * net/shr.el (shr-mouse-browse-url): New command and keystroke
6628         (bug#14815).
6630         * net/eww.el (eww-process-text-input): Allow inputting when the
6631         point is at the start of the line, as the properties aren't
6632         front-sticky.
6634         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6635         degenerate widths.
6637 2013-07-19  Richard Stallman  <rms@gnu.org>
6639         * epa.el (epa-popup-info-window): Doc fix.
6641         * subr.el (split-string): New arg TRIM.
6643 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
6645         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6646         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6648 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
6650         * filenotify.el (file-notify--library): Rename from
6651         `file-notify-support'.  Do not autoload.  Adapt all uses.
6652         (file-notify-supported-p): New defun.
6654         * autorevert.el (auto-revert-use-notify):
6655         Use `file-notify-supported-p' instead of `file-notify-support'.
6656         Adapt docstring.
6657         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6659         * net/tramp.el (tramp-file-name-for-operation):
6660         Add `file-notify-supported-p'.
6662         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6663         New defun.
6664         (tramp-sh-file-name-handler-alist): Add it as handler for
6665         `file-notify-supported-p '.
6667         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6668         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6669         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6670         Add `ignore' as handler for `file-notify-*' functions.
6672 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
6674         * simple.el (line-move-partial, line-move): Don't start vscroll or
6675         scroll-up if the current line is not taller than the window.
6676         (Bug#14881)
6678 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
6680         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6681         highlight question marks in the method names as strings.
6682         (ruby-block-beg-keywords): Inline.
6683         (ruby-font-lock-keyword-beg-re): Extract from
6684         `ruby-font-lock-keywords'.
6686 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
6688         * frame.el (blink-cursor-blinks): New defcustom.
6689         (blink-cursor-blinks-done): New defvar.
6690         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6691         (blink-cursor-timer-function): Check if number of blinks has been
6692         done on X and NS.
6693         (blink-cursor-suspend, blink-cursor-check): New defuns.
6695 2013-07-15  Glenn Morris  <rgm@gnu.org>
6697         * edmacro.el (edmacro-format-keys): Fix previous change.
6699 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
6701         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6702         The hack didn't work outside English locales anyway.
6704 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
6706         * simple.el (define-alternatives): Rename from alternatives-define,
6707         per RMS' suggestion.
6709 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
6711         * desktop.el (desktop-restore-frames): Change default to t.
6712         (desktop-restore-in-current-display): Now offer more options.
6713         (desktop-restoring-reuses-frames): New customization option.
6714         (desktop--saved-states): Doc fix.
6715         (desktop-filter-parameters-alist): New variable, renamed and expanded
6716         from desktop--excluded-frame-parameters.
6717         (desktop--target-display): New variable.
6718         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6719         (desktop--filter-tty*, desktop--filter-*-color)
6720         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6721         (desktop--filter-save-desktop-parm)
6722         (desktop-restore-in-original-display-p): New functions.
6723         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6724         (desktop--save-minibuffer-frames): New function, inspired by a similar
6725         function from Martin Rudalics.
6726         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6727         (desktop--restore-in-this-display-p): Remove.
6728         (desktop--find-frame): Rename from desktop--find-frame-in-display
6729         and add predicate argument.
6730         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6731         (desktop--reuse-list): New variable.
6732         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6733         New functions.
6734         (desktop--restore-frames): Add support for "minibuffer-special" frames.
6736 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
6738         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6740 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
6742         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6743         Highlight conversion methods on Kernel.
6745 2013-07-13  Alan Mackenzie  <acm@muc.de>
6747         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6748         and comment it out.  This out-commenting enables certain C++
6749         declarations to be parsed correctly.
6751 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
6753         * international/mule.el (define-coding-system): Doc fix.
6755         * simple.el (default-font-height): Don't call font-info if the
6756         frame's default font didn't change since the frame was created.
6757         (Bug#14838)
6759 2013-07-13  Leo Liu  <sdl.web@gmail.com>
6761         * ido.el (ido-read-file-name): Guard against non-symbol value.
6763 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6765         * progmodes/python.el (python-imenu--build-tree): Fix corner case
6766         in nested defuns.
6768 2013-07-13  Leo Liu  <sdl.web@gmail.com>
6770         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6771         ido-set-matches call.  (Bug#6852)
6773 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
6775         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6776         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6777         Ruby 2.0.
6778         (ruby-font-lock-keywords): Distinguish calls to functions with
6779         module-like names from module references.  Highlight character
6780         literals.
6782 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
6784         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6785         (gdb-send): Handle continued commands.  (Bug#14847)
6787 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
6789         * desktop.el (desktop--v2s): Remove unused local variable.
6790         (desktop-save-buffer): Make defvar-local; adjust docstring.
6791         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6792         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6794 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
6796         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6798 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
6800         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6801         (Bug#14842)
6803 2013-07-12  Glenn Morris  <rgm@gnu.org>
6805         * doc-view.el: Require cl-lib at runtime too.
6806         (doc-view-remove-if): Remove.
6807         (doc-view-search-next-match, doc-view-search-previous-match):
6808         Use cl-remove-if.
6810         * edmacro.el: Require cl-lib at runtime too.
6811         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6812         (edmacro-mismatch, edmacro-subseq): Remove.
6814         * shadowfile.el: Require cl-lib.
6815         (shadow-remove-if): Remove.
6816         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6817         Use cl-remove-if.
6819         * wid-edit.el: Require cl-lib.
6820         (widget-choose): Use cl-remove-if.
6821         (widget-remove-if): Remove.
6823         * progmodes/ebrowse.el: Require cl-lib at runtime too.
6824         (ebrowse-delete-if-not): Remove.
6825         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6826         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6827         Use cl-delete-if-not.
6829 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
6831         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6832         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6834 2013-07-12  Leo Liu  <sdl.web@gmail.com>
6836         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
6838 2013-07-11  Glenn Morris  <rgm@gnu.org>
6840         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6841         (edebug-gensym-index, edebug-gensym):
6842         Remove reimplementation of cl-gensym.
6843         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6845         * thumbs.el: Require cl-lib at run-time too.
6846         (thumbs-gensym-counter, thumbs-gensym):
6847         Remove reimplementation of cl-gensym.
6848         (thumbs-temp-file): Use cl-gensym.
6850         * emacs-lisp/ert.el: Require cl-lib at runtime too.
6851         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6852         (ert--intersection, ert--set-difference, ert--set-difference-eq)
6853         (ert--union, ert--gensym-counter, ert--gensym-counter)
6854         (ert--coerce-to-vector, ert--remove*, ert--string-position)
6855         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6856         (ert-make-test-unbound, ert--expand-should-1)
6857         (ert--expand-should, ert--should-error-handle-error)
6858         (should-error, ert--explain-equal-rec)
6859         (ert--plist-difference-explanation, ert-select-tests)
6860         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6861         Use cl-lib functions rather than reimplementations.
6863 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
6865         * net/tramp.el (tramp-methods): Extend docstring.
6866         (tramp-connection-timeout): New defcustom.
6867         (tramp-error-with-buffer): Reset timestamp only when appropriate.
6868         (with-tramp-progress-reporter): Simplify.
6869         (tramp-process-actions): Improve messages.
6871         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6872         * net/tramp-sh.el (tramp-maybe-open-connection):
6873         Use `tramp-connection-timeout'.
6874         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6875         (Bug#14808)
6877 2013-07-11  Leo Liu  <sdl.web@gmail.com>
6879         * ido.el (ido-read-file-name): Conform to the requirements of
6880         read-file-name.  (Bug#11861)
6881         (ido-read-directory-name): Conform to the requirements of
6882         read-directory-name.
6884 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
6886         * subr.el (delay-warning): New function.
6888 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
6890         * simple.el (default-line-height): New function.
6891         (line-move-partial, line-move): Use it instead of computing the
6892         line height inline.
6893         (line-move-partial): Always compute ROWH.  If the last line is
6894         partially-visible, but its text is completely visible, allow
6895         cursor to enter such a partially-visible line.
6897 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
6899         Improve error messages.  (Bug#14808)
6901         * net/tramp.el (tramp-current-connection): New defvar, moved from
6902         tramp-sh.el.
6903         (tramp-message-show-progress-reporter-message): Remove, not
6904         needed anymore.
6905         (tramp-error-with-buffer): Show message in minibuffer.
6906         Discard input before waiting.  Reset connection timestamp.
6907         (with-tramp-progress-reporter): Improve messages.
6908         (tramp-process-actions): Use progress reporter.  Delete process in
6909         case of error.  Improve messages.
6911         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6912         Call `tramp-error-with-buffer' with vector and buffer.
6913         (tramp-current-connection): Remove.
6914         (tramp-maybe-open-connection): The car of
6915         `tramp-current-connection' are the first 3 slots of the vector.
6917 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
6919         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6920         inside continued strings.
6922 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6924         Timestamp fixes for undo (Bug#14824).
6925         * files.el (clear-visited-file-modtime): Move here from fileio.c.
6927 2013-07-10  Leo Liu  <sdl.web@gmail.com>
6929         * files.el (require-final-newline): Allow safe local value.
6930         (Bug#14834)
6932 2013-07-09  Leo Liu  <sdl.web@gmail.com>
6934         * ido.el (ido-read-directory-name): Handle fallback.
6935         (ido-read-file-name): Update DIR to ido-current-directory.
6936         (Bug#1516)
6937         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
6939 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
6941         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6942         "autoload".  Remove "warn lower camel case" section, previously
6943         commented out.  Highlight negation char.  Do not highlight the
6944         target in singleton method definitions.
6946 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6948         * faces.el (tty-setup-hook): Declare the hook.
6950         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6951         and detect when a guard/pred depends on local vars (bug#14773).
6952         (pcase--u1): Adjust caller.
6954 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
6956         * simple.el (line-move-partial, line-move): Account for
6957         line-spacing.
6958         (line-move-partial): Avoid setting vscroll when the last
6959         partially-visible line in window is of default height.
6961 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6963         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6964         been used a while.
6966 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
6968         * subr.el (read-quoted-char): Remove unused local variable `char'.
6970 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
6972         * ediff.el (ediff-version): Version update.
6973         (ediff-files-command, ediff3-files-command, ediff-merge-command)
6974         (ediff-merge-with-ancestor-command, ediff-directories-command)
6975         (ediff-directories3-command, ediff-merge-directories-command)
6976         (ediff-merge-directories-with-ancestor-command): New functions.
6977         All are command-line interfaces to ediff: to facilitate calling
6978         Emacs with the appropriate ediff functions invoked.
6980         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6981         (viper-save-kill-buffer): Check if buffer is modified.
6983         * viper.el (viper-version): Version update.
6984         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
6986 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6988         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6989         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6990         (viper-intercept-ESC-key): Simplify.
6991         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6992         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6993         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6994         (viper-setup-ESC-to-escape): New functions.
6995         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6996         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
6998 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
7000         * simple.el (default-font-height, window-screen-lines):
7001         New functions.
7002         (line-move, line-move-partial): Use them instead of
7003         frame-char-height and window-text-height.  This makes scrolling
7004         text smoother when the buffer's default face uses a font that is
7005         different from the frame's default font.
7007 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
7009         * files.el (write-file): Do not display confirm dialog for NS,
7010         it does its own dialog, which can't be cancelled (Bug#14578).
7012 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
7014         * simple.el (line-move-partial): Adjust the row returned by
7015         posn-at-point for the current window-vscroll.  (Bug#14567)
7017 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
7019         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
7020         (tramp-sh-file-inotifywait-process-filter): Handle file names with
7021         spaces.
7023 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
7025         * window.el (window-state-put-stale-windows): New variable.
7026         (window--state-put-2): Save list of windows without matching buffer.
7027         (window-state-put): Remove "bufferless" windows if possible.
7029 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7031         * simple.el (alternatives-define): Remove leftover :group keyword.
7032         Tweak docstring.
7034 2013-07-06  Leo Liu  <sdl.web@gmail.com>
7036         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
7037         (ido-enable-virtual-buffers): New variable.
7038         (ido-buffer-internal, ido-toggle-virtual-buffers)
7039         (ido-make-buffer-list): Use it.
7040         (ido-exhibit): Support turning on and off virtual buffers
7041         automatically.
7043 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
7045         * simple.el (alternatives-define): New macro.
7047 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7049         * subr.el (read-quoted-char): Use read-key.
7050         (sit-for): Let read-event decode tty input (bug#14782).
7052 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
7054         * calendar/todo-mode.el: Add handling of file deletion, both by
7055         mode command and externally.  Fix various related bugs.
7056         Clarify Commentary and improve some documentation strings and code.
7057         (todo-delete-file): New command.
7058         (todo-check-file): New function.
7059         (todo-show): Handle external deletion of the file we're trying to
7060         show (bug#14688).  Replace called-interactively-p by an optional
7061         prefix argument to avoid problematic interaction with catch form
7062         when byte compiled (bug#14702).
7063         (todo-quit): Handle external deletion of the archive's todo file.
7064         Make sure the buffer that was visiting the archive file is still
7065         live before trying to bury it.
7066         (todo-category-completions): Handle external deletion of any
7067         category completion files.
7068         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
7069         of todo files, in case of external deletion.
7070         (todo-add-file): Replace unnecessary setq by let-binding.
7071         (todo-find-archive): Check whether there are any archives.
7072         Replace unnecessary setq by let-binding.
7073         (todo-archive-done-item): Use find-file-noselect to get the
7074         archive buffer whether or not the archive already exists.
7075         Remove superfluous code.  Use file size instead of buffer-file-name to
7076         check if the archive is new; if it is, update list of archives.
7077         (todo-default-todo-file): Allow nil to be a valid value for when
7078         there are no todo files.
7079         (todo-reevaluate-default-file-defcustom): Use corrected definition
7080         of todo-default-todo-file.
7081         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
7082         (todo-delete-category, todo-show-categories-table)
7083         (todo-category-number): Clarify comment.
7084         (todo-filter-items): Clarify documentation string.
7085         (todo-show-current-file, todo-display-as-todo-file)
7086         (todo-reset-and-enable-done-separator): Tweak documentation string.
7087         (todo-done-separator): Make separator length window-width, since
7088         bug#2749 is now fixed.
7090 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
7092         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7093         Support both "gvfs-monitor-dir" and "inotifywait".
7094         (tramp-sh-file-inotifywait-process-filter): Rename from
7095         `tramp-sh-file-notify-process-filter'.
7096         (tramp-sh-file-gvfs-monitor-dir-process-filter)
7097         (tramp-get-remote-gvfs-monitor-dir): New defuns.
7099 2013-07-05  Leo Liu  <sdl.web@gmail.com>
7101         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
7103 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7105         * frame.el (display-pixel-height, display-pixel-width)
7106         (display-mm-height, display-mm-width): Mention behavior on
7107         multi-monitor setups in docstrings.
7108         (w32-display-monitor-attributes-list): Declare function.
7109         (display-monitor-attributes-list): Use it.
7111 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
7113         * filenotify.el: New package.
7115         * autorevert.el (top): Require filenotify.el.
7116         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
7117         instead.
7118         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
7119         (auto-revert-notify-handler): Use `file-notify-*' functions.
7121         * subr.el (file-notify-handle-event): Move function to filenotify.el.
7123         * net/tramp.el (tramp-file-name-for-operation):
7124         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
7126         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
7127         for `file-notify-add-watch' and `file-notify-rm-watch'.
7128         (tramp-process-sentinel): Improve trace.
7129         (tramp-sh-handle-file-notify-add-watch)
7130         (tramp-sh-file-notify-process-filter)
7131         (tramp-sh-handle-file-notify-rm-watch)
7132         (tramp-get-remote-inotifywait): New defuns.
7134 2013-07-03  Juri Linkov  <juri@jurta.org>
7136         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
7137         call of `occur-read-primary-args' to interactive spec.
7139         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
7140         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
7142 2013-07-03  Matthias Meulien  <orontee@gmail.com>
7144         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
7145         `Buffer-menu-multi-occur'.  Add it to the menu.
7146         (Buffer-menu-mode): Document it in docstring.
7147         (Buffer-menu-multi-occur): New command.  (Bug#14673)
7149 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7151         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
7152         keywords and built-ins.
7154 2013-07-03  Glenn Morris  <rgm@gnu.org>
7156         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
7158         Make info-xref checks case-sensitive by default
7159         * info.el (Info-find-node, Info-find-in-tag-table)
7160         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
7161         Add option for exact case matching of nodes.
7162         * info-xref.el (info-xref): New custom group.
7163         (info-xref-case-fold): New option.
7164         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
7166 2013-07-03  Leo Liu  <sdl.web@gmail.com>
7168         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
7170 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
7172         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
7173         middle of block statement initially, lower the depth.  Remove
7174         FIXME comment, not longer valid.  Remove middle of block statement
7175         detection, no need to do that anymore since we've been using
7176         `ruby-parse-region' here.
7178 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
7180         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
7182 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7184         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
7186 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
7188         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
7189         (desktop-restore-in-current-display): New customization option.
7190         (desktop--excluded-frame-parameters): Add `font'.
7191         (desktop--save-frames): Rename from desktop--save-windows.
7192         (desktop--restore-in-this-display-p): New function.
7193         (desktop--make-full-frame): Remove unwanted width/height from
7194         full(width|height) frames.
7195         (desktop--restore-frames): Rename from desktop--restore-windows.
7196         Obey desktop-restore-current-display.  Do not delete old frames or
7197         select a new frame unless we were able to restore at least one frame.
7199 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
7201         * files.el (find-file-noselect): Simplify conditional expression.
7203         * remember.el (remember-append-to-file):
7204         Don't mix `find-buffer-visiting' and `get-file-buffer'.
7206         Add `remember-notes' function to store random notes across Emacs
7207         restarts.
7208         * remember.el (remember-data-file): Add :set callback to affect
7209         notes buffer (if any).
7210         (remember-notes): New command.
7211         (remember-notes-buffer-name, bury-remember-notes-on-kill):
7212         New defcustoms for the `remember-notes' function.
7213         (remember-notes-save-and-bury-buffer): New command.
7214         (remember-notes-mode-map): New variable.
7215         (remember-mode): New minor mode.
7216         (remember-notes--kill-buffer-query): New function.
7217         * startup.el (initial-buffer-choice): Add notes to custom type.
7219 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
7221         * bindings.el (right-char, left-char): Don't call sit-for, this is
7222         no longer needed.  Use arithmetic comparison only for numerical
7223         arguments.
7225         * international/mule-cmds.el (select-safe-coding-system):
7226         Handle the case of FROM being a string correctly.  (Bug#14755)
7228 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230         * net/shr.el (shr-make-table-1): Add a sanity check that allows
7231         progression on degenerate tables.
7232         (shr-rescale-image): ImageMagick animated images currently don't work.
7234 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
7236         Some fixes and improvements for desktop frame restoration.
7237         It is still experimental and disabled by default.
7238         * desktop.el (desktop--save-windows): Put the selected frame at
7239         the head of the list.
7240         (desktop--make-full-frame): New function.
7241         (desktop--restore-windows): Try to re-select the frame that was
7242         selected upon saving.  Do not abort if some frames fail to restore,
7243         just show an error message and continue.  Set up maximized frames
7244         so they have default non-maximized dimensions.
7246 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7248         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7249         Don't start heredoc inside a string or comment.
7251 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
7253         * bindings.el (visual-order-cursor-movement): New defcustom.
7254         (right-char, left-char): Provide visual-order cursor motion by
7255         calling move-point-visually.  Update the doc strings.
7257 2013-06-28  Kenichi Handa  <handa@gnu.org>
7259         * international/mule.el (define-coding-system): New coding system
7260         properties :inhibit-null-byte-detection,
7261         :inhibit-iso-escape-detection, and :prefer-utf-8.
7262         (set-buffer-file-coding-system): If :charset-list property of
7263         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
7264         appropriate for setting.
7266         * international/mule-cmds.el (select-safe-coding-system):
7267         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
7268         multibyte characters, return utf-8 (or one of its siblings).
7270         * international/mule-conf.el (prefer-utf-8): New coding system.
7271         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
7272         files.
7274 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
7276         * net/shr.el (shr-render-region): New function.
7278         * net/eww.el: Autoload `eww-browse-url'.
7280 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
7282         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7283         Adapt to `package-desc-version' being a list.
7284         Use `package--ac-desc-version' to retrieve version from a package
7285         archive element.
7287 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
7289         New experimental feature to save&restore window and frame setup.
7290         * desktop.el (desktop-save-windows): New defcustom.
7291         (desktop--saved-states): New var.
7292         (desktop--excluded-frame-parameters): New defconst.
7293         (desktop--filter-frame-parms, desktop--find-frame-in-display)
7294         (desktop--restore-windows, desktop--save-windows): New functions.
7295         (desktop-save): Call `desktop--save-windows'.
7296         (desktop-read): Call `desktop--restore-windows'.
7298 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300         * net/shr.el (add-face-text-property): Remove compat definition.
7302 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7304         * info.el (Info-try-follow-nearest-node): Move search for footnote
7305         above search for node name to prevent missing a footnote (bug#14717).
7307 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
7309         * obsolete/otodo-mode.el: Add obsolescence info to file header.
7311 2013-06-27  Leo Liu  <sdl.web@gmail.com>
7313         * net/eww.el (eww-read-bookmarks): Check file size.
7315 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7317         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
7318         advice--pending if newdef is nil or an autoload (bug#13820).
7319         (advice-mapc): New function.
7321 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
7324         probably.
7325         (eww-mode-map): Add a menu bar.
7326         (eww-add-bookmark): New command.
7327         (eww-bookmark-mode): New mode and commands.
7328         (eww-add-bookmark): Remove newlines from the title.
7329         (eww-bookmark-browse): Don't bug out if it's the only window.
7331 2013-06-26  Glenn Morris  <rgm@gnu.org>
7333         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
7334         (hfy-size): Handle ttys.  (Bug#14668)
7336         * info-xref.el: Update for Texinfo 5 change in *note format.
7337         (info-xref-node-re, info-xref-note-re): New constants.
7338         (info-xref-check-buffer): Use info-xref-note-re.
7340 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7342         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
7344         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
7345         nil terminate the loop (bug#14718).
7347 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349         * net/eww.el: Rework history traversal.  When going forward/back,
7350         put these actions into the history, too, so that they can be
7351         replayed.
7352         (eww-render): Move the history reset to the correct buffer.
7354 2013-06-25  Juri Linkov  <juri@jurta.org>
7356         * files-x.el (modify-dir-local-variable): Change the header comment
7357         in the file with directory local variables.  (Bug#14692)
7359         * files-x.el (read-file-local-variable-value): Add `default'.
7360         (Bug#14710)
7362 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364         * net/eww.el (eww-make-unique-file-name): Create a unique file
7365         name before saving to entering `y' accidentally asynchronously.
7367 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
7369         * net/eww.el (eww-download): New command and keystroke.
7371 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7373         * net/eww.el (eww-copy-page-url): Change name of command.
7375         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
7376         be more consistent with Info and dired.
7378         * net/eww.el (eww-mode-map): Ditto.
7380 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7382         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
7383         packages from archives.
7384         (package-archive-contents): Change format; include obsolete packages.
7385         (package-desc): Use `dir' to mark builtin packages.
7386         (package--from-builtin): Set the `dir' field to `builtin'.
7387         (generated-autoload-file, version-control): Declare.
7388         (package-compute-transaction): Change first arg and return value to be
7389         lists of package-descs.  Adjust to new package-archive-contents format.
7390         (package--add-to-archive-contents): Adjust to new
7391         package-archive-contents format.
7392         (package-download-transaction): Arg is now a list of package-descs.
7393         (package-install): If `pkg' is a package name, pass it as
7394         a requirement, so it is subject to the usual (e.g. disabled) checks.
7395         (describe-package): Accept package-desc as well.
7396         (describe-package-1): Describe a specific package-desc.  Add links to
7397         other package-descs for the same package name.
7398         (package-menu-describe-package): Pass the actual package-desc.
7399         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
7400         works correctly.
7401         (package-desc-status): New function.
7402         (package-menu--refresh): New function, extracted
7403         from package-menu--generate.
7404         (package-menu--generate): Use it.
7405         (package-delete): Update package-alist.
7406         (package-menu-execute): Don't call package-initialize.
7408         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
7409         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
7410         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
7411         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
7412         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
7413         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
7415 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
7417         * window.el (window--state-get-1): Workaround for bug#14527.
7418         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
7420 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7422         * net/eww.el (eww-back-url): Implement the history by stashing all
7423         the data into a list.
7424         (eww-forward-url): Allow going forward in the history, too.
7426 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7428         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
7429         for values and use read--expression for expressions (bug#14710).
7430         (read-file-local-variable): Avoid setq.
7431         (read-file-local-variable-mode): Use minor-mode-list.
7433 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7435         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
7436         for DOI URLs.
7438 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7440         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
7441         Update imenu-support when dialect changes.
7443 2013-06-25  Leo Liu  <sdl.web@gmail.com>
7445         * ido.el (ido-read-internal): Allow forward slash on windows.
7447 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7449         * net/eww.el (eww): Start of strings is \\`, not ^.
7451 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7453         * net/shr.el (shr-browse-url): Fix interactive spec.
7455         * net/eww.el (eww): Add a trailing slash to domain names.
7457 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
7459         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
7461 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7463         * net/shr.el (shr-browse-url): Use an external browser if given a
7464         prefix.
7466         * net/eww.el (eww-external-browser): Move to shr.
7468 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
7470         * net/eww.el (eww): Work more correctly for file: URLs.
7471         (eww-detect-charset): Allow quoted charsets.
7472         (eww-yank-page-url): New command and keystroke.
7474 2013-06-24  Daiki Ueno  <ueno@gnu.org>
7476         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
7477         file name of gpg executable.
7478         (epg-context-program): New function.
7479         (epg-context-home-directory): New function.
7480         (epg-context-set-program): New function.
7481         (epg-context-set-home-directory): New function.
7482         (epg--start): Use `epg-context-program' instead of
7483         'epg-gpg-program'.
7484         (epg--list-keys-1): Likewise.
7486 2013-06-24  Leo Liu  <sdl.web@gmail.com>
7488         * ido.el (ido-read-internal): Fix bug#14620.
7490 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7492         * faces.el (face-documentation): Simplify.
7493         (read-face-attribute, tty-find-type, x-resolve-font-name):
7494         Use `string-match-p'.
7495         (list-faces-display): Use `string-match-p'.  Simplify.
7496         (face-spec-recalc): Check face to avoid face alias loops.
7497         (read-color): Use `string-match-p' and non-capturing parenthesis.
7499 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501         * net/shr.el (shr-rescale-image): Use the new
7502         :max-width/:max-height functionality.
7504 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
7506         * net/eww.el (eww-search-prefix): New variable.
7507         (eww): Use it.
7508         (eww-external-browser): New variable.
7509         (eww-mode-map): New keystroke.
7510         (eww-browse-with-external-browser): New command.
7512         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
7514 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
7516         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7517         Don't skip aligning the next header field when padding is 0;
7518         otherwise, field width is not respected unless the title is as
7519         wide as the field.
7521 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7523         * emacs-lisp/package.el (package-el-version): Remove.
7524         (package-process-define-package): Fix inf-loop.
7525         (package-install): Allow symbols as arguments again.
7527 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7529         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
7530         add some more keyword-like methods.
7531         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
7533 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
7535         * bs.el (bs-buffer-show-mark): Make defvar-local.
7536         (bs-mode): Use setq-local.
7538         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
7539         (emacs-lock--try-unlocking): Make defvar-local.
7541 2013-06-22  Glenn Morris  <rgm@gnu.org>
7543         * play/cookie1.el (cookie-apropos): Minor simplification.
7545         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
7547 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
7549         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
7550         `regexp-opt', it breaks the build during dumping.
7552 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
7554         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7555         Highlight keyword-like methods on Kernel and Module with
7556         font-lock-builtin-face.
7557         (auto-mode-alist): Consolidate different entries into one regexp
7558         and add more *file-s.
7560 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
7562         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
7564         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
7565         (diary-entry): Use it in the action of this button type instead of
7566         diary-goto-entry.
7568         * calendar/todo-mode.el: New version.
7569         (todo-add-category): Append new category to end of file and give
7570         it the highest number, instead of putting it at the beginning and
7571         giving it 0.  Incorporate noninteractive functionality.
7572         (todo-forward-category): Adapt to 1-based category numbering.
7573         Allow skipping over archived categories.
7574         (todo-backward-category): Derive from todo-forward-category.
7575         (todo-backward-item, todo-forward-item): Make noninteractive and
7576         delegate interactive part to new commands.  Make sensitive to done items.
7577         (todo-categories): Make value an alist of category names and
7578         vectors of item counts.
7579         (todo-category-beg): Make a defconst.
7580         (todo-category-number): Use 1 instead of 0 as initial value.
7581         (todo-category-select): Make sensitive to overlays, optional item
7582         highlighting and done items.
7583         (todo-delete-item): Make sensitive to overlays and marked and done items.
7584         (todo-edit-item): Make sensitive to overlays and editing of
7585         date/time header optional.  Add format checks.
7586         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
7587         no-op if point is not on an item.  Advertise using todo-edit-quit.
7588         (todo-edit-mode): Make sensitive to new format, font-locking, and
7589         multiple todo files.
7590         (todo-insert-item, todo-insert-item-here): Derive from
7591         todo-basic-insert-item and extend functionality.
7592         (todo-item-end, todo-item-start): Make sensitive to done items.
7593         (todo-item-string): Don't return text properties.  Restore point.
7594         (todo-jump-to-category): Make sensitive to multiple todo files and
7595         todo archives.  Use extended category completion.
7596         (todo-lower-item, todo-raise-item): Rename to *-priority and
7597         derive from todo-set-item-priority.
7598         (todo-mode): Derive from special-mode.  Make sensitive to new
7599         format, font-locking and multiple todo files.  Make read-only.
7600         (todo-mode-map): Don't suppress digit keys, so they can supply
7601         prefix arguments.  Add many new key bindings.
7602         (todo-prefix): Insert as an overlay instead of file text.
7603         Change semantics from diary date expression to purely visual mark.
7604         (todo-print): Rename to todo-print-buffer.  Make buffer display
7605         features printable.  Remove option to restrict number of items
7606         printed.  Add option to print to file.
7607         (todo-print-function): Rename to todo-print-buffer-function.
7608         (todo-quit): Extend to handle exiting new todo modes.
7609         (todo-remove-item): Make sensitive to overlays.
7610         (todo-save): Extend to buffers of filtered items.
7611         (todo-show): Make sensitive to done items, multiple todo files and
7612         new todo modes.  Offer to convert legacy todo file before creating
7613         first new todo file.
7614         (todo-show-priorities): Rename to todo-top-priorities.
7615         Change semantics of value 0.
7616         (todo-top-priorities): Rename to todo-filter-top-priorities,
7617         derive from todo-filter-items and extend functionality.
7618         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7619         and extend functionality to other types of filtered items.
7620         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7621         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7622         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7623         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7624         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7625         (todo-edit-mode-hook, todo-entry-prefix-function)
7626         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7627         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7628         (todo-initials, todo-insert-threshold, todo-item-string-start)
7629         (todo-line-string, todo-menu, todo-mode-hook)
7630         (todo-more-important-p, todo-previous-answer, todo-previous-line)
7631         (todo-print-priorities, todo-remove-separator)
7632         (todo-save-top-priorities-too, todo-string-count-lines)
7633         (todo-string-multiline-p, todo-time-string-format)
7634         (todo-tmp-buffer-name): Remove.
7635         (todo-add-file, todo-archive-done-item, todo-choose-archive)
7636         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7637         (todo-edit-category-diary-inclusion)
7638         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7639         (todo-edit-file, todo-edit-item-date-day)
7640         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7641         (todo-edit-item-date-month, todo-edit-item-date-to-today)
7642         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7643         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7644         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7645         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7646         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7647         (todo-filter-top-priorities-multifile, todo-find-archive)
7648         (todo-find-filtered-items-file, todo-go-to-source-item)
7649         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7650         (todo-jump-to-archive-category, todo-lower-category)
7651         (todo-mark-category, todo-marked-item-p, todo-merge-category)
7652         (todo-move-category, todo-move-item, todo-next-button)
7653         (todo-next-item, todo-padded-string, todo-powerset)
7654         (todo-previous-button, todo-previous-item)
7655         (todo-print-buffer-to-file, todo-raise-category)
7656         (todo-rename-category, todo-repair-categories-sexp, todo-search)
7657         (todo-set-category-number, todo-set-item-priority)
7658         (todo-set-top-priorities-in-category)
7659         (todo-set-top-priorities-in-file, todo-show-categories-table)
7660         (todo-sort-categories-alphabetically-or-numerically)
7661         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7662         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7663         (todo-toggle-item-header, todo-toggle-item-highlighting)
7664         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7665         (todo-toggle-view-done-items, todo-toggle-view-done-only)
7666         (todo-unarchive-items, todo-unmark-category): New commands.
7667         (todo-absolute-file-name, todo-add-to-buffer-list)
7668         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7669         (todo-basic-insert-item, todo-category-completions)
7670         (todo-category-number, todo-category-string-matcher-1)
7671         (todo-category-string-matcher-2, todo-check-filtered-items-file)
7672         (todo-check-format, todo-clear-matches)
7673         (todo-comment-string-matcher, todo-convert-legacy-date-time)
7674         (todo-current-category, todo-date-string-matcher)
7675         (todo-define-insertion-command, todo-diary-expired-matcher)
7676         (todo-diary-goto-entry, todo-diary-item-p)
7677         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7678         (todo-display-categories, todo-display-sorted, todo-done-item-p)
7679         (todo-done-item-section-p, todo-done-separator)
7680         (todo-done-string-matcher, todo-files, todo-filter-items)
7681         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7682         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7683         (todo-insert-category-line, todo-insert-item-from-calendar)
7684         (todo-insert-sort-button, todo-insert-with-overlays)
7685         (todo-insertion-command-name, todo-insertion-key-bindings)
7686         (todo-label-to-key, todo-longest-category-name-length)
7687         (todo-make-categories-list, todo-mode-external-set)
7688         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7689         (todo-modes-set-3, todo-multiple-filter-files)
7690         (todo-nondiary-marker-matcher, todo-prefix-overlays)
7691         (todo-read-category, todo-read-date, todo-read-dayname)
7692         (todo-read-file-name, todo-read-time)
7693         (todo-reevaluate-category-completions-files-defcustom)
7694         (todo-reevaluate-default-file-defcustom)
7695         (todo-reevaluate-filelist-defcustoms)
7696         (todo-reevaluate-filter-files-defcustom)
7697         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7698         (todo-reset-done-separator, todo-reset-done-separator-string)
7699         (todo-reset-done-string, todo-reset-global-current-todo-file)
7700         (todo-reset-highlight-item, todo-reset-nondiary-marker)
7701         (todo-reset-prefix, todo-set-categories)
7702         (todo-set-date-from-calendar, todo-set-show-current-file)
7703         (todo-set-top-priorities, todo-short-file-name)
7704         (todo-show-current-file, todo-sort, todo-time-string-matcher)
7705         (todo-total-item-counts, todo-update-buffer-list)
7706         (todo-update-categories-display, todo-update-categories-sexp)
7707         (todo-update-count, todo-validate-name, todo-y-or-n-p):
7708         New functions.
7709         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7710         New major modes.
7711         (todo-categories, todo-display, todo-edit, todo-faces)
7712         (todo-filtered): New defgroups.
7713         (todo-archived-only, todo-button, todo-category-string, todo-date)
7714         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7715         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7716         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7717         (todo-add-item-if-new-category, todo-always-add-time-string)
7718         (todo-categories-align, todo-categories-archived-label)
7719         (todo-categories-category-label, todo-categories-diary-label)
7720         (todo-categories-done-label, todo-categories-number-separator)
7721         (todo-categories-todo-label, todo-categories-totals-label)
7722         (todo-category-completions-files, todo-completion-ignore-case)
7723         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7724         (todo-done-separator-string, todo-done-string)
7725         (todo-files-function, todo-filter-done-items, todo-filter-files)
7726         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7727         (todo-initial-category, todo-initial-file, todo-item-mark)
7728         (todo-legacy-date-time-regexp, todo-mode-line-function)
7729         (todo-nondiary-marker, todo-number-prefix)
7730         (todo-print-buffer-function, todo-show-current-file)
7731         (todo-show-done-only, todo-show-first, todo-show-with-done)
7732         (todo-skip-archived-categories, todo-top-priorities-overrides)
7733         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7734         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7735         New defcustoms.
7736         (todo-category-done, todo-date-pattern, todo-date-string-start)
7737         (todo-diary-items-buffer, todo-done-string-start)
7738         (todo-filtered-items-buffer, todo-item-start)
7739         (todo-month-abbrev-array, todo-month-name-array)
7740         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7741         (todo-top-priorities-buffer): New defconsts.
7742         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7743         (todo-categories-with-marks, todo-category-string-face)
7744         (todo-comment-face, todo-comment-string, todo-current-todo-file)
7745         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7746         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7747         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7748         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7749         (todo-font-lock-keywords, todo-global-current-todo-file)
7750         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7751         (todo-insertion-commands-args)
7752         (todo-insertion-commands-args-genlist)
7753         (todo-insertion-commands-names, todo-insertion-map)
7754         (todo-key-bindings-t, todo-key-bindings-t+a)
7755         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7756         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7757         (todo-nondiary-face, todo-print-buffer, todo-time-face)
7758         (todo-visited): New variables.
7760 2013-06-21  Glenn Morris  <rgm@gnu.org>
7762         * play/cookie1.el (cookie-apropos): Add optional display argument.
7763         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7764         (psychoanalyze-pinhead): Use cookie-doctor.
7766 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7768         * emacs-lisp/package.el (tar-get-file-descriptor)
7769         (tar--extract): Declare.
7771 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
7773         Extend flymake's warning predicate to be a function (bug#14217).
7774         * progmodes/flymake.el (flymake-warning-predicate): New.
7775         (flymake-parse-line): Use it.
7776         (flymake-warning-re): Make obsolete alias to
7777         `flymake-warning-predicate'.
7779 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7781         * emacs-lisp/package.el (package-alist): Include obsolete packages.
7782         (package-obsolete-list): Remove.
7783         (package-activate): Remove min-version argument.  Add `force' argument.
7784         Adjust to new package-alist format.
7785         (package-mark-obsolete): Remove.
7786         (package-unpack): Force reload of the package's autoloads.
7787         (package-installed-p): Check builtins if the installed package is not
7788         recent enough.
7789         (package-initialize): Don't reset package-obsolete-list.
7790         Don't specify which package version to activate.
7791         (package-process-define-package, describe-package-1)
7792         (package-menu--generate): Adjust to new package-alist format.
7794 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7796         * allout-widgets.el (allout-widgets-mode-off)
7797         (allout-widgets-mode-on, allout-widgets-pre-command-business)
7798         (allout-widgets-post-command-business)
7799         (allout-widgets-after-copy-or-kill-function)
7800         (allout-widgets-after-undo-function, allout-test-range-overlaps)
7801         (allout-decorate-item-and-context)
7802         (allout-graphics-modification-handler): Fix typos in docstrings.
7803         (allout-get-or-create-parent-widget): Use `looking-at-p'.
7805         * cmuscheme.el (scheme-start-file): Doc fix.
7806         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7807         (scheme-input-filter): Use `string-match-p'.
7809         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7811         * dired-x.el: Use Dired consistently in docstrings.
7813         * dired.el: Use Dired consistently in docstrings.
7814         (dired-readin, dired-mode): Use `setq-local'.
7815         (dired-switches-alist): Make defvar-local.
7816         (dired-buffers-for-dir): Use `zerop'.
7817         (dired-safe-switches-p, dired-switches-escape-p)
7818         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7819         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7820         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7821         (dired-goto-next-nontrivial-file): Use `string-match-p'.
7822         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7823         (dired-toggle-marks, dired-mark-files-containing-regexp)
7824         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7825         (dired-flag-auto-save-files, dired-flag-backup-files):
7826         Use `looking-at-p'.
7827         (dired-mark-files-regexp, dired-build-subdir-alist):
7828         Use `string-match-p', `looking-at-p'.
7830         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7831         (direct-print-region-helper): Use `string-match-p'.
7833 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7835         * comint.el (comint-redirect-results-list-from-process):
7836         Fix infinite loop.
7838 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840         * net/eww.el (eww-update-header-line-format): Quote % characters.
7842 2013-06-21  Glenn Morris  <rgm@gnu.org>
7844         * play/cookie1.el (cookie): New custom group.
7845         (cookie-file): New option.
7846         (cookie-check-file): New function.
7847         (cookie): Make it interactive.  Make start and end messages optional.
7848         Interactively, display the result.  Default to cookie-file.
7849         (cookie-insert): Default to cookie-file.
7850         (cookie-snarf): Make start and end messages optional.
7851         Default to cookie-file.  Use with-temp-buffer.
7852         (cookie-read): Rename from read-cookie.
7853         Make start and end messages optional.  Default to cookie-file.
7854         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
7855         Do not autoload it.
7856         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7857         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7859 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7861         * progmodes/octave.el (octave-mode): Backward compatibility fix.
7863 2013-06-21  Glenn Morris  <rgm@gnu.org>
7865         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7867 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7868             Daniel Hackney  <dan@haxney.org>
7870         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7871         Consolidate the single-file vs tarball code.
7872         (package-desc-suffix): New function.
7873         (package-desc-full-name): Don't bother inlining it.
7874         (package-load-descriptor): Return the new package-desc.
7875         (package-mark-obsolete): Remove unused arg `package'.
7876         (package-unpack): Make it work for single files as well.
7877         Make it update package-alist.
7878         (package--make-autoloads-and-stuff): Rename from
7879         package--make-autoloads-and-compile.  Don't compile any more.
7880         (package--compile): New function.
7881         (package-generate-description-file): New function, extracted from
7882         package-unpack-single.
7883         (package-unpack-single): Remove.
7884         (package--with-work-buffer): Add indentation and debugging info.
7885         (package-download-single): Remove.
7886         (package-install-from-archive): Rename from package-download-tar, make
7887         it take a pkg-desc, and make it work for single files as well.
7888         (package-download-transaction): Simplify.
7889         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
7890         external tar program.
7891         (package-install-from-buffer): Remove `pkg-desc' argument.
7892         Use package-tar-file-info for tar-mode buffers.
7893         (package-install-file): Simplify accordingly.
7894         (package-archive-base): Change to take a pkg-desc.
7895         * tar-mode.el (tar--check-descriptor): New function, extracted from
7896         tar-get-descriptor.
7897         (tar-get-descriptor): Use it.
7898         (tar-get-file-descriptor): New function.
7899         (tar--extract): New function, extracted from tar-extract.
7900         (tar--extract): Use it.
7901         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7902         case the summary uses non-ascii.  Adjust to new calling convention of
7903         package-tar-file-info.
7905 2013-06-21  Leo Liu  <sdl.web@gmail.com>
7907         * comint.el (comint-redirect-results-list-from-process):
7908         Fix random delay.  (Bug#14681)
7910 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
7912         * profiler.el (profiler-format-number): Use log, not log10.
7914 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7916         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7918 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7920         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7921         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7922         yet available.
7923         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7924         (AUTOGENEL): ... here.
7925         * emacs-lisp/cl-macs.el (cl--sublis): New function.
7926         (cl--defsubst-expand): Use it.
7928 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7930         * subr.el (log10): Move here from C code, and declare as obsolete.
7931         All uses of (log10 X) replaced with (log X 10).
7933 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7935         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7936         Declare with `defvar-local'.
7937         (tabulated-list-use-header-line, tabulated-list-entries)
7938         (tabulated-list-padding, tabulated-list-printer)
7939         (tabulated-list-sort-key): Declare with `defvar-local'.
7940         (tabulated-list-init-header, tabulated-list-print-fake-header):
7941         Use `setq-local'.
7943 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
7945         * arc-mode.el (archive-mode): Add `archive-write-file' to
7946         `write-contents-functions' also for remote files.  (Bug#14652)
7948 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
7950         * cus-edit.el (custom-commands): Fix typos.
7951         (custom-display): Fix tooltip text.
7952         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7953         Fix typos in docstrings.
7954         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7955         (custom-unlispify-menu-entry, custom-magic-value-create)
7956         (custom-add-see-also, custom-group-value-create): Use ?\s.
7957         (custom-guess-type, customize-apropos, editable-field)
7958         (custom-face-value-create): Use `string-match-p'.
7959         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7961         * custom.el (custom-load-symbol): Use `string-match-p'.
7963         * ansi-color.el: Convert to lexical binding.
7964         (ansi-colors): Fix URL.
7965         (ansi-color-context, ansi-color-context-region): Use defvar-local.
7966         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7967         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7969 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7973         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7975 2013-06-19  Tom Tromey  <tromey@redhat.com>
7977         * net/eww.el (eww-top-url): Remove.
7978         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7979         (eww-render): Set new variables.  Don't set eww-top-url.
7980         (eww-handle-link): Handle "prev", "home", and "contents".
7981         Downcase the rel text.
7982         (eww-top-url): Choose best top URL.
7984 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7986         * net/eww.el: Rewrite to implement form elements "by hand" instead of
7987         relying in widget.el.  Using widget.el leads to too many
7988         user interface inconsistencies.
7989         (eww-self-insert): Implement entering commands in text fields.
7990         (eww-process-text-input): New function to make text input field editing
7991         work.
7992         (eww-submit): Rewrite to use the new-style form methods.
7993         (eww-select-display): Display the correct selected item.
7994         (eww-change-select): Implement changing the select value.
7995         (eww-toggle-checkbox): Implement radio/checkboxes.
7996         (eww-update-field): Fix compilation error.
7997         (eww-tag-textarea): Implement <textarea>.
7999         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
8000         we don't shadow mode-specific bindings.
8002         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
8003         nothing to push.
8005         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
8007 2013-06-19  Glenn Morris  <rgm@gnu.org>
8009         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
8011 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8013         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
8014         not needed.
8016         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
8018 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020         * net/browse-url.el (browse-url-browser-function):
8021         `eww-browse-url' has the right calling signature, `eww' does not.
8023 2013-06-19  Glenn Morris  <rgm@gnu.org>
8025         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8026         Only eval autoloaded macros.
8027         (byte-compile-autoload): Only give the macro warning for macros.
8029         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
8030         (ps-underlined-faces): Declare.
8032         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
8033         (speedbar-add-supported-extension): Declare.
8035         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
8036         Don't include a date stamp in the header of the generated file;
8037         it leads to needless differences between output files.
8039 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
8041         * net/secrets.el (secrets-struct-secret-content-type):
8042         Replace check of introspection data by a test call of "CreateItem".
8043         Some servers do not offer introspection.
8045 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8047         * electric.el (electric-pair-mode): Improve interaction with
8048         electric-layout-mode.
8049         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
8050         (electric-pair-syntax): Use text-mode-syntax-table in comments
8051         and strings.
8052         (electric-pair--insert): New function.
8053         (electric-pair-post-self-insert-function): Use it and
8054         electric--after-char-pos.
8056 2013-06-19  Leo Liu  <sdl.web@gmail.com>
8058         * progmodes/octave.el (octave-help): Fix regexp.
8060 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
8063         (shr-table-horizontal-line): Allow nil as a value, and change the
8064         default.
8065         (shr-insert-table-ruler): Respect the nil value.
8067 2013-06-18  Tom Tromey  <tromey@barimba>
8069         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8070         New defvars.
8071         (eww-open-file): New defun.
8072         (eww-render): Initialize new variables.
8073         (eww-display-html): Handle "link" and "a".
8074         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
8075         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
8076         (eww-back-url): Rename from eww-previous-url.
8077         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
8078         New defuns.
8080 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
8082         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
8083         Distinguish ternary operator tokens from slash symbol and slash
8084         char literal.
8086 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8088         Convert symbol prettification into minor mode and global minor mode.
8090         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
8091         `prog-prettify-symbols', and make a local defvar instead of defcustom.
8092         (prettify-symbols--keywords): Rename from
8093         `prog-prettify-symbols-alist' and make a local defvar.
8094         (prettify-symbols--compose-symbol): Rename from
8095         `prog--prettify-font-lock-compose-symbol'.
8096         (prettify-symbols--make-keywords): Rename from
8097         `prog-prettify-font-lock-symbols-keywords' and simplify.
8098         (prog-prettify-install): Remove.
8099         (prettify-symbols-mode): New minor mode, based on
8100         `prog-prettify-install'.
8101         (turn-on-prettify-symbols-mode): New function.
8102         (global-prettify-symbols-mode): New globalized minor mode.
8104         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8105         * progmodes/cfengine.el (cfengine3-mode):
8106         * progmodes/perl-mode.el (perl-mode): Don't call
8107         `prog-prettify-install'; set `prettify-symbols-alist' instead.
8109 2013-06-18  Juri Linkov  <juri@jurta.org>
8111         * files-x.el (modify-file-local-variable-message): New function.
8112         (modify-file-local-variable)
8113         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
8114         and call `modify-file-local-variable-message' when it's non-nil.
8115         (add-file-local-variable, delete-file-local-variable)
8116         (add-file-local-variable-prop-line)
8117         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
8118         and use it.  (Bug#9820)
8120 2013-06-18  Juri Linkov  <juri@jurta.org>
8122         * emulation/vi.el (vi-shell-op):
8123         * emulation/vip.el (vip-execute-com, ex-command):
8124         * emulation/viper-cmd.el (viper-exec-bang):
8125         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
8126         the call of `shell-command-on-region'.  (Bug#14637)
8128         * simple.el (shell-command-on-region): Doc fix.
8130 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8132         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
8133         (bug#14633).
8135 2013-06-18  Glenn Morris  <rgm@gnu.org>
8137         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
8139         * newcomment.el (comment-search-forward, comment-search-backward):
8140         Doc fix.  (Bug#14376)
8142 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
8144         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
8145         (buffer-face-mode-invoke): Doc fix.
8147 2013-06-18  Matthias Meulien  <orontee@gmail.com>
8149         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
8150         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
8152 2013-06-18  Glenn Morris  <rgm@gnu.org>
8154         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
8155         Replace obsolete function generic-make-keywords with its expansion.
8157         * progmodes/python.el (ffap-alist): Declare.
8159         * textmodes/reftex.el (bibtex-mode-map): Declare.
8161 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8163         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
8164         (package-unpack, package-unpack-single): Return the pkg-dir.
8165         (package-download-transaction): Use it to update package-alist.
8167 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
8170         possible choice.
8172 2013-06-17  Juri Linkov  <juri@jurta.org>
8174         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
8176 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8178         * emacs-lisp/package.el (package-load-descriptor):
8179         Remove `with-syntax-table' call, `read' doesn't need it.
8180         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
8182 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8184         * startup.el (command-line): Expand package name returned by
8185         `package--description-file' (bug#14639).
8187 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
8189         * emacs-lisp/package.el (package-load-descriptor): Do not call
8190         `emacs-lisp-mode', just use its syntax table.
8192 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
8194         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
8195         `font-lock-extra-managed-props' if any prettifying keyword is added.
8196         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
8197         (prog-mode): Use `setq-local'.
8199 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8201         * international/characters.el (standard-case-table): Set syntax of ?»
8202         and ?« to punctuation.
8204 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
8206         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
8207         Save relevant match data before calling `syntax-ppss' (bug#14595).
8209 2013-06-15  Juri Linkov  <juri@jurta.org>
8211         * files-x.el (modify-file-local-variable-prop-line): Add local
8212         variables to the end of the existing comment on the first line.
8213         Use `file-auto-mode-skip' to skip interpreter magic line,
8214         and also skip XML declaration.
8216 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8218         * startup.el (package--builtin-versions): New var.
8219         (package-subdirectory-regexp): Remove.
8220         (package--description-file): Hard code its value instead.
8222         * emacs-lisp/package.el: Don't activate packages older than builtin.
8223         (package-obsolete-list): Rename from package-obsolete-alist, and make
8224         it into a simple list of package-desc.
8225         (package-strip-version): Remove.
8226         (package-built-in-p): Use package--builtin-versions.
8227         (package-mark-obsolete): Simplify.
8228         (package-process-define-package): Mark it obsolete if older than the
8229         builtin version.
8230         (package-handle-response): Use line-end-position.
8231         (package-read-archive-contents, package--download-one-archive):
8232         Simplify.
8233         (package--add-to-archive-contents): Skip if older than the builtin or
8234         installed version.
8235         (package-menu-describe-package): Fix last change.
8236         (package-list-unversioned): New var.
8237         (package-menu--generate): Use it.
8239         * emacs-lisp/autoload.el: Manage package--builtin-versions.
8240         (autoload--insert-text, autoload--insert-cookie-text): New functions.
8241         (autoload-builtin-package-versions): New variable.
8242         (autoload-generate-file-autoloads): Use them.
8243         Remove the list of autoloaded functions/macros from the
8244         (autoload...) comments.
8246         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
8248 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
8250         * simple.el (line-move-partial): Don't jump to the next screen
8251         line as soon as it becomes visible.  Instead, continue enlarging
8252         the vscroll until the portion of a tall screen line that's left on
8253         display is about the height of the frame's default font.
8254         (Bug#14567)
8256 2013-06-15  Glenn Morris  <rgm@gnu.org>
8258         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
8259         compilation-error-regexp-alist void, or local while let-bound.
8261         * progmodes/make-mode.el (makefile-mode-syntax-table):
8262         Treat "=" as punctuation.  (Bug#14614)
8264 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
8266         * help-fns.el (describe-variable):
8267         Add extra line for permanent-local variables.
8269 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
8271         * progmodes/scheme.el (scheme-font-lock-keywords-2):
8272         Add export, import, library.  (Bug#9164)
8273         (library): Set indent function.
8275 2013-06-14  Glenn Morris  <rgm@gnu.org>
8277         * term/xterm.el (xterm--query):
8278         Stop after first matching handler.  (Bug#14615)
8280 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
8282         Add support for dired in saveplace.
8283         * dired.el (dired-initial-position-hook): New variable.
8284         (dired-initial-position): Call hook to place cursor position.
8285         * saveplace.el (save-place-to-alist): Add dired position.
8286         (save-place-dired-hook): New function.
8288 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8290         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
8291         through a symbol rather than letrec.
8293         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
8294         (package-desc): Add `dir' field.
8295         (package-desc-full-name): New function.
8296         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
8297         (package-maybe-load-descriptor): Remove.
8298         (package-load-all-descriptors): Just call package-load-descriptor.
8299         (package--disabled-p): New function.
8300         (package-desc-vers, package-desc-doc): Remove aliases.
8301         (package--dir): Remove function.
8302         (package-activate): Check if a package is disabled.
8303         (package-process-define-package): New function, extracted from
8304         define-package.
8305         (define-package): Turn into a place holder.
8306         (package-unpack-single, package-tar-file-info):
8307         Use package--description-file.
8308         (package-compute-transaction): Use package--disabled-p.
8309         (package-download-transaction): Don't call
8310         package-maybe-load-descriptor since they're all loaded anyway.
8311         (package-install): Change argument to be a pkg-desc.
8312         (package-delete): Use a single pkg-desc argument.
8313         (describe-package-1): Use package-desc-dir instead of package--dir.
8314         Use package-desc property instead of package-symbol.
8315         (package-install-button-action): Adjust accordingly.
8316         (package--push): Rewrite.
8317         (package-menu--print-info): Adjust accordingly.  Change the ID format
8318         to be a pkg-desc.
8319         (package-menu-describe-package, package-menu-get-status)
8320         (package-menu--find-upgrades, package-menu-mark-upgrades)
8321         (package-menu-execute, package-menu--name-predicate):
8322         Adjust accordingly.
8323         * startup.el (package--description-file): New function.
8324         (command-line): Use it.
8325         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8326         Use package-desc-version.
8328         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
8329         (byte-compile-preprocess): Use it.
8330         (byte-compile-file-form-defalias): Try a bit harder to use macros we
8331         can't quite recognize.
8332         (byte-compile-add-to-list): Remove.
8333         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
8334         (cconv-closure-convert): Add assertion.
8336         * emacs-lisp/map-ynp.el: Use lexical-binding.
8337         (map-y-or-n-p): Remove unused vars `tail' and `object'.
8338         Factor out some repeated code.
8340 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8342         * subr.el (with-eval-after-load): New macro.
8343         (eval-after-load): Allow form to be a function.
8344         take advantage of lexical-binding.
8345         (do-after-load-evaluation): Use dolist and adjust to new format.
8346         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
8348 2013-06-13  Juri Linkov  <juri@jurta.org>
8350         * replace.el (perform-replace): Display "symbol " and other search
8351         modes from `isearch-message-prefix' in the *Help* buffer.
8353         * isearch.el (isearch-query-replace): Add " symbol" and other
8354         possible search modes from `isearch-message-prefix' to the prompt.
8355         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
8356         when reading a regexp to collect.
8358 2013-06-13  Juri Linkov  <juri@jurta.org>
8360         * isearch.el (word-search-regexp): Match whitespace if the search
8361         string begins or ends in whitespace.  The LAX arg is applied to
8362         both ends of the search string.  Use `regexp-quote' and explicit
8363         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
8364         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
8365         boundaries are replaced with symbol boundaries, and characters
8366         between symbols match non-word non-symbol syntax.  (Bug#14602)
8368 2013-06-13  Juri Linkov  <juri@jurta.org>
8370         * isearch.el (isearch-del-char): Don't exceed the length of
8371         `isearch-string' by the prefix arg.  (Bug#14563)
8373 2013-06-13  Juri Linkov  <juri@jurta.org>
8375         * isearch.el (isearch-yank-word, isearch-yank-line)
8376         (isearch-char-by-name, isearch-quote-char)
8377         (isearch-printing-char, isearch-process-search-char):
8378         Add optional count prefix arg.  (Bug#14563)
8380         * international/isearch-x.el
8381         (isearch-process-search-multibyte-characters):
8382         Add optional count prefix arg.
8384 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8386         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
8387         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
8388         lexical-binding.
8390 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
8392         * subr.el (set-temporary-overlay-map): Add on-exit argument.
8394 2013-06-13  Glenn Morris  <rgm@gnu.org>
8396         * startup.el (tty-handle-args):
8397         Don't just discard "--" and anything after.  (Bug#14608)
8399         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
8401 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
8403         Implement changes in Secret Service API.  Make it backward compatible.
8404         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
8405         (secrets-create-item): Use it.  Prefix properties with interface.
8407 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
8409         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
8410         (term-emulate-terminal): Respect term-suppress-hard-newline.
8412 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
8414         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
8415         Only remove a `thumb-file' overlay.  (Bug#14548)
8417 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
8419         * mail/reporter.el (reporter-submit-bug-report):
8420         Handle missing package-name.  (Bug#14600)
8422 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8424         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
8425         (reftex-citation-prompt, reftex-default-bibliography)
8426         (reftex-bib-or-thebib, reftex-get-bibfile-list)
8427         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
8428         (reftex-bib-sort-author, reftex-bib-sort-year)
8429         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
8430         (reftex-extract-bib-entries-from-thebibliography)
8431         (reftex-get-bibkey-default, reftex-get-bib-names)
8432         (reftex-parse-bibtex-entry, reftex-get-bib-field)
8433         (reftex-format-bib-entry, reftex-parse-bibitem)
8434         (reftex-format-bibitem, reftex-do-citation)
8435         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
8436         (reftex-restrict-bib-matches, reftex-extract-bib-file)
8437         (reftex-insert-bib-matches, reftex-format-citation)
8438         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
8439         (reftex-create-bibtex-file): Add docstrings, mostly by converting
8440         existing comments into docstrings.
8442 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8444         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
8446 2013-06-12  Andreas Schwab  <schwab@suse.de>
8448         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
8449         for auto-save files.
8451 2013-06-12  Glenn Morris  <rgm@gnu.org>
8453         * ido.el (ido-delete-ignored-files): Remove.
8454         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
8455         Go back to calling ido-ignore-item-p directly.
8457 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
8459         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
8461         * ido.el (ido-delete-ignored-files): New function,
8462         split from ido-make-file-list-1.
8463         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
8464         (ido-make-file-list-1): Use ido-delete-ignored-files.
8466 2013-06-12  Leo Liu  <sdl.web@gmail.com>
8468         * progmodes/octave.el (inferior-octave-startup)
8469         (inferior-octave-completion-table)
8470         (inferior-octave-track-window-width-change)
8471         (octave-eldoc-function-signatures, octave-help)
8472         (octave-find-definition): Use single quoted strings.
8473         (inferior-octave-startup-args): Change default value.
8474         (inferior-octave-startup): Do not hard code "-i" and
8475         "--no-line-editing".
8476         (inferior-octave-resync-dirs): Add optional arg NOERROR.
8477         (inferior-octave-directory-tracker): Use it.
8478         (octave-goto-function-definition): Robustify.
8479         (octave-help): Support highlighting operators in 'See also'.
8480         (octave-find-definition): Find subfunctions only in Octave mode.
8482 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8484         * help-fns.el (help-fns--compiler-macro): If the handler function is
8485         named, then put a link to it.
8486         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
8487         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
8488         (cl-typep): Use it.
8489         (cl-eval-when): Simplify debug spec.
8490         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
8491         compiler-macro function instead of setting `compiler-macro-file'.
8493 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
8495         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
8496         * vc/vc-hooks.el (vc-stay-local): Doc fix.
8498 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8499             Daniel Hackney  <dan@haxney.org>
8501         First part of Daniel Hackney's patch to package.el.
8502         * emacs-lisp/package.el: Use defstruct.
8503         (package-desc): New, main struct.
8504         (package--bi-desc, package--ac-desc): New structs, used to describe the
8505         format in external files.
8506         (package-desc-vers): Replace with package-desc-version accessor.
8507         (package-desc-doc): Replace with package-desc-summary accessor.
8508         (package-activate-1): Remove `package' arg since the pkg-vec now
8509         includes the name.
8510         (define-package): Use package-desc-from-define.
8511         (package-unpack-single): Change file-name arg to be a symbol.
8512         (package--add-to-archive-contents): Use package-desc-create and new
8513         accessor functions to package--ac-desc.
8514         (package-buffer-info, package-tar-file-info): Return a package-desc.
8515         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
8516         arg to be a package-desc.
8517         (package-install-file): Adjust accordingly.  Use \' to match EOS.
8518         (package--from-builtin): New function.
8519         (describe-package-1, package-menu--generate): Use it.
8520         (package--make-autoloads-and-compile): Change name arg to be a symbol.
8521         (package-generate-autoloads): Idem and return the name of the file.
8522         * emacs-lisp/package-x.el (package-upload-buffer-internal):
8523         Change pkg-info arg to be a package-desc.
8524         Use package-make-ac-desc.
8525         (package-upload-file): Use \' to match EOS.
8526         * finder.el (finder-compile-keywords): Use package-make-builtin.
8528 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8530         * vc/vc.el (vc-deduce-fileset): Change error message.
8531         (vc-read-backend): New function.
8532         (vc-next-action): Use it.
8534         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
8536         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
8537         (prolog-font-lock-keywords): Use regexp-opt instead.
8538         Don't manually highlight strings.
8539         (prolog-mode-variables): Simplify comment-start-skip.
8540         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
8542         * emacs-lisp/generic.el (generic--normalise-comments)
8543         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
8544         (generic-mode-set-comments): Use them.
8545         (generic-bracket-support): Use setq-local.
8546         (generic-make-keywords-list): Declare obsolete.
8548 2013-06-11  Glenn Morris  <rgm@gnu.org>
8550         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8551         Prettify after setting font-lock-defaults.  (Bug#14574)
8553 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
8555         * replace.el (query-replace, occur-read-regexp-defaults-function)
8556         (replace-search):
8557         * subr.el (declare-function, number-sequence, local-set-key)
8558         (substitute-key-definition, locate-user-emacs-file)
8559         (with-silent-modifications, split-string, eval-after-load):
8560         Fix typos, remove unneeded backslashes and reflow some docstrings.
8562 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
8565         default for Elisp files.
8567 2013-06-11  Glenn Morris  <rgm@gnu.org>
8569         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
8570         although define-derived-mode was doing this anyway.  (Bug#14583)
8572 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
8574         * allout.el (allout-encryption-plaintext-sanitization-regexps):
8575         Fix make-variable-buffer-local call to refer to the correct variable.
8577 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
8579         * eshell/em-term.el (eshell-visual-commands)
8580         (eshell-visual-subcommands, eshell-visual-options):
8581         Add summary line to docstrings.  Add cross-references.
8583 2013-06-10  Glenn Morris  <rgm@gnu.org>
8585         * epa.el (epa-read-file-name): New function.  (Bug#14510)
8586         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
8588 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8590         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
8591         output redirection to be ignored with visual commands.
8593 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
8595         * eshell/em-term.el (eshell-visual-command-p): New function.
8596         (eshell-term-initialize): Move long lambda to separate function
8597         eshell-visual-command-p.
8598         * eshell/em-dirs.el (eshell-dirs-initialise):
8599         * eshell/em-script.el (eshell-script-initialize):
8600         Add missing #' to lambda.
8602 2013-06-08  Leo Liu  <sdl.web@gmail.com>
8604         * progmodes/octave.el (octave-add-log-current-defun): New function.
8605         (octave-mode): Set add-log-current-defun-function.
8606         (octave-goto-function-definition): Do not move point if not found.
8607         (octave-find-definition): Enhance to try subfunctions first.
8609 2013-06-08  Glenn Morris  <rgm@gnu.org>
8611         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8612         (byte-compile-backward-char, byte-compile-backward-word):
8613         Improve previous change, to handle non-explicit nil.
8615 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8617         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8618         (smie--opener/closer-at-point): New function.
8619         (smie--matching-block-data): Use it.  Don't match from right after an
8620         opener or right before a closer.  Obey smie-blink-matching-inners.
8621         Don't signal a mismatch for repeated inners like "switch..case..case".
8623 2013-06-07  Leo Liu  <sdl.web@gmail.com>
8625         * progmodes/octave.el (octave-mode): Set comment-use-global-state
8626         to t.  (Bug#14303)
8627         (octave-function-header-regexp): Fix.  (Bug#14570)
8628         (octave-help-mode-finish-hook, octave-help-mode-finish):
8629         Remove.  Just use temp-buffer-show-hook.
8631         * newcomment.el (comment-search-backward): Revert last change.
8632         (Bug#14434)
8634         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8636 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
8638         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8639         through xargs, to avoid failure due to MS-Windows limitations on
8640         command-line length.
8642 2013-06-06  Glenn Morris  <rgm@gnu.org>
8644         * font-lock.el (lisp-font-lock-keywords-2):
8645         Treat user-error like error.
8647         * emacs-lisp/bytecomp.el (byte-compile-char-before)
8648         (byte-compile-backward-char, byte-compile-backward-word):
8649         Handle explicit nil arguments.  (Bug#14565)
8651 2013-06-05  Alan Mackenzie  <acm@muc.de>
8653         * isearch.el (isearch-allow-prefix): New user option.
8654         (isearch-other-meta-char): Don't exit isearch when a prefix
8655         argument is typed whilst `isearch-allow-prefix' is non-nil.
8656         (Bug#9706)
8658 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8660         * autorevert.el (auto-revert-notify-handler): Use memq.
8661         Hide assertion failure.
8663         * skeleton.el: Use cl-lib.
8664         (skeleton-further-elements): Use defvar-local.
8665         (skeleton-insert): Use cl-progv.
8667 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8669         * progmodes/prog-mode.el (prog-prettify-symbols)
8670         (prog-prettify-install): Update docstrings.
8672 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8674         * simple.el: Move all the prog-mode code to prog-mode.el.
8675         * progmodes/prog-mode.el: New file.
8676         * loadup.el: Add prog-mode.el.
8678 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8680         * simple.el (prog-prettify-symbols): Add version.
8681         (prog-prettify-install): Add convenience function to prettify symbols.
8683         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8684         (perl--augmented-font-lock-keywords-1)
8685         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8686         variables and use it.
8688         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8689         (cfengine3-mode): Remove unneeded variable and use it.
8691         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8692         (lisp--augmented-font-lock-keywords-1)
8693         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8694         Remove unneeded variables and use it.
8696 2013-06-05  João Távora  <joaotavora@gmail.com>
8698         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
8699         to point when opening the connection.  (Bug#14380)
8701 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8703         * subr.el (load-history-regexp, load-history-filename-element)
8704         (eval-after-load, after-load-functions, do-after-load-evaluation)
8705         (eval-next-after-load, display-delayed-warnings)
8706         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8707         definition of save-match-data.
8708         (overriding-local-map): Remove accidental obsolescence declaration.
8710         * emacs-lisp/edebug.el (edebug-result): Move before first use.
8712 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
8714         Generalize symbol prettify support to prog-mode and implement it
8715         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8716         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8717         (prog--prettify-font-lock-compose-symbol)
8718         (prog-prettify-font-lock-symbols-keywords): New variables and
8719         functions to support symbol prettification.
8720         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8721         (lisp--augmented-font-lock-keywords-1)
8722         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8723         (lisp--prettify-symbols-alist): Implement prettify of lambda.
8724         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8725         (cfengine3--prettify-symbols-alist, cfengine3-mode):
8726         Implement prettify of -> => :: strings.
8727         * progmodes/perl-mode.el (perl-prettify-symbols)
8728         (perl--font-lock-compose-symbol)
8729         (perl--font-lock-symbols-keywords): Move to prog-mode.
8730         (perl--prettify-symbols-alist): Prettify -> => :: strings.
8731         (perl-font-lock-keywords-1)
8732         (perl-font-lock-keywords-2): Remove explicit prettify support.
8733         (perl--augmented-font-lock-keywords)
8734         (perl--augmented-font-lock-keywords-1)
8735         (perl--augmented-font-lock-keywords-2, perl-mode):
8736         Implement prettify support.
8738 2013-06-05  Leo Liu  <sdl.web@gmail.com>
8740         Re-implement smie matching block highlight using
8741         show-paren-data-function.  (Bug#14395)
8742         * emacs-lisp/smie.el (smie-matching-block-highlight)
8743         (smie--highlight-matching-block-overlay)
8744         (smie--highlight-matching-block-lastpos)
8745         (smie-highlight-matching-block)
8746         (smie-highlight-matching-block-mode): Remove.
8747         (smie--matching-block-data-cache): New variable.
8748         (smie--matching-block-data): New function.
8749         (smie-setup): Use smie--matching-block-data for
8750         show-paren-data-function.
8752         * progmodes/octave.el (octave-mode-menu): Fix.
8753         (octave-find-definition): Skip garbage lines.
8755 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8757         Fix compilation error with simultaneous dynamic+lexical scoping.
8758         Add warning when a defvar appears after the first let-binding.
8759         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8760         (byte-compile-close-variables): Initialize it.
8761         (byte-compile--declare-var): New function.
8762         (byte-compile-file-form-defvar)
8763         (byte-compile-file-form-define-abbrev-table)
8764         (byte-compile-file-form-custom-declare-variable): Use it.
8765         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
8766         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8767         (byte-compile-bind): Handle dynamic bindings that shadow
8768         lexical bindings.
8769         (byte-compile-unbind): Make arg non-optional.
8770         (byte-compile-let): Simplify.
8771         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8772         (cconv--analyse-function, cconv-analyse-form): Populate it.
8773         Protect byte-compile-bound-variables to limit the scope of defvars.
8774         (cconv-analyse-form): Add missing rule for (defvar <foo>).
8775         Remove unneeded rule for `declare'.
8777         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8778         so as to avoid depending on cl-adjoin at run-time.
8779         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8781         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8782         (macroexp--warn-and-return): Use it.
8784 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8786         * lisp/subr.el: Convert to lexical binding.
8787         (overriding-local-map): Make obsolete.
8788         (add-to-list): Doc fix.  Add compiler macro.
8789         (read-key): Swap values of local maps.
8791 2013-06-05  Leo Liu  <sdl.web@gmail.com>
8793         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8795 2013-06-04  Leo Liu  <sdl.web@gmail.com>
8797         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8798         (compilation-auto-jump): Suppress the "Mark set" message to give
8799         way to exit message.
8801 2013-06-04  Alan Mackenzie  <acm@muc.de>
8803         Remove faulty optimisation from indentation calculation.
8804         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8805         search limit based on 2000 characters back from indent-point.
8807 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
8809         * eshell/em-term.el (cl-lib): Require `cl-lib'.
8811 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * emacs-lisp/lisp.el: Use lexical-binding.
8814         (lisp--local-variables-1, lisp--local-variables): New functions.
8815         (lisp--local-variables-completion-table): New var.
8816         (lisp-completion-at-point): Use it complete let-bound vars.
8818         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8819         eagerly (bug#14422).
8821 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
8823         * autorevert.el (auto-revert-notify-enabled)
8824         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8825         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8826         (auto-revert-notify-handler): Handle also gfilenotify.
8828         * subr.el (file-notify-handle-event): New defun.  Replacing ...
8829         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
8830         Remove.
8832 2013-06-03  Juri Linkov  <juri@jurta.org>
8834         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8835         `M-s h .'.  (Bug#14427)
8837         * hi-lock.el (highlight-symbol-at-point): New alias for the new
8838         command `hi-lock-face-symbol-at-point'.
8839         (hi-lock-face-symbol-at-point): New command.
8840         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8841         (hi-lock-menu): Add `highlight-symbol-at-point'.
8842         (hi-lock-mode): Doc fix.
8844         * isearch.el (isearch-forward-symbol-at-point): New command.
8845         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8846         (isearch-highlight-regexp): Add a regexp which matches
8847         words/symbols for word/symbol mode.
8849         * subr.el (find-tag-default-bounds): New function with the body
8850         mostly moved from `find-tag-default'.
8851         (find-tag-default): Move most code to `find-tag-default-bounds',
8852         call it and apply `buffer-substring-no-properties' afterwards.
8854 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
8856         * eshell/em-term.el (eshell-term-initialize):
8857         Use `cl-intersection' rather than `intersection'.
8859 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
8861         * vc/log-view.el: Doc fix.
8862         (log-view-mode-map): Copy keymap from `special-mode-map'.
8864 2013-06-02  Eric Ludlam  <zappo@gnu.org>
8866         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8867         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8868         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8869         (eieio-unbound, eieio-default-superclass)
8870         (eieio--define-field-accessors, method-static, method-before)
8871         (method-primary, method-after, method-num-lists)
8872         (method-generic-before, method-generic-primary)
8873         (method-generic-after, method-num-slots)
8874         (eieio-specialized-key-to-generic-key)
8875         (eieio--check-type, class-v, class-p)
8876         (eieio-class-name, define-obsolete-function-alias)
8877         (eieio-class-parents-fast, eieio-class-children-fast)
8878         (same-class-fast-p, class-constructor, generic-p)
8879         (generic-primary-only-p, generic-primary-only-one-p)
8880         (class-option-assoc, class-option, eieio-object-p)
8881         (class-abstract-p, class-method-invocation-order)
8882         (eieio-defclass-autoload-map, eieio-defclass-autoload)
8883         (eieio-class-un-autoload, eieio-defclass)
8884         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8885         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8886         (eieio--defgeneric-init-form, eieio-defgeneric-form)
8887         (eieio-defgeneric-reset-generic-form)
8888         (eieio-defgeneric-form-primary-only)
8889         (eieio-defgeneric-reset-generic-form-primary-only)
8890         (eieio-defgeneric-form-primary-only-one)
8891         (eieio-defgeneric-reset-generic-form-primary-only-one)
8892         (eieio-unbind-method-implementations)
8893         (eieio--defmethod, eieio--typep)
8894         (eieio-perform-slot-validation, eieio-validate-slot-value)
8895         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8896         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8897         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8898         (eieio-slot-name-index, eieio-class-slot-name-index)
8899         (eieio-set-defaults, eieio-initarg-to-attribute)
8900         (eieio-attribute-to-initarg, eieio-c3-candidate)
8901         (eieio-c3-merge-lists, eieio-class-precedence-c3)
8902         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8903         (eieio-class-precedence-list, eieio-generic-call-methodname)
8904         (eieio-generic-call-arglst, eieio-generic-call-key)
8905         (eieio-generic-call-next-method-list)
8906         (eieio-pre-method-execution-functions, eieio-generic-call)
8907         (eieio-generic-call-primary-only, eieiomt-method-list)
8908         (eieiomt-optimizing-obarray, eieiomt-install)
8909         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8910         (eieio-generic-form, eieio-defmethod, make-obsolete)
8911         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
8912         (defclass): Remove `eval-and-compile' from macro.
8913         (call-next-method, shared-initialize): Instead of using
8914         `scoped-class' variable, use new eieio--scoped-class, and
8915         eieio--with-scoped-class.
8916         (initialize-instance): Rename local variable 'scoped-class' to
8917         'this-class' to remove ambiguitity from old global.
8919         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
8920         eieio.el.
8921         (eieio--scoped-class-stack): New variable.
8922         (eieio--scoped-class): New fcn.
8923         (eieio--with-scoped-class): New scoping macro.
8924         (eieio-defclass): Use pushnew instead of add-to-list.
8925         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8926         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8927         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8928         `scoped-class' variable, use new eieio--scoped-class, and
8929         eieio--with-scoped-class.
8931         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8933 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
8935         * eshell/esh-ext.el (eshell-external-command): Pass args to
8936         `eshell-find-interpreter'.
8937         (eshell-find-interpreter): Add new second parameter ARGS.
8939         * eshell/em-script.el (eshell-script-initialize): Add second arg
8940         to the function added as MATCH to `eshell-interpreter-alist'.
8942         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
8943         the function added as MATCH to `eshell-interpreter-alist'.
8945         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8946         (eshell-visual-options): New defcustom.
8947         (eshell-escape-control-x): Adapt docstring.
8948         (eshell-term-initialize): Test `eshell-visual-subcommands' and
8949         `eshell-visual-options' in addition to `eshell-visual-commands'.
8950         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8952 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8954         * progmodes/python.el (python-indent-block-enders): Add break,
8955         continue and raise keywords.
8957 2013-06-01  Glenn Morris  <rgm@gnu.org>
8959         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8961         Plain (f)boundp silences compilation warnings since Emacs 22.1.
8962         * progmodes/cc-cmds.el (delete-forward-p):
8963         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8964         * progmodes/cc-engine.el (buffer-syntactic-context):
8965         * progmodes/cc-fonts.el (face-property-instance):
8966         * progmodes/cc-mode.el (set-keymap-parents):
8967         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8968         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8969         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
8970         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8971         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
8973         * progmodes/cc-vars.el (other): Emacs has this widget since
8974         at least 21.1, so don't (re)define it.
8976         * eshell/em-cmpl.el (eshell-cmpl-initialize):
8977         Replace the obsolete alias pcomplete-arg-quote-list.
8979 2013-06-01  Leo Liu  <sdl.web@gmail.com>
8981         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8982         punctuation syntax.
8983         (inferior-octave-minimal-columns)
8984         (inferior-octave-last-column-width): New variables.
8985         (inferior-octave-track-window-width-change): New function.
8986         (inferior-octave-mode): Adjust column width so that Octave output,
8987         for example from 'ls', can fit into the window nicely.
8989 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
8991         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8992         Highlight expansions inside regexp literals.
8994 2013-05-31  Glenn Morris  <rgm@gnu.org>
8996         * obsolete/sym-comp.el (symbol-complete):
8997         Replace obsolete completion-annotate-function.
8999         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
9001 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
9003         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
9004         New function, checks if point is inside a literal that allows
9005         expression expansion.
9006         (ruby-syntax-propertize-expansion): Use it.
9007         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
9008         around the body.
9010 2013-05-30  Juri Linkov  <juri@jurta.org>
9012         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
9013         to "\M-si".
9014         (isearch-invisible): New variable.
9015         (isearch-forward): Doc fix.
9016         (isearch-mode): Set `isearch-invisible'
9017         to the value of `search-invisible'.
9018         (isearch-toggle-case-fold): Doc fix.
9019         (isearch-toggle-invisible): New command.
9020         (isearch-query-replace): Let-bind `search-invisible'
9021         to the value of `isearch-invisible'.
9022         (isearch-search): Use `isearch-invisible' instead of
9023         `search-invisible'.  Let-bind `search-invisible'
9024         to the value of `isearch-invisible'.  (Bug#11378)
9026 2013-05-30  Juri Linkov  <juri@jurta.org>
9028         * replace.el (perform-replace): Avoid `isearch-range-invisible'
9029         call when `query-flag' is nil and `search-invisible' is non-nil.
9030         (Bug#11746)
9032 2013-05-30  Glenn Morris  <rgm@gnu.org>
9034         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
9036         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
9037         (cc-require): Suppress spurious "noruntime" warnings.
9038         (cc-require-when-compile): Use fboundp, for sake of compiler.
9040         * progmodes/cc-mode.el: Move load of cc-vars before that of
9041         cc-langs (which in turn loads cc-vars), to quieten compiler.
9043 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9045         * paren.el: Simplify the code.
9046         (show-paren-mode): Always start the timer.
9047         (show-paren--idle-timer): Rename from show-paren-idle-timer.
9048         (show-paren--overlay, show-paren--overlay-1): Rename from
9049         show-paren-overlay and show-paren-overlay-1, and initialize to an
9050         overlay rather than to nil.
9051         (show-paren-function): Misc cleanup and simplifications.
9053 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * paren.el (show-paren-data-function): New hook.
9056         (show-paren--default): New function, extracted from show-paren-function.
9057         (show-paren-function): Use show-paren-data-function.
9059 2013-05-30  Glenn Morris  <rgm@gnu.org>
9061         * ielm.el (ielm-map, ielm-complete-symbol):
9062         Use completion-at-point rather than obsolete functions.
9063         (inferior-emacs-lisp-mode): Doc fix.
9064         Set completion-at-point-functions, rather than
9065         comint-dynamic-complete-functions.
9067         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
9068         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
9069         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
9071         * image.el (image-animated-p): Tweak definition.
9073         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
9074         (rlogin-process-connection-type): Tweak default.  Add set-after.
9075         (rlogin-host): Doc fix.
9076         (rlogin): Tweak prompt.
9077         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
9079         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
9080         * progmodes/tcl.el (inferior-tcl-mode-map):
9081         Use completion-at-point rather than obsolete alias.
9083         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
9085         * minibuffer.el (read-file-name-completion-ignore-case):
9086         Move before completion--in-region, for eager macro expansion.
9088 2013-05-29  Juri Linkov  <juri@jurta.org>
9090         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
9091         for total count of matching lines.  Add `global-matches' for total
9092         count of matches.  Rename `matches' to `lines' for count of
9093         matching lines.  Add `matches' for count of matches.
9094         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
9095         to `prev-line' for line number of prev match endpt.
9096         Increment `matches' for every match.  Print the number of
9097         matching lines in the header.
9098         (occur-context-lines): Rename `lines' to `curr-line'.
9099         Rename `prev-lines' to `prev-line'.  (Bug#14017)
9101 2013-05-29  Juri Linkov  <juri@jurta.org>
9103         * replace.el (perform-replace): Add `skip-read-only-count',
9104         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
9105         Increment them for corresponding conditions and report the number
9106         of skipped occurrences in the final message.  (Bug#11746)
9107         (query-replace, query-replace-regexp, query-replace-regexp-eval)
9108         (replace-string, replace-regexp): Doc fix.
9110 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9112         * emacs-lisp/trace.el (trace--read-args): Provide a default.
9114         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
9115         prog-mode-map (bug#14504).
9117 2013-05-29  Leo Liu  <sdl.web@gmail.com>
9119         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
9120         (octave-help): Small simplification.
9122         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
9123         off the highlight first.
9125 2013-05-29  Glenn Morris  <rgm@gnu.org>
9127         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
9128         Handle idlwave-last-system-routine-info-cons-cell being nil.
9130         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9131         (idlwave-write-paths): Simplify via with-temp-buffer.
9133         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
9134         * emulation/cua-rect.el: Also load cua-base at run time.
9136         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
9137         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
9138         (cperl-imenu-on-info): Require imenu.
9140 2013-05-28  Alan Mackenzie  <acm@muc.de>
9142         Handle "capitalised keywords" correctly.
9143         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
9145 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
9147         * eshell/em-unix.el: Add -r option to cp.
9149 2013-05-28  Glenn Morris  <rgm@gnu.org>
9151         * vc/vc-arch.el (vc-exec-after): Declare.
9152         (vc-switches): Autoload.
9153         * vc/vc-bzr.el: No need to require vc when compiling.
9154         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
9155         (vc-resynch-buffer, vc-dir-refresh): Declare.
9156         (vc-setup-buffer, vc-switches): Autoload.
9157         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
9158         (vc-resynch-buffer): Declare.
9159         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
9160         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
9161         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
9162         (grep-read-regexp, grep-read-files, grep-expand-template)
9163         (vc-dir-refresh): Declare.
9164         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
9165         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
9166         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
9167         * vc/vc-mtn.el (vc-exec-after): Declare.
9168         (vc-switches): Autoload.
9169         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
9170         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
9171         (vc-file-tree-walk): Declare.
9172         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
9173         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
9174         (vc-tag-precondition, vc-rename-master): Autoload.
9175         * vc/vc-svn.el (vc-exec-after): Declare.
9176         (vc-switches, vc-setup-buffer): Autoload.
9177         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
9178         Autoload.
9179         (vc-resynch-buffer): Declare.
9181         * obsolete/fast-lock.el (byte-compile-warnings):
9182         Don't warn about obsolete features in this obsolete file.
9184         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
9185         Move definition before use.
9187         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
9188         (dun-unix-verbs): Remove dun-zippy.
9189         (dun-zippy): Remove function.
9191         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9193 2013-05-27  Juri Linkov  <juri@jurta.org>
9195         * replace.el (replace-search): New function with code moved out
9196         from `perform-replace'.
9197         (replace-highlight, replace-dehighlight): Move function definitions
9198         up closer to `replace-search'.  (Bug#11746)
9200 2013-05-27  Juri Linkov  <juri@jurta.org>
9202         * replace.el (perform-replace): Ignore invisible matches.
9203         In addition to checking `query-replace-skip-read-only', also
9204         filter out matches by calling `run-hook-with-args-until-failure'
9205         on `isearch-filter-predicates', and also check `search-invisible'
9206         for t or call `isearch-range-invisible'.
9207         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
9209 2013-05-27  Juri Linkov  <juri@jurta.org>
9211         * isearch.el (isearch-filter-predicates): Rename from
9212         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
9213         (isearch-message-prefix): Display text from the property
9214         `isearch-message-prefix' of the currently active filters.
9215         (isearch-search): Don't compare `isearch-filter-predicate' with
9216         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
9217         on `isearch-filter-predicates'.  Also check `search-invisible' for t
9218         or call `isearch-range-invisible'.
9219         (isearch-filter-visible): Make obsolete.
9220         (isearch-lazy-highlight-search):
9221         Call `run-hook-with-args-until-failure' on
9222         `isearch-filter-predicates' and use `isearch-range-invisible'.
9224         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
9225         `isearch-filter-predicates' instead of `funcall'ing
9226         `isearch-filter-predicate'.
9227         (Info-mode): Set `Info-isearch-filter' to
9228         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
9230         * dired-aux.el (dired-isearch-filter-predicate-orig):
9231         Remove variable.
9232         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
9233         (dired-isearch-filenames-end): Add and remove
9234         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
9235         instead of changing the value of `isearch-filter-predicate'.
9236         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
9237         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
9238         Put property `isearch-message-prefix' to "filename " on
9239         `dired-isearch-filter-filenames'.
9241         * wdired.el (wdired-change-to-wdired-mode):
9242         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
9243         locally instead of changing `isearch-filter-predicate'.
9244         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
9246 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
9248         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
9249         return the commit hash (Bug#14459).  Also set the
9250         `vc-git-detached' property.
9251         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
9252         (vc-git-mode-line-string): Use the same help-echo format whether
9253         in detached mode or not, because we know the actual revision now.
9254         When in detached mode, shorten the revision to 7 chars.
9256 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * emacs-lisp/easy-mmode.el (define-minor-mode):
9259         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
9260         mode hook and provide a docstring.
9262 2013-05-27  Alan Mackenzie  <acm@muc.de>
9264         Remove spurious syntax-table text properties inserted by C-y.
9265         * progmodes/cc-mode.el (c-after-change): Also clear hard
9266         syntax-table property with value nil.
9268 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
9270         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
9271         when reading the events; the buffer layout shall not be changed.
9273 2013-05-27  Leo Liu  <sdl.web@gmail.com>
9275         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
9276         New variable.
9277         (inferior-octave-directory-tracker): Automatically re-sync
9278         default-directory.
9279         (octave-help): Improve handling of 'See also'.
9281 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9283         * doc-view.el: Minor naming convention tweaks.
9284         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
9286         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
9287         even if there's no `display' property yet (bug#14435).
9289 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
9291         * subr.el (unmsys--file-name): Rename from reveal-filename.
9293         * Makefile.in (custom-deps, finder-data, autoloads)
9294         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9295         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9296         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
9298 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9300         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
9301         error-completion on the first 2 args of condition-case (bug#14446).
9302         Don't burp at EOB.
9304 2013-05-25  Leo Liu  <sdl.web@gmail.com>
9306         * comint.el (comint-previous-matching-input): Do not flood the
9307         *Messages* buffer with trivial messages.
9309 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9311         * progmodes/flymake.el (flymake-nop): Don't return a string.
9312         (flymake-set-at): Fix typo.
9314         * simple.el (read--expression): New function, extracted from
9315         eval-expression.  Set completion-at-point-functions (bug#14465).
9316         (eval-expression, eval-minibuffer): Use it.
9318 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
9320         * progmodes/flymake.el (flymake-save-buffer-in-file)
9321         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
9322         (flymake-selected-frame, flymake-log, flymake-ins-after)
9323         (flymake-set-at, flymake-get-buildfile-from-cache)
9324         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
9325         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
9326         Refine the doc string.
9327         (flymake-get-file-name-mode-and-masks): Reformat.
9328         (flymake-get-real-file-name-function): Fix a minor bug.
9330 2013-05-24  Juri Linkov  <juri@jurta.org>
9332         * progmodes/grep.el (grep-mode-font-lock-keywords):
9333         Support =linenumber= format used by git-grep for lines with
9334         function names.  (Bug#13549)
9336 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9338         * progmodes/octave.el (octave-smie-rules): Return nil rather than
9339         0 after a semi-colon; it works better for smie-auto-fill.
9340         (octave--indent-new-comment-line): New function.
9341         (octave-indent-new-comment-line): Use it (indirectly).
9342         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
9343         modify comment-line-break-function.
9345         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
9346         (smie-setup): Use add-function to set it.
9348 2013-05-24  Sam Steingold  <sds@gnu.org>
9350         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
9351         argument (before the `interactive' argument).
9353 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * image-mode.el (image-mode-winprops): Add winprops to
9356         image-mode-winprops-alist before running
9357         image-mode-new-window-functions.
9358         * doc-view.el (doc-view-new-window-function): Don't delay
9359         doc-view-goto-page via timers (bug#14435).
9361 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
9363         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
9364         (doc-view-desktop-save-buffer): New function.
9365         (doc-view-restore-desktop-buffer): New function.
9366         (desktop-buffer-mode-handlers):
9367         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
9368         handler.
9369         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
9370         `desktop-save-buffer' function.
9372 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
9374         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
9375         (tramp-gvfs-file-name-handler): Raise a user error when
9376         `tramp-gvfs-enabled' is nil.
9377         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
9378         Do not raise a user error when loading package.  (Bug#14447)
9380         * net/xesam.el: Move to obsolete/.
9382 2013-05-24  Glenn Morris  <rgm@gnu.org>
9384         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
9386         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
9388         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
9389         (Info-find-node, Man-getpage-in-background): Declare.
9391         * mail/unrmail.el (unrmail):
9392         Replace obsolete detect-coding-with-priority.
9394         * net/socks.el (socks-split-string): Use this rather than split-string.
9395         (socks-nslookup-host): Update for above change.
9396         (dynamic-choice, s5-dynamic-choice-match)
9397         (s5-dynamic-choice-match-inline, s5-widget-value-create):
9398         Comment out unused code.
9400         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
9401         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
9402         (gud-tooltip-echo-area): Make obsolete.
9403         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
9405         * progmodes/js.el (js--optimize-arglist): Declare.
9407         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
9409         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
9410         (ediff-window-C): Declare.
9412         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
9413         Tweak requires to silence compiler.
9415         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
9416         (he-search-string, he-tried-table, he-expand-list)
9417         (he-init-string, he-string-member, he-substitute-string)
9418         (he-reset-string): Declare.
9420         * obsolete/options.el (list-options): Use custom-variable-p,
9421         rather than obsolete alias.
9423 2013-05-23  Sam Steingold  <sds@gnu.org>
9425         * simple.el (shell-command-on-region): Pass the `replace' argument
9426         down to `call-process-region' to comply with the doc as reported on
9427         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
9429 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9431         * emacs-lisp/smie.el (smie-indent-forward-token)
9432         (smie-indent-backward-token): Handle string tokens (bug#14381).
9434 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9436         * ielm.el (ielm-menu): New menu.
9437         (inferior-emacs-lisp-mode): Set comment-start.
9439 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9441         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
9442         Fix deactivate action.
9444         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
9445         Add cleveref macros.
9447         * lisp/textmodes/reftex-parse.el
9448         (reftex-locate-bibliography-files): Accept options for
9449         bibliography commands.
9450         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
9451         Add addbibresource.  Basic Biblatex support.
9453 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
9455         * net/tramp-gvfs.el (top):
9456         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
9457         when loading package.  (Bug#14447)
9459 2013-05-23  Glenn Morris  <rgm@gnu.org>
9461         * progmodes/js.el: No need to load comint when compiling.
9462         (ring-insert, comint-send-string, comint-send-input)
9463         (comint-last-input-end, ido-chop): Declare.
9465         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
9466         * vc/ediff-mult.el: Adjust requires.
9467         (ediff-directories-internal, ediff-directory-revisions-internal)
9468         (ediff-patch-file-internal): Declare.
9469         * vc/ediff-ptch.el: Adjust requires.
9470         (ediff-use-last-dir, ediff-buffers-internal): Declare.
9471         (ediff-find-file): Autoload.
9472         * vc/ediff-util.el: No need to load ediff when compiling.
9473         (ediff-regions-internal): Declare.
9474         * vc/ediff-wind.el: Adjust requires.
9475         (ediff-compute-toolbar-width): Define when compiling.
9476         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
9477         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
9478         (dired-get-filename, dired-get-marked-files)
9479         (ediff-last-dir-patch, ediff-patch-default-directory)
9480         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
9481         (ediff-patch-buffer-internal): Declare.
9483         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
9484         (ispell-process, ispell-buffer-local-words, lm-summary)
9485         (lm-section-start, lm-section-end): Declare.
9486         (checkdoc-ispell-init): Simplify.
9488         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
9489         (he-string-member, he-reset-string, he-substitute-string): Declare.
9491         * eshell/em-ls.el: Adjust requires.
9492         (eshell-glob-regexp): Declare.
9493         * eshell/em-tramp.el: Adjust requires.
9494         (eshell-parse-command): Autoload.
9495         * eshell/em-xtra.el: Adjust requires.
9496         (eshell-parse-command): Autoload.
9497         * eshell/esh-ext.el: Adjust requires.
9498         (eshell-parse-command, eshell-close-handles): Autoload.
9499         * eshell/esh-io.el: Adjust requires.
9500         (eshell-output-filter): Autoload.
9501         * eshell/esh-util.el: No need to load tramp when compiling.
9502         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
9503         Declare.
9504         (eshell-parse-ange-ls): Require ange-ftp and tramp.
9505         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9506         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
9507         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
9508         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
9509         * eshell/esh-opt.el, eshell/esh-proc.el:
9510         * eshell/esh-var.el: Adjust requires.
9511         * eshell/eshell.el: Do not require esh-util twice.
9512         (eshell-add-input-to-history): Declare.
9513         (eshell-command): Check history module is active before using it.
9515         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
9517 2013-05-22  Leo Liu  <sdl.web@gmail.com>
9519         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
9521 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
9523         * autorevert.el (auto-revert-notify-add-watch)
9524         (auto-revert-notify-handler): Add `attrib' for the inotify case,
9525         it indicates changes in file modification time.
9527 2013-05-22  Glenn Morris  <rgm@gnu.org>
9529         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9530         Always delete the autoloaded function from the noruntime and
9531         unresolved functions lists.
9533         * allout.el: No need to load epa, epg, overlay when compiling.
9534         (epg-context-set-passphrase-callback, epg-list-keys)
9535         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
9536         (epg-key-user-id-list): Declare.
9538         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9539         (viper-set-parsing-style-toggling-macro)
9540         (viper-set-emacs-state-searchstyle-macros):
9541         Use called-interactively-p on Emacs.
9542         (viper-looking-back): Make it an obsolete alias.  Update callers.
9543         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
9544         Use looking-back rather than viper-looking-back.
9545         (viper-tmp-insert-at-eob, viper-enlarge-region)
9546         (viper-read-string-with-history, viper-register-to-point)
9547         (viper-append-to-register, viper-change-state-to-vi)
9548         (viper-backward-char-carefully, viper-forward-char-carefully)
9549         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
9550         (viper-change-state-to-emacs): Declare.
9551         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
9552         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
9553         * emulation/viper-mous.el: Do not load viper-cmd.
9554         (viper-backward-char-carefully, viper-forward-char-carefully)
9555         (viper-forward-word, viper-adjust-window): Declare.
9557         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
9559         * progmodes/idlw-help.el (idlwave-help-fontify):
9560         Use called-interactively-p.
9562         * term/w32console.el (w32-get-console-codepage)
9563         (w32-get-console-output-codepage): Declare.
9565         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
9566         Remove unnecessary declarations.
9567         (dframe-message): Doc fix.
9569         * info.el (dframe-select-attached-frame, dframe-current-frame):
9570         Declare.
9572         * speedbar.el (speedbar-message): Make it an obsolete alias.
9573         Update all callers.
9574         (speedbar-with-attached-buffer)
9575         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
9576         (speedbar-with-writable): Use backquote.
9577         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
9578         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
9579         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
9580         rather than speedbar- aliases.
9581         * mail/rmail.el: Load dframe rather than speedbar when compiling.
9582         (speedbar-make-specialized-keymap, speedbar-insert-button)
9583         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
9584         (speedbar-do-function-pointer): Declare.
9585         (rmail-speedbar-button, rmail-speedbar-find-file)
9586         (rmail-speedbar-move-message):
9587         Use dframe-with-attached-buffer rather than speedbar- alias.
9588         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
9589         (dframe-message, speedbar-make-specialized-keymap)
9590         (speedbar-add-expansion-list, speedbar-mode-functions-list)
9591         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
9592         (speedbar-insert-button, dframe-select-attached-frame)
9593         (dframe-maybee-jump-to-attached-frame)
9594         (speedbar-change-initial-expansion-list)
9595         (speedbar-previously-used-expansion-list-name): Declare.
9596         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9597         Use dframe-message, dframe-with-attached-buffer rather than
9598         speedbar- aliases.
9599         (gud-sentinel): Silence compiler.
9600         * progmodes/vhdl-mode.el (speedbar-refresh)
9601         (speedbar-do-function-pointer, speedbar-add-supported-extension)
9602         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9603         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9604         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9605         (speedbar-file-lists, speedbar-make-tag-line)
9606         (speedbar-line-directory, speedbar-goto-this-file)
9607         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9608         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9609         (speedbar-make-button, speedbar-reset-scanners)
9610         (speedbar-files-item-info, speedbar-line-text)
9611         (speedbar-find-file-in-frame, speedbar-set-timer)
9612         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9613         (speedbar-with-writable): Do not (re)define it.
9614         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9615         rather than speedbar- alias.
9617 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9619         * progmodes/octave.el (octave-mode-menu): Update and re-organize
9620         menu items.
9621         (octave-mode): Tweak fill-nobreak-predicate.
9622         (inferior-octave-startup): Check process to avoid infinite loop.
9623         (inferior-octave): Pop to buffer first to show abornmal process
9624         exit information.
9626 2013-05-21  Glenn Morris  <rgm@gnu.org>
9628         * printing.el (pr-menu-bar): Define when compiling.
9630 2013-05-21  Leo Liu  <sdl.web@gmail.com>
9632         * progmodes/octave.el (octave-auto-fill): Remove.
9633         (octave-indent-new-comment-line): Improve.
9634         (octave-mode): Use auto fill mode through
9635         comment-line-break-function and fill-nobreak-predicate.
9636         (octave-goto-function-definition): Support DEFUN_DLD.
9637         (octave-beginning-of-defun): Small tweak.
9638         (octave-help): Show parent directory.
9640 2013-05-21  Glenn Morris  <rgm@gnu.org>
9642         * files.el (dired-unmark):
9643         * progmodes/gud.el (gdb-input): Update declarations.
9645         * calculator.el (electric, ehelp): No need to load when compiling.
9646         (Electric-command-loop, electric-describe-mode): Declare.
9648         * doc-view.el (doc-view-current-converter-processes): Move before use.
9650         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9651         Move MODE-set-explicitly definition before use.
9653         * international/mule-diag.el (mule-diag):
9654         Don't use obsolete window-system-version.
9656         * mail/feedmail.el (smtpmail): No need to load when compiling.
9657         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9659         * mail/mail-utils.el (rfc822): No need to load when compiling.
9660         (rfc822-addresses): Autoload it.
9661         (mail-strip-quoted-names): Trivial simplification.
9663         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9664         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9666         * net/snmp-mode.el (tempo): Don't duplicate requires.
9668         * progmodes/prolog.el (info): No need to load when compiling.
9669         (comint): Require before shell requires it.
9670         (Info-goto-node): Autoload it.
9671         (Info-follow-nearest-node): Declare.
9672         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9674         * textmodes/artist.el (picture-mode-exit): Declare.
9676         * textmodes/reftex-parse.el (reftex-parse-from-file):
9677         Trivial rewrite so the compiler can parse it better.
9679 2013-05-20  Leo Liu  <sdl.web@gmail.com>
9681         * progmodes/octave.el (octave-help-mode-map)
9682         (octave-help-mode-finish-hook): New variables.
9683         (octave-help-mode, octave-help-mode-finish): New functions.
9684         (octave-help): Use octave-help-mode.
9686 2013-05-20  Glenn Morris  <rgm@gnu.org>
9688         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
9690 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
9692         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9693         start at point, so that expansion starting right after opening
9694         slash in a regexp is recognized.
9695         (ruby-syntax-before-regexp-re): New defvar, extracted from
9696         ruby-syntax-propertize-function.  Since the value of this regexp
9697         is looked up at runtime now, we should be able to turn
9698         `ruby-syntax-methods-before-regexp' into a defcustom later.
9699         (ruby-syntax-propertize-function): Split regexp matching into two
9700         parts, for opening and closing slashes.  That allows us to skip
9701         over string interpolations and support multiline regexps.
9702         Don't call `ruby-syntax-propertize-expansions', instead use another rule
9703         for them, which calls `ruby-syntax-propertize-expansion'.
9704         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9705         call to `ruby-syntax-propertize-function'.
9706         (ruby-syntax-propertize-expansion): Extracted from
9707         `ruby-syntax-propertize-expansions'.  Handles one expansion.
9708         (ruby-syntax-propertize-percent-literal): Leave point right after
9709         the percent symbol, so that the expression expansion rule can
9710         propertize the contents.
9711         (ruby-syntax-propertize-heredoc): Leave point at bol following the
9712         heredoc openers.
9713         (ruby-syntax-propertize-expansions): Remove.
9715 2013-05-18  Juri Linkov  <juri@jurta.org>
9717         * man.el (Man-default-man-entry): Remove `-' from the end
9718         of the default value.  (Bug#14400)
9720 2013-05-18  Glenn Morris  <rgm@gnu.org>
9722         * comint.el (comint-password-prompt-regexp):
9723         Allow "password for XXX" where XXX contains colons (eg https://...).
9725 2013-05-18  Leo Liu  <sdl.web@gmail.com>
9727         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
9728         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
9729         (octave-source-directories): Don't check process.
9730         (octave-source-directories, octave-find-definition): Doc fix.
9732 2013-05-18  Glenn Morris  <rgm@gnu.org>
9734         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9735         Remove backspace/delete bindings.  (Bug#14392)
9737         * cus-dep.el (custom-make-dependencies): Sort the output.
9738         (custom-versions-load-alist): Convert comment to doc.
9740 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9742         * newcomment.el (comment-search-backward): Stricter in finding
9743         comment start.  (Bug#14303)
9745         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9746         (octave-comment-start-skip): Properly anchored.
9748 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9750         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9751         Clean up when turned off.  (Bug#14395)
9752         (smie--highlight-matching-block-overlay): No longer buffer-local.
9753         (smie-highlight-matching-block): Adjust.
9755 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
9757         Doc string fix for "nanoseconds" (Bug#14406).
9758         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9759         Fix doc string typo that had "nanoseconds" instead of "microseconds".
9761 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
9763         * calc/calc-units.el (math-extract-units): Preserve powers
9764         of units.
9766 2013-05-17  Leo Liu  <sdl.web@gmail.com>
9768         * subr.el (delete-consecutive-dups): New function.
9769         * ido.el (ido-set-matches-1): Use it.
9770         * progmodes/octave.el (inferior-octave-completion-table): Use it.
9771         * ido.el (ido-remove-consecutive-dups): Remove.
9773 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9775         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9776         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9777         regexp-opt's `words'.
9779 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9781         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9782         (smie--highlight-matching-block-overlay)
9783         (smie--highlight-matching-block-lastpos)
9784         (smie--highlight-matching-block-timer): New variables.
9785         (smie-highlight-matching-block): New function.
9786         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
9787         (smie-setup): Conditionally enable smie-blink-matching-open.
9789 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
9791         Sync with upstream verilog-mode r840.
9792         * progmodes/verilog-mode.el (verilog-mode-version)
9793         (verilog-mode-release-date): Update.
9794         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9795         (verilog-sig-tieoff): Fix string error on
9796         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
9797         (verilog-read-decls): Fix parameters confusing
9798         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
9800 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
9802         * subr.el (reveal-filename): New function.
9804         * loadup.el: Compute Emacs executable versions on MS-Windows,
9805         where executables have the .exe extension.  Add a hard link
9806         emacs-XX.YY.ZZ.exe on MS-Windows.
9808         * Makefile.in (XARGS_LIMIT): New variable.
9809         (custom-deps, finder-data, autoloads)
9810         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9811         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9812         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9813         (compile-main): Limit xargs according to $(XARGS_LIMIT).
9815 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9817         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9818         (octave-mode-menu, octave-mode-map): Remove its uses.
9820 2013-05-16  Reto Zimmermann  <reto@gnu.org>
9822         Sync with upstream vhdl mode v3.34.2.
9823         * progmodes/vhdl-mode.el: Use `push' throughout.
9824         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9825         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9826         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
9827         (vhdl-actual-generic-name): New option to derive actual generic name.
9828         (vhdl-port-paste-signals): Replace formal by actual generics.
9829         (vhdl-beautify): New name for old group vhdl-align.  Update users.
9830         (vhdl-beautify-options): New option.
9831         (vhdl-last-input-event): New compat alias.  Use throughout.
9832         (vhdl-goto-line): Replace user level function `goto-line'.
9833         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9834         vhdl-fix-statement-buffer.
9835         (vhdl-create-mode-menu): Add some entries.
9836         (vhdl-align-region-groups): Respect vhdl-beautify-options.
9837         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9838         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9839         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9840         to force statements on one line.
9841         (vhdl-remove-trailing-spaces-region):
9842         New, split from vhdl-remove-trailing-spaces.
9843         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9844         Respect vhdl-beautify-options.
9845         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9846         (vhdl-update-sensitivity-list): Not add with index if exists without.
9847         Not include array index with signal.  Ignore keywords in comments.
9848         (vhdl-get-visible-signals): Regexp tweaks.
9849         (vhdl-template-component-inst): Handle empty library.
9850         (vhdl-template-type): Add template for 'enum' type.
9851         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9852         Use vhdl-replace-string.
9853         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9854         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9855         (vhdl-speedbar-initialize): Update for above name change.
9856         (vhdl-compose-wire-components): Fix in handling of constants.
9857         (vhdl-error-regexp-emacs-alist): New variable.
9858         (vhdl-error-regexp-add-emacs): New function;
9859         adds support for new compile.el (Emacs 22+)
9860         (vhdl-generate-makefile-1): Change target order for single lib. units.
9861         Allow use of absolute file names.
9863 2013-05-16  Leo Liu  <sdl.web@gmail.com>
9865         * simple.el (prog-indent-sexp): Indent enclosing defun.
9867 2013-05-15  Glenn Morris  <rgm@gnu.org>
9869         * cus-start.el (show-trailing-whitespace): Move to editing basics.
9870         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9871         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9872         (whitespace-highlight): Move to whitespace group.
9874         * comint.el (comint-source):
9875         * pcmpl-linux.el (pcmpl-linux):
9876         * shell.el (shell-faces):
9877         * eshell/esh-opt.el (eshell-opt):
9878         * international/ccl.el (ccl): Remove empty custom groups.
9880         * completion.el (dynamic-completion-mode):
9881         * jit-lock.el (jit-lock-debug-mode):
9882         * minibuffer.el (completion-in-region-mode):
9883         * type-break.el (type-break-mode-line-message-mode)
9884         (type-break-query-mode):
9885         * emulation/tpu-edt.el (tpu-edt-mode):
9886         * progmodes/subword.el (global-subword-mode, global-superword-mode):
9887         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9888         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9890         * term/xterm.el (xterm): Change parent group to terminals.
9892         * master.el (master): Remove empty custom group.
9893         (master-mode): Remove unused :group argument.
9894         * textmodes/refill.el (refill): Remove empty custom group.
9895         (refill-mode): Remove unused :group argument.
9897         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9899         * cus-dep.el: Provide a feature.
9900         (custom-make-dependencies): Ignore dotfiles (dir-locals).
9901         Don't mistakenly ignore files whose basenames match a basename
9902         from preloaded-file-list (eg cedet/ede/simple.el).
9903         Add a fallback method for getting :group.
9905 2013-05-15  Juri Linkov  <juri@jurta.org>
9907         * isearch.el (isearch-char-by-name): Rename from
9908         `isearch-insert-char-by-name'.  Doc fix.
9909         (isearch-forward): Mention `isearch-char-by-name' in
9910         the docstring.  (Bug#13348)
9912         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9913         `exit-minibuffer' instead of
9914         `isearch-nonincremental-exit-minibuffer'.
9915         (isearch-edit-string): Remove mention of
9916         `isearch-nonincremental-exit-minibuffer' from docstring.
9917         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9918         (isearch-forward-exit-minibuffer)
9919         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
9921 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9923         * loadup.el: Just use unversioned DOC.
9925         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9926         literals as extending to EOB.
9927         (nxml-last-fontify-end): Remove unused variable.
9928         (nxml-after-change1): Use with-silent-modifications.
9929         (nxml-extend-after-change-region): Simplify.
9930         (nxml-extend-after-change-region1): Remove function.
9931         (nxml-after-change1): Don't adjust for dependent regions.
9932         (nxml-fontify-matcher): Simplify.
9933         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9934         (xmltok-add-dependent): Remove function.
9935         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9936         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9937         (xmltok-scan-prolog-after-processing-instruction-open): Treat
9938         unclosed <[[, <?, comment, and other literals as extending to EOB.
9939         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9940         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9941         Remove functions.
9942         (rng-do-some-validation-1): Don't mark dependent regions.
9943         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9944         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9945         (nxml-clear-dependent-regions): Remove functions.
9946         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9947         (nxml-ensure-scan-up-to-date):
9948         Don't clear&mark dependent regions.
9950 2013-05-15  Leo Liu  <sdl.web@gmail.com>
9952         * progmodes/octave.el (octave-goto-function-definition):
9953         Improve and fix callers.
9955 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9957         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9958         the setter (bug#14387).
9960         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9961         surrounding group (bug#14402).
9963 2013-05-14  Juri Linkov  <juri@jurta.org>
9965         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9966         (Bug#14390)
9968 2013-05-14  Glenn Morris  <rgm@gnu.org>
9970         * progmodes/f90.el (f90-imenu-generic-expression):
9971         Fix typo in 2013-05-08 change.  (Bug#14402)
9973 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
9975         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9976         Remove signals for which replies are never received.
9978 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
9980         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9981         (gdb-handler-alist, gdb-handler-number): Remove variables.
9982         (gdb-handler-list): New variable.
9983         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9984         (gdb-pending-handler-p, gdb-handle-reply)
9985         (gdb-remove-all-pending-triggers): New functions.
9986         (gdb-discard-unordered-replies): New defcustom.
9987         (gdb-handler): New defstruct.
9988         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
9989         instead of gdb-pending-triggers.  Update docstring.
9990         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
9991         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9992         (gdb-var-update-handler, def-gdb-auto-update-trigger)
9993         (def-gdb-auto-update-handler, gdb-get-changed-registers)
9994         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9995         (gdb-frame-handler): Pending triggers are now automatically managed.
9996         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9997         Remove argument.
9998         (gdb-input): Automatically handles pending triggers.  Update docstring.
9999         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
10000         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
10001         Update comments.
10002         (gdb-done-or-error): Now use gdb-handle-reply.
10004 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
10006         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
10007         gdb-debug-log.
10009 2013-05-14  Glenn Morris  <rgm@gnu.org>
10011         * subr.el (user-emacs-directory-warning): New option.
10012         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
10014 2013-05-14  Leo Liu  <sdl.web@gmail.com>
10016         * progmodes/octave.el (octave-font-lock-keywords): Fix error
10017         during redisplay.
10018         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
10019         (octave-font-lock-texinfo-comment): Fix invalid search bound
10020         error: wrong side of point.
10022 2013-05-14  Glenn Morris  <rgm@gnu.org>
10024         * progmodes/flymake.el (flymake-xml-program): New option.
10025         (flymake-xml-init): Use it.
10027         * term/xterm.el: Provide a feature.
10029         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
10031 2013-05-13  Glenn Morris  <rgm@gnu.org>
10033         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
10034         Add compat aliases as a hack workaround.  (Bug#14384)
10036 2013-05-13  Leo Liu  <sdl.web@gmail.com>
10038         * progmodes/octave.el (octave-indent-comment): Fix indentation for
10039         ###, and %!.
10040         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
10041         C-M-q.
10042         (octave-comment-start-skip): Include %!.
10043         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
10045 2013-05-12  Leo Liu  <sdl.web@gmail.com>
10047         * progmodes/octave.el (inferior-octave-startup): Store the value
10048         of __octave_srcdir__ for octave-source-directories.
10049         (inferior-octave-check-process): New function refactored out of
10050         inferior-octave-send-list-and-digest.
10051         (octave-source-directories)
10052         (octave-find-definition-filename-function): New variables.
10053         (octave-source-directories)
10054         (octave-find-definition-default-filename): New functions.
10055         (octave-find-definition): Improve to find functions implemented in C++.
10057 2013-05-12  Glenn Morris  <rgm@gnu.org>
10059         * calendar/diary-lib.el (diary-outlook-format-1):
10060         Don't include dayname in the output.  (Bug#14349)
10062 2013-05-11  Glenn Morris  <rgm@gnu.org>
10064         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
10066         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
10067         Treat cc-provide like provide.
10069 2013-05-11  Kevin Ryde  <user42@zip.com.au>
10071         * cus-dep.el (custom-make-dependencies):
10072         Use generated-autoload-load-name for the sake of files such
10073         such cedet/semantic/bovine/c.el, where the base file name
10074         is not in load-path.  (Bug#5277)
10076 2013-05-11  Glenn Morris  <rgm@gnu.org>
10078         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
10079         Provide features.
10081 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10083         * progmodes/octave.el (octave-indent-comment): Improve.
10084         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
10085         (octave-eldoc-function-signatures, octave-eldoc-function):
10086         New functions.
10087         (octave-mode, inferior-octave-mode): Add eldoc support.
10089 2013-05-11  Richard Stallman  <rms@gnu.org>
10091         * epa.el (epa-decrypt-file): Take output file name as argument
10092         and read it using `interactive'.
10094 2013-05-11  Leo Liu  <sdl.web@gmail.com>
10096         * progmodes/octave.el (octave-beginning-of-line)
10097         (octave-end-of-line): Check before using up-list because it jumps
10098         out of more syntactic contructs since moving to smie.
10099         (octave-indent-comment): New function.
10100         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
10101         (octave-begin-keywords, octave-end-keywords)
10102         (octave-reserved-words, octave-smie-bnf-table)
10103         (octave-smie-rules): Add new keywords from Octave 3.6.4.
10105 2013-05-11  Glenn Morris  <rgm@gnu.org>
10107         * faces.el (internal-face-x-get-resource):
10108         * frame.el (ns-display-monitor-attributes-list):
10109         * calc/calc-aent.el (math-to-radians-2):
10110         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
10111         Fix declarations.
10113         * calc/calc-menu.el: Make it loadable in isolation.
10115         * net/eudcb-bbdb.el: Make it loadable without bbdb.
10116         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
10117         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
10118         (eudc-bbdb-query-internal): Require 'bbdb.
10120         * lpr.el (lpr-headers-switches):
10121         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
10123         * progmodes/sql.el (sql-login-params): Fix and improve :type.
10125         * emulation/edt-mapper.el: In batch mode, error rather than hang.
10127         * term.el (term-set-escape-char): Make it idempotent.
10129 2013-05-10  Leo Liu  <sdl.web@gmail.com>
10131         * progmodes/octave.el (inferior-octave-completion-table):
10132         No longer a function and all uses changed.  Use cache to speed up
10133         completion due to bug#11906.
10134         (octave-beginning-of-defun): Re-write to be more general.
10136 2013-05-10  Glenn Morris  <rgm@gnu.org>
10138         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
10140 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10142         * comint.el (comint-redirect-send-command-to-process): Use :around
10143         rather than :override for comint-redirect-filter.
10144         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
10145         Call it instead of comint-redirect-original-filter-function (which
10146         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
10148 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
10150         * frame.el (display-monitor-attributes-list): Add NS case.
10151         (ns-display-monitor-attributes-list): Declare.
10153 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
10155         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
10157 2013-05-09  Glenn Morris  <rgm@gnu.org>
10159         * international/fontset.el (vertical-centering-font-regexp):
10160         Set standard-value.
10162         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
10164         * bookmark.el (bookmark-search-delay):
10165         * cus-start.el (vertical-centering-font-regexp):
10166         * ps-mule.el (ps-mule-font-info-database-default):
10167         * ps-print.el (ps-default-fg, ps-default-bg):
10168         * type-break.el (type-break-good-break-interval):
10169         * whitespace.el (whitespace-indentation-regexp)
10170         (whitespace-space-after-tab-regexp):
10171         * emacs-lisp/testcover.el (testcover-1value-functions)
10172         (testcover-noreturn-functions, testcover-progn-functions)
10173         (testcover-prog1-functions):
10174         * emulation/viper-init.el (viper-emacs-state-cursor-color):
10175         * eshell/em-glob.el (eshell-glob-translate-alist):
10176         * play/tetris.el (tetris-tty-colors):
10177         * progmodes/cpp.el (cpp-face-default-list):
10178         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10179         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
10180         (idlwave-help-browser-generic-args):
10181         * progmodes/make-mode.el (makefile-special-targets-list):
10182         * progmodes/python.el (python-shell-virtualenv-path):
10183         * progmodes/verilog-mode.el (verilog-active-low-regexp)
10184         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
10185         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
10186         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
10187         * textmodes/reftex-vars.el (reftex-format-label-function):
10188         * textmodes/remember.el (remember-diary-file): Fix custom types.
10190         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
10191         Add :version.
10193 2013-05-09  Leo Liu  <sdl.web@gmail.com>
10195         * progmodes/octave.el (inferior-octave-completion-at-point):
10196         Restore file completion.  (Bug#14300)
10197         (inferior-octave-startup): Fix incorrect highlighting for the
10198         first prompt.
10200 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10202         * progmodes/ruby-mode.el: First cut at SMIE support.
10203         (ruby-use-smie): New var.
10204         (ruby-smie-grammar): New constant.
10205         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
10206         (ruby-smie--forward-token, ruby-smie--backward-token)
10207         (ruby-smie-rules): New functions.
10208         (ruby-mode-variables): Setup SMIE if applicable.
10210 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
10212         * simple.el (line-move-visual): Signal beginning/end of buffer
10213         only if vertical-motion moved less than it was requested.  Avoids
10214         silly incorrect error messages when there are display strings with
10215         multiple newlines at EOL.
10217 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10219         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
10220         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
10221         (prolog-char-quote-workaround):
10222         * progmodes/cperl-mode.el (cperl-under-as-char):
10223         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
10224         Mark as obsolete.
10225         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
10226         their declaration.
10227         (vhdl-mode-syntax-table-init): Remove.
10229         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
10230         last change.
10232         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
10233         syntax for "_".
10234         (ld-script-font-lock-keywords):
10235         Change regexps to use things like \_< and \_>.
10237         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
10238         Change all regexps to use things like \_< and \_>.
10240         * progmodes/autoconf.el (autoconf-definition-regexp)
10241         (autoconf-font-lock-keywords, autoconf-current-defun-function):
10242         Handle a _ with symbol syntax.
10243         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
10245         * progmodes/ada-mode.el (ada-mode-abbrev-table):
10246         Consolidate declaration.
10247         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
10248         the declaration.
10249         (ada-create-syntax-table): Remove.
10250         (ada-capitalize-word): Don't mess with the syntax of "_" since it
10251         already has the right syntax nowadays.
10252         (ada-goto-next-word): Don't change the syntax of "_".
10254         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
10255         with-wrapper-hook.
10257 2013-05-08  Sam Steingold  <sds@gnu.org>
10259         * thingatpt.el (thing-at-point): Accept optional second argument
10260         NO-PROPERTIES to strip the text properties from the return value.
10261         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
10262         to `thing-at-point' instead of stripping the properties ourselves.
10263         Also, when `thing-at-point' fails to find a url, prepend "http://"
10264         to the filename at point on the assumption that the user is
10265         pointing at something like gnu.org/gnu.
10267 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
10269         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10270         * faces.el (crm-separator):
10271         Silence byte-compiler.
10273         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
10274         (tool-bar-map): Remove unneeded defvars.
10276 2013-05-08  Leo Liu  <sdl.web@gmail.com>
10278         Re-work a fix for bug#10994 based on Le Wang's patch.
10279         * ido.el (ido-remove-consecutive-dups): New helper.
10280         (ido-completing-read): Use it.
10281         (ido-chop): Revert fix for bug#10994.
10283 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
10285         * cus-edit.el (custom-save-variables):
10286         Pretty-print long values.  (Bug#14187)
10288 2013-05-08  Glenn Morris  <rgm@gnu.org>
10290         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
10291         (m4-mode-syntax-table): Init in the defvar.
10292         (m4-mode-abbrev-table): Let define-derived-mode define it.
10294 2013-05-08  Tom Tromey  <tromey@redhat.com>
10296         * progmodes/m4-mode.el (m4-mode-syntax-table):
10297         Do not treat "_" as word constituent.  (Bug#14167)
10299 2013-05-07  Glenn Morris  <rgm@gnu.org>
10301         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
10302         Remove explicit eshell-isearch-cancel-map.
10304         * progmodes/f90.el (f90-smart-end-names): New option.
10305         (f90-smart-end): Doc fix.
10306         (f90-end-block-optional-name): New constant.
10307         (f90-block-match): Respect f90-smart-end-names.
10309 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         * progmodes/octave.el (octave-smie-forward-token): Be more careful
10312         about implicit semi-colons (bug#14218).
10314 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10316         * frame.el (display-monitor-attributes-list)
10317         (frame-monitor-attributes): New functions.
10319 2013-05-06  Leo Liu  <sdl.web@gmail.com>
10321         * progmodes/octave.el (octave-syntax-propertize-function): Change
10322         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
10323         (octave-font-lock-keywords): Use octave-operator-regexp.
10324         (octave-completion-at-point): Rename from
10325         octave-completion-at-point-function.
10326         (inferior-octave-directory-tracker): Robustify.
10327         (octave-text-functions): Remove and fix its uses.  No such things
10328         any more.
10330 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10332         * emacs-lisp/trace.el (trace--display-buffer): New function.
10333         (trace-make-advice): Use it.
10335 2013-05-06  Juri Linkov  <juri@jurta.org>
10337         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
10338         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
10339         Doc fix.
10340         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
10341         in the help string.  (Bug#12985)
10343 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
10345         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
10347 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10349         * progmodes/perl-mode.el: Add support for here documents.
10350         (perl-syntax-propertize-function): Match here-doc markers.
10351         (perl-syntax-propertize-special-constructs): Find their end.
10352         (perl-imenu-generic-expression): Use [:alnum:].
10354         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
10355         (advice--add-function): Refresh the advice if already present
10356         (bug#14317).
10358 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
10360         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
10362 2013-05-06  Glenn Morris  <rgm@gnu.org>
10364         * w32-fns.el (w32-charset-info-alist): Declare.
10366         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
10367         of its defcustom properties.
10368         (eshell-cmpl-initialize): No need to load pcomplete.
10370         * generic-x.el: No need to require comint when compiling.
10372         * net/eudc-export.el: Make it loadable without bbdb.
10373         (top-level): Use require rather than load-library.
10374         (eudc-create-bbdb-record, eudc-bbdbify-phone)
10375         (eudc-batch-export-records-to-bbdb)
10376         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
10377         Require bbdb.
10379 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10381         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
10382         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
10383         some tweaks, instead.
10385 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10387         * progmodes/octave.el (octave-font-lock-keywords)
10388         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
10389         (inferior-octave-send-list-and-digest): Improve error message.
10390         (octave-mode, inferior-octave-mode): Use setq-local.
10391         (octave-help): Set info-lookup-mode.
10393 2013-05-05  Richard Stallman  <rms@gnu.org>
10395         * vc/compare-w.el (compare-windows-whitespace):
10396         Treat no-break space as whitespace.
10398         * mail/rmailsum.el (rmail-summary-rmail-update):
10399         Detect empty summary and don't change selected message.
10400         (rmail-summary-goto-msg): Likewise.
10402         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
10403         Doc fixes, rename args.
10405 2013-05-05  Alan Mackenzie  <acm@muc.de>
10407         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
10409 2013-05-05  Juri Linkov  <juri@jurta.org>
10411         * info.el (Info-read-subfile): Use (point-min) instead of (point)
10412         to not add the length of the summary segment to the return value.
10413         (Bug#14125)
10415 2013-05-05  Leo Liu  <sdl.web@gmail.com>
10417         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
10418         (inferior-octave-output-filter): Remove.
10419         (octave-send-region, inferior-octave-startup): Fix callers.
10420         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
10421         (octave-binary-file-extensions): New user variable.
10422         (octave-find-definition): Confirm if opening binary files.
10423         (octave-help-file): Use octave-find-definition to get the binary
10424         confirmation.
10425         (octave-help): Adjust for octave-help-file change.
10427 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10429         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
10430         Merge the two entries that handle function definitions.
10431         (pascal--syntax-propertize): New const.
10432         (pascal-mode): Use it.  Use setq-local.
10434 2013-05-04  Glenn Morris  <rgm@gnu.org>
10436         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
10437         (diary-from-outlook): Respect diary-from-outlook-function.
10439 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10441         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
10442         Move the declaration from C.
10443         (read-minibuffer, eval-minibuffer): Move from C.
10444         (completion-setup-function): Avoid minibuffer-completion-contents.
10446 2013-05-03  Leo Liu  <sdl.web@gmail.com>
10448         * progmodes/octave.el (octave-font-lock-keywords): Do not
10449         dehighlight 'end' in comments or strings.
10450         (octave-completing-read, octave-goto-function-definition):
10451         New helpers.
10452         (octave-help-buffer): New user variable.
10453         (octave-help-file, octave-help-function): New button types.
10454         (octave-help): New command and bind it to C-h ;.
10455         (octave-find-definition): New command and bind it to M-.
10456         (user-error): Alias to error if not defined.
10458 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10460         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
10461         for \.  (bug#14332)
10462         (octave-font-lock-keywords): Include [ and {.
10464 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10466         * progmodes/octave.el (inferior-octave-startup-file): Change default.
10467         (inferior-octave): Remove calling comint-mode and return the buffer.
10468         (inferior-octave-startup): Cosmetic changes.
10470 2013-05-02  Leo Liu  <sdl.web@gmail.com>
10472         * progmodes/octave.el (octave-syntax-propertize-function):
10473         Include the case when ' is at line beginning.  (Bug#14336)
10475 2013-05-02  Glenn Morris  <rgm@gnu.org>
10477         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
10478         * desktop.el (vc-dir-mode): Just autoload it here.
10480 2013-05-02  Alan Mackenzie  <acm@muc.de>
10482         Eliminate variable c-standard-font-lock-fontify-region-function.
10483         * progmodes/cc-mode.el
10484         (c-standard-font-lock-fontify-region-function): Remove.
10485         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
10487 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10489         * progmodes/octave.el: Compatible with older emacs-24 releases.
10490         (inferior-octave-has-built-in-variables): Remove.  Built-in
10491         variables were removed from Octave in 2007.
10492         (inferior-octave-startup): Fix uses.
10493         (comint-line-beginning-position): Remove compatibility code for
10494         emacs 21.
10496 2013-05-01  Juri Linkov  <juri@jurta.org>
10498         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
10500 2013-05-01  Juri Linkov  <juri@jurta.org>
10502         * comint.el (comint-previous-matching-input): Don't print message
10503         "History item: %d" when `isearch-mode' is active.
10504         (comint-history-isearch-message): Print message "History item: %d"
10505         when `comint-input-ring-index' is not empty and this function is
10506         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
10508 2013-05-01  Leo Liu  <sdl.web@gmail.com>
10510         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
10511         definitions.  Use completion-at-point to insert keywords.
10512         (octave-abbrev-start): Remove.
10513         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
10515 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10517         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
10518         change.
10520 2013-04-30  Alan Mackenzie  <acm@muc.de>
10522         Handle arbitrarily long C++ member initialisation lists.
10523         * progmodes/cc-engine.el (c-back-over-member-initializers):
10524         new function.
10525         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
10526         (most) member init lists.
10528 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10530         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
10531         variable.
10533 2013-04-30  Leo Liu  <sdl.web@gmail.com>
10535         * progmodes/octave.el (octave-variables): Remove.  No builtin
10536         variables any more.  All converted to functions.
10537         (octave-font-lock-keywords, octave-completion-at-point-function):
10538         Fix uses.
10539         (octave-font-lock-texinfo-comment): New user variable.
10540         (octave-texinfo-font-lock-keywords): New variable for texinfo
10541         comment block.
10542         (octave-function-comment-block): New face.
10543         (octave-font-lock-texinfo-comment): New function.
10544         (octave-mode): Font lock texinfo comment block.
10546 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10548         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
10549         indexing expression.
10550         (octave-continuation-string): Do not use \.
10551         (inferior-octave-complete-impossible): Remove.
10552         (inferior-octave-completion-table)
10553         (inferior-octave-completion-at-point): Remove its uses.
10554         (inferior-octave-startup): completion_matches was introduced to
10555         Octave in 1996 so safe to assume it.
10556         (octave-function-file-comment): Improve to follow how Octave does it.
10557         (octave-update-function-file-comment): Tweak.
10559 2013-04-29  Leo Liu  <sdl.web@gmail.com>
10561         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
10562         (inferior-octave-startup): Remove inferior-octave-startup-hook.
10563         (octave-function-file-comment): Fix typo.
10564         (octave-sync-function-file-names): Use read-char-choice.
10566 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
10568         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
10569         to t for the less important warnings.
10571 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
10573         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
10575 2013-04-27  Glenn Morris  <rgm@gnu.org>
10577         * vc/log-view.el (log-view-current-entry):
10578         Treat "---" separator lines as part of the following rev.  (Bug#14169)
10580 2013-04-27  Juri Linkov  <juri@jurta.org>
10582         * subr.el (read-number): Doc fix about using it by interactive
10583         code letter `n'.  (Bug#14254)
10585 2013-04-27  Juri Linkov  <juri@jurta.org>
10587         * desktop.el (desktop-auto-save-timeout): New option.
10588         (desktop-file-checksum): New variable.
10589         (desktop-save): Add optional arg `auto-save' and don't auto-save
10590         if nothing changed.
10591         (desktop-auto-save-timer): New variable.
10592         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
10593         (after-init-hook): Call `desktop-auto-save-set-timer'.
10594         Suggested by Reuben Thomas <rrt@sc3d.org> in
10595         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10597 2013-04-27  Leo Liu  <sdl.web@gmail.com>
10599         * progmodes/octave.el (octave-function-file-p)
10600         (octave-skip-comment-forward, octave-function-file-comment)
10601         (octave-update-function-file-comment): New functions.
10602         (octave-mode-map): Bind C-c ; to
10603         octave-update-function-file-comment.
10604         (octave-mode-menu): Add octave-update-function-file-comment.
10605         (octave-mode, inferior-octave-mode): Fix doc-string.
10606         (octave-insert-defun): Conform to Octave's coding convention.
10607         (Bug#14285)
10609         * files.el (basic-save-buffer): Don't let errors in
10610         before-save-hook prevent saving buffer.
10612 2013-04-20  Roland Winkler  <winkler@gnu.org>
10614         * faces.el (read-face-name): Use completing-read if arg multiple
10615         is nil.
10617 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
10619         * ls-lisp.el (ls-lisp-insert-directory): If no files are
10620         displayed, move point to after the totals line.
10621         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
10622         for the details.
10624 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10626         * emacs-lisp/package.el (package-autoload-ensure-default-file):
10627         Add current dir to the load-path.
10628         (package-generate-autoloads): Don't rely on
10629         autoload-ensure-default-file.
10631 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
10633         * textmodes/remember.el (remember-store-in-files): Document that
10634         the file name format is passed to `format-time-string'.
10636 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10638         * progmodes/octave.el (octave-sync-function-file-names): New function.
10639         (octave-mode): Use it in before-save-hook.
10641 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10644         (bug#14274).
10646         * progmodes/octave.el (octave-smie-forward-token): Properly skip
10647         \n and comment, even if it's not an implicit ; (bug#14218).
10649 2013-04-26  Glenn Morris  <rgm@gnu.org>
10651         * subr.el (read-number): Once more use `read' rather than
10652         `string-to-number', to trap non-numeric input.  (Bug#14254)
10654 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
10656         * emacs-lisp/syntax.el (syntax-propertize-multiline):
10657         Use `syntax-multiline' text property consistently instead of
10658         `font-lock-multiline'.  (Bug#14237)
10660 2013-04-26  Glenn Morris  <rgm@gnu.org>
10662         * emacs-lisp/shadow.el (list-load-path-shadows):
10663         No longer necessary to check for duplicate simple.el, since
10664         2012-07-07 change to init_lread to not include installation lisp
10665         directories in load-path when running uninstalled.  (Bug#14270)
10667 2013-04-26  Leo Liu  <sdl.web@gmail.com>
10669         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10670         (octave-mode, inferior-octave-mode): Use setq-local.
10671         (octave-not-in-string-or-comment-p): Rename to
10672         octave-in-string-or-comment-p.
10673         (octave-in-comment-p, octave-in-string-p)
10674         (octave-in-string-or-comment-p): Replace defsubst with defun.
10676 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
10678         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10680 2013-04-25  Bastien Guerry  <bzg@gnu.org>
10682         * textmodes/remember.el (remember-data-directory)
10683         (remember-directory-file-name-format): Fix custom types.
10685 2013-04-25  Leo Liu  <sdl.web@gmail.com>
10687         * progmodes/octave.el (octave-completion-at-point-function):
10688         Make use of inferior octave process.
10689         (octave-initialize-completions): Remove.
10690         (inferior-octave-completion-table): New function.
10691         (inferior-octave-completion-at-point): Use it.
10692         (octave-completion-alist): Remove.
10694 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * progmodes/opascal.el: Use font-lock and syntax-propertize.
10697         (opascal-mode-syntax-table): New var.
10698         (opascal-literal-kind, opascal-is-literal-end)
10699         (opascal-literal-token-at): Rewrite.
10700         (opascal--literal-start-re, opascal-font-lock-keywords)
10701         (opascal--syntax-propertize): New constants.
10702         (opascal-font-lock-defaults): Adjust.
10703         (opascal-mode): Use them.  Set comment-<foo> variables as well.
10704         (delphi-comment-face, opascal-comment-face, delphi-string-face)
10705         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10706         (delphi-other-face, opascal-other-face): Remove face variables.
10707         (opascal-save-state): Remove macro.
10708         (opascal-fontifying-progress-step): Remove constant.
10709         (opascal--ignore-changes): Remove var.
10710         (opascal-set-token-property, opascal-parse-next-literal)
10711         (opascal-is-stable-literal, opascal-complete-literal)
10712         (opascal-is-literal-start, opascal-face-of)
10713         (opascal-parse-region, opascal-parse-region-until-stable)
10714         (opascal-fontify-region, opascal-after-change)
10715         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10716         (opascal-debug-parse-region, opascal-debug-parse-window)
10717         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10718         (opascal-debug-fontify-buffer): Remove.
10719         (opascal-debug-mode-map): Adjust accordingly.
10721 2013-04-25  Leo Liu  <sdl.web@gmail.com>
10723         Merge octave-mod.el and octave-inf.el into octave.el with some
10724         cleanups.
10725         * progmodes/octave.el: New file renamed from octave-mod.el.
10726         * progmodes/octave-inf.el: Merged into octave.el.
10727         * progmodes/octave-mod.el: Renamed to octave.el.
10729 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
10731         * textmodes/reftex-vars.el
10732         (reftex-label-ignored-macros-and-environments): New defcustom.
10734         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10736 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10738         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10739         (smie-indent-keyword): Improve the check to ensure that the next
10740         comment is really on the same line.
10741         (smie-indent-comment): Don't align with a subsequent closer (or eob).
10743         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10744         semi-colons if the line is not otherwise empty (bug#14218).
10746 2013-04-25  Glenn Morris  <rgm@gnu.org>
10748         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10750 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * progmodes/opascal.el (opascal-set-token-property): Rename from
10753         opascal-set-text-properties and only set `token' (bug#14134).
10754         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10755         (opascal-literal-text-properties): Remove.
10756         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10757         Adjust callers.
10759 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
10761         * textmodes/remember.el (remember-handler-functions): Add an
10762         option for a new handler `remember-store-in-files'.
10763         (remember-data-directory, remember-directory-file-name-format):
10764         New options.
10765         (remember-store-in-files): New function to store remember notes
10766         as separate files within a directory.
10768 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
10770         * progmodes/compile.el (compilation-next-error-function):
10771         Pass "formats" to compilation-find-file (bug#11777).
10773 2013-04-24  Glenn Morris  <rgm@gnu.org>
10775         * vc/vc-bzr.el (vc-bzr-print-log):
10776         * vc/vc-hg.el (vc-hg-print-log):
10777         * vc/vc-svn.el (vc-svn-print-log):
10778         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
10780         * vc/vc-bzr.el (vc-bzr-print-log):
10781         * vc/vc-cvs.el (vc-cvs-print-log):
10782         * vc/vc-git.el (vc-git-print-log):
10783         * vc/vc-hg.el (vc-hg-print-log):
10784         * vc/vc-mtn.el (vc-mtn-print-log):
10785         * vc/vc-rcs.el (vc-rcs-print-log):
10786         * vc/vc-sccs.el (vc-sccs-print-log):
10787         * vc/vc-svn.el (vc-svn-print-log):
10788         * vc/vc.el (vc-print-log-internal): Doc fixes.
10790 2013-04-23  Glenn Morris  <rgm@gnu.org>
10792         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10793         Remove venerable code attempting to avoid substitute-command-keys.
10795 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
10797         * textmodes/reftex-vars.el (reftex-label-regexps):
10798         Call `reftex-compile-variables' after changes to this variable.
10800 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10802         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
10803         Use lexical-binding.
10804         (jit-lock-force-redisplay): Use markers, check buffer's continued
10805         existence and beware narrowed buffers.
10806         (jit-lock-fontify-now): Adjust call accordingly.
10808 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10810         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10811         to avoid misleading the user.
10813 2013-04-22  Leo Liu  <sdl.web@gmail.com>
10815         * info-look.el: Prefer latex2e.info.  (Bug#14240)
10817 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
10819         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
10821         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
10822         * net/tramp.el (tramp-call-process): ... here.
10823         (tramp-set-completion-function, tramp-parse-putty):
10824         * net/tramp-adb.el (tramp-adb-execute-adb-command):
10825         * net/tramp-gvfs.el (tramp-gvfs-send-command):
10826         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10827         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10828         (tramp-call-local-coding-command): Use `tramp-call-process'
10829         instead of `tramp-compat-call-process'.
10831         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10832         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10833         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
10834         (tramp-find-inline-compress): Improve traces.
10835         (tramp-maybe-send-script): Check for Perl binary.
10836         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10838 2013-04-22  Daiki Ueno  <ueno@gnu.org>
10840         * epg.el (epg-context-pinentry-mode): New function.
10841         (epg-context-set-pinentry-mode): New function.
10842         (epg--start): Pass --pinentry-mode option to gpg command.
10844 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
10846         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
10847         `comint-dynamic-complete' is obsolete since 24.1, replaced by
10848         `completion-at-point'.  (Bug#13774)
10850         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10851         default key binding for `describe-distribution' has been moved to
10852         `C-h C-o'.  (Bug#13970)
10854 2013-04-21  Glenn Morris  <rgm@gnu.org>
10856         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10857         Add doc strings.
10858         (vc-print-log): Clarify interactive prompt.
10860 2013-04-20  Glenn Morris  <rgm@gnu.org>
10862         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10863         No longer include timestamp etc information.
10865 2013-04-20  Roland Winkler  <winkler@gnu.org>
10867         * faces.el (read-face-name): Bug fix, return just one face if arg
10868         multiple is nil.  (Bug#14209)
10870 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10872         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10873         (remove-function): Autoload.
10875         * comint.el (comint-redirect-original-filter-function): Remove.
10876         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
10877         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10878         (vc-cvs-annotate-command):
10879         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10880         * progmodes/prolog.el (prolog-consult-compile):
10881         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10882         Use add/remove-function instead.
10883         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10884         (gud-tooltip-process-output, gud-tooltip-tips):
10885         Use add/remove-function instead.
10886         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10887         (scheme-interaction-mode, exit-scheme-interaction-mode):
10888         Use add/remove-function instead.
10890         * vc/vc-dispatcher.el: Use lexical-binding.
10891         (vc--process-sentinel): Rename from vc-process-sentinel.
10892         Change last arg to be the code to run.  Don't use vc-previous-sentinel
10893         and vc-sentinel-commands any more.
10894         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
10895         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10897 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
10899         * progmodes/sh-script.el (sh-imenu-generic-expression):
10900         Handle function names with a single character.   (Bug#14111)
10902 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
10904         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10905         for subroutines defined in an eval (bug#14182).
10907 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10909         * bookmark.el (bookmark-completing-read): Improve handling of empty
10910         string (bug#14176).
10912 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10914         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10916 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10918         New faster Imenu implementation (bug#14058).
10919         * progmodes/python.el:
10920         (python-imenu-prev-index-position):
10921         (python-imenu-format-item-label-function)
10922         (python-imenu-format-parent-item-label-function)
10923         (python-imenu-format-parent-item-jump-label-function):
10924         New vars.
10925         (python-imenu-format-item-label)
10926         (python-imenu-format-parent-item-label)
10927         (python-imenu-format-parent-item-jump-label)
10928         (python-imenu--put-parent, python-imenu--build-tree)
10929         (python-imenu-create-index, python-imenu-create-flat-index)
10930         (python-util-popn): New functions.
10931         (python-mode): Set imenu-create-index-function to
10932         python-imenu-create-index.
10934 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10936         * winner.el (winner-active-region): Use region-active-p, activate-mark
10937         and deactivate-mark (bug#14225).
10939         * simple.el (deactivate-mark): Don't inline it.
10941 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
10943         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10945 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
10947         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10948         file extensions from the archive-mode entry in order to prefer
10949         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10951 2013-04-18  Leo Liu  <sdl.web@gmail.com>
10953         * bindings.el (help-event-list): Add ?\?.
10955 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10957         * subr.el (with-wrapper-hook): Declare obsolete.
10958         * simple.el (filter-buffer-substring-function): New hook.
10959         (filter-buffer-substring): Use it.
10960         (filter-buffer-substring-functions): Mark obsolete.
10961         * minibuffer.el (completion-in-region-function): New hook.
10962         (completion-in-region): Use it.
10963         (completion-in-region-functions): Mark obsolete.
10964         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10965         * abbrev.el (abbrev-expand-function): New hook.
10966         (expand-abbrev): Use it.
10967         (abbrev-expand-functions): Mark obsolete.
10968         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10969         and :filter-return.
10971 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10973         * progmodes/python.el (python-nav--syntactically): Fix cornercases
10974         and do not care about match data.
10976 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10978         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10979         completion tables when completing error conditions and
10980         `declare' arguments.
10981         (lisp-complete-symbol, field-complete): Mark as obsolete.
10982         (check-parens): Unmatched parens are user errors.
10983         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10985 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
10987         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10988         command changed buffer (ie. `flyspell-pre-buffer' is not current
10989         buffer), which prevents making decisions based on invalid value of
10990         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
10991         cause an error when `flyspell-pre-point' was nil after switching
10992         buffers.
10993         (flyspell-post-command-hook): No longer needs to change buffers when
10994         checking pre-word.  While at it remove unnecessary progn.
10996 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
10998         * textmodes/ispell.el (ispell-add-per-file-word-list):
10999         Fix `flyspell-correct-word-before-point' error when accepting
11000         words and `coment-padding' is an integer by using
11001         `comment-normalize-vars' (Bug #14214).
11003 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11005         New defun movement commands.
11006         * progmodes/python.el (python-nav--syntactically)
11007         (python-nav--forward-defun, python-nav-backward-defun)
11008         (python-nav-forward-defun): New functions.
11010 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
11012         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
11013         (python-syntax-context): Use named compiler-macro for backwards
11014         compatibility with Emacs 24.x.
11016 2013-04-17  Leo Liu  <sdl.web@gmail.com>
11018         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
11019         octave-hide-process-buffer.
11021 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11023         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
11024         (bug#14216).
11026 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
11028         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
11029         Fix adjustment of offset when receiving incomplete responses from GDB
11030         (bug#14129).
11032 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11034         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
11035         python-mode-abbrev-table.
11036         (python-skeleton-define): Adjust accordingly.
11037         (python-mode-abbrev-table): New table that inherits from it so that
11038         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
11040         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
11041         (abbrev-symbol): Use it.
11042         (abbrev--before-point): Use it since we already handle inheritance.
11044 2013-04-16  Leo Liu  <sdl.web@gmail.com>
11046         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
11047         binding to info-lookup-symbol.
11049 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
11051         * minibuffer.el (completion--twq-all):
11052         * term/ns-win.el (ns-initialize-window-system):
11053         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
11055 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
11058         global bindings.
11060         * doc-view.el (doc-view-start-process): Handle url-handler directories.
11062 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
11064         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
11065         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
11066         to nil.
11067         (ruby-end-of-defun): Remove the unused arg, change the docstring
11068         to reflect that this function is only used as the value of
11069         `end-of-defun-function'.
11070         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
11071         to reflect an earlier change that beginning/end-of-defun functions
11072         jump between methods in a class definition, as well as top-level
11073         functions.
11075 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11077         * minibuffer.el (minibuffer-complete): Don't just scroll
11078         a *Completions* that's been iconified.
11079         (minibuffer-force-complete): Make sure repetitions do cycle when going
11080         through completion-in-region -> minibuffer-complete.
11082 2013-04-15  Alan Mackenzie  <acm@muc.de>
11084         Correct the placement of c-cpp-delimiters when there're #s not at
11085         col 0.
11087         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
11088         place a submatch around the #.
11089         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
11090         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
11091         on the #, not BOL.
11093 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11095         * emacs-lisp/nadvice.el: Properly test names when adding advice.
11096         (advice--member-p): New arg `name'.
11097         (advice--add-function, advice-member-p): Use it (bug#14202).
11099 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
11101         Reformulate java imenu-generic-expression.
11102         The old expression contained ill formed regexps.
11104         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
11105         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
11106         (cc-imenu-java-method-arg-regexp): New defconsts.
11107         (cc-imenu-java-build-type-args-regex): New defun.
11108         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
11109         handling of spaces in the regexp.
11111 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11113         * textmodes/ispell.el (ispell-command-loop): Remove
11114         flyspell highlight of a word when ispell accepts it (bug #14178).
11116 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
11118         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
11119         uses code from the previous `ange-ftp-run-real-handler'.
11120         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
11121         only in case that function exist.  This is needed for proper
11122         unloading of Tramp.
11124 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
11126         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
11128         * textmodes/reftex.el (reftex-compile-variables): Use it.
11130 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11132         * files.el (normal-mode): Only use default major-mode if no other mode
11133         was specified.
11135         * emacs-lisp/trace.el (trace-values): New function.
11137         * files.el: Allow : in local variables (bug#14089).
11138         (hack-local-variable-regexp): New var.
11139         (hack-local-variables-prop-line, hack-local-variables): Use it.
11141 2013-04-13  Roland Winkler  <winkler@gnu.org>
11143         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
11144         data before it gets modified by bibtex-beginning-of-entry.
11146 2013-04-13  Roland Winkler  <winkler@gnu.org>
11148         * textmodes/bibtex.el (bibtex-url): Doc fix.
11150 2013-04-13  Roland Winkler  <winkler@gnu.org>
11152         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
11153         does not visit a BibTeX file, exclude it from the list of buffers
11154         returned by bibtex-initialize.
11156 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
11158         * window.el (split-window): Remove interactive form, since as a
11159         command this function is a special case of split-window-below.
11160         Correct doc string.
11162 2013-04-12  Roland Winkler  <winkler@gnu.org>
11164         * faces.el (read-face-name): Do not override value of arg default.
11165         Allow single faces and strings as default values.  Remove those
11166         elements from return value that are not faces.
11167         (describe-face): Simplify.
11168         (face-at-point): New optional args thing and multiple so that this
11169         function can provide the same functionality previously provided by
11170         read-face-name.
11171         (make-face-bold, make-face-unbold, make-face-italic)
11172         (make-face-unitalic, make-face-bold-italic, invert-face)
11173         (modify-face, read-face-and-attribute): Use face-at-point.
11175         * cus-edit.el (customize-face, customize-face-other-window)
11176         * cus-theme.el (custom-theme-add-face)
11177         * face-remap.el (buffer-face-set)
11178         * facemenu.el (facemenu-set-face): Use face-at-point.
11180 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
11182         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
11184 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
11186         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
11187         off leading { and trailing } from field values.
11189 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11191         * emacs-lisp/timer.el (timer--check): New function.
11192         (timer--time, timer-set-function, timer-event-handler): Use it.
11193         (timer-set-idle-time): Simplify.
11194         (timer--activate): CSE.
11195         (timer-event-handler): Give more info in error message.
11196         (internal-timer-start-idle): New function, moved from C.
11198         * mpc.el (mpc-proc): Add `restart' argument.
11199         (mpc-proc-cmd): Use it.
11200         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
11201         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
11202         less often.
11204 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
11206         * progmodes/sh-script.el: Implement `sh-mode' own
11207         `add-log-current-defun-function' (bug#14112).
11208         (sh-current-defun-name): New function.
11209         (sh-mode): Use the function.
11211 2013-04-09  Bastien Guerry  <bzg@gnu.org>
11213         * simple.el (choose-completion-string): Fix docstring (bug#14163).
11215 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
11219         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
11220         timer (bug#14156).
11222 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
11224         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
11225         declaration.
11227 2013-04-07  Leo Liu  <sdl.web@gmail.com>
11229         * pcmpl-x.el: New file.
11231 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
11233         Do not set x-display-name until X connection is established.
11234         This is needed to prevent from weird situation described at
11235         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
11236         * frame.el (make-frame): Set x-display-name after call to
11237         window system initialization function, not before.
11238         * term/x-win.el (x-initialize-window-system): Add optional
11239         display argument and use it.
11240         * term/w32-win.el (w32-initialize-window-system):
11241         * term/ns-win.el (ns-initialize-window-system):
11242         * term/pc-win.el (msdos-initialize-window-system):
11243         Add compatible optional display argument.
11245 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
11247         * files.el (normal-backup-enable-predicate): On MS-Windows and
11248         MS-DOS compare truenames of temporary-file-directory and of the
11249         file, so that 8+3 aliases (usually found in $TEMP on Windows)
11250         don't fail comparison by compare-strings.  Also, compare file
11251         names case-insensitively on MS-Windows and MS-DOS.
11253 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11255         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
11256         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
11258 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
11260         * whitespace.el (whitespace-color-on, whitespace-color-off):
11261         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
11263 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
11265         * ispell.el (ispell-set-spellchecker-params):
11266         Really set `ispell-args' for all equivs.
11268 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11270         * ido.el (ido-completions): Use extra elements of ido-decorations
11271         (bug#14143).
11272         (ido-decorations): Update docstring.
11274 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
11276         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
11277         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
11278         nil during initialization, in order not to miss changes since the
11279         file was opened.  (Bug#14140)
11281 2013-04-05  Leo Liu  <sdl.web@gmail.com>
11283         * kmacro.el (kmacro-call-macro): Fix bug#14135.
11285 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
11287         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
11289 2013-04-04  Glenn Morris  <rgm@gnu.org>
11291         * electric.el (electric-pair-inhibit-predicate): Add :version.
11293 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11295         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
11296         when a package is required several times (bug#14082).
11298 2013-04-04  Roland Winkler  <winkler@gnu.org>
11300         * faces.el (read-face-name): Behave as promised by the docstring.
11301         Assume that arg default is a list of faces.
11302         (describe-face): Call read-face-name with list of default faces.
11304 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11306         * bookmark.el: Fix deletion of bookmarks (bug#13972).
11307         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
11308         (bookmark-bmenu-execute-deletions): Only skip first line if it's
11309         the header.
11310         (bookmark-exit-hook-internal): Save even if list is empty.
11312 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
11314         * emacs-lisp/package.el (package-pinned-packages): New var.
11315         (package--add-to-archive-contents): Obey it (bug#14118).
11317 2013-04-03  Alan Mackenzie  <acm@muc.de>
11319         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
11320         Also adapt to the new values of element 7 of a parse state.
11322         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
11323         parameter `not-in-delimiter'.  Handle being inside comment opener.
11324         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
11325         character in case we're typing a '*' after a '/'.
11326         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
11327         instead by passing the parameter to c-state-pp-to-literal.
11329         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
11330         for elt. 7 of a parse state.
11332 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
11334         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
11335         * international/latin1-disp.el, international/mule-util.el:
11336         * language/cyril-util.el, language/european.el, language/ind-util.el:
11337         * language/lao-util.el, language/thai.el, language/tibet-util.el:
11338         * language/tibetan.el, language/viet-util.el:
11339         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
11341 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11343         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
11344         (electric-pair-post-self-insert-function): Use it.
11345         (electric-pair-default-inhibit): New function, extracted from
11346         electric-pair-post-self-insert-function.
11348 2013-03-31  Roland Winkler  <winkler@gnu.org>
11350         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
11352 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11354         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
11356 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
11358         Un-indent after "pass" and "return" statements (Bug#13888)
11359         * progmodes/python.el (python-indent-block-enders): New var.
11360         (python-indent-calculate-indentation): Use it.
11362 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
11364         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
11365         defun.  Defining it as defalias could introduce too eager
11366         byte-compiler optimization.  (Bug#14030)
11368 2013-03-30  Chong Yidong  <cyd@gnu.org>
11370         * iswitchb.el (iswitchb-read-buffer): Fix typo.
11372 2013-03-30  Leo Liu  <sdl.web@gmail.com>
11374         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
11375         (kmacro-execute-from-register): Pass the keyboard macro to
11376         kmacro-call-macro or repeating won't work correctly.
11378 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
11380         * progmodes/subword.el: Back to using `forward-symbol'.
11382         * subr.el (forward-whitespace, forward-symbol)
11383         (forward-same-syntax): Move from thingatpt.el.
11385 2013-03-29  Leo Liu  <sdl.web@gmail.com>
11387         * kmacro.el (kmacro-to-register): New command.
11388         (kmacro-execute-from-register): New function.
11389         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
11391 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11393         * mpc.el: Use defvar-local and setq-local.
11394         (mpc--proc-connect): Connection failures are not bugs.
11395         (mpc-mode-map): `follow-link' only applies to the buffer's content.
11396         (mpc-volume-map): Bind to the up-events.
11398 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11400         * progmodes/subword.el (superword-mode): Use `forward-sexp'
11401         instead of `forward-symbol'.
11403 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11405         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
11406         (edebug--recursive-edit): Use it.
11407         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
11408         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
11410 2013-03-28  Leo Liu  <sdl.web@gmail.com>
11412         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
11414 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
11416         * facemenu.el (list-colors-callback): New defvar.
11417         (list-colors-redisplay): New function.
11418         (list-colors-display): Install list-colors-redisplay as the
11419         revert-buffer-function.  (Bug#14063)
11421 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11423         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11424         and suffixes don't overlap (bug#14061).
11426         * case-table.el: Use lexical-binding.
11427         (case-table-get-table): New function.
11428         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
11430 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11432         * progmodes/subword.el: Add `superword-mode' to do word motion
11433         over symbol_words (parallels and leverages `subword-mode' which
11434         does word motion inside MixedCaseWords).
11436 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
11438         * eshell/em-unix.el: Move su and sudo to...
11439         * eshell/em-tramp.el: ...Eshell tramp module.
11441 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11443         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
11444         Change return value to be a sexp.  Delay `get-buffer' to after
11445         restoring the desktop (bug#13951).
11447 2013-03-26  Leo Liu  <sdl.web@gmail.com>
11449         * register.el: Move semantic tag handling back to
11450         cedet/semantic/senator.el.  (Bug#14052)
11452 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
11455         into the prompt either (bug#13963).
11457 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11459         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
11460         part of "(error-foo)".
11462 2013-03-24  Juri Linkov  <juri@jurta.org>
11464         * replace.el (list-matching-lines-prefix-face): New defcustom.
11465         (occur-1): Pass `list-matching-lines-prefix-face' to the function
11466         `occur-engine' if `face-differs-from-default-p' returns t.
11467         (occur-engine): Add `,' inside backquote construct to evaluate
11468         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
11469         Pass `prefix-face' to the functions `occur-context-lines' and
11470         `occur-engine-add-prefix'.
11471         (occur-engine-add-prefix, occur-context-lines): Add optional arg
11472         `prefix-face' and propertize the prefix with `prefix-face'.
11473         (Bug#14017)
11475 2013-03-24  Leo Liu  <sdl.web@gmail.com>
11477         * nxml/rng-valid.el (rng-validate-while-idle)
11478         (rng-validate-quick-while-idle): Guard against deleted buffer.
11479         (Bug#13999)
11481         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
11482         is the last entry in kill-buffer-hook.
11484         * files.el (kill-buffer-hook): Doc fix.
11486 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
11488         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
11489         Make it safe-local.
11491         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
11493 2013-03-23  Leo Liu  <sdl.web@gmail.com>
11495         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
11496         Remove.
11498         * nxml/rng-valid.el (rng-validate-mode)
11499         (rng-after-change-function, rng-do-some-validation):
11500         * nxml/rng-maint.el (rng-validate-buffer):
11501         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
11502         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
11503         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
11504         (nxml-extend-after-change-region): Use with-silent-modifications.
11506         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
11507         timer-idle-list.
11509         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
11510         (rng-next-error-1, rng-previous-error-1): Do not let-bind
11511         timer-idle-list.  (Bug#13999)
11513 2013-03-23  Juri Linkov  <juri@jurta.org>
11515         * info.el (info-index-match): New face.
11516         (Info-index, Info-apropos-matches): Add a nested subgroup to the
11517         main pattern and add text properties with the new face to matches
11518         in index entries relative to the beginning of the index entry.
11519         (Bug#14015)
11521 2013-03-21  Eric Ludlam  <zappo@gnu.org>
11523         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
11524         Inhibit read only while inserting objects.
11526 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11528         * progmodes/cfengine.el: Update docs to mention
11529         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
11530         symbol motion.  Remove "_" from the word syntax.
11532 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
11534         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
11535         syntax for both `cfengine2-mode' and `cfengine3-mode'.
11537 2013-03-20  Juri Linkov  <juri@jurta.org>
11539         * info.el (Info-next-reference-or-link)
11540         (Info-prev-reference-or-link): New functions.
11541         (Info-next-reference, Info-prev-reference): Use them.
11542         (Info-try-follow-nearest-node): Handle footnote navigation.
11543         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
11545 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11547         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
11548         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
11550 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
11552         Suppress unnecessary non-ASCII chatter during build process.
11553         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
11554         (batch-skkdic-convert): Suppress most of the chatter.
11555         It's not needed so much now that machines are faster,
11556         and its non-ASCII component was confusing; see Dmitry Gutov in
11557         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
11559 2013-03-20  Leo Liu  <sdl.web@gmail.com>
11561         * ido.el (ido-chop): Fix bug#10994.
11563 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11565         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
11566         Remove vars.
11567         (whitespace-color-on, whitespace-color-off):
11568         Use `font-lock-fontify-buffer' (Bug#13817).
11570 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11572         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
11573         remapping in mode-line.
11574         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
11576 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
11578         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
11579         value for `whitespace-line' face (Bug#13875).
11580         (whitespace-font-lock-keywords): Change description.
11581         (whitespace-color-on): Don't save `font-lock-keywords' value, save
11582         the constructed keywords instead.
11583         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
11585 2013-03-19  Leo Liu  <sdl.web@gmail.com>
11587         * progmodes/compile.el (compilation-display-error): New command.
11588         (compilation-mode-map, compilation-minor-mode-map): Bind it to
11589         C-o.  (Bug#13992)
11591 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11593         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
11595 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
11597         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11599 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
11601         * net/tramp-compat.el (tramp-compat-user-error): New defun.
11603         * net/tramp-adb.el (tramp-adb-handle-shell-command):
11604         * net/tramp-gvfs.el (top):
11605         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11606         (tramp-handle-shell-command): Use it.
11607         (tramp-dissect-file-name): Raise an error when hostname is a
11608         method name, and neither method nor user is specified.
11610         * net/trampver.el: Update release number.
11612 2013-03-18  Leo Liu  <sdl.web@gmail.com>
11614         Make sure eldoc can be turned off properly.
11615         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11616         eldoc-mode.
11617         (eldoc-display-message-p): Revert last change.
11618         (eldoc-display-message-no-interference-p)
11619         (eldoc-print-current-symbol-info): Tweak.
11621 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
11623         * doc-view.el (doc-view-new-window-function): Check the new window
11624         overlay's display property instead the char property of the
11625         buffer's first char.  Use `with-selected-window' instead of
11626         `save-window-excursion' with `select-window'.
11627         (doc-view-document->bitmap): Check the current doc-view overlay's
11628         display property instead the char property of the buffer's first char.
11630 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
11632         Automate the build of ja-dic.el (Bug#13984).
11633         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11634         from the input, rather than assume that it's been done for us by the
11635         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
11636         the current date into a ja-dic.el comment, as that complicates
11637         regression testing.
11639 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11641         * whitespace.el: Fix double evaluation.
11642         (whitespace-space, whitespace-hspace, whitespace-tab)
11643         (whitespace-newline, whitespace-trailing, whitespace-line)
11644         (whitespace-space-before-tab, whitespace-indentation)
11645         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11646         obsolete defvars.
11647         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11648         (whitespace-color-on): Use a single font-lock-add-keywords call.
11649         Fix double-evaluation of face variables.
11651 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
11653         * net/tramp-adb.el (tramp-adb-parse-device-names):
11654         Use `start-process' instead of `call-process'.  Otherwise, the
11655         function might be blocked under MS Windows.  (Bug#13299)
11657 2013-03-17  Leo Liu  <sdl.web@gmail.com>
11659         Extend eldoc to display info in the mode-line.  (Bug#13978)
11660         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11661         (eldoc-mode-line-string): New variable.
11662         (eldoc-minibuffer-message): New function.
11663         (eldoc-message-function): New variable.
11664         (eldoc-message): Use it.
11665         (eldoc-display-message-p)
11666         (eldoc-display-message-no-interference-p):
11667         Support eldoc-post-insert-mode.
11669         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11670         (eval-expression): Run it.
11672 2013-03-17  Roland Winkler  <winkler@gnu.org>
11674         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11675         strings in the list of return values.
11677 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
11679         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11680         radix before checking for HMS forms.
11682 2013-03-16  Leo Liu  <sdl.web@gmail.com>
11684         * progmodes/scheme.el: Add indentation and font-locking for λ.
11685         (Bug#13975)
11687 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11689         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11690         token before point (bug#13942).
11692 2013-03-16  Leo Liu  <sdl.web@gmail.com>
11694         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
11696 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
11698         * startup.el (command-line-normalize-file-name): Fix handling of
11699         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
11700         <xfq.free@gmail.com> in
11701         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11703 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
11705         Sync with Tramp 2.2.7.
11707         * net/trampver.el: Update release number.
11709 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
11711         * doc-view.el: Fix bug#13887.
11712         (doc-view-insert-image): Don't modify overlay associated to
11713         non-live windows, and implement horizontal centering of image in
11714         case it's smaller than the window.
11715         (doc-view-new-window-function): Force redisplay of new windows on
11716         doc-view buffers.
11718 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
11720         * saveplace.el (save-place-alist-to-file): Don't sort
11721         `save-place-alist', just pretty-print it (bug#13882).
11723 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
11725         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11726         Check whether `default-file-name-coding-system' is bound.
11727         It isn't in XEmacs.
11729 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11731         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11732         backquotes for `obsolete' (bug#13929).
11734         * international/mule.el (find-auto-coding): Include file name in
11735         obsolescence warning (bug#13922).
11737 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11739         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11740         for CFEngine 3-specific indentation.
11741         (cfengine3-indent-line): Use it.  Fix up category regex.
11742         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11744 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * type-break.el (type-break-file-name):
11747         * textmodes/remember.el (remember-data-file):
11748         * strokes.el (strokes-file):
11749         * shadowfile.el (shadow-initialize):
11750         * saveplace.el (save-place-file):
11751         * ps-bdf.el (bdf-cache-file):
11752         * progmodes/idlwave.el (idlwave-config-directory):
11753         * net/quickurl.el (quickurl-url-file):
11754         * international/kkc.el (kkc-init-file-name):
11755         * ido.el (ido-save-directory-list-file):
11756         * emulation/viper.el (viper-custom-file-name):
11757         * emulation/vip.el (vip-startup-file):
11758         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11759         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11761 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
11763         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11764         * language/thai-word.el: Switch to UTF-8.
11766 See ChangeLog.16 for earlier changes.
11768 ;; Local Variables:
11769 ;; coding: utf-8
11770 ;; End:
11772   Copyright (C) 2011-2013 Free Software Foundation, Inc.
11774   This file is part of GNU Emacs.
11776   GNU Emacs is free software: you can redistribute it and/or modify
11777   it under the terms of the GNU General Public License as published by
11778   the Free Software Foundation, either version 3 of the License, or
11779   (at your option) any later version.
11781   GNU Emacs is distributed in the hope that it will be useful,
11782   but WITHOUT ANY WARRANTY; without even the implied warranty of
11783   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11784   GNU General Public License for more details.
11786   You should have received a copy of the GNU General Public License
11787   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.