* lisp/net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
[emacs.git] / lisp / ChangeLog
blob9e77d51c8159a288604186710abc44da504edf83
1 2013-08-16  Glenn Morris  <rgm@gnu.org>
3         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4         Handle "Remote Directory" response of some clients.  (Bug#15058)
6         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7         Tweak warning.  (Bug#14926)
9         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
12         * image-mode.el (image-mode-map): Add menu items to reverse,
13         increase, decrease, reset animation speed.
14         (image--set-speed, image-increase-speed, image-decrease-speed)
15         (image-reverse-speed, image-reset-speed): New functions.
16         (image-mode-map): Add bindings for speed commands.
18         * image.el (image-animate-get-speed, image-animate-set-speed):
19         New functions.
20         (image-animate-timeout): Respect image :speed property.
22 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
25         previous line (bug#15101).
26         (debugger-eval-expression, debugger-record-expression):
27         Use read--expression (bug#15102).
29 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
31         Remove byte compiler warnings, visible when compiling with
32         `byte-compile-force-lexical-warnings' set to t.
34         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
35         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
36         (tramp-handle-unhandled-file-name-directory)
37         (tramp-handle-file-notify-add-watch, tramp-action-login)
38         (tramp-action-succeed, tramp-action-permission-denied)
39         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
40         arguments with "_".
42         * net/tramp-adb.el (tramp-adb-parse-device-names)
43         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
44         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
45         (tramp-adb-handle-file-truename): Remove unused arguments.
47         * net/tramp-cache.el (tramp-flush-directory-property)
48         (tramp-flush-connection-property, tramp-list-connections)
49         (tramp-parse-connection-properties): Prefix unused arguments with "_".
51         * net/tramp-compat.el (tramp-compat-make-temp-file):
52         Rename FILENAME to F.
54         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
55         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
56         (tramp-zeroconf-parse-workstation-device-names)
57         (tramp-zeroconf-parse-webdav-device-names)
58         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
60         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
61         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
63         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
64         arguments.
65         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
66         (tramp-sh-handle-insert-file-contents-literally)
67         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
68         with "_".
69         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
70         Remove unused variables.
72         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
73         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
74         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
76         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
77         Make them a defconst.
78         (tramp-uuencode-region): Remove unused variable.
80 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
82         * frameset.el (frameset--prop-setter): New function.
83         (frameset-prop): Add gv-setter declaration.
84         (frameset-filter-minibuffer): Deal with the case that the minibuffer
85         parameter was already set in FILTERED.  Doc fix.
86         (frameset--record-minibuffer-relationships): Allow saving a
87         minibufferless frame without its corresponding minibuffer frame.
88         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
89         frame, if the frame id matches.
90         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
91         frames before orphaned ones.
92         (frameset-restore): Warn about orphaned windows, instead of error out.
94 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
96         * window.el (window-make-atom): Don't overwrite parameter
97         already present.
98         (display-buffer-in-atom-window): Handle special case where we
99         split an already atomic window.
100         (window--major-non-side-window, display-buffer-in-side-window)
101         (window--side-check): Ignore minibuffer window when walking
102         window tree.
103         (window-deletable-p): Return 'frame only if no other frame uses
104         our minibuffer window.
105         (record-window-buffer): Run buffer-list-update-hook.
106         (split-window): Make sure window--check-frame won't destroy an
107         existing atomic window in case the new window gets nested
108         inside.
109         (display-buffer-at-bottom): Ignore minibuffer window when
110         walking window tree.  Don't split a side window.
111         (pop-to-buffer): Don't set-buffer here, the select-window call
112         should do that.
113         (mouse-autoselect-window-select): Autoselect only if we are in the
114         text portion of the window.
116 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118         * net/shr.el (shr-parse-image-data): New function to grab both the
119         data itself and the Content-Type.
120         (shr-put-image): Use it.
122         * net/eww.el (eww-display-image): Ditto.
124         * image.el (image-content-type-suffixes): New variable.
126 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
128         * progmodes/python.el (python-imenu--build-tree)
129         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
131 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
133         * simple.el (backward-word): Mention the optional argument.
135 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * frameset.el (frameset--make): Rename constructor from make-frameset.
138         (frameset-p, frameset-valid-p): Don't autoload.
139         (frameset-valid-p): Use normal accessors.
141 2013-08-13  Glenn Morris  <rgm@gnu.org>
143         * progmodes/compile.el (compile-command): Tweak example in doc.
144         * obsolete/scribe.el (scribe-mode):
145         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
147         * mail/feedmail.el (feedmail-confirm-outgoing)
148         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
150         * cus-start.el (truncate-partial-width-windows): Fix type.
152         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
154         * net/shr.el (shr-table-horizontal-line): Fix custom type.
156 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * emacs-lisp/timer.el (timer--time-setter): New function.
159         (timer--time): Use it as gv-setter.
161         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
162         setter is not a symbol.
164 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
166         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
167         if sending fails.  This makes debugging easier.
169 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
171         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
172         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
173         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
175 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
177         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
179 2013-08-12  Glenn Morris  <rgm@gnu.org>
181         * format.el (format-annotate-function):
182         Handle read-only text properties in the source.  (Bug#14887)
184 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186         * net/eww.el (eww-display-html): Ignore coding system errors.
187         One web site uses "utf-8lias" as the coding system.
189 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
191         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
193 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
195         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
196         (tutorial--detailed-help): Remove unused local variables.
197         (tutorial--save-tutorial-to): Use ignore-errors.
198         (help-with-tutorial): Use looking-at-p.
200         * view.el (view-buffer-other-window, view-buffer-other-frame):
201         Mark unused arguments.
203         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
204         (woman-select-symbol-fonts, woman, woman-find-file)
205         (woman-insert-file-contents, woman-non-underline-faces):
206         Use string-match-p.
207         (woman1-unquote): Move declaration.
209         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
210         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
211         argument.  Remove unused local variable.
212         (xml-parse-elem-type): Use string-match-p.
213         (xml-substitute-numeric-entities): Use ignore-errors.
215         * calculator.el (calculator): Mark unused argument.
216         (calculator-paste, calculator-quit, calculator-integer-p):
217         Use ignore-errors.
218         (calculator-string-to-number, calculator-decimal, calculator-exp)
219         (calculator-op-or-exp): Use string-match-p.
221         * dired.el (dired-buffer-more-recently-used-p): Declare.
222         (dired-insert-set-properties, dired-insert-old-subdirs):
223         Use ignore-errors.
225         * dired-aux.el (dired-compress): Use ignore-errors.
226         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
227         (dired-do-async-shell-command, dired-do-shell-command)
228         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
229         (dired-insert-subdir-validate): Use string-match-p.
230         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
231         (dired-add-entry): Use string-match-p, looking-at-p.
232         (dired-insert-subdir-newpos): Remove unused local variable.
234         * filenotify.el (file-notify-callback): Remove unused local variable.
236         * filesets.el (filesets-error): Mark unused argument.
237         (filesets-which-command-p, filesets-filter-dir-names)
238         (filesets-directory-files, filesets-get-external-viewer)
239         (filesets-ingroup-get-data): Use string-match-p.
241         * find-file.el (ff-other-file-name, ff-other-file-name)
242         (ff-find-the-other-file, ff-cc-hh-converter):
243         Remove unused local variables.
244         (ff-get-file-name): Use string-match-p.
245         (ff-all-dirs-under): Use ignore-errors.
247         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
248         (follow-select-if-visible): Remove unused local variable.
250         * forms.el (read-file-filter): Move declaration.
251         (forms--make-format, forms--make-parser, forms-insert-record):
252         Quote function with #'.
253         (forms--update): Use string-match-p.  Quote function with #'.
255         * help-mode.el (help-dir-local-var-def): Mark unused argument.
256         (help-make-xrefs): Use looking-at-p.
257         (help-xref-on-pp): Use looking-at-p, ignore-errors.
259         * ibuffer.el (ibuffer-ext-visible-p): Declare.
260         (ibuffer-confirm-operation-on): Use string-match-p.
262         * msb.el (msb-item-handler, msb-dired-item-handler):
263         Mark unused arguments.
265         * ses.el (ses-decode-cell-symbol)
266         (ses-kill-override): Remove unused local variable.
267         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
268         (ses-load): Use ignore-errors, looking-at-p.
269         (ses-jump-safe): Use ignore-errors.
270         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
272         * tabify.el (untabify, tabify): Mark unused arguments.
274         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
275         Mark unused argument.
276         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
277         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
279         * emacs-lisp/timer.el (timer--time): Define setter with
280         gv-define-setter to avoid deprecation warning.
282         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
283         (*record-cmpl-statistics-p*): Remove (was commented out).
284         (cmpl-statistics-block): Remove (body was commented out).
285         All callers changed.
286         (add-completions-from-buffer, load-completions-from-file):
287         Remove unused variables.
289 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
291         * filecache.el (file-cache-delete-file-list):
292         Print message only when told so.
293         (file-cache-files-matching): Use #' in mapconcat argument.
295         * ffap.el (ffap-url-at-point): Fix reference to variable
296         thing-at-point-default-mail-uri-scheme.
298 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * subr.el (define-error): New function.
301         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
302         error-file-not-found and define with define-error.
303         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
304         and define with define-error.
305         * userlock.el (file-locked, file-supersession):
306         * simple.el (mark-inactive):
307         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
308         * progmodes/ada-mode.el (ada-mode-errors):
309         * play/life.el (life-extinct):
310         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
311         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
312         * nxml/rng-util.el (rng-error):
313         * nxml/rng-uri.el (rng-uri-error):
314         * nxml/rng-match.el (rng-compile-error):
315         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
316         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
317         * nxml/nxml-rap.el (nxml-scan-error):
318         * nxml/nxml-outln.el (nxml-outline-error):
319         * net/soap-client.el (soap-error):
320         * net/gnutls.el (gnutls-error):
321         * net/ange-ftp.el (ftp-error):
322         * mpc.el (mpc-proc-error):
323         * json.el (json-error, json-readtable-error, json-unknown-keyword)
324         (json-number-format, json-string-escape, json-string-format)
325         (json-key-format, json-object-format):
326         * jka-compr.el (compression-error):
327         * international/quail.el (quail-error):
328         * international/kkc.el (kkc-error):
329         * emacs-lisp/ert.el (ert-test-failed):
330         * calc/calc.el (calc-error, inexact-result, math-overflow)
331         (math-underflow):
332         * bookmark.el (bookmark-error-no-filename):
333         * epg.el (epg-error): Define with define-error.
335         * time.el (display-time-event-handler)
336         (display-time-next-load-average): Don't call sit-for since it seems
337         unnecessary (bug#15045).
339         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
340         Use #' instead of ' to quote functions.
341         (checkdoc-output-mode): Use setq-local.
342         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
343         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
344         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
345         (checkdoc-ispell, checkdoc-ispell-current-buffer)
346         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
347         (checkdoc-ispell-message-text, checkdoc-ispell-start)
348         (checkdoc-ispell-continue, checkdoc-ispell-comments)
349         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
351         * ido.el (ido-completion-help): Fix up compiler warning.
353 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
355         * frameset.el (frameset-p): Add autoload cookie.
356         (frameset--jump-to-register): New function, based on code moved from
357         register.el.
358         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
360         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
361         (frameset-restore, frameset-save, frameset-session-filter-alist):
362         Remove declarations.
363         (register-alist): Doc fix.
364         (frameset-to-register): Move to frameset.el.
365         (jump-to-register, describe-register-1): Remove frameset-specific code.
367 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
369         * allout-widgets.el (allout-widgets-pre-command-business)
370         (allout-widgets-post-command-business)
371         (allout-widgets-after-change-handler)
372         (allout-decorate-item-and-context, allout-set-boundary-marker)
373         (allout-body-modification-handler)
374         (allout-graphics-modification-handler): Mark ignored arguments.
375         (allout-widgets-post-command-business)
376         (allout-widgets-exposure-change-processor)
377         (allout-widgets-exposure-undo-processor)
378         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
379         (allout-parse-item-at-point, allout-decorate-item-guides)
380         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
381         * allout.el (epa-passphrase-callback-function): Declare.
382         (allout-overlay-insert-in-front-handler)
383         (allout-overlay-interior-modification-handler)
384         (allout-isearch-end-handler, allout-chart-siblings)
385         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
386         (allout-yank-processing, allout-process-exposed)
387         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
388         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
389         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
390         (lisp-indent-defform): Mark ignored arguments.
391         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
392         (calculate-lisp-indent): Remove unused variables.
393         * international/characters.el (indian-2-column, arabic-2-column)
394         (tibetan): Mark ignored arguments.
395         (use-cjk-char-width-table): Mark ignored arguments.
396         Remove unused variables.
397         * international/fontset.el (build-default-fontset-data)
398         (x-compose-font-name, create-fontset-from-fontset-spec):
399         Mark ignored arguments.
400         (fontset-plain-name): Remove unused variables.
401         * international/mule.el (charset-id, charset-bytes, generic-char-p)
402         (keyboard-coding-system): Mark ignored arguments.
403         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
404         * help.el (resize-temp-buffer-window):
405         * window.el (display-buffer-in-major-side-window)
406         (display-buffer-in-side-window, display-buffer-in-previous-window):
407         Remove unused variables.
408         * isearch.el (isearch-forward-symbol):
409         * version.el (emacs-bzr-version-bzr):
410         * international/mule-cmds.el (current-language-environment):
411         * term/common-win.el (x-handle-iconic, x-handle-geometry)
412         (x-handle-display):
413         * term/pc-win.el (x-list-fonts, x-display-planes)
414         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
415         (x-server-version, x-display-screens, x-display-mm-height)
416         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
417         (x-selection-owner-p, x-own-selection-internal)
418         (x-disown-selection-internal, x-get-selection-internal)
419         (msdos-initialize-window-system):
420         * term/tty-colors.el (tty-color-alist, tty-color-clear):
421         * term/x-win.el (x-handle-no-bitmap-icon):
422         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
423         (vc-default-find-file-hook, vc-default-extra-menu):
424         Mark ignored arguments.
426 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
428         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
429         break-condition in the context of the debugged code (bug#12685).
431 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
433         * comint.el:
434         Do not use an overlay to highlight the last prompt.  (Bug#14744)
435         (comint-mode): Make comint-last-prompt buffer local.
436         (comint-last-prompt): New variable.
437         (comint-last-prompt-overlay): Remove.  Superseded by
438         comint-last-prompt.
439         (comint-snapshot-last-prompt, comint-output-filter):
440         Use comint-last-prompt.
442 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
444         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
445         (frameset-save): Check validity of the resulting frameset.
447 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
449         * ido.el (ido-record-command): Add doc string.
451 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
453         * frameset.el (frameset): Do not disable creation of the default
454         frameset-p predicate.  Doc fix.
455         (frameset-valid-p): New function, copied from the old predicate-p.
456         Add additional checks.
457         (frameset-restore): Check with frameset-valid-p.
458         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
459         (frameset-name, frameset-description, frameset-properties)
460         (frameset-states): Add docstring.
461         (frameset-session-filter-alist, frameset-persistent-filter-alist)
462         (frameset-filter-alist): Doc fixes.
464 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
466         * frameset.el (frameset-p, frameset-prop): Doc fixes.
468 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
471         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
472         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
473         (byte-compile-normal-call): Remove obsolescence check.
475 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
477         * frameset.el (frameset-restore): Doc fix.
479         * register.el (frameset-frame-id, frameset-frame-with-id)
480         (frameset-p, frameset-restore, frameset-save): Declare.
481         (register-alist): Document framesets.
482         (frameset-session-filter-alist): Declare.
483         (frameset-to-register): New function.
484         (jump-to-register): Implement jumping to framesets.  Doc fix.
485         (describe-register-1): Describe framesets.
487         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
489 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
491         * desktop.el (desktop-save-frameset): Use new frameset-save args.
492         Use lexical-binding.
494         * frameset.el (frameset): Use type vector, not list (incompatible
495         change).  Do not declare a new constructor, use the default one.
496         Upgrade suggested properties `app', `name' and `desc' to slots `app',
497         `name' and `description', respectively, and add read-only slot
498         `timestamp'.  Doc fixes.
499         (frameset-copy, frameset-persistent-filter-alist)
500         (frameset-filter-alist, frameset-switch-to-gui-p)
501         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
502         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
503         (frameset-filter-iconified, frameset-keep-original-display-p):
504         Doc fixes.
505         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
506         Rename from frameset-filter-(save|restore)-param.  All callers changed.
507         Doc fix.
508         (frameset-p): Adapt to change to vector and be more thorough.
509         Change arg name to OBJECT.  Doc fix.
510         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
511         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
512         All callers changed.
513         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
514         All callers changed.
515         (frameset--record-minibuffer-relationships): Rename from
516         frameset--process-minibuffer-frames.  All callers changed.
517         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
518         Use new default constructor (again).  Doc fix.
519         (frameset--find-frame-if): Rename from `frameset--find-frame.
520         All callers changed.
521         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
522         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
523         Doc fix.
524         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
525         PARAMETERS and WINDOW-STATE, respectively.
526         (frameset-restore): Add new keyword argument PREDICATE.
527         Reset frameset--target-display to nil.  Doc fix.
529 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
532         (bat-mode): Use it.
533         (bat-mode-syntax-table): Mark \n as end-of-comment.
534         (bat-font-lock-keywords): Remove comment rule.
536         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
537         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
539         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
540         (byte-compile-callargs-warn): Use `push'.
541         (byte-compile-arglist-warn): Ignore higher-order "calls".
542         (byte-compile-file-form-autoload): Use `pcase'.
543         (byte-compile-function-form): If quoting a symbol, check that it exists.
545 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
547         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
548         and add a few popular commands found in batch files.
549         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
550         (dos-mode): Doc fixes.
552 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
554         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
555         (dos-mode): Use setq-local.  Add space after "rem".
556         (dos-mode-syntax-table): Don't use "w" for symbol chars.
557         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
559 2013-08-07  Arni Magnusson  <arnima@hafro.is>
561         * progmodes/dos.el: New file.
562         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
563         dos-mode.
565 2013-08-06  Glenn Morris  <rgm@gnu.org>
567         * calendar/calendar.el: Add new faces, and day-header-array.
568         (calendar-weekday-header, calendar-weekend-header)
569         (calendar-month-header): New faces.
570         (calendar-day-header-construct): New function.
571         (calendar-day-header-width): Also :set calendar-day-header-array.
572         (calendar-american-month-header, calendar-european-month-header)
573         (calendar-iso-month-header): Use calendar- faces.
574         (calendar-generate-month):
575         Use calendar-day-header-array for day headers; apply faces to them.
576         (calendar-mode): Check calendar-font-lock-keywords non-nil.
577         (calendar-abbrev-construct): Add optional maxlen argument.
578         (calendar-day-name-array): Doc fix.
579         (calendar-day-name-array, calendar-abbrev-length)
580         (calendar-day-abbrev-array):
581         Also :set calendar-day-header-array, and maybe redraw.
582         (calendar-day-header-array): New option.  (Bug#15007)
583         (calendar-font-lock-keywords): Set to nil and make obsolete.
584         (calendar-day-name): Add option to use header array.
586 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588         * net/shr.el (shr-render-td): Remove debugging.
589         (shr-render-td): Make width computation consistent by defaulting
590         all zero-width columns to 10 characters.  This may not be optimal,
591         but it's at least consistent.
592         (shr-make-table-1): Redo last change to fix the real problem in
593         colspan handling.
595 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
597         * files.el (cache-long-line-scans):
598         Make obsolete alias to `cache-long-scans'.
600 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
602         * frameset.el (frameset, frameset-filter-alist)
603         (frameset-filter-params, frameset-save, frameset--reuse-frame)
604         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
605         (frameset-compute-pos): Rename from frameset--compute-pos,
606         and add docstring.
607         (frameset-move-onscreen): Use frameset-compute-pos.
608         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
610         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
611         Fix typos in docstrings.
613 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
615         * frame.el (get-other-frame): Tiny cleanup.
617 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
619         * vc/vc.el (vc-default-ignore-completion-table):
620         Silence byte-compiler warning.
622         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
623         slot , which can indeed be nil.
624         (frameset-live-filter-alist, frameset-persistent-filter-alist):
625         Move entry for `left' from persistent to live filter alist.
626         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
627         Doc fixes.
628         (frameset-filter-params): When restoring a frame, copy items added to
629         `filtered', to avoid unwittingly modifying the original parameters.
630         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
631         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
633         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
634         to use looking-at-p instead of looking-at.  (Bug#15028)
636 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
638         Revert introduction of isearch-filter-predicates (bug#14714).
639         Rely on add-function instead.
640         * isearch.el (isearch-filter-predicates): Rename it back to
641         isearch-filter-predicate.
642         (isearch-message-prefix): Use advice-function-mapc and advice
643         properties to get the isearch-message-prefix.
644         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
645         instead of run-hook-with-args-until-failure.
646         (isearch-filter-visible): Not obsolete any more.
647         * loadup.el: Preload nadvice.
648         * replace.el (perform-replace): Revert to funcall
649         instead of run-hook-with-args-until-failure.
650         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
651         * dired-aux.el (dired-isearch-filenames-mode): Rename from
652         dired-isearch-filenames-toggle; make it into a proper minor mode.
653         Use add/remove-function.
654         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
655         Call the minor-mode rather than add/remove-hook.
656         (dired-isearch-filter-filenames):
657         Remove isearch-message-prefix property.
658         * info.el (Info--search-loop): New function, extracted from Info-search.
659         Funcall isearch-filter-predicate instead of
660         run-hook-with-args-until-failure isearch-filter-predicates.
661         (Info-search): Use it.
662         (Info-mode): Use isearch-filter-predicate instead of
663         isearch-filter-predicates.
665 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
667         Do not call to `selected-window' where it is assumed by default.
668         Affected functions are `window-minibuffer-p', `window-dedicated-p',
669         `window-hscroll', `window-width', `window-height', `window-buffer',
670         `window-frame', `window-start', `window-point', `next-window'
671         and `window-display-table'.
672         * abbrev.el (abbrev--default-expand):
673         * bs.el (bs--show-with-configuration):
674         * buff-menu.el (Buffer-menu-mouse-select):
675         * calc/calc.el (calc):
676         * calendar/calendar.el (calendar-generate-window):
677         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
678         (diary-make-entry):
679         * comint.el (send-invisible, comint-dynamic-complete-filename)
680         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
681         * completion.el (complete):
682         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
683         * disp-table.el (describe-current-display-table):
684         * doc-view.el (doc-view-insert-image):
685         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
686         * ehelp.el (with-electric-help):
687         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
688         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
689         * emacs-lisp/helper.el (Helper-help-scroller):
690         * emulation/cua-base.el (cua--post-command-handler-1):
691         * eshell/esh-mode.el (eshell-output-filter):
692         * ffap.el (ffap-gnus-wrapper):
693         * help-macro.el (make-help-screen):
694         * hilit-chg.el (highlight-compare-buffers):
695         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
696         * hl-line.el (global-hl-line-highlight):
697         * icomplete.el (icomplete-simple-completing-p):
698         * isearch.el (isearch-done):
699         * jit-lock.el (jit-lock-stealth-fontify):
700         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
701         * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
702         * mpc.el (mpc-tagbrowser, mpc):
703         * net/rcirc.el (rcirc-any-buffer):
704         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
705         * play/landmark.el (landmark-max-width, landmark-max-height):
706         * play/zone.el (zone):
707         * progmodes/compile.el (compilation-goto-locus):
708         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
709         * progmodes/etags.el (find-tag-other-window):
710         * progmodes/fortran.el (fortran-column-ruler):
711         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
712         * progmodes/verilog-mode.el (verilog-point-text):
713         * reposition.el (reposition-window):
714         * rot13.el (toggle-rot13-mode):
715         * server.el (server-switch-buffer):
716         * shell.el (shell-dynamic-complete-command)
717         (shell-dynamic-complete-environment-variable):
718         * simple.el (insert-buffer, set-selective-display)
719         (delete-completion-window):
720         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
721         (speedbar-recenter):
722         * startup.el (fancy-splash-head):
723         * textmodes/ispell.el (ispell-command-loop):
724         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
725         * tutorial.el (help-with-tutorial):
726         * vc/add-log.el (add-change-log-entry):
727         * vc/compare-w.el (compare-windows):
728         * vc/ediff-help.el (ediff-indent-help-message):
729         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
730         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
731         (ediff-setup-control-frame):
732         * vc/emerge.el (emerge-position-region):
733         * vc/pcvs-util.el (cvs-bury-buffer):
734         * window.el (walk-windows, mouse-autoselect-window-select):
735         * winner.el (winner-set-conf, winner-undo): Related users changed.
737 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
739         * frameset.el (frameset--set-id): Doc fix.
740         (frameset-frame-id, frameset-frame-id-equal-p)
741         (frameset-locate-frame-id): New functions.
742         (frameset--process-minibuffer-frames, frameset--reuse-frame)
743         (frameset-restore): Use them.
745 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
747         Do not call to `selected-frame' where it is assumed by default.
748         Affected functions are `raise-frame', `redraw-frame',
749         `frame-first-window', `frame-terminal' and `delete-frame'.
750         * calendar/appt.el (appt-disp-window):
751         * epg.el (epg-wait-for-completion):
752         * follow.el (follow-delete-other-windows-and-split)
753         (follow-avoid-tail-recenter):
754         * international/mule.el (set-terminal-coding-system):
755         * mail/rmail.el (rmail-mail-return):
756         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
757         * progmodes/f90.el (f90-add-imenu-menu):
758         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
759         * server.el (server-switch-buffer):
760         * simple.el (delete-completion-window):
761         * talk.el (talk):
762         * term/xterm.el (terminal-init-xterm-modify-other-keys)
763         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
764         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
765         * vc/ediff.el (ediff-documentation): Related users changed.
766         * frame.el (selected-terminal): Remove the leftover.
768 2013-08-05  Glenn Morris  <rgm@gnu.org>
770         * calendar/calendar.el (calendar-generate-month):
771         Fix for calendar-column-width != 1 + calendar-day-digit-width.
772         (calendar-generate-month, calendar-font-lock-keywords):
773         Fix for calendar-day-header-width > length of any day name.
775 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
777         * desktop.el (desktop-clear): Use new name of sort predicate.
779         * frameset.el (frameset): Add docstring.  Move :version property to its
780         own `version' slot.
781         (frameset-copy): Rename from copy-frameset.
782         (frameset-p): Check more thoroughly.
783         (frameset-prop): Do not check for :version, which is no longer a prop.
784         (frameset-live-filter-alist, frameset-persistent-filter-alist):
785         Use new :never value instead of t.
786         (frameset-filter-alist): Expand and clarify docstring.
787         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
788         (frameset-filter-minibuffer, frameset-filter-save-param)
789         (frameset-filter-restore-param, frameset-filter-iconified):
790         Add pointer to docstring of frameset-filter-alist.
791         (frameset-filter-params): Rename filter values to be more meaningful:
792         :never instead of t, and reverse the meanings of :save and :restore.
793         (frameset--process-minibuffer-frames): Clarify error message.
794         (frameset-save): Avoid unnecessary and confusing call to framep.
795         Use new BOA constructor for framesets.
796         (frameset--reuse-list): Doc fix.
797         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
798         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
799         (frameset-minibufferless-first-p): Doc fix.
800         Rename from frameset-sort-frames-for-deletion.
801         (frameset-restore): Doc fixes.  Use new function names.
802         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
804 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
806         * desktop.el (desktop-restore-forces-onscreen)
807         (desktop-restore-reuses-frames): Document :keyword constant values.
808         (desktop-filter-parameters-alist): Remove, now identical to
809         frameset-filter-alist.
810         (desktop--filter-tty*): Remove, moved to frameset.el.
811         (desktop-save-frameset, desktop-restore-frameset):
812         Do not pass :filters argument.
814         * frameset.el (frameset-live-filter-alist)
815         (frameset-persistent-filter-alist): New variables.
816         (frameset-filter-alist): Use them.  Add autoload cookie.
817         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
818         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
819         `frameset--id' (it's supposed to be internal to frameset.el).
820         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
821         (frameset--initial-params): New function.
822         (frameset--get-frame): Use it.  Doc fix.
823         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
824         Accept :all, not 'all.
825         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
826         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
827         with fbound symbols.  Fix frame id matching, and remove matching ids if
828         the frame being restored is deleted.  Obey :delete.
830 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
832         * subr.el (macrop): New function.
833         (text-clone--maintaining): New var.
834         (text-clone--maintain): Rename from text-clone-maintain.  Use it
835         instead of inhibit-modification-hooks.
837         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
838         a proxy, so as handle autoloads and redefinitions of the target.
839         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
841         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
842         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
843         (pcase--mutually-exclusive-p): New function.
844         (pcase--split-consp): Use it.
845         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
846         mutually exclusive with the current predicate.
848         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
849         (edebug-macrop): Remove.  Use `macrop' instead.
850         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
851         (ad-macro-p):
852         * eshell/esh-cmd.el (eshell-macrop):
853         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
855 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
858         (advice-mapc): New function, using it.
859         (advice-function-member-p): New function.
860         (advice--normalize): Store the cdr in advice--saved-rewrite since
861         that's the part that will be changed.
862         (advice--symbol-function): New function.
863         (advice-remove): Handle removal before the function is defined.
864         Adjust to new advice--saved-rewrite.
865         (advice-member-p): Use advice-function-member-p and
866         advice--symbol-function.
868 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
870         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
871         (frameset-filter-minibuffer): Doc fix.
872         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
873         (frameset--set-id, frameset--process-minibuffer-frames)
874         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
875         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
877         * desktop.el (desktop-clear): Only delete frames when called
878         interactively and desktop-restore-frames is non-nil.  Doc fix.
879         (desktop-read): Set desktop-saved-frameset to nil.
881 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
883         * vc/vc.el (vc-ignore): Rewrite.
884         (vc-default-ignore-completion-table):
885         (vc--read-lines):
886         (vc--add-line, vc--remove-regexp): New functions.
888         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
889         (vc-svn-ignore-completion-table): New function.
891         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
892         (vc-hg-ignore-completion-table):
893         (vc-hg-find-ignore-file): New functions.
895         * vc/vc-git.el (vc-git-ignore): Rewrite.
896         (vc-git-ignore-completion-table):
897         (vc-git-find-ignore-file): New functions.
899         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
901         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
902         (vc-bzr-ignore-completion-table):
903         (vc-bzr-find-ignore-file): New functions.
905 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
907         * frameset.el (frameset-prop): New function and setter.
908         (frameset-save): Do not modify frame list passed by the caller.
910 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
914 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
917         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
919         * custom.el (custom-initialize-default, custom-initialize-set)
920         (custom-initialize-reset, custom-initialize-changed): Affect the
921         toplevel-default-value (bug#6275, bug#14586).
922         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
923         for bug#6275.
925 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
927         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
928         Add cl-def* expressions.
930         * frameset.el (frameset-filter-params): Fix order of arguments.
932 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
934         Move code related to saving frames to frameset.el.
935         * desktop.el: Require frameset.
936         (desktop-restore-frames): Doc fix.
937         (desktop-restore-reuses-frames): Rename from
938         desktop-restoring-reuses-frames.
939         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
940         (desktop-clear): Clear frames too.
941         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
942         (desktop--filter-tty*, desktop-save, desktop-read):
943         Use frameset functions.
944         (desktop-before-saving-frames-functions, desktop--filter-*-color)
945         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
946         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
947         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
948         (desktop--process-minibuffer-frames, desktop-save-frames)
949         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
950         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
951         (desktop--sort-states, desktop-restoring-frames-p)
952         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
953         (desktop-restoring-frameset-p, desktop-restore-frameset)
954         (desktop--check-dont-save, desktop-save-frameset): New functions.
955         (desktop--app-id): New constant.
956         (desktop-first-buffer, desktop-buffer-ok-count)
957         (desktop-buffer-fail-count): Move before first use.
958         * frameset.el: New file.
960 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * files.el: Use lexical-binding.
963         (dir-locals-read-from-file): Remove unused `err' variable.
964         (hack-dir-local-variables--warned-coding): New var.
965         (hack-dir-local-variables): Use it to avoid repeated warnings.
966         (make-backup-file-name--default-function): New function.
967         (make-backup-file-name-function): Use it as default.
968         (buffer-stale--default-function): New function.
969         (buffer-stale-function): Use it as default.
970         (revert-buffer-insert-file-contents--default-function): New function.
971         (revert-buffer-insert-file-contents-function): Use it as default.
972         (insert-directory): Avoid add-to-list.
974         * autorevert.el (auto-revert-handler): Simplify.
975         Use buffer-stale--default-function.
977 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
979         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
981         * whitespace.el (whitespace-ensure-local-variables): New function.
982         (whitespace-cleanup-region): Call it.
983         (whitespace-turn-on): Call it.
985 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
987         Complete file name handlers.
989         * net/tramp.el (tramp-handle-set-visited-file-modtime)
990         (tramp-handle-verify-visited-file-modtime)
991         (tramp-handle-file-notify-rm-watch): New functions.
992         (tramp-call-process): Do not bind `default-directory'.
994         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
995         Order alphabetically.
996         [access-file, add-name-to-file, dired-call-process]:
997         [dired-compress-file, file-acl, file-notify-rm-watch]:
998         [file-ownership-preserved-p, file-selinux-context]:
999         [make-directory-internal, make-symbolic-link, set-file-acl]:
1000         [set-file-selinux-context, set-visited-file-modtime]:
1001         [verify-visited-file-modtime]: Add handler.
1002         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
1004         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
1005         [file-notify-add-watch, file-notify-rm-watch]:
1006         [set-file-times, set-visited-file-modtime]:
1007         [verify-visited-file-modtime]: Add handler.
1008         (with-tramp-gvfs-error-message)
1009         (tramp-gvfs-handle-set-visited-file-modtime)
1010         (tramp-gvfs-fuse-file-name): Remove.
1011         (tramp-gvfs-handle-file-notify-add-watch)
1012         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
1013         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
1015         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1016         Order alphabetically.
1017         [file-notify-rm-watch ]: Use default Tramp handler.
1018         [executable-find]: Remove private handler.
1019         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
1020         `default-directory'.
1021         (tramp-sh-handle-executable-find)
1022         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
1023         (tramp-sh-file-gvfs-monitor-dir-process-filter)
1024         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
1025         Do not use `format' in `tramp-message'.
1027         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
1028         [file-notify-rm-watch, set-visited-file-modtime]:
1029         [verify-visited-file-modtime]: Add handler.
1030         (tramp-smb-call-winexe): Do not bind `default-directory'.
1032 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
1034         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
1036 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
1038         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
1039         use it.
1040         (log-view-diff-changeset): Same.
1041         (log-view-diff-common): Call backend command `previous-revision'
1042         to find out the previous revision, in both cases.  Swap the
1043         variables `to' and `fr', so that `fr' usually refers to the
1044         earlier revision (Bug#14989).
1046 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
1048         * ibuf-ext.el (ibuffer-filter-by-filename):
1049         Make it work with dired buffers too.
1051 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
1053         * emacs-lisp/re-builder.el (reb-color-display-p):
1054         * files.el (save-buffers-kill-terminal):
1055         * net/browse-url.el (browse-url):
1056         * server.el (server-save-buffers-kill-terminal):
1057         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
1058         Prefer nil to selected-frame for the first arg of frame-parameter.
1060 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
1062         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
1064 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
1066         * minibuffer.el (completion--twq-all): Try and preserve each
1067         completion's case choice (bug#14907).
1069 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071         * net/network-stream.el (open-network-stream): Mention the new
1072         :nogreeting parameter.
1073         (network-stream-open-starttls): Use the :nogreeting parameter
1074         (bug#14938).
1076         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
1078         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
1079         more natural than popping.
1081         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
1082         (shr-urlify): Highlight under mouse.
1084 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1086         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
1088         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
1090         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
1091         buffer for output.
1093         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
1094         point-min==1.  Fix search string.  Fix parentheses missing.
1096         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
1097         assume point-min==1.  Fix search string.  Fix parentheses missing.
1099         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
1101         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
1102         buffer for output.
1104 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
1106         * frame.el (frame-notice-user-settings): Avoid inflooping when the
1107         initial frame is minibuffer-less.  (Bug#14841)
1109 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
1111         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
1112         option.
1114         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1115         (tramp-maybe-open-connection): Use it.
1117 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
1119         * desktop.el (desktop--make-frame): Include `minibuffer' in the
1120         minimal set of parameters passed when creating a frame, because
1121         the minibuffer status of a frame cannot be changed later.
1123 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
1125         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
1126         replace-regexp-in-string and inadvertent omissions in previous change.
1127         (todo-filter-items): Ensure only file names are comma-separated in
1128         name of filtered items buffer.
1130 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
1132         * desktop.el: Optionally force offscreen frames back onscreen.
1133         (desktop-restoring-reuses-frames): New option.
1134         (desktop--compute-pos, desktop--move-onscreen): New functions.
1135         (desktop--make-frame): Use desktop--move-onscreen.
1137 2013-07-27  Alan Mackenzie  <acm@muc.de>
1139         Fontify a Java generic method as a function.
1140         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
1141         value to t.
1143 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
1145         * calendar/todo-mode.el: Add command to rename todo files.
1146         (todo-rename-file): New command.
1147         (todo-key-bindings-t): Add key binding for it.  Change the
1148         bindings of todo-filter-regexp-items(-multifile) to use `x'
1149         instead of `r', since the latter is better suited to the new
1150         renaming command.
1152 2013-07-27  Alan Mackenzie  <acm@muc.de>
1154         Make Java try-with-resources statement parse properly.
1155         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
1156         (c-block-stmt-1-2-key): New language constants/variables.
1157         * progmodes/cc-engine.el (c-beginning-of-statement-1)
1158         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
1159         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
1160         with c-block-stmt-1-2-key.
1162 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
1164         * desktop.el (desktop--make-frame): Apply most frame parameters after
1165         creating the frame to force (partially or totally) offscreen frames to
1166         be restored as such.
1168 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
1170         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
1171         (Bug#14948)
1173 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1175         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
1176         `base' arg of backtrace-frame.
1178 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
1180         * simple.el (list-processes): Doc fix.
1182 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
1184         * desktop.el (desktop--select-frame):
1185         Try harder to reuse existing frames.
1187 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1189         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
1190         (edebug-eval): Use backtrace-eval.
1191         (edebug--display, edebug--recursive-edit): Don't let-bind the
1192         edebug-outer-* vars that keep track of variables we locally let-bind.
1193         (edebug-outside-excursion): Don't restore outside values of locally
1194         let-bound vars.
1195         (edebug--display): Use user-error.
1196         (cl-lexical-debug, cl-debug-env): Remove.
1198 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
1200         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
1201         are restored to be sure that they are visible before deleting any
1202         remaining ones.
1204 2013-07-26  Matthias Meulien  <orontee@gmail.com>
1206         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
1207         vc-print-root-log.  (Bug#14948)
1209 2013-07-26  Richard Stallman  <rms@gnu.org>
1211         Add aliases for encrypting mail.
1212         * epa.el (epa-mail-aliases): New option.
1213         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
1214         Bind inhibit-read-only so read-only text doesn't ruin everything.
1215         (epa-mail-default-recipients): New subroutine broken out.
1216         Handle epa-mail-aliases.
1218 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         Add support for lexical variables to the debugger's `e' command.
1221         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
1222         vars, except for debugger-outer-match-data.
1223         (debugger-frame-number): Move check for "on a function call" from
1224         callers into it.  Add `skip-base' argument.
1225         (debugger-frame, debugger-frame-clear): Simplify accordingly.
1226         (debugger-env-macro): Only reset the state stored in non-variables,
1227         i.e. current-buffer and match-data.
1228         (debugger-eval-expression): Rewrite using backtrace-eval.
1229         * subr.el (internal--called-interactively-p--get-frame): Remove.
1230         (called-interactively-p):
1231         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
1232         `base' arg of backtrace-frame instead.
1234 2013-07-26  Glenn Morris  <rgm@gnu.org>
1236         * align.el (align-regexp): Doc fix.  (Bug#14857)
1237         (align-region): Explicit error if subexpression missing/does not match.
1239         * simple.el (global-visual-line-mode):
1240         Do not duplicate the mode lighter.  (Bug#14858)
1242 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
1244         * window.el (display-buffer): In display-buffer bind
1245         split-window-keep-point to t, bug#14829.
1247 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
1249         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
1250         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
1251         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
1252         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1253         Change accordingly.
1254         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
1255         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
1257 2013-07-25  Glenn Morris  <rgm@gnu.org>
1259         * dired-x.el (dired-mark-extension): Convert comment to doc string.
1261 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
1263         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
1264         parameter to modify-frame-parameters if the value has not changed;
1265         this is a workaround for bug#14949.
1266         (desktop--make-frame): On cl-delete-if call, check parameter name,
1267         not full parameter.
1269 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
1271         * vc/vc.el (vc-ignore): New function.
1273         * vc/vc-svn.el (vc-svn-ignore): New function.
1275         * vc/vc-hg.el (vc-hg-ignore): New function.
1277         * vc/vc-git.el (vc-git-ignore): New function.
1279         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
1280         (vc-dir-ignore): New function.
1282         * vc/vc-cvs.el (vc-cvs-ignore): New function.
1283         (cvs-append-to-ignore): Move here from pcvs.el.
1285         * vc/vc-bzr.el (vc-bzr-ignore): New function.
1287         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
1289 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
1291         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
1292         (desktop-restore-frames): Warn when deleting an existing frame failed.
1294 2013-07-24  Glenn Morris  <rgm@gnu.org>
1296         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
1298 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
1300         * filenotify.el (file-notify-supported-p):
1301         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1302         Remove functions.
1304         * autorevert.el (auto-revert-use-notify):
1305         (auto-revert-notify-add-watch):
1306         * net/tramp.el (tramp-file-name-for-operation):
1307         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1308         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1309         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1310         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1311         Remove `file-notify-supported-p' entry.
1313 2013-07-24  Glenn Morris  <rgm@gnu.org>
1315         * printing.el: Replace all uses of deleted ps-windows-system,
1316         ps-lp-system, ps-flatten-list with lpr- versions.
1318 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
1321         checked with memq (bug#14935).
1323         * files.el (revert-buffer-function): Use a non-nil default.
1324         (revert-buffer-preserve-modes): Declare var to
1325         provide access to the `preserve-modes' argument.
1326         (revert-buffer): Let-bind it.
1327         (revert-buffer--default): New function, extracted from revert-buffer.
1329 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1331         * lpr.el: Signal print errors more prominently.
1332         (print-region-function): Don't default to nil.
1333         (lpr-print-region): New function, extracted from print-region-1.
1334         Check lpr's return value and signal an error in case of problem.
1335         (print-region-1): Use it.
1336         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
1337         versions instead.
1338         (ps-printer-name): Default to nil.
1339         (ps-printer-name-option): Default to lpr-printer-switch.
1340         (ps-print-region-function): Don't default to nil.
1341         (ps-postscript-code-directory): Simplify default.
1342         (ps-do-despool): Use lpr-print-region to properly check the outcome.
1343         (ps-string-list, ps-eval-switch, ps-flatten-list)
1344         (ps-flatten-list-1): Remove.
1345         (ps-multibyte-buffer): Avoid setq.
1346         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
1347         (print-region-function, ps-print-region-function): Don't set them here.
1349 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
1351         * ido.el (ido-fractionp):
1352         (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
1353         (ido-max-file-prompt-width, ido-unc-hosts-cache)
1354         (ido-max-directory-size, ido-max-dir-file-cache)
1355         (ido-decorations): Doc fix.
1357         * ansi-color.el: Fix old URL.
1359 2013-07-23  Michael R. Mauger  <michael@mauger.com>
1361         * progmodes/sql.el Version 3.3
1362         (sql-product-alist): Improve oracle :prompt-cont-regexp.
1363         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
1364         (sql-interactive-remove-continuation-prompt): Rewrite, use
1365         functions above.  Fix continuation prompt and complete output line
1366         handling.
1367         (sql-redirect-one, sql-execute): Use `read-only-mode' on
1368         redirected output buffer.
1369         (sql-mode): Restore deleted code (Bug#13591).
1371 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
1373         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
1375 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
1377         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
1379         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1380         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1381         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
1383 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
1385         * desktop.el (desktop-clear): Simplify; remove useless checks
1386         against invalid buffer names.
1387         (desktop-list*): Use cl-list*.
1388         (desktop-buffer-info, desktop-create-buffer): Simplify.
1390 2013-07-23  Leo Liu  <sdl.web@gmail.com>
1392         * bookmark.el (bookmark-make-record): Restore NAME as a default
1393         value.  (Bug#14933)
1395 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1397         * emacs-lisp/autoload.el (autoload--setup-output): New function,
1398         extracted from autoload--insert-text.
1399         (autoload--insert-text): Remove.
1400         (autoload--print-cookie-text): New function, extracted from
1401         autoload--insert-cookie-text.
1402         (autoload--insert-cookie-text): Remove.
1403         (autoload-generate-file-autoloads): Adjust calls accordingly.
1405         * winner.el (winner-hook-installed-p): Remove.
1406         (winner-mode): Simplify accordingly.
1408         * subr.el (add-to-list): Fix compiler-macro when `append' is
1409         not constant.  Don't use `cl-member' for the base case.
1411         * progmodes/subword.el: Fix boundary case (bug#13758).
1412         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
1413         own group.
1414         (subword-backward-regexp): Make it a constant.
1415         (subword-forward-internal): Don't treat a trailing capital as the
1416         beginning of a word.
1418 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
1420         * emacs-lisp/package.el (package-menu-mode): Don't modify the
1421         global value of tabulated-list-revert-hook (bug#14930).
1423 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
1425         * desktop.el: Require 'cl-lib.
1426         (desktop-before-saving-frames-functions): New hook.
1427         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
1428         for frames being saved.  Rename from desktop--save-minibuffer-frames.
1429         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
1430         Do not save frames with non-nil `desktop-dont-save' parameter.
1431         Filter out deleted frames.
1432         (desktop--find-frame): Use cl-find-if.
1433         (desktop--select-frame): Use cl-(first|second|third) to access values
1434         of desktop-mini.
1435         (desktop--make-frame): Use cl-delete-if.
1436         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
1437         (desktop-restore-frames): Use cl-(first|second|third) to access values
1438         of desktop-mini.  Look for visible frame at the end, not while
1439         restoring frames.
1441         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
1442         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
1443         Use string-match-p, looking-at-p (bug#14927).
1445 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
1447         * desktop.el (desktop-saved-frame-states):
1448         Rename from desktop--saved-states; all users changed.
1449         (desktop-save-frames): Rename from desktop--save-frames.
1450         Do not save state to desktop file.
1451         (desktop-save): Save desktop-saved-frame-states to desktop file
1452         and reset to nil.
1453         (desktop-restoring-frames-p): New function.
1454         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
1455         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
1456         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
1458         * desktop.el: Correctly restore iconified frames.
1459         (desktop--filter-iconified-position): New function.
1460         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
1462 2013-07-20  Glenn Morris  <rgm@gnu.org>
1464         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
1465         Let `message' do the formatting.
1466         (def-gdb-preempt-display-buffer): Add explicit format.
1468         * image-dired.el (image-dired-track-original-file):
1469         Use with-current-buffer.
1470         (image-dired-track-thumbnail): Use with-current-buffer.
1471         Avoid changing point of wrong window.
1473         * image-dired.el (image-dired-track-original-file):
1474         Avoid changing point of wrong window.  (Bug#14909)
1476 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
1478         * progmodes/gdb-mi.el (gdb-done-or-error):
1479         Guard against "%" in gdb output.  (Bug#14127)
1481 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
1483         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
1484         (Bug#14826)
1486         * international/mule.el (coding-system-iso-2022-flags): Fix last
1487         change.
1489 2013-07-20  Kenichi Handa  <handa@gnu.org>
1491         * international/mule.el (coding-system-iso-2022-flags):
1492         Add `8-bit-level-4'.  (Bug#8522)
1494 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496         * net/shr.el (shr-mouse-browse-url): New command and keystroke
1497         (bug#14815).
1499         * net/eww.el (eww-process-text-input): Allow inputting when the
1500         point is at the start of the line, as the properties aren't
1501         front-sticky.
1503         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
1504         degenerate widths.
1506 2013-07-19  Richard Stallman  <rms@gnu.org>
1508         * epa.el (epa-popup-info-window): Doc fix.
1510         * subr.el (split-string): New arg TRIM.
1512 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
1514         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
1515         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
1517 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
1519         * filenotify.el (file-notify--library): Rename from
1520         `file-notify-support'.  Do not autoload.  Adapt all uses.
1521         (file-notify-supported-p): New defun.
1523         * autorevert.el (auto-revert-use-notify):
1524         Use `file-notify-supported-p' instead of `file-notify-support'.
1525         Adapt docstring.
1526         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
1528         * net/tramp.el (tramp-file-name-for-operation):
1529         Add `file-notify-supported-p'.
1531         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
1532         New defun.
1533         (tramp-sh-file-name-handler-alist): Add it as handler for
1534         `file-notify-supported-p '.
1536         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1537         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1538         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1539         Add `ignore' as handler for `file-notify-*' functions.
1541 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
1543         * simple.el (line-move-partial, line-move): Don't start vscroll or
1544         scroll-up if the current line is not taller than the window.
1545         (Bug#14881)
1547 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
1549         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
1550         highlight question marks in the method names as strings.
1551         (ruby-block-beg-keywords): Inline.
1552         (ruby-font-lock-keyword-beg-re): Extract from
1553         `ruby-font-lock-keywords'.
1555 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
1557         * frame.el (blink-cursor-blinks): New defcustom.
1558         (blink-cursor-blinks-done): New defvar.
1559         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
1560         (blink-cursor-timer-function): Check if number of blinks has been
1561         done on X and NS.
1562         (blink-cursor-suspend, blink-cursor-check): New defuns.
1564 2013-07-15  Glenn Morris  <rgm@gnu.org>
1566         * edmacro.el (edmacro-format-keys): Fix previous change.
1568 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
1570         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
1571         The hack didn't work outside English locales anyway.
1573 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
1575         * simple.el (define-alternatives): Rename from alternatives-define,
1576         per RMS' suggestion.
1578 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
1580         * desktop.el (desktop-restore-frames): Change default to t.
1581         (desktop-restore-in-current-display): Now offer more options.
1582         (desktop-restoring-reuses-frames): New customization option.
1583         (desktop--saved-states): Doc fix.
1584         (desktop-filter-parameters-alist): New variable, renamed and expanded
1585         from desktop--excluded-frame-parameters.
1586         (desktop--target-display): New variable.
1587         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
1588         (desktop--filter-tty*, desktop--filter-*-color)
1589         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
1590         (desktop--filter-save-desktop-parm)
1591         (desktop-restore-in-original-display-p): New functions.
1592         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
1593         (desktop--save-minibuffer-frames): New function, inspired by a similar
1594         function from Martin Rudalics.
1595         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
1596         (desktop--restore-in-this-display-p): Remove.
1597         (desktop--find-frame): Rename from desktop--find-frame-in-display
1598         and add predicate argument.
1599         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
1600         (desktop--reuse-list): New variable.
1601         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
1602         New functions.
1603         (desktop--restore-frames): Add support for "minibuffer-special" frames.
1605 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
1607         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
1609 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
1611         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1612         Highlight conversion methods on Kernel.
1614 2013-07-13  Alan Mackenzie  <acm@muc.de>
1616         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
1617         and comment it out.  This out-commenting enables certain C++
1618         declarations to be parsed correctly.
1620 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
1622         * international/mule.el (define-coding-system): Doc fix.
1624         * simple.el (default-font-height): Don't call font-info if the
1625         frame's default font didn't change since the frame was created.
1626         (Bug#14838)
1628 2013-07-13  Leo Liu  <sdl.web@gmail.com>
1630         * ido.el (ido-read-file-name): Guard against non-symbol value.
1632 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1634         * progmodes/python.el (python-imenu--build-tree): Fix corner case
1635         in nested defuns.
1637 2013-07-13  Leo Liu  <sdl.web@gmail.com>
1639         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
1640         ido-set-matches call.  (Bug#6852)
1642 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
1644         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
1645         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
1646         Ruby 2.0.
1647         (ruby-font-lock-keywords): Distinguish calls to functions with
1648         module-like names from module references.  Highlight character
1649         literals.
1651 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
1653         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
1654         (gdb-send): Handle continued commands.  (Bug#14847)
1656 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
1658         * desktop.el (desktop--v2s): Remove unused local variable.
1659         (desktop-save-buffer): Make defvar-local; adjust docstring.
1660         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
1661         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
1663 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
1665         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
1667 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
1669         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
1670         (Bug#14842)
1672 2013-07-12  Glenn Morris  <rgm@gnu.org>
1674         * doc-view.el: Require cl-lib at runtime too.
1675         (doc-view-remove-if): Remove.
1676         (doc-view-search-next-match, doc-view-search-previous-match):
1677         Use cl-remove-if.
1679         * edmacro.el: Require cl-lib at runtime too.
1680         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
1681         (edmacro-mismatch, edmacro-subseq): Remove.
1683         * shadowfile.el: Require cl-lib.
1684         (shadow-remove-if): Remove.
1685         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
1686         Use cl-remove-if.
1688         * wid-edit.el: Require cl-lib.
1689         (widget-choose): Use cl-remove-if.
1690         (widget-remove-if): Remove.
1692         * progmodes/ebrowse.el: Require cl-lib at runtime too.
1693         (ebrowse-delete-if-not): Remove.
1694         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
1695         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
1696         Use cl-delete-if-not.
1698 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
1700         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
1701         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
1703 2013-07-12  Leo Liu  <sdl.web@gmail.com>
1705         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
1707 2013-07-11  Glenn Morris  <rgm@gnu.org>
1709         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
1710         (edebug-gensym-index, edebug-gensym):
1711         Remove reimplementation of cl-gensym.
1712         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
1714         * thumbs.el: Require cl-lib at run-time too.
1715         (thumbs-gensym-counter, thumbs-gensym):
1716         Remove reimplementation of cl-gensym.
1717         (thumbs-temp-file): Use cl-gensym.
1719         * emacs-lisp/ert.el: Require cl-lib at runtime too.
1720         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
1721         (ert--intersection, ert--set-difference, ert--set-difference-eq)
1722         (ert--union, ert--gensym-counter, ert--gensym-counter)
1723         (ert--coerce-to-vector, ert--remove*, ert--string-position)
1724         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
1725         (ert-make-test-unbound, ert--expand-should-1)
1726         (ert--expand-should, ert--should-error-handle-error)
1727         (should-error, ert--explain-equal-rec)
1728         (ert--plist-difference-explanation, ert-select-tests)
1729         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
1730         Use cl-lib functions rather than reimplementations.
1732 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
1734         * net/tramp.el (tramp-methods): Extend docstring.
1735         (tramp-connection-timeout): New defcustom.
1736         (tramp-error-with-buffer): Reset timestamp only when appropriate.
1737         (with-tramp-progress-reporter): Simplify.
1738         (tramp-process-actions): Improve messages.
1740         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1741         * net/tramp-sh.el (tramp-maybe-open-connection):
1742         Use `tramp-connection-timeout'.
1743         (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
1744         (Bug#14808)
1746 2013-07-11  Leo Liu  <sdl.web@gmail.com>
1748         * ido.el (ido-read-file-name): Conform to the requirements of
1749         read-file-name.  (Bug#11861)
1750         (ido-read-directory-name): Conform to the requirements of
1751         read-directory-name.
1753 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
1755         * subr.el (delay-warning): New function.
1757 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
1759         * simple.el (default-line-height): New function.
1760         (line-move-partial, line-move): Use it instead of computing the
1761         line height inline.
1762         (line-move-partial): Always compute ROWH.  If the last line is
1763         partially-visible, but its text is completely visible, allow
1764         cursor to enter such a partially-visible line.
1766 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
1768         Improve error messages.  (Bug#14808)
1770         * net/tramp.el (tramp-current-connection): New defvar, moved from
1771         tramp-sh.el.
1772         (tramp-message-show-progress-reporter-message): Remove, not
1773         needed anymore.
1774         (tramp-error-with-buffer): Show message in minibuffer.
1775         Discard input before waiting.  Reset connection timestamp.
1776         (with-tramp-progress-reporter): Improve messages.
1777         (tramp-process-actions): Use progress reporter.  Delete process in
1778         case of error.  Improve messages.
1780         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
1781         Call `tramp-error-with-buffer' with vector and buffer.
1782         (tramp-current-connection): Remove.
1783         (tramp-maybe-open-connection): The car of
1784         `tramp-current-connection' are the first 3 slots of the vector.
1786 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
1788         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
1789         inside continued strings.
1791 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
1793         Timestamp fixes for undo (Bug#14824).
1794         * files.el (clear-visited-file-modtime): Move here from fileio.c.
1796 2013-07-10  Leo Liu  <sdl.web@gmail.com>
1798         * files.el (require-final-newline): Allow safe local value.
1799         (Bug#14834)
1801 2013-07-09  Leo Liu  <sdl.web@gmail.com>
1803         * ido.el (ido-read-directory-name): Handle fallback.
1804         (ido-read-file-name): Update DIR to ido-current-directory.
1805         (Bug#1516)
1806         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
1808 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
1810         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
1811         "autoload".  Remove "warn lower camel case" section, previously
1812         commented out.  Highlight negation char.  Do not highlight the
1813         target in singleton method definitions.
1815 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * faces.el (tty-setup-hook): Declare the hook.
1819         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
1820         and detect when a guard/pred depends on local vars (bug#14773).
1821         (pcase--u1): Adjust caller.
1823 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
1825         * simple.el (line-move-partial, line-move): Account for
1826         line-spacing.
1827         (line-move-partial): Avoid setting vscroll when the last
1828         partially-visible line in window is of default height.
1830 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
1833         been used a while.
1835 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
1837         * subr.el (read-quoted-char): Remove unused local variable `char'.
1839 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
1841         * ediff.el (ediff-version): Version update.
1842         (ediff-files-command, ediff3-files-command, ediff-merge-command)
1843         (ediff-merge-with-ancestor-command, ediff-directories-command)
1844         (ediff-directories3-command, ediff-merge-directories-command)
1845         (ediff-merge-directories-with-ancestor-command): New functions.
1846         All are command-line interfaces to ediff: to facilitate calling
1847         Emacs with the appropriate ediff functions invoked.
1849         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
1850         (viper-save-kill-buffer): Check if buffer is modified.
1852         * viper.el (viper-version): Version update.
1853         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
1855 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1857         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
1858         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
1859         (viper-intercept-ESC-key): Simplify.
1860         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
1861         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
1862         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
1863         (viper-setup-ESC-to-escape): New functions.
1864         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
1865         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
1867 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
1869         * simple.el (default-font-height, window-screen-lines):
1870         New functions.
1871         (line-move, line-move-partial): Use them instead of
1872         frame-char-height and window-text-height.  This makes scrolling
1873         text smoother when the buffer's default face uses a font that is
1874         different from the frame's default font.
1876 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
1878         * files.el (write-file): Do not display confirm dialog for NS,
1879         it does its own dialog, which can't be cancelled (Bug#14578).
1881 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
1883         * simple.el (line-move-partial): Adjust the row returned by
1884         posn-at-point for the current window-vscroll.  (Bug#14567)
1886 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
1888         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
1889         (tramp-sh-file-inotifywait-process-filter): Handle file names with
1890         spaces.
1892 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
1894         * window.el (window-state-put-stale-windows): New variable.
1895         (window--state-put-2): Save list of windows without matching buffer.
1896         (window-state-put): Remove "bufferless" windows if possible.
1898 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
1900         * simple.el (alternatives-define): Remove leftover :group keyword.
1901         Tweak docstring.
1903 2013-07-06  Leo Liu  <sdl.web@gmail.com>
1905         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
1906         (ido-enable-virtual-buffers): New variable.
1907         (ido-buffer-internal, ido-toggle-virtual-buffers)
1908         (ido-make-buffer-list): Use it.
1909         (ido-exhibit): Support turning on and off virtual buffers
1910         automatically.
1912 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
1914         * simple.el (alternatives-define): New macro.
1916 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1918         * subr.el (read-quoted-char): Use read-key.
1919         (sit-for): Let read-event decode tty input (bug#14782).
1921 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
1923         * calendar/todo-mode.el: Add handling of file deletion, both by
1924         mode command and externally.  Fix various related bugs.
1925         Clarify Commentary and improve some documentation strings and code.
1926         (todo-delete-file): New command.
1927         (todo-check-file): New function.
1928         (todo-show): Handle external deletion of the file we're trying to
1929         show (bug#14688).  Replace called-interactively-p by an optional
1930         prefix argument to avoid problematic interaction with catch form
1931         when byte compiled (bug#14702).
1932         (todo-quit): Handle external deletion of the archive's todo file.
1933         Make sure the buffer that was visiting the archive file is still
1934         live before trying to bury it.
1935         (todo-category-completions): Handle external deletion of any
1936         category completion files.
1937         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
1938         of todo files, in case of external deletion.
1939         (todo-add-file): Replace unnecessary setq by let-binding.
1940         (todo-find-archive): Check whether there are any archives.
1941         Replace unnecessary setq by let-binding.
1942         (todo-archive-done-item): Use find-file-noselect to get the
1943         archive buffer whether or not the archive already exists.
1944         Remove superfluous code.  Use file size instead of buffer-file-name to
1945         check if the archive is new; if it is, update list of archives.
1946         (todo-default-todo-file): Allow nil to be a valid value for when
1947         there are no todo files.
1948         (todo-reevaluate-default-file-defcustom): Use corrected definition
1949         of todo-default-todo-file.
1950         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
1951         (todo-delete-category, todo-show-categories-table)
1952         (todo-category-number): Clarify comment.
1953         (todo-filter-items): Clarify documentation string.
1954         (todo-show-current-file, todo-display-as-todo-file)
1955         (todo-reset-and-enable-done-separator): Tweak documentation string.
1956         (todo-done-separator): Make separator length window-width, since
1957         bug#2749 is now fixed.
1959 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
1961         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
1962         Support both "gvfs-monitor-dir" and "inotifywait".
1963         (tramp-sh-file-inotifywait-process-filter): Rename from
1964         `tramp-sh-file-notify-process-filter'.
1965         (tramp-sh-file-gvfs-monitor-dir-process-filter)
1966         (tramp-get-remote-gvfs-monitor-dir): New defuns.
1968 2013-07-05  Leo Liu  <sdl.web@gmail.com>
1970         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
1972 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1974         * frame.el (display-pixel-height, display-pixel-width)
1975         (display-mm-height, display-mm-width): Mention behavior on
1976         multi-monitor setups in docstrings.
1977         (w32-display-monitor-attributes-list): Declare function.
1978         (display-monitor-attributes-list): Use it.
1980 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
1982         * filenotify.el: New package.
1984         * autorevert.el (top): Require filenotify.el.
1985         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
1986         instead.
1987         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1988         (auto-revert-notify-handler): Use `file-notify-*' functions.
1990         * subr.el (file-notify-handle-event): Move function to filenotify.el.
1992         * net/tramp.el (tramp-file-name-for-operation):
1993         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
1995         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1996         for `file-notify-add-watch' and `file-notify-rm-watch'.
1997         (tramp-process-sentinel): Improve trace.
1998         (tramp-sh-handle-file-notify-add-watch)
1999         (tramp-sh-file-notify-process-filter)
2000         (tramp-sh-handle-file-notify-rm-watch)
2001         (tramp-get-remote-inotifywait): New defuns.
2003 2013-07-03  Juri Linkov  <juri@jurta.org>
2005         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
2006         call of `occur-read-primary-args' to interactive spec.
2008         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
2009         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
2011 2013-07-03  Matthias Meulien  <orontee@gmail.com>
2013         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
2014         `Buffer-menu-multi-occur'.  Add it to the menu.
2015         (Buffer-menu-mode): Document it in docstring.
2016         (Buffer-menu-multi-occur): New command.  (Bug#14673)
2018 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
2020         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2021         keywords and built-ins.
2023 2013-07-03  Glenn Morris  <rgm@gnu.org>
2025         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
2027         Make info-xref checks case-sensitive by default
2028         * info.el (Info-find-node, Info-find-in-tag-table)
2029         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
2030         Add option for exact case matching of nodes.
2031         * info-xref.el (info-xref): New custom group.
2032         (info-xref-case-fold): New option.
2033         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
2035 2013-07-03  Leo Liu  <sdl.web@gmail.com>
2037         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
2039 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
2041         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
2042         middle of block statement initially, lower the depth.  Remove
2043         FIXME comment, not longer valid.  Remove middle of block statement
2044         detection, no need to do that anymore since we've been using
2045         `ruby-parse-region' here.
2047 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
2049         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
2051 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2053         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2055 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
2057         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
2058         (desktop-restore-in-current-display): New customization option.
2059         (desktop--excluded-frame-parameters): Add `font'.
2060         (desktop--save-frames): Rename from desktop--save-windows.
2061         (desktop--restore-in-this-display-p): New function.
2062         (desktop--make-full-frame): Remove unwanted width/height from
2063         full(width|height) frames.
2064         (desktop--restore-frames): Rename from desktop--restore-windows.
2065         Obey desktop-restore-current-display.  Do not delete old frames or
2066         select a new frame unless we were able to restore at least one frame.
2068 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
2070         * files.el (find-file-noselect): Simplify conditional expression.
2072         * remember.el (remember-append-to-file):
2073         Don't mix `find-buffer-visiting' and `get-file-buffer'.
2075         Add `remember-notes' function to store random notes across Emacs
2076         restarts.
2077         * remember.el (remember-data-file): Add :set callback to affect
2078         notes buffer (if any).
2079         (remember-notes): New command.
2080         (remember-notes-buffer-name, bury-remember-notes-on-kill):
2081         New defcustoms for the `remember-notes' function.
2082         (remember-notes-save-and-bury-buffer): New command.
2083         (remember-notes-mode-map): New variable.
2084         (remember-mode): New minor mode.
2085         (remember-notes--kill-buffer-query): New function.
2086         * startup.el (initial-buffer-choice): Add notes to custom type.
2088 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
2090         * bindings.el (right-char, left-char): Don't call sit-for, this is
2091         no longer needed.  Use arithmetic comparison only for numerical
2092         arguments.
2094         * international/mule-cmds.el (select-safe-coding-system):
2095         Handle the case of FROM being a string correctly.  (Bug#14755)
2097 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099         * net/shr.el (shr-make-table-1): Add a sanity check that allows
2100         progression on degenerate tables.
2101         (shr-rescale-image): ImageMagick animated images currently don't work.
2103 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
2105         Some fixes and improvements for desktop frame restoration.
2106         It is still experimental and disabled by default.
2107         * desktop.el (desktop--save-windows): Put the selected frame at
2108         the head of the list.
2109         (desktop--make-full-frame): New function.
2110         (desktop--restore-windows): Try to re-select the frame that was
2111         selected upon saving.  Do not abort if some frames fail to restore,
2112         just show an error message and continue.  Set up maximized frames
2113         so they have default non-maximized dimensions.
2115 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
2117         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2118         Don't start heredoc inside a string or comment.
2120 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
2122         * bindings.el (visual-order-cursor-movement): New defcustom.
2123         (right-char, left-char): Provide visual-order cursor motion by
2124         calling move-point-visually.  Update the doc strings.
2126 2013-06-28  Kenichi Handa  <handa@gnu.org>
2128         * international/mule.el (define-coding-system): New coding system
2129         properties :inhibit-null-byte-detection,
2130         :inhibit-iso-escape-detection, and :prefer-utf-8.
2131         (set-buffer-file-coding-system): If :charset-list property of
2132         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
2133         appropriate for setting.
2135         * international/mule-cmds.el (select-safe-coding-system):
2136         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
2137         multibyte characters, return utf-8 (or one of its siblings).
2139         * international/mule-conf.el (prefer-utf-8): New coding system.
2140         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
2141         files.
2143 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
2145         * net/shr.el (shr-render-region): New function.
2147         * net/eww.el: Autoload `eww-browse-url'.
2149 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
2151         * emacs-lisp/package-x.el (package-upload-buffer-internal):
2152         Adapt to `package-desc-version' being a list.
2153         Use `package--ac-desc-version' to retrieve version from a package
2154         archive element.
2156 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
2158         New experimental feature to save&restore window and frame setup.
2159         * desktop.el (desktop-save-windows): New defcustom.
2160         (desktop--saved-states): New var.
2161         (desktop--excluded-frame-parameters): New defconst.
2162         (desktop--filter-frame-parms, desktop--find-frame-in-display)
2163         (desktop--restore-windows, desktop--save-windows): New functions.
2164         (desktop-save): Call `desktop--save-windows'.
2165         (desktop-read): Call `desktop--restore-windows'.
2167 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169         * net/shr.el (add-face-text-property): Remove compat definition.
2171 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
2173         * info.el (Info-try-follow-nearest-node): Move search for footnote
2174         above search for node name to prevent missing a footnote (bug#14717).
2176 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
2178         * obsolete/otodo-mode.el: Add obsolescence info to file header.
2180 2013-06-27  Leo Liu  <sdl.web@gmail.com>
2182         * net/eww.el (eww-read-bookmarks): Check file size.
2184 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
2187         advice--pending if newdef is nil or an autoload (bug#13820).
2188         (advice-mapc): New function.
2190 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
2193         probably.
2194         (eww-mode-map): Add a menu bar.
2195         (eww-add-bookmark): New command.
2196         (eww-bookmark-mode): New mode and commands.
2197         (eww-add-bookmark): Remove newlines from the title.
2198         (eww-bookmark-browse): Don't bug out if it's the only window.
2200 2013-06-26  Glenn Morris  <rgm@gnu.org>
2202         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
2203         (hfy-size): Handle ttys.  (Bug#14668)
2205         * info-xref.el: Update for Texinfo 5 change in *note format.
2206         (info-xref-node-re, info-xref-note-re): New constants.
2207         (info-xref-check-buffer): Use info-xref-note-re.
2209 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
2213         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
2214         nil terminate the loop (bug#14718).
2216 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218         * net/eww.el: Rework history traversal.  When going forward/back,
2219         put these actions into the history, too, so that they can be
2220         replayed.
2221         (eww-render): Move the history reset to the correct buffer.
2223 2013-06-25  Juri Linkov  <juri@jurta.org>
2225         * files-x.el (modify-dir-local-variable): Change the header comment
2226         in the file with directory local variables.  (Bug#14692)
2228         * files-x.el (read-file-local-variable-value): Add `default'.
2229         (Bug#14710)
2231 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233         * net/eww.el (eww-make-unique-file-name): Create a unique file
2234         name before saving to entering `y' accidentally asynchronously.
2236 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
2238         * net/eww.el (eww-download): New command and keystroke.
2240 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2242         * net/eww.el (eww-copy-page-url): Change name of command.
2244         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
2245         be more consistent with Info and dired.
2247         * net/eww.el (eww-mode-map): Ditto.
2249 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
2252         packages from archives.
2253         (package-archive-contents): Change format; include obsolete packages.
2254         (package-desc): Use `dir' to mark builtin packages.
2255         (package--from-builtin): Set the `dir' field to `builtin'.
2256         (generated-autoload-file, version-control): Declare.
2257         (package-compute-transaction): Change first arg and return value to be
2258         lists of package-descs.  Adjust to new package-archive-contents format.
2259         (package--add-to-archive-contents): Adjust to new
2260         package-archive-contents format.
2261         (package-download-transaction): Arg is now a list of package-descs.
2262         (package-install): If `pkg' is a package name, pass it as
2263         a requirement, so it is subject to the usual (e.g. disabled) checks.
2264         (describe-package): Accept package-desc as well.
2265         (describe-package-1): Describe a specific package-desc.  Add links to
2266         other package-descs for the same package name.
2267         (package-menu-describe-package): Pass the actual package-desc.
2268         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
2269         works correctly.
2270         (package-desc-status): New function.
2271         (package-menu--refresh): New function, extracted
2272         from package-menu--generate.
2273         (package-menu--generate): Use it.
2274         (package-delete): Update package-alist.
2275         (package-menu-execute): Don't call package-initialize.
2277         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
2278         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
2279         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
2280         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
2281         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
2282         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
2284 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
2286         * window.el (window--state-get-1): Workaround for bug#14527.
2287         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
2289 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291         * net/eww.el (eww-back-url): Implement the history by stashing all
2292         the data into a list.
2293         (eww-forward-url): Allow going forward in the history, too.
2295 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2297         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
2298         for values and use read--expression for expressions (bug#14710).
2299         (read-file-local-variable): Avoid setq.
2300         (read-file-local-variable-mode): Use minor-mode-list.
2302 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2304         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
2305         for DOI URLs.
2307 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2309         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
2310         Update imenu-support when dialect changes.
2312 2013-06-25  Leo Liu  <sdl.web@gmail.com>
2314         * ido.el (ido-read-internal): Allow forward slash on windows.
2316 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318         * net/eww.el (eww): Start of strings is \\`, not ^.
2320 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
2322         * net/shr.el (shr-browse-url): Fix interactive spec.
2324         * net/eww.el (eww): Add a trailing slash to domain names.
2326 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
2328         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
2330 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332         * net/shr.el (shr-browse-url): Use an external browser if given a
2333         prefix.
2335         * net/eww.el (eww-external-browser): Move to shr.
2337 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
2339         * net/eww.el (eww): Work more correctly for file: URLs.
2340         (eww-detect-charset): Allow quoted charsets.
2341         (eww-yank-page-url): New command and keystroke.
2343 2013-06-24  Daiki Ueno  <ueno@gnu.org>
2345         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
2346         file name of gpg executable.
2347         (epg-context-program): New function.
2348         (epg-context-home-directory): New function.
2349         (epg-context-set-program): New function.
2350         (epg-context-set-home-directory): New function.
2351         (epg--start): Use `epg-context-program' instead of
2352         'epg-gpg-program'.
2353         (epg--list-keys-1): Likewise.
2355 2013-06-24  Leo Liu  <sdl.web@gmail.com>
2357         * ido.el (ido-read-internal): Fix bug#14620.
2359 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
2361         * faces.el (face-documentation): Simplify.
2362         (read-face-attribute, tty-find-type, x-resolve-font-name):
2363         Use `string-match-p'.
2364         (list-faces-display): Use `string-match-p'.  Simplify.
2365         (face-spec-recalc): Check face to avoid face alias loops.
2366         (read-color): Use `string-match-p' and non-capturing parenthesis.
2368 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370         * net/shr.el (shr-rescale-image): Use the new
2371         :max-width/:max-height functionality.
2373 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
2375         * net/eww.el (eww-search-prefix): New variable.
2376         (eww): Use it.
2377         (eww-external-browser): New variable.
2378         (eww-mode-map): New keystroke.
2379         (eww-browse-with-external-browser): New command.
2381         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
2383 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
2385         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2386         Don't skip aligning the next header field when padding is 0;
2387         otherwise, field width is not respected unless the title is as
2388         wide as the field.
2390 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * emacs-lisp/package.el (package-el-version): Remove.
2393         (package-process-define-package): Fix inf-loop.
2394         (package-install): Allow symbols as arguments again.
2396 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
2398         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
2399         add some more keyword-like methods.
2400         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
2402 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
2404         * bs.el (bs-buffer-show-mark): Make defvar-local.
2405         (bs-mode): Use setq-local.
2407         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
2408         (emacs-lock--try-unlocking): Make defvar-local.
2410 2013-06-22  Glenn Morris  <rgm@gnu.org>
2412         * play/cookie1.el (cookie-apropos): Minor simplification.
2414         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
2416 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
2418         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
2419         `regexp-opt', it breaks the build during dumping.
2421 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
2423         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2424         Highlight keyword-like methods on Kernel and Module with
2425         font-lock-builtin-face.
2426         (auto-mode-alist): Consolidate different entries into one regexp
2427         and add more *file-s.
2429 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
2431         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
2433         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
2434         (diary-entry): Use it in the action of this button type instead of
2435         diary-goto-entry.
2437         * calendar/todo-mode.el: New version.
2438         (todo-add-category): Append new category to end of file and give
2439         it the highest number, instead of putting it at the beginning and
2440         giving it 0.  Incorporate noninteractive functionality.
2441         (todo-forward-category): Adapt to 1-based category numbering.
2442         Allow skipping over archived categories.
2443         (todo-backward-category): Derive from todo-forward-category.
2444         (todo-backward-item, todo-forward-item): Make noninteractive and
2445         delegate interactive part to new commands.  Make sensitive to done items.
2446         (todo-categories): Make value an alist of category names and
2447         vectors of item counts.
2448         (todo-category-beg): Make a defconst.
2449         (todo-category-number): Use 1 instead of 0 as initial value.
2450         (todo-category-select): Make sensitive to overlays, optional item
2451         highlighting and done items.
2452         (todo-delete-item): Make sensitive to overlays and marked and done items.
2453         (todo-edit-item): Make sensitive to overlays and editing of
2454         date/time header optional.  Add format checks.
2455         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
2456         no-op if point is not on an item.  Advertise using todo-edit-quit.
2457         (todo-edit-mode): Make sensitive to new format, font-locking, and
2458         multiple todo files.
2459         (todo-insert-item, todo-insert-item-here): Derive from
2460         todo-basic-insert-item and extend functionality.
2461         (todo-item-end, todo-item-start): Make sensitive to done items.
2462         (todo-item-string): Don't return text properties.  Restore point.
2463         (todo-jump-to-category): Make sensitive to multiple todo files and
2464         todo archives.  Use extended category completion.
2465         (todo-lower-item, todo-raise-item): Rename to *-priority and
2466         derive from todo-set-item-priority.
2467         (todo-mode): Derive from special-mode.  Make sensitive to new
2468         format, font-locking and multiple todo files.  Make read-only.
2469         (todo-mode-map): Don't suppress digit keys, so they can supply
2470         prefix arguments.  Add many new key bindings.
2471         (todo-prefix): Insert as an overlay instead of file text.
2472         Change semantics from diary date expression to purely visual mark.
2473         (todo-print): Rename to todo-print-buffer.  Make buffer display
2474         features printable.  Remove option to restrict number of items
2475         printed.  Add option to print to file.
2476         (todo-print-function): Rename to todo-print-buffer-function.
2477         (todo-quit): Extend to handle exiting new todo modes.
2478         (todo-remove-item): Make sensitive to overlays.
2479         (todo-save): Extend to buffers of filtered items.
2480         (todo-show): Make sensitive to done items, multiple todo files and
2481         new todo modes.  Offer to convert legacy todo file before creating
2482         first new todo file.
2483         (todo-show-priorities): Rename to todo-top-priorities.
2484         Change semantics of value 0.
2485         (todo-top-priorities): Rename to todo-filter-top-priorities,
2486         derive from todo-filter-items and extend functionality.
2487         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
2488         and extend functionality to other types of filtered items.
2489         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
2490         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
2491         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
2492         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
2493         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
2494         (todo-edit-mode-hook, todo-entry-prefix-function)
2495         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
2496         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
2497         (todo-initials, todo-insert-threshold, todo-item-string-start)
2498         (todo-line-string, todo-menu, todo-mode-hook)
2499         (todo-more-important-p, todo-previous-answer, todo-previous-line)
2500         (todo-print-priorities, todo-remove-separator)
2501         (todo-save-top-priorities-too, todo-string-count-lines)
2502         (todo-string-multiline-p, todo-time-string-format)
2503         (todo-tmp-buffer-name): Remove.
2504         (todo-add-file, todo-archive-done-item, todo-choose-archive)
2505         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
2506         (todo-edit-category-diary-inclusion)
2507         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
2508         (todo-edit-file, todo-edit-item-date-day)
2509         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
2510         (todo-edit-item-date-month, todo-edit-item-date-to-today)
2511         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
2512         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
2513         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
2514         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
2515         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
2516         (todo-filter-top-priorities-multifile, todo-find-archive)
2517         (todo-find-filtered-items-file, todo-go-to-source-item)
2518         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
2519         (todo-jump-to-archive-category, todo-lower-category)
2520         (todo-mark-category, todo-marked-item-p, todo-merge-category)
2521         (todo-move-category, todo-move-item, todo-next-button)
2522         (todo-next-item, todo-padded-string, todo-powerset)
2523         (todo-previous-button, todo-previous-item)
2524         (todo-print-buffer-to-file, todo-raise-category)
2525         (todo-rename-category, todo-repair-categories-sexp, todo-search)
2526         (todo-set-category-number, todo-set-item-priority)
2527         (todo-set-top-priorities-in-category)
2528         (todo-set-top-priorities-in-file, todo-show-categories-table)
2529         (todo-sort-categories-alphabetically-or-numerically)
2530         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
2531         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
2532         (todo-toggle-item-header, todo-toggle-item-highlighting)
2533         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
2534         (todo-toggle-view-done-items, todo-toggle-view-done-only)
2535         (todo-unarchive-items, todo-unmark-category): New commands.
2536         (todo-absolute-file-name, todo-add-to-buffer-list)
2537         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
2538         (todo-basic-insert-item, todo-category-completions)
2539         (todo-category-number, todo-category-string-matcher-1)
2540         (todo-category-string-matcher-2, todo-check-filtered-items-file)
2541         (todo-check-format, todo-clear-matches)
2542         (todo-comment-string-matcher, todo-convert-legacy-date-time)
2543         (todo-current-category, todo-date-string-matcher)
2544         (todo-define-insertion-command, todo-diary-expired-matcher)
2545         (todo-diary-goto-entry, todo-diary-item-p)
2546         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
2547         (todo-display-categories, todo-display-sorted, todo-done-item-p)
2548         (todo-done-item-section-p, todo-done-separator)
2549         (todo-done-string-matcher, todo-files, todo-filter-items)
2550         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
2551         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
2552         (todo-insert-category-line, todo-insert-item-from-calendar)
2553         (todo-insert-sort-button, todo-insert-with-overlays)
2554         (todo-insertion-command-name, todo-insertion-key-bindings)
2555         (todo-label-to-key, todo-longest-category-name-length)
2556         (todo-make-categories-list, todo-mode-external-set)
2557         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
2558         (todo-modes-set-3, todo-multiple-filter-files)
2559         (todo-nondiary-marker-matcher, todo-prefix-overlays)
2560         (todo-read-category, todo-read-date, todo-read-dayname)
2561         (todo-read-file-name, todo-read-time)
2562         (todo-reevaluate-category-completions-files-defcustom)
2563         (todo-reevaluate-default-file-defcustom)
2564         (todo-reevaluate-filelist-defcustoms)
2565         (todo-reevaluate-filter-files-defcustom)
2566         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
2567         (todo-reset-done-separator, todo-reset-done-separator-string)
2568         (todo-reset-done-string, todo-reset-global-current-todo-file)
2569         (todo-reset-highlight-item, todo-reset-nondiary-marker)
2570         (todo-reset-prefix, todo-set-categories)
2571         (todo-set-date-from-calendar, todo-set-show-current-file)
2572         (todo-set-top-priorities, todo-short-file-name)
2573         (todo-show-current-file, todo-sort, todo-time-string-matcher)
2574         (todo-total-item-counts, todo-update-buffer-list)
2575         (todo-update-categories-display, todo-update-categories-sexp)
2576         (todo-update-count, todo-validate-name, todo-y-or-n-p):
2577         New functions.
2578         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
2579         New major modes.
2580         (todo-categories, todo-display, todo-edit, todo-faces)
2581         (todo-filtered): New defgroups.
2582         (todo-archived-only, todo-button, todo-category-string, todo-date)
2583         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
2584         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
2585         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
2586         (todo-add-item-if-new-category, todo-always-add-time-string)
2587         (todo-categories-align, todo-categories-archived-label)
2588         (todo-categories-category-label, todo-categories-diary-label)
2589         (todo-categories-done-label, todo-categories-number-separator)
2590         (todo-categories-todo-label, todo-categories-totals-label)
2591         (todo-category-completions-files, todo-completion-ignore-case)
2592         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
2593         (todo-done-separator-string, todo-done-string)
2594         (todo-files-function, todo-filter-done-items, todo-filter-files)
2595         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
2596         (todo-initial-category, todo-initial-file, todo-item-mark)
2597         (todo-legacy-date-time-regexp, todo-mode-line-function)
2598         (todo-nondiary-marker, todo-number-prefix)
2599         (todo-print-buffer-function, todo-show-current-file)
2600         (todo-show-done-only, todo-show-first, todo-show-with-done)
2601         (todo-skip-archived-categories, todo-top-priorities-overrides)
2602         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
2603         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
2604         New defcustoms.
2605         (todo-category-done, todo-date-pattern, todo-date-string-start)
2606         (todo-diary-items-buffer, todo-done-string-start)
2607         (todo-filtered-items-buffer, todo-item-start)
2608         (todo-month-abbrev-array, todo-month-name-array)
2609         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
2610         (todo-top-priorities-buffer): New defconsts.
2611         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
2612         (todo-categories-with-marks, todo-category-string-face)
2613         (todo-comment-face, todo-comment-string, todo-current-todo-file)
2614         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
2615         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
2616         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
2617         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
2618         (todo-font-lock-keywords, todo-global-current-todo-file)
2619         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
2620         (todo-insertion-commands-args)
2621         (todo-insertion-commands-args-genlist)
2622         (todo-insertion-commands-names, todo-insertion-map)
2623         (todo-key-bindings-t, todo-key-bindings-t+a)
2624         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
2625         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
2626         (todo-nondiary-face, todo-print-buffer, todo-time-face)
2627         (todo-visited): New variables.
2629 2013-06-21  Glenn Morris  <rgm@gnu.org>
2631         * play/cookie1.el (cookie-apropos): Add optional display argument.
2632         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
2633         (psychoanalyze-pinhead): Use cookie-doctor.
2635 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
2637         * emacs-lisp/package.el (tar-get-file-descriptor)
2638         (tar--extract): Declare.
2640 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
2642         Extend flymake's warning predicate to be a function (bug#14217).
2643         * progmodes/flymake.el (flymake-warning-predicate): New.
2644         (flymake-parse-line): Use it.
2645         (flymake-warning-re): Make obsolete alias to
2646         `flymake-warning-predicate'.
2648 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * emacs-lisp/package.el (package-alist): Include obsolete packages.
2651         (package-obsolete-list): Remove.
2652         (package-activate): Remove min-version argument.  Add `force' argument.
2653         Adjust to new package-alist format.
2654         (package-mark-obsolete): Remove.
2655         (package-unpack): Force reload of the package's autoloads.
2656         (package-installed-p): Check builtins if the installed package is not
2657         recent enough.
2658         (package-initialize): Don't reset package-obsolete-list.
2659         Don't specify which package version to activate.
2660         (package-process-define-package, describe-package-1)
2661         (package-menu--generate): Adjust to new package-alist format.
2663 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
2665         * allout-widgets.el (allout-widgets-mode-off)
2666         (allout-widgets-mode-on, allout-widgets-pre-command-business)
2667         (allout-widgets-post-command-business)
2668         (allout-widgets-after-copy-or-kill-function)
2669         (allout-widgets-after-undo-function, allout-test-range-overlaps)
2670         (allout-decorate-item-and-context)
2671         (allout-graphics-modification-handler): Fix typos in docstrings.
2672         (allout-get-or-create-parent-widget): Use `looking-at-p'.
2674         * cmuscheme.el (scheme-start-file): Doc fix.
2675         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
2676         (scheme-input-filter): Use `string-match-p'.
2678         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
2680         * dired-x.el: Use Dired consistently in docstrings.
2682         * dired.el: Use Dired consistently in docstrings.
2683         (dired-readin, dired-mode): Use `setq-local'.
2684         (dired-switches-alist): Make defvar-local.
2685         (dired-buffers-for-dir): Use `zerop'.
2686         (dired-safe-switches-p, dired-switches-escape-p)
2687         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
2688         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
2689         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
2690         (dired-goto-next-nontrivial-file): Use `string-match-p'.
2691         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
2692         (dired-toggle-marks, dired-mark-files-containing-regexp)
2693         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
2694         (dired-flag-auto-save-files, dired-flag-backup-files):
2695         Use `looking-at-p'.
2696         (dired-mark-files-regexp, dired-build-subdir-alist):
2697         Use `string-match-p', `looking-at-p'.
2699         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
2700         (direct-print-region-helper): Use `string-match-p'.
2702 2013-06-21  Leo Liu  <sdl.web@gmail.com>
2704         * comint.el (comint-redirect-results-list-from-process):
2705         Fix infinite loop.
2707 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709         * net/eww.el (eww-update-header-line-format): Quote % characters.
2711 2013-06-21  Glenn Morris  <rgm@gnu.org>
2713         * play/cookie1.el (cookie): New custom group.
2714         (cookie-file): New option.
2715         (cookie-check-file): New function.
2716         (cookie): Make it interactive.  Make start and end messages optional.
2717         Interactively, display the result.  Default to cookie-file.
2718         (cookie-insert): Default to cookie-file.
2719         (cookie-snarf): Make start and end messages optional.
2720         Default to cookie-file.  Use with-temp-buffer.
2721         (cookie-read): Rename from read-cookie.
2722         Make start and end messages optional.  Default to cookie-file.
2723         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
2724         Do not autoload it.
2725         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
2726         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
2728 2013-06-21  Leo Liu  <sdl.web@gmail.com>
2730         * progmodes/octave.el (octave-mode): Backward compatibility fix.
2732 2013-06-21  Glenn Morris  <rgm@gnu.org>
2734         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
2736 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2737             Daniel Hackney  <dan@haxney.org>
2739         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
2740         Consolidate the single-file vs tarball code.
2741         (package-desc-suffix): New function.
2742         (package-desc-full-name): Don't bother inlining it.
2743         (package-load-descriptor): Return the new package-desc.
2744         (package-mark-obsolete): Remove unused arg `package'.
2745         (package-unpack): Make it work for single files as well.
2746         Make it update package-alist.
2747         (package--make-autoloads-and-stuff): Rename from
2748         package--make-autoloads-and-compile.  Don't compile any more.
2749         (package--compile): New function.
2750         (package-generate-description-file): New function, extracted from
2751         package-unpack-single.
2752         (package-unpack-single): Remove.
2753         (package--with-work-buffer): Add indentation and debugging info.
2754         (package-download-single): Remove.
2755         (package-install-from-archive): Rename from package-download-tar, make
2756         it take a pkg-desc, and make it work for single files as well.
2757         (package-download-transaction): Simplify.
2758         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
2759         external tar program.
2760         (package-install-from-buffer): Remove `pkg-desc' argument.
2761         Use package-tar-file-info for tar-mode buffers.
2762         (package-install-file): Simplify accordingly.
2763         (package-archive-base): Change to take a pkg-desc.
2764         * tar-mode.el (tar--check-descriptor): New function, extracted from
2765         tar-get-descriptor.
2766         (tar-get-descriptor): Use it.
2767         (tar-get-file-descriptor): New function.
2768         (tar--extract): New function, extracted from tar-extract.
2769         (tar--extract): Use it.
2770         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
2771         case the summary uses non-ascii.  Adjust to new calling convention of
2772         package-tar-file-info.
2774 2013-06-21  Leo Liu  <sdl.web@gmail.com>
2776         * comint.el (comint-redirect-results-list-from-process):
2777         Fix random delay.  (Bug#14681)
2779 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
2781         * profiler.el (profiler-format-number): Use log, not log10.
2783 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
2785         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
2787 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2789         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
2790         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
2791         yet available.
2792         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
2793         (AUTOGENEL): ... here.
2794         * emacs-lisp/cl-macs.el (cl--sublis): New function.
2795         (cl--defsubst-expand): Use it.
2797 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
2799         * subr.el (log10): Move here from C code, and declare as obsolete.
2800         All uses of (log10 X) replaced with (log X 10).
2802 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
2804         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
2805         Declare with `defvar-local'.
2806         (tabulated-list-use-header-line, tabulated-list-entries)
2807         (tabulated-list-padding, tabulated-list-printer)
2808         (tabulated-list-sort-key): Declare with `defvar-local'.
2809         (tabulated-list-init-header, tabulated-list-print-fake-header):
2810         Use `setq-local'.
2812 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
2814         * arc-mode.el (archive-mode): Add `archive-write-file' to
2815         `write-contents-functions' also for remote files.  (Bug#14652)
2817 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
2819         * cus-edit.el (custom-commands): Fix typos.
2820         (custom-display): Fix tooltip text.
2821         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
2822         Fix typos in docstrings.
2823         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
2824         (custom-unlispify-menu-entry, custom-magic-value-create)
2825         (custom-add-see-also, custom-group-value-create): Use ?\s.
2826         (custom-guess-type, customize-apropos, editable-field)
2827         (custom-face-value-create): Use `string-match-p'.
2828         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
2830         * custom.el (custom-load-symbol): Use `string-match-p'.
2832         * ansi-color.el: Convert to lexical binding.
2833         (ansi-colors): Fix URL.
2834         (ansi-color-context, ansi-color-context-region): Use defvar-local.
2835         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
2836         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
2838 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
2842         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
2844 2013-06-19  Tom Tromey  <tromey@redhat.com>
2846         * net/eww.el (eww-top-url): Remove.
2847         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
2848         (eww-render): Set new variables.  Don't set eww-top-url.
2849         (eww-handle-link): Handle "prev", "home", and "contents".
2850         Downcase the rel text.
2851         (eww-top-url): Choose best top URL.
2853 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855         * net/eww.el: Rewrite to implement form elements "by hand" instead of
2856         relying in widget.el.  Using widget.el leads to too many
2857         user interface inconsistencies.
2858         (eww-self-insert): Implement entering commands in text fields.
2859         (eww-process-text-input): New function to make text input field editing
2860         work.
2861         (eww-submit): Rewrite to use the new-style form methods.
2862         (eww-select-display): Display the correct selected item.
2863         (eww-change-select): Implement changing the select value.
2864         (eww-toggle-checkbox): Implement radio/checkboxes.
2865         (eww-update-field): Fix compilation error.
2866         (eww-tag-textarea): Implement <textarea>.
2868         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
2869         we don't shadow mode-specific bindings.
2871         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
2872         nothing to push.
2874         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
2876 2013-06-19  Glenn Morris  <rgm@gnu.org>
2878         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
2880 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
2882         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
2883         not needed.
2885         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
2887 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889         * net/browse-url.el (browse-url-browser-function):
2890         `eww-browse-url' has the right calling signature, `eww' does not.
2892 2013-06-19  Glenn Morris  <rgm@gnu.org>
2894         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2895         Only eval autoloaded macros.
2896         (byte-compile-autoload): Only give the macro warning for macros.
2898         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
2899         (ps-underlined-faces): Declare.
2901         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
2902         (speedbar-add-supported-extension): Declare.
2904         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
2905         Don't include a date stamp in the header of the generated file;
2906         it leads to needless differences between output files.
2908 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
2910         * net/secrets.el (secrets-struct-secret-content-type):
2911         Replace check of introspection data by a test call of "CreateItem".
2912         Some servers do not offer introspection.
2914 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * electric.el (electric-pair-mode): Improve interaction with
2917         electric-layout-mode.
2918         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
2919         (electric-pair-syntax): Use text-mode-syntax-table in comments
2920         and strings.
2921         (electric-pair--insert): New function.
2922         (electric-pair-post-self-insert-function): Use it and
2923         electric--after-char-pos.
2925 2013-06-19  Leo Liu  <sdl.web@gmail.com>
2927         * progmodes/octave.el (octave-help): Fix regexp.
2929 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
2932         (shr-table-horizontal-line): Allow nil as a value, and change the
2933         default.
2934         (shr-insert-table-ruler): Respect the nil value.
2936 2013-06-18  Tom Tromey  <tromey@barimba>
2938         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2939         New defvars.
2940         (eww-open-file): New defun.
2941         (eww-render): Initialize new variables.
2942         (eww-display-html): Handle "link" and "a".
2943         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
2944         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
2945         (eww-back-url): Rename from eww-previous-url.
2946         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
2947         New defuns.
2949 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
2951         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
2952         Distinguish ternary operator tokens from slash symbol and slash
2953         char literal.
2955 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
2957         Convert symbol prettification into minor mode and global minor mode.
2959         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
2960         `prog-prettify-symbols', and make a local defvar instead of defcustom.
2961         (prettify-symbols--keywords): Rename from
2962         `prog-prettify-symbols-alist' and make a local defvar.
2963         (prettify-symbols--compose-symbol): Rename from
2964         `prog--prettify-font-lock-compose-symbol'.
2965         (prettify-symbols--make-keywords): Rename from
2966         `prog-prettify-font-lock-symbols-keywords' and simplify.
2967         (prog-prettify-install): Remove.
2968         (prettify-symbols-mode): New minor mode, based on
2969         `prog-prettify-install'.
2970         (turn-on-prettify-symbols-mode): New function.
2971         (global-prettify-symbols-mode): New globalized minor mode.
2973         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2974         * progmodes/cfengine.el (cfengine3-mode):
2975         * progmodes/perl-mode.el (perl-mode): Don't call
2976         `prog-prettify-install'; set `prettify-symbols-alist' instead.
2978 2013-06-18  Juri Linkov  <juri@jurta.org>
2980         * files-x.el (modify-file-local-variable-message): New function.
2981         (modify-file-local-variable)
2982         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
2983         and call `modify-file-local-variable-message' when it's non-nil.
2984         (add-file-local-variable, delete-file-local-variable)
2985         (add-file-local-variable-prop-line)
2986         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
2987         and use it.  (Bug#9820)
2989 2013-06-18  Juri Linkov  <juri@jurta.org>
2991         * emulation/vi.el (vi-shell-op):
2992         * emulation/vip.el (vip-execute-com, ex-command):
2993         * emulation/viper-cmd.el (viper-exec-bang):
2994         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
2995         the call of `shell-command-on-region'.  (Bug#14637)
2997         * simple.el (shell-command-on-region): Doc fix.
2999 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
3002         (bug#14633).
3004 2013-06-18  Glenn Morris  <rgm@gnu.org>
3006         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
3008         * newcomment.el (comment-search-forward, comment-search-backward):
3009         Doc fix.  (Bug#14376)
3011 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
3013         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
3014         (buffer-face-mode-invoke): Doc fix.
3016 2013-06-18  Matthias Meulien  <orontee@gmail.com>
3018         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
3019         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
3021 2013-06-18  Glenn Morris  <rgm@gnu.org>
3023         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
3024         Replace obsolete function generic-make-keywords with its expansion.
3026         * progmodes/python.el (ffap-alist): Declare.
3028         * textmodes/reftex.el (bibtex-mode-map): Declare.
3030 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
3033         (package-unpack, package-unpack-single): Return the pkg-dir.
3034         (package-download-transaction): Use it to update package-alist.
3036 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
3039         possible choice.
3041 2013-06-17  Juri Linkov  <juri@jurta.org>
3043         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
3045 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
3047         * emacs-lisp/package.el (package-load-descriptor):
3048         Remove `with-syntax-table' call, `read' doesn't need it.
3049         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
3051 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
3053         * startup.el (command-line): Expand package name returned by
3054         `package--description-file' (bug#14639).
3056 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
3058         * emacs-lisp/package.el (package-load-descriptor): Do not call
3059         `emacs-lisp-mode', just use its syntax table.
3061 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
3063         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
3064         `font-lock-extra-managed-props' if any prettifying keyword is added.
3065         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
3066         (prog-mode): Use `setq-local'.
3068 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3070         * international/characters.el (standard-case-table): Set syntax of ?»
3071         and ?« to punctuation.
3073 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
3075         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
3076         Save relevant match data before calling `syntax-ppss' (bug#14595).
3078 2013-06-15  Juri Linkov  <juri@jurta.org>
3080         * files-x.el (modify-file-local-variable-prop-line): Add local
3081         variables to the end of the existing comment on the first line.
3082         Use `file-auto-mode-skip' to skip interpreter magic line,
3083         and also skip XML declaration.
3085 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3087         * startup.el (package--builtin-versions): New var.
3088         (package-subdirectory-regexp): Remove.
3089         (package--description-file): Hard code its value instead.
3091         * emacs-lisp/package.el: Don't activate packages older than builtin.
3092         (package-obsolete-list): Rename from package-obsolete-alist, and make
3093         it into a simple list of package-desc.
3094         (package-strip-version): Remove.
3095         (package-built-in-p): Use package--builtin-versions.
3096         (package-mark-obsolete): Simplify.
3097         (package-process-define-package): Mark it obsolete if older than the
3098         builtin version.
3099         (package-handle-response): Use line-end-position.
3100         (package-read-archive-contents, package--download-one-archive):
3101         Simplify.
3102         (package--add-to-archive-contents): Skip if older than the builtin or
3103         installed version.
3104         (package-menu-describe-package): Fix last change.
3105         (package-list-unversioned): New var.
3106         (package-menu--generate): Use it.
3108         * emacs-lisp/autoload.el: Manage package--builtin-versions.
3109         (autoload--insert-text, autoload--insert-cookie-text): New functions.
3110         (autoload-builtin-package-versions): New variable.
3111         (autoload-generate-file-autoloads): Use them.
3112         Remove the list of autoloaded functions/macros from the
3113         (autoload...) comments.
3115         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
3117 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
3119         * simple.el (line-move-partial): Don't jump to the next screen
3120         line as soon as it becomes visible.  Instead, continue enlarging
3121         the vscroll until the portion of a tall screen line that's left on
3122         display is about the height of the frame's default font.
3123         (Bug#14567)
3125 2013-06-15  Glenn Morris  <rgm@gnu.org>
3127         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
3128         compilation-error-regexp-alist void, or local while let-bound.
3130         * progmodes/make-mode.el (makefile-mode-syntax-table):
3131         Treat "=" as punctuation.  (Bug#14614)
3133 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
3135         * help-fns.el (describe-variable):
3136         Add extra line for permanent-local variables.
3138 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
3140         * progmodes/scheme.el (scheme-font-lock-keywords-2):
3141         Add export, import, library.  (Bug#9164)
3142         (library): Set indent function.
3144 2013-06-14  Glenn Morris  <rgm@gnu.org>
3146         * term/xterm.el (xterm--query):
3147         Stop after first matching handler.  (Bug#14615)
3149 2013-06-14 Ivan Kanis  <ivan@kanis.fr>
3151         Add support for dired in saveplace.
3152         * dired.el (dired-initial-position-hook): New variable.
3153         (dired-initial-position): Call hook to place cursor position.
3154         * saveplace.el (save-place-to-alist): Add dired position.
3155         (save-place-dired-hook): New function.
3157 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3159         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
3160         through a symbol rather than letrec.
3162         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
3163         (package-desc): Add `dir' field.
3164         (package-desc-full-name): New function.
3165         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
3166         (package-maybe-load-descriptor): Remove.
3167         (package-load-all-descriptors): Just call package-load-descriptor.
3168         (package--disabled-p): New function.
3169         (package-desc-vers, package-desc-doc): Remove aliases.
3170         (package--dir): Remove function.
3171         (package-activate): Check if a package is disabled.
3172         (package-process-define-package): New function, extracted from
3173         define-package.
3174         (define-package): Turn into a place holder.
3175         (package-unpack-single, package-tar-file-info):
3176         Use package--description-file.
3177         (package-compute-transaction): Use package--disabled-p.
3178         (package-download-transaction): Don't call
3179         package-maybe-load-descriptor since they're all loaded anyway.
3180         (package-install): Change argument to be a pkg-desc.
3181         (package-delete): Use a single pkg-desc argument.
3182         (describe-package-1): Use package-desc-dir instead of package--dir.
3183         Use package-desc property instead of package-symbol.
3184         (package-install-button-action): Adjust accordingly.
3185         (package--push): Rewrite.
3186         (package-menu--print-info): Adjust accordingly.  Change the ID format
3187         to be a pkg-desc.
3188         (package-menu-describe-package, package-menu-get-status)
3189         (package-menu--find-upgrades, package-menu-mark-upgrades)
3190         (package-menu-execute, package-menu--name-predicate):
3191         Adjust accordingly.
3192         * startup.el (package--description-file): New function.
3193         (command-line): Use it.
3194         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3195         Use package-desc-version.
3197         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
3198         (byte-compile-preprocess): Use it.
3199         (byte-compile-file-form-defalias): Try a bit harder to use macros we
3200         can't quite recognize.
3201         (byte-compile-add-to-list): Remove.
3202         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
3203         (cconv-closure-convert): Add assertion.
3205         * emacs-lisp/map-ynp.el: Use lexical-binding.
3206         (map-y-or-n-p): Remove unused vars `tail' and `object'.
3207         Factor out some repeated code.
3209 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * subr.el (with-eval-after-load): New macro.
3212         (eval-after-load): Allow form to be a function.
3213         take advantage of lexical-binding.
3214         (do-after-load-evaluation): Use dolist and adjust to new format.
3215         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
3217 2013-06-13  Juri Linkov  <juri@jurta.org>
3219         * replace.el (perform-replace): Display "symbol " and other search
3220         modes from `isearch-message-prefix' in the *Help* buffer.
3222         * isearch.el (isearch-query-replace): Add " symbol" and other
3223         possible search modes from `isearch-message-prefix' to the prompt.
3224         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
3225         when reading a regexp to collect.
3227 2013-06-13  Juri Linkov  <juri@jurta.org>
3229         * isearch.el (word-search-regexp): Match whitespace if the search
3230         string begins or ends in whitespace.  The LAX arg is applied to
3231         both ends of the search string.  Use `regexp-quote' and explicit
3232         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
3233         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
3234         boundaries are replaced with symbol boundaries, and characters
3235         between symbols match non-word non-symbol syntax.  (Bug#14602)
3237 2013-06-13  Juri Linkov  <juri@jurta.org>
3239         * isearch.el (isearch-del-char): Don't exceed the length of
3240         `isearch-string' by the prefix arg.  (Bug#14563)
3242 2013-06-13  Juri Linkov  <juri@jurta.org>
3244         * isearch.el (isearch-yank-word, isearch-yank-line)
3245         (isearch-char-by-name, isearch-quote-char)
3246         (isearch-printing-char, isearch-process-search-char):
3247         Add optional count prefix arg.  (Bug#14563)
3249         * international/isearch-x.el
3250         (isearch-process-search-multibyte-characters):
3251         Add optional count prefix arg.
3253 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3255         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
3256         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
3257         lexical-binding.
3259 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
3261         * subr.el (set-temporary-overlay-map): Add on-exit argument.
3263 2013-06-13  Glenn Morris  <rgm@gnu.org>
3265         * startup.el (tty-handle-args):
3266         Don't just discard "--" and anything after.  (Bug#14608)
3268         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
3270 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
3272         Implement changes in Secret Service API.  Make it backward compatible.
3273         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
3274         (secrets-create-item): Use it.  Prefix properties with interface.
3276 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
3278         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
3279         (term-emulate-terminal): Respect term-suppress-hard-newline.
3281 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
3283         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
3284         Only remove a `thumb-file' overlay.  (Bug#14548)
3286 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
3288         * mail/reporter.el (reporter-submit-bug-report):
3289         Handle missing package-name.  (Bug#14600)
3291 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3293         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
3294         (reftex-citation-prompt, reftex-default-bibliography)
3295         (reftex-bib-or-thebib, reftex-get-bibfile-list)
3296         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
3297         (reftex-bib-sort-author, reftex-bib-sort-year)
3298         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
3299         (reftex-extract-bib-entries-from-thebibliography)
3300         (reftex-get-bibkey-default, reftex-get-bib-names)
3301         (reftex-parse-bibtex-entry, reftex-get-bib-field)
3302         (reftex-format-bib-entry, reftex-parse-bibitem)
3303         (reftex-format-bibitem, reftex-do-citation)
3304         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
3305         (reftex-restrict-bib-matches, reftex-extract-bib-file)
3306         (reftex-insert-bib-matches, reftex-format-citation)
3307         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
3308         (reftex-create-bibtex-file): Add docstrings, mostly by converting
3309         existing comments into docstrings.
3311 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
3313         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
3315 2013-06-12  Andreas Schwab  <schwab@suse.de>
3317         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
3318         for auto-save files.
3320 2013-06-12  Glenn Morris  <rgm@gnu.org>
3322         * ido.el (ido-delete-ignored-files): Remove.
3323         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
3324         Go back to calling ido-ignore-item-p directly.
3326 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
3328         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
3330         * ido.el (ido-delete-ignored-files): New function,
3331         split from ido-make-file-list-1.
3332         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
3333         (ido-make-file-list-1): Use ido-delete-ignored-files.
3335 2013-06-12  Leo Liu  <sdl.web@gmail.com>
3337         * progmodes/octave.el (inferior-octave-startup)
3338         (inferior-octave-completion-table)
3339         (inferior-octave-track-window-width-change)
3340         (octave-eldoc-function-signatures, octave-help)
3341         (octave-find-definition): Use single quoted strings.
3342         (inferior-octave-startup-args): Change default value.
3343         (inferior-octave-startup): Do not hard code "-i" and
3344         "--no-line-editing".
3345         (inferior-octave-resync-dirs): Add optional arg NOERROR.
3346         (inferior-octave-directory-tracker): Use it.
3347         (octave-goto-function-definition): Robustify.
3348         (octave-help): Support highlighting operators in 'See also'.
3349         (octave-find-definition): Find subfunctions only in Octave mode.
3351 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3353         * help-fns.el (help-fns--compiler-macro): If the handler function is
3354         named, then put a link to it.
3355         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
3356         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
3357         (cl-typep): Use it.
3358         (cl-eval-when): Simplify debug spec.
3359         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
3360         compiler-macro function instead of setting `compiler-macro-file'.
3362 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
3364         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
3365         * vc/vc-hooks.el (vc-stay-local): Doc fix.
3367 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3368             Daniel Hackney  <dan@haxney.org>
3370         First part of Daniel Hackney's patch to package.el.
3371         * emacs-lisp/package.el: Use defstruct.
3372         (package-desc): New, main struct.
3373         (package--bi-desc, package--ac-desc): New structs, used to describe the
3374         format in external files.
3375         (package-desc-vers): Replace with package-desc-version accessor.
3376         (package-desc-doc): Replace with package-desc-summary accessor.
3377         (package-activate-1): Remove `package' arg since the pkg-vec now
3378         includes the name.
3379         (define-package): Use package-desc-from-define.
3380         (package-unpack-single): Change file-name arg to be a symbol.
3381         (package--add-to-archive-contents): Use package-desc-create and new
3382         accessor functions to package--ac-desc.
3383         (package-buffer-info, package-tar-file-info): Return a package-desc.
3384         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
3385         arg to be a package-desc.
3386         (package-install-file): Adjust accordingly.  Use \' to match EOS.
3387         (package--from-builtin): New function.
3388         (describe-package-1, package-menu--generate): Use it.
3389         (package--make-autoloads-and-compile): Change name arg to be a symbol.
3390         (package-generate-autoloads): Idem and return the name of the file.
3391         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3392         Change pkg-info arg to be a package-desc.
3393         Use package-make-ac-desc.
3394         (package-upload-file): Use \' to match EOS.
3395         * finder.el (finder-compile-keywords): Use package-make-builtin.
3397 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3399         * vc/vc.el (vc-deduce-fileset): Change error message.
3400         (vc-read-backend): New function.
3401         (vc-next-action): Use it.
3403         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
3405         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
3406         (prolog-font-lock-keywords): Use regexp-opt instead.
3407         Don't manually highlight strings.
3408         (prolog-mode-variables): Simplify comment-start-skip.
3409         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
3411         * emacs-lisp/generic.el (generic--normalise-comments)
3412         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
3413         (generic-mode-set-comments): Use them.
3414         (generic-bracket-support): Use setq-local.
3415         (generic-make-keywords-list): Declare obsolete.
3417 2013-06-11  Glenn Morris  <rgm@gnu.org>
3419         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3420         Prettify after setting font-lock-defaults.  (Bug#14574)
3422 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
3424         * replace.el (query-replace, occur-read-regexp-defaults-function)
3425         (replace-search):
3426         * subr.el (declare-function, number-sequence, local-set-key)
3427         (substitute-key-definition, locate-user-emacs-file)
3428         (with-silent-modifications, split-string, eval-after-load):
3429         Fix typos, remove unneeded backslashes and reflow some docstrings.
3431 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3433         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
3434         default for Elisp files.
3436 2013-06-11  Glenn Morris  <rgm@gnu.org>
3438         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
3439         although define-derived-mode was doing this anyway.  (Bug#14583)
3441 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
3443         * allout.el (allout-encryption-plaintext-sanitization-regexps):
3444         Fix make-variable-buffer-local call to refer to the correct variable.
3446 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
3448         * eshell/em-term.el (eshell-visual-commands)
3449         (eshell-visual-subcommands, eshell-visual-options):
3450         Add summary line to docstrings.  Add cross-references.
3452 2013-06-10  Glenn Morris  <rgm@gnu.org>
3454         * epa.el (epa-read-file-name): New function.  (Bug#14510)
3455         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
3457 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
3459         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
3460         output redirection to be ignored with visual commands.
3462 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
3464         * eshell/em-term.el (eshell-visual-command-p): New function.
3465         (eshell-term-initialize): Move long lambda to separate function
3466         eshell-visual-command-p.
3467         * eshell/em-dirs.el (eshell-dirs-initialise):
3468         * eshell/em-script.el (eshell-script-initialize):
3469         Add missing #' to lambda.
3471 2013-06-08  Leo Liu  <sdl.web@gmail.com>
3473         * progmodes/octave.el (octave-add-log-current-defun): New function.
3474         (octave-mode): Set add-log-current-defun-function.
3475         (octave-goto-function-definition): Do not move point if not found.
3476         (octave-find-definition): Enhance to try subfunctions first.
3478 2013-06-08  Glenn Morris  <rgm@gnu.org>
3480         * emacs-lisp/bytecomp.el (byte-compile-char-before)
3481         (byte-compile-backward-char, byte-compile-backward-word):
3482         Improve previous change, to handle non-explicit nil.
3484 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3486         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
3487         (smie--opener/closer-at-point): New function.
3488         (smie--matching-block-data): Use it.  Don't match from right after an
3489         opener or right before a closer.  Obey smie-blink-matching-inners.
3490         Don't signal a mismatch for repeated inners like "switch..case..case".
3492 2013-06-07  Leo Liu  <sdl.web@gmail.com>
3494         * progmodes/octave.el (octave-mode): Set comment-use-global-state
3495         to t.  (Bug#14303)
3496         (octave-function-header-regexp): Fix.  (Bug#14570)
3497         (octave-help-mode-finish-hook, octave-help-mode-finish):
3498         Remove.  Just use temp-buffer-show-hook.
3500         * newcomment.el (comment-search-backward): Revert last change.
3501         (Bug#14434)
3503         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
3505 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
3507         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
3508         through xargs, to avoid failure due to MS-Windows limitations on
3509         command-line length.
3511 2013-06-06  Glenn Morris  <rgm@gnu.org>
3513         * font-lock.el (lisp-font-lock-keywords-2):
3514         Treat user-error like error.
3516         * emacs-lisp/bytecomp.el (byte-compile-char-before)
3517         (byte-compile-backward-char, byte-compile-backward-word):
3518         Handle explicit nil arguments.  (Bug#14565)
3520 2013-06-05  Alan Mackenzie  <acm@muc.de>
3522         * isearch.el (isearch-allow-prefix): New user option.
3523         (isearch-other-meta-char): Don't exit isearch when a prefix
3524         argument is typed whilst `isearch-allow-prefix' is non-nil.
3525         (Bug#9706)
3527 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * autorevert.el (auto-revert-notify-handler): Use memq.
3530         Hide assertion failure.
3532         * skeleton.el: Use cl-lib.
3533         (skeleton-further-elements): Use defvar-local.
3534         (skeleton-insert): Use cl-progv.
3536 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
3538         * progmodes/prog-mode.el (prog-prettify-symbols)
3539         (prog-prettify-install): Update docstrings.
3541 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3543         * simple.el: Move all the prog-mode code to prog-mode.el.
3544         * progmodes/prog-mode.el: New file.
3545         * loadup.el: Add prog-mode.el.
3547 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
3549         * simple.el (prog-prettify-symbols): Add version.
3550         (prog-prettify-install): Add convenience function to prettify symbols.
3552         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
3553         (perl--augmented-font-lock-keywords-1)
3554         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
3555         variables and use it.
3557         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
3558         (cfengine3-mode): Remove unneeded variable and use it.
3560         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3561         (lisp--augmented-font-lock-keywords-1)
3562         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
3563         Remove unneeded variables and use it.
3565 2013-06-05  João Távora  <joaotavora@gmail.com>
3567         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
3568         to point when opening the connection.  (Bug#14380)
3570 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3572         * subr.el (load-history-regexp, load-history-filename-element)
3573         (eval-after-load, after-load-functions, do-after-load-evaluation)
3574         (eval-next-after-load, display-delayed-warnings)
3575         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
3576         definition of save-match-data.
3577         (overriding-local-map): Remove accidental obsolescence declaration.
3579         * emacs-lisp/edebug.el (edebug-result): Move before first use.
3581 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
3583         Generalize symbol prettify support to prog-mode and implement it
3584         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
3585         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
3586         (prog--prettify-font-lock-compose-symbol)
3587         (prog-prettify-font-lock-symbols-keywords): New variables and
3588         functions to support symbol prettification.
3589         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
3590         (lisp--augmented-font-lock-keywords-1)
3591         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
3592         (lisp--prettify-symbols-alist): Implement prettify of lambda.
3593         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
3594         (cfengine3--prettify-symbols-alist, cfengine3-mode):
3595         Implement prettify of -> => :: strings.
3596         * progmodes/perl-mode.el (perl-prettify-symbols)
3597         (perl--font-lock-compose-symbol)
3598         (perl--font-lock-symbols-keywords): Move to prog-mode.
3599         (perl--prettify-symbols-alist): Prettify -> => :: strings.
3600         (perl-font-lock-keywords-1)
3601         (perl-font-lock-keywords-2): Remove explicit prettify support.
3602         (perl--augmented-font-lock-keywords)
3603         (perl--augmented-font-lock-keywords-1)
3604         (perl--augmented-font-lock-keywords-2, perl-mode):
3605         Implement prettify support.
3607 2013-06-05  Leo Liu  <sdl.web@gmail.com>
3609         Re-implement smie matching block highlight using
3610         show-paren-data-function.  (Bug#14395)
3611         * emacs-lisp/smie.el (smie-matching-block-highlight)
3612         (smie--highlight-matching-block-overlay)
3613         (smie--highlight-matching-block-lastpos)
3614         (smie-highlight-matching-block)
3615         (smie-highlight-matching-block-mode): Remove.
3616         (smie--matching-block-data-cache): New variable.
3617         (smie--matching-block-data): New function.
3618         (smie-setup): Use smie--matching-block-data for
3619         show-paren-data-function.
3621         * progmodes/octave.el (octave-mode-menu): Fix.
3622         (octave-find-definition): Skip garbage lines.
3624 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3626         Fix compilation error with simultaneous dynamic+lexical scoping.
3627         Add warning when a defvar appears after the first let-binding.
3628         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
3629         (byte-compile-close-variables): Initialize it.
3630         (byte-compile--declare-var): New function.
3631         (byte-compile-file-form-defvar)
3632         (byte-compile-file-form-define-abbrev-table)
3633         (byte-compile-file-form-custom-declare-variable): Use it.
3634         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
3635         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
3636         (byte-compile-bind): Handle dynamic bindings that shadow
3637         lexical bindings.
3638         (byte-compile-unbind): Make arg non-optional.
3639         (byte-compile-let): Simplify.
3640         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
3641         (cconv--analyse-function, cconv-analyse-form): Populate it.
3642         Protect byte-compile-bound-variables to limit the scope of defvars.
3643         (cconv-analyse-form): Add missing rule for (defvar <foo>).
3644         Remove unneeded rule for `declare'.
3646         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
3647         so as to avoid depending on cl-adjoin at run-time.
3648         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
3650         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
3651         (macroexp--warn-and-return): Use it.
3653 2013-06-05  Leo Liu  <sdl.web@gmail.com>
3655         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
3657 2013-06-04  Leo Liu  <sdl.web@gmail.com>
3659         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
3660         (compilation-auto-jump): Suppress the "Mark set" message to give
3661         way to exit message.
3663 2013-06-04  Alan Mackenzie  <acm@muc.de>
3665         Remove faulty optimisation from indentation calculation.
3666         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
3667         search limit based on 2000 characters back from indent-point.
3669 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
3671         * eshell/em-term.el (cl-lib): Require `cl-lib'.
3673 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3675         * emacs-lisp/lisp.el: Use lexical-binding.
3676         (lisp--local-variables-1, lisp--local-variables): New functions.
3677         (lisp--local-variables-completion-table): New var.
3678         (lisp-completion-at-point): Use it complete let-bound vars.
3680         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
3681         eagerly (bug#14422).
3683 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
3685         * autorevert.el (auto-revert-notify-enabled)
3686         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3687         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
3688         (auto-revert-notify-handler): Handle also gfilenotify.
3690         * subr.el (file-notify-handle-event): New defun.  Replacing ...
3691         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
3692         Remove.
3694 2013-06-03  Juri Linkov  <juri@jurta.org>
3696         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
3697         `M-s h .'.  (Bug#14427)
3699         * hi-lock.el (highlight-symbol-at-point): New alias for the new
3700         command `hi-lock-face-symbol-at-point'.
3701         (hi-lock-face-symbol-at-point): New command.
3702         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
3703         (hi-lock-menu): Add `highlight-symbol-at-point'.
3704         (hi-lock-mode): Doc fix.
3706         * isearch.el (isearch-forward-symbol-at-point): New command.
3707         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
3708         (isearch-highlight-regexp): Add a regexp which matches
3709         words/symbols for word/symbol mode.
3711         * subr.el (find-tag-default-bounds): New function with the body
3712         mostly moved from `find-tag-default'.
3713         (find-tag-default): Move most code to `find-tag-default-bounds',
3714         call it and apply `buffer-substring-no-properties' afterwards.
3716 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
3718         * eshell/em-term.el (eshell-term-initialize):
3719         Use `cl-intersection' rather than `intersection'.
3721 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
3723         * vc/log-view.el: Doc fix.
3724         (log-view-mode-map): Copy keymap from `special-mode-map'.
3726 2013-06-02  Eric Ludlam  <zappo@gnu.org>
3728         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
3729         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
3730         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
3731         (eieio-unbound, eieio-default-superclass)
3732         (eieio--define-field-accessors, method-static, method-before)
3733         (method-primary, method-after, method-num-lists)
3734         (method-generic-before, method-generic-primary)
3735         (method-generic-after, method-num-slots)
3736         (eieio-specialized-key-to-generic-key)
3737         (eieio--check-type, class-v, class-p)
3738         (eieio-class-name, define-obsolete-function-alias)
3739         (eieio-class-parents-fast, eieio-class-children-fast)
3740         (same-class-fast-p, class-constructor, generic-p)
3741         (generic-primary-only-p, generic-primary-only-one-p)
3742         (class-option-assoc, class-option, eieio-object-p)
3743         (class-abstract-p, class-method-invocation-order)
3744         (eieio-defclass-autoload-map, eieio-defclass-autoload)
3745         (eieio-class-un-autoload, eieio-defclass)
3746         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
3747         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
3748         (eieio--defgeneric-init-form, eieio-defgeneric-form)
3749         (eieio-defgeneric-reset-generic-form)
3750         (eieio-defgeneric-form-primary-only)
3751         (eieio-defgeneric-reset-generic-form-primary-only)
3752         (eieio-defgeneric-form-primary-only-one)
3753         (eieio-defgeneric-reset-generic-form-primary-only-one)
3754         (eieio-unbind-method-implementations)
3755         (eieio--defmethod, eieio--typep)
3756         (eieio-perform-slot-validation, eieio-validate-slot-value)
3757         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
3758         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
3759         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
3760         (eieio-slot-name-index, eieio-class-slot-name-index)
3761         (eieio-set-defaults, eieio-initarg-to-attribute)
3762         (eieio-attribute-to-initarg, eieio-c3-candidate)
3763         (eieio-c3-merge-lists, eieio-class-precedence-c3)
3764         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
3765         (eieio-class-precedence-list, eieio-generic-call-methodname)
3766         (eieio-generic-call-arglst, eieio-generic-call-key)
3767         (eieio-generic-call-next-method-list)
3768         (eieio-pre-method-execution-functions, eieio-generic-call)
3769         (eieio-generic-call-primary-only, eieiomt-method-list)
3770         (eieiomt-optimizing-obarray, eieiomt-install)
3771         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
3772         (eieio-generic-form, eieio-defmethod, make-obsolete)
3773         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
3774         (defclass): Remove `eval-and-compile' from macro.
3775         (call-next-method, shared-initialize): Instead of using
3776         `scoped-class' variable, use new eieio--scoped-class, and
3777         eieio--with-scoped-class.
3778         (initialize-instance): Rename local variable 'scoped-class' to
3779         'this-class' to remove ambiguitity from old global.
3781         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
3782         eieio.el.
3783         (eieio--scoped-class-stack): New variable.
3784         (eieio--scoped-class): New fcn.
3785         (eieio--with-scoped-class): New scoping macro.
3786         (eieio-defclass): Use pushnew instead of add-to-list.
3787         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
3788         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
3789         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
3790         `scoped-class' variable, use new eieio--scoped-class, and
3791         eieio--with-scoped-class.
3793         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
3795 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
3797         * eshell/esh-ext.el (eshell-external-command): Pass args to
3798         `eshell-find-interpreter'.
3799         (eshell-find-interpreter): Add new second parameter ARGS.
3801         * eshell/em-script.el (eshell-script-initialize): Add second arg
3802         to the function added as MATCH to `eshell-interpreter-alist'.
3804         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
3805         the function added as MATCH to `eshell-interpreter-alist'.
3807         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
3808         (eshell-visual-options): New defcustom.
3809         (eshell-escape-control-x): Adapt docstring.
3810         (eshell-term-initialize): Test `eshell-visual-subcommands' and
3811         `eshell-visual-options' in addition to `eshell-visual-commands'.
3812         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
3814 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3816         * progmodes/python.el (python-indent-block-enders): Add break,
3817         continue and raise keywords.
3819 2013-06-01  Glenn Morris  <rgm@gnu.org>
3821         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
3823         Plain (f)boundp silences compilation warnings since Emacs 22.1.
3824         * progmodes/cc-cmds.el (delete-forward-p):
3825         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
3826         * progmodes/cc-engine.el (buffer-syntactic-context):
3827         * progmodes/cc-fonts.el (face-property-instance):
3828         * progmodes/cc-mode.el (set-keymap-parents):
3829         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
3830         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
3831         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
3832         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
3833         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
3835         * progmodes/cc-vars.el (other): Emacs has this widget since
3836         at least 21.1, so don't (re)define it.
3838         * eshell/em-cmpl.el (eshell-cmpl-initialize):
3839         Replace the obsolete alias pcomplete-arg-quote-list.
3841 2013-06-01  Leo Liu  <sdl.web@gmail.com>
3843         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
3844         punctuation syntax.
3845         (inferior-octave-minimal-columns)
3846         (inferior-octave-last-column-width): New variables.
3847         (inferior-octave-track-window-width-change): New function.
3848         (inferior-octave-mode): Adjust column width so that Octave output,
3849         for example from 'ls', can fit into the window nicely.
3851 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
3853         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
3854         Highlight expansions inside regexp literals.
3856 2013-05-31  Glenn Morris  <rgm@gnu.org>
3858         * obsolete/sym-comp.el (symbol-complete):
3859         Replace obsolete completion-annotate-function.
3861         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
3863 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
3865         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
3866         New function, checks if point is inside a literal that allows
3867         expression expansion.
3868         (ruby-syntax-propertize-expansion): Use it.
3869         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
3870         around the body.
3872 2013-05-30  Juri Linkov  <juri@jurta.org>
3874         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
3875         to "\M-si".
3876         (isearch-invisible): New variable.
3877         (isearch-forward): Doc fix.
3878         (isearch-mode): Set `isearch-invisible'
3879         to the value of `search-invisible'.
3880         (isearch-toggle-case-fold): Doc fix.
3881         (isearch-toggle-invisible): New command.
3882         (isearch-query-replace): Let-bind `search-invisible'
3883         to the value of `isearch-invisible'.
3884         (isearch-search): Use `isearch-invisible' instead of
3885         `search-invisible'.  Let-bind `search-invisible'
3886         to the value of `isearch-invisible'.  (Bug#11378)
3888 2013-05-30  Juri Linkov  <juri@jurta.org>
3890         * replace.el (perform-replace): Avoid `isearch-range-invisible'
3891         call when `query-flag' is nil and `search-invisible' is non-nil.
3892         (Bug#11746)
3894 2013-05-30  Glenn Morris  <rgm@gnu.org>
3896         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
3898         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
3899         (cc-require): Suppress spurious "noruntime" warnings.
3900         (cc-require-when-compile): Use fboundp, for sake of compiler.
3902         * progmodes/cc-mode.el: Move load of cc-vars before that of
3903         cc-langs (which in turn loads cc-vars), to quieten compiler.
3905 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3907         * paren.el: Simplify the code.
3908         (show-paren-mode): Always start the timer.
3909         (show-paren--idle-timer): Rename from show-paren-idle-timer.
3910         (show-paren--overlay, show-paren--overlay-1): Rename from
3911         show-paren-overlay and show-paren-overlay-1, and initialize to an
3912         overlay rather than to nil.
3913         (show-paren-function): Misc cleanup and simplifications.
3915 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * paren.el (show-paren-data-function): New hook.
3918         (show-paren--default): New function, extracted from show-paren-function.
3919         (show-paren-function): Use show-paren-data-function.
3921 2013-05-30  Glenn Morris  <rgm@gnu.org>
3923         * ielm.el (ielm-map, ielm-complete-symbol):
3924         Use completion-at-point rather than obsolete functions.
3925         (inferior-emacs-lisp-mode): Doc fix.
3926         Set completion-at-point-functions, rather than
3927         comint-dynamic-complete-functions.
3929         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
3930         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
3931         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
3933         * image.el (image-animated-p): Tweak definition.
3935         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
3936         (rlogin-process-connection-type): Tweak default.  Add set-after.
3937         (rlogin-host): Doc fix.
3938         (rlogin): Tweak prompt.
3939         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
3941         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
3942         * progmodes/tcl.el (inferior-tcl-mode-map):
3943         Use completion-at-point rather than obsolete alias.
3945         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
3947         * minibuffer.el (read-file-name-completion-ignore-case):
3948         Move before completion--in-region, for eager macro expansion.
3950 2013-05-29  Juri Linkov  <juri@jurta.org>
3952         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
3953         for total count of matching lines.  Add `global-matches' for total
3954         count of matches.  Rename `matches' to `lines' for count of
3955         matching lines.  Add `matches' for count of matches.
3956         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
3957         to `prev-line' for line number of prev match endpt.
3958         Increment `matches' for every match.  Print the number of
3959         matching lines in the header.
3960         (occur-context-lines): Rename `lines' to `curr-line'.
3961         Rename `prev-lines' to `prev-line'.  (Bug#14017)
3963 2013-05-29  Juri Linkov  <juri@jurta.org>
3965         * replace.el (perform-replace): Add `skip-read-only-count',
3966         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
3967         Increment them for corresponding conditions and report the number
3968         of skipped occurrences in the final message.  (Bug#11746)
3969         (query-replace, query-replace-regexp, query-replace-regexp-eval)
3970         (replace-string, replace-regexp): Doc fix.
3972 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * emacs-lisp/trace.el (trace--read-args): Provide a default.
3976         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
3977         prog-mode-map (bug#14504).
3979 2013-05-29  Leo Liu  <sdl.web@gmail.com>
3981         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
3982         (octave-help): Small simplification.
3984         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
3985         off the highlight first.
3987 2013-05-29  Glenn Morris  <rgm@gnu.org>
3989         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
3990         Handle idlwave-last-system-routine-info-cons-cell being nil.
3992         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
3993         (idlwave-write-paths): Simplify via with-temp-buffer.
3995         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
3996         * emulation/cua-rect.el: Also load cua-base at run time.
3998         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
3999         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
4000         (cperl-imenu-on-info): Require imenu.
4002 2013-05-28  Alan Mackenzie  <acm@muc.de>
4004         Handle "capitalised keywords" correctly.
4005         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
4007 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
4009         * eshell/em-unix.el: Add -r option to cp.
4011 2013-05-28  Glenn Morris  <rgm@gnu.org>
4013         * vc/vc-arch.el (vc-exec-after): Declare.
4014         (vc-switches): Autoload.
4015         * vc/vc-bzr.el: No need to require vc when compiling.
4016         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
4017         (vc-resynch-buffer, vc-dir-refresh): Declare.
4018         (vc-setup-buffer, vc-switches): Autoload.
4019         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
4020         (vc-resynch-buffer): Declare.
4021         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
4022         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
4023         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
4024         (grep-read-regexp, grep-read-files, grep-expand-template)
4025         (vc-dir-refresh): Declare.
4026         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
4027         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
4028         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
4029         * vc/vc-mtn.el (vc-exec-after): Declare.
4030         (vc-switches): Autoload.
4031         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
4032         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
4033         (vc-file-tree-walk): Declare.
4034         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
4035         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
4036         (vc-tag-precondition, vc-rename-master): Autoload.
4037         * vc/vc-svn.el (vc-exec-after): Declare.
4038         (vc-switches, vc-setup-buffer): Autoload.
4039         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
4040         Autoload.
4041         (vc-resynch-buffer): Declare.
4043         * obsolete/fast-lock.el (byte-compile-warnings):
4044         Don't warn about obsolete features in this obsolete file.
4046         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
4047         Move definition before use.
4049         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
4050         (dun-unix-verbs): Remove dun-zippy.
4051         (dun-zippy): Remove function.
4053         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
4055 2013-05-27  Juri Linkov  <juri@jurta.org>
4057         * replace.el (replace-search): New function with code moved out
4058         from `perform-replace'.
4059         (replace-highlight, replace-dehighlight): Move function definitions
4060         up closer to `replace-search'.  (Bug#11746)
4062 2013-05-27  Juri Linkov  <juri@jurta.org>
4064         * replace.el (perform-replace): Ignore invisible matches.
4065         In addition to checking `query-replace-skip-read-only', also
4066         filter out matches by calling `run-hook-with-args-until-failure'
4067         on `isearch-filter-predicates', and also check `search-invisible'
4068         for t or call `isearch-range-invisible'.
4069         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
4071 2013-05-27  Juri Linkov  <juri@jurta.org>
4073         * isearch.el (isearch-filter-predicates): Rename from
4074         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
4075         (isearch-message-prefix): Display text from the property
4076         `isearch-message-prefix' of the currently active filters.
4077         (isearch-search): Don't compare `isearch-filter-predicate' with
4078         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
4079         on `isearch-filter-predicates'.  Also check `search-invisible' for t
4080         or call `isearch-range-invisible'.
4081         (isearch-filter-visible): Make obsolete.
4082         (isearch-lazy-highlight-search):
4083         Call `run-hook-with-args-until-failure' on
4084         `isearch-filter-predicates' and use `isearch-range-invisible'.
4086         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
4087         `isearch-filter-predicates' instead of `funcall'ing
4088         `isearch-filter-predicate'.
4089         (Info-mode): Set `Info-isearch-filter' to
4090         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
4092         * dired-aux.el (dired-isearch-filter-predicate-orig):
4093         Remove variable.
4094         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4095         (dired-isearch-filenames-end): Add and remove
4096         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
4097         instead of changing the value of `isearch-filter-predicate'.
4098         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
4099         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
4100         Put property `isearch-message-prefix' to "filename " on
4101         `dired-isearch-filter-filenames'.
4103         * wdired.el (wdired-change-to-wdired-mode):
4104         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
4105         locally instead of changing `isearch-filter-predicate'.
4106         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
4108 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
4110         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
4111         return the commit hash (Bug#14459).  Also set the
4112         `vc-git-detached' property.
4113         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
4114         (vc-git-mode-line-string): Use the same help-echo format whether
4115         in detached mode or not, because we know the actual revision now.
4116         When in detached mode, shorten the revision to 7 chars.
4118 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4120         * emacs-lisp/easy-mmode.el (define-minor-mode):
4121         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
4122         mode hook and provide a docstring.
4124 2013-05-27  Alan Mackenzie  <acm@muc.de>
4126         Remove spurious syntax-table text properties inserted by C-y.
4127         * progmodes/cc-mode.el (c-after-change): Also clear hard
4128         syntax-table property with value nil.
4130 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
4132         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
4133         when reading the events; the buffer layout shall not be changed.
4135 2013-05-27  Leo Liu  <sdl.web@gmail.com>
4137         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
4138         New variable.
4139         (inferior-octave-directory-tracker): Automatically re-sync
4140         default-directory.
4141         (octave-help): Improve handling of 'See also'.
4143 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * doc-view.el: Minor naming convention tweaks.
4146         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
4148         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
4149         even if there's no `display' property yet (bug#14435).
4151 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
4153         * subr.el (unmsys--file-name): Rename from reveal-filename.
4155         * Makefile.in (custom-deps, finder-data, autoloads)
4156         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4157         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4158         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
4160 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4162         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
4163         error-completion on the first 2 args of condition-case (bug#14446).
4164         Don't burp at EOB.
4166 2013-05-25  Leo Liu  <sdl.web@gmail.com>
4168         * comint.el (comint-previous-matching-input): Do not flood the
4169         *Messages* buffer with trivial messages.
4171 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4173         * progmodes/flymake.el (flymake-nop): Don't return a string.
4174         (flymake-set-at): Fix typo.
4176         * simple.el (read--expression): New function, extracted from
4177         eval-expression.  Set completion-at-point-functions (bug#14465).
4178         (eval-expression, eval-minibuffer): Use it.
4180 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
4182         * progmodes/flymake.el (flymake-save-buffer-in-file)
4183         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
4184         (flymake-selected-frame, flymake-log, flymake-ins-after)
4185         (flymake-set-at, flymake-get-buildfile-from-cache)
4186         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
4187         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
4188         Refine the doc string.
4189         (flymake-get-file-name-mode-and-masks): Reformat.
4190         (flymake-get-real-file-name-function): Fix a minor bug.
4192 2013-05-24  Juri Linkov  <juri@jurta.org>
4194         * progmodes/grep.el (grep-mode-font-lock-keywords):
4195         Support =linenumber= format used by git-grep for lines with
4196         function names.  (Bug#13549)
4198 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4200         * progmodes/octave.el (octave-smie-rules): Return nil rather than
4201         0 after a semi-colon; it works better for smie-auto-fill.
4202         (octave--indent-new-comment-line): New function.
4203         (octave-indent-new-comment-line): Use it (indirectly).
4204         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
4205         modify comment-line-break-function.
4207         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
4208         (smie-setup): Use add-function to set it.
4210 2013-05-24  Sam Steingold  <sds@gnu.org>
4212         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
4213         argument (before the `interactive' argument).
4215 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4217         * image-mode.el (image-mode-winprops): Add winprops to
4218         image-mode-winprops-alist before running
4219         image-mode-new-window-functions.
4220         * doc-view.el (doc-view-new-window-function): Don't delay
4221         doc-view-goto-page via timers (bug#14435).
4223 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
4225         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
4226         (doc-view-desktop-save-buffer): New function.
4227         (doc-view-restore-desktop-buffer): New function.
4228         (desktop-buffer-mode-handlers):
4229         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
4230         handler.
4231         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
4232         `desktop-save-buffer' function.
4234 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
4236         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
4237         (tramp-gvfs-file-name-handler): Raise a user error when
4238         `tramp-gvfs-enabled' is nil.
4239         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
4240         Do not raise a user error when loading package.  (Bug#14447)
4242         * net/xesam.el: Move to obsolete/.
4244 2013-05-24  Glenn Morris  <rgm@gnu.org>
4246         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
4248         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
4250         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
4251         (Info-find-node, Man-getpage-in-background): Declare.
4253         * mail/unrmail.el (unrmail):
4254         Replace obsolete detect-coding-with-priority.
4256         * net/socks.el (socks-split-string): Use this rather than split-string.
4257         (socks-nslookup-host): Update for above change.
4258         (dynamic-choice, s5-dynamic-choice-match)
4259         (s5-dynamic-choice-match-inline, s5-widget-value-create):
4260         Comment out unused code.
4262         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
4263         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
4264         (gud-tooltip-echo-area): Make obsolete.
4265         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
4267         * progmodes/js.el (js--optimize-arglist): Declare.
4269         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
4271         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
4272         (ediff-window-C): Declare.
4274         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
4275         Tweak requires to silence compiler.
4277         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
4278         (he-search-string, he-tried-table, he-expand-list)
4279         (he-init-string, he-string-member, he-substitute-string)
4280         (he-reset-string): Declare.
4282         * obsolete/options.el (list-options): Use custom-variable-p,
4283         rather than obsolete alias.
4285 2013-05-23  Sam Steingold  <sds@gnu.org>
4287         * simple.el (shell-command-on-region): Pass the `replace' argument
4288         down to `call-process-region' to comply with the doc as reported on
4289         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
4291 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4293         * emacs-lisp/smie.el (smie-indent-forward-token)
4294         (smie-indent-backward-token): Handle string tokens (bug#14381).
4296 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4298         * ielm.el (ielm-menu): New menu.
4299         (inferior-emacs-lisp-mode): Set comment-start.
4301 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4303         * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
4304         Fix deactivate action.
4306         * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
4307         Add cleveref macros.
4309         * lisp/textmodes/reftex-parse.el
4310         (reftex-locate-bibliography-files): Accept options for
4311         bibliography commands.
4312         * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
4313         Add addbibresource.  Basic Biblatex support.
4315 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
4317         * net/tramp-gvfs.el (top):
4318         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
4319         when loading package.  (Bug#14447)
4321 2013-05-23  Glenn Morris  <rgm@gnu.org>
4323         * progmodes/js.el: No need to load comint when compiling.
4324         (ring-insert, comint-send-string, comint-send-input)
4325         (comint-last-input-end, ido-chop): Declare.
4327         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
4328         * vc/ediff-mult.el: Adjust requires.
4329         (ediff-directories-internal, ediff-directory-revisions-internal)
4330         (ediff-patch-file-internal): Declare.
4331         * vc/ediff-ptch.el: Adjust requires.
4332         (ediff-use-last-dir, ediff-buffers-internal): Declare.
4333         (ediff-find-file): Autoload.
4334         * vc/ediff-util.el: No need to load ediff when compiling.
4335         (ediff-regions-internal): Declare.
4336         * vc/ediff-wind.el: Adjust requires.
4337         (ediff-compute-toolbar-width): Define when compiling.
4338         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
4339         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
4340         (dired-get-filename, dired-get-marked-files)
4341         (ediff-last-dir-patch, ediff-patch-default-directory)
4342         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
4343         (ediff-patch-buffer-internal): Declare.
4345         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
4346         (ispell-process, ispell-buffer-local-words, lm-summary)
4347         (lm-section-start, lm-section-end): Declare.
4348         (checkdoc-ispell-init): Simplify.
4350         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
4351         (he-string-member, he-reset-string, he-substitute-string): Declare.
4353         * eshell/em-ls.el: Adjust requires.
4354         (eshell-glob-regexp): Declare.
4355         * eshell/em-tramp.el: Adjust requires.
4356         (eshell-parse-command): Autoload.
4357         * eshell/em-xtra.el: Adjust requires.
4358         (eshell-parse-command): Autoload.
4359         * eshell/esh-ext.el: Adjust requires.
4360         (eshell-parse-command, eshell-close-handles): Autoload.
4361         * eshell/esh-io.el: Adjust requires.
4362         (eshell-output-filter): Autoload.
4363         * eshell/esh-util.el: No need to load tramp when compiling.
4364         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
4365         Declare.
4366         (eshell-parse-ange-ls): Require ange-ftp and tramp.
4367         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4368         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
4369         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
4370         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
4371         * eshell/esh-opt.el, eshell/esh-proc.el:
4372         * eshell/esh-var.el: Adjust requires.
4373         * eshell/eshell.el: Do not require esh-util twice.
4374         (eshell-add-input-to-history): Declare.
4375         (eshell-command): Check history module is active before using it.
4377         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
4379 2013-05-22  Leo Liu  <sdl.web@gmail.com>
4381         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
4383 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
4385         * autorevert.el (auto-revert-notify-add-watch)
4386         (auto-revert-notify-handler): Add `attrib' for the inotify case,
4387         it indicates changes in file modification time.
4389 2013-05-22  Glenn Morris  <rgm@gnu.org>
4391         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4392         Always delete the autoloaded function from the noruntime and
4393         unresolved functions lists.
4395         * allout.el: No need to load epa, epg, overlay when compiling.
4396         (epg-context-set-passphrase-callback, epg-list-keys)
4397         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
4398         (epg-key-user-id-list): Declare.
4400         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4401         (viper-set-parsing-style-toggling-macro)
4402         (viper-set-emacs-state-searchstyle-macros):
4403         Use called-interactively-p on Emacs.
4404         (viper-looking-back): Make it an obsolete alias.  Update callers.
4405         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
4406         Use looking-back rather than viper-looking-back.
4407         (viper-tmp-insert-at-eob, viper-enlarge-region)
4408         (viper-read-string-with-history, viper-register-to-point)
4409         (viper-append-to-register, viper-change-state-to-vi)
4410         (viper-backward-char-carefully, viper-forward-char-carefully)
4411         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
4412         (viper-change-state-to-emacs): Declare.
4413         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
4414         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
4415         * emulation/viper-mous.el: Do not load viper-cmd.
4416         (viper-backward-char-carefully, viper-forward-char-carefully)
4417         (viper-forward-word, viper-adjust-window): Declare.
4419         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
4421         * progmodes/idlw-help.el (idlwave-help-fontify):
4422         Use called-interactively-p.
4424         * term/w32console.el (w32-get-console-codepage)
4425         (w32-get-console-output-codepage): Declare.
4427         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
4428         Remove unnecessary declarations.
4429         (dframe-message): Doc fix.
4431         * info.el (dframe-select-attached-frame, dframe-current-frame):
4432         Declare.
4434         * speedbar.el (speedbar-message): Make it an obsolete alias.
4435         Update all callers.
4436         (speedbar-with-attached-buffer)
4437         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
4438         (speedbar-with-writable): Use backquote.
4439         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
4440         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4441         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
4442         rather than speedbar- aliases.
4443         * mail/rmail.el: Load dframe rather than speedbar when compiling.
4444         (speedbar-make-specialized-keymap, speedbar-insert-button)
4445         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
4446         (speedbar-do-function-pointer): Declare.
4447         (rmail-speedbar-button, rmail-speedbar-find-file)
4448         (rmail-speedbar-move-message):
4449         Use dframe-with-attached-buffer rather than speedbar- alias.
4450         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
4451         (dframe-message, speedbar-make-specialized-keymap)
4452         (speedbar-add-expansion-list, speedbar-mode-functions-list)
4453         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
4454         (speedbar-insert-button, dframe-select-attached-frame)
4455         (dframe-maybee-jump-to-attached-frame)
4456         (speedbar-change-initial-expansion-list)
4457         (speedbar-previously-used-expansion-list-name): Declare.
4458         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
4459         Use dframe-message, dframe-with-attached-buffer rather than
4460         speedbar- aliases.
4461         (gud-sentinel): Silence compiler.
4462         * progmodes/vhdl-mode.el (speedbar-refresh)
4463         (speedbar-do-function-pointer, speedbar-add-supported-extension)
4464         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
4465         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
4466         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
4467         (speedbar-file-lists, speedbar-make-tag-line)
4468         (speedbar-line-directory, speedbar-goto-this-file)
4469         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
4470         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
4471         (speedbar-make-button, speedbar-reset-scanners)
4472         (speedbar-files-item-info, speedbar-line-text)
4473         (speedbar-find-file-in-frame, speedbar-set-timer)
4474         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
4475         (speedbar-with-writable): Do not (re)define it.
4476         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
4477         rather than speedbar- alias.
4479 2013-05-21  Leo Liu  <sdl.web@gmail.com>
4481         * progmodes/octave.el (octave-mode-menu): Update and re-organize
4482         menu items.
4483         (octave-mode): Tweak fill-nobreak-predicate.
4484         (inferior-octave-startup): Check process to avoid infinite loop.
4485         (inferior-octave): Pop to buffer first to show abornmal process
4486         exit information.
4488 2013-05-21  Glenn Morris  <rgm@gnu.org>
4490         * printing.el (pr-menu-bar): Define when compiling.
4492 2013-05-21  Leo Liu  <sdl.web@gmail.com>
4494         * progmodes/octave.el (octave-auto-fill): Remove.
4495         (octave-indent-new-comment-line): Improve.
4496         (octave-mode): Use auto fill mode through
4497         comment-line-break-function and fill-nobreak-predicate.
4498         (octave-goto-function-definition): Support DEFUN_DLD.
4499         (octave-beginning-of-defun): Small tweak.
4500         (octave-help): Show parent directory.
4502 2013-05-21  Glenn Morris  <rgm@gnu.org>
4504         * files.el (dired-unmark):
4505         * progmodes/gud.el (gdb-input): Update declarations.
4507         * calculator.el (electric, ehelp): No need to load when compiling.
4508         (Electric-command-loop, electric-describe-mode): Declare.
4510         * doc-view.el (doc-view-current-converter-processes): Move before use.
4512         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4513         Move MODE-set-explicitly definition before use.
4515         * international/mule-diag.el (mule-diag):
4516         Don't use obsolete window-system-version.
4518         * mail/feedmail.el (smtpmail): No need to load when compiling.
4519         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
4521         * mail/mail-utils.el (rfc822): No need to load when compiling.
4522         (rfc822-addresses): Autoload it.
4523         (mail-strip-quoted-names): Trivial simplification.
4525         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
4526         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
4528         * net/snmp-mode.el (tempo): Don't duplicate requires.
4530         * progmodes/prolog.el (info): No need to load when compiling.
4531         (comint): Require before shell requires it.
4532         (Info-goto-node): Autoload it.
4533         (Info-follow-nearest-node): Declare.
4534         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
4536         * textmodes/artist.el (picture-mode-exit): Declare.
4538         * textmodes/reftex-parse.el (reftex-parse-from-file):
4539         Trivial rewrite so the compiler can parse it better.
4541 2013-05-20  Leo Liu  <sdl.web@gmail.com>
4543         * progmodes/octave.el (octave-help-mode-map)
4544         (octave-help-mode-finish-hook): New variables.
4545         (octave-help-mode, octave-help-mode-finish): New functions.
4546         (octave-help): Use octave-help-mode.
4548 2013-05-20  Glenn Morris  <rgm@gnu.org>
4550         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
4552 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
4554         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
4555         start at point, so that expansion starting right after opening
4556         slash in a regexp is recognized.
4557         (ruby-syntax-before-regexp-re): New defvar, extracted from
4558         ruby-syntax-propertize-function.  Since the value of this regexp
4559         is looked up at runtime now, we should be able to turn
4560         `ruby-syntax-methods-before-regexp' into a defcustom later.
4561         (ruby-syntax-propertize-function): Split regexp matching into two
4562         parts, for opening and closing slashes.  That allows us to skip
4563         over string interpolations and support multiline regexps.
4564         Don't call `ruby-syntax-propertize-expansions', instead use another rule
4565         for them, which calls `ruby-syntax-propertize-expansion'.
4566         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
4567         call to `ruby-syntax-propertize-function'.
4568         (ruby-syntax-propertize-expansion): Extracted from
4569         `ruby-syntax-propertize-expansions'.  Handles one expansion.
4570         (ruby-syntax-propertize-percent-literal): Leave point right after
4571         the percent symbol, so that the expression expansion rule can
4572         propertize the contents.
4573         (ruby-syntax-propertize-heredoc): Leave point at bol following the
4574         heredoc openers.
4575         (ruby-syntax-propertize-expansions): Remove.
4577 2013-05-18  Juri Linkov  <juri@jurta.org>
4579         * man.el (Man-default-man-entry): Remove `-' from the end
4580         of the default value.  (Bug#14400)
4582 2013-05-18  Glenn Morris  <rgm@gnu.org>
4584         * comint.el (comint-password-prompt-regexp):
4585         Allow "password for XXX" where XXX contains colons (eg https://...).
4587 2013-05-18  Leo Liu  <sdl.web@gmail.com>
4589         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
4590         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
4591         (octave-source-directories): Don't check process.
4592         (octave-source-directories, octave-find-definition): Doc fix.
4594 2013-05-18  Glenn Morris  <rgm@gnu.org>
4596         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
4597         Remove backspace/delete bindings.  (Bug#14392)
4599         * cus-dep.el (custom-make-dependencies): Sort the output.
4600         (custom-versions-load-alist): Convert comment to doc.
4602 2013-05-17  Leo Liu  <sdl.web@gmail.com>
4604         * newcomment.el (comment-search-backward): Stricter in finding
4605         comment start.  (Bug#14303)
4607         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
4608         (octave-comment-start-skip): Properly anchored.
4610 2013-05-17  Leo Liu  <sdl.web@gmail.com>
4612         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
4613         Clean up when turned off.  (Bug#14395)
4614         (smie--highlight-matching-block-overlay): No longer buffer-local.
4615         (smie-highlight-matching-block): Adjust.
4617 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
4619         Doc string fix for "nanoseconds" (Bug#14406).
4620         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
4621         Fix doc string typo that had "nanoseconds" instead of "microseconds".
4623 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
4625         * calc/calc-units.el (math-extract-units): Preserve powers
4626         of units.
4628 2013-05-17  Leo Liu  <sdl.web@gmail.com>
4630         * subr.el (delete-consecutive-dups): New function.
4631         * ido.el (ido-set-matches-1): Use it.
4632         * progmodes/octave.el (inferior-octave-completion-table): Use it.
4633         * ido.el (ido-remove-consecutive-dups): Remove.
4635 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4637         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4638         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
4639         regexp-opt's `words'.
4641 2013-05-16  Leo Liu  <sdl.web@gmail.com>
4643         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
4644         (smie--highlight-matching-block-overlay)
4645         (smie--highlight-matching-block-lastpos)
4646         (smie--highlight-matching-block-timer): New variables.
4647         (smie-highlight-matching-block): New function.
4648         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
4649         (smie-setup): Conditionally enable smie-blink-matching-open.
4651 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
4653         Sync with upstream verilog-mode r840.
4654         * progmodes/verilog-mode.el (verilog-mode-version)
4655         (verilog-mode-release-date): Update.
4656         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
4657         (verilog-sig-tieoff): Fix string error on
4658         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
4659         (verilog-read-decls): Fix parameters confusing
4660         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
4662 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
4664         * subr.el (reveal-filename): New function.
4666         * loadup.el: Compute Emacs executable versions on MS-Windows,
4667         where executables have the .exe extension.  Add a hard link
4668         emacs-XX.YY.ZZ.exe on MS-Windows.
4670         * Makefile.in (XARGS_LIMIT): New variable.
4671         (custom-deps, finder-data, autoloads)
4672         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4673         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4674         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
4675         (compile-main): Limit xargs according to $(XARGS_LIMIT).
4677 2013-05-16  Leo Liu  <sdl.web@gmail.com>
4679         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
4680         (octave-mode-menu, octave-mode-map): Remove its uses.
4682 2013-05-16  Reto Zimmermann  <reto@gnu.org>
4684         Sync with upstream vhdl mode v3.34.2.
4685         * progmodes/vhdl-mode.el: Use `push' throughout.
4686         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
4687         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
4688         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
4689         (vhdl-actual-generic-name): New option to derive actual generic name.
4690         (vhdl-port-paste-signals): Replace formal by actual generics.
4691         (vhdl-beautify): New name for old group vhdl-align.  Update users.
4692         (vhdl-beautify-options): New option.
4693         (vhdl-last-input-event): New compat alias.  Use throughout.
4694         (vhdl-goto-line): Replace user level function `goto-line'.
4695         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
4696         vhdl-fix-statement-buffer.
4697         (vhdl-create-mode-menu): Add some entries.
4698         (vhdl-align-region-groups): Respect vhdl-beautify-options.
4699         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
4700         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
4701         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
4702         to force statements on one line.
4703         (vhdl-remove-trailing-spaces-region):
4704         New, split from vhdl-remove-trailing-spaces.
4705         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
4706         Respect vhdl-beautify-options.
4707         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
4708         (vhdl-update-sensitivity-list): Not add with index if exists without.
4709         Not include array index with signal.  Ignore keywords in comments.
4710         (vhdl-get-visible-signals): Regexp tweaks.
4711         (vhdl-template-component-inst): Handle empty library.
4712         (vhdl-template-type): Add template for 'enum' type.
4713         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
4714         Use vhdl-replace-string.
4715         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
4716         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
4717         (vhdl-speedbar-initialize): Update for above name change.
4718         (vhdl-compose-wire-components): Fix in handling of constants.
4719         (vhdl-error-regexp-emacs-alist): New variable.
4720         (vhdl-error-regexp-add-emacs): New function;
4721         adds support for new compile.el (Emacs 22+)
4722         (vhdl-generate-makefile-1): Change target order for single lib. units.
4723         Allow use of absolute file names.
4725 2013-05-16  Leo Liu  <sdl.web@gmail.com>
4727         * simple.el (prog-indent-sexp): Indent enclosing defun.
4729 2013-05-15  Glenn Morris  <rgm@gnu.org>
4731         * cus-start.el (show-trailing-whitespace): Move to editing basics.
4732         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
4733         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
4734         (whitespace-highlight): Move to whitespace group.
4736         * comint.el (comint-source):
4737         * pcmpl-linux.el (pcmpl-linux):
4738         * shell.el (shell-faces):
4739         * eshell/esh-opt.el (eshell-opt):
4740         * international/ccl.el (ccl): Remove empty custom groups.
4742         * completion.el (dynamic-completion-mode):
4743         * jit-lock.el (jit-lock-debug-mode):
4744         * minibuffer.el (completion-in-region-mode):
4745         * type-break.el (type-break-mode-line-message-mode)
4746         (type-break-query-mode):
4747         * emulation/tpu-edt.el (tpu-edt-mode):
4748         * progmodes/subword.el (global-subword-mode, global-superword-mode):
4749         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4750         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
4752         * term/xterm.el (xterm): Change parent group to terminals.
4754         * master.el (master): Remove empty custom group.
4755         (master-mode): Remove unused :group argument.
4756         * textmodes/refill.el (refill): Remove empty custom group.
4757         (refill-mode): Remove unused :group argument.
4759         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
4761         * cus-dep.el: Provide a feature.
4762         (custom-make-dependencies): Ignore dotfiles (dir-locals).
4763         Don't mistakenly ignore files whose basenames match a basename
4764         from preloaded-file-list (eg cedet/ede/simple.el).
4765         Add a fallback method for getting :group.
4767 2013-05-15  Juri Linkov  <juri@jurta.org>
4769         * isearch.el (isearch-char-by-name): Rename from
4770         `isearch-insert-char-by-name'.  Doc fix.
4771         (isearch-forward): Mention `isearch-char-by-name' in
4772         the docstring.  (Bug#13348)
4774         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
4775         `exit-minibuffer' instead of
4776         `isearch-nonincremental-exit-minibuffer'.
4777         (isearch-edit-string): Remove mention of
4778         `isearch-nonincremental-exit-minibuffer' from docstring.
4779         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
4780         (isearch-forward-exit-minibuffer)
4781         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
4783 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * loadup.el: Just use unversioned DOC.
4787         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
4788         literals as extending to EOB.
4789         (nxml-last-fontify-end): Remove unused variable.
4790         (nxml-after-change1): Use with-silent-modifications.
4791         (nxml-extend-after-change-region): Simplify.
4792         (nxml-extend-after-change-region1): Remove function.
4793         (nxml-after-change1): Don't adjust for dependent regions.
4794         (nxml-fontify-matcher): Simplify.
4795         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
4796         (xmltok-add-dependent): Remove function.
4797         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
4798         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
4799         (xmltok-scan-prolog-after-processing-instruction-open): Treat
4800         unclosed <[[, <?, comment, and other literals as extending to EOB.
4801         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
4802         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
4803         Remove functions.
4804         (rng-do-some-validation-1): Don't mark dependent regions.
4805         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
4806         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
4807         (nxml-clear-dependent-regions): Remove functions.
4808         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
4809         (nxml-ensure-scan-up-to-date):
4810         Don't clear&mark dependent regions.
4812 2013-05-15  Leo Liu  <sdl.web@gmail.com>
4814         * progmodes/octave.el (octave-goto-function-definition):
4815         Improve and fix callers.
4817 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
4820         the setter (bug#14387).
4822         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
4823         surrounding group (bug#14402).
4825 2013-05-14  Juri Linkov  <juri@jurta.org>
4827         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
4828         (Bug#14390)
4830 2013-05-14  Glenn Morris  <rgm@gnu.org>
4832         * progmodes/f90.el (f90-imenu-generic-expression):
4833         Fix typo in 2013-05-08 change.  (Bug#14402)
4835 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
4837         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
4838         Remove signals for which replies are never received.
4840 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
4842         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
4843         (gdb-handler-alist, gdb-handler-number): Remove variables.
4844         (gdb-handler-list): New variable.
4845         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
4846         (gdb-pending-handler-p, gdb-handle-reply)
4847         (gdb-remove-all-pending-triggers): New functions.
4848         (gdb-discard-unordered-replies): New defcustom.
4849         (gdb-handler): New defstruct.
4850         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
4851         instead of gdb-pending-triggers.  Update docstring.
4852         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
4853         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
4854         (gdb-var-update-handler, def-gdb-auto-update-trigger)
4855         (def-gdb-auto-update-handler, gdb-get-changed-registers)
4856         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
4857         (gdb-frame-handler): Pending triggers are now automatically managed.
4858         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
4859         Remove argument.
4860         (gdb-input): Automatically handles pending triggers.  Update docstring.
4861         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
4862         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
4863         Update comments.
4864         (gdb-done-or-error): Now use gdb-handle-reply.
4866 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
4868         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
4869         gdb-debug-log.
4871 2013-05-14  Glenn Morris  <rgm@gnu.org>
4873         * subr.el (user-emacs-directory-warning): New option.
4874         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
4876 2013-05-14  Leo Liu  <sdl.web@gmail.com>
4878         * progmodes/octave.el (octave-font-lock-keywords): Fix error
4879         during redisplay.
4880         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
4881         (octave-font-lock-texinfo-comment): Fix invalid search bound
4882         error: wrong side of point.
4884 2013-05-14  Glenn Morris  <rgm@gnu.org>
4886         * progmodes/flymake.el (flymake-xml-program): New option.
4887         (flymake-xml-init): Use it.
4889         * term/xterm.el: Provide a feature.
4891         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
4893 2013-05-13  Glenn Morris  <rgm@gnu.org>
4895         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
4896         Add compat aliases as a hack workaround.  (Bug#14384)
4898 2013-05-13  Leo Liu  <sdl.web@gmail.com>
4900         * progmodes/octave.el (octave-indent-comment): Fix indentation for
4901         ###, and %!.
4902         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
4903         C-M-q.
4904         (octave-comment-start-skip): Include %!.
4905         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
4907 2013-05-12  Leo Liu  <sdl.web@gmail.com>
4909         * progmodes/octave.el (inferior-octave-startup): Store the value
4910         of __octave_srcdir__ for octave-source-directories.
4911         (inferior-octave-check-process): New function refactored out of
4912         inferior-octave-send-list-and-digest.
4913         (octave-source-directories)
4914         (octave-find-definition-filename-function): New variables.
4915         (octave-source-directories)
4916         (octave-find-definition-default-filename): New functions.
4917         (octave-find-definition): Improve to find functions implemented in C++.
4919 2013-05-12  Glenn Morris  <rgm@gnu.org>
4921         * calendar/diary-lib.el (diary-outlook-format-1):
4922         Don't include dayname in the output.  (Bug#14349)
4924 2013-05-11  Glenn Morris  <rgm@gnu.org>
4926         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
4928         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
4929         Treat cc-provide like provide.
4931 2013-05-11  Kevin Ryde  <user42@zip.com.au>
4933         * cus-dep.el (custom-make-dependencies):
4934         Use generated-autoload-load-name for the sake of files such
4935         such cedet/semantic/bovine/c.el, where the base file name
4936         is not in load-path.  (Bug#5277)
4938 2013-05-11  Glenn Morris  <rgm@gnu.org>
4940         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
4941         Provide features.
4943 2013-05-11  Leo Liu  <sdl.web@gmail.com>
4945         * progmodes/octave.el (octave-indent-comment): Improve.
4946         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
4947         (octave-eldoc-function-signatures, octave-eldoc-function):
4948         New functions.
4949         (octave-mode, inferior-octave-mode): Add eldoc support.
4951 2013-05-11  Richard Stallman  <rms@gnu.org>
4953         * epa.el (epa-decrypt-file): Take output file name as argument
4954         and read it using `interactive'.
4956 2013-05-11  Leo Liu  <sdl.web@gmail.com>
4958         * progmodes/octave.el (octave-beginning-of-line)
4959         (octave-end-of-line): Check before using up-list because it jumps
4960         out of more syntactic contructs since moving to smie.
4961         (octave-indent-comment): New function.
4962         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
4963         (octave-begin-keywords, octave-end-keywords)
4964         (octave-reserved-words, octave-smie-bnf-table)
4965         (octave-smie-rules): Add new keywords from Octave 3.6.4.
4967 2013-05-11  Glenn Morris  <rgm@gnu.org>
4969         * faces.el (internal-face-x-get-resource):
4970         * frame.el (ns-display-monitor-attributes-list):
4971         * calc/calc-aent.el (math-to-radians-2):
4972         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
4973         Fix declarations.
4975         * calc/calc-menu.el: Make it loadable in isolation.
4977         * net/eudcb-bbdb.el: Make it loadable without bbdb.
4978         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
4979         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
4980         (eudc-bbdb-query-internal): Require 'bbdb.
4982         * lpr.el (lpr-headers-switches):
4983         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
4985         * progmodes/sql.el (sql-login-params): Fix and improve :type.
4987         * emulation/edt-mapper.el: In batch mode, error rather than hang.
4989         * term.el (term-set-escape-char): Make it idempotent.
4991 2013-05-10  Leo Liu  <sdl.web@gmail.com>
4993         * progmodes/octave.el (inferior-octave-completion-table):
4994         No longer a function and all uses changed.  Use cache to speed up
4995         completion due to bug#11906.
4996         (octave-beginning-of-defun): Re-write to be more general.
4998 2013-05-10  Glenn Morris  <rgm@gnu.org>
5000         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
5002 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5004         * comint.el (comint-redirect-send-command-to-process): Use :around
5005         rather than :override for comint-redirect-filter.
5006         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
5007         Call it instead of comint-redirect-original-filter-function (which
5008         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
5010 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
5012         * frame.el (display-monitor-attributes-list): Add NS case.
5013         (ns-display-monitor-attributes-list): Declare.
5015 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
5017         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
5019 2013-05-09  Glenn Morris  <rgm@gnu.org>
5021         * international/fontset.el (vertical-centering-font-regexp):
5022         Set standard-value.
5024         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
5026         * bookmark.el (bookmark-search-delay):
5027         * cus-start.el (vertical-centering-font-regexp):
5028         * ps-mule.el (ps-mule-font-info-database-default):
5029         * ps-print.el (ps-default-fg, ps-default-bg):
5030         * type-break.el (type-break-good-break-interval):
5031         * whitespace.el (whitespace-indentation-regexp)
5032         (whitespace-space-after-tab-regexp):
5033         * emacs-lisp/testcover.el (testcover-1value-functions)
5034         (testcover-noreturn-functions, testcover-progn-functions)
5035         (testcover-prog1-functions):
5036         * emulation/viper-init.el (viper-emacs-state-cursor-color):
5037         * eshell/em-glob.el (eshell-glob-translate-alist):
5038         * play/tetris.el (tetris-tty-colors):
5039         * progmodes/cpp.el (cpp-face-default-list):
5040         * progmodes/flymake.el (flymake-allowed-file-name-masks):
5041         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
5042         (idlwave-help-browser-generic-args):
5043         * progmodes/make-mode.el (makefile-special-targets-list):
5044         * progmodes/python.el (python-shell-virtualenv-path):
5045         * progmodes/verilog-mode.el (verilog-active-low-regexp)
5046         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
5047         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
5048         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
5049         * textmodes/reftex-vars.el (reftex-format-label-function):
5050         * textmodes/remember.el (remember-diary-file): Fix custom types.
5052         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
5053         Add :version.
5055 2013-05-09  Leo Liu  <sdl.web@gmail.com>
5057         * progmodes/octave.el (inferior-octave-completion-at-point):
5058         Restore file completion.  (Bug#14300)
5059         (inferior-octave-startup): Fix incorrect highlighting for the
5060         first prompt.
5062 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5064         * progmodes/ruby-mode.el: First cut at SMIE support.
5065         (ruby-use-smie): New var.
5066         (ruby-smie-grammar): New constant.
5067         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
5068         (ruby-smie--forward-token, ruby-smie--backward-token)
5069         (ruby-smie-rules): New functions.
5070         (ruby-mode-variables): Setup SMIE if applicable.
5072 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
5074         * simple.el (line-move-visual): Signal beginning/end of buffer
5075         only if vertical-motion moved less than it was requested.  Avoids
5076         silly incorrect error messages when there are display strings with
5077         multiple newlines at EOL.
5079 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5081         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
5082         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
5083         (prolog-char-quote-workaround):
5084         * progmodes/cperl-mode.el (cperl-under-as-char):
5085         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
5086         Mark as obsolete.
5087         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
5088         their declaration.
5089         (vhdl-mode-syntax-table-init): Remove.
5091         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
5092         last change.
5094         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
5095         syntax for "_".
5096         (ld-script-font-lock-keywords):
5097         Change regexps to use things like \_< and \_>.
5099         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
5100         Change all regexps to use things like \_< and \_>.
5102         * progmodes/autoconf.el (autoconf-definition-regexp)
5103         (autoconf-font-lock-keywords, autoconf-current-defun-function):
5104         Handle a _ with symbol syntax.
5105         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
5107         * progmodes/ada-mode.el (ada-mode-abbrev-table):
5108         Consolidate declaration.
5109         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
5110         the declaration.
5111         (ada-create-syntax-table): Remove.
5112         (ada-capitalize-word): Don't mess with the syntax of "_" since it
5113         already has the right syntax nowadays.
5114         (ada-goto-next-word): Don't change the syntax of "_".
5116         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
5117         with-wrapper-hook.
5119 2013-05-08  Sam Steingold  <sds@gnu.org>
5121         * thingatpt.el (thing-at-point): Accept optional second argument
5122         NO-PROPERTIES to strip the text properties from the return value.
5123         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
5124         to `thing-at-point' instead of stripping the properties ourselves.
5125         Also, when `thing-at-point' fails to find a url, prepend "http://"
5126         to the filename at point on the assumption that the user is
5127         pointing at something like gnu.org/gnu.
5129 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
5131         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5132         * faces.el (crm-separator):
5133         Silence byte-compiler.
5135         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
5136         (tool-bar-map): Remove unneeded defvars.
5138 2013-05-08  Leo Liu  <sdl.web@gmail.com>
5140         Re-work a fix for bug#10994 based on Le Wang's patch.
5141         * ido.el (ido-remove-consecutive-dups): New helper.
5142         (ido-completing-read): Use it.
5143         (ido-chop): Revert fix for bug#10994.
5145 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
5147         * cus-edit.el (custom-save-variables):
5148         Pretty-print long values.  (Bug#14187)
5150 2013-05-08  Glenn Morris  <rgm@gnu.org>
5152         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
5153         (m4-mode-syntax-table): Init in the defvar.
5154         (m4-mode-abbrev-table): Let define-derived-mode define it.
5156 2013-05-08  Tom Tromey  <tromey@redhat.com>
5158         * progmodes/m4-mode.el (m4-mode-syntax-table):
5159         Do not treat "_" as word constituent.  (Bug#14167)
5161 2013-05-07  Glenn Morris  <rgm@gnu.org>
5163         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
5164         Remove explicit eshell-isearch-cancel-map.
5166         * progmodes/f90.el (f90-smart-end-names): New option.
5167         (f90-smart-end): Doc fix.
5168         (f90-end-block-optional-name): New constant.
5169         (f90-block-match): Respect f90-smart-end-names.
5171 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         * progmodes/octave.el (octave-smie-forward-token): Be more careful
5174         about implicit semi-colons (bug#14218).
5176 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5178         * frame.el (display-monitor-attributes-list)
5179         (frame-monitor-attributes): New functions.
5181 2013-05-06  Leo Liu  <sdl.web@gmail.com>
5183         * progmodes/octave.el (octave-syntax-propertize-function): Change
5184         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
5185         (octave-font-lock-keywords): Use octave-operator-regexp.
5186         (octave-completion-at-point): Rename from
5187         octave-completion-at-point-function.
5188         (inferior-octave-directory-tracker): Robustify.
5189         (octave-text-functions): Remove and fix its uses.  No such things
5190         any more.
5192 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5194         * emacs-lisp/trace.el (trace--display-buffer): New function.
5195         (trace-make-advice): Use it.
5197 2013-05-06  Juri Linkov  <juri@jurta.org>
5199         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
5200         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
5201         Doc fix.
5202         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
5203         in the help string.  (Bug#12985)
5205 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
5207         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
5209 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5211         * progmodes/perl-mode.el: Add support for here documents.
5212         (perl-syntax-propertize-function): Match here-doc markers.
5213         (perl-syntax-propertize-special-constructs): Find their end.
5214         (perl-imenu-generic-expression): Use [:alnum:].
5216         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
5217         (advice--add-function): Refresh the advice if already present
5218         (bug#14317).
5220 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
5222         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
5224 2013-05-06  Glenn Morris  <rgm@gnu.org>
5226         * w32-fns.el (w32-charset-info-alist): Declare.
5228         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
5229         of its defcustom properties.
5230         (eshell-cmpl-initialize): No need to load pcomplete.
5232         * generic-x.el: No need to require comint when compiling.
5234         * net/eudc-export.el: Make it loadable without bbdb.
5235         (top-level): Use require rather than load-library.
5236         (eudc-create-bbdb-record, eudc-bbdbify-phone)
5237         (eudc-batch-export-records-to-bbdb)
5238         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
5239         Require bbdb.
5241 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5243         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
5244         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
5245         some tweaks, instead.
5247 2013-05-05  Leo Liu  <sdl.web@gmail.com>
5249         * progmodes/octave.el (octave-font-lock-keywords)
5250         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
5251         (inferior-octave-send-list-and-digest): Improve error message.
5252         (octave-mode, inferior-octave-mode): Use setq-local.
5253         (octave-help): Set info-lookup-mode.
5255 2013-05-05  Richard Stallman  <rms@gnu.org>
5257         * vc/compare-w.el (compare-windows-whitespace):
5258         Treat no-break space as whitespace.
5260         * mail/rmailsum.el (rmail-summary-rmail-update):
5261         Detect empty summary and don't change selected message.
5262         (rmail-summary-goto-msg): Likewise.
5264         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
5265         Doc fixes, rename args.
5267 2013-05-05  Alan Mackenzie  <acm@muc.de>
5269         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
5271 2013-05-05  Juri Linkov  <juri@jurta.org>
5273         * info.el (Info-read-subfile): Use (point-min) instead of (point)
5274         to not add the length of the summary segment to the return value.
5275         (Bug#14125)
5277 2013-05-05  Leo Liu  <sdl.web@gmail.com>
5279         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
5280         (inferior-octave-output-filter): Remove.
5281         (octave-send-region, inferior-octave-startup): Fix callers.
5282         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
5283         (octave-binary-file-extensions): New user variable.
5284         (octave-find-definition): Confirm if opening binary files.
5285         (octave-help-file): Use octave-find-definition to get the binary
5286         confirmation.
5287         (octave-help): Adjust for octave-help-file change.
5289 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
5292         Merge the two entries that handle function definitions.
5293         (pascal--syntax-propertize): New const.
5294         (pascal-mode): Use it.  Use setq-local.
5296 2013-05-04  Glenn Morris  <rgm@gnu.org>
5298         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
5299         (diary-from-outlook): Respect diary-from-outlook-function.
5301 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5303         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
5304         Move the declaration from C.
5305         (read-minibuffer, eval-minibuffer): Move from C.
5306         (completion-setup-function): Avoid minibuffer-completion-contents.
5308 2013-05-03  Leo Liu  <sdl.web@gmail.com>
5310         * progmodes/octave.el (octave-font-lock-keywords): Do not
5311         dehighlight 'end' in comments or strings.
5312         (octave-completing-read, octave-goto-function-definition):
5313         New helpers.
5314         (octave-help-buffer): New user variable.
5315         (octave-help-file, octave-help-function): New button types.
5316         (octave-help): New command and bind it to C-h ;.
5317         (octave-find-definition): New command and bind it to M-.
5318         (user-error): Alias to error if not defined.
5320 2013-05-02  Leo Liu  <sdl.web@gmail.com>
5322         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
5323         for \.  (bug#14332)
5324         (octave-font-lock-keywords): Include [ and {.
5326 2013-05-02  Leo Liu  <sdl.web@gmail.com>
5328         * progmodes/octave.el (inferior-octave-startup-file): Change default.
5329         (inferior-octave): Remove calling comint-mode and return the buffer.
5330         (inferior-octave-startup): Cosmetic changes.
5332 2013-05-02  Leo Liu  <sdl.web@gmail.com>
5334         * progmodes/octave.el (octave-syntax-propertize-function):
5335         Include the case when ' is at line beginning.  (Bug#14336)
5337 2013-05-02  Glenn Morris  <rgm@gnu.org>
5339         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
5340         * desktop.el (vc-dir-mode): Just autoload it here.
5342 2013-05-02  Alan Mackenzie  <acm@muc.de>
5344         Eliminate variable c-standard-font-lock-fontify-region-function.
5345         * progmodes/cc-mode.el
5346         (c-standard-font-lock-fontify-region-function): Remove.
5347         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
5349 2013-05-01  Leo Liu  <sdl.web@gmail.com>
5351         * progmodes/octave.el: Compatible with older emacs-24 releases.
5352         (inferior-octave-has-built-in-variables): Remove.  Built-in
5353         variables were removed from Octave in 2007.
5354         (inferior-octave-startup): Fix uses.
5355         (comint-line-beginning-position): Remove compatibility code for
5356         emacs 21.
5358 2013-05-01  Juri Linkov  <juri@jurta.org>
5360         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
5362 2013-05-01  Juri Linkov  <juri@jurta.org>
5364         * comint.el (comint-previous-matching-input): Don't print message
5365         "History item: %d" when `isearch-mode' is active.
5366         (comint-history-isearch-message): Print message "History item: %d"
5367         when `comint-input-ring-index' is not empty and this function is
5368         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
5370 2013-05-01  Leo Liu  <sdl.web@gmail.com>
5372         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
5373         definitions.  Use completion-at-point to insert keywords.
5374         (octave-abbrev-start): Remove.
5375         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
5377 2013-04-30  Leo Liu  <sdl.web@gmail.com>
5379         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
5380         change.
5382 2013-04-30  Alan Mackenzie  <acm@muc.de>
5384         Handle arbitrarily long C++ member initialisation lists.
5385         * progmodes/cc-engine.el (c-back-over-member-initializers):
5386         new function.
5387         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
5388         (most) member init lists.
5390 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5392         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
5393         variable.
5395 2013-04-30  Leo Liu  <sdl.web@gmail.com>
5397         * progmodes/octave.el (octave-variables): Remove.  No builtin
5398         variables any more.  All converted to functions.
5399         (octave-font-lock-keywords, octave-completion-at-point-function):
5400         Fix uses.
5401         (octave-font-lock-texinfo-comment): New user variable.
5402         (octave-texinfo-font-lock-keywords): New variable for texinfo
5403         comment block.
5404         (octave-function-comment-block): New face.
5405         (octave-font-lock-texinfo-comment): New function.
5406         (octave-mode): Font lock texinfo comment block.
5408 2013-04-29  Leo Liu  <sdl.web@gmail.com>
5410         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
5411         indexing expression.
5412         (octave-continuation-string): Do not use \.
5413         (inferior-octave-complete-impossible): Remove.
5414         (inferior-octave-completion-table)
5415         (inferior-octave-completion-at-point): Remove its uses.
5416         (inferior-octave-startup): completion_matches was introduced to
5417         Octave in 1996 so safe to assume it.
5418         (octave-function-file-comment): Improve to follow how Octave does it.
5419         (octave-update-function-file-comment): Tweak.
5421 2013-04-29  Leo Liu  <sdl.web@gmail.com>
5423         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
5424         (inferior-octave-startup): Remove inferior-octave-startup-hook.
5425         (octave-function-file-comment): Fix typo.
5426         (octave-sync-function-file-names): Use read-char-choice.
5428 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
5430         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
5431         to t for the less important warnings.
5433 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5435         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
5437 2013-04-27  Glenn Morris  <rgm@gnu.org>
5439         * vc/log-view.el (log-view-current-entry):
5440         Treat "---" separator lines as part of the following rev.  (Bug#14169)
5442 2013-04-27  Juri Linkov  <juri@jurta.org>
5444         * subr.el (read-number): Doc fix about using it by interactive
5445         code letter `n'.  (Bug#14254)
5447 2013-04-27  Juri Linkov  <juri@jurta.org>
5449         * desktop.el (desktop-auto-save-timeout): New option.
5450         (desktop-file-checksum): New variable.
5451         (desktop-save): Add optional arg `auto-save' and don't auto-save
5452         if nothing changed.
5453         (desktop-auto-save-timer): New variable.
5454         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
5455         (after-init-hook): Call `desktop-auto-save-set-timer'.
5456         Suggested by Reuben Thomas <rrt@sc3d.org> in
5457         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
5459 2013-04-27  Leo Liu  <sdl.web@gmail.com>
5461         * progmodes/octave.el (octave-function-file-p)
5462         (octave-skip-comment-forward, octave-function-file-comment)
5463         (octave-update-function-file-comment): New functions.
5464         (octave-mode-map): Bind C-c ; to
5465         octave-update-function-file-comment.
5466         (octave-mode-menu): Add octave-update-function-file-comment.
5467         (octave-mode, inferior-octave-mode): Fix doc-string.
5468         (octave-insert-defun): Conform to Octave's coding convention.
5469         (Bug#14285)
5471         * files.el (basic-save-buffer): Don't let errors in
5472         before-save-hook prevent saving buffer.
5474 2013-04-20  Roland Winkler  <winkler@gnu.org>
5476         * faces.el (read-face-name): Use completing-read if arg multiple
5477         is nil.
5479 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
5481         * ls-lisp.el (ls-lisp-insert-directory): If no files are
5482         displayed, move point to after the totals line.
5483         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
5484         for the details.
5486 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5488         * emacs-lisp/package.el (package-autoload-ensure-default-file):
5489         Add current dir to the load-path.
5490         (package-generate-autoloads): Don't rely on
5491         autoload-ensure-default-file.
5493 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
5495         * textmodes/remember.el (remember-store-in-files): Document that
5496         the file name format is passed to `format-time-string'.
5498 2013-04-26  Leo Liu  <sdl.web@gmail.com>
5500         * progmodes/octave.el (octave-sync-function-file-names): New function.
5501         (octave-mode): Use it in before-save-hook.
5503 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5505         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
5506         (bug#14274).
5508         * progmodes/octave.el (octave-smie-forward-token): Properly skip
5509         \n and comment, even if it's not an implicit ; (bug#14218).
5511 2013-04-26  Glenn Morris  <rgm@gnu.org>
5513         * subr.el (read-number): Once more use `read' rather than
5514         `string-to-number', to trap non-numeric input.  (Bug#14254)
5516 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
5518         * emacs-lisp/syntax.el (syntax-propertize-multiline):
5519         Use `syntax-multiline' text property consistently instead of
5520         `font-lock-multiline'.  (Bug#14237)
5522 2013-04-26  Glenn Morris  <rgm@gnu.org>
5524         * emacs-lisp/shadow.el (list-load-path-shadows):
5525         No longer necessary to check for duplicate simple.el, since
5526         2012-07-07 change to init_lread to not include installation lisp
5527         directories in load-path when running uninstalled.  (Bug#14270)
5529 2013-04-26  Leo Liu  <sdl.web@gmail.com>
5531         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
5532         (octave-mode, inferior-octave-mode): Use setq-local.
5533         (octave-not-in-string-or-comment-p): Rename to
5534         octave-in-string-or-comment-p.
5535         (octave-in-comment-p, octave-in-string-p)
5536         (octave-in-string-or-comment-p): Replace defsubst with defun.
5538 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
5540         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
5542 2013-04-25  Bastien Guerry  <bzg@gnu.org>
5544         * textmodes/remember.el (remember-data-directory)
5545         (remember-directory-file-name-format): Fix custom types.
5547 2013-04-25  Leo Liu  <sdl.web@gmail.com>
5549         * progmodes/octave.el (octave-completion-at-point-function):
5550         Make use of inferior octave process.
5551         (octave-initialize-completions): Remove.
5552         (inferior-octave-completion-table): New function.
5553         (inferior-octave-completion-at-point): Use it.
5554         (octave-completion-alist): Remove.
5556 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5558         * progmodes/opascal.el: Use font-lock and syntax-propertize.
5559         (opascal-mode-syntax-table): New var.
5560         (opascal-literal-kind, opascal-is-literal-end)
5561         (opascal-literal-token-at): Rewrite.
5562         (opascal--literal-start-re, opascal-font-lock-keywords)
5563         (opascal--syntax-propertize): New constants.
5564         (opascal-font-lock-defaults): Adjust.
5565         (opascal-mode): Use them.  Set comment-<foo> variables as well.
5566         (delphi-comment-face, opascal-comment-face, delphi-string-face)
5567         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
5568         (delphi-other-face, opascal-other-face): Remove face variables.
5569         (opascal-save-state): Remove macro.
5570         (opascal-fontifying-progress-step): Remove constant.
5571         (opascal--ignore-changes): Remove var.
5572         (opascal-set-token-property, opascal-parse-next-literal)
5573         (opascal-is-stable-literal, opascal-complete-literal)
5574         (opascal-is-literal-start, opascal-face-of)
5575         (opascal-parse-region, opascal-parse-region-until-stable)
5576         (opascal-fontify-region, opascal-after-change)
5577         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
5578         (opascal-debug-parse-region, opascal-debug-parse-window)
5579         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
5580         (opascal-debug-fontify-buffer): Remove.
5581         (opascal-debug-mode-map): Adjust accordingly.
5583 2013-04-25  Leo Liu  <sdl.web@gmail.com>
5585         Merge octave-mod.el and octave-inf.el into octave.el with some
5586         cleanups.
5587         * progmodes/octave.el: New file renamed from octave-mod.el.
5588         * progmodes/octave-inf.el: Merged into octave.el.
5589         * progmodes/octave-mod.el: Renamed to octave.el.
5591 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
5593         * textmodes/reftex-vars.el
5594         (reftex-label-ignored-macros-and-environments): New defcustom.
5596         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
5598 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
5601         (smie-indent-keyword): Improve the check to ensure that the next
5602         comment is really on the same line.
5603         (smie-indent-comment): Don't align with a subsequent closer (or eob).
5605         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
5606         semi-colons if the line is not otherwise empty (bug#14218).
5608 2013-04-25  Glenn Morris  <rgm@gnu.org>
5610         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
5612 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5614         * progmodes/opascal.el (opascal-set-token-property): Rename from
5615         opascal-set-text-properties and only set `token' (bug#14134).
5616         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
5617         (opascal-literal-text-properties): Remove.
5618         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
5619         Adjust callers.
5621 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
5623         * textmodes/remember.el (remember-handler-functions): Add an
5624         option for a new handler `remember-store-in-files'.
5625         (remember-data-directory, remember-directory-file-name-format):
5626         New options.
5627         (remember-store-in-files): New function to store remember notes
5628         as separate files within a directory.
5630 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
5632         * progmodes/compile.el (compilation-next-error-function):
5633         Pass "formats" to compilation-find-file (bug#11777).
5635 2013-04-24  Glenn Morris  <rgm@gnu.org>
5637         * vc/vc-bzr.el (vc-bzr-print-log):
5638         * vc/vc-hg.el (vc-hg-print-log):
5639         * vc/vc-svn.el (vc-svn-print-log):
5640         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
5642         * vc/vc-bzr.el (vc-bzr-print-log):
5643         * vc/vc-cvs.el (vc-cvs-print-log):
5644         * vc/vc-git.el (vc-git-print-log):
5645         * vc/vc-hg.el (vc-hg-print-log):
5646         * vc/vc-mtn.el (vc-mtn-print-log):
5647         * vc/vc-rcs.el (vc-rcs-print-log):
5648         * vc/vc-sccs.el (vc-sccs-print-log):
5649         * vc/vc-svn.el (vc-svn-print-log):
5650         * vc/vc.el (vc-print-log-internal): Doc fixes.
5652 2013-04-23  Glenn Morris  <rgm@gnu.org>
5654         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
5655         Remove venerable code attempting to avoid substitute-command-keys.
5657 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
5659         * textmodes/reftex-vars.el (reftex-label-regexps):
5660         Call `reftex-compile-variables' after changes to this variable.
5662 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5664         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
5665         Use lexical-binding.
5666         (jit-lock-force-redisplay): Use markers, check buffer's continued
5667         existence and beware narrowed buffers.
5668         (jit-lock-fontify-now): Adjust call accordingly.
5670 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5672         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
5673         to avoid misleading the user.
5675 2013-04-22  Leo Liu  <sdl.web@gmail.com>
5677         * info-look.el: Prefer latex2e.info.  (Bug#14240)
5679 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
5681         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
5683         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
5684         * net/tramp.el (tramp-call-process): ... here.
5685         (tramp-set-completion-function, tramp-parse-putty):
5686         * net/tramp-adb.el (tramp-adb-execute-adb-command):
5687         * net/tramp-gvfs.el (tramp-gvfs-send-command):
5688         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5689         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
5690         (tramp-call-local-coding-command): Use `tramp-call-process'
5691         instead of `tramp-compat-call-process'.
5693         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
5694         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
5695         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
5696         (tramp-find-inline-compress): Improve traces.
5697         (tramp-maybe-send-script): Check for Perl binary.
5698         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
5700 2013-04-22  Daiki Ueno  <ueno@gnu.org>
5702         * epg.el (epg-context-pinentry-mode): New function.
5703         (epg-context-set-pinentry-mode): New function.
5704         (epg--start): Pass --pinentry-mode option to gpg command.
5706 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
5708         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5709         `comint-dynamic-complete' is obsolete since 24.1, replaced by
5710         `completion-at-point'.  (Bug#13774)
5712         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
5713         default key binding for `describe-distribution' has been moved to
5714         `C-h C-o'.  (Bug#13970)
5716 2013-04-21  Glenn Morris  <rgm@gnu.org>
5718         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
5719         Add doc strings.
5720         (vc-print-log): Clarify interactive prompt.
5722 2013-04-20  Glenn Morris  <rgm@gnu.org>
5724         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
5725         No longer include timestamp etc information.
5727 2013-04-20  Roland Winkler  <winkler@gnu.org>
5729         * faces.el (read-face-name): Bug fix, return just one face if arg
5730         multiple is nil.  (Bug#14209)
5732 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
5735         (remove-function): Autoload.
5737         * comint.el (comint-redirect-original-filter-function): Remove.
5738         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
5739         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
5740         (vc-cvs-annotate-command):
5741         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
5742         * progmodes/prolog.el (prolog-consult-compile):
5743         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
5744         Use add/remove-function instead.
5745         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
5746         (gud-tooltip-process-output, gud-tooltip-tips):
5747         Use add/remove-function instead.
5748         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
5749         (scheme-interaction-mode, exit-scheme-interaction-mode):
5750         Use add/remove-function instead.
5752         * vc/vc-dispatcher.el: Use lexical-binding.
5753         (vc--process-sentinel): Rename from vc-process-sentinel.
5754         Change last arg to be the code to run.  Don't use vc-previous-sentinel
5755         and vc-sentinel-commands any more.
5756         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
5757         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
5759 2013-04-19 Masatake YAMATO  <yamato@redhat.com>
5761         * progmodes/sh-script.el (sh-imenu-generic-expression):
5762         Handle function names with a single character.   (Bug#14111)
5764 2013-04-19  Dima Kogan  <dima@secretsauce.net>    (tiny change)
5766         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
5767         for subroutines defined in an eval (bug#14182).
5769 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5771         * bookmark.el (bookmark-completing-read): Improve handling of empty
5772         string (bug#14176).
5774 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5776         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
5778 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5780         New faster Imenu implementation (bug#14058).
5781         * progmodes/python.el:
5782         (python-imenu-prev-index-position):
5783         (python-imenu-format-item-label-function)
5784         (python-imenu-format-parent-item-label-function)
5785         (python-imenu-format-parent-item-jump-label-function):
5786         New vars.
5787         (python-imenu-format-item-label)
5788         (python-imenu-format-parent-item-label)
5789         (python-imenu-format-parent-item-jump-label)
5790         (python-imenu--put-parent, python-imenu--build-tree)
5791         (python-imenu-create-index, python-imenu-create-flat-index)
5792         (python-util-popn): New functions.
5793         (python-mode): Set imenu-create-index-function to
5794         python-imenu-create-index.
5796 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * winner.el (winner-active-region): Use region-active-p, activate-mark
5799         and deactivate-mark (bug#14225).
5801         * simple.el (deactivate-mark): Don't inline it.
5803 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
5805         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
5807 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
5809         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
5810         file extensions from the archive-mode entry in order to prefer
5811         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
5813 2013-04-18  Leo Liu  <sdl.web@gmail.com>
5815         * bindings.el (help-event-list): Add ?\?.
5817 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5819         * subr.el (with-wrapper-hook): Declare obsolete.
5820         * simple.el (filter-buffer-substring-function): New hook.
5821         (filter-buffer-substring): Use it.
5822         (filter-buffer-substring-functions): Mark obsolete.
5823         * minibuffer.el (completion-in-region-function): New hook.
5824         (completion-in-region): Use it.
5825         (completion-in-region-functions): Mark obsolete.
5826         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
5827         * abbrev.el (abbrev-expand-function): New hook.
5828         (expand-abbrev): Use it.
5829         (abbrev-expand-functions): Mark obsolete.
5830         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
5831         and :filter-return.
5833 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5835         * progmodes/python.el (python-nav--syntactically): Fix cornercases
5836         and do not care about match data.
5838 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
5841         completion tables when completing error conditions and
5842         `declare' arguments.
5843         (lisp-complete-symbol, field-complete): Mark as obsolete.
5844         (check-parens): Unmatched parens are user errors.
5845         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
5847 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
5849         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
5850         command changed buffer (ie. `flyspell-pre-buffer' is not current
5851         buffer), which prevents making decisions based on invalid value of
5852         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
5853         cause an error when `flyspell-pre-point' was nil after switching
5854         buffers.
5855         (flyspell-post-command-hook): No longer needs to change buffers when
5856         checking pre-word.  While at it remove unnecessary progn.
5858 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
5860         * textmodes/ispell.el (ispell-add-per-file-word-list):
5861         Fix `flyspell-correct-word-before-point' error when accepting
5862         words and `coment-padding' is an integer by using
5863         `comment-normalize-vars' (Bug #14214).
5865 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5867         New defun movement commands.
5868         * progmodes/python.el (python-nav--syntactically)
5869         (python-nav--forward-defun, python-nav-backward-defun)
5870         (python-nav-forward-defun): New functions.
5872 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
5874         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
5875         (python-syntax-context): Use named compiler-macro for backwards
5876         compatibility with Emacs 24.x.
5878 2013-04-17  Leo Liu  <sdl.web@gmail.com>
5880         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
5881         octave-hide-process-buffer.
5883 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
5886         (bug#14216).
5888 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
5890         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
5891         Fix adjustment of offset when receiving incomplete responses from GDB
5892         (bug#14129).
5894 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5896         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
5897         python-mode-abbrev-table.
5898         (python-skeleton-define): Adjust accordingly.
5899         (python-mode-abbrev-table): New table that inherits from it so that
5900         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
5902         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
5903         (abbrev-symbol): Use it.
5904         (abbrev--before-point): Use it since we already handle inheritance.
5906 2013-04-16  Leo Liu  <sdl.web@gmail.com>
5908         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
5909         binding to info-lookup-symbol.
5911 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
5913         * minibuffer.el (completion--twq-all):
5914         * term/ns-win.el (ns-initialize-window-system):
5915         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
5917 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
5920         global bindings.
5922         * doc-view.el (doc-view-start-process): Handle url-handler directories.
5924 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
5926         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
5927         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
5928         to nil.
5929         (ruby-end-of-defun): Remove the unused arg, change the docstring
5930         to reflect that this function is only used as the value of
5931         `end-of-defun-function'.
5932         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
5933         to reflect an earlier change that beginning/end-of-defun functions
5934         jump between methods in a class definition, as well as top-level
5935         functions.
5937 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * minibuffer.el (minibuffer-complete): Don't just scroll
5940         a *Completions* that's been iconified.
5941         (minibuffer-force-complete): Make sure repetitions do cycle when going
5942         through completion-in-region -> minibuffer-complete.
5944 2013-04-15  Alan Mackenzie  <acm@muc.de>
5946         Correct the placement of c-cpp-delimiters when there're #s not at
5947         col 0.
5949         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
5950         place a submatch around the #.
5951         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
5952         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
5953         on the #, not BOL.
5955 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5957         * emacs-lisp/nadvice.el: Properly test names when adding advice.
5958         (advice--member-p): New arg `name'.
5959         (advice--add-function, advice-member-p): Use it (bug#14202).
5961 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
5963         Reformulate java imenu-generic-expression.
5964         The old expression contained ill formed regexps.
5966         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
5967         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
5968         (cc-imenu-java-method-arg-regexp): New defconsts.
5969         (cc-imenu-java-build-type-args-regex): New defun.
5970         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
5971         handling of spaces in the regexp.
5973 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
5975         * textmodes/ispell.el (ispell-command-loop): Remove
5976         flyspell highlight of a word when ispell accepts it (bug #14178).
5978 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
5980         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
5981         uses code from the previous `ange-ftp-run-real-handler'.
5982         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
5983         only in case that function exist.  This is needed for proper
5984         unloading of Tramp.
5986 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
5988         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
5990         * textmodes/reftex.el (reftex-compile-variables): Use it.
5992 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5994         * files.el (normal-mode): Only use default major-mode if no other mode
5995         was specified.
5997         * emacs-lisp/trace.el (trace-values): New function.
5999         * files.el: Allow : in local variables (bug#14089).
6000         (hack-local-variable-regexp): New var.
6001         (hack-local-variables-prop-line, hack-local-variables): Use it.
6003 2013-04-13  Roland Winkler  <winkler@gnu.org>
6005         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
6006         data before it gets modified by bibtex-beginning-of-entry.
6008 2013-04-13  Roland Winkler  <winkler@gnu.org>
6010         * textmodes/bibtex.el (bibtex-url): Doc fix.
6012 2013-04-13  Roland Winkler  <winkler@gnu.org>
6014         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
6015         does not visit a BibTeX file, exclude it from the list of buffers
6016         returned by bibtex-initialize.
6018 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
6020         * window.el (split-window): Remove interactive form, since as a
6021         command this function is a special case of split-window-below.
6022         Correct doc string.
6024 2013-04-12  Roland Winkler  <winkler@gnu.org>
6026         * faces.el (read-face-name): Do not override value of arg default.
6027         Allow single faces and strings as default values.  Remove those
6028         elements from return value that are not faces.
6029         (describe-face): Simplify.
6030         (face-at-point): New optional args thing and multiple so that this
6031         function can provide the same functionality previously provided by
6032         read-face-name.
6033         (make-face-bold, make-face-unbold, make-face-italic)
6034         (make-face-unitalic, make-face-bold-italic, invert-face)
6035         (modify-face, read-face-and-attribute): Use face-at-point.
6037         * cus-edit.el (customize-face, customize-face-other-window)
6038         * cus-theme.el (custom-theme-add-face)
6039         * face-remap.el (buffer-face-set)
6040         * facemenu.el (facemenu-set-face): Use face-at-point.
6042 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
6044         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
6046 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
6048         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
6049         off leading { and trailing } from field values.
6051 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6053         * emacs-lisp/timer.el (timer--check): New function.
6054         (timer--time, timer-set-function, timer-event-handler): Use it.
6055         (timer-set-idle-time): Simplify.
6056         (timer--activate): CSE.
6057         (timer-event-handler): Give more info in error message.
6058         (internal-timer-start-idle): New function, moved from C.
6060         * mpc.el (mpc-proc): Add `restart' argument.
6061         (mpc-proc-cmd): Use it.
6062         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
6063         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
6064         less often.
6066 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
6068         * progmodes/sh-script.el: Implement `sh-mode' own
6069         `add-log-current-defun-function' (bug#14112).
6070         (sh-current-defun-name): New function.
6071         (sh-mode): Use the function.
6073 2013-04-09  Bastien Guerry  <bzg@gnu.org>
6075         * simple.el (choose-completion-string): Fix docstring (bug#14163).
6077 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6079         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
6081         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
6082         timer (bug#14156).
6084 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
6086         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
6087         declaration.
6089 2013-04-07  Leo Liu  <sdl.web@gmail.com>
6091         * pcmpl-x.el: New file.
6093 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
6095         Do not set x-display-name until X connection is established.
6096         This is needed to prevent from weird situation described at
6097         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
6098         * frame.el (make-frame): Set x-display-name after call to
6099         window system initialization function, not before.
6100         * term/x-win.el (x-initialize-window-system): Add optional
6101         display argument and use it.
6102         * term/w32-win.el (w32-initialize-window-system):
6103         * term/ns-win.el (ns-initialize-window-system):
6104         * term/pc-win.el (msdos-initialize-window-system):
6105         Add compatible optional display argument.
6107 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
6109         * files.el (normal-backup-enable-predicate): On MS-Windows and
6110         MS-DOS compare truenames of temporary-file-directory and of the
6111         file, so that 8+3 aliases (usually found in $TEMP on Windows)
6112         don't fail comparison by compare-strings.  Also, compare file
6113         names case-insensitively on MS-Windows and MS-DOS.
6115 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6117         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
6118         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
6120 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
6122         * whitespace.el (whitespace-color-on, whitespace-color-off):
6123         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
6125 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
6127         * ispell.el (ispell-set-spellchecker-params):
6128         Really set `ispell-args' for all equivs.
6130 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * ido.el (ido-completions): Use extra elements of ido-decorations
6133         (bug#14143).
6134         (ido-decorations): Update docstring.
6136 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
6138         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
6139         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
6140         nil during initialization, in order not to miss changes since the
6141         file was opened.  (Bug#14140)
6143 2013-04-05  Leo Liu  <sdl.web@gmail.com>
6145         * kmacro.el (kmacro-call-macro): Fix bug#14135.
6147 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
6149         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
6151 2013-04-04  Glenn Morris  <rgm@gnu.org>
6153         * electric.el (electric-pair-inhibit-predicate): Add :version.
6155 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6157         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
6158         when a package is required several times (bug#14082).
6160 2013-04-04  Roland Winkler  <winkler@gnu.org>
6162         * faces.el (read-face-name): Behave as promised by the docstring.
6163         Assume that arg default is a list of faces.
6164         (describe-face): Call read-face-name with list of default faces.
6166 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6168         * bookmark.el: Fix deletion of bookmarks (bug#13972).
6169         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
6170         (bookmark-bmenu-execute-deletions): Only skip first line if it's
6171         the header.
6172         (bookmark-exit-hook-internal): Save even if list is empty.
6174 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
6176         * emacs-lisp/package.el (package-pinned-packages): New var.
6177         (package--add-to-archive-contents): Obey it (bug#14118).
6179 2013-04-03  Alan Mackenzie  <acm@muc.de>
6181         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
6182         Also adapt to the new values of element 7 of a parse state.
6184         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
6185         parameter `not-in-delimiter'.  Handle being inside comment opener.
6186         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
6187         character in case we're typing a '*' after a '/'.
6188         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
6189         instead by passing the parameter to c-state-pp-to-literal.
6191         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
6192         for elt. 7 of a parse state.
6194 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
6196         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
6197         * international/latin1-disp.el, international/mule-util.el:
6198         * language/cyril-util.el, language/european.el, language/ind-util.el:
6199         * language/lao-util.el, language/thai.el, language/tibet-util.el:
6200         * language/tibetan.el, language/viet-util.el:
6201         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
6203 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6205         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
6206         (electric-pair-post-self-insert-function): Use it.
6207         (electric-pair-default-inhibit): New function, extracted from
6208         electric-pair-post-self-insert-function.
6210 2013-03-31  Roland Winkler  <winkler@gnu.org>
6212         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
6214 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6216         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
6218 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
6220         Un-indent after "pass" and "return" statements (Bug#13888)
6221         * progmodes/python.el (python-indent-block-enders): New var.
6222         (python-indent-calculate-indentation): Use it.
6224 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
6226         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
6227         defun.  Defining it as defalias could introduce too eager
6228         byte-compiler optimization.  (Bug#14030)
6230 2013-03-30  Chong Yidong  <cyd@gnu.org>
6232         * iswitchb.el (iswitchb-read-buffer): Fix typo.
6234 2013-03-30  Leo Liu  <sdl.web@gmail.com>
6236         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
6237         (kmacro-execute-from-register): Pass the keyboard macro to
6238         kmacro-call-macro or repeating won't work correctly.
6240 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
6242         * progmodes/subword.el: Back to using `forward-symbol'.
6244         * subr.el (forward-whitespace, forward-symbol)
6245         (forward-same-syntax): Move from thingatpt.el.
6247 2013-03-29  Leo Liu  <sdl.web@gmail.com>
6249         * kmacro.el (kmacro-to-register): New command.
6250         (kmacro-execute-from-register): New function.
6251         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
6253 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * mpc.el: Use defvar-local and setq-local.
6256         (mpc--proc-connect): Connection failures are not bugs.
6257         (mpc-mode-map): `follow-link' only applies to the buffer's content.
6258         (mpc-volume-map): Bind to the up-events.
6260 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6262         * progmodes/subword.el (superword-mode): Use `forward-sexp'
6263         instead of `forward-symbol'.
6265 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6267         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
6268         (edebug--recursive-edit): Use it.
6269         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
6270         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
6272 2013-03-28  Leo Liu  <sdl.web@gmail.com>
6274         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
6276 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
6278         * facemenu.el (list-colors-callback): New defvar.
6279         (list-colors-redisplay): New function.
6280         (list-colors-display): Install list-colors-redisplay as the
6281         revert-buffer-function.  (Bug#14063)
6283 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6285         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
6286         and suffixes don't overlap (bug#14061).
6288         * case-table.el: Use lexical-binding.
6289         (case-table-get-table): New function.
6290         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
6292 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6294         * progmodes/subword.el: Add `superword-mode' to do word motion
6295         over symbol_words (parallels and leverages `subword-mode' which
6296         does word motion inside MixedCaseWords).
6298 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
6300         * eshell/em-unix.el: Move su and sudo to...
6301         * eshell/em-tramp.el: ...Eshell tramp module.
6303 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
6306         Change return value to be a sexp.  Delay `get-buffer' to after
6307         restoring the desktop (bug#13951).
6309 2013-03-26  Leo Liu  <sdl.web@gmail.com>
6311         * register.el: Move semantic tag handling back to
6312         cedet/semantic/senator.el.  (Bug#14052)
6314 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
6317         into the prompt either (bug#13963).
6319 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
6322         part of "(error-foo)".
6324 2013-03-24  Juri Linkov  <juri@jurta.org>
6326         * replace.el (list-matching-lines-prefix-face): New defcustom.
6327         (occur-1): Pass `list-matching-lines-prefix-face' to the function
6328         `occur-engine' if `face-differs-from-default-p' returns t.
6329         (occur-engine): Add `,' inside backquote construct to evaluate
6330         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
6331         Pass `prefix-face' to the functions `occur-context-lines' and
6332         `occur-engine-add-prefix'.
6333         (occur-engine-add-prefix, occur-context-lines): Add optional arg
6334         `prefix-face' and propertize the prefix with `prefix-face'.
6335         (Bug#14017)
6337 2013-03-24  Leo Liu  <sdl.web@gmail.com>
6339         * nxml/rng-valid.el (rng-validate-while-idle)
6340         (rng-validate-quick-while-idle): Guard against deleted buffer.
6341         (Bug#13999)
6343         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
6344         is the last entry in kill-buffer-hook.
6346         * files.el (kill-buffer-hook): Doc fix.
6348 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
6350         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6351         Make it safe-local.
6353         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
6355 2013-03-23  Leo Liu  <sdl.web@gmail.com>
6357         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
6358         Remove.
6360         * nxml/rng-valid.el (rng-validate-mode)
6361         (rng-after-change-function, rng-do-some-validation):
6362         * nxml/rng-maint.el (rng-validate-buffer):
6363         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
6364         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
6365         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
6366         (nxml-extend-after-change-region): Use with-silent-modifications.
6368         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
6369         timer-idle-list.
6371         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
6372         (rng-next-error-1, rng-previous-error-1): Do not let-bind
6373         timer-idle-list.  (Bug#13999)
6375 2013-03-23  Juri Linkov  <juri@jurta.org>
6377         * info.el (info-index-match): New face.
6378         (Info-index, Info-apropos-matches): Add a nested subgroup to the
6379         main pattern and add text properties with the new face to matches
6380         in index entries relative to the beginning of the index entry.
6381         (Bug#14015)
6383 2013-03-21  Eric Ludlam  <zappo@gnu.org>
6385         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
6386         Inhibit read only while inserting objects.
6388 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6390         * progmodes/cfengine.el: Update docs to mention
6391         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
6392         symbol motion.  Remove "_" from the word syntax.
6394 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
6396         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
6397         syntax for both `cfengine2-mode' and `cfengine3-mode'.
6399 2013-03-20  Juri Linkov  <juri@jurta.org>
6401         * info.el (Info-next-reference-or-link)
6402         (Info-prev-reference-or-link): New functions.
6403         (Info-next-reference, Info-prev-reference): Use them.
6404         (Info-try-follow-nearest-node): Handle footnote navigation.
6405         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
6407 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6409         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
6410         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
6412 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
6414         Suppress unnecessary non-ASCII chatter during build process.
6415         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
6416         (batch-skkdic-convert): Suppress most of the chatter.
6417         It's not needed so much now that machines are faster,
6418         and its non-ASCII component was confusing; see Dmitry Gutov in
6419         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
6421 2013-03-20  Leo Liu  <sdl.web@gmail.com>
6423         * ido.el (ido-chop): Fix bug#10994.
6425 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
6427         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
6428         Remove vars.
6429         (whitespace-color-on, whitespace-color-off):
6430         Use `font-lock-fontify-buffer' (Bug#13817).
6432 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6434         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
6435         remapping in mode-line.
6436         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
6438 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
6440         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
6441         value for `whitespace-line' face (Bug#13875).
6442         (whitespace-font-lock-keywords): Change description.
6443         (whitespace-color-on): Don't save `font-lock-keywords' value, save
6444         the constructed keywords instead.
6445         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
6447 2013-03-19  Leo Liu  <sdl.web@gmail.com>
6449         * progmodes/compile.el (compilation-display-error): New command.
6450         (compilation-mode-map, compilation-minor-mode-map): Bind it to
6451         C-o.  (Bug#13992)
6453 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
6455         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
6457 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
6459         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
6461 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
6463         * net/tramp-compat.el (tramp-compat-user-error): New defun.
6465         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6466         * net/tramp-gvfs.el (top):
6467         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
6468         (tramp-handle-shell-command): Use it.
6469         (tramp-dissect-file-name): Raise an error when hostname is a
6470         method name, and neither method nor user is specified.
6472         * net/trampver.el: Update release number.
6474 2013-03-18  Leo Liu  <sdl.web@gmail.com>
6476         Make sure eldoc can be turned off properly.
6477         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
6478         eldoc-mode.
6479         (eldoc-display-message-p): Revert last change.
6480         (eldoc-display-message-no-interference-p)
6481         (eldoc-print-current-symbol-info): Tweak.
6483 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
6485         * doc-view.el (doc-view-new-window-function): Check the new window
6486         overlay's display property instead the char property of the
6487         buffer's first char.  Use `with-selected-window' instead of
6488         `save-window-excursion' with `select-window'.
6489         (doc-view-document->bitmap): Check the current doc-view overlay's
6490         display property instead the char property of the buffer's first char.
6492 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
6494         Automate the build of ja-dic.el (Bug#13984).
6495         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
6496         from the input, rather than assume that it's been done for us by the
6497         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
6498         the current date into a ja-dic.el comment, as that complicates
6499         regression testing.
6501 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6503         * whitespace.el: Fix double evaluation.
6504         (whitespace-space, whitespace-hspace, whitespace-tab)
6505         (whitespace-newline, whitespace-trailing, whitespace-line)
6506         (whitespace-space-before-tab, whitespace-indentation)
6507         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
6508         obsolete defvars.
6509         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
6510         (whitespace-color-on): Use a single font-lock-add-keywords call.
6511         Fix double-evaluation of face variables.
6513 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
6515         * net/tramp-adb.el (tramp-adb-parse-device-names):
6516         Use `start-process' instead of `call-process'.  Otherwise, the
6517         function might be blocked under MS Windows.  (Bug#13299)
6519 2013-03-17  Leo Liu  <sdl.web@gmail.com>
6521         Extend eldoc to display info in the mode-line.  (Bug#13978)
6522         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
6523         (eldoc-mode-line-string): New variable.
6524         (eldoc-minibuffer-message): New function.
6525         (eldoc-message-function): New variable.
6526         (eldoc-message): Use it.
6527         (eldoc-display-message-p)
6528         (eldoc-display-message-no-interference-p):
6529         Support eldoc-post-insert-mode.
6531         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
6532         (eval-expression): Run it.
6534 2013-03-17  Roland Winkler  <winkler@gnu.org>
6536         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
6537         strings in the list of return values.
6539 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
6541         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
6542         radix before checking for HMS forms.
6544 2013-03-16  Leo Liu  <sdl.web@gmail.com>
6546         * progmodes/scheme.el: Add indentation and font-locking for λ.
6547         (Bug#13975)
6549 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6551         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
6552         token before point (bug#13942).
6554 2013-03-16  Leo Liu  <sdl.web@gmail.com>
6556         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
6558 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
6560         * startup.el (command-line-normalize-file-name): Fix handling of
6561         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
6562         <xfq.free@gmail.com> in
6563         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
6565 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
6567         Sync with Tramp 2.2.7.
6569         * net/trampver.el: Update release number.
6571 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
6573         * doc-view.el Fix bug#13887.
6574         (doc-view-insert-image): Don't modify overlay associated to
6575         non-live windows, and implement horizontal centering of image in
6576         case it's smaller than the window.
6577         (doc-view-new-window-function): Force redisplay of new windows on
6578         doc-view buffers.
6580 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
6582         * saveplace.el (save-place-alist-to-file): Don't sort
6583         `save-place-alist', just pretty-print it (bug#13882).
6585 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
6587         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
6588         Check whether `default-file-name-coding-system' is bound.
6589         It isn't in XEmacs.
6591 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6593         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
6594         backquotes for `obsolete' (bug#13929).
6596         * international/mule.el (find-auto-coding): Include file name in
6597         obsolescence warning (bug#13922).
6599 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6601         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
6602         for CFEngine 3-specific indentation.
6603         (cfengine3-indent-line): Use it.  Fix up category regex.
6604         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
6606 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6608         * type-break.el (type-break-file-name):
6609         * textmodes/remember.el (remember-data-file):
6610         * strokes.el (strokes-file):
6611         * shadowfile.el (shadow-initialize):
6612         * saveplace.el (save-place-file):
6613         * ps-bdf.el (bdf-cache-file):
6614         * progmodes/idlwave.el (idlwave-config-directory):
6615         * net/quickurl.el (quickurl-url-file):
6616         * international/kkc.el (kkc-init-file-name):
6617         * ido.el (ido-save-directory-list-file):
6618         * emulation/viper.el (viper-custom-file-name):
6619         * emulation/vip.el (vip-startup-file):
6620         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
6621         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
6623 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
6625         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
6626         * language/thai-word.el: Switch to UTF-8.
6628 See ChangeLog.16 for earlier changes.
6630 ;; Local Variables:
6631 ;; coding: utf-8
6632 ;; End:
6634   Copyright (C) 2011-2013 Free Software Foundation, Inc.
6636   This file is part of GNU Emacs.
6638   GNU Emacs is free software: you can redistribute it and/or modify
6639   it under the terms of the GNU General Public License as published by
6640   the Free Software Foundation, either version 3 of the License, or
6641   (at your option) any later version.
6643   GNU Emacs is distributed in the hope that it will be useful,
6644   but WITHOUT ANY WARRANTY; without even the implied warranty of
6645   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6646   GNU General Public License for more details.
6648   You should have received a copy of the GNU General Public License
6649   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.