lisp/emacs-lisp/package.el (tar-get-file-descriptor, tar--extract): Declare.
[emacs.git] / lisp / ChangeLog
blob2951d4fe810e4da60bbe8d59a5411d338d384615
1 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
3         * emacs-lisp/package.el (tar-get-file-descriptor)
4         (tar--extract): Declare.
6 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
8         Extend flymake's warning predicate to be a function (bug#14217).
9         * progmodes/flymake.el (flymake-warning-predicate): New.
10         (flymake-parse-line): Use it.
11         (flymake-warning-re): Make obsolete alias to
12         `flymake-warning-predicate'.
14 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16         * emacs-lisp/package.el (package-alist): Include obsolete packages.
17         (package-obsolete-list): Remove.
18         (package-activate): Remove min-version argument.  Add `force' argument.
19         Adjust to new package-alist format.
20         (package-mark-obsolete): Remove.
21         (package-unpack): Force reload of the package's autoloads.
22         (package-installed-p): Check builtins if the installed package is not
23         recent enough.
24         (package-initialize): Don't reset package-obsolete-list.
25         Don't specify which package version to activate.
26         (package-process-define-package, describe-package-1)
27         (package-menu--generate): Adjust to new package-alist format.
29 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
31         * allout-widgets.el (allout-widgets-mode-off)
32         (allout-widgets-mode-on, allout-widgets-pre-command-business)
33         (allout-widgets-post-command-business)
34         (allout-widgets-after-copy-or-kill-function)
35         (allout-widgets-after-undo-function, allout-test-range-overlaps)
36         (allout-decorate-item-and-context)
37         (allout-graphics-modification-handler): Fix typos in docstrings.
38         (allout-get-or-create-parent-widget): Use `looking-at-p'.
40         * cmuscheme.el (scheme-start-file): Doc fix.
41         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
42         (scheme-input-filter): Use `string-match-p'.
44         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
46         * dired-x.el: Use Dired consistently in docstrings.
48         * dired.el: Use Dired consistently in docstrings.
49         (dired-readin, dired-mode): Use `setq-local'.
50         (dired-switches-alist): Make defvar-local.
51         (dired-buffers-for-dir): Use `zerop'.
52         (dired-safe-switches-p, dired-switches-escape-p)
53         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
54         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
55         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
56         (dired-goto-next-nontrivial-file): Use `string-match-p'.
57         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
58         (dired-toggle-marks, dired-mark-files-containing-regexp)
59         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
60         (dired-flag-auto-save-files, dired-flag-backup-files):
61         Use `looking-at-p'.
62         (dired-mark-files-regexp, dired-build-subdir-alist):
63         Use `string-match-p', `looking-at-p'.
65         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
66         (direct-print-region-helper): Use `string-match-p'.
68 2013-06-21  Leo Liu  <sdl.web@gmail.com>
70         * comint.el (comint-redirect-results-list-from-process):
71         Fix infinite loop.
73 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75         * net/eww.el (eww-update-header-line-format): Quote % characters.
77 2013-06-21  Glenn Morris  <rgm@gnu.org>
79         * play/cookie1.el (cookie): New custom group.
80         (cookie-file): New option.
81         (cookie-check-file): New function.
82         (cookie): Make it interactive.  Make start and end messages optional.
83         Interactively, display the result.  Default to cookie-file.
84         (cookie-insert): Default to cookie-file.
85         (cookie-snarf): Make start and end messages optional.
86         Default to cookie-file.  Use with-temp-buffer.
87         (cookie-read): Rename from read-cookie.
88         Make start and end messages optional.  Default to cookie-file.
89         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
90         Do not autoload it.
91         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
92         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
94 2013-06-21  Leo Liu  <sdl.web@gmail.com>
96         * progmodes/octave.el (octave-mode): Backward compatibility fix.
98 2013-06-21  Glenn Morris  <rgm@gnu.org>
100         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
102 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
103             Daniel Hackney  <dan@haxney.org>
105         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
106         Consolidate the single-file vs tarball code.
107         (package-desc-suffix): New function.
108         (package-desc-full-name): Don't bother inlining it.
109         (package-load-descriptor): Return the new package-desc.
110         (package-mark-obsolete): Remove unused arg `package'.
111         (package-unpack): Make it work for single files as well.
112         Make it update package-alist.
113         (package--make-autoloads-and-stuff): Rename from
114         package--make-autoloads-and-compile.  Don't compile any more.
115         (package--compile): New function.
116         (package-generate-description-file): New function, extracted from
117         package-unpack-single.
118         (package-unpack-single): Remove.
119         (package--with-work-buffer): Add indentation and debugging info.
120         (package-download-single): Remove.
121         (package-install-from-archive): Rename from package-download-tar, make
122         it take a pkg-desc, and make it work for single files as well.
123         (package-download-transaction): Simplify.
124         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
125         external tar program.
126         (package-install-from-buffer): Remove `pkg-desc' argument.
127         Use package-tar-file-info for tar-mode buffers.
128         (package-install-file): Simplify accordingly.
129         (package-archive-base): Change to take a pkg-desc.
130         * tar-mode.el (tar--check-descriptor): New function, extracted from
131         tar-get-descriptor.
132         (tar-get-descriptor): Use it.
133         (tar-get-file-descriptor): New function.
134         (tar--extract): New function, extracted from tar-extract.
135         (tar--extract): Use it.
136         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
137         case the summary uses non-ascii.  Adjust to new calling convention of
138         package-tar-file-info.
140 2013-06-21  Leo Liu  <sdl.web@gmail.com>
142         * comint.el (comint-redirect-results-list-from-process):
143         Fix random delay.  (Bug#14681)
145 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
147         * profiler.el (profiler-format-number): Use log, not log10.
149 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
151         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
153 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
155         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
156         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
157         yet available.
158         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
159         (AUTOGENEL): ... here.
160         * emacs-lisp/cl-macs.el (cl--sublis): New function.
161         (cl--defsubst-expand): Use it.
163 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
165         * subr.el (log10): Move here from C code, and declare as obsolete.
166         All uses of (log10 X) replaced with (log X 10).
168 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
170         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
171         Declare with `defvar-local'.
172         (tabulated-list-use-header-line, tabulated-list-entries)
173         (tabulated-list-padding, tabulated-list-printer)
174         (tabulated-list-sort-key): Declare with `defvar-local'.
175         (tabulated-list-init-header, tabulated-list-print-fake-header):
176         Use `setq-local'.
178 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
180         * arc-mode.el (archive-mode): Add `archive-write-file' to
181         `write-contents-functions' also for remote files.  (Bug#14652)
183 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
185         * cus-edit.el (custom-commands): Fix typos.
186         (custom-display): Fix tooltip text.
187         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
188         Fix typos in docstrings.
189         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
190         (custom-unlispify-menu-entry, custom-magic-value-create)
191         (custom-add-see-also, custom-group-value-create): Use ?\s.
192         (custom-guess-type, customize-apropos, editable-field)
193         (custom-face-value-create): Use `string-match-p'.
194         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
196         * custom.el (custom-load-symbol): Use `string-match-p'.
198         * ansi-color.el: Convert to lexical binding.
199         (ansi-colors): Fix URL.
200         (ansi-color-context, ansi-color-context-region): Use defvar-local.
201         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
202         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
204 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
208         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
210 2013-06-19  Tom Tromey  <tromey@redhat.com>
212         * net/eww.el (eww-top-url): Remove.
213         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
214         (eww-render): Set new variables.  Don't set eww-top-url.
215         (eww-handle-link): Handle "prev", "home", and "contents".
216         Downcase the rel text.
217         (eww-top-url): Choose best top URL.
219 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221         * net/eww.el: Rewrite to implement form elements "by hand" instead of
222         relying in widget.el.  Using widget.el leads to too many
223         user interface inconsistencies.
224         (eww-self-insert): Implement entering commands in text fields.
225         (eww-process-text-input): New function to make text input field editing
226         work.
227         (eww-submit): Rewrite to use the new-style form methods.
228         (eww-select-display): Display the correct selected item.
229         (eww-change-select): Implement changing the select value.
230         (eww-toggle-checkbox): Implement radio/checkboxes.
231         (eww-update-field): Fix compilation error.
232         (eww-tag-textarea): Implement <textarea>.
234         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
235         we don't shadow mode-specific bindings.
237         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
238         nothing to push.
240         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
242 2013-06-19  Glenn Morris  <rgm@fencepost.gnu.org>
244         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
246 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
248         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
249         not needed.
251         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
253 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
255         * net/browse-url.el (browse-url-browser-function):
256         `eww-browse-url' has the right calling signature, `eww' does not.
258 2013-06-19  Glenn Morris  <rgm@gnu.org>
260         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
261         Only eval autoloaded macros.
262         (byte-compile-autoload): Only give the macro warning for macros.
264         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
265         (ps-underlined-faces): Declare.
267         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
268         (speedbar-add-supported-extension): Declare.
270         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
271         Don't include a date stamp in the header of the generated file;
272         it leads to needless differences between output files.
274 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
276         * net/secrets.el (secrets-struct-secret-content-type): Replace
277         check of introspection data by a test call of "CreateItem".
278         Some servers do not offer introspection.
280 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * electric.el (electric-pair-mode): Improve interaction with
283         electric-layout-mode.
284         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
285         (electric-pair-syntax): Use text-mode-syntax-table in comments
286         and strings.
287         (electric-pair--insert): New function.
288         (electric-pair-post-self-insert-function): Use it and
289         electric--after-char-pos.
291 2013-06-19  Leo Liu  <sdl.web@gmail.com>
293         * progmodes/octave.el (octave-help): Fix regexp.
295 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
298         (shr-table-horizontal-line): Allow nil as a value, and change the
299         default.
300         (shr-insert-table-ruler): Respect the nil value.
302 2013-06-18  Tom Tromey  <tromey@barimba>
304         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
305         New defvars.
306         (eww-open-file): New defun.
307         (eww-render): Initialize new variables.
308         (eww-display-html): Handle "link" and "a".
309         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
310         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
311         (eww-back-url): Rename from eww-previous-url.
312         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
313         New defuns.
315 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
317         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
318         Distinguish ternary operator tokens from slash symbol and slash
319         char literal.
321 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
323         Convert symbol prettification into minor mode and global minor mode.
325         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
326         `prog-prettify-symbols', and make a local defvar instead of defcustom.
327         (prettify-symbols--keywords): Rename from
328         `prog-prettify-symbols-alist' and make a local defvar.
329         (prettify-symbols--compose-symbol): Rename from
330         `prog--prettify-font-lock-compose-symbol'.
331         (prettify-symbols--make-keywords): Rename from
332         `prog-prettify-font-lock-symbols-keywords' and simplify.
333         (prog-prettify-install): Remove.
334         (prettify-symbols-mode): New minor mode, based on
335         `prog-prettify-install'.
336         (turn-on-prettify-symbols-mode): New function.
337         (global-prettify-symbols-mode): New globalized minor mode.
339         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
340         * progmodes/cfengine.el (cfengine3-mode):
341         * progmodes/perl-mode.el (perl-mode): Don't call
342         `prog-prettify-install'; set `prettify-symbols-alist' instead.
344 2013-06-18  Juri Linkov  <juri@jurta.org>
346         * files-x.el (modify-file-local-variable-message): New function.
347         (modify-file-local-variable)
348         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
349         and call `modify-file-local-variable-message' when it's non-nil.
350         (add-file-local-variable, delete-file-local-variable)
351         (add-file-local-variable-prop-line)
352         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
353         and use it.  (Bug#9820)
355 2013-06-18  Juri Linkov  <juri@jurta.org>
357         * emulation/vi.el (vi-shell-op):
358         * emulation/vip.el (vip-execute-com, ex-command):
359         * emulation/viper-cmd.el (viper-exec-bang):
360         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
361         the call of `shell-command-on-region'.  (Bug#14637)
363         * simple.el (shell-command-on-region): Doc fix.
365 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
367         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
368         (bug#14633).
370 2013-06-18  Glenn Morris  <rgm@gnu.org>
372         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
374         * newcomment.el (comment-search-forward, comment-search-backward):
375         Doc fix.  (Bug#14376)
377 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
379         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
380         (buffer-face-mode-invoke): Doc fix.
382 2013-06-18  Matthias Meulien  <orontee@gmail.com>
384         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
386 2013-06-18  Glenn Morris  <rgm@gnu.org>
388         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
389         Replace obsolete function generic-make-keywords with its expansion.
391         * progmodes/python.el (ffap-alist): Declare.
393         * textmodes/reftex.el (bibtex-mode-map): Declare.
395 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
398         (package-unpack, package-unpack-single): Return the pkg-dir.
399         (package-download-transaction): Use it to update package-alist.
401 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
404         possible choice.
406 2013-06-17  Juri Linkov  <juri@jurta.org>
408         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
410 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
412         * emacs-lisp/package.el (package-load-descriptor):
413         Remove `with-syntax-table' call, `read' doesn't need it.
414         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
416 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
418         * startup.el (command-line): Expand package name returned by
419         `package--description-file' (bug#14639).
421 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
423         * emacs-lisp/package.el (package-load-descriptor): Do not call
424         `emacs-lisp-mode', just use its syntax table.
426 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
428         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
429         `font-lock-extra-managed-props' if any prettifying keyword is added.
430         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
431         (prog-mode): Use `setq-local'.
433 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
435         * international/characters.el (standard-case-table): Set syntax of ?»
436         and ?« to punctuation.
438 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
440         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
441         Save relevant match data before calling `syntax-ppss' (bug#14595).
443 2013-06-15  Juri Linkov  <juri@jurta.org>
445         * files-x.el (modify-file-local-variable-prop-line): Add local
446         variables to the end of the existing comment on the first line.
447         Use `file-auto-mode-skip' to skip interpreter magic line,
448         and also skip XML declaration.
450 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
452         * startup.el (package--builtin-versions): New var.
453         (package-subdirectory-regexp): Remove.
454         (package--description-file): Hard code its value instead.
456         * emacs-lisp/package.el: Don't activate packages older than builtin.
457         (package-obsolete-list): Rename from package-obsolete-alist, and make
458         it into a simple list of package-desc.
459         (package-strip-version): Remove.
460         (package-built-in-p): Use package--builtin-versions.
461         (package-mark-obsolete): Simplify.
462         (package-process-define-package): Mark it obsolete if older than the
463         builtin version.
464         (package-handle-response): Use line-end-position.
465         (package-read-archive-contents, package--download-one-archive):
466         Simplify.
467         (package--add-to-archive-contents): Skip if older than the builtin or
468         installed version.
469         (package-menu-describe-package): Fix last change.
470         (package-list-unversioned): New var.
471         (package-menu--generate): Use it.
473         * emacs-lisp/autoload.el: Manage package--builtin-versions.
474         (autoload--insert-text, autoload--insert-cookie-text): New functions.
475         (autoload-builtin-package-versions): New variable.
476         (autoload-generate-file-autoloads): Use them.
477         Remove the list of autoloaded functions/macros from the
478         (autoload...) comments.
480         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
482 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
484         * simple.el (line-move-partial): Don't jump to the next screen
485         line as soon as it becomes visible.  Instead, continue enlarging
486         the vscroll until the portion of a tall screen line that's left on
487         display is about the height of the frame's default font.
488         (Bug#14567)
490 2013-06-15  Glenn Morris  <rgm@gnu.org>
492         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
493         compilation-error-regexp-alist void, or local while let-bound.
495         * progmodes/make-mode.el (makefile-mode-syntax-table):
496         Treat "=" as punctuation.  (Bug#14614)
498 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
500         * help-fns.el (describe-variable):
501         Add extra line for permanent-local variables.
503 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
505         * progmodes/scheme.el (scheme-font-lock-keywords-2):
506         Add export, import, library.  (Bug#9164)
507         (library): Set indent function.
509 2013-06-14  Glenn Morris  <rgm@gnu.org>
511         * term/xterm.el (xterm--query):
512         Stop after first matching handler.  (Bug#14615)
514 2013-06-14 Ivan Kanis  <ivan@kanis.fr>
516         Add support for dired in saveplace.
517         * dired.el (dired-initial-position-hook): New variable.
518         (dired-initial-position): Call hook to place cursor position.
519         * saveplace.el (save-place-to-alist): Add dired position.
520         (save-place-dired-hook): New function.
522 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
524         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
525         through a symbol rather than letrec.
527         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
528         (package-desc): Add `dir' field.
529         (package-desc-full-name): New function.
530         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
531         (package-maybe-load-descriptor): Remove.
532         (package-load-all-descriptors): Just call package-load-descriptor.
533         (package--disabled-p): New function.
534         (package-desc-vers, package-desc-doc): Remove aliases.
535         (package--dir): Remove function.
536         (package-activate): Check if a package is disabled.
537         (package-process-define-package): New function, extracted from
538         define-package.
539         (define-package): Turn into a place holder.
540         (package-unpack-single, package-tar-file-info):
541         Use package--description-file.
542         (package-compute-transaction): Use package--disabled-p.
543         (package-download-transaction): Don't call
544         package-maybe-load-descriptor since they're all loaded anyway.
545         (package-install): Change argument to be a pkg-desc.
546         (package-delete): Use a single pkg-desc argument.
547         (describe-package-1): Use package-desc-dir instead of package--dir.
548         Use package-desc property instead of package-symbol.
549         (package-install-button-action): Adjust accordingly.
550         (package--push): Rewrite.
551         (package-menu--print-info): Adjust accordingly.  Change the ID format
552         to be a pkg-desc.
553         (package-menu-describe-package, package-menu-get-status)
554         (package-menu--find-upgrades, package-menu-mark-upgrades)
555         (package-menu-execute, package-menu--name-predicate):
556         Adjust accordingly.
557         * startup.el (package--description-file): New function.
558         (command-line): Use it.
559         * emacs-lisp/package-x.el (package-upload-buffer-internal):
560         Use package-desc-version.
562         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
563         (byte-compile-preprocess): Use it.
564         (byte-compile-file-form-defalias): Try a bit harder to use macros we
565         can't quite recognize.
566         (byte-compile-add-to-list): Remove.
567         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
568         (cconv-closure-convert): Add assertion.
570         * emacs-lisp/map-ynp.el: Use lexical-binding.
571         (map-y-or-n-p): Remove unused vars `tail' and `object'.
572         Factor out some repeated code.
574 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
576         * subr.el (with-eval-after-load): New macro.
577         (eval-after-load): Allow form to be a function.
578         take advantage of lexical-binding.
579         (do-after-load-evaluation): Use dolist and adjust to new format.
580         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
582 2013-06-13  Juri Linkov  <juri@jurta.org>
584         * replace.el (perform-replace): Display "symbol " and other search
585         modes from `isearch-message-prefix' in the *Help* buffer.
587         * isearch.el (isearch-query-replace): Add " symbol" and other
588         possible search modes from `isearch-message-prefix' to the prompt.
589         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
590         when reading a regexp to collect.
592 2013-06-13  Juri Linkov  <juri@jurta.org>
594         * isearch.el (word-search-regexp): Match whitespace if the search
595         string begins or ends in whitespace.  The LAX arg is applied to
596         both ends of the search string.  Use `regexp-quote' and explicit
597         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
598         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
599         boundaries are replaced with symbol boundaries, and characters
600         between symbols match non-word non-symbol syntax.  (Bug#14602)
602 2013-06-13  Juri Linkov  <juri@jurta.org>
604         * isearch.el (isearch-del-char): Don't exceed the length of
605         `isearch-string' by the prefix arg.  (Bug#14563)
607 2013-06-13  Juri Linkov  <juri@jurta.org>
609         * isearch.el (isearch-yank-word, isearch-yank-line)
610         (isearch-char-by-name, isearch-quote-char)
611         (isearch-printing-char, isearch-process-search-char):
612         Add optional count prefix arg.  (Bug#14563)
614         * international/isearch-x.el
615         (isearch-process-search-multibyte-characters):
616         Add optional count prefix arg.
618 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
621         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
622         lexical-binding.
624 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
626         * subr.el (set-temporary-overlay-map): Add on-exit argument.
628 2013-06-13  Glenn Morris  <rgm@gnu.org>
630         * startup.el (tty-handle-args):
631         Don't just discard "--" and anything after.  (Bug#14608)
633         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
635 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
637         Implement changes in Secret Service API.  Make it backward compatible.
638         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
639         (secrets-create-item): Use it.  Prefix properties with interface.
641 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
643         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
644         (term-emulate-terminal): Respect term-suppress-hard-newline.
646 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
648         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
649         Only remove a `thumb-file' overlay.  (Bug#14548)
651 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
653         * mail/reporter.el (reporter-submit-bug-report):
654         Handle missing package-name.  (Bug#14600)
656 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
658         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
659         (reftex-citation-prompt, reftex-default-bibliography)
660         (reftex-bib-or-thebib, reftex-get-bibfile-list)
661         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
662         (reftex-bib-sort-author, reftex-bib-sort-year)
663         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
664         (reftex-extract-bib-entries-from-thebibliography)
665         (reftex-get-bibkey-default, reftex-get-bib-names)
666         (reftex-parse-bibtex-entry, reftex-get-bib-field)
667         (reftex-format-bib-entry, reftex-parse-bibitem)
668         (reftex-format-bibitem, reftex-do-citation)
669         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
670         (reftex-restrict-bib-matches, reftex-extract-bib-file)
671         (reftex-insert-bib-matches, reftex-format-citation)
672         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
673         (reftex-create-bibtex-file): Add docstrings, mostly by converting
674         existing comments into docstrings.
676 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
678         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
680 2013-06-12  Andreas Schwab  <schwab@suse.de>
682         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
683         for auto-save files.
685 2013-06-12  Glenn Morris  <rgm@gnu.org>
687         * ido.el (ido-delete-ignored-files): Remove.
688         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
689         Go back to calling ido-ignore-item-p directly.
691 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
693         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
695         * ido.el (ido-delete-ignored-files): New function,
696         split from ido-make-file-list-1.
697         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
698         (ido-make-file-list-1): Use ido-delete-ignored-files.
700 2013-06-12  Leo Liu  <sdl.web@gmail.com>
702         * progmodes/octave.el (inferior-octave-startup)
703         (inferior-octave-completion-table)
704         (inferior-octave-track-window-width-change)
705         (octave-eldoc-function-signatures, octave-help)
706         (octave-find-definition): Use single quoted strings.
707         (inferior-octave-startup-args): Change default value.
708         (inferior-octave-startup): Do not hard code "-i" and
709         "--no-line-editing".
710         (inferior-octave-resync-dirs): Add optional arg NOERROR.
711         (inferior-octave-directory-tracker): Use it.
712         (octave-goto-function-definition): Robustify.
713         (octave-help): Support highlighting operators in 'See also'.
714         (octave-find-definition): Find subfunctions only in Octave mode.
716 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * help-fns.el (help-fns--compiler-macro): If the handler function is
719         named, then put a link to it.
720         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
721         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
722         (cl-typep): Use it.
723         (cl-eval-when): Simplify debug spec.
724         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
725         compiler-macro function instead of setting `compiler-macro-file'.
727 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
729         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
730         * vc/vc-hooks.el (vc-stay-local): Doc fix.
732 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
733             Daniel Hackney  <dan@haxney.org>
735         First part of Daniel Hackney's patch to package.el.
736         * emacs-lisp/package.el: Use defstruct.
737         (package-desc): New, main struct.
738         (package--bi-desc, package--ac-desc): New structs, used to describe the
739         format in external files.
740         (package-desc-vers): Replace with package-desc-version accessor.
741         (package-desc-doc): Replace with package-desc-summary accessor.
742         (package-activate-1): Remove `package' arg since the pkg-vec now
743         includes the name.
744         (define-package): Use package-desc-from-define.
745         (package-unpack-single): Change file-name arg to be a symbol.
746         (package--add-to-archive-contents): Use package-desc-create and new
747         accessor functions to package--ac-desc.
748         (package-buffer-info, package-tar-file-info): Return a package-desc.
749         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
750         arg to be a package-desc.
751         (package-install-file): Adjust accordingly.  Use \' to match EOS.
752         (package--from-builtin): New function.
753         (describe-package-1, package-menu--generate): Use it.
754         (package--make-autoloads-and-compile): Change name arg to be a symbol.
755         (package-generate-autoloads): Idem and return the name of the file.
756         * emacs-lisp/package-x.el (package-upload-buffer-internal):
757         Change pkg-info arg to be a package-desc.
758         Use package-make-ac-desc.
759         (package-upload-file): Use \' to match EOS.
760         * finder.el (finder-compile-keywords): Use package-make-builtin.
762 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
764         * vc/vc.el (vc-deduce-fileset): Change error message.
765         (vc-read-backend): New function.
766         (vc-next-action): Use it.
768         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
770         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
771         (prolog-font-lock-keywords): Use regexp-opt instead.
772         Don't manually highlight strings.
773         (prolog-mode-variables): Simplify comment-start-skip.
774         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
776         * emacs-lisp/generic.el (generic--normalise-comments)
777         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
778         (generic-mode-set-comments): Use them.
779         (generic-bracket-support): Use setq-local.
780         (generic-make-keywords-list): Declare obsolete.
782 2013-06-11  Glenn Morris  <rgm@gnu.org>
784         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
785         Prettify after setting font-lock-defaults.  (Bug#14574)
787 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
789         * replace.el (query-replace, occur-read-regexp-defaults-function)
790         (replace-search):
791         * subr.el (declare-function, number-sequence, local-set-key)
792         (substitute-key-definition, locate-user-emacs-file)
793         (with-silent-modifications, split-string, eval-after-load):
794         Fix typos, remove unneeded backslashes and reflow some docstrings.
796 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
799         default for Elisp files.
801 2013-06-11  Glenn Morris  <rgm@gnu.org>
803         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
804         although define-derived-mode was doing this anyway.  (Bug#14583)
806 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
808         * allout.el (allout-encryption-plaintext-sanitization-regexps):
809         Fix make-variable-buffer-local call to refer to the correct variable.
811 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
813         * eshell/em-term.el (eshell-visual-commands)
814         (eshell-visual-subcommands, eshell-visual-options):
815         Add summary line to docstrings.  Add cross-references.
817 2013-06-10  Glenn Morris  <rgm@gnu.org>
819         * epa.el (epa-read-file-name): New function.  (Bug#14510)
820         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
822 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
824         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
825         output redirection to be ignored with visual commands.
827 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
829         * eshell/em-term.el (eshell-visual-command-p): New function.
830         (eshell-term-initialize): Move long lambda to separate function
831         eshell-visual-command-p.
832         * eshell/em-dirs.el (eshell-dirs-initialise):
833         * eshell/em-script.el (eshell-script-initialize):
834         Add missing #' to lambda.
836 2013-06-08  Leo Liu  <sdl.web@gmail.com>
838         * progmodes/octave.el (octave-add-log-current-defun): New function.
839         (octave-mode): Set add-log-current-defun-function.
840         (octave-goto-function-definition): Do not move point if not found.
841         (octave-find-definition): Enhance to try subfunctions first.
843 2013-06-08  Glenn Morris  <rgm@gnu.org>
845         * emacs-lisp/bytecomp.el (byte-compile-char-before)
846         (byte-compile-backward-char, byte-compile-backward-word):
847         Improve previous change, to handle non-explicit nil.
849 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
852         (smie--opener/closer-at-point): New function.
853         (smie--matching-block-data): Use it.  Don't match from right after an
854         opener or right before a closer.  Obey smie-blink-matching-inners.
855         Don't signal a mismatch for repeated inners like "switch..case..case".
857 2013-06-07  Leo Liu  <sdl.web@gmail.com>
859         * progmodes/octave.el (octave-mode): Set comment-use-global-state
860         to t.  (Bug#14303)
861         (octave-function-header-regexp): Fix.  (Bug#14570)
862         (octave-help-mode-finish-hook, octave-help-mode-finish):
863         Remove.  Just use temp-buffer-show-hook.
865         * newcomment.el (comment-search-backward): Revert last change.
866         (Bug#14434)
868         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
870 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
872         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
873         through xargs, to avoid failure due to MS-Windows limitations on
874         command-line length.
876 2013-06-06  Glenn Morris  <rgm@gnu.org>
878         * font-lock.el (lisp-font-lock-keywords-2):
879         Treat user-error like error.
881         * emacs-lisp/bytecomp.el (byte-compile-char-before)
882         (byte-compile-backward-char, byte-compile-backward-word):
883         Handle explicit nil arguments.  (Bug#14565)
885 2013-06-05  Alan Mackenzie  <acm@muc.de>
887         * isearch.el (isearch-allow-prefix): New user option.
888         (isearch-other-meta-char): Don't exit isearch when a prefix
889         argument is typed whilst `isearch-allow-prefix' is non-nil.
890         (Bug#9706)
892 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
894         * autorevert.el (auto-revert-notify-handler): Use memq.
895         Hide assertion failure.
897         * skeleton.el: Use cl-lib.
898         (skeleton-further-elements): Use defvar-local.
899         (skeleton-insert): Use cl-progv.
901 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
903         * progmodes/prog-mode.el (prog-prettify-symbols)
904         (prog-prettify-install): Update docstrings.
906 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
908         * simple.el: Move all the prog-mode code to prog-mode.el.
909         * progmodes/prog-mode.el: New file.
910         * loadup.el: Add prog-mode.el.
912 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
914         * simple.el (prog-prettify-symbols): Add version.
915         (prog-prettify-install): Add convenience function to prettify symbols.
917         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
918         (perl--augmented-font-lock-keywords-1)
919         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
920         variables and use it.
922         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
923         (cfengine3-mode): Remove unneeded variable and use it.
925         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
926         (lisp--augmented-font-lock-keywords-1)
927         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
928         Remove unneeded variables and use it.
930 2013-06-05  João Távora  <joaotavora@gmail.com>
932         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
933         to point when opening the connection.  (Bug#14380)
935 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * subr.el (load-history-regexp, load-history-filename-element)
938         (eval-after-load, after-load-functions, do-after-load-evaluation)
939         (eval-next-after-load, display-delayed-warnings)
940         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
941         definition of save-match-data.
942         (overriding-local-map): Remove accidental obsolescence declaration.
944         * emacs-lisp/edebug.el (edebug-result): Move before first use.
946 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
948         Generalize symbol prettify support to prog-mode and implement it
949         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
950         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
951         (prog--prettify-font-lock-compose-symbol)
952         (prog-prettify-font-lock-symbols-keywords): New variables and
953         functions to support symbol prettification.
954         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
955         (lisp--augmented-font-lock-keywords-1)
956         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
957         (lisp--prettify-symbols-alist): Implement prettify of lambda.
958         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
959         (cfengine3--prettify-symbols-alist, cfengine3-mode):
960         Implement prettify of -> => :: strings.
961         * progmodes/perl-mode.el (perl-prettify-symbols)
962         (perl--font-lock-compose-symbol)
963         (perl--font-lock-symbols-keywords): Move to prog-mode.
964         (perl--prettify-symbols-alist): Prettify -> => :: strings.
965         (perl-font-lock-keywords-1)
966         (perl-font-lock-keywords-2): Remove explicit prettify support.
967         (perl--augmented-font-lock-keywords)
968         (perl--augmented-font-lock-keywords-1)
969         (perl--augmented-font-lock-keywords-2, perl-mode):
970         Implement prettify support.
972 2013-06-05  Leo Liu  <sdl.web@gmail.com>
974         Re-implement smie matching block highlight using
975         show-paren-data-function.  (Bug#14395)
976         * emacs-lisp/smie.el (smie-matching-block-highlight)
977         (smie--highlight-matching-block-overlay)
978         (smie--highlight-matching-block-lastpos)
979         (smie-highlight-matching-block)
980         (smie-highlight-matching-block-mode): Remove.
981         (smie--matching-block-data-cache): New variable.
982         (smie--matching-block-data): New function.
983         (smie-setup): Use smie--matching-block-data for
984         show-paren-data-function.
986         * progmodes/octave.el (octave-mode-menu): Fix.
987         (octave-find-definition): Skip garbage lines.
989 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
991         Fix compilation error with simultaneous dynamic+lexical scoping.
992         Add warning when a defvar appears after the first let-binding.
993         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
994         (byte-compile-close-variables): Initialize it.
995         (byte-compile--declare-var): New function.
996         (byte-compile-file-form-defvar)
997         (byte-compile-file-form-define-abbrev-table)
998         (byte-compile-file-form-custom-declare-variable): Use it.
999         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
1000         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
1001         (byte-compile-bind): Handle dynamic bindings that shadow
1002         lexical bindings.
1003         (byte-compile-unbind): Make arg non-optional.
1004         (byte-compile-let): Simplify.
1005         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
1006         (cconv--analyse-function, cconv-analyse-form): Populate it.
1007         Protect byte-compile-bound-variables to limit the scope of defvars.
1008         (cconv-analyse-form): Add missing rule for (defvar <foo>).
1009         Remove unneeded rule for `declare'.
1011         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
1012         so as to avoid depending on cl-adjoin at run-time.
1013         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
1015         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
1016         (macroexp--warn-and-return): Use it.
1018 2013-06-05  Leo Liu  <sdl.web@gmail.com>
1020         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
1022 2013-06-04  Leo Liu  <sdl.web@gmail.com>
1024         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
1025         (compilation-auto-jump): Suppress the "Mark set" message to give
1026         way to exit message.
1028 2013-06-04  Alan Mackenzie  <acm@muc.de>
1030         Remove faulty optimisation from indentation calculation.
1031         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
1032         search limit based on 2000 characters back from indent-point.
1034 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
1036         * eshell/em-term.el (cl-lib): Require `cl-lib'.
1038 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1040         * emacs-lisp/lisp.el: Use lexical-binding.
1041         (lisp--local-variables-1, lisp--local-variables): New functions.
1042         (lisp--local-variables-completion-table): New var.
1043         (lisp-completion-at-point): Use it complete let-bound vars.
1045         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
1046         eagerly (bug#14422).
1048 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
1050         * autorevert.el (auto-revert-notify-enabled)
1051         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1052         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
1053         (auto-revert-notify-handler): Handle also gfilenotify.
1055         * subr.el (file-notify-handle-event): New defun.  Replacing ...
1056         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
1057         Remove.
1059 2013-06-03  Juri Linkov  <juri@jurta.org>
1061         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
1062         `M-s h .'.  (Bug#14427)
1064         * hi-lock.el (highlight-symbol-at-point): New alias for the new
1065         command `hi-lock-face-symbol-at-point'.
1066         (hi-lock-face-symbol-at-point): New command.
1067         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
1068         (hi-lock-menu): Add `highlight-symbol-at-point'.
1069         (hi-lock-mode): Doc fix.
1071         * isearch.el (isearch-forward-symbol-at-point): New command.
1072         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
1073         (isearch-highlight-regexp): Add a regexp which matches
1074         words/symbols for word/symbol mode.
1076         * subr.el (find-tag-default-bounds): New function with the body
1077         mostly moved from `find-tag-default'.
1078         (find-tag-default): Move most code to `find-tag-default-bounds',
1079         call it and apply `buffer-substring-no-properties' afterwards.
1081 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
1083         * eshell/em-term.el (eshell-term-initialize):
1084         Use `cl-intersection' rather than `intersection'.
1086 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
1088         * vc/log-view.el: Doc fix.
1089         (log-view-mode-map): Copy keymap from `special-mode-map'.
1091 2013-06-02  Eric Ludlam  <zappo@gnu.org>
1093         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
1094         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
1095         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
1096         (eieio-unbound, eieio-default-superclass)
1097         (eieio--define-field-accessors, method-static, method-before)
1098         (method-primary, method-after, method-num-lists)
1099         (method-generic-before, method-generic-primary)
1100         (method-generic-after, method-num-slots)
1101         (eieio-specialized-key-to-generic-key)
1102         (eieio--check-type, class-v, class-p)
1103         (eieio-class-name, define-obsolete-function-alias)
1104         (eieio-class-parents-fast, eieio-class-children-fast)
1105         (same-class-fast-p, class-constructor, generic-p)
1106         (generic-primary-only-p, generic-primary-only-one-p)
1107         (class-option-assoc, class-option, eieio-object-p)
1108         (class-abstract-p, class-method-invocation-order)
1109         (eieio-defclass-autoload-map, eieio-defclass-autoload)
1110         (eieio-class-un-autoload, eieio-defclass)
1111         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
1112         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
1113         (eieio--defgeneric-init-form, eieio-defgeneric-form)
1114         (eieio-defgeneric-reset-generic-form)
1115         (eieio-defgeneric-form-primary-only)
1116         (eieio-defgeneric-reset-generic-form-primary-only)
1117         (eieio-defgeneric-form-primary-only-one)
1118         (eieio-defgeneric-reset-generic-form-primary-only-one)
1119         (eieio-unbind-method-implementations)
1120         (eieio--defmethod, eieio--typep)
1121         (eieio-perform-slot-validation, eieio-validate-slot-value)
1122         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
1123         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
1124         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
1125         (eieio-slot-name-index, eieio-class-slot-name-index)
1126         (eieio-set-defaults, eieio-initarg-to-attribute)
1127         (eieio-attribute-to-initarg, eieio-c3-candidate)
1128         (eieio-c3-merge-lists, eieio-class-precedence-c3)
1129         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
1130         (eieio-class-precedence-list, eieio-generic-call-methodname)
1131         (eieio-generic-call-arglst, eieio-generic-call-key)
1132         (eieio-generic-call-next-method-list)
1133         (eieio-pre-method-execution-functions, eieio-generic-call)
1134         (eieio-generic-call-primary-only, eieiomt-method-list)
1135         (eieiomt-optimizing-obarray, eieiomt-install)
1136         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
1137         (eieio-generic-form, eieio-defmethod, make-obsolete)
1138         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
1139         (defclass): Remove `eval-and-compile' from macro.
1140         (call-next-method, shared-initialize): Instead of using
1141         `scoped-class' variable, use new eieio--scoped-class, and
1142         eieio--with-scoped-class.
1143         (initialize-instance): Rename local variable 'scoped-class' to
1144         'this-class' to remove ambiguitity from old global.
1146         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
1147         eieio.el.
1148         (eieio--scoped-class-stack): New variable.
1149         (eieio--scoped-class): New fcn.
1150         (eieio--with-scoped-class): New scoping macro.
1151         (eieio-defclass): Use pushnew instead of add-to-list.
1152         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
1153         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
1154         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
1155         `scoped-class' variable, use new eieio--scoped-class, and
1156         eieio--with-scoped-class.
1158         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
1160 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
1162         * eshell/esh-ext.el (eshell-external-command): Pass args to
1163         `eshell-find-interpreter'.
1164         (eshell-find-interpreter): Add new second parameter ARGS.
1166         * eshell/em-script.el (eshell-script-initialize): Add second arg
1167         to the function added as MATCH to `eshell-interpreter-alist'.
1169         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
1170         the function added as MATCH to `eshell-interpreter-alist'.
1172         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
1173         (eshell-visual-options): New defcustom.
1174         (eshell-escape-control-x): Adapt docstring.
1175         (eshell-term-initialize): Test `eshell-visual-subcommands' and
1176         `eshell-visual-options' in addition to `eshell-visual-commands'.
1177         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
1179 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1181         * progmodes/python.el (python-indent-block-enders): Add break,
1182         continue and raise keywords.
1184 2013-06-01  Glenn Morris  <rgm@gnu.org>
1186         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
1188         Plain (f)boundp silences compilation warnings since Emacs 22.1.
1189         * progmodes/cc-cmds.el (delete-forward-p):
1190         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
1191         * progmodes/cc-engine.el (buffer-syntactic-context):
1192         * progmodes/cc-fonts.el (face-property-instance):
1193         * progmodes/cc-mode.el (set-keymap-parents):
1194         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
1195         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
1196         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
1197         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
1198         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
1200         * progmodes/cc-vars.el (other): Emacs has this widget since
1201         at least 21.1, so don't (re)define it.
1203         * eshell/em-cmpl.el (eshell-cmpl-initialize):
1204         Replace the obsolete alias pcomplete-arg-quote-list.
1206 2013-06-01  Leo Liu  <sdl.web@gmail.com>
1208         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
1209         punctuation syntax.
1210         (inferior-octave-minimal-columns)
1211         (inferior-octave-last-column-width): New variables.
1212         (inferior-octave-track-window-width-change): New function.
1213         (inferior-octave-mode): Adjust column width so that Octave output,
1214         for example from 'ls', can fit into the window nicely.
1216 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1218         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1219         Highlight expansions inside regexp literals.
1221 2013-05-31  Glenn Morris  <rgm@gnu.org>
1223         * obsolete/sym-comp.el (symbol-complete):
1224         Replace obsolete completion-annotate-function.
1226         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
1228 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
1230         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
1231         New function, checks if point is inside a literal that allows
1232         expression expansion.
1233         (ruby-syntax-propertize-expansion): Use it.
1234         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
1235         around the body.
1237 2013-05-30  Juri Linkov  <juri@jurta.org>
1239         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
1240         to "\M-si".
1241         (isearch-invisible): New variable.
1242         (isearch-forward): Doc fix.
1243         (isearch-mode): Set `isearch-invisible'
1244         to the value of `search-invisible'.
1245         (isearch-toggle-case-fold): Doc fix.
1246         (isearch-toggle-invisible): New command.
1247         (isearch-query-replace): Let-bind `search-invisible'
1248         to the value of `isearch-invisible'.
1249         (isearch-search): Use `isearch-invisible' instead of
1250         `search-invisible'.  Let-bind `search-invisible'
1251         to the value of `isearch-invisible'.  (Bug#11378)
1253 2013-05-30  Juri Linkov  <juri@jurta.org>
1255         * replace.el (perform-replace): Avoid `isearch-range-invisible'
1256         call when `query-flag' is nil and `search-invisible' is non-nil.
1257         (Bug#11746)
1259 2013-05-30  Glenn Morris  <rgm@gnu.org>
1261         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
1263         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
1264         (cc-require): Suppress spurious "noruntime" warnings.
1265         (cc-require-when-compile): Use fboundp, for sake of compiler.
1267         * progmodes/cc-mode.el: Move load of cc-vars before that of
1268         cc-langs (which in turn loads cc-vars), to quieten compiler.
1270 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1272         * paren.el: Simplify the code.
1273         (show-paren-mode): Always start the timer.
1274         (show-paren--idle-timer): Rename from show-paren-idle-timer.
1275         (show-paren--overlay, show-paren--overlay-1): Rename from
1276         show-paren-overlay and show-paren-overlay-1, and initialize to an
1277         overlay rather than to nil.
1278         (show-paren-function): Misc cleanup and simplifications.
1280 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1282         * paren.el (show-paren-data-function): New hook.
1283         (show-paren--default): New function, extracted from show-paren-function.
1284         (show-paren-function): Use show-paren-data-function.
1286 2013-05-30  Glenn Morris  <rgm@gnu.org>
1288         * ielm.el (ielm-map, ielm-complete-symbol):
1289         Use completion-at-point rather than obsolete functions.
1290         (inferior-emacs-lisp-mode): Doc fix.
1291         Set completion-at-point-functions, rather than
1292         comint-dynamic-complete-functions.
1294         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
1295         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
1296         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
1298         * image.el (image-animated-p): Tweak definition.
1300         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
1301         (rlogin-process-connection-type): Tweak default.  Add set-after.
1302         (rlogin-host): Doc fix.
1303         (rlogin): Tweak prompt.
1304         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
1306         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1307         * progmodes/tcl.el (inferior-tcl-mode-map):
1308         Use completion-at-point rather than obsolete alias.
1310         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
1312         * minibuffer.el (read-file-name-completion-ignore-case):
1313         Move before completion--in-region, for eager macro expansion.
1315 2013-05-29  Juri Linkov  <juri@jurta.org>
1317         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
1318         for total count of matching lines.  Add `global-matches' for total
1319         count of matches.  Rename `matches' to `lines' for count of
1320         matching lines.  Add `matches' for count of matches.
1321         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
1322         to `prev-line' for line number of prev match endpt.
1323         Increment `matches' for every match.  Print the number of
1324         matching lines in the header.
1325         (occur-context-lines): Rename `lines' to `curr-line'.
1326         Rename `prev-lines' to `prev-line'.  (Bug#14017)
1328 2013-05-29  Juri Linkov  <juri@jurta.org>
1330         * replace.el (perform-replace): Add `skip-read-only-count',
1331         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
1332         Increment them for corresponding conditions and report the number
1333         of skipped occurrences in the final message.  (Bug#11746)
1334         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1335         (replace-string, replace-regexp): Doc fix.
1337 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * emacs-lisp/trace.el (trace--read-args): Provide a default.
1341         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
1342         prog-mode-map (bug#14504).
1344 2013-05-29  Leo Liu  <sdl.web@gmail.com>
1346         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
1347         (octave-help): Small simplification.
1349         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
1350         off the highlight first.
1352 2013-05-29  Glenn Morris  <rgm@gnu.org>
1354         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
1355         Handle idlwave-last-system-routine-info-cons-cell being nil.
1357         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1358         (idlwave-write-paths): Simplify via with-temp-buffer.
1360         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
1361         * emulation/cua-rect.el: Also load cua-base at run time.
1363         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
1364         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
1365         (cperl-imenu-on-info): Require imenu.
1367 2013-05-28  Alan Mackenzie  <acm@muc.de>
1369         Handle "capitalised keywords" correctly.
1370         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
1372 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
1374         * eshell/em-unix.el: Add -r option to cp.
1376 2013-05-28  Glenn Morris  <rgm@gnu.org>
1378         * vc/vc-arch.el (vc-exec-after): Declare.
1379         (vc-switches): Autoload.
1380         * vc/vc-bzr.el: No need to require vc when compiling.
1381         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
1382         (vc-resynch-buffer, vc-dir-refresh): Declare.
1383         (vc-setup-buffer, vc-switches): Autoload.
1384         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
1385         (vc-resynch-buffer): Declare.
1386         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
1387         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
1388         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
1389         (grep-read-regexp, grep-read-files, grep-expand-template)
1390         (vc-dir-refresh): Declare.
1391         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
1392         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
1393         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
1394         * vc/vc-mtn.el (vc-exec-after): Declare.
1395         (vc-switches): Autoload.
1396         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
1397         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
1398         (vc-file-tree-walk): Declare.
1399         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
1400         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
1401         (vc-tag-precondition, vc-rename-master): Autoload.
1402         * vc/vc-svn.el (vc-exec-after): Declare.
1403         (vc-switches, vc-setup-buffer): Autoload.
1404         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
1405         Autoload.
1406         (vc-resynch-buffer): Declare.
1408         * obsolete/fast-lock.el (byte-compile-warnings):
1409         Don't warn about obsolete features in this obsolete file.
1411         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
1412         Move definition before use.
1414         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
1415         (dun-unix-verbs): Remove dun-zippy.
1416         (dun-zippy): Remove function.
1418         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
1420 2013-05-27  Juri Linkov  <juri@jurta.org>
1422         * replace.el (replace-search): New function with code moved out
1423         from `perform-replace'.
1424         (replace-highlight, replace-dehighlight): Move function definitions
1425         up closer to `replace-search'.  (Bug#11746)
1427 2013-05-27  Juri Linkov  <juri@jurta.org>
1429         * replace.el (perform-replace): Ignore invisible matches.
1430         In addition to checking `query-replace-skip-read-only', also
1431         filter out matches by calling `run-hook-with-args-until-failure'
1432         on `isearch-filter-predicates', and also check `search-invisible'
1433         for t or call `isearch-range-invisible'.
1434         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
1436 2013-05-27  Juri Linkov  <juri@jurta.org>
1438         * isearch.el (isearch-filter-predicates): Rename from
1439         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
1440         (isearch-message-prefix): Display text from the property
1441         `isearch-message-prefix' of the currently active filters.
1442         (isearch-search): Don't compare `isearch-filter-predicate' with
1443         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
1444         on `isearch-filter-predicates'.  Also check `search-invisible' for t
1445         or call `isearch-range-invisible'.
1446         (isearch-filter-visible): Make obsolete.
1447         (isearch-lazy-highlight-search):
1448         Call `run-hook-with-args-until-failure' on
1449         `isearch-filter-predicates' and use `isearch-range-invisible'.
1451         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
1452         `isearch-filter-predicates' instead of `funcall'ing
1453         `isearch-filter-predicate'.
1454         (Info-mode): Set `Info-isearch-filter' to
1455         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
1457         * dired-aux.el (dired-isearch-filter-predicate-orig):
1458         Remove variable.
1459         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1460         (dired-isearch-filenames-end): Add and remove
1461         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
1462         instead of changing the value of `isearch-filter-predicate'.
1463         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
1464         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
1465         Put property `isearch-message-prefix' to "filename " on
1466         `dired-isearch-filter-filenames'.
1468         * wdired.el (wdired-change-to-wdired-mode):
1469         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
1470         locally instead of changing `isearch-filter-predicate'.
1471         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
1473 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
1475         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
1476         return the commit hash (Bug#14459).  Also set the
1477         `vc-git-detached' property.
1478         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
1479         (vc-git-mode-line-string): Use the same help-echo format whether
1480         in detached mode or not, because we know the actual revision now.
1481         When in detached mode, shorten the revision to 7 chars.
1483 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * emacs-lisp/easy-mmode.el (define-minor-mode):
1486         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
1487         mode hook and provide a docstring.
1489 2013-05-27  Alan Mackenzie  <acm@muc.de>
1491         Remove spurious syntax-table text properties inserted by C-y.
1492         * progmodes/cc-mode.el (c-after-change): Also clear hard
1493         syntax-table property with value nil.
1495 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
1497         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
1498         when reading the events; the buffer layout shall not be changed.
1500 2013-05-27  Leo Liu  <sdl.web@gmail.com>
1502         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
1503         New variable.
1504         (inferior-octave-directory-tracker): Automatically re-sync
1505         default-directory.
1506         (octave-help): Improve handling of 'See also'.
1508 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * doc-view.el: Minor naming convention tweaks.
1511         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
1513         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
1514         even if there's no `display' property yet (bug#14435).
1516 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
1518         * subr.el (unmsys--file-name): Rename from reveal-filename.
1520         * Makefile.in (custom-deps, finder-data, autoloads)
1521         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1522         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1523         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
1525 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
1528         error-completion on the first 2 args of condition-case (bug#14446).
1529         Don't burp at EOB.
1531 2013-05-25  Leo Liu  <sdl.web@gmail.com>
1533         * comint.el (comint-previous-matching-input): Do not flood the
1534         *Messages* buffer with trivial messages.
1536 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1538         * progmodes/flymake.el (flymake-nop): Don't return a string.
1539         (flymake-set-at): Fix typo.
1541         * simple.el (read--expression): New function, extracted from
1542         eval-expression.  Set completion-at-point-functions (bug#14465).
1543         (eval-expression, eval-minibuffer): Use it.
1545 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
1547         * progmodes/flymake.el (flymake-save-buffer-in-file)
1548         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
1549         (flymake-selected-frame, flymake-log, flymake-ins-after)
1550         (flymake-set-at, flymake-get-buildfile-from-cache)
1551         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
1552         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
1553         Refine the doc string.
1554         (flymake-get-file-name-mode-and-masks): Reformat.
1555         (flymake-get-real-file-name-function): Fix a minor bug.
1557 2013-05-24  Juri Linkov  <juri@jurta.org>
1559         * progmodes/grep.el (grep-mode-font-lock-keywords):
1560         Support =linenumber= format used by git-grep for lines with
1561         function names.  (Bug#13549)
1563 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * progmodes/octave.el (octave-smie-rules): Return nil rather than
1566         0 after a semi-colon; it works better for smie-auto-fill.
1567         (octave--indent-new-comment-line): New function.
1568         (octave-indent-new-comment-line): Use it (indirectly).
1569         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
1570         modify comment-line-break-function.
1572         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
1573         (smie-setup): Use add-function to set it.
1575 2013-05-24  Sam Steingold  <sds@gnu.org>
1577         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
1578         argument (before the `interactive' argument).
1580 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1582         * image-mode.el (image-mode-winprops): Add winprops to
1583         image-mode-winprops-alist before running
1584         image-mode-new-window-functions.
1585         * doc-view.el (doc-view-new-window-function): Don't delay
1586         doc-view-goto-page via timers (bug#14435).
1588 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
1590         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
1591         (doc-view-desktop-save-buffer): New function.
1592         (doc-view-restore-desktop-buffer): New function.
1593         (desktop-buffer-mode-handlers):
1594         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
1595         handler.
1596         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
1597         `desktop-save-buffer' function.
1599 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
1601         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
1602         (tramp-gvfs-file-name-handler): Raise a user error when
1603         `tramp-gvfs-enabled' is nil.
1604         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
1605         Do not raise a user error when loading package.  (Bug#14447)
1607         * net/xesam.el: Move to obsolete/.
1609 2013-05-24  Glenn Morris  <rgm@gnu.org>
1611         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
1613         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
1615         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
1616         (Info-find-node, Man-getpage-in-background): Declare.
1618         * mail/unrmail.el (unrmail):
1619         Replace obsolete detect-coding-with-priority.
1621         * net/socks.el (socks-split-string): Use this rather than split-string.
1622         (socks-nslookup-host): Update for above change.
1623         (dynamic-choice, s5-dynamic-choice-match)
1624         (s5-dynamic-choice-match-inline, s5-widget-value-create):
1625         Comment out unused code.
1627         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
1628         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
1629         (gud-tooltip-echo-area): Make obsolete.
1630         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
1632         * progmodes/js.el (js--optimize-arglist): Declare.
1634         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
1636         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
1637         (ediff-window-C): Declare.
1639         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
1640         Tweak requires to silence compiler.
1642         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
1643         (he-search-string, he-tried-table, he-expand-list)
1644         (he-init-string, he-string-member, he-substitute-string)
1645         (he-reset-string): Declare.
1647         * obsolete/options.el (list-options): Use custom-variable-p,
1648         rather than obsolete alias.
1650 2013-05-23  Sam Steingold  <sds@gnu.org>
1652         * simple.el (shell-command-on-region): Pass the `replace' argument
1653         down to `call-process-region' to comply with the doc as reported on
1654         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
1656 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * emacs-lisp/smie.el (smie-indent-forward-token)
1659         (smie-indent-backward-token): Handle string tokens (bug#14381).
1661 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1663         * ielm.el (ielm-menu): New menu.
1664         (inferior-emacs-lisp-mode): Set comment-start.
1666 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1668         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
1669         Fix deactivate action.
1671         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
1672         Add cleveref macros.
1674         * lisp/textmodes/reftex-parse.el
1675         (reftex-locate-bibliography-files): Accept options for
1676         bibliography commands.
1677         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
1678         Add addbibresource.  Basic Biblatex support.
1680 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
1682         * net/tramp-gvfs.el (top):
1683         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
1684         when loading package.  (Bug#14447)
1686 2013-05-23  Glenn Morris  <rgm@gnu.org>
1688         * progmodes/js.el: No need to load comint when compiling.
1689         (ring-insert, comint-send-string, comint-send-input)
1690         (comint-last-input-end, ido-chop): Declare.
1692         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
1693         * vc/ediff-mult.el: Adjust requires.
1694         (ediff-directories-internal, ediff-directory-revisions-internal)
1695         (ediff-patch-file-internal): Declare.
1696         * vc/ediff-ptch.el: Adjust requires.
1697         (ediff-use-last-dir, ediff-buffers-internal): Declare.
1698         (ediff-find-file): Autoload.
1699         * vc/ediff-util.el: No need to load ediff when compiling.
1700         (ediff-regions-internal): Declare.
1701         * vc/ediff-wind.el: Adjust requires.
1702         (ediff-compute-toolbar-width): Define when compiling.
1703         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
1704         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
1705         (dired-get-filename, dired-get-marked-files)
1706         (ediff-last-dir-patch, ediff-patch-default-directory)
1707         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
1708         (ediff-patch-buffer-internal): Declare.
1710         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
1711         (ispell-process, ispell-buffer-local-words, lm-summary)
1712         (lm-section-start, lm-section-end): Declare.
1713         (checkdoc-ispell-init): Simplify.
1715         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
1716         (he-string-member, he-reset-string, he-substitute-string): Declare.
1718         * eshell/em-ls.el: Adjust requires.
1719         (eshell-glob-regexp): Declare.
1720         * eshell/em-tramp.el: Adjust requires.
1721         (eshell-parse-command): Autoload.
1722         * eshell/em-xtra.el: Adjust requires.
1723         (eshell-parse-command): Autoload.
1724         * eshell/esh-ext.el: Adjust requires.
1725         (eshell-parse-command, eshell-close-handles): Autoload.
1726         * eshell/esh-io.el: Adjust requires.
1727         (eshell-output-filter): Autoload.
1728         * eshell/esh-util.el: No need to load tramp when compiling.
1729         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
1730         Declare.
1731         (eshell-parse-ange-ls): Require ange-ftp and tramp.
1732         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1733         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
1734         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
1735         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
1736         * eshell/esh-opt.el, eshell/esh-proc.el:
1737         * eshell/esh-var.el: Adjust requires.
1738         * eshell/eshell.el: Do not require esh-util twice.
1739         (eshell-add-input-to-history): Declare.
1740         (eshell-command): Check history module is active before using it.
1742         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
1744 2013-05-22  Leo Liu  <sdl.web@gmail.com>
1746         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
1748 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
1750         * autorevert.el (auto-revert-notify-add-watch)
1751         (auto-revert-notify-handler): Add `attrib' for the inotify case,
1752         it indicates changes in file modification time.
1754 2013-05-22  Glenn Morris  <rgm@gnu.org>
1756         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1757         Always delete the autoloaded function from the noruntime and
1758         unresolved functions lists.
1760         * allout.el: No need to load epa, epg, overlay when compiling.
1761         (epg-context-set-passphrase-callback, epg-list-keys)
1762         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
1763         (epg-key-user-id-list): Declare.
1765         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1766         (viper-set-parsing-style-toggling-macro)
1767         (viper-set-emacs-state-searchstyle-macros):
1768         Use called-interactively-p on Emacs.
1769         (viper-looking-back): Make it an obsolete alias.  Update callers.
1770         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
1771         Use looking-back rather than viper-looking-back.
1772         (viper-tmp-insert-at-eob, viper-enlarge-region)
1773         (viper-read-string-with-history, viper-register-to-point)
1774         (viper-append-to-register, viper-change-state-to-vi)
1775         (viper-backward-char-carefully, viper-forward-char-carefully)
1776         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
1777         (viper-change-state-to-emacs): Declare.
1778         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
1779         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
1780         * emulation/viper-mous.el: Do not load viper-cmd.
1781         (viper-backward-char-carefully, viper-forward-char-carefully)
1782         (viper-forward-word, viper-adjust-window): Declare.
1784         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
1786         * progmodes/idlw-help.el (idlwave-help-fontify):
1787         Use called-interactively-p.
1789         * term/w32console.el (w32-get-console-codepage)
1790         (w32-get-console-output-codepage): Declare.
1792         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
1793         Remove unnecessary declarations.
1794         (dframe-message): Doc fix.
1796         * info.el (dframe-select-attached-frame, dframe-current-frame):
1797         Declare.
1799         * speedbar.el (speedbar-message): Make it an obsolete alias.
1800         Update all callers.
1801         (speedbar-with-attached-buffer)
1802         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
1803         (speedbar-with-writable): Use backquote.
1804         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
1805         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1806         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
1807         rather than speedbar- aliases.
1808         * mail/rmail.el: Load dframe rather than speedbar when compiling.
1809         (speedbar-make-specialized-keymap, speedbar-insert-button)
1810         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
1811         (speedbar-do-function-pointer): Declare.
1812         (rmail-speedbar-button, rmail-speedbar-find-file)
1813         (rmail-speedbar-move-message):
1814         Use dframe-with-attached-buffer rather than speedbar- alias.
1815         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
1816         (dframe-message, speedbar-make-specialized-keymap)
1817         (speedbar-add-expansion-list, speedbar-mode-functions-list)
1818         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
1819         (speedbar-insert-button, dframe-select-attached-frame)
1820         (dframe-maybee-jump-to-attached-frame)
1821         (speedbar-change-initial-expansion-list)
1822         (speedbar-previously-used-expansion-list-name): Declare.
1823         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
1824         Use dframe-message, dframe-with-attached-buffer rather than
1825         speedbar- aliases.
1826         (gud-sentinel): Silence compiler.
1827         * progmodes/vhdl-mode.el (speedbar-refresh)
1828         (speedbar-do-function-pointer, speedbar-add-supported-extension)
1829         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
1830         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
1831         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
1832         (speedbar-file-lists, speedbar-make-tag-line)
1833         (speedbar-line-directory, speedbar-goto-this-file)
1834         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
1835         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
1836         (speedbar-make-button, speedbar-reset-scanners)
1837         (speedbar-files-item-info, speedbar-line-text)
1838         (speedbar-find-file-in-frame, speedbar-set-timer)
1839         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
1840         (speedbar-with-writable): Do not (re)define it.
1841         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
1842         rather than speedbar- alias.
1844 2013-05-21  Leo Liu  <sdl.web@gmail.com>
1846         * progmodes/octave.el (octave-mode-menu): Update and re-organize
1847         menu items.
1848         (octave-mode): Tweak fill-nobreak-predicate.
1849         (inferior-octave-startup): Check process to avoid infinite loop.
1850         (inferior-octave): Pop to buffer first to show abornmal process
1851         exit information.
1853 2013-05-21  Glenn Morris  <rgm@gnu.org>
1855         * printing.el (pr-menu-bar): Define when compiling.
1857 2013-05-21  Leo Liu  <sdl.web@gmail.com>
1859         * progmodes/octave.el (octave-auto-fill): Remove.
1860         (octave-indent-new-comment-line): Improve.
1861         (octave-mode): Use auto fill mode through
1862         comment-line-break-function and fill-nobreak-predicate.
1863         (octave-goto-function-definition): Support DEFUN_DLD.
1864         (octave-beginning-of-defun): Small tweak.
1865         (octave-help): Show parent directory.
1867 2013-05-21  Glenn Morris  <rgm@gnu.org>
1869         * files.el (dired-unmark):
1870         * progmodes/gud.el (gdb-input): Update declarations.
1872         * calculator.el (electric, ehelp): No need to load when compiling.
1873         (Electric-command-loop, electric-describe-mode): Declare.
1875         * doc-view.el (doc-view-current-converter-processes): Move before use.
1877         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1878         Move MODE-set-explicitly definition before use.
1880         * international/mule-diag.el (mule-diag):
1881         Don't use obsolete window-system-version.
1883         * mail/feedmail.el (smtpmail): No need to load when compiling.
1884         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1886         * mail/mail-utils.el (rfc822): No need to load when compiling.
1887         (rfc822-addresses): Autoload it.
1888         (mail-strip-quoted-names): Trivial simplification.
1890         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1891         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1893         * net/snmp-mode.el (tempo): Don't duplicate requires.
1895         * progmodes/prolog.el (info): No need to load when compiling.
1896         (comint): Require before shell requires it.
1897         (Info-goto-node): Autoload it.
1898         (Info-follow-nearest-node): Declare.
1899         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1901         * textmodes/artist.el (picture-mode-exit): Declare.
1903         * textmodes/reftex-parse.el (reftex-parse-from-file):
1904         Trivial rewrite so the compiler can parse it better.
1906 2013-05-20  Leo Liu  <sdl.web@gmail.com>
1908         * progmodes/octave.el (octave-help-mode-map)
1909         (octave-help-mode-finish-hook): New variables.
1910         (octave-help-mode, octave-help-mode-finish): New functions.
1911         (octave-help): Use octave-help-mode.
1913 2013-05-20  Glenn Morris  <rgm@gnu.org>
1915         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
1917 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
1919         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1920         start at point, so that expansion starting right after opening
1921         slash in a regexp is recognized.
1922         (ruby-syntax-before-regexp-re): New defvar, extracted from
1923         ruby-syntax-propertize-function.  Since the value of this regexp
1924         is looked up at runtime now, we should be able to turn
1925         `ruby-syntax-methods-before-regexp' into a defcustom later.
1926         (ruby-syntax-propertize-function): Split regexp matching into two
1927         parts, for opening and closing slashes.  That allows us to skip
1928         over string interpolations and support multiline regexps.
1929         Don't call `ruby-syntax-propertize-expansions', instead use another rule
1930         for them, which calls `ruby-syntax-propertize-expansion'.
1931         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1932         call to `ruby-syntax-propertize-function'.
1933         (ruby-syntax-propertize-expansion): Extracted from
1934         `ruby-syntax-propertize-expansions'.  Handles one expansion.
1935         (ruby-syntax-propertize-percent-literal): Leave point right after
1936         the percent symbol, so that the expression expansion rule can
1937         propertize the contents.
1938         (ruby-syntax-propertize-heredoc): Leave point at bol following the
1939         heredoc openers.
1940         (ruby-syntax-propertize-expansions): Remove.
1942 2013-05-18  Juri Linkov  <juri@jurta.org>
1944         * man.el (Man-default-man-entry): Remove `-' from the end
1945         of the default value.  (Bug#14400)
1947 2013-05-18  Glenn Morris  <rgm@gnu.org>
1949         * comint.el (comint-password-prompt-regexp):
1950         Allow "password for XXX" where XXX contains colons (eg https://...).
1952 2013-05-18  Leo Liu  <sdl.web@gmail.com>
1954         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1955         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
1956         (octave-source-directories): Don't check process.
1957         (octave-source-directories, octave-find-definition): Doc fix.
1959 2013-05-18  Glenn Morris  <rgm@gnu.org>
1961         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1962         Remove backspace/delete bindings.  (Bug#14392)
1964         * cus-dep.el (custom-make-dependencies): Sort the output.
1965         (custom-versions-load-alist): Convert comment to doc.
1967 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1969         * newcomment.el (comment-search-backward): Stricter in finding
1970         comment start.  (Bug#14303)
1972         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1973         (octave-comment-start-skip): Properly anchored.
1975 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1977         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1978         Clean up when turned off.  (Bug#14395)
1979         (smie--highlight-matching-block-overlay): No longer buffer-local.
1980         (smie-highlight-matching-block): Adjust.
1982 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
1984         Doc string fix for "nanoseconds" (Bug#14406).
1985         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1986         Fix doc string typo that had "nanoseconds" instead of "microseconds".
1988 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1990         * calc/calc-units.el (math-extract-units): Preserve powers
1991         of units.
1993 2013-05-17  Leo Liu  <sdl.web@gmail.com>
1995         * subr.el (delete-consecutive-dups): New function.
1996         * ido.el (ido-set-matches-1): Use it.
1997         * progmodes/octave.el (inferior-octave-completion-table): Use it.
1998         * ido.el (ido-remove-consecutive-dups): Remove.
2000 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2002         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2003         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
2004         regexp-opt's `words'.
2006 2013-05-16  Leo Liu  <sdl.web@gmail.com>
2008         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
2009         (smie--highlight-matching-block-overlay)
2010         (smie--highlight-matching-block-lastpos)
2011         (smie--highlight-matching-block-timer): New variables.
2012         (smie-highlight-matching-block): New function.
2013         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
2014         (smie-setup): Conditionally enable smie-blink-matching-open.
2016 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
2018         Sync with upstream verilog-mode r840.
2019         * progmodes/verilog-mode.el (verilog-mode-version)
2020         (verilog-mode-release-date): Update.
2021         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
2022         (verilog-sig-tieoff): Fix string error on
2023         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
2024         (verilog-read-decls): Fix parameters confusing
2025         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
2027 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
2029         * subr.el (reveal-filename): New function.
2031         * loadup.el: Compute Emacs executable versions on MS-Windows,
2032         where executables have the .exe extension.  Add a hard link
2033         emacs-XX.YY.ZZ.exe on MS-Windows.
2035         * Makefile.in (XARGS_LIMIT): New variable.
2036         (custom-deps, finder-data, autoloads)
2037         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2038         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2039         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
2040         (compile-main): Limit xargs according to $(XARGS_LIMIT).
2042 2013-05-16  Leo Liu  <sdl.web@gmail.com>
2044         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
2045         (octave-mode-menu, octave-mode-map): Remove its uses.
2047 2013-05-16  Reto Zimmermann  <reto@gnu.org>
2049         Sync with upstream vhdl mode v3.34.2.
2050         * progmodes/vhdl-mode.el: Use `push' throughout.
2051         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
2052         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
2053         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
2054         (vhdl-actual-generic-name): New option to derive actual generic name.
2055         (vhdl-port-paste-signals): Replace formal by actual generics.
2056         (vhdl-beautify): New name for old group vhdl-align.  Update users.
2057         (vhdl-beautify-options): New option.
2058         (vhdl-last-input-event): New compat alias.  Use throughout.
2059         (vhdl-goto-line): Replace user level function `goto-line'.
2060         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
2061         vhdl-fix-statement-buffer.
2062         (vhdl-create-mode-menu): Add some entries.
2063         (vhdl-align-region-groups): Respect vhdl-beautify-options.
2064         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
2065         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
2066         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
2067         to force statements on one line.
2068         (vhdl-remove-trailing-spaces-region):
2069         New, split from vhdl-remove-trailing-spaces.
2070         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
2071         Respect vhdl-beautify-options.
2072         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
2073         (vhdl-update-sensitivity-list): Not add with index if exists without.
2074         Not include array index with signal.  Ignore keywords in comments.
2075         (vhdl-get-visible-signals): Regexp tweaks.
2076         (vhdl-template-component-inst): Handle empty library.
2077         (vhdl-template-type): Add template for 'enum' type.
2078         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
2079         Use vhdl-replace-string.
2080         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
2081         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
2082         (vhdl-speedbar-initialize): Update for above name change.
2083         (vhdl-compose-wire-components): Fix in handling of constants.
2084         (vhdl-error-regexp-emacs-alist): New variable.
2085         (vhdl-error-regexp-add-emacs): New function;
2086         adds support for new compile.el (Emacs 22+)
2087         (vhdl-generate-makefile-1): Change target order for single lib. units.
2088         Allow use of absolute file names.
2090 2013-05-16  Leo Liu  <sdl.web@gmail.com>
2092         * simple.el (prog-indent-sexp): Indent enclosing defun.
2094 2013-05-15  Glenn Morris  <rgm@gnu.org>
2096         * cus-start.el (show-trailing-whitespace): Move to editing basics.
2097         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
2098         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
2099         (whitespace-highlight): Move to whitespace group.
2101         * comint.el (comint-source):
2102         * pcmpl-linux.el (pcmpl-linux):
2103         * shell.el (shell-faces):
2104         * eshell/esh-opt.el (eshell-opt):
2105         * international/ccl.el (ccl): Remove empty custom groups.
2107         * completion.el (dynamic-completion-mode):
2108         * jit-lock.el (jit-lock-debug-mode):
2109         * minibuffer.el (completion-in-region-mode):
2110         * type-break.el (type-break-mode-line-message-mode)
2111         (type-break-query-mode):
2112         * emulation/tpu-edt.el (tpu-edt-mode):
2113         * progmodes/subword.el (global-subword-mode, global-superword-mode):
2114         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2115         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
2117         * term/xterm.el (xterm): Change parent group to terminals.
2119         * master.el (master): Remove empty custom group.
2120         (master-mode): Remove unused :group argument.
2121         * textmodes/refill.el (refill): Remove empty custom group.
2122         (refill-mode): Remove unused :group argument.
2124         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
2126         * cus-dep.el: Provide a feature.
2127         (custom-make-dependencies): Ignore dotfiles (dir-locals).
2128         Don't mistakenly ignore files whose basenames match a basename
2129         from preloaded-file-list (eg cedet/ede/simple.el).
2130         Add a fallback method for getting :group.
2132 2013-05-15  Juri Linkov  <juri@jurta.org>
2134         * isearch.el (isearch-char-by-name): Rename from
2135         `isearch-insert-char-by-name'.  Doc fix.
2136         (isearch-forward): Mention `isearch-char-by-name' in
2137         the docstring.  (Bug#13348)
2139         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
2140         `exit-minibuffer' instead of
2141         `isearch-nonincremental-exit-minibuffer'.
2142         (isearch-edit-string): Remove mention of
2143         `isearch-nonincremental-exit-minibuffer' from docstring.
2144         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
2145         (isearch-forward-exit-minibuffer)
2146         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
2148 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2150         * loadup.el: Just use unversioned DOC.
2152         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
2153         literals as extending to EOB.
2154         (nxml-last-fontify-end): Remove unused variable.
2155         (nxml-after-change1): Use with-silent-modifications.
2156         (nxml-extend-after-change-region): Simplify.
2157         (nxml-extend-after-change-region1): Remove function.
2158         (nxml-after-change1): Don't adjust for dependent regions.
2159         (nxml-fontify-matcher): Simplify.
2160         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
2161         (xmltok-add-dependent): Remove function.
2162         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
2163         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
2164         (xmltok-scan-prolog-after-processing-instruction-open): Treat
2165         unclosed <[[, <?, comment, and other literals as extending to EOB.
2166         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
2167         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
2168         Remove functions.
2169         (rng-do-some-validation-1): Don't mark dependent regions.
2170         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
2171         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
2172         (nxml-clear-dependent-regions): Remove functions.
2173         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
2174         (nxml-ensure-scan-up-to-date):
2175         Don't clear&mark dependent regions.
2177 2013-05-15  Leo Liu  <sdl.web@gmail.com>
2179         * progmodes/octave.el (octave-goto-function-definition):
2180         Improve and fix callers.
2182 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2184         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
2185         the setter (bug#14387).
2187         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
2188         surrounding group (bug#14402).
2190 2013-05-14  Juri Linkov  <juri@jurta.org>
2192         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
2193         (Bug#14390)
2195 2013-05-14  Glenn Morris  <rgm@gnu.org>
2197         * progmodes/f90.el (f90-imenu-generic-expression):
2198         Fix typo in 2013-05-08 change.  (Bug#14402)
2200 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
2202         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
2203         Remove signals for which replies are never received.
2205 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
2207         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
2208         (gdb-handler-alist, gdb-handler-number): Remove variables.
2209         (gdb-handler-list): New variable.
2210         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
2211         (gdb-pending-handler-p, gdb-handle-reply)
2212         (gdb-remove-all-pending-triggers): New functions.
2213         (gdb-discard-unordered-replies): New defcustom.
2214         (gdb-handler): New defstruct.
2215         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
2216         instead of gdb-pending-triggers.  Update docstring.
2217         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
2218         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
2219         (gdb-var-update-handler, def-gdb-auto-update-trigger)
2220         (def-gdb-auto-update-handler, gdb-get-changed-registers)
2221         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
2222         (gdb-frame-handler): Pending triggers are now automatically managed.
2223         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
2224         Remove argument.
2225         (gdb-input): Automatically handles pending triggers.  Update docstring.
2226         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
2227         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
2228         Update comments.
2229         (gdb-done-or-error): Now use gdb-handle-reply.
2231 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
2233         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
2234         gdb-debug-log.
2236 2013-05-14  Glenn Morris  <rgm@gnu.org>
2238         * subr.el (user-emacs-directory-warning): New option.
2239         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
2241 2013-05-14  Leo Liu  <sdl.web@gmail.com>
2243         * progmodes/octave.el (octave-font-lock-keywords): Fix error
2244         during redisplay.
2245         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
2246         (octave-font-lock-texinfo-comment): Fix invalid search bound
2247         error: wrong side of point.
2249 2013-05-14  Glenn Morris  <rgm@gnu.org>
2251         * progmodes/flymake.el (flymake-xml-program): New option.
2252         (flymake-xml-init): Use it.
2254         * term/xterm.el: Provide a feature.
2256         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
2258 2013-05-13  Glenn Morris  <rgm@gnu.org>
2260         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
2261         Add compat aliases as a hack workaround.  (Bug#14384)
2263 2013-05-13  Leo Liu  <sdl.web@gmail.com>
2265         * progmodes/octave.el (octave-indent-comment): Fix indentation for
2266         ###, and %!.
2267         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
2268         C-M-q.
2269         (octave-comment-start-skip): Include %!.
2270         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2272 2013-05-12  Leo Liu  <sdl.web@gmail.com>
2274         * progmodes/octave.el (inferior-octave-startup): Store the value
2275         of __octave_srcdir__ for octave-source-directories.
2276         (inferior-octave-check-process): New function refactored out of
2277         inferior-octave-send-list-and-digest.
2278         (octave-source-directories)
2279         (octave-find-definition-filename-function): New variables.
2280         (octave-source-directories)
2281         (octave-find-definition-default-filename): New functions.
2282         (octave-find-definition): Improve to find functions implemented in C++.
2284 2013-05-12  Glenn Morris  <rgm@gnu.org>
2286         * calendar/diary-lib.el (diary-outlook-format-1):
2287         Don't include dayname in the output.  (Bug#14349)
2289 2013-05-11  Glenn Morris  <rgm@gnu.org>
2291         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
2293         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
2294         Treat cc-provide like provide.
2296 2013-05-11  Kevin Ryde  <user42@zip.com.au>
2298         * cus-dep.el (custom-make-dependencies):
2299         Use generated-autoload-load-name for the sake of files such
2300         such cedet/semantic/bovine/c.el, where the base file name
2301         is not in load-path.  (Bug#5277)
2303 2013-05-11  Glenn Morris  <rgm@gnu.org>
2305         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
2306         Provide features.
2308 2013-05-11  Leo Liu  <sdl.web@gmail.com>
2310         * progmodes/octave.el (octave-indent-comment): Improve.
2311         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
2312         (octave-eldoc-function-signatures, octave-eldoc-function):
2313         New functions.
2314         (octave-mode, inferior-octave-mode): Add eldoc support.
2316 2013-05-11  Richard Stallman  <rms@gnu.org>
2318         * epa.el (epa-decrypt-file): Take output file name as argument
2319         and read it using `interactive'.
2321 2013-05-11  Leo Liu  <sdl.web@gmail.com>
2323         * progmodes/octave.el (octave-beginning-of-line)
2324         (octave-end-of-line): Check before using up-list because it jumps
2325         out of more syntactic contructs since moving to smie.
2326         (octave-indent-comment): New function.
2327         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
2328         (octave-begin-keywords, octave-end-keywords)
2329         (octave-reserved-words, octave-smie-bnf-table)
2330         (octave-smie-rules): Add new keywords from Octave 3.6.4.
2332 2013-05-11  Glenn Morris  <rgm@gnu.org>
2334         * faces.el (internal-face-x-get-resource):
2335         * frame.el (ns-display-monitor-attributes-list):
2336         * calc/calc-aent.el (math-to-radians-2): Fix declarations.
2338         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
2340         * calc/calc-menu.el: Make it loadable in isolation.
2342         * net/eudcb-bbdb.el: Make it loadable without bbdb.
2343         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
2344         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
2345         (eudc-bbdb-query-internal): Require 'bbdb.
2347         * lpr.el (lpr-headers-switches):
2348         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
2350         * progmodes/sql.el (sql-login-params): Fix and improve :type.
2352         * emulation/edt-mapper.el: In batch mode, error rather than hang.
2354         * term.el (term-set-escape-char): Make it idempotent.
2356 2013-05-10  Leo Liu  <sdl.web@gmail.com>
2358         * progmodes/octave.el (inferior-octave-completion-table):
2359         No longer a function and all uses changed.  Use cache to speed up
2360         completion due to bug#11906.
2361         (octave-beginning-of-defun): Re-write to be more general.
2363 2013-05-10  Glenn Morris  <rgm@gnu.org>
2365         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
2367 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * comint.el (comint-redirect-send-command-to-process): Use :around
2370         rather than :override for comint-redirect-filter.
2371         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
2372         Call it instead of comint-redirect-original-filter-function (which
2373         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
2375 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
2377         * frame.el (display-monitor-attributes-list): Add NS case.
2378         (ns-display-monitor-attributes-list): Declare.
2380 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
2382         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
2384 2013-05-09  Glenn Morris  <rgm@gnu.org>
2386         * international/fontset.el (vertical-centering-font-regexp):
2387         Set standard-value.
2389         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
2391         * bookmark.el (bookmark-search-delay):
2392         * cus-start.el (vertical-centering-font-regexp):
2393         * ps-mule.el (ps-mule-font-info-database-default):
2394         * ps-print.el (ps-default-fg, ps-default-bg):
2395         * type-break.el (type-break-good-break-interval):
2396         * whitespace.el (whitespace-indentation-regexp)
2397         (whitespace-space-after-tab-regexp):
2398         * emacs-lisp/testcover.el (testcover-1value-functions)
2399         (testcover-noreturn-functions, testcover-progn-functions)
2400         (testcover-prog1-functions):
2401         * emulation/viper-init.el (viper-emacs-state-cursor-color):
2402         * eshell/em-glob.el (eshell-glob-translate-alist):
2403         * play/tetris.el (tetris-tty-colors):
2404         * progmodes/cpp.el (cpp-face-default-list):
2405         * progmodes/flymake.el (flymake-allowed-file-name-masks):
2406         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
2407         (idlwave-help-browser-generic-args):
2408         * progmodes/make-mode.el (makefile-special-targets-list):
2409         * progmodes/python.el (python-shell-virtualenv-path):
2410         * progmodes/verilog-mode.el (verilog-active-low-regexp)
2411         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
2412         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
2413         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
2414         * textmodes/reftex-vars.el (reftex-format-label-function):
2415         * textmodes/remember.el (remember-diary-file): Fix custom types.
2417         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
2418         Add :version.
2420 2013-05-09  Leo Liu  <sdl.web@gmail.com>
2422         * progmodes/octave.el (inferior-octave-completion-at-point):
2423         Restore file completion.  (Bug#14300)
2424         (inferior-octave-startup): Fix incorrect highlighting for the
2425         first prompt.
2427 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * progmodes/ruby-mode.el: First cut at SMIE support.
2430         (ruby-use-smie): New var.
2431         (ruby-smie-grammar): New constant.
2432         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
2433         (ruby-smie--forward-token, ruby-smie--backward-token)
2434         (ruby-smie-rules): New functions.
2435         (ruby-mode-variables): Setup SMIE if applicable.
2437 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
2439         * simple.el (line-move-visual): Signal beginning/end of buffer
2440         only if vertical-motion moved less than it was requested.  Avoids
2441         silly incorrect error messages when there are display strings with
2442         multiple newlines at EOL.
2444 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2446         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
2447         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
2448         (prolog-char-quote-workaround):
2449         * progmodes/cperl-mode.el (cperl-under-as-char):
2450         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
2451          Mark as obsolete.
2452          (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
2453         their declaration.
2454         (vhdl-mode-syntax-table-init): Remove.
2456         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
2457         last change.
2459         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
2460         syntax for "_".
2461         (ld-script-font-lock-keywords):
2462         Change regexps to use things like \_< and \_>.
2464         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
2465         Change all regexps to use things like \_< and \_>.
2467         * progmodes/autoconf.el (autoconf-definition-regexp)
2468         (autoconf-font-lock-keywords, autoconf-current-defun-function):
2469         Handle a _ with symbol syntax.
2470         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
2472         * progmodes/ada-mode.el (ada-mode-abbrev-table):
2473         Consolidate declaration.
2474         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
2475         the declaration.
2476         (ada-create-syntax-table): Remove.
2477         (ada-capitalize-word): Don't mess with the syntax of "_" since it
2478         already has the right syntax nowadays.
2479         (ada-goto-next-word): Don't change the syntax of "_".
2481         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
2482         with-wrapper-hook.
2484 2013-05-08  Sam Steingold  <sds@gnu.org>
2486         * thingatpt.el (thing-at-point): Accept optional second argument
2487         NO-PROPERTIES to strip the text properties from the return value.
2488         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
2489         to `thing-at-point' instead of stripping the properties ourselves.
2490         Also, when `thing-at-point' fails to find a url, prepend "http://"
2491         to the filename at point on the assumption that the user is
2492         pointing at something like gnu.org/gnu.
2494 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
2496         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2497         * faces.el (crm-separator):
2498         Silence byte-compiler.
2500         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
2501         (tool-bar-map): Remove unneeded defvars.
2503 2013-05-08  Leo Liu  <sdl.web@gmail.com>
2505         Re-work a fix for bug#10994 based on Le Wang's patch.
2506         * ido.el (ido-remove-consecutive-dups): New helper.
2507         (ido-completing-read): Use it.
2508         (ido-chop): Revert fix for bug#10994.
2510 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
2512         * cus-edit.el (custom-save-variables):
2513         Pretty-print long values.  (Bug#14187)
2515 2013-05-08  Glenn Morris  <rgm@gnu.org>
2517         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
2518         (m4-mode-syntax-table): Init in the defvar.
2519         (m4-mode-abbrev-table): Let define-derived-mode define it.
2521 2013-05-08  Tom Tromey  <tromey@redhat.com>
2523         * progmodes/m4-mode.el (m4-mode-syntax-table):
2524         Do not treat "_" as word constituent.  (Bug#14167)
2526 2013-05-07  Glenn Morris  <rgm@gnu.org>
2528         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
2529         Remove explicit eshell-isearch-cancel-map.
2531         * progmodes/f90.el (f90-smart-end-names): New option.
2532         (f90-smart-end): Doc fix.
2533         (f90-end-block-optional-name): New constant.
2534         (f90-block-match): Respect f90-smart-end-names.
2536 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2538         * progmodes/octave.el (octave-smie-forward-token): Be more careful
2539         about implicit semi-colons (bug#14218).
2541 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2543         * frame.el (display-monitor-attributes-list)
2544         (frame-monitor-attributes): New functions.
2546 2013-05-06  Leo Liu  <sdl.web@gmail.com>
2548         * progmodes/octave.el (octave-syntax-propertize-function): Change
2549         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
2550         (octave-font-lock-keywords): Use octave-operator-regexp.
2551         (octave-completion-at-point): Rename from
2552         octave-completion-at-point-function.
2553         (inferior-octave-directory-tracker): Robustify.
2554         (octave-text-functions): Remove and fix its uses.  No such things
2555         any more.
2557 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         * emacs-lisp/trace.el (trace--display-buffer): New function.
2560         (trace-make-advice): Use it.
2562 2013-05-06  Juri Linkov  <juri@jurta.org>
2564         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
2565         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
2566         Doc fix.
2567         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
2568         in the help string.  (Bug#12985)
2570 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
2572         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
2574 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * progmodes/perl-mode.el: Add support for here documents.
2577         (perl-syntax-propertize-function): Match here-doc markers.
2578         (perl-syntax-propertize-special-constructs): Find their end.
2579         (perl-imenu-generic-expression): Use [:alnum:].
2581         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
2582         (advice--add-function): Refresh the advice if already present
2583         (bug#14317).
2585 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
2587         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
2589 2013-05-06  Glenn Morris  <rgm@gnu.org>
2591         * w32-fns.el (w32-charset-info-alist): Declare.
2593         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
2594         of its defcustom properties.
2595         (eshell-cmpl-initialize): No need to load pcomplete.
2597         * generic-x.el: No need to require comint when compiling.
2599         * net/eudc-export.el: Make it loadable without bbdb.
2600         (top-level): Use require rather than load-library.
2601         (eudc-create-bbdb-record, eudc-bbdbify-phone)
2602         (eudc-batch-export-records-to-bbdb)
2603         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
2604         Require bbdb.
2606 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2608         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
2609         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
2610         some tweaks, instead.
2612 2013-05-05  Leo Liu  <sdl.web@gmail.com>
2614         * progmodes/octave.el (octave-font-lock-keywords)
2615         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
2616         (inferior-octave-send-list-and-digest): Improve error message.
2617         (octave-mode, inferior-octave-mode): Use setq-local.
2618         (octave-help): Set info-lookup-mode.
2620 2013-05-05  Richard Stallman  <rms@gnu.org>
2622         * vc/compare-w.el (compare-windows-whitespace):
2623         Treat no-break space as whitespace.
2625         * mail/rmailsum.el (rmail-summary-rmail-update):
2626         Detect empty summary and don't change selected message.
2627         (rmail-summary-goto-msg): Likewise.
2629         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
2630         Doc fixes, rename args.
2632 2013-05-05  Alan Mackenzie  <acm@muc.de>
2634         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
2636 2013-05-05  Juri Linkov  <juri@jurta.org>
2638         * info.el (Info-read-subfile): Use (point-min) instead of (point)
2639         to not add the length of the summary segment to the return value.
2640         (Bug#14125)
2642 2013-05-05  Leo Liu  <sdl.web@gmail.com>
2644         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
2645         (inferior-octave-output-filter): Remove.
2646         (octave-send-region, inferior-octave-startup): Fix callers.
2647         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
2648         (octave-binary-file-extensions): New user variable.
2649         (octave-find-definition): Confirm if opening binary files.
2650         (octave-help-file): Use octave-find-definition to get the binary
2651         confirmation.
2652         (octave-help): Adjust for octave-help-file change.
2654 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2656         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
2657         Merge the two entries that handle function definitions.
2658         (pascal--syntax-propertize): New const.
2659         (pascal-mode): Use it.  Use setq-local.
2661 2013-05-04  Glenn Morris  <rgm@gnu.org>
2663         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
2664         (diary-from-outlook): Respect diary-from-outlook-function.
2666 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
2669         Move the declaration from C.
2670         (read-minibuffer, eval-minibuffer): Move from C.
2671         (completion-setup-function): Avoid minibuffer-completion-contents.
2673 2013-05-03  Leo Liu  <sdl.web@gmail.com>
2675         * progmodes/octave.el (octave-font-lock-keywords): Do not
2676         dehighlight 'end' in comments or strings.
2677         (octave-completing-read, octave-goto-function-definition):
2678         New helpers.
2679         (octave-help-buffer): New user variable.
2680         (octave-help-file, octave-help-function): New button types.
2681         (octave-help): New command and bind it to C-h ;.
2682         (octave-find-definition): New command and bind it to M-.
2683         (user-error): Alias to error if not defined.
2685 2013-05-02  Leo Liu  <sdl.web@gmail.com>
2687         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
2688         for \.  (bug#14332)
2689         (octave-font-lock-keywords): Include [ and {.
2691 2013-05-02  Leo Liu  <sdl.web@gmail.com>
2693         * progmodes/octave.el (inferior-octave-startup-file): Change default.
2694         (inferior-octave): Remove calling comint-mode and return the buffer.
2695         (inferior-octave-startup): Cosmetic changes.
2697 2013-05-02  Leo Liu  <sdl.web@gmail.com>
2699         * progmodes/octave.el (octave-syntax-propertize-function):
2700         Include the case when ' is at line beginning.  (Bug#14336)
2702 2013-05-02  Glenn Morris  <rgm@gnu.org>
2704         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
2705         * desktop.el (vc-dir-mode): Just autoload it here.
2707 2013-05-02  Alan Mackenzie  <acm@muc.de>
2709         Eliminate variable c-standard-font-lock-fontify-region-function.
2710         * progmodes/cc-mode.el
2711         (c-standard-font-lock-fontify-region-function): Remove.
2712         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
2714 2013-05-01  Leo Liu  <sdl.web@gmail.com>
2716         * progmodes/octave.el: Compatible with older emacs-24 releases.
2717         (inferior-octave-has-built-in-variables): Remove.  Built-in
2718         variables were removed from Octave in 2007.
2719         (inferior-octave-startup): Fix uses.
2720         (comint-line-beginning-position): Remove compatibility code for
2721         emacs 21.
2723 2013-05-01  Juri Linkov  <juri@jurta.org>
2725         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
2727 2013-05-01  Juri Linkov  <juri@jurta.org>
2729         * comint.el (comint-previous-matching-input): Don't print message
2730         "History item: %d" when `isearch-mode' is active.
2731         (comint-history-isearch-message): Print message "History item: %d"
2732         when `comint-input-ring-index' is not empty and this function is
2733         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
2735 2013-05-01  Leo Liu  <sdl.web@gmail.com>
2737         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
2738         definitions.  Use completion-at-point to insert keywords.
2739         (octave-abbrev-start): Remove.
2740         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
2742 2013-04-30  Leo Liu  <sdl.web@gmail.com>
2744         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
2745         change.
2747 2013-04-30  Alan Mackenzie  <acm@muc.de>
2749         Handle arbitrarily long C++ member initialisation lists.
2750         * progmodes/cc-engine.el (c-back-over-member-initializers):
2751         new function.
2752         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
2753         (most) member init lists.
2755 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2757         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
2758         variable.
2760 2013-04-30  Leo Liu  <sdl.web@gmail.com>
2762         * progmodes/octave.el (octave-variables): Remove.  No builtin
2763         variables any more.  All converted to functions.
2764         (octave-font-lock-keywords, octave-completion-at-point-function):
2765         Fix uses.
2766         (octave-font-lock-texinfo-comment): New user variable.
2767         (octave-texinfo-font-lock-keywords): New variable for texinfo
2768         comment block.
2769         (octave-function-comment-block): New face.
2770         (octave-font-lock-texinfo-comment): New function.
2771         (octave-mode): Font lock texinfo comment block.
2773 2013-04-29  Leo Liu  <sdl.web@gmail.com>
2775         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
2776         indexing expression.
2777         (octave-continuation-string): Do not use \.
2778         (inferior-octave-complete-impossible): Remove.
2779         (inferior-octave-completion-table)
2780         (inferior-octave-completion-at-point): Remove its uses.
2781         (inferior-octave-startup): completion_matches was introduced to
2782         Octave in 1996 so safe to assume it.
2783         (octave-function-file-comment): Improve to follow how Octave does it.
2784         (octave-update-function-file-comment): Tweak.
2786 2013-04-29  Leo Liu  <sdl.web@gmail.com>
2788         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
2789         (inferior-octave-startup): Remove inferior-octave-startup-hook.
2790         (octave-function-file-comment): Fix typo.
2791         (octave-sync-function-file-names): Use read-char-choice.
2793 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
2795         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
2796         to t for the less important warnings.
2798 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2800         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
2802 2013-04-27  Glenn Morris  <rgm@gnu.org>
2804         * vc/log-view.el (log-view-current-entry):
2805         Treat "---" separator lines as part of the following rev.  (Bug#14169)
2807 2013-04-27  Juri Linkov  <juri@jurta.org>
2809         * subr.el (read-number): Doc fix about using it by interactive
2810         code letter `n'.  (Bug#14254)
2812 2013-04-27  Juri Linkov  <juri@jurta.org>
2814         * desktop.el (desktop-auto-save-timeout): New option.
2815         (desktop-file-checksum): New variable.
2816         (desktop-save): Add optional arg `auto-save' and don't auto-save
2817         if nothing changed.
2818         (desktop-auto-save-timer): New variable.
2819         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
2820         (after-init-hook): Call `desktop-auto-save-set-timer'.
2821         Suggested by Reuben Thomas <rrt@sc3d.org> in
2822         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
2824 2013-04-27  Leo Liu  <sdl.web@gmail.com>
2826         * progmodes/octave.el (octave-function-file-p)
2827         (octave-skip-comment-forward, octave-function-file-comment)
2828         (octave-update-function-file-comment): New functions.
2829         (octave-mode-map): Bind C-c ; to
2830         octave-update-function-file-comment.
2831         (octave-mode-menu): Add octave-update-function-file-comment.
2832         (octave-mode, inferior-octave-mode): Fix doc-string.
2833         (octave-insert-defun): Conform to Octave's coding convention.
2834         (Bug#14285)
2836         * files.el (basic-save-buffer): Don't let errors in
2837         before-save-hook prevent saving buffer.
2839 2013-04-20  Roland Winkler  <winkler@gnu.org>
2841         * faces.el (read-face-name): Use completing-read if arg multiple
2842         is nil.
2844 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
2846         * ls-lisp.el (ls-lisp-insert-directory): If no files are
2847         displayed, move point to after the totals line.
2848         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
2849         for the details.
2851 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2853         * emacs-lisp/package.el (package-autoload-ensure-default-file):
2854         Add current dir to the load-path.
2855         (package-generate-autoloads): Don't rely on
2856         autoload-ensure-default-file.
2858 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
2860         * textmodes/remember.el (remember-store-in-files): Document that
2861         the file name format is passed to `format-time-string'.
2863 2013-04-26  Leo Liu  <sdl.web@gmail.com>
2865         * progmodes/octave.el (octave-sync-function-file-names): New function.
2866         (octave-mode): Use it in before-save-hook.
2868 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2871         (bug#14274).
2873         * progmodes/octave.el (octave-smie-forward-token): Properly skip
2874         \n and comment, even if it's not an implicit ; (bug#14218).
2876 2013-04-26  Glenn Morris  <rgm@gnu.org>
2878         * subr.el (read-number): Once more use `read' rather than
2879         `string-to-number', to trap non-numeric input.  (Bug#14254)
2881 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
2883         * emacs-lisp/syntax.el (syntax-propertize-multiline):
2884         Use `syntax-multiline' text property consistently instead of
2885         `font-lock-multiline'.  (Bug#14237)
2887 2013-04-26  Glenn Morris  <rgm@gnu.org>
2889         * emacs-lisp/shadow.el (list-load-path-shadows):
2890         No longer necessary to check for duplicate simple.el, since
2891         2012-07-07 change to init_lread to not include installation lisp
2892         directories in load-path when running uninstalled.  (Bug#14270)
2894 2013-04-26  Leo Liu  <sdl.web@gmail.com>
2896         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2897         (octave-mode, inferior-octave-mode): Use setq-local.
2898         (octave-not-in-string-or-comment-p): Rename to
2899         octave-in-string-or-comment-p.
2900         (octave-in-comment-p, octave-in-string-p)
2901         (octave-in-string-or-comment-p): Replace defsubst with defun.
2903 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
2905         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2907 2013-04-25  Bastien Guerry  <bzg@gnu.org>
2909         * textmodes/remember.el (remember-data-directory)
2910         (remember-directory-file-name-format): Fix custom types.
2912 2013-04-25  Leo Liu  <sdl.web@gmail.com>
2914         * progmodes/octave.el (octave-completion-at-point-function):
2915         Make use of inferior octave process.
2916         (octave-initialize-completions): Remove.
2917         (inferior-octave-completion-table): New function.
2918         (inferior-octave-completion-at-point): Use it.
2919         (octave-completion-alist): Remove.
2921 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2923         * progmodes/opascal.el: Use font-lock and syntax-propertize.
2924         (opascal-mode-syntax-table): New var.
2925         (opascal-literal-kind, opascal-is-literal-end)
2926         (opascal-literal-token-at): Rewrite.
2927         (opascal--literal-start-re, opascal-font-lock-keywords)
2928         (opascal--syntax-propertize): New constants.
2929         (opascal-font-lock-defaults): Adjust.
2930         (opascal-mode): Use them.  Set comment-<foo> variables as well.
2931         (delphi-comment-face, opascal-comment-face, delphi-string-face)
2932         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2933         (delphi-other-face, opascal-other-face): Remove face variables.
2934         (opascal-save-state): Remove macro.
2935         (opascal-fontifying-progress-step): Remove constant.
2936         (opascal--ignore-changes): Remove var.
2937         (opascal-set-token-property, opascal-parse-next-literal)
2938         (opascal-is-stable-literal, opascal-complete-literal)
2939         (opascal-is-literal-start, opascal-face-of)
2940         (opascal-parse-region, opascal-parse-region-until-stable)
2941         (opascal-fontify-region, opascal-after-change)
2942         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2943         (opascal-debug-parse-region, opascal-debug-parse-window)
2944         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2945         (opascal-debug-fontify-buffer): Remove.
2946         (opascal-debug-mode-map): Adjust accordingly.
2948 2013-04-25  Leo Liu  <sdl.web@gmail.com>
2950         Merge octave-mod.el and octave-inf.el into octave.el with some
2951         cleanups.
2952         * progmodes/octave.el: New file renamed from octave-mod.el.
2953         * progmodes/octave-inf.el: Merged into octave.el.
2954         * progmodes/octave-mod.el: Renamed to octave.el.
2956 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
2958         * textmodes/reftex-vars.el
2959         (reftex-label-ignored-macros-and-environments): New defcustom.
2961         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2963 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2966         (smie-indent-keyword): Improve the check to ensure that the next
2967         comment is really on the same line.
2968         (smie-indent-comment): Don't align with a subsequent closer (or eob).
2970         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2971         semi-colons if the line is not otherwise empty (bug#14218).
2973 2013-04-25  Glenn Morris  <rgm@gnu.org>
2975         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2977 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         * progmodes/opascal.el (opascal-set-token-property): Rename from
2980         opascal-set-text-properties and only set `token' (bug#14134).
2981         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2982         (opascal-literal-text-properties): Remove.
2983         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2984         Adjust callers.
2986 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
2988         * textmodes/remember.el (remember-handler-functions): Add an
2989         option for a new handler `remember-store-in-files'.
2990         (remember-data-directory, remember-directory-file-name-format):
2991         New options.
2992         (remember-store-in-files): New function to store remember notes
2993         as separate files within a directory.
2995 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
2997         * progmodes/compile.el (compilation-next-error-function):
2998         Pass "formats" to compilation-find-file (bug#11777).
3000 2013-04-24  Glenn Morris  <rgm@gnu.org>
3002         * vc/vc-bzr.el (vc-bzr-print-log):
3003         * vc/vc-hg.el (vc-hg-print-log):
3004         * vc/vc-svn.el (vc-svn-print-log):
3005         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
3007         * vc/vc-bzr.el (vc-bzr-print-log):
3008         * vc/vc-cvs.el (vc-cvs-print-log):
3009         * vc/vc-git.el (vc-git-print-log):
3010         * vc/vc-hg.el (vc-hg-print-log):
3011         * vc/vc-mtn.el (vc-mtn-print-log):
3012         * vc/vc-rcs.el (vc-rcs-print-log):
3013         * vc/vc-sccs.el (vc-sccs-print-log):
3014         * vc/vc-svn.el (vc-svn-print-log):
3015         * vc/vc.el (vc-print-log-internal): Doc fixes.
3017 2013-04-23  Glenn Morris  <rgm@gnu.org>
3019         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
3020         Remove venerable code attempting to avoid substitute-command-keys.
3022 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
3024         * textmodes/reftex-vars.el (reftex-label-regexps):
3025         Call `reftex-compile-variables' after changes to this variable.
3027 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3029         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
3030         Use lexical-binding.
3031         (jit-lock-force-redisplay): Use markers, check buffer's continued
3032         existence and beware narrowed buffers.
3033         (jit-lock-fontify-now): Adjust call accordingly.
3035 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
3038         to avoid misleading the user.
3040 2013-04-22  Leo Liu  <sdl.web@gmail.com>
3042         * info-look.el: Prefer latex2e.info.  (Bug#14240)
3044 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
3046         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
3048         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
3049         * net/tramp.el (tramp-call-process): ... here.
3050         (tramp-set-completion-function, tramp-parse-putty):
3051         * net/tramp-adb.el (tramp-adb-execute-adb-command):
3052         * net/tramp-gvfs.el (tramp-gvfs-send-command):
3053         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
3054         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
3055         (tramp-call-local-coding-command): Use `tramp-call-process'
3056         instead of `tramp-compat-call-process'.
3058         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
3059         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
3060         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
3061         (tramp-find-inline-compress): Improve traces.
3062         (tramp-maybe-send-script): Check for Perl binary.
3063         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
3065 2013-04-22  Daiki Ueno  <ueno@gnu.org>
3067         * epg.el (epg-context-pinentry-mode): New function.
3068         (epg-context-set-pinentry-mode): New function.
3069         (epg--start): Pass --pinentry-mode option to gpg command.
3071 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
3073         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
3074         `comint-dynamic-complete' is obsolete since 24.1, replaced by
3075         `completion-at-point'.  (Bug#13774)
3077         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
3078         default key binding for `describe-distribution' has been moved to
3079         `C-h C-o'.  (Bug#13970)
3081 2013-04-21  Glenn Morris  <rgm@gnu.org>
3083         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
3084         Add doc strings.
3085         (vc-print-log): Clarify interactive prompt.
3087 2013-04-20  Glenn Morris  <rgm@gnu.org>
3089         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3090         No longer include timestamp etc information.
3092 2013-04-20  Roland Winkler  <winkler@gnu.org>
3094         * faces.el (read-face-name): Bug fix, return just one face if arg
3095         multiple is nil.  (Bug#14209)
3097 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3099         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
3100         (remove-function): Autoload.
3102         * comint.el (comint-redirect-original-filter-function): Remove.
3103         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
3104         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
3105         (vc-cvs-annotate-command):
3106         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
3107         * progmodes/prolog.el (prolog-consult-compile):
3108         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
3109         Use add/remove-function instead.
3110         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
3111         (gud-tooltip-process-output, gud-tooltip-tips):
3112         Use add/remove-function instead.
3113         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
3114         (scheme-interaction-mode, exit-scheme-interaction-mode):
3115         Use add/remove-function instead.
3117         * vc/vc-dispatcher.el: Use lexical-binding.
3118         (vc--process-sentinel): Rename from vc-process-sentinel.
3119         Change last arg to be the code to run.  Don't use vc-previous-sentinel
3120         and vc-sentinel-commands any more.
3121         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
3122         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
3124 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
3126         * progmodes/sh-script.el (sh-imenu-generic-expression):
3127         Handle function names with a single character.   (Bug#14111)
3129 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
3131         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
3132         for subroutines defined in an eval (bug#14182).
3134 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3136         * bookmark.el (bookmark-completing-read): Improve handling of empty
3137         string (bug#14176).
3139 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3141         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
3143 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3145         New faster Imenu implementation (bug#14058).
3146         * progmodes/python.el:
3147         (python-imenu-prev-index-position):
3148         (python-imenu-format-item-label-function)
3149         (python-imenu-format-parent-item-label-function)
3150         (python-imenu-format-parent-item-jump-label-function):
3151         New vars.
3152         (python-imenu-format-item-label)
3153         (python-imenu-format-parent-item-label)
3154         (python-imenu-format-parent-item-jump-label)
3155         (python-imenu--put-parent, python-imenu--build-tree)
3156         (python-imenu-create-index, python-imenu-create-flat-index)
3157         (python-util-popn): New functions.
3158         (python-mode): Set imenu-create-index-function to
3159         python-imenu-create-index.
3161 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3163         * winner.el (winner-active-region): Use region-active-p, activate-mark
3164         and deactivate-mark (bug#14225).
3166         * simple.el (deactivate-mark): Don't inline it.
3168 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
3170         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
3172 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
3174         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
3175         file extensions from the archive-mode entry in order to prefer
3176         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
3178 2013-04-18  Leo Liu  <sdl.web@gmail.com>
3180         * bindings.el (help-event-list): Add ?\?.
3182 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3184         * subr.el (with-wrapper-hook): Declare obsolete.
3185         * simple.el (filter-buffer-substring-function): New hook.
3186         (filter-buffer-substring): Use it.
3187         (filter-buffer-substring-functions): Mark obsolete.
3188         * minibuffer.el (completion-in-region-function): New hook.
3189         (completion-in-region): Use it.
3190         (completion-in-region-functions): Mark obsolete.
3191         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
3192         * abbrev.el (abbrev-expand-function): New hook.
3193         (expand-abbrev): Use it.
3194         (abbrev-expand-functions): Mark obsolete.
3195         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
3196         and :filter-return.
3198 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3200         * progmodes/python.el (python-nav--syntactically): Fix cornercases
3201         and do not care about match data.
3203 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
3206         completion tables when completing error conditions and
3207         `declare' arguments.
3208         (lisp-complete-symbol, field-complete): Mark as obsolete.
3209         (check-parens): Unmatched parens are user errors.
3210         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
3212 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
3214         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
3215         command changed buffer (ie. `flyspell-pre-buffer' is not current
3216         buffer), which prevents making decisions based on invalid value of
3217         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
3218         cause an error when `flyspell-pre-point' was nil after switching
3219         buffers.
3220         (flyspell-post-command-hook): No longer needs to change buffers when
3221         checking pre-word.  While at it remove unnecessary progn.
3223 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
3225         * textmodes/ispell.el (ispell-add-per-file-word-list):
3226         Fix `flyspell-correct-word-before-point' error when accepting
3227         words and `coment-padding' is an integer by using
3228         `comment-normalize-vars' (Bug #14214).
3230 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3232         New defun movement commands.
3233         * progmodes/python.el (python-nav--syntactically)
3234         (python-nav--forward-defun, python-nav-backward-defun)
3235         (python-nav-forward-defun): New functions.
3237 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3239         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
3240         (python-syntax-context): Use named compiler-macro for backwards
3241         compatibility with Emacs 24.x.
3243 2013-04-17  Leo Liu  <sdl.web@gmail.com>
3245         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
3246         octave-hide-process-buffer.
3248 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
3251         (bug#14216).
3253 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
3255         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
3256         Fix adjustment of offset when receiving incomplete responses from GDB
3257         (bug#14129).
3259 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3261         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
3262         python-mode-abbrev-table.
3263         (python-skeleton-define): Adjust accordingly.
3264         (python-mode-abbrev-table): New table that inherits from it so that
3265         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
3267         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
3268         (abbrev-symbol): Use it.
3269         (abbrev--before-point): Use it since we already handle inheritance.
3271 2013-04-16  Leo Liu  <sdl.web@gmail.com>
3273         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
3274         binding to info-lookup-symbol.
3276 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
3278         * minibuffer.el (completion--twq-all):
3279         * term/ns-win.el (ns-initialize-window-system):
3280         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
3282 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3284         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
3285         global bindings.
3287         * doc-view.el (doc-view-start-process): Handle url-handler directories.
3289 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
3291         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
3292         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
3293         to nil.
3294         (ruby-end-of-defun): Remove the unused arg, change the docstring
3295         to reflect that this function is only used as the value of
3296         `end-of-defun-function'.
3297         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
3298         to reflect an earlier change that beginning/end-of-defun functions
3299         jump between methods in a class definition, as well as top-level
3300         functions.
3302 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3304         * minibuffer.el (minibuffer-complete): Don't just scroll
3305         a *Completions* that's been iconified.
3306         (minibuffer-force-complete): Make sure repetitions do cycle when going
3307         through completion-in-region -> minibuffer-complete.
3309 2013-04-15  Alan Mackenzie  <acm@muc.de>
3311         Correct the placement of c-cpp-delimiters when there're #s not at
3312         col 0.
3314         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
3315         place a submatch around the #.
3316         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
3317         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
3318         on the #, not BOL.
3320 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * emacs-lisp/nadvice.el: Properly test names when adding advice.
3323         (advice--member-p): New arg `name'.
3324         (advice--add-function, advice-member-p): Use it (bug#14202).
3326 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
3328         Reformulate java imenu-generic-expression.
3329         The old expression contained ill formed regexps.
3331         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
3332         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
3333         (cc-imenu-java-method-arg-regexp): New defconsts.
3334         (cc-imenu-java-build-type-args-regex): New defun.
3335         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
3336         handling of spaces in the regexp.
3338 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3340         * textmodes/ispell.el (ispell-command-loop): Remove
3341         flyspell highlight of a word when ispell accepts it (bug #14178).
3343 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
3345         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
3346         uses code from the previous `ange-ftp-run-real-handler'.
3347         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
3348         only in case that function exist.  This is needed for proper
3349         unloading of Tramp.
3351 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
3353         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
3355         * textmodes/reftex.el (reftex-compile-variables): Use it.
3357 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3359         * files.el (normal-mode): Only use default major-mode if no other mode
3360         was specified.
3362         * emacs-lisp/trace.el (trace-values): New function.
3364         * files.el: Allow : in local variables (bug#14089).
3365         (hack-local-variable-regexp): New var.
3366         (hack-local-variables-prop-line, hack-local-variables): Use it.
3368 2013-04-13  Roland Winkler  <winkler@gnu.org>
3370         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
3371         data before it gets modified by bibtex-beginning-of-entry.
3373 2013-04-13  Roland Winkler  <winkler@gnu.org>
3375         * textmodes/bibtex.el (bibtex-url): Doc fix.
3377 2013-04-13  Roland Winkler  <winkler@gnu.org>
3379         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
3380         does not visit a BibTeX file, exclude it from the list of buffers
3381         returned by bibtex-initialize.
3383 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
3385         * window.el (split-window): Remove interactive form, since as a
3386         command this function is a special case of split-window-below.
3387         Correct doc string.
3389 2013-04-12  Roland Winkler  <winkler@gnu.org>
3391         * faces.el (read-face-name): Do not override value of arg default.
3392         Allow single faces and strings as default values.  Remove those
3393         elements from return value that are not faces.
3394         (describe-face): Simplify.
3395         (face-at-point): New optional args thing and multiple so that this
3396         function can provide the same functionality previously provided by
3397         read-face-name.
3398         (make-face-bold, make-face-unbold, make-face-italic)
3399         (make-face-unitalic, make-face-bold-italic, invert-face)
3400         (modify-face, read-face-and-attribute): Use face-at-point.
3402         * cus-edit.el (customize-face, customize-face-other-window)
3403         * cus-theme.el (custom-theme-add-face)
3404         * face-remap.el (buffer-face-set)
3405         * facemenu.el (facemenu-set-face): Use face-at-point.
3407 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
3409         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
3411 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
3413         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
3414         off leading { and trailing } from field values.
3416 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3418         * emacs-lisp/timer.el (timer--check): New function.
3419         (timer--time, timer-set-function, timer-event-handler): Use it.
3420         (timer-set-idle-time): Simplify.
3421         (timer--activate): CSE.
3422         (timer-event-handler): Give more info in error message.
3423         (internal-timer-start-idle): New function, moved from C.
3425         * mpc.el (mpc-proc): Add `restart' argument.
3426         (mpc-proc-cmd): Use it.
3427         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
3428         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
3429         less often.
3431 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
3433         * progmodes/sh-script.el: Implement `sh-mode' own
3434         `add-log-current-defun-function' (bug#14112).
3435         (sh-current-defun-name): New function.
3436         (sh-mode): Use the function.
3438 2013-04-09  Bastien Guerry  <bzg@gnu.org>
3440         * simple.el (choose-completion-string): Fix docstring (bug#14163).
3442 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3444         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
3446         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
3447         timer (bug#14156).
3449 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
3451         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
3452         declaration.
3454 2013-04-07  Leo Liu  <sdl.web@gmail.com>
3456         * pcmpl-x.el: New file.
3458 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
3460         Do not set x-display-name until X connection is established.
3461         This is needed to prevent from weird situation described at
3462         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
3463         * frame.el (make-frame): Set x-display-name after call to
3464         window system initialization function, not before.
3465         * term/x-win.el (x-initialize-window-system): Add optional
3466         display argument and use it.
3467         * term/w32-win.el (w32-initialize-window-system):
3468         * term/ns-win.el (ns-initialize-window-system):
3469         * term/pc-win.el (msdos-initialize-window-system):
3470         Add compatible optional display argument.
3472 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
3474         * files.el (normal-backup-enable-predicate): On MS-Windows and
3475         MS-DOS compare truenames of temporary-file-directory and of the
3476         file, so that 8+3 aliases (usually found in $TEMP on Windows)
3477         don't fail comparison by compare-strings.  Also, compare file
3478         names case-insensitively on MS-Windows and MS-DOS.
3480 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3482         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
3483         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
3485 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
3487         * whitespace.el (whitespace-color-on, whitespace-color-off):
3488         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
3490 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
3492         * ispell.el (ispell-set-spellchecker-params):
3493         Really set `ispell-args' for all equivs.
3495 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3497         * ido.el (ido-completions): Use extra elements of ido-decorations
3498         (bug#14143).
3499         (ido-decorations): Update docstring.
3501 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
3503         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3504         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
3505         nil during initialization, in order not to miss changes since the
3506         file was opened.  (Bug#14140)
3508 2013-04-05  Leo Liu  <sdl.web@gmail.com>
3510         * kmacro.el (kmacro-call-macro): Fix bug#14135.
3512 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
3514         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
3516 2013-04-04  Glenn Morris  <rgm@gnu.org>
3518         * electric.el (electric-pair-inhibit-predicate): Add :version.
3520 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
3523         when a package is required several times (bug#14082).
3525 2013-04-04  Roland Winkler  <winkler@gnu.org>
3527         * faces.el (read-face-name): Behave as promised by the docstring.
3528         Assume that arg default is a list of faces.
3529         (describe-face): Call read-face-name with list of default faces.
3531 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3533         * bookmark.el: Fix deletion of bookmarks (bug#13972).
3534         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
3535         (bookmark-bmenu-execute-deletions): Only skip first line if it's
3536         the header.
3537         (bookmark-exit-hook-internal): Save even if list is empty.
3539 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
3541         * emacs-lisp/package.el (package-pinned-packages): New var.
3542         (package--add-to-archive-contents): Obey it (bug#14118).
3544 2013-04-03  Alan Mackenzie  <acm@muc.de>
3546         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
3547         Also adapt to the new values of element 7 of a parse state.
3549         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
3550         parameter `not-in-delimiter'.  Handle being inside comment opener.
3551         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
3552         character in case we're typing a '*' after a '/'.
3553         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
3554         instead by passing the parameter to c-state-pp-to-literal.
3556         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
3557         for elt. 7 of a parse state.
3559 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
3561         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
3562         * international/latin1-disp.el, international/mule-util.el:
3563         * language/cyril-util.el, language/european.el, language/ind-util.el:
3564         * language/lao-util.el, language/thai.el, language/tibet-util.el:
3565         * language/tibetan.el, language/viet-util.el:
3566         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
3568 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3570         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
3571         (electric-pair-post-self-insert-function): Use it.
3572         (electric-pair-default-inhibit): New function, extracted from
3573         electric-pair-post-self-insert-function.
3575 2013-03-31  Roland Winkler  <winkler@gnu.org>
3577         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
3579 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3581         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
3583 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
3585         Un-indent after "pass" and "return" statements (Bug#13888)
3586         * progmodes/python.el (python-indent-block-enders): New var.
3587         (python-indent-calculate-indentation): Use it.
3589 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
3591         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
3592         defun.  Defining it as defalias could introduce too eager
3593         byte-compiler optimization.  (Bug#14030)
3595 2013-03-30  Chong Yidong  <cyd@gnu.org>
3597         * iswitchb.el (iswitchb-read-buffer): Fix typo.
3599 2013-03-30  Leo Liu  <sdl.web@gmail.com>
3601         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
3602         (kmacro-execute-from-register): Pass the keyboard macro to
3603         kmacro-call-macro or repeating won't work correctly.
3605 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
3607         * progmodes/subword.el: Back to using `forward-symbol'.
3609         * subr.el (forward-whitespace, forward-symbol)
3610         (forward-same-syntax): Move from thingatpt.el.
3612 2013-03-29  Leo Liu  <sdl.web@gmail.com>
3614         * kmacro.el (kmacro-to-register): New command.
3615         (kmacro-execute-from-register): New function.
3616         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
3618 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * mpc.el: Use defvar-local and setq-local.
3621         (mpc--proc-connect): Connection failures are not bugs.
3622         (mpc-mode-map): `follow-link' only applies to the buffer's content.
3623         (mpc-volume-map): Bind to the up-events.
3625 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3627         * progmodes/subword.el (superword-mode): Use `forward-sexp'
3628         instead of `forward-symbol'.
3630 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3632         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
3633         (edebug--recursive-edit): Use it.
3634         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
3635         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
3637 2013-03-28  Leo Liu  <sdl.web@gmail.com>
3639         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
3641 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
3643         * facemenu.el (list-colors-callback): New defvar.
3644         (list-colors-redisplay): New function.
3645         (list-colors-display): Install list-colors-redisplay as the
3646         revert-buffer-function.  (Bug#14063)
3648 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
3651         and suffixes don't overlap (bug#14061).
3653         * case-table.el: Use lexical-binding.
3654         (case-table-get-table): New function.
3655         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
3657 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3659         * progmodes/subword.el: Add `superword-mode' to do word motion
3660         over symbol_words (parallels and leverages `subword-mode' which
3661         does word motion inside MixedCaseWords).
3663 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
3665         * eshell/em-unix.el: Move su and sudo to...
3666         * eshell/em-tramp.el: ...Eshell tramp module.
3668 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3670         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
3671         Change return value to be a sexp.  Delay `get-buffer' to after
3672         restoring the desktop (bug#13951).
3674 2013-03-26  Leo Liu  <sdl.web@gmail.com>
3676         * register.el: Move semantic tag handling back to
3677         cedet/semantic/senator.el.  (Bug#14052)
3679 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3681         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
3682         into the prompt either (bug#13963).
3684 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
3687         part of "(error-foo)".
3689 2013-03-24  Juri Linkov  <juri@jurta.org>
3691         * replace.el (list-matching-lines-prefix-face): New defcustom.
3692         (occur-1): Pass `list-matching-lines-prefix-face' to the function
3693         `occur-engine' if `face-differs-from-default-p' returns t.
3694         (occur-engine): Add `,' inside backquote construct to evaluate
3695         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
3696         Pass `prefix-face' to the functions `occur-context-lines' and
3697         `occur-engine-add-prefix'.
3698         (occur-engine-add-prefix, occur-context-lines): Add optional arg
3699         `prefix-face' and propertize the prefix with `prefix-face'.
3700         (Bug#14017)
3702 2013-03-24  Leo Liu  <sdl.web@gmail.com>
3704         * nxml/rng-valid.el (rng-validate-while-idle)
3705         (rng-validate-quick-while-idle): Guard against deleted buffer.
3706         (Bug#13999)
3708         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
3709         is the last entry in kill-buffer-hook.
3711         * files.el (kill-buffer-hook): Doc fix.
3713 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
3715         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3716         Make it safe-local.
3718         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
3720 2013-03-23  Leo Liu  <sdl.web@gmail.com>
3722         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
3723         Remove.
3725         * nxml/rng-valid.el (rng-validate-mode)
3726         (rng-after-change-function, rng-do-some-validation):
3727         * nxml/rng-maint.el (rng-validate-buffer):
3728         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
3729         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
3730         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
3731         (nxml-extend-after-change-region): Use with-silent-modifications.
3733         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
3734         timer-idle-list.
3736         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
3737         (rng-next-error-1, rng-previous-error-1): Do not let-bind
3738         timer-idle-list.  (Bug#13999)
3740 2013-03-23  Juri Linkov  <juri@jurta.org>
3742         * info.el (info-index-match): New face.
3743         (Info-index, Info-apropos-matches): Add a nested subgroup to the
3744         main pattern and add text properties with the new face to matches
3745         in index entries relative to the beginning of the index entry.
3746         (Bug#14015)
3748 2013-03-21  Eric Ludlam  <zappo@gnu.org>
3750         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
3751         Inhibit read only while inserting objects.
3753 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3755         * progmodes/cfengine.el: Update docs to mention
3756         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
3757         symbol motion.  Remove "_" from the word syntax.
3759 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
3761         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
3762         syntax for both `cfengine2-mode' and `cfengine3-mode'.
3764 2013-03-20  Juri Linkov  <juri@jurta.org>
3766         * info.el (Info-next-reference-or-link)
3767         (Info-prev-reference-or-link): New functions.
3768         (Info-next-reference, Info-prev-reference): Use them.
3769         (Info-try-follow-nearest-node): Handle footnote navigation.
3770         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
3772 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3774         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
3775         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
3777 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
3779         Suppress unnecessary non-ASCII chatter during build process.
3780         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
3781         (batch-skkdic-convert): Suppress most of the chatter.
3782         It's not needed so much now that machines are faster,
3783         and its non-ASCII component was confusing; see Dmitry Gutov in
3784         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
3786 2013-03-20  Leo Liu  <sdl.web@gmail.com>
3788         * ido.el (ido-chop): Fix bug#10994.
3790 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
3792         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
3793         Remove vars.
3794         (whitespace-color-on, whitespace-color-off):
3795         Use `font-lock-fontify-buffer' (Bug#13817).
3797 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3799         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
3800         remapping in mode-line.
3801         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
3803 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
3805         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
3806         value for `whitespace-line' face (Bug#13875).
3807         (whitespace-font-lock-keywords): Change description.
3808         (whitespace-color-on): Don't save `font-lock-keywords' value, save
3809         the constructed keywords instead.
3810         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
3812 2013-03-19  Leo Liu  <sdl.web@gmail.com>
3814         * progmodes/compile.el (compilation-display-error): New command.
3815         (compilation-mode-map, compilation-minor-mode-map): Bind it to
3816         C-o.  (Bug#13992)
3818 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
3820         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
3822 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
3824         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
3826 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
3828         * net/tramp-compat.el (tramp-compat-user-error): New defun.
3830         * net/tramp-adb.el (tramp-adb-handle-shell-command):
3831         * net/tramp-gvfs.el (top):
3832         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
3833         (tramp-handle-shell-command): Use it.
3834         (tramp-dissect-file-name): Raise an error when hostname is a
3835         method name, and neither method nor user is specified.
3837         * net/trampver.el: Update release number.
3839 2013-03-18  Leo Liu  <sdl.web@gmail.com>
3841         Make sure eldoc can be turned off properly.
3842         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
3843         eldoc-mode.
3844         (eldoc-display-message-p): Revert last change.
3845         (eldoc-display-message-no-interference-p)
3846         (eldoc-print-current-symbol-info): Tweak.
3848 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
3850         * doc-view.el (doc-view-new-window-function): Check the new window
3851         overlay's display property instead the char property of the
3852         buffer's first char.  Use `with-selected-window' instead of
3853         `save-window-excursion' with `select-window'.
3854         (doc-view-document->bitmap): Check the current doc-view overlay's
3855         display property instead the char property of the buffer's first char.
3857 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
3859         Automate the build of ja-dic.el (Bug#13984).
3860         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3861         from the input, rather than assume that it's been done for us by the
3862         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
3863         the current date into a ja-dic.el comment, as that complicates
3864         regression testing.
3866 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3868         * whitespace.el: Fix double evaluation.
3869         (whitespace-space, whitespace-hspace, whitespace-tab)
3870         (whitespace-newline, whitespace-trailing, whitespace-line)
3871         (whitespace-space-before-tab, whitespace-indentation)
3872         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3873         obsolete defvars.
3874         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3875         (whitespace-color-on): Use a single font-lock-add-keywords call.
3876         Fix double-evaluation of face variables.
3878 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
3880         * net/tramp-adb.el (tramp-adb-parse-device-names):
3881         Use `start-process' instead of `call-process'.  Otherwise, the
3882         function might be blocked under MS Windows.  (Bug#13299)
3884 2013-03-17  Leo Liu  <sdl.web@gmail.com>
3886         Extend eldoc to display info in the mode-line.  (Bug#13978)
3887         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3888         (eldoc-mode-line-string): New variable.
3889         (eldoc-minibuffer-message): New function.
3890         (eldoc-message-function): New variable.
3891         (eldoc-message): Use it.
3892         (eldoc-display-message-p)
3893         (eldoc-display-message-no-interference-p):
3894         Support eldoc-post-insert-mode.
3896         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3897         (eval-expression): Run it.
3899 2013-03-17  Roland Winkler  <winkler@gnu.org>
3901         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3902         strings in the list of return values.
3904 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
3906         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3907         radix before checking for HMS forms.
3909 2013-03-16  Leo Liu  <sdl.web@gmail.com>
3911         * progmodes/scheme.el: Add indentation and font-locking for λ.
3912         (Bug#13975)
3914 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3916         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3917         token before point (bug#13942).
3919 2013-03-16  Leo Liu  <sdl.web@gmail.com>
3921         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
3923 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
3925         * startup.el (command-line-normalize-file-name): Fix handling of
3926         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
3927         <xfq.free@gmail.com> in
3928         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3930 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
3932         Sync with Tramp 2.2.7.
3934         * net/trampver.el: Update release number.
3936 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
3938         * doc-view.el Fix bug#13887.
3939         (doc-view-insert-image): Don't modify overlay associated to
3940         non-live windows, and implement horizontal centering of image in
3941         case it's smaller than the window.
3942         (doc-view-new-window-function): Force redisplay of new windows on
3943         doc-view buffers.
3945 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
3947         * saveplace.el (save-place-alist-to-file): Don't sort
3948         `save-place-alist', just pretty-print it (bug#13882).
3950 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
3952         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3953         Check whether `default-file-name-coding-system' is bound.
3954         It isn't in XEmacs.
3956 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3958         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3959         backquotes for `obsolete' (bug#13929).
3961         * international/mule.el (find-auto-coding): Include file name in
3962         obsolescence warning (bug#13922).
3964 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3966         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3967         for CFEngine 3-specific indentation.
3968         (cfengine3-indent-line): Use it.  Fix up category regex.
3969         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3971 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * type-break.el (type-break-file-name):
3974         * textmodes/remember.el (remember-data-file):
3975         * strokes.el (strokes-file):
3976         * shadowfile.el (shadow-initialize):
3977         * saveplace.el (save-place-file):
3978         * ps-bdf.el (bdf-cache-file):
3979         * progmodes/idlwave.el (idlwave-config-directory):
3980         * net/quickurl.el (quickurl-url-file):
3981         * international/kkc.el (kkc-init-file-name):
3982         * ido.el (ido-save-directory-list-file):
3983         * emulation/viper.el (viper-custom-file-name):
3984         * emulation/vip.el (vip-startup-file):
3985         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3986         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3988 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
3990         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3991         * language/thai-word.el: Switch to UTF-8.
3993 See ChangeLog.16 for earlier changes.
3995 ;; Local Variables:
3996 ;; coding: utf-8
3997 ;; End:
3999   Copyright (C) 2011-2013 Free Software Foundation, Inc.
4001   This file is part of GNU Emacs.
4003   GNU Emacs is free software: you can redistribute it and/or modify
4004   it under the terms of the GNU General Public License as published by
4005   the Free Software Foundation, either version 3 of the License, or
4006   (at your option) any later version.
4008   GNU Emacs is distributed in the hope that it will be useful,
4009   but WITHOUT ANY WARRANTY; without even the implied warranty of
4010   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4011   GNU General Public License for more details.
4013   You should have received a copy of the GNU General Public License
4014   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.