* lisp/vc/vc-src.el: Fix copy-pasted :version tags.
[emacs.git] / lisp / ChangeLog
blobaa2181d5dca2ba18f7b7067d25092e2fc842b0ff
1 2014-11-29  Glenn Morris  <rgm@gnu.org>
3         * vc/vc-src.el (vc-src, vc-src-diff-switches)
4         (vc-src-master-templates): Fix :version tags.
6 2014-11-29  Paul Rankin  <paul@tilk.co>  (tiny change)
8         * outline.el (outline-move-subtree-down): Refactor and improve code.
10 2014-11-29  Stephen Berman  <stephen.berman@gmx.net>
11             Stefan Monnier  <monnier@iro.umontreal.ca>
13         * outline.el (outline-move-subtree-down): Make sure we can move
14         forward to find the end of the subtree and the insertion point
15         (bug#19102).
17 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
19         * progmodes/python.el (python-shell-completion-setup-code): Use
20         __builtin__ module (or builtins in Python 3) and catch all errors
21         when importing readline and rlcompleter.
23 2014-11-29  Stephen Berman  <stephen.berman@gmx.net>
25         * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187).
26         (todo-revert-buffer): New function.
27         (todo-modes-set-1): Use it as the buffer-local value of
28         revert-buffer-function.
30 2014-11-29  Stephen Berman  <stephen.berman@gmx.net>
32         * calendar/todo-mode.el (todo-mode): If called interactively, just
33         display a message saying to call todo-show to enter Todo mode
34         (Bug#19112).
36 2014-11-29  Dmitry Gutov  <dgutov@yandex.ru>
38         * vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
39         (Bug#18579)
41         * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
42         files.  (Bug#18579)
44 2014-11-29  Michael Albinus  <michael.albinus@gmx.de>
46         * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
47         remote `buffer-file-name'.
49 2014-11-29  Leo Liu  <sdl.web@gmail.com>
51         * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
53 2014-11-29  Fabián Ezequiel Gallina  <fgallina@gnu.org>
55         Set PYTHONUNBUFFERED on shell startup.
57         * progmodes/python.el (python-shell-unbuffered): New var.
58         (python-shell-calculate-process-environment): Use it.
60 2014-11-29  Michael Albinus  <michael.albinus@gmx.de>
62         * net/tramp.el (tramp-action-password): Clean password on subsequent
63         attempts even if there was no wrong password indication.  (Bug#19047)
65         * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
66         fallback.
67         (tramp-open-connection-setup-interactive-shell): No need to check
68         for nil as `tramp-get-remote-locale' return value.
70 2014-11-29  Eli Zaretskii  <eliz@gnu.org>
72         * vc/vc-git.el (vc-git-command, vc-git--call): Bind
73         coding-system-for-read and coding-system-for-write to
74         vc-git-commits-coding-system.
75         (vc-git-previous-revision): Use "~1" instead of "^", since the
76         latter is a special character for MS-Windows system shells.
78 2014-11-29  Michael Albinus  <michael.albinus@gmx.de>
80         Improve XEmacs compatibility.
82         * net/tramp.el (tramp-autoload-file-name-handler):
83         Wrap `temporary-file-directory' by `symbol-value', it doesn't
84         exist in XEmacs.
85         (tramp-read-passwd): Don't use `with-timeout-suspend' and
86         `with-timeout-unsuspend' if they don't exist, like in XEmacs.
87         (tramp-time-less-p, tramp-time-subtract): Remove functions.
88         (tramp-handle-file-newer-than-file-p, tramp-time-diff):
89         * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
90         * net/tramp-cache.el (tramp-get-file-property):
91         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
92         Use `time-less-p' and `time-subtract, respectively.
94         * net/tramp-adb.el (top): Do not require time-date.el.
96         * net/tramp-compat.el (top): Require time-date.el for XEmacs.
98         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
99         Check, whether `utf-8' is a valid coding system.
101 2014-11-29  Eli Zaretskii  <eliz@gnu.org>
103         * vc/vc.el (vc-retrieve-tag): Doc fix.
105 2014-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * simple.el (execute-extended-command--shorter): Fix the "M-p" case
108         (bug#19152).
110 2014-11-28  Martin Rudalics  <rudalics@gmx.at>
112         Fix two issues around help-window-select.  (Bug#11039) (Bug#19012)
113         * help.el (help-window-old-frame): New variable.
114         (help-window-select): Default to nil (Bug#11039).
115         Rewrite doc-string.
116         (help-window-setup): When the help window appears on another
117         frame and `help-window-select' is non-nil, give that frame input
118         focus too (Bug#19012).
119         (with-help-window): Store selected frame in
120         help-window-old-frame.
122 2014-11-28  Ulf Jasper  <ulf.jasper@web.de>
124         * net/newst-treeview.el (newsticker--treeview-load): Take care of
125         nil value for `newsticker-groups-filename'.
127 2014-11-28  Daiki Ueno  <ueno@gnu.org>
129         * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
130         (epa-sign-region, epa-encrypt-region):
131         Use `epg-context-set-{passphrase,progress}-callback', instead of
132         `setf'.  This partially reverts commit 9e48a95c (bug#19150).
133         Reported by José A. Romero L.
135 2014-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137         * net/eww.el (eww-restore-history):
138         Bind `inhibit-modification-hooks' instead of `after-change-functions'.
140 2014-11-27  Ulf Jasper  <ulf.jasper@web.de>
142         * net/newst-backend.el (newsticker--parse-atom-1.0):
143         Handle embedded (x)html in summary node.
145 2014-11-27  Sam Steingold  <sds@gnu.org>
147         * menu-bar.el (menu-bar-open): When everything else fails,
148         use (mouse-menu-bar-map).
150 2014-11-27  Ulf Jasper  <ulf.jasper@web.de>
152         * net/newst-treeview.el (newsticker-groups-filename):
153         Change default value to nil.  Point out that variable is obsolete in doc
154         string.
155         (newsticker--treeview-load): Change wording of the questions the
156         user is asked when `newsticker-groups-filename' is found to be
157         used and we offer to read and remove the groups file. (bug#19165)
159 2014-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161         * net/eww.el (eww): Record the new URL immediately, so that if the
162         HTTP fetch fails, we have the right URL in the buffer.
163         (eww-process-text-input): Don't shorten the input field if
164         deleting at the last character (bug#19085).
165         (eww-restore-history): Inhibit change functions while restoring
166         the history.
167         (eww-process-text-input): Fix deletion at the start of the field, too.
168         (eww-mode): Revert mistanken removal of `buffer-disable-undo'.
169         (eww-process-text-input): Try to keep track of the size more reliably.
171         * dom.el (dom-pp): New function.
173 2014-11-27  Eli Zaretskii  <eliz@gnu.org>
175         * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
176         Don't assume --long is the default for "bzr log", always specify
177         it explicitly, in case the user defined an alias for 'log' that
178         uses some other format.
180 2014-11-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
182         * progmodes/python.el (python-eldoc--get-doc-at-point):
183         Strip shell output before returning.  (bug#18794)
185 2014-11-27  Dmitry Gutov  <dgutov@yandex.ru>
187         Fix indentation before `!=' and after `+='.  Originally reported
188         in https://github.com/mooz/js2-mode/issues/174.
189         * progmodes/js.el (js--indent-operator-re): Make assignments and
190         (in)equality operator a separate case.
191         (js--continued-expression-p): Escape the second `+' in the regexp.
193 2014-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
195         * window.el (handle-select-window): Deactivate shift-region (bug#19003).
197 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199         * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
200         when querying about new certificates.
202         * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
204         * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
205         can be strings.
206         (dom-elements): Protect against non-text nodes.
207         (dom-non-text-children): New function.
209         * net/eww.el (eww-tag-title): Use `dom-text'.
211 2014-11-26  Sam Steingold  <sds@gnu.org>
213         * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
215 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217         * net/eww.el (eww-highest-readability): More dom.el fixes.
219 2014-11-26  Ulf Jasper  <ulf.jasper@web.de>
221         * net/newst-backend.el (newsticker--parse-generic-items):
222         Take care of UIDs when adding elements to cache.
224 2014-11-26  Alan Mackenzie  <acm@muc.de>
226         Remove spurious reference to symbol category_properties.
227         * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
229 2014-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231         * net/eww.el: Use the new dom.el accessors throughout.
233         * net/shr.el: Ditto.
235         * dom.el: New file.
237 2014-11-26  Glenn Morris  <rgm@gnu.org>
239         * arc-mode.el (archive-visit-single-files): Add :version.
241 2014-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243         * net/nsm.el (nsm-format-certificate): Don't bug out on missing
244         elements.
245         (nsm-warnings-ok-p): The new version of this function always
246         returned nil when everything was OK.
248 2014-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
250         * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
252         * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
253         (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
255 2014-11-20  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
257         * emacs-lisp/byte-run.el (function-put): Match argument names to
258         docstring.
260 2014-11-24  Sam Steingold  <sds@gnu.org>
262         * vc/vc-hooks.el (vc-directory-exclusion-list):
263         Fix a trivial typo (bug#19171).
265 2014-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
267         * vc/vc-hooks.el (vc-state-base-face): Don't override
268         mode-line-inactive.
270 2014-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272         * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
273         (eww-process-text-input): Inhibit read only so that input fields
274         don't get shortened (bug#19085).
276 2014-11-24  Leo Liu  <sdl.web@gmail.com>
278         * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
280         * window.el (with-temp-buffer-window)
281         (with-current-buffer-window, with-displayed-buffer-window):
282         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
283         * emacs-lisp/cl-lib.el (substring):
284         * emacs-lisp/cl-extra.el (cl-getf): Use it.
286 2014-11-24  Eli Zaretskii  <eliz@gnu.org>
288         * isearch.el (isearch-update): Don't assume
289         pos-visible-in-window-p will return nil when point is hscrolled
290         out of view.  (Bug#19157)
292 2014-11-20  Andrey Kotlarski  <m00naticus@gmail.com>
294         * net/eww.el (eww-browse-url): Optionally create new eww buffer.
295         (eww-follow-link): Follow in new buffer in case of prefix
296         argument, open externally with double prefix (bug#19130).
298 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
300         * net/eww.el (eww-display-html): Decode the document-defined charset.
301         (eww): Pop to the *eww* buffer immediately after executing the
302         `M-x eww' command to avoid having buffers pop up later.
303         (eww-display-html): Don't pop the *eww* buffer.
304         (eww-display-raw): Ditto.
305         (eww-display-image): Ditto.
306         (eww-follow-link): Make going to #targets in the page work again.
308 2014-11-23  Ivan Shmakov  <ivan@siamics.net>
310         * net/eww.el (eww-suggest-uris): New variable.
311         (eww-suggested-uris): New function.
312         (eww): Default to URL under point.
313         (eww-links-at-point): New function.
315 2014-11-20  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
317         * net/eww.el (eww-add-bookmark): Fix bookmark titles.
319 2014-11-17  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
321         * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
323 2014-11-23  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
325         * net/eww.el (eww-set-character-encoding): New command and keystroke.
326         (eww-display-raw): Use it (bug#16225).
328 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
330         * net/nsm.el (network-security-level): Rename from
331         `nsm-security-level' and documented.
333         * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
334         we're sending a password.
336         * net/nsm.el: New file that implements a Network Security Manager.
338         * net/network-stream.el (open-network-stream): Add a new
339         :warn-unless-encrypted parameter.
340         (network-stream-open-plain): Allow warning unless encrypted.
341         (network-stream-open-starttls): Call the Network Security Manager.
342         (network-stream-open-tls): Ditto.
344 2014-11-23  Leo Liu  <sdl.web@gmail.com>
346         * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
347         (calendar-chinese-to-absolute-for-diary)
348         (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
349         Handle leap months in Chinese calendar.  (Bug#18953)
351 2014-11-22  Alan Mackenzie  <acm@muc.de>
353         Fix error with `mark-defun' and "protected:" in C++ Mode.
354         Fixes: debbugs:19134.
356         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
357         return code of (label) from c-beginning-of-decl-1.
359 2014-11-22  Ulf Jasper  <ulf.jasper@web.de>
361         * net/newst-backend.el (newsticker--sentinel-work):
362         Tell `libxml-parse-xml-region' to discard comments. Fixes bug#18787.
364 2014-11-22  Michael Albinus  <michael.albinus@gmx.de>
366         * net/tramp-sh.el (tramp-sh-handle-start-file-process)
367         (tramp-sh-handle-process-file): Propagate `process-environment'.
369         * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
370         Tramp propagates environment variables now.
372 2014-11-22  Eric S. Raymond  <esr@snark>
374         * vc/vc-filewise.el: New file to isolate code used only by the
375         file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
376         live in vc.el and certainly not in vc-hooks.el.
378         * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name  -> vc-master-name.
379         This is preaparatory to isolating all the 'master' functions
380         used only by the file-oriented back ends.  With this done first,
381         the substantive diffs will be easier to read.
383 2014-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
385         * play/morse.el (nato-alphabet): Mark URL in docstring in a way
386         that is recognized by `help-mode'.
388 2014-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * desktop.el (desktop-create-buffer): Use activate-mark to set
391         `mark-active' (bug#19058).
393 2014-11-21  Eric S. Raymond  <esr@snark>
395         * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
396         nil state.
398 2014-11-21  Eli Zaretskii  <eliz@gnu.org>
400         * vc/vc.el (vc-deduce-fileset): Support invocation from
401         *vc-change-log* buffer.  (Bug#19084)
403 2014-11-13  Matthew Leach  <matthew@mattleach.net>
405         * arc-mode.el (archive-visit-single-files): New.
406         (archive-mode): Visit file if archive contains a single file.
407         (Bug#1702)
409 2014-11-21  Ulrich Müller  <ulm@gentoo.org>
411         * vc/vc.el: Fix a typo in the commentary.
413 2014-11-20  Eric S. Raymond  <esr@snark.thyrsus.com>
415         * vc/vc-src.el, vc/vc.el: Added support for SRC.  Needs more
416         testing and a real log-view mode.
418         * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
419         * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
420         * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
421         checkout methods; where it matters (which is only in SCCS and RCS)
422         files are always checked out editable.  This may actually have
423         been dynamically true already - it looks like the vc-next-action
424         code evolved past visiting the other case.  Tested with RCS.
426         * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
427         * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
428         * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
429         argument from the backend checkin methods.  Only the RCS, SCCS,
430         and CVS back ends tried to do anything with it, and that code was
431         never exercised.  Chiseling away the cruft of decades...
433 2014-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435         * net/eww.el (eww-render): Remove a no-op :title setting.
437 2014-11-19  Ivan Shmakov  <ivan@siamics.net>
439         * net/eww.el (eww-history-limit): New variable.
440         (eww-save-history): Use it (bug#19105).
441         (eww-reload): Reload the page in the right buffer.
443 2014-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
445         * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
447 2014-11-19  Ivan Shmakov  <ivan@siamics.net>
449         * net/eww.el (eww-desktop-remove-duplicates)
450         (eww-restore-desktop, eww-restore-reload-prompt): New variables.
451         (eww-mode): Set up desktop mode (bug#18010).
452         (eww-desktop-data-save, eww-desktop-data-1)
453         (eww-desktop-history-duplicate, eww-desktop-misc-data)
454         (eww-restore-desktop): New functions.
456 2014-11-19  Eli Zaretskii  <eliz@gnu.org>
458         * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
459         correct buffer.  (Bug#19101)
461 2014-11-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
463         Fix bug#19099.
464         * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
465         `diff-switches' if `vc-git-diff-switches' is nil.
467 2014-11-18  Juri Linkov  <juri@linkov.net>
469         * simple.el (next-line-or-history-element): Wrap next-line
470         in with-no-warnings.
471         (previous-line-or-history-element): Wrap previous-line
472         in with-no-warnings.
474 2014-11-18  Juri Linkov  <juri@linkov.net>
476         * progmodes/grep.el (grep-compute-defaults):
477         Compute grep-highlight-matches before its use.
479 2014-11-18  Juri Linkov  <juri@linkov.net>
481         * replace.el (query-replace-from-to-separator): Turn defvar into
482         defcustom.  Wrap char-displayable-p in ignore-errors because an
483         attempt to autoload char-displayable-p fails during pre-loading.
484         Move (propertize "\0" ... 'separator t) out of customizable part
485         to query-replace-read-from.
486         (query-replace-read-from): Call custom-reevaluate-setting on
487         query-replace-from-to-separator to reevaluate the separator
488         depending on the return value of char-displayable-p.
489         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
491 2014-11-18  Juri Linkov  <juri@linkov.net>
493         * bindings.el (minibuffer-local-map): Rebind [down] from
494         next-history-element to next-line-or-history-element, and [up]
495         from previous-history-element to previous-line-or-history-element.
497         * simple.el (next-line-or-history-element)
498         (previous-line-or-history-element): New commands.
499         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
501 2014-11-18  Leo Liu  <sdl.web@gmail.com>
503         * emacs-lisp/nadvice.el (define-advice): New macro.
504         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
505         Add define-advice.
506         (lisp-font-lock-keywords-1): Add define-advice.
508 2014-11-18  Daiki Ueno  <ueno@gnu.org>
510         * epg.el (epg-context): New slot EDIT-CALLBACK.
511         (epg--process-filter): Call EDIT-CALLBACK when editing a key.
512         (epg-reset): Reset EDIT-CALLBACK of the context.
513         (epg-start-edit-key): New function.
514         (epg-edit-key): New function.
516 2014-11-18  Paul Eggert  <eggert@cs.ucla.edu>
518         Port new time stamp handling to Emacs 23.2.
519         This fix is for Gnus.  Problem reported by Katsumi Yamaoka.
520         * calendar/time-date.el (time-add, time-subtract, time-less-p):
521         Use eval-and-compile, not eval-when-compile.
523 2014-11-18  Daiki Ueno  <ueno@gnu.org>
525         * epg.el (epg-context-set-passphrase-callback)
526         (epg-context-set-progress-callback): Check if the CALLBACK
527         argument is a function, instead of a cons.
529 2014-11-18  Daiki Ueno  <ueno@gnu.org>
531         * epa-file.el (epa-file-insert-file-contents)
532         (epa-file-write-region): Remove redundant check of
533         epa-pinentry-mode.
534         * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
535         (epa-sign-region, epa-encrypt-region): Remove redundant check of
536         epa-pinentry-mode.
538 2014-11-18  Daiki Ueno  <ueno@gnu.org>
540         * epa-file.el (epa-file-insert-file-contents): Don't show
541         "*Error*" buffer if input file does not exist.
542         Reported by Herbert J. Skuhra.
544 2014-11-18  Paul Pogonyshev  <pogonyshev@gmail.com>
545             Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
547         Fix bug#13871 (an alternative version of the patch).
548         * progmodes/cc-langs.el: Support some of the new keywords in
549         C++11.
550         (c-operators): Add "alignof".
551         (c-primitive-type-kwds): Add "char16_t", "char32_t".
552         (c-type-modifier-kwds): Add "constexpr", "noexcept".
553         (c-modifier-kwds): Add "thread_local".
554         (c-constant-kwds): Add "nullptr".
556 2014-11-17  Michal Nazarewicz  <mina86@mina86.com>
558         * textmodes/tildify.el (tildify-pattern, tildify-space-string):
559         New variables for specifying tildify pattern and representation of
560         a hard space -- a no-break space by default -- respectively.
561         Being buffer-local they are much easier to handle than
562         `tildify-string-alist' and `tildify-pattern-alist' respectively
563         that have been used so far.  They also works better with derived
564         modes.
565         (tildify-foreach-region-function): New variable specifying
566         a function determining portions of buffer that should be
567         tildified.  It allows major modes to create a filtering function
568         more elaborate than a set of regular expressions.  Initialised to
569         `tildify--deprecated-ignore-evironments' by default to handle now
570         deprecated `tildify-ignored-environments-alist' variable.
571         (tildify--foreach-region): A new function that takes
572         `tildify-foreach-region-function' into account and calls callback
573         for regions of the buffer that should be tildified.
574         (tildify-foreach-ignore-environments): A new function which can be
575         partially applied and used as `tildify-foreach-region-function'.
576         (tildify-ignored-environments-alist, tildify-pattern)
577         (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
578         (tildify--find-env): Rename from `tildify-find-env' and mark as
579         obsolete.
580         (tildify--deprecated-ignore-evironments): New function,
581         immediately marked as obsolete, used to handle deprecated
582         `tildify-ignored-environments-alist'.
584         * textmodes/tex-mode.el (tex-common-initialization):
585         Set `tildify-space-string' and `tildify-foreach-region-function'
586         variables in all variants of TeX mode since `tildify-string-alist'
587         and `tildify-ignored-environments-alist' are now empty by default.
589         * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
590         If encoding supports it use no-break space instead of character
591         entity; this changes previous default which used a numeric
592         reference.
594         * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
595         If encoding does not support no-break space, use numeric reference;
596         this changes previous default which used named entity (“&nbsp;”)
597         in HTML mode.
599 2014-11-17  Ulf Jasper  <ulf.jasper@web.de>
601         Fix bug#5433.
602         * calendar/icalendar.el (icalendar-export-alarms):
603         New customizable variable.
604         (icalendar-export-region): Export alarms as specified in
605         `icalendar-export-alarms'.
606         (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
607         New functions for exporting alarms.
609 2014-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611         * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
613 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
615         Port new time stamp handling to old Emacs and to XEmacs.
616         This is needed for Gnus, which copies time-date.el and which
617         runs on older Emacs implementations.
618         * calendar/time-date.el (with-decoded-time-value):
619         Handle 'nil' and floating-point arg more compatibly with new Emacs.
620         (encode-time-value, with-decoded-time-value):
621         Obsolete only if new Emacs.
622         (time-add, time-subtract, time-less-p): Define if not new Emacs.
624         Improve time stamp handling, and be more consistent about it.
625         This implements a suggestion made in:
626         http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
627         Among other things, this means timer.el no longer needs to
628         autoload the time-date module.
629         * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
630         * arc-mode.el (archive-ar-summarize):
631         * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
632         * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
633         (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
634         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
635         * proced.el (proced-time-lessp):
636         * timezone.el (timezone-time-from-absolute):
637         * type-break.el (type-break-schedule, type-break-time-sum):
638         Simplify by using new functionality.
639         * calendar/cal-dst.el (calendar-next-time-zone-transition):
640         Do not return time values in obsolete and undocumented (HI . LO)
641         format; use (HI LO) instead.
642         * calendar/time-date.el (with-decoded-time-value):
643         Treat 'nil' as current time.  This is mostly for XEmacs.
644         (encode-time-value, with-decoded-time-value): Obsolete.
645         (time-add, time-subtract, time-less-p): Use no-op autoloads, for
646         XEmacs.  Define only if XEmacs, as they're now C builtins in Emacs.
647         * ldefs-boot.el: Update to match new time-date.el
648         * proced.el: Do not require time-date.
650 2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652         * net/eww.el (eww-mode): Make the buffer read-only.
653         (eww-form-text): Inhibit read-only-ness in text input fields
654         (bug#16476).
656 2014-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
658         * simple.el (execute-extended-command--shorter): Cut search here.
659         (execute-extended-command): Instead of here.
661 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
663         * progmodes/python.el (python-mode): Avoid use of set-local to
664         keep Emacs 24.x compatibility.
666 2014-11-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668         * net/shr.el (shr): Move to the new defgroup `web'.
670         * net/eww.el (eww): Ditto.
672         * simple.el (execute-extended-command): Don't show the help
673         message if the binding isn't significantly shorter than the
674         M-x command the user typed (bug#19013).
676 2014-11-16  Ulf Jasper  <ulf.jasper@web.de>
678         * calendar/icalendar.el (icalendar--convert-tz-offset):
679         Return complete cons when offsets of standard time and daylight saving
680         time are equal.
681         (icalendar-export-region): Fix unbound variable warning.
683 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
685         * progmodes/python.el (run-python): Allow CMD to be optional and
686         default it to a safe command, even for Windows.  (bug#18596)
688 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
690         * progmodes/python.el (python-shell-calculate-command):
691         Rename from python-shell-parse-command.  Cleanup.
692         (run-python, run-python-internal): Use it.
693         (python-shell-calculate-pythonpath): Rename from
694         python-new-pythonpath.
695         (python-shell-calculate-process-environment): Use it.
696         (python-shell-calculate-exec-path): Add comment.
698 2014-11-16  Thierry Banel <tbanelwebmin@free.fr>  (tiny change)
700         * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
701         for date handling.
703 2014-11-16  Andreas Schwab  <schwab@linux-m68k.org>
705         * version.el (emacs-repository-get-version): Use git rev-parse
706         instead of git log.
708 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
710         * progmodes/python.el (python-indent-calculate-levels):
711         Fix indentation behavior multiline dedenter statement.  (Bug#18432)
713 2014-11-16  Fabián Ezequiel Gallina  <fgallina@gnu.org>
715         * progmodes/python.el (python-indent-region):
716         Use python-indent-line and skip special cases.  (Bug#18843)
718 2014-11-16  Peder O. Klingenberg  <peder@klingenberg.no>
720         * mail/emacsbug.el (report-emacs-bug): Make a better guess at
721           envelope-from when reporting through sendmail (bug#19054).
723 2014-11-16  Oscar Fuentes <ofv@wanadoo.es>
725         Add faces for the VC modeline state indicator.
726         * lisp/vc/vc-hooks.el:
727         (vc-state-faces, vc-state-base-face)
728         (vc-up-to-date-state, vc-needs-update-state)
729         (vc-locked-state, vc-locally-added-state)
730         (vc-conflict-state, vc-removed-state)
731         (vc-missing-state, vc-edited-state):
732         New faces.
733         (vc-default-mode-line-string): Use them
735 2014-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
737         * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
739 2014-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741         * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
743 2014-11-15  Fabián Ezequiel Gallina  <fgallina@gnu.org>
745         * progmodes/python.el (python-eldoc-setup-code): Enhance string
746         type checks, simplify printing.  (Bug#18962)
748 2014-11-14  Ivan Andrus  <darthandrus@gmail.com>
750         * progmodes/python.el (python-shell-font-lock-kill-buffer):
751         (python-shell-font-lock-with-font-lock-buffer)
752         (python-shell-get-buffer, python-ffap-module-path):
753         Use `derived-mode-p' instead of equality test on `major-mode'.
755 2014-11-14  Fabián Ezequiel Gallina  <fgallina@gnu.org>
757         * progmodes/python.el (python-shell-virtualenv-root): Rename from
758         python-shell-virtualenv-path.
759         (python-shell-internal-get-process-name)
760         (python-shell-calculate-process-environment)
761         (python-shell-calculate-exec-path): Use it.
763 2014-11-14  Eli Zaretskii  <eliz@gnu.org>
765         * bindings.el (search-map): Fix last change: don't use 'kbd' in
766         bindings.el, since it is not yet loaded when bindings.el is
767         preloaded.
769 2014-11-14  Fabián Ezequiel Gallina  <fgallina@gnu.org>
771         * progmodes/python.el (python-shell-completion-get-completions):
772         Fix previous merge.
774 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776         * net/eww.el (eww-render): Don't set the title to the URL.
778 2014-11-13  Ulrich Müller  <ulm@gentoo.org>
780         * version.el (emacs-repository-get-version): Call `git log'
781         command with proper format argument (bug#19049).
783 2014-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785         * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
787 2014-11-14  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
789         * net/eww.el (eww-search-words): New command (bug#16258).
791 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
793         * net/shr.el (shr-inhibit-images): Add a doc string.
795         * net/eww.el (eww-after-render-hook): New variable.
796         (eww-render): Use it.
798         * net/shr.el (shr-descend): Don't descend further than
799         `max-specpdl-size' allows (bug#16587).
800         (shr-depth): New variable.
801         (shr-warning): New variable.
803 2014-11-13  Ivan Shmakov  <ivan@siamics.net>
805         * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
806         (shr-expand-url): Expand absolute URLs correctly (bug#17958).
808 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810         * net/eww.el (eww): Add comment to clarify.
812         * net/shr.el (shr-parse-image-data): Remove blocked bits from
813         external SVG images.
814         (shr-tag-object): Display images in <object> forms (bug#16244).
815         (shr-tag-table): Also insert <objects> after the tables.
817 2014-11-13  Michael Albinus  <michael.albinus@gmx.de>
819         * vc/vc-hg.el (vc-hg-state): Disable pager.  (Bug#18940)
821 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823         * net/eww.el (eww-form-file): Fix version number.
825 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
827         * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
829 2014-11-10  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
831         * net/eww.el(eww-form-file(defface)): New defface of file upload form.
832         (eww-submit-file): New key map of file upload.
833         (eww-form-file): New file upload button and file name context.
834         (eww-select-file): Select file and display selected file name.
835         (eww-tag-input): Handle input tag of file type.
836         (eww-update-field): Add point offset.
837         (eww-submit): Add submit with multipart/form-data.
839 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841         * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
842         Allow taking a buffer to render data in.  This allows using several
843         eww buffers (bug#16211).
845 2014-11-10  Charles Rendleman  <carendle@gmail.com>  (tiny change)
847         * net/eww.el (eww-download-callback): Save only the file contents,
848         not the headers.
850 2014-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852         * net/eww.el (eww-data): New plist to store all the data relevant
853         to a single page, used throughout the file instead of the
854         variables `eww-current-url', `eww-current-dom',
855         `eww-current-source', and `eww-current-title'.
856         (eww-readable): Copy over pertinent data from the parent page.
857         (eww-save-history): Don't let the history grow infinitely.
859         * net/eww.el: Remove `eww-next-url', `eww-previous-url',
860         `eww-up-url', `eww-home-url', `eww-start-url' and
861         `eww-contents-url' and put the data into the `eww-data' plist.
862         This allow restoring these values after going back in the history.
864 2014-11-10  Sylvain Chouleur  <sylvain.chouleur@gmail.com>  (tiny change)
866         Allow VTIMEZONE where daylight and standard time zones are equal.
867         See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
868         * calendar/icalendar.el (icalendar--convert-tz-offset):
869         Support timezone without daylight saving time.
871 2014-11-10  Glenn Morris  <rgm@gnu.org>
873         * startup.el (command-line): Handle nil elements in load-path.
875 2014-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * help.el (view-lossage): Include the actual commands run.
879 2014-11-10  Dmitry Gutov  <dgutov@yandex.ru>
881         * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
882         no state is specified.  (Bug#18964)
884 2014-11-09  Eric Ludlam  <zappo@gnu.org>
886         * emacs-lisp/eieio-custom.el (eieio-customize-object):
887         Set eieio-cog (current group) to g, which is an improved form of input
888         group.
890 2014-11-09  Juri Linkov  <juri@jurta.org>
892         * isearch.el (isearch-message-prefix): Show "Multi-file" and
893         "Multi-buffer" instead of "Multi".  (Bug#13592)
895         * misearch.el (multi-isearch-file-list):
896         Autoload multi-isearch-buffer-list and multi-isearch-file-list.
897         (multi-isearch-end): Reset multi-isearch-buffer-list and
898         multi-isearch-file-list to nil.
900 2014-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
903         Don't call byte-compile-preprocess since the result will go through
904         cconv.
905         (byte-compile-output-docform): Handle uninterned `name' correctly.
906         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
907         to circumvent byte-compiler bug.
909         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
910         (macroexp--compiler-macro): Remove left-over debug code.
912         * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
914 2014-11-08  Juri Linkov  <juri@jurta.org>
916         * simple.el (shell-command): Use buffer-name when output-buffer is
917         a buffer.  (Bug#18096)
919 2014-11-08  Juri Linkov  <juri@jurta.org>
921         * minibuffer.el (minibuffer-completion-help): Compare this-command
922         with completion-at-point.  (Bug#17809)
924 2014-11-08  Glenn Morris  <rgm@gnu.org>
926         * emacs-lisp/bytecomp.el (byte-compile-report-error):
927         Allow the argument to be a string.  Due to the vague doc,
928         it was already being used this way.
930 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
932         * net/tramp.el (tramp-check-cached-permissions): Include hop in
933         the constructed Tramp file name.  (Bug#18943)
935 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
938         (bug#18952).
939         (cua-set-mark, cua--post-command-handler-1):
940         * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
942 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
944         * files.el (file-name-non-special): Wrap the call of
945         `insert-file-contents' by `unwind-protect', in order to set the
946         buffer's file name anyway.  (Bug#18891)
948 2014-11-08  Alan Mackenzie  <acm@muc.de>
950         Fix wrong bound to c-font-lock-declarators.  Fixes bug #18948.
951         * progmodes/cc-fonts.el (c-font-lock-declarations):
952         Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
953         the buffer is sometimes narrowed to less than "limit" (e.g., in
954         the presence of macros).
956 2014-11-08  Michael Albinus  <michael.albinus@gmx.de>
958         * net/tramp.el (tramp-error-with-buffer): Show connection buffer
959         only when message appeared in minibuffer.  (Bug#18891)
961         * net/tramp-adb.el (tramp-adb-handle-file-attributes):
962         * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
963         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
964         case of errors.
966 2014-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
968         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
969         Don't compile before eval in `eval-and-compile'.
970         (byte-compile-arglist-warn): Add check for defining macros after their
971         first use.  Check call use even if the function is fboundp.
973 2014-11-08  Richard Stallman  <rms@gnu.org>
975         * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
976         Check more carefully for mime-part specified character set.
977         Check for mime-part Content Transfer Encoding.
978         Notify if no armor found.
980 2014-11-08  Martin Rudalics  <rudalics@gmx.at>
982         * faces.el (face-set-after-frame-default): Enable running
983         `window-configuration-change-hook'.
985 2014-11-07  Juri Linkov  <juri@jurta.org>
987         * replace.el: History for query replace pairs.
988         (query-replace-defaults): Promote to a list of cons cell.  Doc fix.
989         (query-replace-from-to-separator): New variable.
990         (query-replace-read-from): Let-bind query-replace-from-to-history
991         to a list of FROM-TO strings created from query-replace-defaults
992         and separated by query-replace-from-to-separator.  Use it as
993         the history while reading from the minibuffer.  Split the returned
994         string by the separator to get FROM and TO parts, and add them
995         to the history variables.
996         (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
997         (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
998         http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
1000         * isearch.el (isearch-text-char-description): Keep characters
1001         intact and put formatted strings with the `display' property.
1003 2014-11-07  Martin Rudalics  <rudalics@gmx.at>
1005         * cus-start.el (frame-resize-pixelwise): Fix group.
1006         (frame-inhibit-implied-resize): Add entry.
1008 2014-11-07  Daiki Ueno  <ueno@gnu.org>
1010         * epa.el (epa-pinentry-mode): New user option.
1011         (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
1012         (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
1013         * epa-file.el (epa-file-insert-file-contents)
1014         (epa-file-write-region): Respect epa-pinentry-mode.
1016 2014-11-07  Daiki Ueno  <ueno@gnu.org>
1018         * epg.el (epg--list-keys-1): Ignore fields after the 15th field
1019         (bug#18979).  Reported by Hideki Saito.
1021 2014-11-06  Daiki Ueno  <ueno@gnu.org>
1023         * emacs-lisp/package.el (package--display-verify-error): New function.
1024         (package--check-signature): Use it to display output sent to stderr.
1026 2014-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * subr.el (pop): Don't call the getter twice (bug#18968).
1030         * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
1031         uses of `funcall'.
1033 2014-11-06  Daiki Ueno  <ueno@gnu.org>
1035         * epa.el (epa-error-buffer): New variable.
1036         (epa-display-error): New function.
1037         (epa-decrypt-file, epa-verify-file, epa-verify-region)
1038         (epa-delete-keys, epa-import-keys): Display output sent to stderr.
1039         (epa-sign-file, epa-sign-region, epa-encrypt-region)
1040         (epa-export-keys, epa-insert-keys): Display output sent to stderr.
1041         Use setf instead of epg-context-set-*.
1042         * epa-file.el (epa-file-insert-file-contents):
1043         Use epa-display-error instead of epa-display-info.  Mimic the behavior
1044         of jka-compr when decryption program is not found.
1045         (epa-file-write-region): Use epa-display-error instead of
1046         epa-display-info.
1048 2014-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * vc/vc.el (vc-region-history): New command.
1051         (vc-print-log-internal): Use cl-some.
1053         * vc/vc-git.el (vc-git-region-history): New function.
1054         (vc-git-region-history-mode-map)
1055         (vc-git--log-view-long-font-lock-keywords)
1056         (vc-git-region-history-font-lock-keywords): New vars.
1057         (vc-git-region-history-font-lock): New function.
1058         (vc-git-region-history-mode): New major mode.
1060 2014-11-05  Tassilo Horn  <tsdh@gnu.org>
1062         * net/eww.el (subr-x): Require subr-x at compile-time because eww
1063         uses string-trim.
1065 2014-11-05  Daiki Ueno  <ueno@gnu.org>
1067         * epg.el (epg-context): Add new slot ERROR-OUTPUT.
1068         (epg-error-output): New buffer-local variable.
1069         (epg--start): Initialize epg-error-output.
1070         (epg--process-filter): Record output lines sent to stderr, in
1071         epg-error-output.
1072         (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
1073         slot of context.
1074         * epa-file.el (epa-file-insert-file-contents): On error, display
1075         output sent to stderr.
1076         (epa-file-write-region): Likewise.
1078 2014-11-05  Eli Zaretskii  <eliz@gnu.org>
1080         * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
1081         returned by load-average.
1083 2014-11-05  Michael Albinus  <michael.albinus@gmx.de>
1085         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
1086         a local copy; setting `inhibit-file-name-handlers' proper might be
1087         more performant.  (Bug#18751)
1089 2014-11-05  Glenn Morris  <rgm@gnu.org>
1091         * mail/emacsbug.el (report-emacs-bug): No longer include
1092         recent-keys in the report.  (Bug#18900)
1094 2014-11-04  Paul Eggert  <eggert@cs.ucla.edu>
1096         * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
1098 2014-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
1100         * net/eww.el (eww): Trim URL with `string-trim'.
1101         Suggested by Vibhav Pant <vibhavp@gmail.com>.
1103 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105         * net/eww.el (eww-score-readability): Don't count comments positively.
1107         * net/shr.el (shr-retransform-dom): Typo fix.
1109         * net/eww.el (eww-score-readability): Parse SVC images correctly.
1110         (eww-display-html): Don't leave point inside forms.
1112         * net/shr.el: Ditto.
1114 2014-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1116         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
1117         edebug-prin1-to-string already handles circularity.
1119         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
1120         autoloading when specified as a lambda.
1122         * simple.el (execute-extended-command--last-typed): New var.
1123         (read-extended-command): Set it.
1124         Don't complete obsolete commands.
1125         (execute-extended-command--shorter-1)
1126         (execute-extended-command--shorter): New functions.
1127         (execute-extended-command): Use them to suggest shorter names.
1128         (indicate-copied-region, deactivate-mark): Use region-active-p.
1130 2014-11-03  Michael Albinus  <michael.albinus@gmx.de>
1132         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
1133         local copy of FILENAME, when it is remote.  (Bug#18751)
1135         * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
1136         an error when the command fails; the return code must indicate.
1137         (tramp-adb-send-command-and-check): Fix docstring.
1139 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141         * net/shr.el (shr-retransform-dom): Don't ignore elements that
1142         have no children like <br />.
1144         * net/eww.el (eww-display-html): Clear `url-queue'.
1145         (eww-display-pdf): New function.
1146         (eww-render): Display PDFs with `doc-view'.
1147         (url-queue): Require `url-queue' to avoid compilation warning.
1148         (eww-colorize-region): Remove duplicate function.
1149         (eww-tag-body): Use `shr-colorize-region'.
1151 2014-11-03  Yoni Rabkin <yrk@gnu.org>
1153         * net/eww.el (eww-list-bookmarks): Autoload.
1155 2014-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157         * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
1159         * net/eww.el (eww-display-html): The charset is called `utf-8',
1160         not `utf8'.
1161         (eww-readable): Decode the saved text correctly.
1162         (eww-readable): Save the history before displaying so that we can
1163         go back to the non-readable version.
1164         (eww-display-html): Don't try to decode the text if we've been
1165         passed in a pre-parsed DOM.
1166         (eww-tag-title): Remove newlines and extra whitespace from the
1167         displayed title.
1169 2014-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171         * net/eww.el (eww-readable): New command and keystroke.
1173         * net/shr.el (shr-retransform-dom): New function.
1175         * net/eww.el (eww-display-html): Set `eww-current-source' in the
1176         correct buffer.
1177         (eww-view-source): Use it.
1179 2014-11-02  Ivan Shmakov <ivan@siamics.net>
1181         * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
1182         (Bug#18603).
1184 2014-11-02  Brian McKenna <brian@brianmckenna.org>  (tiny change)
1186         * net/eww.el (eww-submit): Encode empty form values as "".  (Bug#17785).
1188 2014-11-02  Ivan Shmakov <ivan@siamics.net>
1190         * net/eww.el (eww): Allow "file:/file/name" URLs.  (Bug#18825).
1192 2014-11-02  Ivan Shmakov <ivan@siamics.net>
1194         * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
1195         (Bug#18834).
1197 2014-11-02  Eric Abrahamsen  <eric@ericabrahamsen.net>
1199         * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
1200         use as advice.
1201         (edebug-setup-hook): Advise `edebug-prin1-to-string'.  (Bug#18897)
1203 2014-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
1206         (bug#18821).
1207         * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
1209 2014-11-01  Michael R. Mauger  <michael@mauger.com>
1211         * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
1212         syntax, add new keywords, and parse longer keywords first.
1213         (sql-redirect-one): Protect against empty command.
1214         (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
1215         to SQL.  (Bug#14759)
1217 2014-11-01  Michael R. Mauger  <michael@mauger.com>
1219         * sql.el (sql-interactive-mode, sql-stop): Correct fix for
1220         Bug#16814 with let-bind of comint-input-ring variables around read
1221         and save functions.
1223 2014-11-01  Michael Albinus  <michael.albinus@gmx.de>
1225         * net/tramp-cache.el (tramp-get-file-property)
1226         (tramp-set-file-property): Check that `tramp-cache-get-count-*'
1227         and `tramp-cache-set-count-*' are bound.  Otherwise, there might
1228         be compiler warnings.
1230         * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
1231         Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
1233 2014-11-01  Eli Zaretskii  <eliz@gnu.org>
1235         * progmodes/compile.el (compilation-mode): Turn off deferred
1236         fontifications locally.  (Bug#18856)
1238 2014-11-01  Wolfgang Jenkner  <wjenkner@inode.at>
1240         * net/tramp-sh.el (tramp-send-command): Fix the case where the
1241         remote-echo connection property is non-nil (bug#18858).
1243 2014-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * simple.el (newline): Add assertions to try and help catch bug#18913.
1247         * emulation/cua-base.el (cua-delete-region): Use delete-active-region
1248         (bug#18886).
1249         (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
1251 2014-11-01  Kim F. Storm  <storm@cua.dk>
1253         Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
1254         * delsel.el (delete-selection-save-to-register)
1255         (delsel--replace-text-or-position): New vars.
1256         (delete-active-region): Use them.
1257         (delete-selection-repeat-replace-region): New command, moved from
1258         cua-base.el.
1259         * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
1260         (cua-repeat-replace-region): Move command to delsel.el.
1261         (cua--init-keymaps): Update binding accordingly.
1262         (cua-mode): Set delete-selection-save-to-register.
1264 2014-11-01  Alan Mackenzie  <acm@muc.de>
1266         Make blink-parens work with a closing template delimiter.
1267         * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
1268         before calling blink-paren-function, so as to apply syntax-table
1269         properties to the ">".
1271 2014-11-01  Jan Djärv  <jan.h.d@swipnet.se>
1273         * select.el (gui-get-selection): Comment: data-type ignored on NS.
1275 2014-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
1278         (macroexp--expand-all): Unrelated tweaks.
1280         * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
1282 2014-10-30  Glenn Morris  <rgm@gnu.org>
1284         * startup.el (command-line): Remove pointless attempt to avoid
1285         statting the file-system (which expand-file-name doesn't do).
1287 2014-10-30  Daniel Colascione  <dancol@dancol.org>
1289         Add "enum class" support to C++ mode.
1290         * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
1291         (c-after-brace-list-key): New language consts/variables.
1292         * progmodes/cc-engine.el (c-looking-at-decl-block):
1293         Exclude spurious match of "enum struct" from decl-block recognition.
1294         (c-backward-colon-prefixed-type): New function.
1295         (c-backward-over-enum-header): Call above function to extend
1296         recognition of enum structure.
1298 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1300         * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
1301         (c-lang-defconst):
1302         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
1304 2014-10-30  Eli Zaretskii  <eliz@gnu.org>
1306         * progmodes/compile.el (compilation-start):
1307         If compilation-scroll-output is non-nil, don't force window-start of
1308         the compilation buffer to be at beginning of buffer.  (Bug#18874)
1310         * startup.el (fancy-about-text): Read the entire tutorial, not
1311         just its first 256 bytes.  (Bug#18760)
1313 2014-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
1316         * emacs-lisp/cl-extra.el: Add missing provide.
1318         * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
1319         all args are copyable (bug#18767).
1320         (=, <, >, <=, >=): Re-enable the optimization.
1322 2014-10-29  Glenn Morris  <rgm@gnu.org>
1324         * net/rcirc.el (rcirc-fill-column): Unbump :version.  Mark :risky.
1326         * version.el (emacs-bzr-version, emacs-bzr-get-version):
1327         Revert 2014-10-26 change.
1329 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
1331         Simplify use of current-time and friends.
1332         * allout-widgets.el (allout-widgets-hook-error-handler):
1333         * calendar/appt.el (appt-display-message):
1334         * calendar/icalendar.el (icalendar--convert-float-to-ical):
1335         * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
1336         (timeclock-last-period, timeclock-day-base):
1337         * eshell/em-ls.el (eshell-ls-file):
1338         * eshell/esh-util.el (eshell-parse-ange-ls):
1339         * generic-x.el (named-database-print-serial):
1340         * net/newst-backend.el (newsticker--get-news-by-url-callback)
1341         (newsticker-get-news, newsticker--sentinel-work)
1342         (newsticker--image-get, newsticker--image-sentinel):
1343         * net/tramp-sh.el (tramp-get-remote-touch):
1344         * progmodes/opascal.el (opascal-debug-log):
1345         * textmodes/remember.el (remember-mail-date)
1346         (remember-store-in-files):
1347         * vc/vc-annotate.el (vc-annotate-display-autoscale)
1348         (vc-default-annotate-current-time):
1349         * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
1350         * vc/vc-cvs.el (vc-cvs-annotate-current-time):
1351         * vc/vc-rcs.el (vc-rcs-annotate-current-time):
1352         Omit unnecessary call to current-time.
1353         * calendar/time-date.el (time-to-seconds) [!float-time]:
1354         * vc/vc-annotate.el (vc-annotate-convert-time):
1355         Use current time if arg is nil, to be compatible with float-time.
1356         (time-date--day-in-year): New function, with most of the guts of
1357         the old time-to-day-in-year.
1358         (time-to-day-in-year): Use it.
1359         (time-to-days): Use it, to avoid decoding the same time stamp twice.
1360         * calendar/timeclock.el (timeclock-time-to-date):
1361         Arg is now optional, like current-time-string.
1362         (timeclock-update-mode-line):
1363         Don't call current-time twice to get the current time stamp,
1364         as this can lead to inconsistent results.
1365         * completion.el (cmpl-hours-since-origin):
1366         * ido.el (ido-time-stamp):
1367         * vc/vc-annotate.el (vc-annotate-convert-time):
1368         Simplify by using float-time.
1369         * completion.el (save-completions-to-file):
1370         Rename local var to avoid confusion.
1371         * net/rcirc.el (rcirc-float-time): Simplify to an alias because
1372         time-to-seconds now behaves like float-time with respect to nil arg.
1373         * subr.el (progress-reporter-do-update):
1374         Don't call float-time unless needed.
1376 2014-10-29  Leo Liu  <sdl.web@gmail.com>
1378         * net/rcirc.el (rcirc-fill-column): Use function.
1379         (rcirc-markup-fill): Remove adjustment.
1381 2014-10-28  Christopher Schmidt  <ch@ristopher.com>
1383         * calc/calc.el (quick-calc):
1384         * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
1386 2014-10-28  Sam Steingold  <sds@gnu.org>
1388         * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
1389         the sake of `window-body-width' (in addition to `frame-width').
1391 2014-10-26  Eric S. Raymond  <esr@thyrsus.com>
1393         * version.el: Fix some fallback values to conform to the actual
1394         release number.
1396 2014-10-25  Eric S. Raymond  <esr@thyrsus.com>
1398         * Makefile.in: Change some production names so they're neutral
1399         about the repository type.
1401 2014-10-25  Michael Albinus  <michael.albinus@gmx.de>
1403         * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
1404         (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
1405         during initialization.  (Bug#18774)
1407 2014-10-25  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1409         * ses.el (macroexp): Add require for this package, so that
1410         function `ses--cell' gets macroexp-quote --- this change was
1411         supposed to be in my previous commit, but left out by mistake.
1412         (ses--cell): Do not make formula a macroexp-quote of value when
1413         value, not formula, is *skip*.
1415 2014-10-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1417         * ses.el (macroexp): Add require for this package, so that function
1418         `ses--cell gets macroexp-quote.
1419         (ses--cell): Makes formula a macroexp-quote of value when formula
1420         is nil. The rationale of this changr is to allow in the future
1421         shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
1422         instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
1423         reference list REFLIST would be re-computed after load --- thus
1424         trading off load time against file size.
1426         * emacs-lisp/package.el (package--alist-to-plist-args):
1427         Use macroexp-quote instead of a lambda expression which has the same
1428         content as macroexp-quote.
1429         (macroexp): Add require for this package, so that function
1430         `package--alist-to-plist-args' gets macroexp-quote.
1432         * emacs-lisp/macroexp.el (macroexp-quote): New defun.
1434 2014-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         * term/ns-win.el (ns-store-cut-buffer-internal)
1437         (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
1439 2014-10-24  Martin Rudalics  <rudalics@gmx.at>
1441         * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
1442         Calculate increment from last position instead of window edge.
1443         Add right- and bottom-divider bindings to transient map.
1445 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
1448         even if :predicate was nil, for the benefit of typep.
1449         Record the name of the predicate for typep's use.
1450         (cl--make-type-test): Use pcase.  Obey new
1451         cl-deftype-satisfies property.
1453         * epg.el: Use cl-defstruct.
1454         (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
1455         (epg-data-string): Define via cl-defstruct.
1456         (epg--gv-nreverse): New macro.
1457         (epg-context--make): New constructor (provided vi cl-defstruct).
1458         (epg-make-context): Rewrite using it.
1459         (epg-context-protocol, epg-context-program)
1460         (epg-context-home-directory, epg-context-armor, epg-context-textmode)
1461         (epg-context-include-certs, epg-context-cipher-algorithm)
1462         (epg-context-digest-algorithm, epg-context-compress-algorithm)
1463         (epg-context-passphrase-callback, epg-context-progress-callback)
1464         (epg-context-signers, epg-context-sig-notations, epg-context-process)
1465         (epg-context-output-file, epg-context-result, epg-context-operation)
1466         (epg-context-pinentry-mode): Define using cl-defstruct.
1467         (epg-context-set-protocol, epg-context-set-program)
1468         (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
1469         (epg-context-set-digest-algorithm)
1470         (epg-context-set-sig-notations, epg-context-set-process)
1471         (epg-context-set-output-file, epg-context-set-result)
1472         (epg-context-set-operation, epg-context-set-pinentry-mode)
1473         (epg-context-set-compress-algorithm): Remove.  Use setf instead.
1474         (epg-context-set-armor, epg-context-set-textmode)
1475         (epg-context-set-signers): Redefine using setf
1476         and declare as obsolete.
1477         (epg-context-set-passphrase-callback)
1478         (epg-context-set-progress-callback): Use setf.
1479         (epg-signature-notations): Rename from epg-sig-notations.
1480         (epg-make-signature, epg-signature-status, epg-signature-key-id)
1481         (epg-signature-validity, epg-signature-fingerprint)
1482         (epg-signature-creation-time, epg-signature-expiration-time)
1483         (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
1484         (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
1485         (epg-signature-set-status, epg-signature-set-key-id)
1486         (epg-signature-set-validity, epg-signature-set-fingerprint)
1487         (epg-signature-set-creation-time, epg-signature-set-expiration-time)
1488         (epg-signature-set-pubkey-algorithm)
1489         (epg-signature-set-digest-algorithm, epg-signature-set-class)
1490         (epg-signature-set-version, epg-signature-set-notations): Remove.
1491         Use setf instead.
1492         (epg-make-new-signature, epg-new-signature-type)
1493         (epg-new-signature-pubkey-algorithm)
1494         (epg-new-signature-digest-algorithm, epg-new-signature-class)
1495         (epg-new-signature-creation-time, epg-new-signature-fingerprint):
1496         Define using cl-defstruct.
1497         (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
1498         (epg-key-user-id-list): Define using cl-defstruct.
1499         (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
1500         Use setf instead.
1501         (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
1502         (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
1503         (epg-sub-key-id, epg-sub-key-creation-time)
1504         (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
1505         cl-defstruct.
1506         (epg-sub-key-set-fingerprint): Remove.  Use setf instead.
1507         (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
1508         (epg-user-id-signature-list): Define using cl-defstruct.
1509         (epg-user-id-set-signature-list): Remove.  Use setf instead.
1510         (epg-make-key-signature, epg-key-signature-validity)
1511         (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
1512         (epg-key-signature-creation-time, epg-key-signature-expiration-time)
1513         (epg-key-signature-user-id, epg-key-signature-class)
1514         (epg-key-signature-exportable-p): Define using cl-defstruct.
1515         (epg-make-sig-notation, epg-sig-notation-name)
1516         (epg-sig-notation-value, epg-sig-notation-human-readable)
1517         (epg-sig-notation-critical): Define using cl-defstruct.
1518         (epg-sig-notation-set-value): Remove.  Use setf instead.
1519         (epg-make-import-status, epg-import-status-fingerprint)
1520         (epg-import-status-reason, epg-import-status-new)
1521         (epg-import-status-user-id, epg-import-status-signature)
1522         (epg-import-status-sub-key, epg-import-status-secret): Define using
1523         cl-defstruct.
1524         (epg-make-import-result, epg-import-result-considered)
1525         (epg-import-result-no-user-id, epg-import-result-imported)
1526         (epg-import-result-imported-rsa, epg-import-result-unchanged)
1527         (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
1528         (epg-import-result-new-signatures, epg-import-result-new-revocations)
1529         (epg-import-result-secret-read, epg-import-result-secret-imported)
1530         (epg-import-result-secret-unchanged, epg-import-result-not-imported)
1531         (epg-import-result-imports): Define using cl-defstruct.
1533         * emacs-lisp/package.el: Require EPG during macroexpansion.
1534         (package--check-signature, package-import-keyring): Use setf instead of
1535         epg-context-set-home-directory.
1537 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
1541 2014-10-23  Leo Liu  <sdl.web@gmail.com>
1543         * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
1544         (cfengine3-create-imenu-index): Use it and use ` ' for separation.
1545         (cfengine3-current-defun): New function.
1546         (cfengine3-mode): Set add-log-current-defun-function.
1548 2014-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * select.el: Use lexical-binding.
1551         (gui-set-selection): Provide an implementation for non-GUI frames
1552         (bug#18791).
1553         * term/x-win.el: Use lexical-binding.
1554         (x-clipboard-yank): Fix up missed renamings.
1555         * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
1556         (w32--set-selection): Fix up var names.
1557         * term/pc-win.el: Use lexical-binding.
1558         (w16-selection-exists-p): Silence compiler warning.
1559         (w16-selection-owner-p): Fix up missed renamings.
1561         * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
1563         * frame.el (frame-notice-user-settings): Fix excessive quoting.
1565 2014-10-22  Tassilo Horn  <tsdh@gnu.org>
1567         * doc-view.el (doc-view-open-text): View the document's plain text
1568         in the current buffer instead of a new one.
1569         (doc-view-toggle-display): Handle the case where the current
1570         buffer contains the plain text contents of the document.
1571         (doc-view-initiate-display): Don't switch to fallback mode if the
1572         user wants to view the doc's plain text.
1573         (doc-view-set-doc-type): Use assoc-string instead of
1574         assoc-ignore-case.
1576 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1578         * subr.el (read-key): Fix clicks on the mode-line.
1579         (set-transient-map): Return exit function.
1581         * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
1582         (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
1583         (mouse-yank-secondary): Use gui-get-selection.
1584         (mouse--down-1-maybe-follows-link): Use read-key.
1586         * xt-mouse.el: Add `event-kind' property on the fly from
1587         xterm-mouse-translate-1 rather than statically at the outset.
1589 2014-10-21  Daniel Colascione  <dancol@dancol.org>
1591         * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
1592         change window configuration when we turn it off.
1594 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1596         Get rid of backend-dependent selection-handling functions for kill/yank
1597         and make it generic instead by relying on the lower-level selection
1598         management functions.
1600         * select.el (select-enable-clipboard): Rename from
1601         gui-select-enable-clipboard.
1602         (select-enable-primary): Move from x-win.el and rename from
1603         x-select-enable-primary.
1604         (gui-last-selected-text): Remove.
1605         (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
1606         New vars.
1607         (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
1608         (gui-select-text-alist, gui-selection-value-alist): Remove.
1609         (x-select-request-type): Move from x-win.el.
1610         (gui--selection-value-internal): New function, taken from x-win's
1611         x-selection-value-internal.
1612         (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
1613         (gui-set-selection-alist): Rename from gui-own-selection-alist and
1614         extend it to handle a nil value as a "disown" request.
1615         (gui-disown-selection-alist): Remove.
1616         (xselect-convert-to-delete): Adjust accordingly.
1617         (gui-set-selection): Simplify accordingly as well.  Use dotimes.
1619         * term/x-win.el (x-last-selected-text-primary)
1620         (x-select-enable-primary): Remove (moved to select.el).
1621         (x-select-request-type): Move to select.el.
1622         (x-selection-value-internal, x--selection-value): Remove functions.
1623         (gui-selection-value, gui-select-text): Remove moethods.
1624         (gui-set-selection): Merge own and disown methods.
1626         * term/w32-win.el (w32--select-text, w32--get-selection-value):
1627         Delete function (move functionality into w32--set-selection and
1628         w32--get-selection).
1629         (gui-select-text, gui-selection-value): Don't define methods.
1630         (w32--set-selection, w32--get-selection, w32--selection-owner-p):
1631         New functions.
1632         (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
1633         Use them.
1634         (gui-selection-exists-p): Adjust to new name of C primitive.
1636         * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
1637         test of gui-select-enable-clipboard, to make it usable as
1638         a gui-get-selection method.
1639         (gui-selection-exists-p): Adjust to new name of C primitive.
1640         (gui-set-selection): Merge own and disown methods.
1641         (gui-select-text, gui-selection-value): Delete methods.
1642         (w16--select-text): Delete function.
1644         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
1645         (ns-selection-value): Remove functions.
1646         (gui-select-text, gui-selection-value): Don't define method any more.
1647         (gui-set-selection): Merge the old own and disown methods.
1648         (gui-selection-exists-p, gui-get-selection): Adjust to new name of
1649         underlying C primitive.
1651         * startup.el (command-line): Adjust now that `gui-method' expects nil
1652         for ttys.
1654         * frame.el (gui-method): Use window-system rather than framep.
1655         (gui-method-declare): The tty case is now nil rather than t.
1656         (make-frame): Adjust accordingly.
1658 2014-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1660         * net/newst-reader.el (newsticker--image-read): Simplify.
1661         (newsticker--icon-read): Use dolist and fix free var error.
1663         * imenu.el (imenu--menubar-keymap): New var.
1664         (imenu-add-to-menubar): Set it to remember the keymap we used.
1665         (imenu-update-menubar): Use it instead of asking lookup-key.
1667         * obsolete/cc-compat.el: Make obsolete (bug#18561).
1669         * epg-config.el (epg-gpg-program): Don't use absolute names by default.
1671         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1672         case (bug#18767).
1674 2014-10-21  Glenn Morris  <rgm@gnu.org>
1676         * Merge in all changes up to version 24.4 release.
1678 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1680         * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
1681         case (bug#18767).
1683 2014-10-20  Glenn Morris  <rgm@gnu.org>
1685         * Merge in all changes up to 24.4 release.
1687 2014-10-20  Ulf Jasper  <ulf.jasper@web.de>
1689         * net/newst-backend.el
1690         (newsticker--image-download-by-url-callback): Make this function
1691         actually work: Check status properly, then save image.
1693 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1695         * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
1696         `this-event'.
1697         (mouse-drag-line): Unless there's no actual mouse, use the event's
1698         position info.
1700 2014-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * textmodes/css-mode.el (scss-mode): New major-mode.
1703         (css-mode-syntax-table): Use d style comment, to ease the scss case.
1704         (css-ident-re): Allow things like @-moz-keyframes.
1705         (scss--hash-re): New const.
1706         (css--font-lock-keywords): New function, extracted from
1707         css-font-lock-keywords.
1709 2014-10-19  Ulf Jasper  <ulf.jasper@web.de>
1711         * net/newst-backend.el: Require url-parse.
1712         (newsticker--get-news-by-wget): Store feed name as process property.
1713         (newsticker--sentinel): Read feed name from process property.
1714         (newsticker--sentinel-work): Rename argument name to feed-name.
1715         Rename variable imageurl to image-url.  Pick icon url from Atom
1716         1.0 data.  Launch download of feed icon.
1717         (newsticker--get-icon-url-atom-1.0): New.
1718         (newsticker--unxml)
1719         (newsticker--unxml-node)
1720         (newsticker--unxml-attribute): Documentation.
1721         (newsticker--icons-dir): New.
1722         (newsticker--image-get): New arguments FILENAME and DIRECTORY.
1723         Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
1724         (newsticker--image-download-by-wget): New.  Use process properties
1725         for storing informations.
1726         (newsticker--image-sentinel): Read informations from process properties.
1727         (newsticker--image-save)
1728         (newsticker--image-remove)
1729         (newsticker--image-download-by-url)
1730         (newsticker--image-download-by-url-callback): New.
1731         (newsticker-opml-export): Handle url list entries containing a
1732         function instead of an url string.
1734         * net/newst-reader.el (newsticker-html-renderer): Whitespace.
1735         (newsticker--print-extra-elements)
1736         (newsticker--do-print-extra-element):
1737         Documentation (newsticker--image-read): Optionally limit image height.
1738         Use imagemagick if possible.
1739         (newsticker--icon-read): New.
1741         * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
1742         (newsticker--treeview-tree-expand): Use feed icons in treeview.
1743         (newsticker--tree-widget-icon-create): New.  Set the tree widget icon.
1744         (newsticker--tree-widget-leaf-icon): Use feed icon.
1746 2014-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
1749         Use help-function-arglist instead.
1751         * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
1752         (eieio--with-scoped-class): Use `declare'.
1753         (eieio-defclass): Remove compatibility code.
1754         (no-method-definition, no-next-method, inconsistent-class-hierarchy)
1755         (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
1757 2014-10-18  Jan Djärv  <jan.h.d@swipnet.se>
1759         * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
1761         * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
1762         replacements to stock names before stock names in a list.
1763         Cdr may be a list, each name is tried in turn until one is found.
1765 2014-10-18  Alan Mackenzie  <acm@muc.de>
1767         Check that a "macro" found near point-min isn't a ## operator.
1768         Fixes bug #18749.
1769         * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
1770         (c-beginning-of-macro): Use the above new function.
1772 2014-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1774         * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
1775         correct data to `gnutls-boot' (Bug#18664).
1776         Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
1778 2014-10-18  Michal Nazarewicz  <mina86@mina86.com>
1780         * whitespace.el (whitespace-style, whitespace-big-indent)
1781         (whitespace-big-indent-regexp, whitespace-style-value-list)
1782         (whitespace-toggle-option-alist, whitespace-interactive-char)
1783         (whitespace-toggle-options)
1784         (global-whitespace-toggle-options, whitespace-help-text)
1785         (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
1786         style to `whitespace-mode' to indicate that the line indentation
1787         is too deep.  By default, 32 SPACEs or four TABs are considered
1788         too many but `whitespace-big-indent-regexp' can be configured.
1790 2014-10-17  Michal Nazarewicz  <mina86@mina86.com>
1792         * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
1793         tildify-mode-alist.
1795 2014-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1797         * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
1798         (defclass, defgeneric, defmethod): Add doc-string position.
1799         (with-slots): Require cl-lib.
1801         * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
1802         (list-of): New type.
1803         (eieio--typep): Remove.
1804         (eieio-perform-slot-validation): Use cl-typep instead.
1806         * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
1808         * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
1810 2014-10-16  Alan Mackenzie  <acm@muc.de>
1812         Trigger showing when point is in the "periphery" of a line or just
1813         inside a paren.
1814         * paren.el (show-paren-style, show-paren-delay)
1815         (show-paren-priority, show-paren-ring-bell-on-mismatch):
1816         Remove superfluous :group specifications.
1817         (show-paren-when-point-inside-paren)
1818         (show-paren-when-point-in-periphery): New customizable variables.
1819         (show-paren-highlight-openparen): Make into a defcustom.
1820         (show-paren--unescaped-p, show-paren--categorize-paren)
1821         (show-paren--locate-near-paren): New defuns.
1822         (show-paren--default): Refaactor and trigger on more paren
1823         positions.
1824         (show-paren-function): Small consequential changes.
1826 2014-10-16  Tom Tromey  <tom@tromey.com>
1828         * files.el (auto-mode-alist): Use javascript-mode for .jsm
1829         (bug #18719).
1831 2014-10-16  Eli Zaretskii  <eliz@gnu.org>
1833         * international/characters.el (bracket-type): Force pre-loading of
1834         uni-brackets.el.
1836 2014-10-16  Alan Mackenzie  <acm@muc.de>
1838         * cus-edit.el (custom-command-apply): Specify the return value in
1839         the doc string.
1840         (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
1841         custom-command-apply has returned non-nil.
1843 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1845         * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
1846         Remove incorrect handling of eldoc-print-after-edit.
1847         (eldoc-message-commands, eldoc-last-data): Use defvar.
1848         * loadup.el (emacs-lisp/eldoc): Load it.
1850         * progmodes/m4-mode.el (m4-syntax-propertize): New var.
1851         (m4-mode): Use it.
1852         (m4--quoted-p): New function.
1853         (m4-font-lock-keywords): Don't handle #..\n comments any more.
1854         (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
1855         for most special characters.
1857         * progmodes/compile.el (compilation--previous-directory): Simplify.
1858         (compilation-next-error): Ensure the parse before we look at
1859         compilation-message property.
1861 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
1863         * simple.el (what-cursor-position):
1864         * descr-text.el (describe-char): Update to support the new bidi
1865         characters.
1867         * emacs-lisp/tabulated-list.el (tabulated-list-mode):
1868         Force bidi-paragraph-direction to 'left-to-right'.  This fixes
1869         buffer-menu display when the first buffer happens to start with
1870         R2L letter.
1872 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1874         * progmodes/elisp-mode.el (elisp--local-variables-1):
1875         Handle quoted expressions (bug#18688).
1877 2014-10-14  Jérémy Compostella  <jeremy.compostella@intel.com>
1878             Michael Albinus  <michael.albinus@gmx.de>
1880         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1881         Reduce the amount of set environment variable commands.
1883 2014-10-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1885         Fix import completion.  (Bug#18582)
1886         * progmodes/python.el (python-shell-completion-get-completions):
1887         Fix import case regexp.
1889 2014-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1891         * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
1892         (bug#18622).  Reported by Arni Magnusson <arnima@hafro.is>.
1893         * progmodes/prolog.el (prolog-electric--underscore): Same.
1895 2014-10-12  Michael Albinus  <michael.albinus@gmx.de>
1897         * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
1899 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
1901         * cus-start.el (all): Add missing ns and boolean to
1902         ns-use-fullscreen-animation.
1904 2014-10-11  Leo Liu  <sdl.web@gmail.com>
1906         * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
1907         Use strings.
1908         (cfengine3-create-imenu-index): New function.
1909         (cfengine3-mode): Use it for `imenu-create-index-function'.
1910         (cfengine-auto-mode): Improve and prefer cfengine3-mode when
1911         buffer is empty.
1913 2014-10-11  Jan Djärv  <jan.h.d@swipnet.se>
1915         * cus-start.el (all): Add ns-use-fullscreen-animation.
1917 2014-10-11  Glenn Morris  <rgm@gnu.org>
1919         * calendar/diary-lib.el (diary-display-function):
1920         Drop support for deprecated nil and list forms.
1921         (diary-list-entries): Update for the above.
1922         * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
1924 2014-10-10  Leo Liu  <sdl.web@gmail.com>
1926         * window.el (temp-buffer-window-show): Make BUFFER a required arg.
1927         (Bug#18656)
1929 2014-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1931         * select.el (gui-selection-exists-p-alist): New method.
1932         * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
1933         * simple.el (deactivate-mark): Use it.
1934         * term/x-win.el (gui-selection-exists-p):
1935         * term/w32-win.el (gui-selection-exists-p):
1936         * term/pc-win.el (gui-selection-exists-p):
1937         * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
1939 2014-10-10  Glenn Morris  <rgm@gnu.org>
1941         * info.el (Info-fontify-maximum-menu-size): Bump to 400k.  (Bug#16227)
1942         Fix :type.  Allow t to mean no limit.
1943         (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
1945 2014-10-09  Glenn Morris  <rgm@gnu.org>
1947         * frame.el (display-monitor-attributes-list): Doc tweaks.
1949 2014-10-09  Eli Zaretskii  <eliz@gnu.org>
1951         * faces.el (display-grayscale-p): Mention in the doc string that
1952         the argument can be either a display name or a frame.
1954         * frame.el (display-pixel-height, display-pixel-width)
1955         (display-mm-height, display-mm-width, display-backing-store)
1956         (display-save-under, display-planes, display-color-cells)
1957         (display-visual-class, display-monitor-attributes-list)
1958         (display-screens): Mention in the doc string that the argument can
1959         be either a display name or a frame.  Improve the docs of the
1960         monitor attributes.  (Bug#18636)
1962 2014-10-09  Martin Rudalics  <rudalics@gmx.at>
1964         * term.el (term-window-width): Subtract 1 from the width when
1965         any fringe has zero width, not just the right fringe.  (Bug#18601)
1967 2014-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1969         * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
1971 2014-10-08  Leo Liu  <sdl.web@gmail.com>
1973         * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
1975 2014-10-08  Glenn Morris  <rgm@gnu.org>
1977         * calendar/cal-x.el (calendar-dedicate-diary):
1978         Drop support for recently deleted aliases.
1980 2014-10-08  Leo Liu  <sdl.web@gmail.com>
1982         * progmodes/cfengine.el (cfengine3-make-syntax-cache):
1983         Always return a syntax.  Replace call-process-shell-command with
1984         process-file.  Ensure cfengine-mode-syntax-functions-regex is
1985         always set.  Ensure cache when cfengine-cf-promises fails.
1986         (Bug#18620)
1988 2014-10-07  Glenn Morris  <rgm@gnu.org>
1990         * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
1992 2014-10-07  Wilson Snyder  <wsnyder@wsnyder.org>
1994         Sync with upstream verilog-mode revision c075a492.
1995         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1996         (verilog-menu): Add AUTOINSERTLAST.
1997         (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
1998         is nil, fix indenting initial/final to match always statements, bug825.
1999         Reported by Tim Clapp.
2000         (verilog-extended-complete-re): Fix indentation of DPI-C imports,
2001         bug557.  Reported by ZeDong Mao and Jason Forkey.
2002         (verilog-read-decls): Fix parsing typed interfaces.
2003         Fix AUTOINOUTMODPORT missing types.  Reported by Stephan Bourduas.
2004         (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
2005         (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
2006         Reported by Pierre-David Pfister.
2007         (verilog-auto-insert-lisp): Doc fix.
2008         (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
2009         allow post-AUTO user fixups, bug826.  Reported by Dennis Muhlestein.
2010         (verilog-sk-ovm-class, verilog-sk-uvm-object)
2011         (verilog-sk-uvm-component): Fix missing string keyword in class
2012         skeletons, bug824.  Reported by eldad faruhi.
2014 2014-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * term/w32-win.el: Move all code from 32-common-fns.el here.
2017         (gui-select-text, gui-selection-value): Use w32 handlers in the w32
2018         console as well (bug#18629).
2019         * w32-common-fns.el: Remove.
2020         * loadup.el: Don't load w32-common-fns.el.
2021         * w32-fns.elc: Don't require w32-common-fns.
2023         * icomplete.el: Move Iswitchb autoload here.  Much simpler.
2024         * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
2025         Remove redundant obsolescence thingy.
2026         * loadup.el: Don't load obsolete/loaddefs.el.
2027         * Makefile.in (obsolete-autoloads): Remove.
2028         (AUTOGENEL): Remove obsolete/loaddefs.el.
2030 2014-10-06  Glenn Morris  <rgm@gnu.org>
2032         * Makefile.in (obsolete-autoloads): Write to a separate file,
2033         to workaround autoloads bug.  (Bug#17407)
2034         (AUTOGENEL): Add obsolete/loaddefs.el.
2035         * loadup.el: Load obsolete/loaddefs.el if present.
2036         * subr.el (do-after-load-evaluation):
2037         Don't warn about obsolete/loaddefs.el.
2039         * menu-bar.el (menu-bar-games-menu): Remove landmark.
2040         It has zero relationship to a game.
2042 2014-10-06  Leo Liu  <sdl.web@gmail.com>
2044         * imenu.el (imenu): Re-write for clarity.
2046 2014-10-06  Glenn Morris  <rgm@gnu.org>
2048         Remove calendar code obsolete since at least version 23.1.
2049         * calendar/cal-bahai.el (calendar-absolute-from-bahai)
2050         (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
2051         (calendar-goto-bahai-date, list-bahai-diary-entries)
2052         (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
2053         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
2054         (insert-yearly-bahai-diary-entry):
2055         * calendar/cal-china.el (chinese-calendar-time-zone)
2056         (chinese-calendar-location-name)
2057         (chinese-calendar-daylight-time-offset)
2058         (chinese-calendar-standard-time-zone-name)
2059         (chinese-calendar-daylight-time-zone-name)
2060         (chinese-calendar-daylight-savings-starts)
2061         (chinese-calendar-daylight-savings-ends)
2062         (chinese-calendar-daylight-savings-starts-time)
2063         (chinese-calendar-daylight-savings-ends-time)
2064         (chinese-calendar-celestial-stem)
2065         (chinese-calendar-terrestrial-branch)
2066         (calendar-absolute-from-chinese, calendar-print-chinese-date)
2067         (calendar-goto-chinese-date):
2068         * calendar/cal-coptic.el (calendar-absolute-from-coptic)
2069         (calendar-print-coptic-date, coptic-prompt-for-date)
2070         (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
2071         (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
2072         * calendar/cal-french.el (calendar-absolute-from-french)
2073         (calendar-print-french-date, calendar-goto-french-date):
2074         * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
2075         (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
2076         (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
2077         (holiday-rosh-hashanah-etc, holiday-hanukkah)
2078         (holiday-passover-etc, holiday-tisha-b-av-etc)
2079         (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
2080         (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
2081         (insert-monthly-hebrew-diary-entry)
2082         (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
2083         (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
2084         (diary-sabbath-candles):
2085         * calendar/cal-islam.el (calendar-absolute-from-islamic)
2086         (calendar-print-islamic-date, calendar-goto-islamic-date)
2087         (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
2088         (mark-islamic-diary-entries, insert-islamic-diary-entry)
2089         (insert-monthly-islamic-diary-entry)
2090         (insert-yearly-islamic-diary-entry):
2091         * calendar/cal-iso.el (calendar-absolute-from-iso)
2092         (calendar-print-iso-date, calendar-iso-read-args)
2093         (calendar-goto-iso-date, calendar-goto-iso-week):
2094         * calendar/cal-julian.el (calendar-absolute-from-julian)
2095         (calendar-print-julian-date, calendar-goto-julian-date)
2096         (calendar-absolute-from-astro, calendar-print-astro-day-number)
2097         (calendar-goto-astro-day-number):
2098         * calendar/cal-mayan.el (calendar-print-mayan-date)
2099         (calendar-next-haab-date, calendar-previous-haab-date)
2100         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
2101         (calendar-next-calendar-round-date)
2102         (calendar-previous-calendar-round-date)
2103         (calendar-absolute-from-mayan-long-count)
2104         (calendar-goto-mayan-long-count-date):
2105         * calendar/cal-move.el (scroll-calendar-left)
2106         (scroll-calendar-right, scroll-calendar-left-three-months)
2107         (scroll-calendar-right-three-months):
2108         * calendar/cal-persia.el (calendar-absolute-from-persian)
2109         (calendar-print-persian-date, persian-prompt-for-date)
2110         (calendar-goto-persian-date):
2111         * calendar/cal-x.el (calendar-after-frame-setup-hooks):
2112         * calendar/calendar.el (view-diary-entries-initially)
2113         (mark-diary-entries-in-calendar, calendar-today-face)
2114         (diary-face, holiday-face, view-calendar-holidays-initially)
2115         (mark-holidays-in-calendar, initial-calendar-window-hook)
2116         (today-visible-calendar-hook, today-invisible-calendar-hook)
2117         (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
2118         (bahai-diary-entry-symbol, american-date-diary-pattern)
2119         (european-date-diary-pattern, european-calendar-display-form)
2120         (american-calendar-display-form, holidays-in-diary-buffer)
2121         (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
2122         (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
2123         (fancy-diary-buffer, increment-calendar-month)
2124         (extract-calendar-month, extract-calendar-day)
2125         (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
2126         (mark-visible-calendar-date, calendar-version):
2127         * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
2128         (diary-display-hook, list-diary-entries-hook)
2129         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
2130         (nongregorian-diary-marking-hook, print-diary-entries-hook)
2131         (abbreviated-calendar-year, number-of-diary-entries)
2132         (view-other-diary-entries, add-to-diary-list)
2133         (include-other-diary-files, simple-diary-display)
2134         (fancy-diary-display, print-diary-entries, mark-diary-entries)
2135         (mark-sexp-diary-entries, mark-included-diary-files)
2136         (mark-calendar-days-named, mark-calendar-month)
2137         (mark-calendar-date-pattern, sort-diary-entries)
2138         (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
2139         (insert-weekly-diary-entry, insert-monthly-diary-entry)
2140         (insert-yearly-diary-entry, insert-anniversary-diary-entry)
2141         (insert-block-diary-entry, insert-cyclic-diary-entry)
2142         (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
2143         * calendar/holidays.el (general-holidays, oriental-holidays)
2144         (local-holidays, other-holidays, hebrew-holidays)
2145         (christian-holidays, islamic-holidays, bahai-holidays)
2146         (solar-holidays, list-calendar-holidays)
2147         (check-calendar-holidays, mark-calendar-holidays)
2148         (filter-visible-calendar-holidays):
2149         * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
2150         (diary-phases-of-moon): Remove obsolete aliases.
2151         * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
2152         * calendar/cal-x.el (calendar-one-frame-setup)
2153         (calendar-only-one-frame-setup, calendar-two-frame-setup):
2154         Remove obsolete functions.
2155         (cal-x-load-hook): Remove obsolete hook.
2156         * calendar/calendar.el (european-calendar-style):
2157         Remove obsolete variable.
2158         (calendar-date-style): No longer consult european-calendar-style.
2159         * calendar/calendar.el (european-calendar, american-calendar):
2160         Remove obsolete commands.
2161         * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
2162         * calendar/diary-lib.el (diary-face): Remove obsolete variable.
2163         (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
2164         Use the face `diary' instead of the variable `diary-face'.
2165         * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
2166         (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
2167         * calendar/icalendar.el (icalendar--date-style): Remove function.
2168         Replace all uses with calendar-date-style.
2169         * textmodes/remember.el (calendar-date-style): Declare.
2170         (remember-diary-convert-entry):
2171         No longer consult european-calendar-style.
2173 2014-10-05  Leo Liu  <sdl.web@gmail.com>
2175         * imenu.el (imenu-default-goto-function): Fix typo.
2177 2014-10-04  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
2179         * net/ntlm.el (ntlm-build-auth-request):
2180         Add NTLM2 Session support.  (Bug#15603)
2182 2014-10-04  Glenn Morris  <rgm@gnu.org>
2184         * apropos.el (apropos-symbols-internal):
2185         Avoid error with non-symbol properties.  (Bug#18337#16)
2187         * startup.el (command-line):
2188         Handle altered user-emacs-directory in load-path warning.  (Bug#18512)
2190 2014-10-04  Martin Rudalics  <rudalics@gmx.at>
2192         * window.el (window-full-height-p): Make it behave correctly for
2193         minibuffer window.
2194         (window-current-scroll-bars): Fix code.
2195         (fit-frame-to-buffer): Use window-scroll-bar-height instead of
2196         window-scroll-bars.
2197         * frame.el (frame-current-scroll-bars): Fix doc-string.
2198         * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
2200 2014-10-04  Mark Oteiza  <mvoteiza@udel.edu>  (tiny change)
2202         * files.el (auto-mode-alist): Use sh-mode for .zsh files.  (Bug#18488)
2204 2014-10-04  Glenn Morris  <rgm@gnu.org>
2206         * frame.el (frame-monitor-attributes)
2207         (display-monitor-attributes-list): Doc fixes.
2209 2014-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2211         Merge trivially safe differences from standalone CC-mode.
2212         * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
2213         just to then pass it to `symbol-value'.
2214         (prog-mode): Provide fallback definition, if needed.
2215         * progmodes/cc-langs.el: Always load `cl'.  Don't load `cl-lib'.
2216         Remove "cl-" prefix accordingly.
2217         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
2218         characterp depending on the type of characters.
2219         (c-font-lock-enum-tail): Remove unused var `start'.
2220         * progmodes/cc-engine.el: Load CL at compile-time.
2221         (c-declare-lang-variables): Use mapcan.
2222         (c-append-to-state-cache): Remove unused var `ce+1'.
2223         (c-parse-state-state): Make buffer-local.
2224         (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
2225         (c-just-after-func-arglist-p): Remove unused var `end'.
2226         * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
2227         (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
2228         (c-make-keywords-re): Use delete-dups.
2229         (c-get-current-file): Avoid file-name-base.
2230         * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
2231         `close-paren-inserted'.
2232         * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
2234         * progmodes/python.el: Avoid building unneeded markers.
2235         (python-font-lock-keywords, python-indent-dedent-line)
2236         (python-fill-paren, python-shell-completion-complete-or-indent):
2237         Prefer point over point-marker.
2238         (inferior-python-mode): Remove redundant completion settings.
2240 2014-10-03  Dmitry Gutov  <dgutov@yandex.ru>
2242         * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
2243         (vc-svn-ignore): Use it.  (Bug#18619)
2245 2014-10-03  Martin Rudalics  <rudalics@gmx.at>
2247         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
2248         In doc-string mention need to set `frame-resize-pixelwise'.
2250 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2252         * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
2253         similarly to Rogers's 2010-06-16 change for the remote case
2254         (bug#18605).
2256 2014-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2258         New gui-selection-value consolidating x-selection-value.
2259         * select.el (gui-selection-value-alist): New method.
2260         (gui-selection-value): New function.
2261         (x-selection-value): Make it an obsolete alias.
2262         * simple.el (interprogram-paste-function): Default to
2263         gui-selection-value.
2264         * w32-common-fns.el (w32-get-selection-value): Simplify.
2265         (x-selection-value): Remove alias.
2266         (interprogram-paste-function): Don't set.
2267         (gui-selection-value): Define for w32.
2268         * term/x-win.el (gui-selection-value): Define for x.
2269         (x--selection-value): Rename from x--selection-value.
2270         (interprogram-paste-function): Don't set.
2271         * term/pc-win.el (w16-get-selection-value): Simplify.
2272         (msdos-initialize-window-system): Don't set
2273         interprogram-paste-function.
2274         (gui-selection-value): Define for pc.
2275         * term/ns-win.el (x-selection-value): Remove.
2276         (gui-selection-value): Define for ns, instead.
2277         * term/common-win.el (x-setup-function-keys): Don't set
2278         interprogram-paste-function.
2279         * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
2280         Use gui-selection-value.
2282 2014-10-02  David Raynes  <rayners@gmail.com>  (tiny change)
2284         * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
2286 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2288         * obsolete/lucid.el (read-number): Remove, redundant.
2289         * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
2290         Remove, broken.
2292 2014-10-02  Glenn Morris  <rgm@gnu.org>
2294         * emacs-lisp/package.el (package-import-keyring):
2295         Create gnupg directory private.  (Bug#17625#155)
2297 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2299         * progmodes/python.el (python-shell-completion-get-completions):
2300         Use python-shell--prompt-calculated-input-regexp from the
2301         process buffer (bug#18582).
2302         Don't assume that `line' comes from the process buffer.
2304 2014-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * frame.el: Use lexical-binding (bug#18598).
2307         (make-frame): Use t rather than nil for tty's window-system.
2308         * startup.el (command-line): Use gui-method.
2310         Consolidate management/ownership of selections.
2311         * select.el (gui-get-selection-alist): New method.
2312         (gui-get-selection): Use it.  Rename from x-get-selection.
2313         (x-get-selection): Define as obsolete alias.
2314         (x-get-clipboard): Mark obsolete.
2315         (gui-get-primary-selection): New function.
2316         (x-get-selection-value): Mark obsolete.
2317         (gui-own-selection-alist, gui-disown-selection-alist)
2318         (gui-selection-owner-p-alist): New methods.
2319         (gui-set-selection): Use them.  Rename from x-set-selection.
2320         (x-set-selection): Define as obsolete alias.
2321         (gui--valid-simple-selection-p): Rename from
2322         x-valid-simple-selection-p.
2323         * w32-common-fns.el (gui-own-selection, gui-disown-selection)
2324         (gui-selection-owner-p, gui-get-selection): Define for w32.
2325         (w32-get-selection-value): Rename from x-get-selection-value.
2326         Use the new gui-last-selected-text.
2327         * term/x-win.el (x-get-selection-value): Remove.
2328         (x-clipboard-yank): Declare obsolete.
2329         (gui-own-selection, gui-disown-selection, gui-get-selection)
2330         (gui-selection-owner-p): Define for x.
2331         * term/w32-win.el (w32-win-suspend-error): Rename from
2332         x-win-suspend-error.
2333         * term/pc-win.el (w16-get-selection-value): Rename from
2334         x-get-selection-value.
2335         (w16-selection-owner-p): Rename from x-selection-owner-p.
2336         (gui-own-selection, gui-disown-selection, gui-get-selection)
2337         (gui-selection-owner-p): Define for pc.
2338         (w16--select-text): New function.
2339         * term/ns-win.el (gui-own-selection, gui-disown-selection)
2340         (gui-get-selection, gui-selection-owner-p): Define for ns.
2341         * term.el (term-mouse-paste):
2342         * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
2344 2014-10-02  H. Dieter Wilhelm  <dieter@duenenhof-wilhelm.de>
2346         * calc/calc-help.el (calc-describe-thing): Quote strings
2347         which could look like regexps.
2349 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2351         Consolidate x-select-text.
2352         * frame.el (gui-method, gui-method-define, gui-method-declare)
2353         (gui-call): New macros.
2354         (gui-method--name): New function.
2355         (frame-creation-function-alist): Use gui-method-declare.
2356         (make-frame): Use gui-method.
2357         * select.el (gui-select-enable-clipboard): Rename from
2358         x-select-enable-clipboard and move here.
2359         (x-select-enable-clipboard): Define as obsolete alias.
2360         (gui-last-selected-text): New var, to replace x-last-selected-text.
2361         (gui-select-text): New GUI method.
2362         (gui-select-text): New function.
2363         (x-select-text): Define as obsolete alias.
2364         * term/common-win.el (x-select-enable-clipboard, x-select-text):
2365         Move to select.el.
2366         * simple.el (interprogram-cut-function): Change default to
2367         x-select-text.
2368         (interprogram-paste-function): Change default to `ignore'.
2369         * w32-common-fns.el (interprogram-cut-function): Don't modify.
2370         * term/x-win.el (interprogram-cut-function): Don't modify.
2371         (gui-select-text): Add method for x.
2372         * term/w32-win.el (gui-select-text): Add method for w32.
2373         * term/pc-win.el (x-last-selected-text): Remove, use
2374         gui-last-selected-text instead.
2375         (msdos-initialize-window-system): Don't set interprogram-cut-function.
2376         (gui-select-text): Add method for pc.
2377         * term/ns-win.el (ns-last-selected-text): Remove, use
2378         gui-last-selected-text instead.
2379         (gui-select-text): Add method for ns.
2380         (x-setup-function-keys): Don't change interprogram-cut-function.
2381         * loadup.el ("startup"): Load after "frame".
2382         * subr.el (package--builtin-versions, package--description-file):
2383         Move from startup.el.
2384         * startup.el (package--builtin-versions, package--description-file):
2385         Move to subr.el.
2386         (handle-args-function-alist, window-system-initialization-alist):
2387         Use gui-method-declare.
2388         (command-line): Use gui-method.
2390 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2392         * subr.el (alist-get): New accessor.
2393         * emacs-lisp/gv.el (alist-get): Provide expander.
2394         * winner.el (winner-remember):
2395         * tempo.el (tempo-use-tag-list):
2396         * progmodes/gud.el (minor-mode-map-alist):
2397         * international/mule-cmds.el (define-char-code-property):
2398         * frameset.el (frameset-filter-params):
2399         * files.el (dir-locals-set-class-variables):
2400         * register.el (get-register, set-register):
2401         * calc/calc-yank.el (calc-set-register): Use it.
2402         * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
2403         * tooltip.el (tooltip-set-param): Mark as obsolete.
2404         (tooltip-show): Use alist-get instead.
2405         * ses.el (ses--alist-get): Remove.  Use alist-get instead.
2407 2014-10-01  Ulf Jasper  <ulf.jasper@web.de>
2409         * net/newst-backend.el: Remove Time-stamp.  Rename variable
2410         `newsticker--download-logos' to `newsticker-download-logos' and
2411         make it customizable.
2412         (newsticker--sentinel-work): Move xml-workarounds to function
2413         `newsticker--do-xml-workarounds', call unless libxml-parser is
2414         used.  Allow single quote in regexp for encoding.
2415         Use libxml-parser if available, else fall back to `xml-parse-region'.
2416         Take care of possibly missing namespace prefixes (like "RDF"
2417         instead of "rdf:RDF") when checking xml nodes and attributes (as
2418         libxml correctly removes the prefixes).  Always use Atom 1.0 as
2419         fallback feed type.  Rename `newsticker--download-logos' to
2420         `newsticker-download-logos'
2421         (newsticker--unxml, newsticker--unxml-node)
2422         (newsticker--unxml-attribute): New.
2423         (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
2424         HTML code has become part of the xml parse tree.
2425         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
2426         of possibly missing namespace prefixes.
2427         (newsticker--parse-generic-items): Code formatting. Typo.
2428         (newsticker--images-dir): Add trailing slash.
2429         (newsticker--image-get): Fix error message.
2431         * net/newst-plainview.el: Remove Time-stamp.
2433         * net/newst-reader.el: Remove Time-stamp.
2434         (newsticker-download-logos): Rename variable
2435         `newsticker--download-logos' to `newsticker-download-logos' and
2436         make it customizable.
2437         (newsticker--print-extra-elements): Add optional parameter
2438         'htmlish for using html markup.  Amend list of ignored elements.
2439         (newsticker--do-print-extra-element): Add parameter 'htmlish for
2440         using html markup.
2442         * net/newst-ticker.el: Remove Time-stamp.
2444         * net/newst-treeview.el (newsticker--treeview-item-show): Use html
2445         for formatting extra elements.
2447         * net/newsticker.el:  Remove Time-stamp, Version.
2448         (newsticker-version): Make obsolete.
2450 2014-09-30  Leonardo Nobrega  <leonobr@gmail.com>  (tiny change)
2452         * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
2453         (bug#18462).
2455 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2457         * emacs-lisp/package.el (package-check-signature): Default to nil if
2458         GPG is not available.
2459         (package-refresh-contents): Don't mess with the keyring if we won't
2460         check the signatures anyway.
2462 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2464         * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
2465         (ses-center, ses-center-span): Use them.
2466         (ses-print-cell): Bind them while calling the printer.
2467         (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
2468         (ses-dorange): Revert last change.
2469         (ses-calculate-cell): Don't bind row&col dynamically while evaluating
2470         the formula.
2471         (ses-set-cell): Avoid `eval'.
2472         (ses--time-check): Rename it from ses-time-check and turn it into
2473         a macro.
2475         * ses.el (ses-setup): Don't assume modifying the iteration var of
2476         dotimes affects the iteration (bug#18191).
2478 2014-09-30  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2480         * ses.el (ses-calculate-cell): Bind row and col dynamically to
2481         their values with 'cl-progv'.
2482         (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
2483         their values with 'cl-progv', also use non-interned symbols for
2484         row, minrow, maxrow, mincol and maxcol.
2485         (maxrow maxcol): New defvar, to make the compiler happy.
2487 2014-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * minibuffer.el (completion-at-point): Emit warning for ill-behaved
2490         completion functions.
2492 2014-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2494         * ses.el (ses--letref): Quote value before it gets re-evaluated.
2496 2014-09-28  Thien-Thi Nguyen  <ttn@gnu.org>
2498         Font-lock `cl-flet*', too.
2499         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
2500         Add "flet*" to intermediate var `cl-lib-kw'.
2502 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2504         * epg-config.el (epg-gpg-program): Use the plain program names rather
2505         than their absolute file name.
2507         * subr.el (track-mouse): New macro.
2508         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2509         Remove track-mouse case.
2510         * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
2512 2014-09-27  Leo Liu  <sdl.web@gmail.com>
2514         * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
2516         * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
2518 2014-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2520         * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
2521         Handle the case where `match' is :pcase--succeed or :pcase--fail
2522         (bug#18554).
2524         Introduce global-eldoc-mode.  Move Elisp-specific code to elisp-mode.el.
2525         * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
2526         (eldoc-schedule-timer): Obey it.
2527         (eldoc-documentation-function): Default to nil.
2528         (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
2529         (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
2530         (eldoc-highlight-function-argument, eldoc-get-var-docstring)
2531         (eldoc-last-data-store, eldoc-docstring-first-line)
2532         (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
2533         (eldoc-beginning-of-sexp, eldoc-current-symbol)
2534         (eldoc-function-argstring): Move to elisp-mode.el.
2535         (eldoc-symbol-function): Remove, unused.
2536         * progmodes/elisp-mode.el: New file.  Rename all "eldoc-*" to "elisp--*".
2537         (elisp-completion-at-point): Rename from lisp-completion-at-point.
2538         (elisp--preceding-sexp): Rename from preceding-sexp.
2539         * loadup.el: Load new file progmodes/elisp-mode.
2540         * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
2541         * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
2542         (lisp--local-variables-completion-table, lisp--expect-function-p)
2543         (lisp--form-quoted-p, lisp--company-doc-buffer)
2544         (lisp--company-doc-string, lisp--company-location)
2545         (lisp-completion-at-point): Move to elisp-mode.el.
2546         * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
2547         extracted from emacs-lisp-mode-syntax-table.
2548         (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
2549         elisp-mode.el.
2550         (lisp-imenu-generic-expression): Add comments to document what comes
2551         from which Lisp dialect.
2552         (emacs-lisp-mode-map, emacs-lisp-byte-compile)
2553         (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
2554         (emacs-lisp-mode, emacs-list-byte-code-comment-re)
2555         (emacs-lisp-byte-code-comment)
2556         (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
2557         (lisp-interaction-mode-map, lisp-interaction-mode)
2558         (eval-print-last-sexp, last-sexp-setup-props)
2559         (last-sexp-toggle-display, prin1-char, preceding-sexp)
2560         (eval-last-sexp-1, eval-last-sexp-print-value)
2561         (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
2562         (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
2564 2014-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2566         * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
2567         Do not match file names that end in '/', as they cannot be 'grep'
2568         hits nowadays.  This prevents confusion when 'grep -r' reports a
2569         match in a file whose basename is ':12345:'.  Conversely, do not
2570         require exactly the same sequence of spaces and tabs after both
2571         colons, and allow spaces or tabs before the second colon, as per
2572         the POSIX spec for 'grep' output.
2574 2014-09-26  Leo Liu  <sdl.web@gmail.com>
2576         Add cl-parse-integer based on parse-integer (Bug#18557)
2577         * calendar/parse-time.el (parse-time-digits): Remove.
2578         (digit-char-p, parse-integer) Moved to cl-lib.el.
2579         (parse-time-tokenize, parse-time-rules, parse-time-string):
2580         Use cl-parse-integer.
2582         * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
2584         * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
2585         (cl-digit-char-p): New function.
2587 2014-09-25  Juri Linkov  <juri@jurta.org>
2589         * vc/add-log.el (change-log-next-buffer): Don't create an empty
2590         buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
2591         Return the current buffer if no files match the default pattern
2592         ChangeLog.[0-9].  Signal "end of multi" when file is nil. (Bug#18547)
2594 2014-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2596         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
2597         the global vc-handled-backends (bug#18535).
2599 2014-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
2602         Suggested by <lompik@voila.fr>.
2604 2014-09-24  Ulf Jasper  <ulf.jasper@web.de>
2606         * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
2607         Rename from `newsticker--treeview-do-get-node'.
2608         (newsticker--treeview-get-node-by-id):
2609         Rename from `newsticker--treeview-get-node'.
2610         (newsticker--treeview-buffer-init)
2611         (newsticker--treeview-buffer-init): Disable buffer undo.
2612         (newsticker--treeview-unfold-node): Adapt to modified
2613         `newsticker--group-find-parent-group'.
2614         (newsticker--group-do-find-group):
2615         Rename from `newsticker--group-do-find-group-for-feed'.
2616         Now works for both, groups and feeds.
2617         (newsticker--group-find-parent-group):
2618         Rename from `newsticker--group-find-group-for-feed'.
2619         Now works for both, groups and feeds.
2620         (newsticker--group-do-get-parent-group)
2621         (newsticker--group-get-parent-group): Remove.
2622         (newsticker-group-add-group): Change interactive prompts.
2623         (newsticker-group-add-group): Finally jump to added group.
2624         (newsticker-group-delete-group): Finally jump to current feed.
2625         (newsticker--group-do-rename-group, newsticker-group-rename-group)
2626         (newsticker--get-group-names, newsticker--group-names): New.
2627         (newsticker-group-move-feed): Finally jump to moved feed.
2628         (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
2629         (newsticker-group-shift-group-down)
2630         (newsticker-group-shift-group-up, newsticker--group-shift): New.
2631         (newsticker-treeview-mode-map): New keybindings for new shift commands.
2633         * net/newst-backend.el (newsticker--item-list)
2634         (newsticker--item-position, newsticker--prev-message)
2635         (newsticker--scrollable-text): Move to newst-ticker.el.
2637         * net/newst-ticker.el (newsticker--item-list)
2638         (newsticker--item-position, newsticker--prev-message)
2639         (newsticker--scrollable-text): Move from newst-backend.el.
2641 2014-09-22  Kan-Ru Chen  <kanru@kanru.info>
2643         * window.el (fit-window-to-buffer): When counting buffer width,
2644         count the whole visible buffer.  Correctly convert the body-height
2645         to pixel size for window-text-pixel-size (Bug#18498).
2647 2014-09-22  Sam Steingold  <sds@gnu.org>
2649         * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
2650         (sql-execute): Use `special-mode'.
2652 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2654         Add pcase-defmacro, as well as `quote' and `app' patterns.
2655         * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
2656         * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
2657         (pcase--funcall, pcase--eval): New functions.
2658         (pcase--u1): Use them for guard, pred, let, and app.
2659         (\`): Use the new feature to generate better code for vector patterns.
2660         * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
2661         (pcase--upat): Remove.
2662         (pcase--macroexpand): Don't hardcode handling of `.
2663         (pcase--split-consp, pcase--split-vector): Remove.
2664         (pcase--split-equal): Disregard ` since it's expanded away.
2665         (pcase--split-member): Optimize for quote rather than for `.
2666         (pcase--split-pred): Optimize for quote rather than for `.
2667         (pcase--u1): Remove handling of ` (and of `or' and `and').
2668         Quote non-selfquoting values when passing them to `eq'.
2669         Drop `app's let-binding if the variable is not used.
2670         (pcase--q1): Remove.
2671         (`): Define as a pattern macro.
2672         * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
2673         (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
2674         (pcase--macroexpand): Handle self-quoting patterns here, expand them to
2675         quote patterns.
2676         (pcase--split-match): Don't hoist or/and here any more.
2677         (pcase--split-equal): Optimize quote patterns as well as ` patterns.
2678         (pcase--flip): New helper macro.
2679         (pcase--u1): Optimize the memq case directly.
2680         Don't handle neither self-quoting nor and/or patterns any more.
2681         * emacs-lisp/pcase.el (pcase-defmacro): New macro.
2682         (pcase--macroexpand): New function.
2683         (pcase--expand): Use it.
2684         * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
2685         New optimization functions.
2686         (pcase--u1): Add support for `quote' and `app'.
2687         (pcase): Document them in the docstring.
2689 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2691         Use lexical-bindin in Ibuffer.
2692         * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
2693         (ibuffer-compile-format): Simplify.
2694         (ibuffer-clear-summary-columns): Simplify.
2695         * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
2696         elem of dotimes when we don't refer to the iteration var from it.
2697         (ibuffer-toggle-sorting-mode): Avoid add-to-list.
2698         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
2699         Silence byte-compiler.
2701 2014-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2703         * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
2704         expression for a list.
2706         * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
2707         for functions with no arguments.
2709         * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
2710         (mpc-volume-refresh): Make sure the corresponding header-line is updated.
2712 2014-09-17  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2714         * simple.el (clone-indirect-buffer): Mention the return value
2715         (bug#18478).
2717         * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
2718         Text mode in docstring (bug#18464).
2720 2014-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * progmodes/perl-mode.el (perl-syntax-propertize-function):
2723         Accept underscores in identifiers after "sub" (bug#18502).
2725 2014-09-21  Tassilo Horn  <tsdh@gnu.org>
2727         * textmodes/reftex-sel.el (reftex-select-label-mode)
2728         (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
2729         from special-mode (instead of fundamental-mode) and propertize
2730         with font-lock-face instead of just face. (Bug#18496)
2732         * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
2734 2014-09-19  Dmitry Gutov  <dgutov@yandex.ru>
2736         * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
2737         `table-etc' when `end' is non-nil.
2738         (lisp-completion-at-point): Move `end' back if it's after quote.
2739         If in comment or string, only complete when after backquote.
2740         (Bug#18265)
2741         (lisp-completion-at-point): Don't use
2742         `lisp--local-variables-completion-table' in the
2743         `lisp--form-quoted-p' case.
2745 2014-09-19  Dmitry Gutov  <dgutov@yandex.ru>
2747         * emacs-lisp/lisp.el (lisp--expect-function-p)
2748         (lisp--form-quoted-p): New functions.
2749         (lisp-completion-at-point): Use them to see if we're completing a
2750         variable reference, a function name, or just any symbol.
2751         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
2753 2014-09-18  Ivan Kanis  <ivan@kanis.fr>
2755         * net/shr.el, net/eww.el: Don't override `shr-width', but
2756         introduce a new variable `shr-internal-width'.  This allows users
2757         to specify a width themselves.
2759 2014-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * image-mode.el (image-toggle-display-image): If we have a
2762         `fit-width' or a `fit-height', don't limit the size of the image
2763         to the window size, because that doesn't preserve the aspect ratio.
2764         * image-mode.el: Move defvars earlier to avoid a byte-compilation
2765         warning.
2767 2014-09-17  Reuben Thomas  <rrt@sc3d.org>
2769         * progmodes/js.el: Add interpreter-mode-alist support for various
2770         JavaScript interpreters.
2772 2014-09-17  Paul Eggert  <eggert@cs.ucla.edu>
2774         Don't assume 'grep' supports GREP_OPTIONS.
2775         The GREP_OPTIONS environment variable is planned to be marked
2776         obsolescent in GNU grep, due to problems in its use, so stop
2777         relying on it.
2778         * progmodes/grep.el (grep-highlight-matches): Document this.
2779         (grep-process-setup): Do not set GREP_OPTIONS.
2780         (grep-compute-defaults): Use an explicit --color option if supported.
2782 2014-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2784         * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
2785         Don't add outdated key-shortcut cache (bug#18482).
2787 2014-09-15  Glenn Morris  <rgm@gnu.org>
2789         * image.el (image-multi-frame-p): Fix thinko - do not force
2790         a delay if none was specified.  (Bug#18334)
2792 2014-09-15  Kan-Ru Chen  <kanru@kanru.info>
2794         * window.el (fit-window-to-buffer): Doc fix.
2796 2014-09-15  Ivan Shmakov  <ivan@siamics.net>
2798         * desktop.el (desktop-create-buffer): Check that buffers are still live
2799         before burying them (bug#18373).
2801 2014-09-15  Glenn Morris  <rgm@gnu.org>
2803         * calendar/diary-lib.el (diary-list-entries):
2804         Restore 24.3 display behavior.  (Bug#18381)
2806 2014-09-15  Eli Zaretskii  <eliz@gnu.org>
2808         * mouse.el (mouse-drag-line): On text-mode frames, count the mode
2809         line and header line as 1 pixel.  This fixes the 1-"pixel" (row)
2810         discrepancy between window-pixel-edges and mouse events, and
2811         avoids moving mode line up when the mouse click is on the modeline
2812         and no drag is attempted.
2814 2014-09-14  Daniel Colascione  <dancol@dancol.org>
2816         * register.el (insert-register): Change default interactive
2817         insertion mode.
2819 2014-09-14  Michael Albinus  <michael.albinus@gmx.de>
2821         * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
2822         Suppress debug messages.
2824         * net/tramp.el (tramp-file-name-handler):
2825         * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
2826         appropriate.
2828 2014-09-13  Christopher Schmidt  <ch@ristopher.com>
2830         * calendar/calendar.el (calendar-update-mode-line):
2831         Do not overwrite mode-line-format if calendar-mode-line-format is
2832         nil.  (Bug#18467)
2834 2014-09-13  Leo Liu  <sdl.web@gmail.com>
2836         * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
2837         (pcase--expand): Use it.
2838         (pcase-exhaustive): New macro.  (Bug#16567)
2840         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2841         Add pcase-exhaustive.
2843 2014-09-13  Eli Zaretskii  <eliz@gnu.org>
2845         * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
2846         using the specified transfer-encoding, if any, or 'undecided'.
2847         (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
2848         broken at the window margin.
2850 2013-12-27  Ken Olum  <kdo@cosmos.phy.tufts.edu>
2852         Support rendering of HTML parts in Rmail (bug#4258).
2853         * mail/rmailmm.el (rmail-mime-process): Handle text/html
2854         separately from other text/ types.  Suppress tagline for
2855         multipart body.
2856         (rmail-mime-parse): Don't change visibility of tagline here.
2857         (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
2858         Handle text/html specially.
2859         (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
2860         (rmail-mime-insert-html, rmail-mime-render-html-shr)
2861         (rmail-mime-render-html-lynx): New functions.
2862         (rmail-mime-fix-inserted-faces): New function.
2863         (rmail-mime-process-multipart): Find the best part to show
2864         following rmail-mime-prefer-html if set.
2865         (rmail-mime-searching): New variable.
2866         (rmail-search-mime-message): Bind rmail-mime-searching to
2867         suppress rendering while searching.
2869 2014-09-12  Sam Steingold  <sds@gnu.org>
2871         * progmodes/sql.el (sql-product-alist): Add vertica.
2872         (sql-vertica-program, sql-vertica-options)
2873         (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
2874         New functions and variables to support Vertica.
2875         Inspired by code by Roman Scherer <roman@burningswell.com>.
2877 2014-09-11  Paul Eggert  <eggert@cs.ucla.edu>
2879         * ses.el (ses-file-format-extend-parameter-list): Rename from
2880         ses-file-format-extend-paramter-list, to correct a misspelling.
2881         All uses changed.
2883 2014-09-10  Alan Mackenzie  <acm@muc.de>
2885         CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
2886         gets loaded at run-time).
2887         * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
2888         c-lang-const to c-make-no-parens-syntax-table and correct the
2889         logic.
2890         (c-no-parens-syntax-table): Correct the logic of the
2891         c-lang-defvar.
2893 2014-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2895         CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
2896         plus misc cleanup.
2897         * progmodes/cc-mode.el (c-basic-common-init):
2898         Set open-paren-in-column-0-is-defun-start.
2899         (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
2900         Remove declarations, unused.
2901         (run-mode-hooks): Remove declaration.
2902         (font-lock-defaults): Use plain `defvar' to declare.
2903         (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
2904         * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
2905         (c-make-mode-syntax-table): Don't micro-optimize.
2906         (c-keywords, c-keyword-member-alist): Simplify.
2907         (c-kwds-lang-consts): Don't eval at compile-time.
2908         (c-primary-expr-regexp): Comment out unused vars.
2909         * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
2910         (c-font-byte-compile): New var.
2911         (c--compile): New function.  Use it instead of `byte-compile'.
2912         (c-cpp-matchers): Quote the value returned by
2913         `c-make-syntactic-matcher' in case it's not self-evaluating.
2914         (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
2915         parentheses instead (in case MATCHER happens to be a list).
2916         (c-font-lock-enum-tail): Remove unused var `start'.
2917         (c-font-lock-objc-methods): Silence byte-compiler warnings.
2918         * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
2919         test into an argument.
2920         * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
2921         (c-get-char-property): Don't use `eval' just to unquote a constant.
2922         (c-use-extents): Remove.  Use (featurep 'xemacs), compiled
2923         more efficiently.
2924         (c-put-char-property-fun): Don't call `byte-compile' by hand.
2925         (c-clear-char-property, c-clear-char-properties): Check that `property'
2926         is a quoted constant.
2927         (c-emacs-features): Remove `infodock', `syntax-properties', and
2928         `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
2929         'xemacs) instead).  Use `with-temp-buffer' and let-bind vars after
2930         changing buffer, so we don't have to setq them again afterwards.
2931         (c-lang-const): Remove redundant symbolp assertions.
2932         (c-find-assignment-for-mode): Use `or'.
2933         * Makefile.in (compile-one-process): Remove cc-mode dependency.
2935 2014-09-09  Sam Steingold  <sds@gnu.org>
2937         * progmodes/sql.el (sql-default-directory): Fix type annotation.
2939 2014-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
2942         Change doc comments into docstrings.
2943         * Makefile.in: Remove cc-awk dependency.
2945 2014-09-08  Sam Steingold  <sds@gnu.org>
2947         * progmodes/sql.el (sql-send-line-and-next): New command,
2948         bound to C-c C-n.
2949         (sql-show-sqli-buffer): Display the buffer instead of its name and
2950         bind the command to C-c C-z.
2951         (sql-default-directory): New user option.
2952         (sql-product-interactive): Bind `default-directory' to it to
2953         enable remote connections using Tramp.
2954         (sql-set-sqli-buffer): Call `sql-product-interactive' when no
2955         suitable buffer is available.
2957 2014-09-08  Glenn Morris  <rgm@gnu.org>
2959         * calendar/calendar.el (calendar-basic-setup):
2960         Fix calendar-view-holidays-initially-flag and fancy display.
2961         * calendar/diary-lib.el (diary-live-p): Doc fix.
2963         * calendar/calendar.el (calendar-basic-setup):
2964         Avoid clobbering calendar with diary.  (Bug#18381)
2966 2014-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
2970 2014-09-08  Lars Ljung  <lars@matholka.se>  (tiny change)
2972         * isearch.el (isearch-yank-word-or-char): Obey superword-mode
2973         as well (bug#18400).
2975 2014-09-08  Eli Zaretskii  <eliz@gnu.org>
2977         * subr.el (posn-actual-col-row): Doc fix.  (Bug#18385)
2979 2014-09-06  Leo Liu  <sdl.web@gmail.com>
2981         * emacs-lisp/pcase.el (pcase): Doc fix.
2982         (pcase--split-vector): New function.
2983         (pcase--q1): Support vector qpattern.  (Bug#18327)
2985 2014-09-05  Sam Steingold  <sds@gnu.org>
2987         * textmodes/tex-mode.el (tex-print-file-extension): New user
2988         option.
2989         (tex-print): Use it instead of the hard-coded string.
2991 2014-09-05  Michael Albinus  <michael.albinus@gmx.de>
2993         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2994         Expand `default-directory'.
2996 2014-09-05  Martin Rudalics  <rudalics@gmx.at>
2998         * scroll-bar.el (horizontal-scroll-bars-available-p):
2999         New function.
3000         (horizontal-scroll-bar-mode): Rewrite using
3001         horizontal-scroll-bars-available-p.
3002         * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
3003         horizontal-scroll-bars-available-p.
3005 2014-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * subr.el (call-process-shell-command, process-file-shell-command):
3008         Make the `args' obsolete (bug#18409).
3009         (start-process-shell-command, start-file-process-shell-command):
3010         Use `declare'.
3012 2014-09-05  Jay Belanger  <jay.p.belanger@gmail.com>
3014         * calc/calc-forms.el (math-normalize-hms): Do a better check for
3015         "negative" hms forms.
3017 2014-09-04  Rasmus Pank Roulund  <emacs@pank.eu>
3019         * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
3020         returns nil (bug#18391).
3022 2014-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3024         * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
3025         terminating paren (bug#18352).
3026         (eldoc-last-data-store): Return cached data.
3027         (eldoc-get-var-docstring): Avoid setq.
3028         (eldoc-get-fnsym-args-string): Clarify data flow.
3030 2014-09-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3032         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
3033         case where we're currently providing part of the &rest arg after some
3034         &key args, as in define-ibuffer-op (bug#18048).
3036 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
3039         buffer-local setting of which-func-mode.
3040         (which-func-mode): Use defvar-local.
3041         (which-function-mode): Don't reset which-func-mode in each buffer since
3042         it might have been set by someone else.
3043         (which-func-update-ediff-windows): Check which-function-mode.
3045 2014-09-03  Martin Rudalics  <rudalics@gmx.at>
3047         * frame.el (frame-initialize): Remove horizontal-scroll-bars
3048         from frame-initial-frame-alist.
3049         * scroll-bar.el (previous-horizontal-scroll-bar-mode)
3050         (horizontal-scroll-bar-mode-explicit)
3051         (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
3052         (toggle-horizontal-scroll-bar): Remove.
3053         (horizontal-scroll-bar-mode): Remove defcustom.
3054         (horizontal-scroll-bar-mode): Fix doc-string.
3055         (scroll-bar-toolkit-scroll)
3056         (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
3058 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3060         * emacs-lisp/package.el (package-generate-description-file):
3061         Properly quote the arguments (bug#18332).  Change second arg.
3062         (package--alist-to-plist-args): Rename from package--alist-to-plist and
3063         quote the elements.
3064         (package--make-autoloads-and-stuff): Fix the test for pre-existence of
3065         the *-pkg.el file.  Adjust to new calling convention of
3066         package-generate-description-file.
3068         * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
3069         (gud-gdb-completions): Remove obsolete workaround.
3071 2014-09-03  Eli Zaretskii  <eliz@gnu.org>
3073         * subr.el (posn-col-row): Revert the change from commit
3074         2010-11-13T21:07:58Z!eliz@gnu.org, which
3075         was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
3076         monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
3077         introduced an off-by-one error in the reported row when there is a
3078         header line.  (Bug#18384)
3080 2014-09-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3082         * progmodes/python.el (python-indent-post-self-insert-function):
3083         Avoid electric colon at beginning-of-defun.  (Bug#18228)
3085 2014-09-03  Glenn Morris  <rgm@gnu.org>
3087         * tutorial.el (tutorial--display-changes):
3088         Fix 2014-08-01 change.  (Bug#18382)
3090 2014-09-03  Ken Brown  <kbrown@cornell.edu>
3092         * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
3093         the Cygwin-w32 build.  (Bug#18347)
3095 2014-09-03  Glenn Morris  <rgm@gnu.org>
3097         * tar-mode.el (tar--extract, tar-extract):
3098         Avoid permanently disabling undo in extracted buffers.  (Bug#18344)
3100 2014-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3102         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
3103         handle multiline elements (bug#18380).
3105 2014-09-01  Eli Zaretskii  <eliz@gnu.org>
3107         * ls-lisp.el (ls-lisp-use-string-collate)
3108         (ls-lisp-UCA-like-collation): New defcustoms.
3109         (ls-lisp-string-lessp): Use them to control sorting by file
3110         names.  (Bug#18051)
3111         (ls-lisp-version-lessp): New function.
3112         (ls-lisp-handle-switches): Use it to implement the -v switch of
3113         GNU ls.
3114         (ls-lisp--insert-directory): Mention the -v switch in the doc string.
3116 2014-08-31  Christoph Scholtes  <cschol2112@gmail.com>
3118         * ibuffer.el: Replace mode-specific quit function with
3119         `quit-window' via `special-mode'.
3120         (ibuffer-mode-map): Use keybindings from special-mode-map instead
3121         of local overrides.
3122         (ibuffer): Don't store previous windows configuration.
3123         Let `quit-window' handle restoring.
3124         (ibuffer-quit): Remove function. Use `quit-window' instead.
3125         (ibuffer-restore-window-config-on-quit): Remove variable.
3126         (ibuffer-prev-window-config): Remove variable.
3128 2014-08-29  Michael Heerdegen  <michael_heerdegen@web.de>
3130         * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
3131         name instead of variable name in hook docstring.  (Bug#18349)
3133 2014-08-29  Martin Rudalics  <rudalics@gmx.at>
3135         * window.el (display-buffer-at-bottom): Prefer bottom-left
3136         window to other bottom windows.  Reuse a bottom window if it
3137         shows the buffer already.  Suggested by Juri Linkov
3138         <juri@jurta.org> in discussion of (Bug#18181).
3140 2014-08-29  Leo Liu  <sdl.web@gmail.com>
3142         * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
3143         append to minibuffer-setup-hook.  (Bug#18341)
3145 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
3148         byte-compiler.
3149         (lookup-syntax-properties): Silence byte-compiler.
3150         (c-lang-defconst): Quote the code with `lambda' rather than with
3151         `quote'.
3152         (c-lang-const): Avoid unneeded setq.
3153         (c-lang-constants-under-evaluation): Add docstring.
3154         (c-lang--novalue): New constant.
3155         (c-find-assignment-for-mode): Use it instead of c-lang-constants.
3156         (c-get-lang-constant): Same here.
3157         Get the mode's value using `funcall' now that the code is quoted
3158         with `lambda'.
3160 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
3162         * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
3163         (Bug#18326)
3165 2014-08-28  Martin Rudalics  <rudalics@gmx.at>
3167         * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
3168         interpretation of `portion-whole'.
3170 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
3172         * net/tramp-adb.el: Spell author name correctly.
3174 2014-08-28  João Távora  <joaotavora@gmail.com>
3176         * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
3177         use url-expand-file-name.  (Bug#18310)
3179 2014-08-28  Glenn Morris  <rgm@gnu.org>
3181         * emulation/cua-rect.el (cua--highlight-rectangle):
3182         Avoid error at point-min.  (Bug#18309)
3184 2014-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3186         * progmodes/python.el (python-shell-prompt-detect): Remove redundant
3187         executable-find (bug#18244).
3189         * simple.el (self-insert-uses-region-functions): Defvar.
3191 2014-08-28  Glenn Morris  <rgm@gnu.org>
3193         * subr.el (remq): Revert 2014-08-25 doc change (not always true).
3195 2014-08-27  Dmitry Antipov  <dmantipov@yandex.ru>
3197         * startup.el (normal-top-level): Now use internal--top-level-message.
3199 2014-08-26  Dmitry Antipov  <dmantipov@yandex.ru>
3201         * startup.el (normal-top-level): Use top-level-message.
3203 2014-08-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205         * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
3206         URLs containing spaces and the like.
3208 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
3210         * subr.el (remq): Fix docstring (Bug#18253).
3212 2014-08-25  Christoph Scholtes  <cschol2112@gmail.com>
3214         * replace.el (query-replace): Fix typo in docstring (Bug#18320).
3216 2014-08-24  Alan Mackenzie  <acm@muc.de>
3218         Handle C++11's "auto" and "decltype" constructions.
3219         * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
3220         and return 'decltype.
3221         (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
3222         prev-kwd-sym, new-style-auto.  Enhance to handle the new "auto"
3223         keyword.
3224         * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
3225         "decltype" keyword.
3226         (c-font-lock-c++-new): Handle "decltype" constructions.
3227         * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
3228         New c-lang-defconsts/defvars.
3229         (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
3230         (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
3231         (c-typeless-decl-kwds): Append "auto" onto the C++ value.
3232         (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
3234         Make ">>" act as double template ender in C++ Mode.
3235         Fix bug#11386.
3236         * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
3237         off from c->-op-cont-re.
3238         (c->-op-cont-tokens): Change to use the above.
3239         (c->-op-without->-cont-regexp): New lang-const.
3240         * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
3241         Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
3244 2014-08-23  Alan Mackenzie  <acm@muc.de>
3246         * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
3247         loop, bug #18306.  The bug was introduced on 2014-08-02.
3249 2014-08-21  Eli Zaretskii  <eliz@gnu.org>
3251         * textmodes/texnfo-upd.el (texinfo-specific-section-type):
3252         Don't recognize a Top node if there are other sectioning commands
3253         earlier in the Texinfo file.  This fixes a bug in
3254         texinfo-make-menu and avoids inflooping in
3255         texinfo-all-menus-update when they are invoked on texinfo.texi.
3257 2014-08-21  Martin Rudalics  <rudalics@gmx.at>
3259         * window.el (window--side-window-p): New function.
3260         (split-window, window-splittable-p): Use window--side-window-p to
3261         determine whether WINDOW can be split (Bug#18304).
3262         * calendar/calendar.el (calendar-basic-setup): Fix one call of
3263         `window-splittable-p' and add another (Bug#18304).
3265 2014-08-20  Sam Steingold  <sds@gnu.org>
3267         * progmodes/python.el (python-new-pythonpath): Extract from
3268         `python-shell-calculate-process-environment'.
3270 2014-08-18  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3272         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
3273         for &key args (bug#18048).
3275 2014-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
3278         (eldoc-function-argstring-format): Remove.
3279         (eldoc-function-argstring): Always return upcase args.
3280         Use help-make-usage.  Don't add parens.
3281         (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
3282         it's too late to do it right (bug#18048).
3284 2014-08-18  Eli Zaretskii  <eliz@gnu.org>
3286         * scroll-bar.el (scroll-bar-horizontal-drag-1)
3287         (scroll-bar-toolkit-horizontal-scroll): When determining the
3288         paragraph direction, use the buffer of the window designated in
3289         the event.
3291 2014-08-16  Andreas Schwab  <schwab@linux-m68k.org>
3293         * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
3294         context of unified diff.
3296 2014-08-16  Paul Eggert  <eggert@cs.ucla.edu>
3298         Add dependencies to fix loaddefs race during parallel builds.
3299         Without this, for example, 'make -j bootstrap' can fail and report
3300         "Opening input file: no such file or directory,
3301         .../lisp/calendar/diary-loaddefs.el ... recipe for target
3302         'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
3303         got confused because diary-loaddefs.el was being built in parallel.
3304         * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
3305         Depend on $(CAL_DIR)/cal-loaddefs.el.
3306         ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
3308 2014-08-16  Martin Rudalics  <rudalics@gmx.at>
3310         * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
3311         portion-whole for scrolling right-to-left text.
3313 2014-08-15  Leo Liu  <sdl.web@gmail.com>
3315         * speedbar.el (speedbar-generic-list-tag-p): Allow special
3316         elements from imenu.
3318 2014-08-15  Glenn Morris  <rgm@gnu.org>
3320         * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
3322 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3324         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3325         Add Guile regexpses.
3327 2014-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3329         * progmodes/gud.el (guiler): New function.  Starts the Guile REPL;
3330         add Guile debugger support for GUD.
3332 2014-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
3335         (mouse-sel--ignore): New function.
3336         (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
3337         (mouse-sel-original-interprogram-cut-function)
3338         (mouse-sel-original-interprogram-paste-function): Remove.
3340 2014-08-13  Eric S. Raymond  <esr@thyrsus.com>
3342         * vc/vc-git.el (vc-git-resolve-when-done): New function.
3343         Call "git add" when there are no longer conflict markers.
3345 2014-08-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3347         * vc/vc-git.el (vc-git-find-file-hook): New function.
3348         Adds support for calling smerge (and resolve) on a conflicted file.
3349         (vc-git-conflicted-files): New function.
3350         Useful in itself and a step towards better smerge support.
3352 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3354         * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
3355         to the first part if they're the same as the selection.
3357 2014-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359         * image-mode.el (image-transform-reset): New command and menu item.
3360         (image-mode-map): Rearrange the menu items to put presumably more
3361         obscure items at the end.
3363 2014-08-12  Juri Linkov  <juri@jurta.org>
3365         * vc/vc-annotate.el (vc-annotate-background-mode):
3366         Use `with-demoted-errors' instead of `ignore-errors'.  (Bug#18189)
3368 2014-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3370         * files.el (out-of-memory-warning-percentage): Turn it off by default.
3372 2014-08-11  Sam Steingold  <sds@gnu.org>
3374         * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
3375         the presence of known validators (tidy, (o)nsgmls).
3377 2014-08-11  Ulf Jasper  <ulf.jasper@web.de>
3379         Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
3381         * net/newst-treeview.el (newsticker-treeview-date-format): New.
3382         (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
3384 2014-08-11  Glenn Morris  <rgm@gnu.org>
3386         * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
3387         chose coding system for writing before backing up, since it causes
3388         a more serious problem than the one it solves.  (Closes Bug#18141,
3389         reopens Bug#13522.)
3391 2014-08-11  Martin Rudalics  <rudalics@gmx.at>
3393         * window.el (window-total-size): Make doc-string more self-contained.
3395         * window.el (display-buffer-below-selected): Restore original
3396         behavior if buffer is already displayed in the window below the
3397         selected one (Bug#18181).
3399 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3401         * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
3402         event (bug#18212).
3404 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
3406         * info.el (info): Doc fix.
3408 2014-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * info.el (Info-mode-map): Override a global down-mouse-2 binding
3411         (bug#18212).
3413 2014-08-11  Eli Zaretskii  <eliz@gnu.org>
3415         * simple.el (default-line-height): A floating-point value of
3416         line-spacing means a fraction of the default frame font's height,
3417         not of the font currently used by the 'default' face.
3418         Truncate the pixel value, like the display engine does.
3419         (window-screen-lines): Use window-inside-pixel-edges for
3420         determining the window height in pixels.  (Bug#18195)
3422 2014-08-11  Grégoire Jadi  <daimrod@gmail.com>
3424         * leim/quail/latin-post.el: Transform " __" into " _".  (Bug#18023)
3426 2014-08-10  Ulf Jasper  <ulf.jasper@web.de>
3428         Enumerate evaluated sexp diary entries (Bug#7911).
3429         * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
3430         (icalendar-export-sexp-enumeration-days): New.
3431         (icalendar-export-region): Now `icalendar--convert-to-ical'
3432         returns a cons cell or a list of cons cells.
3433         (icalendar--convert-to-ical): Take care of
3434         `icalendar-export-sexp-enumerate-all'.  Return (a list of) cons cells.
3435         (icalendar--convert-ordinary-to-ical)
3436         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3437         (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
3438         (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
3439         (icalendar--convert-anniversary-to-ical): Return cons cell.
3440         (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
3441         entries.  Return (list of) cons cells.
3443 2014-08-09  Juri Linkov  <juri@jurta.org>
3445         * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
3446         to reevaluate `vc-annotate-color-map'.  (Bug#18189)
3448 2014-08-09  Alan Mackenzie  <acm@muc.de>
3450         * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
3451         for top-level that can cause unacceptable slow-down in scrolling.
3452         See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
3453         Antipov from 2013-10-14 in emacs-devel.
3455 2014-08-08  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3457         * ibuffer.el (ibuffer-mode-map): Use toggle button for
3458         `ibuffer-auto-mode' menu entry.
3459         (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
3461 2014-08-08  Matthias Meulien  <orontee@gmail.com>
3463         * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
3464         (Bug#16394)
3466 2014-08-07  Martin Rudalics  <rudalics@gmx.at>
3468         * window.el (window--min-size-1): Explicitly set WINDOW arg in
3469         calls of window-min-pixel-height and window-min-pixel-width.
3471 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
3473         * progmodes/ada-mode.el:
3474         * net/tramp.el (tramp-handle-file-symlink-p):
3475         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
3476         about VMS, which we no longer support.
3477         * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
3478         and fix a FIXME, using convert-standard-filename in place of
3479         removed ada-convert-file-name.
3481 2014-08-07  Eli Zaretskii  <eliz@gnu.org>
3483         * files.el (auto-mode-alist): Remove support for VMS from a pattern.
3485 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
3487         Refer to MS-DOS using the same name everywhere.
3488         * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
3489         ``msdog'' become ``MS-DOS''.
3491 2014-08-07  Michael Albinus  <michael.albinus@gmx.de>
3493         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3494         Use cached "remote-copy-args" value, if available.  (Bug#18199)
3496 2014-08-07  Leo Liu  <sdl.web@gmail.com>
3498         * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
3499         Revert change on 2014-03-22.
3501 2014-08-06  Ulf Jasper  <ulf.jasper@web.de>
3503         * calendar/icalendar.el (icalendar--diarytime-to-isotime)
3504         (icalendar--convert-ordinary-to-ical): Allow for missing minutes
3505         (Bug#13750).
3508 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510         * image-mode.el (image-toggle-display-image): Always rescale images
3511         to not be bigger than the current window.
3513 2014-08-05  Eric Brown  <brown@fastmail.fm>  (tiny change)
3515         * net/eww.el (eww-bookmarks-directory): New variable.
3516         (eww-write-bookmarks): Use it.
3517         (eww-read-bookmarks): Ditto.
3519 2014-08-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521         * net/shr.el (shr-copy-url): Also copy the image URL.
3523 2014-08-05  Michael Albinus  <michael.albinus@gmx.de>
3525         * net/tramp-cache.el (tramp-flush-file-function): Suppress function
3526         also for Tramp working buffers.
3528 2014-08-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3530         * progmodes/python.el: Fix completions inside (i)pdb.
3531         (python-shell-completion-pdb-string-code): Make obsolete.
3532         (python-shell-completion-get-completions):
3533         Use python-shell-completion-string-code resending setup code
3534         continuously for (i)pdb.
3536 2014-08-04  Paul Eggert  <eggert@cs.ucla.edu>
3538         * rect.el (rectangle--default-line-number-format): Rename
3539         from misspelled rectange--default-line-number-format (Bug#18045).
3540         All uses changed.
3542 2014-08-03  Paul Eggert  <eggert@cs.ucla.edu>
3544         Don't mishandle year-9999 dates (Bug#18176).
3545         * calendar/parse-time.el (parse-time-rules):
3546         Allow years up to most-positive-fixnum.
3547         * calendar/time-date.el (date-to-time):
3548         Pass "Specified time is not representable" errors through.
3550 2014-08-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3552         * progmodes/python.el: Completion code cleanups.
3553         (python-shell-completion-get-completions): Detect and send import
3554         statements directly to completion function.
3555         (python-shell-completion-at-point): Simplify prompt calculation
3556         and import vs input completion logic.
3558 2014-08-02  Alan Mackenzie  <acm@muc.de>
3560         Fix confusion in C++ file caused by comma in "= {1,2},".
3561         Bug #17756.
3562         * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
3563         for a statement boundary marked by "}", check there's no "="
3564         before the "{".
3565         (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
3566         non-nil `comma-delim' argument.
3567         * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
3568         initializer expression more accurately.
3570         Correct loop termination condition in c-syntactic-skip-backward.
3571         * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
3572         the situation where, after moving back out of a literal,
3573         skip-chars-backward doesn't move further, yet checks have still to
3574         be done.
3576 2014-08-01  Eli Zaretskii  <eliz@gnu.org>
3578         * tutorial.el (tutorial--display-changes): Accept punctuation
3579         characters before the key binding.  (Bug#18146)
3581 2014-07-31  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3583         * progmodes/python.el: Shell output capture enhancements.
3584         (python-shell-accept-process-output): New function.
3585         (inferior-python-mode)
3586         (python-shell-send-setup-code): Use it.
3588 2014-07-30  Christophe Deleuze  <christophe.deleuze@free.fr>  (tiny change)
3590         * calendar/icalendar.el (icalendar--decode-isodatetime):
3591         Use actual current-time-zone when converting to local time. (Bug#15408)
3593 2014-07-29  Martin Rudalics  <rudalics@gmx.at>
3595         * window.el (window--state-put-2): Handle horizontal scroll
3596         bars, if present.
3598 2014-07-29  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3600         * menu-bar.el (menu-bar-update-buffers): Update item list format
3601         in `buffers-menu' to confirm with changes to `get_keyelt'
3602         (r117463).  (Bug#18016)
3604 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3606         * progmodes/python.el (inferior-python-mode): Make input prompts
3607         read-only.
3609 2014-07-28  Emilio C. Lopes  <eclig@gmx.net>
3611         * net/tramp-sh.el (tramp-get-remote-python): Also search for
3612         executables named "python2" or "python3".
3613         (tramp-get-remote-uid-with-python): Use parentheses around
3614         arguments to `print' to make it compatible with Python 3.
3615         (tramp-get-remote-gid-with-python): Ditto.  (Bug#18118)
3617 2014-07-28  Eli Zaretskii  <eliz@gnu.org>
3619         * window.el (window--pixel-to-total): Use FRAME's root window, not
3620         that of the selected frame.  (Bug#18112, Bug#16674)
3622 2014-07-28  Andreas Schwab  <schwab@linux-m68k.org>
3624         * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
3625         (Bug#18117)
3627 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3629         * progmodes/python.el (inferior-python-mode): Doc fix.
3631 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
3633         * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
3634         not a character, ignore it instead of raising an error.
3636         * calendar/todo-mode.el: Fix handling of marked items and make
3637         minor code improvements.
3638         (todo-edit-item): If there are marked items, ensure user can only
3639         invoke editing commands that work with marked items.
3640         (todo-edit-item--text): When there are marked items, make it a
3641         noop if invoked with point not on an item; otherwise, ensure it
3642         applies only to item at point.
3643         (todo-item-undone): If there are marked not-done items, return
3644         point to its original position before signaling user error.
3645         (todo--user-error-if-marked-done-item): New function.
3646         (todo-edit-item--header, todo-edit-item--diary-inclusion)
3647         (todo-item-done): Use it.
3649 2014-07-28  Glenn Morris  <rgm@gnu.org>
3651         * files.el (toggle-read-only): Re-add basic doc-string.
3652         * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
3654         * progmodes/prolog.el (prolog-mode-keybindings-edit):
3655         Replace missing `switch-to-prolog' with `run-prolog'.
3656         (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
3658 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
3660         * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
3661         of file-wide setting when changing category-wide setting.
3663 2014-07-28  Stephen Berman  <stephen.berman@gmx.net>
3665         * doc-view.el (doc-view-open-text): Don't require that the
3666         document is saved in a file (e.g., email attachment).
3668 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3670         Parse completion input in a iPython friendly way.  (Bug#18084)
3671         * progmodes/python.el
3672         (python-shell-completion-at-point): Rename from
3673         python-shell-completion-complete-at-point.
3674         (inferior-python-mode): Use it.
3675         (python-completion-at-point): Rename from
3676         python-completion-complete-at-point.  Parse input up to first
3677         backward occurrence of whitespace, open-paren, close-paren or
3678         string delimiter.
3679         (python-mode): Use it.
3681 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3683         Prevent Python process shell buffer to pop twice.
3684         * progmodes/python.el (python-shell-switch-to-shell): Do not call
3685         pop-to-buffer.
3687 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3689         * progmodes/python.el
3690         (python-shell-with-shell-buffer): New macro.
3691         (python-shell-font-lock-get-or-create-buffer)
3692         (python-shell-font-lock-kill-buffer)
3693         (python-shell-font-lock-with-font-lock-buffer)
3694         (python-shell-font-lock-cleanup-buffer)
3695         (python-shell-font-lock-toggle): Use it.
3696         (python-shell-font-lock-turn-on)
3697         (python-shell-font-lock-turn-off): Use it.  Make command.
3699 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3701         Grab all Python process output before inferior-python-mode hooks.
3702         * progmodes/python.el (inferior-python-mode):
3703         Call accept-process-output and sit-for to ensure all output for process
3704         has been received before running hooks.
3705         (python-shell-internal-get-or-create-process):
3706         Cleanup accept-process-output and sit-for calls.
3708 2014-07-28  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3710         More robust shell startup and code setup.
3711         * progmodes/python.el (python-shell-make-comint):
3712         Remove accept-process-output call.
3713         (python-shell-get-buffer): Return current buffer if major-mode is
3714         inferior-python-mode.
3715         (python-shell-get-or-create-process): Use it.
3716         (python-shell-send-setup-code): Send all setup code in one string,
3717         output success message and accept-process-output.
3719 2014-07-27  Eli Zaretskii  <eliz@gnu.org>
3721         * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
3722         Add rudimentary support for bidirectional text.
3724 2014-07-27  Martin Rudalics  <rudalics@gmx.at>
3726         * frame.el (frame-notice-user-settings): Rewrite using
3727         frame-initial-frame-tool-bar-height.
3728         * menu-bar.el (menu-bar-horizontal-scroll-bar)
3729         (menu-bar-no-horizontal-scroll-bar): New functions.
3730         (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
3731         scroll bars.
3732         * scroll-bar.el (scroll-bar-lines)
3733         (set-horizontal-scroll-bar-mode)
3734         (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
3735         (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
3736         (scroll-bar-toolkit-horizontal-scroll): New functions.
3737         (horizontal-scroll-bar-mode)
3738         (previous-horizontal-scroll-bar-mode)
3739         (horizontal-scroll-bar-mode-explicit): New variables.
3740         (horizontal-scroll-bar-mode): New option.
3741         (toggle-horizontal-scroll-bar): Do something.
3742         (top-level): Bind horizontal-scroll-bar mouse-1.
3743         * startup.el (tool-bar-originally-present): Remove variable.
3744         (command-line): Don't set tool-bar-originally-present.
3745         * window.el (window-min-height): Update doc-string.
3746         (window--dump-frame): Dump horizontal scroll bar values.
3747         (window--min-size-1): Handle minibuffer window separately.
3748         Count in margins and horizontal scroll bar.  Return safe value
3749         iff IGNORE equals 'safe.
3750         (frame-windows-min-size): New function (used by frame resizing
3751         routines).
3752         (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
3753         scroll bars.
3754         (window--sanitize-window-sizes): New function.
3755         (window-split-min-size): Remove.
3756         (split-window): Count divider-width.  Don't use
3757         `window-split-min-size' any more.  Reword error messages.
3758         Sanitize windows sizes after splitting.
3760 2014-07-27  Thien-Thi Nguyen  <ttn@gnu.org>
3762         Use `defvar-local' more.
3763         * progmodes/hideshow.el
3764         (hs-c-start-regexp, hs-block-start-regexp)
3765         (hs-block-start-mdata-select, hs-block-end-regexp)
3766         (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
3767         remove corresponding `make-variable-buffer-local' top-level calls.
3769 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3771         Cleanup error signals.  (Bug#18067)
3772         * progmodes/python.el
3773         (python-indent-shift-left): Use user-error instead.
3774         (python-shell-prompt-detect): Use lwarn with python group.
3775         (python-completion-complete-at-point)
3776         (python-eldoc--get-doc-at-point): Don't signal error.
3778 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3780         Support for packages in Python shell.  (Bug#13570)
3781         * progmodes/python.el (python-shell--package-depth): New var.
3782         (python-shell-package-enable): New command.
3783         (python-util-list-directories, python-util-list-files)
3784         (python-util-list-packages): New functions.
3786 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3788         Faster comint output.  (Bug#16875)
3789         * progmodes/python.el:
3790         (python-comint-output-filter-function): Make obsolete.
3791         (python-comint-postoutput-scroll-to-bottom): New function.
3792         (inferior-python-mode): Set comint-output-filter-functions to a
3793         minimum.
3795 2014-07-27  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3797         * progmodes/python.el (python-shell-font-lock-post-command-hook):
3798         Safeguard current point and undo history.
3800 2014-07-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3802         Robust shell syntax highlighting.  (Bug#18084, Bug#16875)
3803         * progmodes/python.el:
3804         (python-shell-prompt-input-regexps): Add iPython block prompt.
3805         (python-shell-output-syntax-table): Delete var.
3806         (python-shell-font-lock-with-font-lock-buffer): New macro.
3807         (python-shell-font-lock-get-or-create-buffer)
3808         (python-shell-font-lock-kill-buffer)
3809         (python-shell-font-lock-cleanup-buffer)
3810         (python-shell-font-lock-post-command-hook)
3811         (python-shell-font-lock-turn-off): New functions.
3812         (python-shell-font-lock-turn-on): New function.
3813         (inferior-python-mode): Use it.
3814         (python-shell-font-lock-toggle): New command.
3815         (python-shell-font-lock-enable): Rename from
3816         python-shell-enable-font-lock.
3817         (run-python-internal): Use it.
3818         (python-shell-font-lock-comint-output-filter-function): New function.
3819         (python-shell-comint-end-of-output-p): New function.
3820         (python-shell-output-filter): Use it.
3821         (python-util-comint-last-prompt): New function.
3822         (python-util-text-properties-replace-name): New function.
3824 2014-07-25  Glenn Morris  <rgm@gnu.org>
3826         * vc/ediff-init.el (ediff-toggle-read-only-function):
3827         * vc/ediff-util.el (ediff-toggle-read-only):
3828         Replace obsolete toggle-read-only with read-only-mode.
3830 2014-07-24  Michael Albinus  <michael.albinus@gmx.de>
3832         * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
3833         with `save-match-data'.  (Bug#18095)
3835 2014-07-21  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3837         * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
3838         order to ensure that row and col are lexically bound inside the
3839         evaluated sexp.
3841 2014-07-21  Glenn Morris  <rgm@gnu.org>
3843         * progmodes/hideif.el (hide-ifdef-mode-submap):
3844         Also substitute read-only-mode.
3845         * bindings.el (mode-line-toggle-read-only):
3846         * bs.el (bs-toggle-readonly):
3847         * buff-menu.el (Buffer-menu-toggle-read-only):
3848         * dired.el (dired-toggle-read-only):
3849         * files.el (view-read-only, find-file-read-only)
3850         (find-file-read-only-other-window)
3851         (find-file-read-only-other-frame):
3852         * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
3853         Doc fixes re toggle-read-only.
3855 2014-07-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3857         * progmodes/python.el: Add comment about pipe buffering and
3858         solutions for missing/delayed output in inferior Python shells.
3859         (Bug#17304)
3861         * progmodes/python.el (python-mode): Don't set
3862         mode-require-final-newline.  (Bug#17990)
3864         Make python.el work with IPython automatically.  (Bug#15510)
3865         * progmodes/python.el:
3866         (python-shell-completion-setup-code): New value supporting iPython.
3867         (python-shell-completion-string-code): New value supporting iPython.
3868         (python-shell-completion-get-completions): Use them.
3869         (python-shell-completion-module-string-code): Make obsolete.
3870         (python-shell-prompt-input-regexps)
3871         (python-shell-prompt-output-regexps): Add safeguard for ipdb.
3872         (python-shell-output-filter): Fix comment typo.
3874         Fix Python shell prompts detection for remote hosts.
3875         * progmodes/python.el (python-shell-prompt-detect):
3876         Replace call-process with process-file and make it more robust.
3878         Autodetect Python shell prompts.  (Bug#17370)
3879         * progmodes/python.el:
3880         (python-shell-interpreter-interactive-arg)
3881         (python-shell-prompt-detect-enabled)
3882         (python-shell-prompt-detect-failure-warning)
3883         (python-shell-prompt-input-regexps)
3884         (python-shell-prompt-output-regexps): New vars.
3885         (python-shell-prompt-calculated-input-regexp)
3886         (python-shell-prompt-calculated-output-regexp): New vars.
3887         (python-shell-get-process-name)
3888         (python-shell-internal-get-process-name)
3889         (python-shell-output-filter)
3890         (python-shell-completion-get-completions): Use them.
3891         (python-shell-prompt-detect)
3892         (python-shell-prompt-validate-regexps): New functions.
3893         (python-shell-prompt-set-calculated-regexps): New function.
3894         (inferior-python-mode): Use it.  Also honor overriden
3895         python-shell-interpreter and python-shell-interpreter-args.
3896         (python-shell-make-comint): Honor overriden
3897         python-shell-interpreter and python-shell-interpreter-args.
3898         (python-shell-get-or-create-process): Make it testable by allowing
3899         to call run-python non-interactively.
3900         (python-util-valid-regexp-p): New function.
3901         (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
3902         (python-shell-prompt-output-regexp)
3903         (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
3905 2014-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3907         * emacs-lisp/smie.el (smie-config--guess-1): Split from
3908         smie-config--guess.
3909         (smie-config--guess): Use it.
3911         * emacs-lisp/edebug.el: Use nadvice.
3912         (edebug-original-read): Remove.
3913         (edebug--read): Rename from edebug-read and add `orig' arg.
3914         (edebug-uninstall-read-eval-functions)
3915         (edebug-install-read-eval-functions): Use nadvice.
3916         (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
3917         (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
3918         (edebug-read-string, edebug-read-function): Use just `read'.
3919         (edebug-original-debug-on-entry): Remove.
3920         (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
3921         `orig' arg.
3922         (debug-on-entry): Override with nadvice.
3924         * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
3925         it also makes sense to bind it to a non-mouse event.
3927         * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
3929 2014-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
3932         (bug#18015).
3934         * rect.el (rectangle--string-preview): Don't assume there
3935         a non-nil default (bug#17984).
3937 2014-07-16  Glenn Morris  <rgm@gnu.org>
3939         * desktop.el (after-init-hook): Disable startup frame restoration
3940         in non-graphical situations.  (Bug#17693)
3942         * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
3943         if it was "empty", or used for a different set of files.  (Bug#17884)
3945 2014-07-16  Eli Zaretskii  <eliz@gnu.org>
3947         * bindings.el (mode-line-remote): If default-directory is not a
3948         string, don't call file-remote-p on it; instead state in the
3949         help-echo that it is nil.  (Bug#17986)
3951 2014-07-14  Daniel Colascione  <dancol@dancol.org>
3953         * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
3954         to `macroexpand-all'
3956         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
3957         Use `macroexpand-all' instead of `cl-macroexpand-all'.
3959 2014-07-12  Paul Eggert  <eggert@cs.ucla.edu>
3961         Fix bug: C-x v v discarded existing log message (Bug#17884).
3962         * vc/vc-dispatcher.el (vc-log-edit):
3963         Don't clobber an already-existing log message.
3965 2014-07-12  Glenn Morris  <rgm@gnu.org>
3967         * vc/log-edit.el (log-edit-changelog-entries):
3968         Check for a visited-but-never-saved ChangeLog.
3970 2014-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3972         * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
3973         a non-existing file (bug#17970).
3975         * faces.el (face-name): Undo last change.
3976         (x-resolve-font-name): Don't call face-name (bug#17956).
3978 2014-07-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
3980         Fix dedenters and electric colon handling. (Bug#15163)
3981         * progmodes/python.el
3982         (python-rx-constituents): Add dedenter and block-ender.
3983         (python-indent-dedenters, python-indent-block-enders): Delete.
3984         (python-indent-context): Return new case for dedenter-statement.
3985         (python-indent-calculate-indentation): Handle new case.
3986         (python-indent-calculate-levels): Fix levels calculation for
3987         dedenter statements.
3988         (python-indent-post-self-insert-function): Fix colon handling.
3989         (python-info-dedenter-opening-block-message): New function.
3990         (python-indent-line): Use it.
3991         (python-info-closing-block)
3992         (python-info-closing-block-message): Remove.
3993         (python-info-dedenter-opening-block-position)
3994         (python-info-dedenter-opening-block-positions)
3995         (python-info-dedenter-statement-p): New functions.
3997 2014-07-11  Dmitry Antipov  <dmantipov@yandex.ru>
3999         * files.el (out-of-memory-warning-percentage): New defcustom.
4000         (warn-maybe-out-of-memory): Use it.
4002 2014-07-11  Michael Albinus  <michael.albinus@gmx.de>
4004         * subr.el (read-passwd): Use `read-hide-char' if non-nil.  Bind it
4005         when calling `read-string'.  (Bug#17839)
4007 2014-07-10  Eli Zaretskii  <eliz@gnu.org>
4009         * files.el (warn-maybe-out-of-memory): Fix the wording of the
4010         warning.
4012 2014-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
4014         * files.el (warn-maybe-out-of-memory): New function.
4015         (find-file-noselect): Use it.
4017 2014-07-09  Sam Steingold  <sds@gnu.org>
4019         * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
4020         `constant' like `bless', `return' &c
4022 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * rect.el (apply-on-rectangle): Check forward-line really moved to the
4025         next line.
4027 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4029         * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
4030         the middle of a line (bug#17896).
4032 2014-07-09  Juri Linkov  <juri@jurta.org>
4034         * startup.el (command-line): Append displaying the warning about
4035         the errors in the init file to the end of `after-init-hook'.
4036         (Bug#17927)
4038         * faces.el (face-name): Return input arg `face' as-is
4039         when it's not a symbol.
4040         (x-resolve-font-name): Don't check if the face is a symbol.
4041         (Bug#17956)
4043         * facemenu.el (list-colors-print): In help-echo format use %.2f
4044         instead of %d because now HSV values are floating-point components
4045         between 0.0 and 1.0.
4047 2014-07-09  Glenn Morris  <rgm@gnu.org>
4049         * emulation/cua-rect.el (cua--activate-rectangle):
4050         Avoid setting cua--rectangle to nil.  (Bug#17877)
4052 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
4054         * calendar/todo-mode.el: Fix wrong-type-argument error when
4055         marking multiple consecutive items.
4056         (todo-toggle-mark-item): Don't try to mark the empty lines at the
4057         end of the todo and done items sections.  Note in doc string that
4058         items marked by passing a numeric prefix argument can include the
4059         last todo and first done items.
4060         (todo-mark-category): Don't try to mark the empty line between the
4061         todo and done items sections.
4063 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4065         * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
4066         proper Lisp quoting (bug#17934).
4068         * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
4069         require-final-newline since prog-mode already took care of it (bug#17947).
4071 2014-07-09  Stephen Berman  <stephen.berman@gmx.net>
4073         * calendar/todo-mode.el: Fix two bugs.  Shorten Commentary and
4074         refer to the Todo mode Info manual.  Update the comment on
4075         requiring cl-lib.
4076         (todo-find-filtered-items-file): Add todo-prefix overlays.
4077         (todo-filter-items): Reorder a let-bound variable to avoid a
4078         wrong-type-argument error on canceling the file choice dialog.
4080 2014-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4082         * progmodes/octave.el (inferior-octave-mode):
4083         Set comint-input-ring-size to a number (bug#17912).
4085 2014-07-09  Juri Linkov  <juri@jurta.org>
4087         * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
4088         and `isearch-mode' associated with nil.  (Bug#17849)
4090 2014-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4092         * linum.el (linum--face-height): New function (bug#17813).
4093         (linum-update-window): Use it to adjust margin to linum's width.
4095         * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
4096         * eshell/em-smart.el (eshell-smart-scroll-window):
4097         Use with-selected-window.
4099         * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
4100         Remove also pointless window&mark manipulation.
4102         * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
4103         (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
4104         (perl-continuation-line-p): Don't skip over anything else than labels.
4105         Return the previous char.
4106         (perl-calculate-indent): Use syntax-ppss instead of parse-start
4107         and update callers accordingly.  For continuation lines, check the
4108         the case of array hashes.
4109         (perl-backward-to-noncomment): Make it non-interactive.
4110         (perl-backward-to-start-of-continued-exp): Rewrite.
4112 2014-07-08  Sam Steingold  <sds@gnu.org>
4114         * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
4115         New user commands.
4117 2014-07-08  Juri Linkov  <juri@jurta.org>
4119         * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
4120         (vc-annotate-color-map): Use less saturated colors (20%) for
4121         background-mode.
4122         (vc-annotate-very-old-color): Add default value for background-mode.
4123         (vc-annotate-background): Set default value to nil since now text on
4124         the default backgrounds should be legible in light and dark modes.
4125         (vc-annotate-lines): Use `vc-annotate-background-mode'.  Doc fix.
4126         (Bug#17808)
4128 2014-07-08  Juri Linkov  <juri@jurta.org>
4130         * simple.el (transpose-chars): Don't move point into read-only area.
4131         (Bug#17829)
4133 2014-07-08  Juri Linkov  <juri@jurta.org>
4135         * window.el (with-displayed-buffer-window): New macro.
4136         (with-temp-buffer-window, with-current-buffer-window):
4137         Use `macroexp-let2' to evaluate and bind variables
4138         in the same order as macro arguments.
4139         (display-buffer--action-function-custom-type):
4140         Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
4142         * minibuffer.el (minibuffer-completion-help): Replace
4143         `with-output-to-temp-buffer' with `with-displayed-buffer-window'
4144         with actions that display *Completions* at-bottom when called
4145         from the minibuffer, or below-selected in a normal buffer.
4146         Associate `window-height' with `fit-window-to-buffer'.
4147         Let-bind `pop-up-windows' to nil.
4149         * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
4150         instead of `with-current-buffer-window'.  (Bug#17809)
4152 2014-07-07  Luke Lee  <luke.yx.lee@gmail.com>
4154         * progmodes/hideif.el (hide-ifdef-env): Change to global.
4155         (hide-ifdef-env-backup): New variable.
4156         (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
4157         New customizable variables.
4158         (hif-clear-all-ifdef-defined): New defun.
4159         (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
4160         (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
4161         (hif-tokenize): Fix for MS-DOS/Win EOL style.
4162         (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
4163         Fix bug to hide the correct #elif region(s).
4164         (hif-range-elif): New defun.
4165         (hif-recurse-level): New var.
4166         (hif-evaluate-region, hif-evaluate-macro): New defun.
4167         (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
4168         fully hidden.
4169         (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
4170         Better interaction.
4172 2014-07-04  Michael Albinus  <michael.albinus@gmx.de>
4174         * net/dbus.el (dbus-peer-handler): New defun.
4175         (dbus-register-service): Register it.  (Bug#17858)
4176         (dbus-managed-objects-handler): Fix docstring.
4178 2014-07-04  Phil Sainty  <psainty@orcon.net.nz>
4180         * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
4181         (narrow-to-defun): New arg include-comments, defaulting to it
4182         (bug#16328).
4184 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4186         * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
4187         different calling convention to rectangle--unhighlight-for-redisplay.
4189 2014-07-03  Michael Albinus  <michael.albinus@gmx.de>
4191         * net/tramp.el (tramp-call-process): Handle error strings.
4193         * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
4195         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
4196         (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
4198         * net/trampver.el: Update release number.
4200 2014-07-03  Juri Linkov  <juri@jurta.org>
4202         * desktop.el (desktop-save): Rename arg `auto-save' to
4203         `only-if-changed'.  Doc fix.  (Bug#17873)
4205 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4208         Use insert-for-yank (bug#17271).
4210 2014-07-03  Leo Liu  <sdl.web@gmail.com>
4212         * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
4213         Support lexical-binding.
4215 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4217         * vc/log-edit.el (log-edit-goto-eoh): New function.
4218         (log-edit--match-first-line): Use it (bug#17861).
4220 2014-07-03  Glenn Morris  <rgm@gnu.org>
4222         * vc/log-edit.el (log-edit-hook): Add missing :version.
4224 2014-07-03  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4226         * progmodes/python.el (python-indent-post-self-insert-function):
4227         Enhancements to electric indentation behavior inside
4228         parens. (Bug#17658)
4230 2014-07-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
4233         buffer-invisibility-spec (bug#17867).
4235 2014-07-03  Andreas Schwab  <schwab@linux-m68k.org>
4237         * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
4238         pass "-a".
4240 2014-07-03  Glenn Morris  <rgm@gnu.org>
4242         * cus-edit.el (help):
4243         * finder.el (finder-known-keywords):
4244         * help.el (help-for-help-internal):
4245         * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
4246         (ediff-redraw-registry-buffer):
4247         * vc/ediff-ptch.el (ediff-patch-file-internal):
4248         Doc fixes re "online" help.  (Bug#17803)
4250         * progmodes/idlwave.el (idlwave): Update url-link for custom group.
4251         (idlwave-mode): Doc URL update.
4253 2014-07-01  Juri Linkov  <juri@jurta.org>
4255         * man.el: Display man pages immediately and use process-filter
4256         to format them asynchronously.
4257         (Man-width): Doc fix.
4258         (man): Doc fix.
4259         (Man-start-calling): Use `with-selected-window' to get
4260         `frame-width' and `window-width'.
4261         (Man-getpage-in-background): Call `Man-notify-when-ready'
4262         immediately after creating a new buffer.  Call `Man-mode' and set
4263         `mode-line-process' in the created buffer.  Set process-filter to
4264         `Man-bgproc-filter' in start-process branch.  In call-process branch
4265         call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
4266         Use `Man-start-calling' inside `with-current-buffer'.
4267         (Man-fontify-manpage): Don't print messages.  Fix boundary condition.
4268         (Man-cleanup-manpage): Don't print messages.
4269         (Man-bgproc-filter): New function.
4270         (Man-bgproc-sentinel): Add `save-excursion' to keep point when
4271         user moved it during asynchronous formatting.  Move calls of
4272         `Man-fontify-manpage' and `Man-cleanup-manpage' to
4273         `Man-bgproc-filter'.  Move the call of `Man-mode' to
4274         `Man-getpage-in-background'.  Use `quit-restore-window'
4275         instead of `kill-buffer'.  Use `message' instead of `error'
4276         because errors are caught by process sentinel.
4277         (Man-mode): Move calls of `Man-build-page-list',
4278         `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
4279         `Man-bgproc-sentinel'.  Doc fix.  (Bug#2588, bug#5054, bug#9084, bug#17831)
4281         * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
4282         for the message about the man page cleaned up.
4284 2014-07-01  Mario Lang  <mlang@delysid.org>
4286         * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
4287         cosutomization option `gnutls-verify-error'.
4289 2014-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4291         * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
4292         Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
4294         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
4295         (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
4296         is suspended (bug#17857).
4298 2014-07-01  Michael Albinus  <michael.albinus@gmx.de>
4300         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4301         Prefer utf-8 coding.  (Bug#17859)
4303 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4305         * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
4306         for `reverse'.
4308 2014-06-30  Glenn Morris  <rgm@gnu.org>
4310         * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
4311         (autoload-ensure-default-file): Maybe make existing output writable.
4312         * Makefile.in (AUTOGEN_VCS): Remove.
4313         (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
4315 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4317         * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
4319 2014-06-30  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4321         New if-let, when-let, thread-first and thread-last macros.
4323         * emacs-lisp/subr-x.el
4324         (internal--listify, internal--check-binding)
4325         (internal--build-binding-value-form, internal--build-binding)
4326         (internal--build-bindings): New functions.
4327         (internal--thread-argument, thread-first, thread-last)
4328         (if-let, when-let): New macros.
4330 2014-06-30  Grégoire Jadi  <daimrod@gmail.com>
4332         * net/rcirc.el (rcirc-buffer-process): Restore previous
4333         behaviour.  (Bug#17772)
4335 2014-06-29  Alan Mackenzie  <acm@muc.de>
4337         Don't call c-parse-state when c++-template-syntax-table is active.
4338         * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
4339         (c-guess-basic-syntax CASE 5D.3): Rearrange so that
4340         c-syntactic-skip-backwards isn't called with the pertinent syntax table.
4342 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
4344         * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
4345         account for file-wide setting of todo-top-priorities-overrides.
4346         Make code a bit cleaner.
4348 2014-06-28  Glenn Morris  <rgm@gnu.org>
4350         * net/eww.el (eww-mode) <eww-current-title>: Make local.  (Bug#17860)
4352 2014-06-28  Stephen Berman  <stephen.berman@gmx.net>
4354         * calendar/todo-mode.el (todo-prefix-overlays): If there is no
4355         category-wide setting of todo-top-priorities-overrides, check for
4356         a file-wide setting and fontify accordingly.
4358 2014-06-28  Glenn Morris  <rgm@gnu.org>
4360         * subr.el (read-passwd): Warn about batch mode.  (Bug#17839)
4362 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * progmodes/hideif.el: Use lexical-binding.  Fix up cl-lib usage.
4366 2014-06-28  K. Handa  <handa@gnu.org>
4368         Fix Bug#17739.
4370         * composite.el: Setup composition-function-table for dotted circle.
4371         (compose-gstring-for-dotted-circle): New function.
4373         * international/characters.el: Add category "^" to all
4374         non-spacing characters.
4376 2014-06-28  Glenn Morris  <rgm@gnu.org>
4378         * Makefile.in (doit): Remove force rule.
4379         (custom-deps, finder-data, autoloads, update-subdirs)
4380         (compile-one-process): PHONY targets do not need force rules.
4382         * Makefile.in (compile-main, compile, compile-always):
4383         No need to explicitly pass variables to ourself in recursive calls.
4385 2014-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
4389 2014-06-26  Glenn Morris  <rgm@gnu.org>
4391         * Makefile.in (update-authors): Update for moved authors.el.
4393 2014-06-26  Leo Liu  <sdl.web@gmail.com>
4395         * skeleton.el (skeleton-end-hook): Default to nil and move the
4396         work to skeleton-insert.  (Bug#17850)
4398 2014-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
4400         * calc/calc-alg.el (math-beforep):
4401         * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
4402         Simplify because string-lessp can accept symbols as args.
4404 2014-06-26  Daiki Ueno  <ueno@gnu.org>
4406         * emacs-lisp/package.el (package--check-signature):
4407         If package-check-signature is allow-unsigned, don't signal error when
4408         we can't verify signature because of missing public key
4409         (bug#17625).
4411 2014-06-26  Glenn Morris  <rgm@gnu.org>
4413         * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
4414         Remove outdated declaration.
4416         * emacs-lisp/authors.el (authors-valid-file-names)
4417         (authors-renamed-files-alist): Additions.
4419 2014-06-26  Leo Liu  <sdl.web@gmail.com>
4421         * textmodes/picture.el (picture-set-tab-stops):
4422         * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
4423         (ruler-mode-ruler): Fix to work with nil tab-stop-list.
4425         * progmodes/asm-mode.el (asm-calculate-indentation):
4426         Use indent-next-tab-stop.
4428         * indent.el (indent-accumulate-tab-stops): New function.
4430 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4432         * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
4433         (package-desc-status): Obey it.
4435 2014-06-26  Stephen Berman  <stephen.berman@gmx.net>
4437         * calendar/todo-mode.el: Fix two bugs.
4438         (todo-insert-item--basic): If user cancels item insertion to
4439         another category before setting priority, show original category
4440         whether it is in the same or a different file.
4441         (todo-set-item-priority): After selecting category, instead of
4442         moving point to top, which extends an active region, restore it.
4444 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * help-fns.el (describe-function-1): Check file-name is a string before
4447         calling help-fns--autoloaded-p (bug#17564).
4449 2014-06-26  Juri Linkov  <juri@jurta.org>
4451         * desktop.el (desktop-auto-save-enable)
4452         (desktop-auto-save-disable): New functions.
4453         (desktop-save-mode, desktop-auto-save-timeout): Use them.
4454         (desktop-read): Disable the autosave before loading the desktop,
4455         and enable afterwards.  (Bug#17351)
4457 2014-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4459         Fix some indentation problem with \; and pipes (bug#17842).
4460         * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
4461         (sh-smie--default-forward-token, sh-smie--default-backward-token):
4462         New functions.
4463         (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
4464         (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
4465         (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
4467 2014-06-26  Glenn Morris  <rgm@gnu.org>
4469         * emacs-lisp/find-func.el (find-function-C-source-directory):
4470         Use file-accessible-directory-p.
4472         * ps-samp.el: Make it slightly less awful.
4473         (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
4474         (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
4475         Only set local values.
4476         (ps-article-subject, ps-article-author): Use standard functions
4477         like mail-fetch-field.
4478         (ps-info-file, ps-info-node): Use match-string.
4479         (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
4480         (ps-samp-ps-setup): ... new function.
4482         * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
4483         Optimize away code unneeded on any modern Emacs.
4485         * emacs-lisp/authors.el: Move to ../admin.
4487         * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
4489 2014-06-26  Luke Lee  <luke.yx.lee@gmail.com>
4491         * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
4492         (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
4493         performance enhancements.
4494         (hif-parse-if-exp): Rename to `hif-parse-exp'.  Enhance for macro
4495         expansion.
4496         (hif-factor, hif-string-concatenation, intern-safe): Support string
4497         concatenation and argumented macro expansion.
4498         (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
4499         (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
4500         (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
4501         (hif-canonicalize-tokens, hif-place-macro-invocation)
4502         (hif-parse-macro-arglist): Mostly new functions for supporting
4503         argumented macro expansion.
4504         (hif-string-concatenation, hif-stringify, hif-token-concat)
4505         (hif-token-stringification, hif-token-concatenation):
4506         Stringification and concatenation.
4507         (hif-find-next-relevant): Fix comments.
4508         (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
4509         some cases involving #elif.
4510         (hif-find-define, hif-add-new-defines): New functions for automatically
4511         scanning of defined symbols.
4512         (hide-ifdef-guts): Fix for defined symbol auto scanning.
4513         (hide-ifdef-undef): Fix behavior to match CPP.
4515 2014-06-25  Glenn Morris  <rgm@gnu.org>
4517         * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
4518         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
4519         ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
4520         files.  They are not relevant to the original issue (bug#1004),
4521         and cause unnecessary recompilation (bug#2151).
4523 2014-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * play/landmark.el: Use lexical-binding and avoid `intangible'.
4526         (landmark--last-pos): New var.
4527         (landmark--intangible-chars): New const.
4528         (landmark--intangible): New function.
4529         (landmark-mode, landmark-move): Use it.
4530         (landmark-mode): Remove properties.
4531         (landmark-plot-square, landmark-point-square, landmark-goto-xy)
4532         (landmark-cross-qtuple):
4533         Don't worry about `intangible' any more.
4534         (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
4535         (landmark-init-display): Don't set `intangible' and `point-entered'.
4536         (square): Remove.  Inline it instead.
4537         (landmark--distance): Rename from `distance'.
4538         (landmark-calc-distance-of-robot-from): Rename from
4539         calc-distance-of-robot-from.
4540         (landmark-calc-smell-internal): Rename from calc-smell-internal.
4542 2014-06-25  Dmitry Antipov  <dmantipov@yandex.ru>
4544         * files.el (dir-locals-find-file, file-relative-name):
4545         * info.el (Info-complete-menu-item):
4546         * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
4547         to compare-strings to avoid out-of-range errors.
4548         * subr.el (string-prefix-p): Adjust to match strict range
4549         checking in compare-strings.
4551 2014-06-24  Leonard Randall  <leonard.a.randall@gmail.com>  (tiny change)
4553         * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
4554         for comment lines non-greedy and stopping at newlines to fix stack
4555         overflows with large files.
4557 2014-06-24  Eli Barzilay  <eli@barzilay.org>
4559         * calculator.el (calculator-last-input): Drop 'ascii-character property
4560         lookup.
4562 2014-06-24  Leo Liu  <sdl.web@gmail.com>
4564         * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
4565         tab-stop-list to nil.  (Bug#16381)
4567         * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
4568         (indent-rigidly-left-to-tab-stop)
4569         (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
4570         (move-to-tab-stop): Change callers.
4572 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
4574         * skeleton.el (skeleton-insert): Yet another fix of the doc string
4575         wrt behavior of \n as the first/last element of a skeleton.
4577 2014-06-24  Michael Albinus  <michael.albinus@gmx.de>
4579         * net/tramp-adb.el (tramp-adb-handle-process-file):
4580         * net/tramp-sh.el (tramp-sh-handle-process-file):
4581         * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
4582         the output buffer when DISPLAY is non-nil.  (Bug#17815)
4584 2014-06-24  Glenn Morris  <rgm@gnu.org>
4586         * play/landmark.el (landmark-move-down, landmark-move-up):
4587         Fix 2007-10-20 change - preserve horizontal position.
4589 2014-06-23  Sam Steingold  <sds@gnu.org>
4591         * simple.el (kill-append): Remove undo boundary depending on ...
4592         (kill-append-merge-undo): New user option.
4594 2014-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         * simple.el (handle-shift-selection, exchange-point-and-mark)
4597         (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
4598         (transient-mark-mode): Use&set the global value.
4599         * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
4600         * emulation/edt.el (edt-emulation-off): Save&restore the global
4601         transient-mark-mode setting.
4602         * obsolete/pc-select.el (pc-selection-mode): Use the
4603         transient-mark-mode function.
4605 2014-06-23  Eli Zaretskii  <eliz@gnu.org>
4607         * international/fontset.el (script-representative-chars):
4608         Add representative characters for scripts added in Unicode 7.0.
4609         (otf-script-alist): Synchronize with the latest registry of OTF
4610         script tags.
4612         * international/characters.el (char-script-table): Update for
4613         scripts added and codepoint ranges changed in Unicode 7.0.
4615 2014-06-23  Eli Barzilay  <eli@barzilay.org>
4617         * calculator.el (calculator-standard-displayer): Fix bug in use of
4618         `calculator-groupize-number'.
4619         (calculator-funcall): Fix broken `cl-flet' use by moving it into the
4620         `eval' code, so it works in v24.3.1 too.
4621         (calculator-last-input): Comment to clarify purpose.
4623 2014-06-22  Mario Lang  <mlang@delysid.org>
4625         * textmodes/rst.el (rst-comment-region): From from -> from.
4627         * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
4629 2013-06-22  Dmitry Antipov  <dmantipov@yandex.ru>
4631         * electric.el (electric-layout-post-self-insert-function):
4632         * emacs-lisp/ert.el (ert--insert-infos):
4633         * obsolete/vi.el (vi-set-mark):
4634         * term.el (term-handle-scroll):
4635         * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
4636         * wid-edit.el (widget-editable-list-value-create):
4637         Prefer point-marker to copy-marker of point.
4639 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4641         Fix completion retrieval parsing (bug#17209).
4642         * progmodes/python.el (python-mode):
4643         (python-util-strip-string): New function.
4644         (python-shell-completion-get-completions): Use it.
4646 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4648         * skeleton.el (skeleton-insert): Fix last change.
4650 2014-06-21  Fabián Ezequiel Gallina  <fgallina@gnu.org>
4652         Enhancements for outline integration (bug#17796).
4653         * progmodes/python.el (python-mode): Properly set
4654         outline-heading-end-regexp so that comments after colons for
4655         defuns are supported.
4657 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4659         * skeleton.el (skeleton-insert): Doc fix.
4661 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4663         * emacs-lisp/smie.el (smie-config--guess): Fix typo.
4664         (smie-config-guess): Use smie-config-local so the rules are obeyed
4665         (bug#17818).
4667         * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
4668         since it's already done inside the loop (bug#17819).
4670 2014-06-21  Martin Rudalics  <rudalics@gmx.at>
4672         * mouse.el (mouse-drag-line): Re-remove code initially removed
4673         on 2013-03-09 and inadvertently reintroduced on 2013-11-30
4674         (Bug#17819).
4676 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4678         * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
4679         align with the surrounding parent (bug#17721).
4681 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4683         * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
4684         locally to nil.
4685         (texinfo-insert-block, texinfo-insert-@end)
4686         (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
4687         local setting of skeleton-end-newline by adding an explicit \n to
4688         the skeletons where appropriate.  (Bug#17801)
4690 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4692         * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
4693         (smie-indent--hanging-p): Use it.
4694         * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
4696 2014-06-21  Leo Liu  <sdl.web@gmail.com>
4698         * simple.el (read-quoted-char): Don't let help chars pop up help
4699         buffer.  (Bug#16617)
4701 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
4704         for | (bug#17621).
4706         * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
4707         Drop unknown events instead of burping.
4709 2014-06-21  Eli Zaretskii  <eliz@gnu.org>
4711         * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
4712         and later.  (Bug#17790)
4714 2014-06-21  Juri Linkov  <juri@jurta.org>
4716         * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
4717         to `soft'.  (Bug#17554)
4719 2014-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * delsel.el (electric-newline-and-maybe-indent): Mark it as well
4722         (bug#17737).
4724 2014-06-21  Dmitry Gutov  <dgutov@yandex.ru>
4726         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
4727         `!' in `!~' with `font-lock-negation-char-face'.  (Bug#17732)
4729 2014-06-21  Michael Albinus  <michael.albinus@gmx.de>
4731         * net/dbus.el (dbus-call-method): Push only non D-Bus events into
4732         `unread-command-events'.
4734 2014-06-19  William Xu  <william.xwl@gmail.com>
4736         * progmodes/hideif.el (hif-string-to-number): Don't return float for
4737         hex integer constants (bug#17807).
4739 2014-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4741         * international/mule-util.el (truncate-string-ellipsis): New var.
4742         (truncate-string-to-width): Use it.
4744 2014-06-19  Robert Brown  <robert.brown@gmail.com>  (tiny change)
4746         * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
4747         (lisp-string-in-doc-position-p): New function, extracted from
4748         lisp-font-lock-syntactic-face-function.
4749         (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
4751 2014-06-19  Grégoire Jadi  <daimrod@gmail.com>
4753         * net/rcirc.el (rcirc-omit-mode): Fix recenter error.  (Bug#17769)
4755 2014-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
4758         (bubbles--game-over): Don't add `intangible' properties since they
4759         didn't work anyway.
4761 2014-06-18  Juri Linkov  <juri@jurta.org>
4763         * vc/ediff-init.el (ediff-current-diff-Ancestor)
4764         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
4765         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
4766         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
4767         Add `min-colors 88' version with removed black/white foregrounds.
4768         (Bug#10181)
4770 2014-06-18  Juri Linkov  <juri@jurta.org>
4772         * vc/diff-mode.el (diff-changed): Empty face definition to use
4773         `diff-removed' and `diff-added' on tty as well.  (Bug#10181)
4774         (diff-context): Use darker color on light background and
4775         lighter color on dark background.
4777 2014-06-18  Juri Linkov  <juri@jurta.org>
4779         * vc/diff-mode.el (diff-refine-changed): Rename from
4780         `diff-refine-change' for consistency with `diff-changed'.
4781         (diff-refine-change): Add obsolete face alias.  (Bug#10181)
4783         * vc/smerge-mode.el (smerge-refined-changed): Rename from
4784         `smerge-refined-change'.
4785         (smerge-refined-change): Add obsolete face alias.
4787 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4789         * rect.el (rectangle-preview): New custom.
4790         (rectangle): New group.
4791         (rectangle--pos-cols): Add `window' argument.
4792         (rectangle--string-preview-state, rectangle--string-preview-window):
4793         New vars.
4794         (rectangle--string-flush-preview, rectangle--string-erase-preview)
4795         (rectangle--space-to, rectangle--string-preview): New functions.
4796         (string-rectangle): Use them.
4797         (rectangle--inhibit-region-highlight): New var.
4798         (rectangle--highlight-for-redisplay): Obey it.  Make sure
4799         `apply-on-region' uses the point-crutches of the right window.
4800         Use :align-to rather than multiple spaces.
4802 2014-06-16  Andrea Rossetti  <andrea.rossetti@gmail.com>  (tiny change)
4804         * ruler-mode.el (ruler-mode-window-col)
4805         (ruler-mode-mouse-set-left-margin)
4806         (ruler-mode-mouse-set-right-margin): Fix calculation of column
4807         from mouse position (Bug#17768).
4809 2014-06-16  Ron Schnell  <ronnie@driver-aces.com>
4811         * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
4812         without varname or rhs causes crash.
4813         (dun-ftp): Fix bug where blank ftp password is allowed, making it
4814         impossible to win endgame.
4815         (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
4816         rlogin is anymore.
4817         (dun-help): Bump version number; update contact info.
4819 2014-06-15  Eli Barzilay  <eli@barzilay.org>
4821         * calculator.el (calculator-prompt, calculator-remove-zeros)
4822         (calculator-mode-hook, calculator-operators, calculator-stack)
4823         (calculator-mode): Tweak docstring.
4824         (calculator-user-operators): Tweak docstring, fix a bug in the last
4825         example.
4826         (calculator-displayer): `std' case has an optional boolean.
4827         (calculator-displayers): Use the new boolean to group in decimal mode.
4828         (calculator-mode-map, calculator, calculator-message)
4829         (calculator-op-arity, calculator-add-operators)
4830         (calculator-string-to-number, calculator-displayer-prev)
4831         (calculator-displayer-next, calculator-remove-zeros)
4832         (calculator-eng-display, calculator-number-to-string)
4833         (calculator-update-display, calculator-last-input)
4834         (calculator-clear-fragile, calculator-digit, calculator-decimal)
4835         (calculator-exp, calculator-saved-move, calculator-clear)
4836         (calculator-copy, calculator-put-value, calculator-help)
4837         (calculator-expt, calculator-truncate): Minor code improvements.
4838         (calculator-need-3-lines): New function pulling out code from
4839         `calculator'.
4840         (calculator-get-display): Rename from `calculator-get-prompt', and
4841         improved.
4842         (calculator-push-curnum): Rename from `calculator-curnum-value', and
4843         extended for all uses of it.  All callers changed.
4844         (calculator-groupize-number): New utility for splitting a number into
4845         groups.
4846         (calculator-standard-displayer): Improve code, new optional argument to
4847         use comma-split groups, make second argument optional too to use with
4848         'left/'right inputs.  All callers changed.
4849         (calculator-reduce-stack-once): New utility, doing the meat of what
4850         `calculator-reduce-stack' used to do, much improved (mostly using
4851         `pcase' for conciseness and clarity).
4852         (calculator-reduce-stack): Now doing just the reduction loop using
4853         `calculator-reduce-stack-once'.
4854         (calculator-funcall): Improve code, make it work in v24.3.1 too.
4855         (calculator-last-input): Improve code, remove some old cruft.
4856         (calculator-quit): Kill `calculator-buffer' in electric mode too.
4857         (calculator-integer-p): Remove.
4858         (calculator-fact): Improve code, make it work on non-integer values
4859         too (using truncated numbers).
4861 2014-06-15  Michael Albinus  <michael.albinus@gmx.de>
4863         Sync with Tramp 2.2.10.
4865         * net/tramp.el (tramp-methods): Tweak docstring.
4866         (tramp-handle-file-accessible-directory-p): Check for
4867         `file-readable-p' instead of `file-executable-p'.
4868         (tramp-check-cached-permissions):
4869         Use `tramp-compat-file-attributes'.
4870         (tramp-call-process): Add new argument VEC.  Adapt callees in all
4871         tramp*.el files.
4873         * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
4874         (tramp-adb-maybe-open-connection): Don't set
4875         `tramp-current-*' variables.
4877         * net/tramp-cache.el (tramp-flush-file-function): Do not flush
4878         file properties of temporary buffers.
4880         * net/tramp-ftp.el (top): Remove special handling for URL syntax.
4882         * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
4883         (tramp-gvfs-handle-delete-file): Flush file
4884         properties, not directory properties.
4885         (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
4886         reading "unix::mode".
4887         (tramp-gvfs-handle-file-name-all-completions):
4888         Use "-h" option for "gvfs-ls".
4889         (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
4890         (tramp-gvfs-send-command): Simplify traces.
4892         * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
4893         (vc-git-program, vc-hg-program): Declare.
4894         (tramp-methods) <sftp>: Remove.  It has never worked satisfactorily.
4895         (tramp-methods) <nc>: Add new method.
4896         (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
4897         (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
4898         `tramp-login-args'.
4899         (tramp-default-user-alist): Add "nc".
4900         (top): Remove completion function for "sftp".  Add completion
4901         functions for "nc" and "psftp".
4902         (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
4903         Implement support for "nc" method.
4904         (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
4905         (tramp-remote-coding-commands, tramp-call-local-coding-command):
4906         Tweak docstring.
4907         (tramp-sh-handle-write-region): Tweak error message.
4908         (tramp-sh-handle-vc-registered): Remove backends when the remote
4909         binary does not exist.
4910         (tramp-find-inline-encoding): Do not raise an error.
4911         (tramp-make-copy-program-file-name): Tweak docstring.  Handle also
4912         the "nc" case.  Quote result also locally.
4914         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4915         (tramp-smb-handle-set-file-acl): Use `start-process'.
4916         (tramp-smb-handle-insert-directory): Use progress reporter.
4917         (tramp-smb-handle-rename-file): Flush also file properties of
4918         FILENAME.
4920         * net/trampver.el: Update release number.
4922 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
4925         add-to-list.
4926         (ses-localvars): Remove ses--local-printer-list, unused.
4927         (ses--metaprogramming): New macro.  Use it to defvar variables.
4928         (ses-set-localvars): Simplify.
4929         (ses--locprn, ses-cell): Use defstruct.  Change ses-cell's
4930         property-list into an alist.
4931         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
4932         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
4933         Remove; use defstruct accessors/setters instead.
4934         (ses-cell-formula-aset, ses-cell-printer-aset)
4935         (ses-cell-references-aset): Remove, use setf instead.
4936         (ses--alist-get): New function.
4937         (ses-cell-property): Rename from ses-cell-property-get and rewrite.
4938         Use an alist instead of a plist and don't do move-to-front since the
4939         list is always short.
4940         (ses-cell-property-get-fun, ses-cell-property-delq-fun)
4941         (ses-cell-property-set-fun, ses-cell-property-set)
4942         (ses-cell-property-pop-fun, ses-cell-property-get-handle)
4943         (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
4944         (ses--letref): New macro.
4945         (ses-cell-property-pop): Rewrite.
4946         (ses--cell): Rename from ses-cell and make it into a function.
4947         Make `formula' fallback on `value' if nil.
4948         (ses--local-printer): Rename from ses-local-printer and make it into
4949         a function.
4950         (ses-set-cell): Turn it into a macro so finding the accessor from the
4951         field name is done at compile time.
4952         (ses-repair-cell-reference-all): Test presence of `sym' rather than
4953         `ref' before adding `sym' to :ses-repair-reference.
4954         (ses-calculate-cell): Use ses--letref rather than
4955         ses-cell-property-get-handle.
4956         (ses-write-cells): Use a single prin1-to-string.
4957         (ses-setter-with-undo): New function.
4958         (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
4959         (ses-unset-with-undo): Remove.
4960         (ses-load): Prefer apply' over `eval'.
4961         (ses-read-printer, ses-set-column-width): Use standard "(default
4962         foo)" format.
4964 2014-06-15  Glenn Morris  <rgm@gnu.org>
4966         * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
4968         * progmodes/cc-langs.el: Require cl-lib.  (Bug#17463)
4969         Replace delete-duplicates and mapcan by cl- versions throughout.
4970         And cl-macroexpand-all by macroexpand-all.
4971         (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
4973 2014-06-15  Eli Zaretskii  <eliz@gnu.org>
4975         * subr.el (posn-col-row): Doc fix.  (Bug#17768)
4977 2014-06-15  Juri Linkov  <juri@jurta.org>
4979         * bindings.el: Put `ascii-character' property on keypad keys
4980         mapped to characters.  (Bug#17759)
4982 2014-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4984         * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
4985         bumping forward into a closing paren (bug#17761).
4987         * term/xterm.el (xterm--version-handler): Work around for OSX
4988         Terminal.app (bug#17607).
4990 2014-06-14  Ron Schnell  <ronnie@driver-aces.com>
4992         * play/dunnet.el (dun-describe-room, dun-mode):
4993         If a lamp is in the room, you won't be eaten by a grue.
4995 2014-06-13  Glenn Morris  <rgm@gnu.org>
4997         * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
4998         (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
4999         (compile-always): GNU make automatically passes
5000         command-line arguments to sub-makes.
5002         * calendar/calendar.el (calendar-generate-window):
5003         Remove pointless call to font-lock-fontify-buffer.
5005 2014-06-13  Matthias Meulien  <orontee@gmail.com>
5007         * simple.el (completion-list-mode-map): Navigate with tab and backtab
5008         (bug#17767).
5010 2014-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5012         * simple.el (set-mark-command): Simplify a bit.
5014 2014-06-12  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5016         * help.el (help--key-binding-keymap): New function.
5017         (help--binding-locus): New function.
5018         (describe-key): Mention the keymap in which the binding was
5019         found. (bug#13948)
5021 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5023         * hippie-exp.el (he--all-buffers): New function.
5024         (try-expand-line-all-buffers, try-expand-list-all-buffers)
5025         (try-expand-dabbrev-all-buffers): Use it.
5027 2014-06-12  Emilio C. Lopes  <eclig@gmx.net>
5029         * hippie-exp.el (try-expand-line-all-buffers)
5030         (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
5031         Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
5032         original buffer, in case they're buffer-local.
5034 2014-06-12  Vincent Belaïche  <vincentb1@users.sourceforge.net>
5036         * ses.el (ses-initial-global-parameters-re): New defconst, a
5037         specific regexp is needed now that ses.el can handle both
5038         file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
5039         local printers.
5040         (ses-localvars): Add local variables needed for local printer handling.
5041         (ses-set-localvars): Handle hashmap initialisation.
5042         (ses-paramlines-plist): Add param-line for number of local printers.
5043         (ses-paramfmt-plist): New defconst, needed for code factorization
5044         between functions `ses-set-parameter' and
5045         `ses-file-format-extend-paramter-list'
5046         (ses-make-local-printer-info): New defsubst.
5047         (ses-locprn-get-compiled, ses-locprn-compiled-aset)
5048         (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
5049         (ses-cell-printer-aset): New defmacro.
5050         (ses-local-printer-compile): New defun.
5051         (ses-local-printer): New defmacro.
5052         (ses-printer-validate, ses-call-printer): Add support for local
5053         printer functions.
5054         (ses-file-format-extend-paramter-list): New defun.
5055         (ses-set-parameter): Use const `ses-paramfmt-plist' for code
5056         factorization.
5057         (ses-load): Add support for local printer functions.
5058         (ses-read-printer): Update docstring and add support for local printer
5059         functions.
5060         (ses-refresh-local-printer, ses-define-local-printer): New defun.
5061         (ses-safe-printer): Add support for local printer functions.
5063 2014-06-12  Ivan Andrus  <darthandrus@gmail.com>
5065         * ffap.el (ffap-lax-url): New var (bug#17723).
5066         (ffap-url-at-point): Use it.
5067         (ffap-file-at-point): Avoid returning just "/".
5069 2014-06-12  Matthias Meulien  <orontee@gmail.com>
5071         * progmodes/python.el (import skeleton): New skeleton (bug#17672).
5072         (python-mode-map): Bind it.
5074         * progmodes/python.el (class skeleton): Don't erase last char of class
5075         name (bug#17683).
5077 2014-06-12  Cameron Desautels  <camdez@gmail.com>  (tiny change)
5079         * help.el (where-is): Use `default' arg of completing-read (bug#17705).
5081 2014-06-12  Kevin Ryde  <user42_kevin@yahoo.com.au>
5083         * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
5084         (bug#17745).
5086 2014-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * international/mule-cmds.el: Use lexical-binding.
5089         (ucs-names): Simplify.
5091 2014-05-18  Eric Hanchrow  <eric.hanchrow@gmail.com>
5093         * progmodes/python.el (run-python): Use read-shell-command.
5095 2014-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5097         * rect.el: Make it possible to move bounds past EOL or into TABs.
5098         (operate-on-rectangle): Use apply-on-rectangle.
5099         (rectangle--mark-crutches): New var.
5100         (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
5101         (rectangle--crutches, rectangle--reset-crutches): New functions.
5102         (apply-on-rectangle): Obey crutches.  Avoid setq.
5103         Fix missing final iteration if end is at EOB&BOL.
5104         (rectangle-mark-mode-map): Add remap bindings for
5105         exchange-point-and-mark and char/line movements.
5106         (rectangle--*-char): New function.
5107         (rectangle-exchange-point-and-mark, rectangle-right-char)
5108         (rectangle-left-char, rectangle-forward-char)
5109         (rectangle-backward-char, rectangle-next-line)
5110         (rectangle-previous-line): New commands.
5111         (rectangle--place-cursor): New function.
5112         (rectangle--highlight-for-redisplay): Use it.  Use apply-on-rectangle.
5114 2014-06-08  Glenn Morris  <rgm@gnu.org>
5116         * startup.el (initial-buffer-choice): Doc fix.
5117         Reset :version (adding an option does not merit a :version bump).
5119         * bookmark.el (bookmark-load):
5120         * uniquify.el (uniquify-buffer-name-style): Doc fixes.
5122 2014-06-08  Juri Linkov  <juri@jurta.org>
5124         * desktop.el: Activate auto-saving on window configuration changes.
5125         (desktop-save-mode, desktop-auto-save-timeout): Add/remove
5126         `desktop-auto-save-set-timer' to/from
5127         `window-configuration-change-hook'.
5128         (desktop-auto-save-set-timer): Change REPEAT arg of
5129         `run-with-idle-timer' from t to nil.
5130         http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
5132 2014-06-08  Santiago Payà i Miralta  <santiagopim@gmail.com>
5134         * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
5135         vc-hg-command (bug#17570).
5137 2014-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5139         * international/mule-cmds.el (ucs-names): Add special entry for BEL
5140         (bug#17702).
5142 2014-06-08  Glenn Morris  <rgm@gnu.org>
5144         * startup.el (window-setup-hook): Doc fix.
5146         * emacs-lisp/package.el (package-check-signature)
5147         (package-unsigned-archives): Doc fixes.
5149 2014-06-08  Martin Rudalics  <rudalics@gmx.at>
5151         * window.el (display-buffer-use-some-window): Don't make window
5152         used smaller than it was before (Bug#17671).
5154 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
5156         * menu-bar.el (menu-bar-open): Fix last change: use the PC
5157         'redisplay' instead of '(sit-for 0)'.
5159 2014-06-08  Michael Albinus  <michael.albinus@gmx.de>
5161         * net/tramp.el (tramp-ssh-controlmaster-options):
5162         Improve search regexp.  (Bug#17653)
5164 2014-06-08  Glenn Morris  <rgm@gnu.org>
5166         * emacs-lisp/package.el (package-pinned-packages): Doc fix.
5168 2014-06-08  Eli Zaretskii  <eliz@gnu.org>
5170         * menu-bar.el (menu-bar-open): Fix invocation via M-x.
5172 2014-06-06  Santiago Payà i Miralta  <santiagopim@gmail.com>
5174         * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
5175         (bug#17586).
5177         * vc/vc-hg.el (vc-hg-log-graph): New var.
5178         (vc-hg-print-log): Use it.
5179         (vc-hg-root-log-format): Include branch name and bookmarks; ignore
5180         graph output (bug#17515).
5182 2014-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5184         * mouse.el (mouse-posn-property): Ignore buffer position info when the
5185         even happened elsewhere.
5187 2014-06-06  Mario Lang  <mlang@delysid.org>
5189         * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
5190         `recenter' if `current-buffer' is equal to `window-buffer'.
5192 2014-06-05  Leo Liu  <sdl.web@gmail.com>
5194         * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
5196 2014-06-05  Michal Nazarewicz  <mina86@mina86.com>
5198         * textmodes/tildify.el (tildify-foreach-region-outside-env):
5199         New function which calls a callback on portions of the buffer that are
5200         outside of ignored environments.
5201         (tildify-build-regexp): Remove function since it is now
5202         incorporated in `tildify-foreach-region-outside-env' where it is
5203         optimized and simplified by the use of `mapconcat'.
5204         (tildify-tildify): Return number of substitutions made so that…
5205         (tildify-count): …can be removed.
5206         (tildify-find-env): Accept a new PAIRS argument which was
5207         previously looked up in `tildify-ignored-environments-alist' each
5208         time the function was called.  With this change, the lookup is
5209         performed only once in `tildify-foreach-region-outside-env'.
5210         (tildify-region): Greatly simplify the function since now most of
5211         the work is done by `tildify-foreach-region-outside-env'.
5212         (tildify-mode-alist): Simplify slightly by avoiding if and setq
5213         and instead using or.
5215         * textmodes/tildify.el (tildify-ignored-environments-alist):
5216         Optimize environments regexes
5218         Each time beginning of an environment to ignore is found,
5219         `tildify-find-env' needs to identify regexp for the ending
5220         of the environment.  This is done by trying all the opening
5221         regexes on matched text in a loop, so to speed that up, this
5222         loop should have fewer things to match, which can be done by
5223         using alternatives in the opening regexes.
5225         Coincidentally, this should make matching of the opening
5226         regexp faster as well thanks to the use of `regexp-opt' and
5227         having common prefix pulled from many regexes.
5229         * textmodes/tildify.el (tildify-string-alist)
5230         (tildify-ignored-environments-alist): Add `nxml-mode' to the list
5231         of supported modes since `xml-mode' is no longer a thing but just
5232         an alias to the former.  Also include comments and insides of tags
5233         in `tildify-ignored-environments-alist' for XML modes.  Finally,
5234         since XML does not define “&nbsp;”[1], use a numeric reference for
5235         a no-break space (namely “&#160;”)
5237         [1] XML specification defines only a handful of predefined entities.
5238             The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
5239             and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
5240             >, &, ' and " respectively).  This is in contrast to HTML and even
5241             XHTML which defined a whole bunch of entities including “&nbsp;”.
5243         * textmodes/tildify.el (tildify-pattern-alist)
5244         (tildify-string-alist, tildify-ignored-environments-alist):
5245         Improve defcustom's types by adding more tags explaining what each
5246         value means and replace “sexp” used in
5247         `tildify-ignored-environments-alist' with a full type declaration.
5249         * textmodes/tildify.el (tildify-find-env): Fix matched group
5250         indexes in end-regex building
5252         When looking for a start of an ignore-environment, the regex is built
5253         by concatenating regexes of all the environments configured in
5254         `tildify-ignored-environments-alist'.  So for example, the following
5255         list could be used to match TeX's \verb and \verb* commands:
5257             (("\\\\verb\\(.\\)" . (1))
5258              ("\\\\verb\\*\\(.\\)" . (1)))
5260         This would result in the following regex being used to find the start
5261         of any of the variants of the \verb command:
5263             \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
5265         But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
5266         won't match anything, and thus (match-string 1) will be nil, which
5267         will cause building of the end-matching regex to fail.
5269         Fix this by using capture groups from the time when the opening
5270         regexes are matched individually.
5272         * textmodes/tildify.el (tildify-find-env): Fix end-regex building
5273         in `tildify-find-env'
5275         The `tildify-ignored-environments-alist' allows the end-regex to
5276         be provided not as a static string but mix of strings and indexes
5277         of groups matched the begin-regex.  For example, the “\verb!…!”
5278         TeX-command (where “!” is an arbitrary character) is handled
5279         using:
5281             ("\\\\verb\\*?\\(.\\)" . (1))
5283         In the same way, the following should be supported as well:
5285             ("open-\\(.\\)" . ("end-" 1))
5287         However the tildify-find-env function fails at
5289             (concat result
5290                     (if (stringp (setq aux (car expression)))
5291                          expression  ; BUG: expression is a list
5292                        (regexp-quote (match-string aux))))
5294         where the string part is handled incorrectly.
5296         The most trivial fix would be to replace `expression' in the
5297         true-part of the if-statement with `aux', but instead, this commit
5298         optimizes `tildify-find-env' by changing it to use `mapconcat'
5299         rather than open-coded while-loop.
5301 2014-06-05  Mario Lang  <mlang@delysid.org>
5303         * woman.el (woman-mapcan): Remove.
5304         (woman-parse-colon-path): Use cl-mapcan instead.
5306 2014-06-03  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5308         * register.el: Add link to Emacs manual in Commentary.
5310 2014-06-02  Sam Steingold  <sds@gnu.org>
5312         * menu-bar.el (lookup-key-ignore-too-long): Extract from...
5313         (popup-menu): ...here.
5314         (menu-bar-open): Use it to avoid an error when `lookup-key'
5315         returns a number.
5317 2014-06-02  Michael Albinus  <michael.albinus@gmx.de>
5319         * net/tramp.el (tramp-call-process): Add traces.
5320         (tramp-handle-unhandled-file-name-directory): Return "/".
5322 2014-06-02  Wilson Snyder  <wsnyder@wsnyder.org>
5324         Sync with upstream verilog-mode revision 3cd8144.
5325         * progmodes/verilog-mode.el (verilog-mode-version): Bump.
5326         (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
5327         (verilog-type-font-keywords): Add nor.
5328         (verilog-batch-execute-func): Force reading of Local Variables.
5329         Fix printing "no changes to be saved" with verilog-batch.
5330         (verilog-auto-arg-ports): Doc fix.
5331         Add verilog-auto-arg-format to support newlines in AUTOARG.
5332         (verilog-auto-arg): Doc fix.
5334 2014-06-02  Glenn Morris  <rgm@gnu.org>
5336         * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
5337         * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
5338         * emulation/ws-mode.el: Move to obsolete/.
5339         * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
5341 2014-06-02  Eli Zaretskii  <eliz@gnu.org>
5343         * simple.el (keyboard-quit): Force update of mode lines, to remove
5344         the "Def" indicator, if we were defining a macro.  (Bug#17615)
5346 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5348         * minibuffer.el (minibuffer-force-complete-and-exit):
5349         Obey minibuffer-default (bug#17545).
5351         * progmodes/js.el (js-indent-line): Don't mix columns and chars
5352         (bug#17619).
5354         * subr.el (set-transient-map): Don't wait for some "nested"
5355         transient-map to finish if we're only supposed to be active for
5356         the next command (bug#17642).
5358 2014-06-02  Leo Liu  <sdl.web@gmail.com>
5360         * emacs-lisp/gv.el (window-buffer, window-display-table)
5361         (window-dedicated-p, window-hscroll, window-point, window-start):
5362         Fix gv-expander.  (Bug#17630)
5364 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
5367         clicks (bug#17633).
5369         * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
5370         for the single comma, since ", " is *very* common in normal French text
5371         (bug#17643).
5373 2014-06-02  Glenn Morris  <rgm@gnu.org>
5375         * emacs-lisp/package.el (package-check-signature)
5376         (package-unsigned-archives): Fix :version.
5378 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * subr.el (sit-for): Don't run input-methods (bug#15614).
5382 2014-06-02  Glenn Morris  <rgm@gnu.org>
5384         * cus-start.el: Fix some :version numbers.
5386 2014-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5388         * simple.el (deactivate-mark): Set mark-active to nil even if
5389         deactivation is done via setting transient-mark-mode to nil,
5390         since one is buffer-local and the other is global.
5392         * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
5393         there can't be more than 2 arguments (bug#17584).
5395 2014-06-02  Glenn Morris  <rgm@gnu.org>
5397         * simple.el (filter-buffer-substring-functions)
5398         (filter-buffer-substring-function, buffer-substring-filters)
5399         (filter-buffer-substring, buffer-substring--filter): Doc fixes.
5401         * minibuffer.el (completion-in-region-functions, completion-in-region)
5402         (completion--in-region): Doc fixes.
5404         * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
5405         (expand-abbrev, abbrev--default-expand): Doc fixes.
5407 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
5409         Include sources used to create macuvs.h.
5410         * international/README: Refer to the Unicode Terms of Use rather
5411         than copying it bodily here, as that simplifies maintenance.
5413 2014-06-01  Glenn Morris  <rgm@gnu.org>
5415         * loadup.el (load-prefer-newer): Set non-nil when dumping.  (Bug#17629)
5417 2014-05-31  Glenn Morris  <rgm@gnu.org>
5419         * files.el (locate-dominating-file): Expand file argument.  (Bug#17641)
5421 2014-05-30  Glenn Morris  <rgm@gnu.org>
5423         * loadup.el: Treat `command-line-args' more flexibly.
5425 2014-05-30  Alan Mackenzie  <acm@muc.de>
5427         Guard (looking-at "\\s!") from XEmacs.
5428         * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
5430 2014-05-30    Ken Olum  <kdo@cosmos.phy.tufts.edu>
5432         * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
5433         The argument COUNT is now optional, to be more backward-compatible.
5434         Doc fix.  (Bug#17560)
5436 2014-05-29  Reuben Thomas  <rrt@sc3d.org>
5438         * whitespace.el (whitespace-report-region):
5439         Simplify documentation.
5440         (whitespace-report-region): Allow report-if-bogus to take the
5441         value `never', for non-interactive use.
5442         (whitespace-report): Refer to whitespace-report-region's
5443         documentation.
5445 2014-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * whitespace.el: Use font-lock-flush.  Minimize refontifications.
5448         Side benefit: it works without jit-lock.
5449         (whitespace-point--used): New buffer-local var.
5450         (whitespace-color-on): Initialize it and flush it.  Use font-lock-flush.
5451         (whitespace-color-off): Use font-lock-flush.
5452         (whitespace-point--used, whitespace-point--flush-used): New functions.
5453         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5454         (whitespace-empty-at-eob-regexp): Use them.
5455         (whitespace-post-command-hook): Rewrite.
5457         * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
5458         (font-lock-fontify-buffer): Mark interactive-only.
5459         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
5460         Make buffer-local.
5461         (font-lock-specified-p): Remove redundant boundp check.
5462         (font-lock-flush-function, font-lock-ensure-function): New vars.
5463         (font-lock-turn-on-thing-lock): Set them.
5464         (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
5465         (font-lock-after-change-function): Make `old-len' optional.
5466         (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
5467         Call font-lock-flush, just in case.
5468         * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
5469         recent Emacsen.
5470         * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
5471         (vera-mode-map, vera-mode-menu): Remove bindings to it.
5472         * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
5473         and with-syntax-table.
5474         * textmodes/conf-mode.el (conf-quote-normal):
5475         * progmodes/sh-script.el (sh-set-shell):
5476         * progmodes/prog-mode.el (prettify-symbols-mode):
5477         * progmodes/f90.el (f90-font-lock-n):
5478         * progmodes/cwarn.el (cwarn-mode):
5479         * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
5480         * progmodes/compile.el (compilation-setup, compilation--unsetup):
5481         * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
5482         (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
5483         * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
5484         font-lock-fontify-buffer-function and
5485         font-lock-unfontify-buffer-function.
5486         (rmail-unfontify-buffer-function, rmail-fontify-message):
5487         Use with-silent-modifications.
5488         * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
5489         and font-lock-ensure.
5490         * bs.el (bs-show-in-buffer): Use font-lock-ensure.
5492 2014-05-28  Thien-Thi Nguyen  <ttn@gnu.org>
5494         * emacs-lisp/package.el (package-generate-autoloads):
5495         Inhibit backup files.
5497 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
5500         (bug#17608).
5502 2014-05-21  Michal Nazarewicz  <mina86@mina86.com>
5504         * textmodes/tildify.el (tildify-buffer, tildify-region):
5505         Add dont-ask option.
5507 2014-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5509         * subr.el (zerop): Move from C.  Add compiler-macro (bug#17475).
5510         * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
5512         * subr.el (internal--funcall-interactively): New.
5513         (internal--call-interactively): Remove.
5514         (called-interactively-p): Detect funcall-interactively instead of
5515         call-interactively.
5516         * simple.el (repeat-complex-command): Use funcall-interactively.
5517         (repeat-complex-command--called-interactively-skip): Remove.
5519 2014-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5521         * register.el (register-read-with-preview): Don't burp on
5522         frame switches (e.g. due to the frame we just popped).
5524         * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
5525         (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
5527 2014-05-26  Andreas Schwab  <schwab@linux-m68k.org>
5529         * cus-face.el (custom-face-attributes): Add :distant-foreground.
5531 2014-05-26  Martin Rudalics  <rudalics@gmx.at>
5533         * window.el (window--dump-frame): Remove interactive specification.
5535 2014-05-26  Glenn Morris  <rgm@gnu.org>
5537         * hippie-exp.el (he-line-search-regexp):
5538         Handle comint-prompt-regexp containing subgroups.  (Bug#17529)
5540 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
5542         * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
5543         to avoid errors when trying to create or visit a file foo.todo
5544         located outside to todo-directory, and to allow having such files
5545         without them being tied to Todo mode (bug#17482).
5546         (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
5547         (todo-archive-done-item, todo-find-filtered-items-file)
5548         (todo-filter-items, todo-find-item, todo-diary-goto-entry)
5549         (todo-category-completions, todo-read-category): When visiting a
5550         Todo file, make sure we're in the right mode and the buffer local
5551         variables are set.
5552         (todo-make-categories-list, todo-reset-nondiary-marker)
5553         (todo-reset-done-string, todo-reset-comment-string):
5554         After processing all Todo files, kill the buffers of those files that
5555         weren't being visited before the processing.
5556         (todo-display-as-todo-file, todo-add-to-buffer-list)
5557         (todo-visit-files-commands): Comment out.
5558         (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
5559         (auto-mode-alist): Remove add-to-list calls making Todo file
5560         extensions unrestrictedly tied to Todo modes.
5562 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5564         * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
5565         (advice-function-member-p): Tell it to check both names and functions
5566         (bug#17531).
5567         (advice--add-function): Adjust call accordingly.
5569 2014-05-26  Stephen Berman  <stephen.berman@gmx.net>
5571         * calendar/todo-mode.el: Miscellaneous bug fixes.
5572         (todo-delete-file): When deleting an archive but not its todo
5573         file, make sure to update the todo file's category sexp.
5574         (todo-move-category): Keep the moved category's name unless the
5575         file moved to already has a category with that name.  If the
5576         numerically last category of the source file was moved, make the
5577         first category current to avoid selecting a nonexisting category.
5578         (todo-merge-category): Fix implementation to make merging to a
5579         category in another file work as documented.  Eliminate now
5580         insufficient and unnecessary renaming of archive category, correct
5581         document string accordingly, and clarify it.  If the numerically
5582         last category of the source file was merged, make the first
5583         category current to avoid selecting a nonexisting category.
5584         (todo-archive-done-item): When there are marked items and point
5585         happens to be on an unmarked item, ignore the latter.  Don't leave
5586         point below last item after archiving marked items.
5587         (todo-unarchive-items): Fix logic to ensure unarchiving an item
5588         from an archive with only one category deletes the archive only
5589         when the category is empty after unarchiving.  Make sure the todo
5590         file's category sexp is updated.
5591         (todo-read-file-name): Allow an existing file name even when it is
5592         not required (todo-move-category needs this to work as documented).
5593         (todo-add-file): Call todo-validate-name to reject the name of an
5594         existing todo file (needed due to fix in todo-read-file-name).
5595         (todo-reset-nondiary-marker): Also reset in filtered items files.
5596         (todo-reset-done-string, todo-reset-comment-string): Also reset in
5597         regexp filtered items files.
5598         (todo-reset-highlight-item): Also reset in filtered items files.
5599         Fix incorrect variable reference in document string.
5601 2014-05-26  Glenn Morris  <rgm@gnu.org>
5603         * window.el (window--dump-frame): Avoid error in --without-x builds.
5605 2014-05-26  Glenn Morris  <rgm@gnu.org>
5607         * nxml/nxml-mode.el (xml-mode): Only define this alias once.
5609 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
5611         * frame.el (set-frame-font): Doc fix.
5613         * menu-bar.el (menu-set-font): Doc fix.  (Bug#17532)
5615 2014-05-26  Dmitry Gutov  <dgutov@yandex.ru>
5617         * emacs-lisp/package.el (package--download-one-archive):
5618         Use `write-region' instead of `save-buffer' to avoid running various
5619         hooks.  (Bug#17155)
5620         (describe-package-1): Same.  Insert newline at the end of the
5621         buffer if appropriate.
5623 2014-05-26  Juri Linkov  <juri@jurta.org>
5625         * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
5626         (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
5627         Add more modifiers: meta, control, shift, hyper, super, alt.
5628         (Bug#17439)
5630         * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
5631         to allow changing its value with `set-variable'.
5633 2014-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5635         * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
5636         #; comments.
5637         (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
5638         New functions.
5639         (scheme-mode-variables): Set syntax-propertize-function instead of
5640         font-lock-syntactic-face-function.
5641         (scheme-font-lock-syntactic-face-function): Delete.
5643         * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
5645         * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
5646         (bug#17392).
5648 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
5650         * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
5651         for a temporary file name.
5653 2014-05-26  Eli Zaretskii  <eliz@gnu.org>
5655         * simple.el (line-move-ignore-invisible): Doc fix.  (Bug#17511)
5657 2014-05-26  Michael Albinus  <michael.albinus@gmx.de>
5659         * net/dbus.el (dbus-init-bus, dbus-call-method)
5660         (dbus-call-method-asynchronously, dbus-send-signal)
5661         (dbus-method-return-internal, dbus-method-error-internal):
5662         Check, whether Emacs has been compiled with D-Bus support.  (Bug#17508)
5664 2014-05-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
5666         * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
5667         methods which do not have a doc string.  (Bug#17490)
5669 2014-05-25  Tassilo Horn  <tsdh@gnu.org>
5671         * textmodes/reftex-ref.el (reftex-format-special): Make it work
5672         also for AMS Math's \eqref macro.
5674 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5676         Arrange to never byte-compile the generated -pkg.el file.
5678         * emacs-lisp/package.el (package-generate-description-file):
5679         Output first-line comment to set buffer-local var `no-byte-compile'.
5680         Suggested by Dmitry Gutov:
5681         <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
5683 2014-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
5685         Fix bug: Properly quote args to generated -pkg.el `define-package'.
5687         * emacs-lisp/package.el (package-generate-description-file):
5688         Inline `package--alist-to-plist'; rewrite to selectively
5689         quote alist values that are not self-quoting.
5690         (package--alist-to-plist): Delete func.
5692 2014-05-25  Andreas Schwab  <schwab@linux-m68k.org>
5694         * term/xterm.el (xterm-function-map): Add mapping for shifted
5695         keypad keys.
5697 2014-05-24  Daniel Colascione  <dancol@dancol.org>
5699         * progmodes/subword.el (subword-find-word-boundary): Move point to
5700         correct spot before search. (Bug#17580)
5702         * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
5703         breaking the build.
5705 2014-05-24  Leo Liu  <sdl.web@gmail.com>
5707         * calc/calc.el (math-bignum): Handle most-negative-fixnum.  (Bug#17556)
5709 2014-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5711         * minibuffer.el (completion--sreverse): Remove.
5712         (completion--common-suffix): Use `reverse' instead.
5713         * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
5715 2014-05-22  Glenn Morris  <rgm@gnu.org>
5717         * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
5719 2014-05-21  Daniel Colascione  <dancol@dancol.org>
5721         * files.el (interpreter-mode-alist): Add mksh.
5723         * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
5724         derivative.
5725         (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
5726         mksh. Improve custom spec; allow regular expressions.
5727         (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
5728         (sh-after-hack-local-variables): New function.
5729         (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
5730         (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
5731         the normalization.
5732         (sh-canonicalize-shell): Rewrite to support regexes.
5734 2014-05-21  Leo Liu  <sdl.web@gmail.com>
5736         * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
5738 2014-05-19  Leo Liu  <sdl.web@gmail.com>
5740         * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
5742 2014-05-18  Glenn Morris  <rgm@gnu.org>
5744         * loadup.el:
5745         * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
5747 2014-05-14  Sam Steingold  <sds@gnu.org>
5749         * progmodes/python.el (python-shell-get-or-create-process):
5750         Do not bind `current-prefix-arg' so that C-c C-z does not talk
5751         back unless requested.
5753 2014-05-14  Glenn Morris  <rgm@gnu.org>
5755         * subr.el (with-file-modes): New macro.
5756         * printing.el (pr-save-file-modes): Make obsolete.
5757         * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
5758         * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
5759         Add with-file-modes.
5760         * doc-view.el (doc-view-make-safe-dir):
5761         * epg.el (epg--start):
5762         * files.el (locate-user-emacs-file, make-temp-file)
5763         (backup-buffer-copy, move-file-to-trash):
5764         * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
5765         * eshell/esh-util.el (eshell-with-private-file-modes)
5766         (eshell-make-private-directory):
5767         * net/browse-url.el (browse-url-mosaic):
5768         * obsolete/mailpost.el (post-mail-send-it):
5769         * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
5770         * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
5771         Use with-file-modes.
5773         * vc/emerge.el (emerge-make-temp-file): Simplify.
5775 2014-05-14  Stephen Berman <stephen.berman@gmx.net>
5776             Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
5779         suffix (bug#15419).
5781 2014-05-14  Glenn Morris  <rgm@gnu.org>
5783         * vc/emerge.el (emerge-temp-file-prefix):
5784         Make pointless option obsolete.
5785         (emerge-temp-file-mode): Make non-functional option obsolete.
5787 2014-05-14  Michael Albinus  <michael.albinus@gmx.de>
5789         * net/browse-url.el (browse-url):
5790         Use `unhandled-file-name-directory' when setting `default-directory',
5791         in order to circumvent stalled remote connections.  (Bug#17425)
5793 2014-05-14  Glenn Morris  <rgm@gnu.org>
5795         * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
5796         Optimize on Emacs, which has the relevant functions for ages.
5798 2014-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5800         * simple.el (undo-make-selective-list): Obey undo-no-redo.
5802 2014-05-12  Sam Steingold  <sds@gnu.org>
5804         * calendar/time-date.el (seconds-to-string): New function to
5805         pretty print time delay in seconds.
5807 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5809         * mpc.el (mpc-format): Trim Date to the year.
5810         (mpc-songs-hashcons): Shorten the Date field.
5812         * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
5813         into autoloading just because of a silly indirection.
5815 2014-05-12  Santiago Payà i Miralta  <santiagopim@gmail.com>
5817         * vc/vc-hg.el (vc-hg-unregister): New function.  (Bug#17454)
5819 2014-05-12  Glenn Morris  <rgm@gnu.org>
5821         * emacs-lisp/find-gc.el: Move to ../admin.
5823         * printing.el (pr-version):
5824         * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
5826         * net/browse-url.el (browse-url-mosaic):
5827         Create /tmp/Mosaic.PID as a private file.
5829 2014-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5831         * emacs-lisp/nadvice.el: Support adding a given function multiple times.
5832         (advice--member-p): If name is given, only compare the name.
5833         (advice--remove-function): Don't stop at the first match.
5834         (advice--normalize-place): New function.
5835         (add-function, remove-function): Use it.
5836         (advice--add-function): Pass the name, if any, to
5837         advice--remove-function.
5839 2014-05-12  Philipp Rumpf  <prumpf@gmail.com>  (tiny change)
5841         * electric.el (electric-indent-post-self-insert-function): Don't use
5842         `pos' after modifying the buffer (bug#17449).
5844 2014-05-12  Stephen Berman  <stephen.berman@gmx.net>
5846         * calendar/todo-mode.el (todo-insert-item-from-calendar):
5847         Correct argument list to conform to todo-insert-item--basic.
5849 2014-05-12  Glenn Morris  <rgm@gnu.org>
5851         * files.el (cd-absolute): Test if directory is accessible
5852         rather than executable.  (Bug#17330)
5854         * progmodes/compile.el (recompile):
5855         Handle C-u M-x recompile from a non-compilation buffer.  (Bug#17444)
5857         * net/browse-url.el (browse-url-mosaic):
5858         Be careful when writing /tmp/Mosaic.PID.  (Bug#17428)
5859         This is CVE-2014-3423.
5861 2014-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5863         * mouse.el: Use the normal toplevel loop while dragging.
5864         (mouse-set-point): Handle multi-clicks.
5865         (mouse-set-region): Handle multi-clicks for drags.
5866         (mouse-drag-region): Update call accordingly.
5867         (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
5868         Use the normal event loop instead of a local while/read-event loop.
5869         (global-map): Remove redundant bindings for double/triple-mouse-1.
5870         * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
5871         Generate synthetic down events when the protocol only sends up events.
5872         (xterm-mouse-last): Remove.
5873         (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
5874         terminal parameter instead.
5875         (xterm-mouse--set-click-count): New function.
5876         (xterm-mouse-event): Detect/generate double/triple clicks.
5877         * reveal.el (reveal-close-old-overlays): Don't close while dragging.
5879         * info.el (Info-quoted): New face.
5880         (Info-mode-font-lock-keywords): New var.
5881         (Info-mode): Use it.
5883         * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
5884         are a hindrance for C-x C-e.
5886 2014-05-11  Leo Liu  <sdl.web@gmail.com>
5888         * net/rcirc.el (rcirc-sentinel): Fix last change.
5890 2014-05-08  Sam Steingold  <sds@gnu.org>
5892         * net/rcirc.el (rcirc-reconnect-delay): New user option.
5893         (rcirc-sentinel): Auto-reconnect to the server if
5894         `rcirc-reconnect-delay' is non-0 (but not more often than its
5895         value in case the host is off-line).
5897 2014-05-09  Eli Zaretskii  <eliz@gnu.org>
5899         * progmodes/grep.el (lgrep): Fix a typo in last commit.
5901 2014-05-09  Glenn Morris  <rgm@gnu.org>
5903         * files.el (file-expand-wildcards):
5904         * man.el (Man-support-local-filenames):
5905         * printing.el (pr-i-directory, pr-interface-directory):
5906         * progmodes/grep.el (lgrep, rgrep):
5907         * textmodes/ispell.el (ispell-call-process)
5908         (ispell-call-process-region, ispell-start-process)
5909         (ispell-init-process): Use file-accessible-directory-p.
5911 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
5914         (xterm-mouse--read-event-sequence-1000): Return nil if something
5915         looks fishy.
5916         (xterm-mouse-event): Propagate it.
5917         (xterm-mouse-translate-1): Handle it.
5919 2014-05-08  Stephen Berman  <stephen.berman@gmx.net>
5921         * calendar/todo-mode.el (todo-insert-item--apply-args): When all
5922         four slots of the parameter list are filled, make sure to pass it
5923         to the argument list of todo-insert-item--basic.
5925 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * emacs-lisp/package.el (package-compute-transaction): Topological sort.
5928         Add optional `seen' argument to detect and break infinite loops.
5930 2014-05-08  Eli Zaretskii  <eliz@gnu.org>
5932         * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
5933         (trace-unsafe, trace-use-tree): Make parentheses style be
5934         according to Emacs style.
5936 2014-05-08  Michael Albinus  <michael.albinus@gmx.de>
5938         * net/tramp-sh.el (tramp-remote-process-environment):
5939         Remove HISTFILE and HISTSIZE; it's too late to set them here.
5940         Add :version entry.
5941         (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
5942         Add "HISTFILE=/dev/null" to the shell's env arguments.  Do not send
5943         extra "PSx=..." commands.
5944         (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
5945         (Bug#17295)
5947         (tramp-uudecode): Replace the hard-coded temporary file name by a
5948         format specifier.
5949         (tramp-remote-coding-commands): Enhance docstring.
5950         (tramp-find-inline-encoding): Replace "%t" by a temporary file
5951         name.  (Bug#17415)
5952         This is CVE-2014-3424.
5954 2014-05-08  Glenn Morris  <rgm@gnu.org>
5956         * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
5957         (find-gc-source-files): Update some names.
5958         (trace-call-tree): Simplify and update.
5959         Avoid predictable temp-file names.  (http://bugs.debian.org/747100)
5960         This is CVE-2014-3422.
5962 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * minibuffer.el (completion--try-word-completion): Revert fix for
5965         Bug#15980 (bug#17375).
5967         * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
5968         Always store button numbers in the same way in xterm-mouse-last;
5969         Don't burp is xterm-mouse-last is not set as expected.
5970         Never return negative indices.
5972 2014-05-08  Dmitry Gutov  <dgutov@yandex.ru>
5974         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5975         Backtrack one char if the global/char-literal var matcher hits
5976         inside a string.  The next char could be the beginning of an
5977         expression expansion.
5979 2014-05-08  Glenn Morris  <rgm@gnu.org>
5981         * help-fns.el (describe-function-1): Test for an autoload before a
5982         macro, since `macrop' works on autoloads.  (Bug#17410)
5984 2014-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5986         * electric.el (electric-indent-functions-without-reindent): Add yaml.
5988         * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
5989         Make sure the new point we return is within the new string (bug#17239).
5991 2014-05-05  Daniel Colascione  <dancol@dancol.org>
5993         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5994         Port `gnu' pattern to rx.
5996 2014-05-05  Jarek Czekalski  <jarekczek@poczta.onet.pl>
5998         Remove unneeded prompt when closing a buffer with active
5999         emacsclient ("Buffer ... still has clients"), #16548.
6000         * server.el (server-start): Remove the only call to:
6001         (server-kill-buffer-query-function): Remove.
6003 2014-05-04  Leo Liu  <sdl.web@gmail.com>
6005         * calendar/diary-lib.el (calendar-chinese-month-name-array):
6006         Defvar to pacify compiler.
6008 2014-05-04  Eli Zaretskii  <eliz@gnu.org>
6010         * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
6012 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6014         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
6015         Use nil rather than `default' for the "default" appearance (bug#17388).
6016         * vc/ediff-util.el (ediff-inferior-compare-regions)
6017         (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
6018         a misleading `default' value when it's really a boolean.
6019         * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
6020         overlay is not visible.
6022 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
6024         * calendar/todo-mode.el (todo-edit-file): Use display-warning.
6025         (todo-menu): Uncomment and update.
6027 2014-05-04  Stephen Berman  <stephen.berman@gmx.net>
6029         * calendar/todo-mode.el: Reimplement item editing to have the same
6030         basic user interface as item insertion, and make small UI and
6031         larger internal improvements to the latter.
6032         (todo-insert-item): Add reference to the Todo mode user manual to
6033         the documentation string.
6034         (todo-insert-item--basic): Rename from todo-basic-insert-item and
6035         adjust all callers.  Change signature to combine diary and
6036         nonmarking arguments.  Incorporate functionality of deleted item
6037         copying command and add error checking.  Remove detailed
6038         descriptions of the arguments from the documentation string, since
6039         this is treated in the Todo mode user manual.
6040         (todo-copy-item, todo-edit-multiline-item)
6041         (todo-edit-done-item-comment, todo-edit-item-header)
6042         (todo-edit-item-time, todo-edit-item-date-from-calendar)
6043         (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
6044         (todo-edit-item-date-year, todo-edit-item-date-month)
6045         (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
6046         Remove.
6047         (todo-edit-item): Reimplement as wrapper command for
6048         todo-edit-item--next-key and make it distinguish done and not done
6049         todo items.
6050         (todo-edit-item--text): New function, replacing old command
6051         todo-edit-item and incorporating deleted commands
6052         todo-edit-multiline-item and todo-edit-done-item-comment.
6053         (todo-edit-item--header): Rename from todo-basic-edit-item-header.
6054         Use only numeric value of prefix argument.  Remove detailed
6055         descriptions of the arguments from the documentation string, since
6056         this is treated in the Todo mode user manual.
6057         (todo-edit-item--diary-inclusion): New function, replacing old
6058         command todo-edit-item-diary-inclusion and incorporating and fixing
6059         functionality of deleted command todo-edit-item-diary-nonmarking,
6060         making sure to remove todo-nondiary-marker when adding
6061         diary-nonmarking-symbol.
6062         (todo-edit-category-diary-inclusion): Make sure to delete
6063         diary-nonmarking-symbol when adding todo-nondiary-marker.
6064         (todo-edit-category-diary-nonmarking): Fix indentation.
6065         (todo-insert-item--parameters): Group diary and nonmarking
6066         parameters together.
6067         (todo-insert-item--apply-args): Adjust to signature of
6068         todo-insert-item--basic and incorporate copy parameter.
6069         Make small code improvements.
6070         (todo-insert-item--next-param): Improve prompt and adjust it to
6071         new parameter grouping.  Remove obsolete code.
6072         (todo-edit-item--param-key-alist)
6073         (todo-edit-item--date-param-key-alist)
6074         (todo-edit-done-item--param-key-alist): New defconsts.
6075         (todo-edit-item--prompt): New variable.
6076         (todo-edit-item--next-key): New function.
6077         (todo-key-bindings-t): Bind "e" to todo-edit-item.
6078         Remove bindings of deleted commands.
6080 2014-05-04  Leo Liu  <sdl.web@gmail.com>
6082         * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
6084 2014-05-04  Glenn Morris  <rgm@gnu.org>
6086         * allout-widgets.el (allout-widgets-tally)
6087         (allout-decorate-item-guides):
6088         * menu-bar.el (menu-bar-positive-p):
6089         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6090         * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
6091         * progmodes/js.el (js--inside-param-list-p)
6092         (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
6093         * progmodes/prolog.el (region-exists-p):
6094         * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
6095         * textmodes/reftex-parse.el (reftex-using-biblatex-p):
6096         Doc fixes (replace `iff').
6098 2014-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6100         * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
6102 2014-05-04  Leo Liu  <sdl.web@gmail.com>
6104         Support Chinese diary entries in calendar and diary.  (Bug#17393)
6105         * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
6106         (calendar-chinese-from-absolute-for-diary)
6107         (calendar-chinese-to-absolute-for-diary)
6108         (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
6109         (diary-chinese-list-entries): New functions to list and mark
6110         Chinese diary entries in the calendar window.
6111         (diary-chinese-anniversary)
6112         (diary-chinese-insert-anniversary-entry)
6113         (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
6114         (diary-chinese-insert-yearly-entry): New commands to insert
6115         Chinese diary entries.
6117         * calendar/diary-lib.el (diary-font-lock-keywords):
6118         Support font-locking Chinese dates.
6120         * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
6121         inserting Chinese diary entries.
6123         * calendar/calendar.el (diary-chinese-entry-symbol):
6124         New customizable variable.
6125         (calendar-mode-map): Add bindings for inserting Chinese diary
6126         entries.
6128 2014-05-03  Juri Linkov  <juri@jurta.org>
6130         * dired.el (dired-check-switches, dired-switches-recursive-p):
6131         New functions.  (Bug#17218)
6132         (dired-switches-escape-p, dired-move-to-end-of-filename):
6133         Use `dired-check-switches'.
6134         (dired-insert-old-subdirs, dired-build-subdir-alist)
6135         (dired-sort-R-check): Use `dired-switches-recursive-p'.
6137 2014-05-01  Barry O'Reilly  <gundaetiapo@gmail.com>
6139         * simple.el (undo-make-selective-list): New algorithm fixes
6140         incorrectness of position adjustments when undoing in region.
6141         (Bug#17235)
6142         (undo-elt-crosses-region): Make obsolete.
6143         (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
6144         New functions to adjust positions using undo-deltas.
6146 2014-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6148         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
6149         the last consecutive closing paren (bug#17345).
6151 2014-04-30  Reuben Thomas  <rrt@sc3d.org>
6153         * dired.el (dired-mode): make terminology for eXpunge command
6154         consistent.  (Bug#17276)
6156 2014-04-30  Eli Zaretskii  <eliz@gnu.org>
6158         * dired.el (dired-initial-position-hook, dired-initial-position):
6159         Doc string fixes.
6161 2014-04-30  Glenn Morris  <rgm@gnu.org>
6163         * mail/rmail.el (rmail-quit): Handle killed summaries.  (Bug#17283)
6165 2014-04-30  Matthias Dahl  <matthias.dahl@binary-island.eu>
6167         * faces.el (face-spec-recalc): Apply X resources only after the
6168         defface spec has been applied. Thus, X resources are no longer
6169         overriden by the defface spec which also fixes issues on win32 where
6170         the toolbar coloring was wrong because it is set through X resources
6171         and was (wrongfully) overriden.  (Bug#16694)
6173 2014-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * textmodes/rst.el (electric-pair-pairs): Declare.
6176         (rst-mode): Set it (bug#17131).
6178 2014-04-30  Juri Linkov  <juri@jurta.org>
6180         * desktop.el (desktop-value-to-string): Let-bind `print-length'
6181         and `print-level' to nil.  (Bug#17351)
6183 2014-04-30  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6185         * battery.el (battery-update): Handle the case where battery
6186         status is "N/A" (bug#17319).
6188 2014-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6190         * progmodes/ps-mode.el: Use SMIE.  Move string and comment recognition
6191         to syntax-propertize.
6192         (ps-mode-auto-indent): Mark as obsolete.
6193         (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
6194         (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
6195         word regexp operators.
6196         (ps-mode-map): Move initialization into declaration.  Remove binding
6197         for TAB, RET, >, ], and }.
6198         (ps-mode-syntax-table): Move initialization into declaration.
6199         Don't give word syntax to non-word chars.
6200         (ps-run-mode-map): Move initialization into declaration.
6201         (ps-mode-menu-main): Remove auto-indent entry.
6202         (ps-mode-smie-rules): New function.
6203         (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
6204         (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
6205         (ps-mode--string-syntax-table): New const.
6206         (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
6207         New functions.
6208         (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
6209         (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
6211 2014-04-27  Daniel Colascione  <dancol@dancol.org>
6213         * term/xterm.el (xterm-paste): Use large finite timeout when
6214         reading event to avoid putting keys in this-command-keys.
6216 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6218         * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
6219         (perl-syntax-propertize-function): Use it.  Extend handling of
6220         here-docs to the unquoted case.
6222 2014-04-25  Eli Zaretskii  <eliz@gnu.org>
6224         * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
6225         Use equal-including-properties to compare help-echo strings (bug#17331).
6227 2014-04-25  Leo Liu  <sdl.web@gmail.com>
6229         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6230         Fix syntax for @.  (Bug#17325)
6232 2014-04-25  Daniel Colascione  <dancol@dancol.org>
6234         * emacs-lisp/cl.el (gv): Require gv early to break eager
6235         macro-expansion cycles.
6237 2014-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6239         * simple.el (region-active-p): Check there's a mark (bug#17324).
6241         * simple.el (completion-list-mode-map): Use choose-completion for the
6242         mouse binding as well (bug#17302).
6243         (completion-list-mode, completion-setup-function): Adjust docstring and
6244         echo area message accordingly.
6245         * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
6246         calling convention of choose-completion.
6247         * comint.el (comint-dynamic-list-completions):
6248         * term.el (term-dynamic-list-completions): Accept choose-completion.
6250         * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
6251         &, |, +, - and * can't be a division (bug#17317).
6253         * term/xterm.el (xterm--version-handler): Don't use modern xterm
6254         features on gnome-terminal (bug#16988).
6256 2014-04-25  Thien-Thi Nguyen  <ttn@gnu.org>
6258         Improve Scheme font-locking for (define ((foo ...) ...) ...).
6260         * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
6261         the declared object, ignore zero or more parens, not zero or one.
6263 2014-04-24  Leo Liu  <sdl.web@gmail.com>
6265         * progmodes/xscheme.el (xscheme-expressions-ring)
6266         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
6267         (xscheme-control-g-disabled-p, xscheme-process-filter-state)
6268         (xscheme-allow-output-p, xscheme-prompt)
6269         (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
6271         * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
6272         Comment out unused functions.
6274 2014-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6276         * info.el: Use lexical-binding and cl-lib.
6277         Use defvar-local and setq-local instead of make-local-variable.
6278         (Info-apropos-matches): Avoid add-to-list.
6279         (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
6281 2014-04-24  Daniel Colascione  <dancol@dancol.org>
6283         * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
6285 2014-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
6289 2014-04-22  Michael Heerdegen  <michael_heerdegen@web.de>
6291         * dired.el (dired-insert-set-properties): Do not consider
6292         subdirectory headings and empty lines to be information that
6293         `dired-hide-details-mode' should hide.  (Bug#17228)
6295 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
6297         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6298         Remove test messages.
6299         (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
6300         and `target' twice.
6302 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6304         * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
6305         * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
6307         * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
6309 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
6311         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
6312         Set "IFS=" when using read builtin, in order to preserve spaces in
6313         the file name.  Add test messages for hunting a bug on hydra.
6314         (tramp-get-ls-command): Undo using "-b" argument.  It doesn't help.
6316 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6318         * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
6319         Don't prettify a word within a symbol.
6321 2014-04-22  Michael Albinus  <michael.albinus@gmx.de>
6323         * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
6324         possible.
6326 2014-04-22  Daniel Colascione  <dancol@dancol.org>
6328         * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
6329         use defun to define `function-put'.
6331 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
6334         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
6335         (lisp-mode-variables): Set font-lock-extra-managed-props.
6337         * emacs-lisp/byte-run.el (function-put): New function.
6338         (defun-declarations-alist): Use it.  Add `pure' and `side-effect-free'.
6339         * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
6340         (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
6341         Use them.
6343 2014-04-22  Daniel Colascione  <dancol@dancol.org>
6345         * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
6346         Add `full-p' parameter; when nil, call `macroexpand' instead of
6347         `macroexpand-all'.
6349         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
6350         Improve docstrings.
6352         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
6353         Use lambda function values, not quoted lambdas.
6354         (byte-compile-recurse-toplevel): Remove extraneous &optional.
6356         * emacs-lisp/cl-macs.el
6357         (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
6358         (cl-struct-slot-value): Conditionally use aref or nth so that the
6359         compiler produces optimal code.
6361 2014-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6363         * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
6364         (inline): Don't inline cl--set-elt.
6365         (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
6366         Define as inlinable instead.
6367         (cl-struct-set-slot-value): Remove.
6369         * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
6370         * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
6371         Use setf instead.
6373 2014-04-21  Daniel Colascione  <dancol@dancol.org>
6375         * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
6376         last two parameters after all.
6377         (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
6378         (cl--compiler-macro-assoc,cl-struct-slot-value)
6379         (cl-struct-set-slot-value): Stop using them.
6381 (2014-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * image-mode.el (image-mode-window-put): Don't assume there's a `t'
6384         entry in image-mode-winprops-alist.
6386 2014-04-21  Daniel Colascione  <dancol@dancol.org>
6388         * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
6389         (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
6390         (byte-compile-toplevel-file-form): Use it.
6392         * emacs-lisp/cl-macs.el:
6393         (cl--loop-let): Properly destructure `while' clauses.
6395 2014-04-20  Daniel Colascione  <dancol@dancol.org>
6397         * vc/vc.el (vc-root-dir): New public autoloaded function for
6398         generically finding the current VC root.
6399         * vc/vc-hooks.el (vc-not-supported): New error.
6400         (vc-call-backend): Signal `vc-not-supported' instead of generic error.
6402 2014-04-20  Daniel Colascione  <dancol@dancol.org>
6404         * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
6405         argument.
6406         (cl--const-expr-val): cl--const-expr-val should macroexpand its
6407         argument in case we're inside a symbol-macrolet.
6408         (cl--do-arglist, cl--compiler-macro-typep)
6409         (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
6410         environment to `cl--const-expr-val'.
6411         (cl-struct-sequence-type,cl-struct-slot-info)
6412         (cl-struct-slot-offset, cl-struct-slot-value)
6413         (cl-struct-set-slot-value): New functions.
6415 2014-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
6418         assignments such as "case=hello" (bug#17297).
6420 2014-04-18  Michael Albinus  <michael.albinus@gmx.de>
6422         * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
6423         Do not autoload.
6424         (tramp-file-name-handler, tramp-completion-file-name-handler):
6425         Revert patch from 2014-04-10, it isn't necessary anymore.
6426         (tramp-autoload-file-name-handler)
6427         (tramp-register-autoload-file-name-handlers): New defuns.
6428         (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
6429         (tramp-register-file-name-handlers): Remove also
6430         `tramp-autoload-file-name-handler' from `file-name-handler-list'.
6431         Do not autoload its invocation, but eval it after loading of 'tramp.
6433         * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
6435         * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
6437 2014-04-17  Daniel Colascione  <dancol@dancol.org>
6439         Add support for bracketed paste mode; add infrastructure for
6440         managing terminal mode enabling and disabling automatically.
6442         * xt-mouse.el:
6443         (xterm-mouse-mode): Simplify.
6444         (xterm-mouse-tracking-enable-sequence)
6445         (xterm-mouse-tracking-disable-sequence): New constants.
6446         (turn-on-xterm-mouse-tracking-on-terminal)
6447         (turn-off-xterm-mouse-tracking-on-terminal):
6448         Use tty-mode-set-strings and tty-mode-reset-strings terminal
6449         parameters instead of random hooks.
6450         (turn-on-xterm-mouse-tracking)
6451         (turn-off-xterm-mouse-tracking): Delete.
6453         * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
6454         (xterm-paste-ending-sequence): New constant.
6455         (xterm-paste): New command used for bracketed paste support.
6457         (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
6458         (terminal-init-xterm-bracketed-paste-mode): New function.
6459         (terminal-init-xterm): Call it.
6460         (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
6461         and tty-mode-reset-strings instead of random hooks.
6462         (xterm-turn-on-modify-other-keys)
6463         (xterm-turn-off-modify-other-keys)
6464         (xterm-remove-modify-other-keys): Delete obsolete functions.
6466         * term/screen.el: Rewrite to just use the xterm code.
6467         Add copyright notice.  Mention tmux.
6469 2014-04-17  Ian D  <dunni@gnu.org>  (tiny change)
6471         * image-mode.el (image-mode-window-put): Also update the property of
6472         the "default window".
6473         * doc-view.el (doc-view-new-window-function): If no window
6474         exists, move to the last known page.
6476 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
6479         here-documents (bug#17262).
6481 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
6483         * term/pc-win.el (x-list-fonts, x-get-selection-value):
6484         Provide doc strings, as required by snarf-documentation.
6486 2014-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
6489         arg of overlays-at.  Use `invisible-p'.
6491         * obsolete/lucid.el (extent-at):
6492         * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
6493         overlays-at.
6494         (hfy-fontify-buffer): Remove unused var `orig-ovls'.
6496 2014-04-16  João Távora  <joaotavora@gmail.com>
6498         * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
6499         links.  (Bug#17217).
6501 2014-04-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6503         * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
6504         Use mapc to loop over a vector.  (Bug#17257).
6506 2014-04-16  Michael Albinus  <michael.albinus@gmx.de>
6508         * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
6509         patch, there are new problems with file names containing spaces.
6510         Get rid of backticks.  (Bug#17238)
6512 2014-04-16  João Távora  <joaotavora@gmail.com>
6514         * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
6515         possible bug.
6517 2014-04-16  Eli Zaretskii  <eliz@gnu.org>
6519         * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
6520         (blink-cursor-mode): Mention customization variables and the
6521         effect of 'blink-cursor-blinks'.
6523 2014-04-16  Barry O'Reilly  <gundaetiapo@gmail.com>
6525         * simple.el (undo): Prevent insertion of identity mapping into
6526         undo-equiv-table so as undo-only does not inf loop in the presence
6527         of consecutive nils in undo list.
6529 2014-04-16  Matthias Dahl  <matthias.dahl@binary-island.eu>
6531         * faces.el (make-face): Deprecate optional argument as it is no
6532         longer needed/used since the conditional X resources handling
6533         has been pushed down to make-face-x-resource-internal itself.
6534         (make-empty-face): Don't pass optional argument to make-face.
6536 2014-04-16  Karl Fogel  <kfogel@red-bean.com>
6538         * savehist.el (savehist-save): Remove workaround for a read-passwd
6539         bug that was fixed before 24.3.  Thanks to Juanma Barranquero for
6540         noticing that the shim was still present.
6542 2014-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
6546 2014-04-14  Juanma Barranquero  <lekktu@gmail.com>
6548         * faces.el (face-set-after-frame-default): Remove unused local variable.
6550 2014-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * progmodes/grep.el: Use lexical-binding.
6553         (grep-expand-template): Pass explicit lexical env to `eval'.
6554         (zrgrep): Let-bind grep-find-template explicitly.
6556         * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
6557         * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
6559 2014-04-12  Eli Zaretskii  <eliz@gnu.org>
6561         * international/characters.el <standard-case-table>: Add entries
6562         for letters from the Coptic block u+2C80-u+2CFF.  (Bug#17243)
6563         Set category of Coptic characters be 'g' (Greek).
6565 2014-04-12  Leo Liu  <sdl.web@gmail.com>
6567         * progmodes/octave.el (completion-table-with-cache):
6568         Define if not available.
6569         (octave-goto-function-definition, octave-sync-function-file-names)
6570         (octave-find-definition-default-filename):
6571         Backquote upattern for compatibility.
6573 2014-04-12  Michael Albinus  <michael.albinus@gmx.de>
6575         * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
6576         name twice due to backticks.  (Bug#17238)
6578 2014-04-12  Glenn Morris  <rgm@gnu.org>
6580         * term/w32-win.el (x-win-suspend-error):
6581         * term/x-win.el (x-win-suspend-error): Sync docs.
6583 2014-04-12  Matthias Dahl  <matthias.dahl@binary-island.eu>
6585         * faces.el (make-face): Remove deprecated optional argument.
6586         The conditional application of X resources is handled directly by
6587         make-face-x-resource-internal since Emacs 24.4.
6588         (make-empty-face): Don't pass optional argument to make-face.
6590 2014-04-11  Glenn Morris  <rgm@gnu.org>
6592         * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.  (Bug#16429)
6594 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6596         Ediff's overlay priorities cause more trouble than they solve.
6597         * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
6598         (ediff-highest-priority): Remove function (bug#17234).
6599         * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
6600         * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
6601         (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
6602         overlay priorities.
6604 2014-04-11  Feng Li  <fengli@gmail.com>  (tiny change)
6606         * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
6607         entry; use symbol boundaries to avoid mis-matches.
6609 2014-04-11  Michael Albinus  <michael.albinus@gmx.de>
6611         * net/tramp.el (tramp-file-name-handler)
6612         (tramp-completion-file-name-handler): Avoid recursive loading.
6614         * net/tramp-sh.el (tramp-make-copy-program-file-name):
6615         Quote result also locally.
6617 2014-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6619         * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
6620         Remove left-over code.
6622         * newcomment.el (comment-indent-new-line): Sink code where it's used.
6623         Reuse the previous comment's indentation unconditionally if it's on its
6624         own line.
6626 2014-04-09  Daniel Colascione  <dancol@dancol.org>
6628         * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
6629         `no-syntax-crossing' arguments.  Forward to `up-list'.
6630         (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
6631         Implement logic for escaping from strings.  Use narrowing to deal
6632         with corner cases.
6634 2014-04-09  Leo Liu  <sdl.web@gmail.com>
6636         * net/rcirc.el (rcirc-connection-info): New variable.
6637         (rcirc-connect): Use it to store connection info.
6638         (rcirc-buffer-process): Avoid get-buffer-process which returns nil
6639         for killed process.
6640         (rcirc-cmd-reconnect): New command.  (Bug#17045)
6641         (rcirc-mode, set-rcirc-encode-coding-system)
6642         (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
6644 2014-04-09  Daniel Colascione  <dancol@dancol.org>
6646         * emacs-lisp/cl-indent.el: Add comment claiming
6647         facility is also good for elisp.
6648         (lisp-indent-find-method): New function.
6649         (common-lisp-indent-function): Recognize cl-loop.
6650         (common-lisp-indent-function-1): Recognize cl constructs; use
6651         `lisp-indent-find-method' instead of `get' directly.
6652         (if): Use else-body style for elisp.
6654 2014-04-09  Dmitry Gutov  <dgutov@yandex.ru>
6656         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6657         Module methods.  (Bug#17216)
6659 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * help.el (describe-bindings): Fix buffer handling (bug#17210).
6662         (describe-bindings-internal): Mark obsolete.
6664 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6666         * subr.el (with-silent-modifications): Don't bind deactivate-mark,
6667         buffer-file-name, and buffer-file-truename any more.
6669 2014-04-08  Leo Liu  <sdl.web@gmail.com>
6671         Use lexical-binding and require cl-lib.
6672         * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
6673         (rcirc-handler-generic, rcirc-fill-paragraph)
6674         (rcirc-format-response-string, rcirc-target-buffer)
6675         (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
6676         (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
6677         (rcirc-ctcp-sender-PING, rcirc-browse-url)
6678         (rcirc-markup-timestamp, rcirc-markup-attributes)
6679         (rcirc-markup-my-nick, rcirc-markup-urls)
6680         (rcirc-markup-bright-nicks, rcirc-markup-fill)
6681         (rcirc-check-auth-status, rcirc-handler-WALLOPS)
6682         (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
6683         (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
6684         (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
6685         (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
6686         (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
6687         (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
6688         (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
6689         (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
6690         (rcirc-handler-CTCP-response): Fix unused arguments warnings and
6691         use cl-lib.
6693 2014-04-07  João Távora  <joaotavora@gmail.com>
6695         * elec-pair.el (electric-pair--syntax-ppss):
6696         When inside comments parse from comment beginning.
6697         (electric-pair--balance-info): Fix typo in comment.
6698         (electric-pair--in-unterminated-string-p): Delete.
6699         (electric-pair--unbalanced-strings-p): New function.
6700         (electric-pair-string-bound-function): New var.
6701         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6702         according to `electric-pair--in-unterminated-string-p'
6704         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6705         Inhibit quote pairing if point-max is inside an unterminated string.
6706         (electric-pair--looking-at-unterminated-string-p): Delete.
6707         (electric-pair--in-unterminated-string-p): New function.
6709 2014-04-07  Glenn Morris  <rgm@gnu.org>
6711         * shell.el (shell-directory-tracker):
6712         Go back to just ignoring failures.  (Bug#17159)
6714 2014-04-07  João Távora  <joaotavora@gmail.com>
6716         Fix `electric-pair-delete-adjacent-pairs' in modes binding
6717         backspace. (bug#16981)
6718         * elec-pair.el (electric-pair-backward-delete-char): Delete.
6719         (electric-pair-backward-delete-char-untabify): Delete.
6720         (electric-pair-mode-map): Bind backspace to a menu item filtering
6721         a new `electric-pair-delete-pair' command.
6722         (electric-pair-delete-pair): New command.
6724         * progmodes/python.el (python-electric-pair-string-delimiter):
6725         Fix triple-quoting electricity.  (Bug#17192)
6727         * elec-pair.el (electric-pair-post-self-insert-function):
6728         Don't skip whitespace when `electric-pair-text-pairs' and
6729         `electric-pair-pairs' were used. syntax to
6730         electric-pair--skip-whitespace.  (Bug#17183)
6732 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
6734         * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
6735         "<F>".  (Bug#17199)
6737 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
6740         (mpc--status-idle-timer-run): Use mpc--status-timer-run.
6742 2014-04-07  Glenn Morris  <rgm@gnu.org>
6744         * help.el (view-lossage): Doc tweak.
6746 2014-04-07  Matthias Dahl  <ml_emacs-lists@binary-island.eu>
6748         * faces.el (face-spec-recalc): Call make-face-x-resource-internal
6749         only when inhibit-x-resources is nil, and do that earlier in the
6750         function.  Doc fix.  (Bug#16694)
6751         (face-spec-choose): Accept additional optional argument, whose
6752         value is returned if no matching attributes are found.
6753         (face-spec-recalc): Use the new optional argument when calling
6754         face-spec-choose.  (Bug#16378)
6755         (make-face-x-resource-internal): Do nothing when
6756         inhibit-x-resources is non-nil.  Don't touch the default face if
6757         reversed video is given--as was done in previous versions of Emacs.
6758         (face-set-after-frame-default): Don't call
6759         make-face-x-resource-internal here.  (Bug#16434)
6761 2014-04-07  Tassilo Horn  <tsdh@gnu.org>
6763         * doc-view.el (doc-view-bookmark-jump):
6764         Use `bookmark-after-jump-hook' to jump to the right page after the
6765         buffer is shown in a window.  (bug#16090)
6767 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
6769         * international/characters.el (mirroring): Fix last change:
6770         instead of loading uni-mirrored.el explicitly, do that implicitly
6771         by creating the 'mirroring' uniprop table.  This avoids announcing
6772         the loading of uni-mirrored.el.
6774 2014-04-07  Glenn Morris  <rgm@gnu.org>
6776         * files.el (buffer-stale--default-function)
6777         (buffer-stale-function, revert-buffer--default):
6778         * autorevert.el (auto-revert-buffers): Doc tweaks.
6780 2014-04-07  Eli Zaretskii  <eliz@gnu.org>
6782         * international/characters.el: Preload uni-mirrored.el.  (Bug#17169)
6784 2014-04-07  Glenn Morris  <rgm@gnu.org>
6786         * files.el (make-backup-file-name-function)
6787         (make-backup-file-name, make-backup-file-name--default-function)
6788         (make-backup-file-name-1, find-backup-file-name)
6789         (revert-buffer-function, revert-buffer-insert-file-contents-function)
6790         (buffer-stale--default-function, buffer-stale-function)
6791         (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
6792         (revert-buffer, revert-buffer--default)
6793         (revert-buffer-insert-file-contents--default-function):
6794         Doc fixes related to defaults no longer being nil.
6795         (make-backup-file-name-function): Bump :version.
6796         Restore nil as a valid but deprecated custom type.
6798 2014-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6800         * progmodes/perl-mode.el (perl-syntax-propertize-function):
6801         Handle $' used as a variable (bug#17174).
6803         * progmodes/perl-mode.el (perl-indent-new-calculate):
6804         Handle forward-sexp failure (bug#16985).
6805         (perl-syntax-propertize-function): Add "foreach" and "for" statement
6806         modifiers introducing expressions (bug#17116).
6808 2014-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6810         * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
6812 2014-04-05  Leo Liu  <sdl.web@gmail.com>
6814         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6815         Add define-compilation-mode.
6817 2014-04-04  João Távora  <joaotavora@gmail.com>
6819         * elec-pair.el (electric-pair--syntax-ppss): When inside comments
6820         parse from comment beginning.
6821         (electric-pair--balance-info): Fix typo in comment.
6822         (electric-pair--in-unterminated-string-p): Delete.
6823         (electric-pair--unbalanced-strings-p): New function.
6824         (electric-pair-string-bound-function): New var.
6825         (electric-pair-inhibit-if-helps-balance): Decide quote pairing
6826         according to `electric-pair--in-unterminated-string-p'.
6828 2014-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
6831         Move declaration before first use.
6832         (reftex-move-to-next-arg): Silence compiler warning.
6834 2014-04-04  Joost Kremers  <joostkremers@fastmail.fm>  (tiny change)
6836         * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
6837         Use `window-total-width' instead of `window-width'.
6839 2014-04-03  Daniel Colascione  <dancol@dancol.org>
6841         * subr.el (set-transient-map): Remove rms's workaround entirely;
6842         use new `suspicious-object' subr to mark our lambda for closer
6843         scrutiny during gc.
6845 2014-04-02  Richard Stallman  <rms@gnu.org>
6847         * subr.el (set-transient-map): Comment out previous change.
6849 2014-04-02  Glenn Morris  <rgm@gnu.org>
6851         * menu-bar.el (menu-bar-file-menu):
6852         * vc/ediff.el (ediff-current-file):
6853         Update for revert-buffer-function no longer being nil by default.
6855         * simple.el (command-execute): Respect nil disabled-command-function.
6857 2014-04-02  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
6859         * simple.el (command-execute): Do not execute the command when it
6860         is disabled; fixes thinko in 2013-02-20 conversion from C.  (Bug#17151)
6862 2014-04-02  Juri Linkov  <juri@jurta.org>
6864         * dired-aux.el (dired-compress-file): Don't use string-match-p
6865         because its match data is used afterwards.
6867 2014-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6869         * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
6870         0 like nil.
6872 2014-04-02  João Távora  <joaotavora@gmail.com>
6874         * elec-pair.el (electric-pair-inhibit-if-helps-balance):
6875         Inhibit quote pairing if point-max is inside an unterminated string.
6876         (electric-pair--looking-at-unterminated-string-p):
6877         Delete.
6878         (electric-pair--in-unterminated-string-p): New function.
6880 2014-04-01  Daniel Colascione  <dancol@dancol.org>
6882         * minibuffer.el (minibuffer-complete): Prevent assertion failure
6883         when trying to complete the prompt.
6885 2014-03-31  Leo Liu  <sdl.web@gmail.com>
6887         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6888         Refactor out eldoc-documentation-function-default.
6889         (eldoc-documentation-function-default): New function.
6890         (eldoc-documentation-function): Change value.
6892 2014-03-31  Glenn Morris  <rgm@gnu.org>
6894         * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
6896         * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
6897         (vhdl-compose-components-package, vhdl-compose-configuration):
6898         Abbreviate default-directory (missing from some previous upstream sync).
6900 2014-03-31  Reto Zimmermann  <reto@gnu.org>
6902         Sync with upstream vhdl mode v3.35.2.
6903         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
6904         (top-level): No longer require assoc.
6905         (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
6906         New functions.  Use throughout to replace aget etc.
6907         (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
6908         (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
6909         (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
6910         (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
6911         (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
6912         except `vhdl-compiler'.
6913         (vhdl-error-regexp-add-emacs): Remove all other compilers,
6914         when appropriate.
6916 2014-03-31  Glenn Morris  <rgm@gnu.org>
6918         * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
6919         Revert 2014-03-26 merge goof; go back to using defalias.
6921 2014-03-30  Daniel Colascione  <dancol@dancol.org>
6923         * comint.el (comint-send-input):
6924         Deactivate completion-in-region-mode before we send comint input.
6925         (Bug#17139).
6927         * simple.el (keyboard-quit): Deactivate completion-in-region-mode
6928         on keyboard-quit.
6930 2014-03-29  Glenn Morris  <rgm@gnu.org>
6932         * textmodes/reftex.el: Manage most autoloads automatically.
6933         * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
6934         * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
6935         * textmodes/reftex-index.el, textmodes/reftex-parse.el:
6936         * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
6937         * textmodes/reftex-toc.el: Set generated-autoload-file,
6938         and add autoload cookies for reftex.el.
6939         * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
6941 2014-03-28  Glenn Morris  <rgm@gnu.org>
6943         * cus-start.el (report-emacs-bug-address): Set custom properties.
6944         * mail/emacsbug.el (report-emacs-bug-address):
6945         Variable is now defined in emacs.c.
6947         * mail/emacsbug.el (report-emacs-bug):
6948         Include system-configuration-features.
6950 2014-03-28  Michal Nazarewicz  <mina86@mina86.com>
6952         * simple.el (cycle-spacing): Never delete spaces on first run by
6953         default, but do so in a new 'fast mode and if there are already
6954         N spaces (the previous behavior).
6955         Compare N with its value in previous invocation so that changing
6956         prefix argument restarts `cycle-spacing' sequence.
6957         The idea is that with this change, binding M-SPC to
6958         `cycle-spacing' should not introduce any changes in behavior of
6959         the binding so long as users do not type M-SPC twice in a raw with
6960         the same prefix argument or lack thereof.
6962 2014-03-28  Glenn Morris  <rgm@gnu.org>
6964         * faces.el (term-file-aliases): New variable.
6965         (tty-run-terminal-initialization): Respect term-file-aliases.
6966         * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
6967         * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
6968         * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
6970 2014-03-27  Glenn Morris  <rgm@gnu.org>
6972         * startup.el (inhibit-startup-hooks): Doc tweak.
6973         (normal-top-level): Simplify running of hooks.
6974         For window-setup-hook, respect inhibit-startup-hooks.
6975         (command-line-1): Don't set window-setup-hook to nil.
6977         Allow selective autoloading from obsolete/ directory.
6978         * Makefile.in (obsolete-autoloads): New rule.
6979         (autoloads): Run obsolete-autoloads.
6980         * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
6981         * simple.el (iswitchb-mode): Remove hand-written autoloads.
6983 2014-03-27  Dmitry Gutov  <dgutov@yandex.ru>
6985         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6986         Highlight special globals with font-lock-builtin-face.  (Bug#17057)
6988         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6989         Don't propertize `?' or `!' as symbol constituent when after
6990         colon.  (Bug#17097)
6992 2014-03-27  Juanma Barranquero  <lekktu@gmail.com>
6994         * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
6995         which is no longer needed and causes trouble in GTK builds (bug#17046).
6997         * emacs-lisp/package-x.el (package--archive-contents-from-url):
6998         Use url-insert-file-contents; package-handle-response no longer exists.
7000 2014-03-26  Daniel Colascione  <dancol@dancol.org>
7002         * simple.el (process-menu-mode-map): New variable.
7003         (process-menu-delete-process): New command.
7005 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
7007         * emacs-lisp/package.el: Fix bug#16733 (again).
7008         (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
7009         (url-http-target-url): Remove unused declarations.
7010         (package-handle-response): Remove.
7011         (package--with-work-buffer): Use url-insert-file-contents and simplify.
7012         (package--download-one-archive): Use current-buffer instead of
7013         dynamic binding of `buffer'.
7014         (describe-package-1): Do not decode readme-string.
7016 2014-03-26  Michael Albinus  <michael.albinus@gmx.de>
7018         * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
7020         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
7021         from 2014-03-07, it decreases performance unnecessarily.  Let-bind
7022         `remote-file-name-inhibit-cache' to nil in the second pass.
7023         (tramp-find-executable): Do not call "which" on SunOS.
7024         (tramp-send-command-and-check): Fix docstring.
7025         (tramp-do-copy-or-rename-file-directly): In the `rename' case,
7026         check whether source directory has set the sticky bit.
7028 2014-03-26  Barry O'Reilly  <gundaetiapo@gmail.com>
7030         * simple.el (primitive-undo): Only process marker adjustments
7031         validated against their corresponding (TEXT . POS).  Issue warning
7032         for lone marker adjustments in undo history.  (Bug#16818)
7033         (undo-make-selective-list): Add marker adjustments to selective
7034         undo list based on whether their corresponding (TEXT . POS) is in
7035         the region.  Remove variable adjusted-markers, which was unused
7036         and only non nil during undo-make-selective-list.
7037         (undo-elt-in-region): Return nil when passed a marker adjustment
7038         and explain in function doc.
7040 2014-03-26  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
7042         * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
7044 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
7046         * progmodes/ruby-mode.el (ruby-expression-expansion-re):
7047         Match special global variables without curlies, too.
7048         (ruby-font-lock-keywords): Simplify the matcher for special global
7049         variables.  Don't require a non-word character after the variable.
7050         (Bug#17057)
7052 2014-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * simple.el (redisplay-highlight-region-function): Increase priority of
7055         overlay to make sure boundaries are visible (bug#15899).
7057 2014-03-26  Juanma Barranquero  <lekktu@gmail.com>
7059         * frameset.el (frameset--initial-params): Fix typo in parameter name.
7060         (frameset-restore): Compare display strings with equal.
7062         * frame.el (make-frame): Don't quote display name in error message,
7063         it is already a string.
7065 2014-03-26  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7067         * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
7068         the password.
7070 2014-03-26  Dmitry Gutov  <dgutov@yandex.ru>
7072         * emacs-lisp/package.el (package--add-to-archive-contents):
7073         Include already installed and built-in packages in
7074         `package-archive-contents'.
7075         (package-install): Don't include already installed packages in the
7076         options during interactive invocation.  (Bug#16762)
7077         (package-show-package-list): If the buffer is already displayed in
7078         another window, switch to that window.
7080 2014-03-26  Reto Zimmermann  <reto@gnu.org>
7082         Sync with upstream vhdl mode v3.35.1.
7083         * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
7084         (vhdl-compiler-alist): Doc fix.
7085         (vhdl-goto-line): Remove.
7086         (vhdl-mode-abbrev-table-init): Add XEmacs compat.
7087         (vhdl-mode) <paragraph-start>: Fix value.
7088         (vhdl-fix-statement-region): Not `for' in wait-statement.
7089         (vhdl-beautify-region): Also (un)tabify.
7090         (vhdl-get-visible-signals):
7091         Scan declarative part of generate statements.
7092         (vhdl-template-record): Fix indentation for record type declaration.
7093         (vhdl-expand-abbrev, vhdl-expand-paren):
7094         Revert to using fset again rather than defalias.
7095         (vhdl-scan-directory-contents): Tweak.
7096         (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
7097         (vhdl-compose-components-package):
7098         Replace vhdl-goto-line with forward-line.
7099         (top-level): Tweak speedbar frame selection.
7100         (vhdl-generate-makefile-1): Support for compilers with no
7101         unit-to-file name mapping (create directory with dummy files).
7103 2014-03-26  Wilson Snyder  <wsnyder@wsnyder.org>
7105         Sync with upstream verilog-mode revision 702457d.
7106         * progmodes/verilog-mode.el (verilog-mode-version): Update.
7107         (create-lockfiles): Declare.
7108         (verilog-read-decls): Fix module header imports, bug709.
7109         Reported by Victor Lau.
7110         Fix parsing 'var' in AUTOs, msg1294.  Reported by Dominique Chen.
7111         (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
7112         interface-only modules, bug721.  Reported by Dean Hoyt.
7114 2014-03-26  Glenn Morris  <rgm@gnu.org>
7116         * obsolete/gulp.el: Move here from emacs-lisp/.
7118         * files.el (lock-buffer, unlock-buffer, file-locked-p):
7119         Remove fallback aliases, since they are always defined now.
7121 2014-03-24  Daniel Colascione  <dancol@dancol.org>
7123         * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
7124         instead of cl-loop search function.
7126 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
7128         * calendar/parse-time.el (parse-time-iso8601-regexp)
7129         (parse-iso8601-time-string): Copy from `url-dav' so that we can use
7130         it more generally.
7132 2014-03-23  Lars Ingebrigtsen  <larsi@gnus.org>
7134         * net/dns.el (network-interface-list): Define for XEmacs.
7136 2014-03-23  Magnus Henoch  <magnus.henoch@gmail.com>
7138         * net/dns.el (dns-servers-up-to-date-p): New function to see whether
7139         the network interfaces changed.
7140         (dns-query): Use it to flush the data.
7142 2014-03-23  Juanma Barranquero  <lekktu@gmail.com>
7144         * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
7146 2014-03-23  Daniel Colascione  <dancol@dancol.org>
7148         Change subword-mode to use `find-word-boundary-function-table' and
7149         replace `capitalized-words-mode'.  Also, convert to lexical binding.
7150         * progmodes/cap-words.el: Delete now-obsolete file.
7151         * progmodes/subword.el: Reimplement using
7152         `find-word-boundary-function-table'.
7153         (subword-mode-map): Hollow out.
7154         (capitalized-words-mode): Define as obsolete alias for
7155         `subword-mode'.
7156         (subword-mode, superword-mode): Tweak documentation to reflect new
7157         implementation; call `subword-setup-buffer'.
7158         (subword-forward, subword-capitalize): Add underscore to indicate
7159         unused variable.
7160         (subword-find-word-boundary-function-table): New constant.
7161         (subword-empty-char-table): New constant.
7162         (subword-setup-buffer): New function.
7163         (subword-find-word-boundary): New function.
7165 2014-03-23  Daniel Colascione  <dancol@dancol.org>
7167         * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
7168         list to look for keyword arguments instead of `memq', fixing
7169         (Bug#3647) --- unfortunately, only for freshly-compiled code.
7170         Please make bootstrap.
7172 2014-03-22  Glenn Morris  <rgm@gnu.org>
7174         * dired.el (dired-read-regexp): Make obsolete.
7175         (dired-mark-files-regexp, dired-mark-files-containing-regexp)
7176         (dired-flag-files-regexp):
7177         * dired-aux.el (dired-mark-read-regexp):
7178         * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
7180         * startup.el (fancy-startup-text):
7181         * help.el (describe-gnu-project): Visit online info about GNU project.
7183         * help-fns.el (help-fns--interactive-only): New function.
7184         (help-fns-describe-function-functions): Add the above function.
7185         * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
7186         (next-line, previous-line): Remove hand-written interactive-only
7187         information from doc strings, it is auto-generated now.
7188         * bookmark.el (bookmark-write):
7189         * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
7190         (epa-mail-import-keys): Mark interactive-only,
7191         and remove hand-written interactive-only information from doc strings.
7192         * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
7193         (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
7194         * files.el (not-modified):
7195         * simple.el (mark-whole-buffer): Mark interactive-only.
7197         * emacs-lisp/byte-run.el (defun-declarations-alist):
7198         Add interactive-only.  Doc tweak.
7199         (macro-declarations-alist): Doc tweak.
7200         * subr.el (declare): Doc tweak (add xref to manual).
7201         * comint.el (comint-run):
7202         * files.el (insert-file-literally, insert-file):
7203         * replace.el (replace-string, replace-regexp):
7204         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7205         (delete-forward-char, goto-line, insert-buffer, next-line)
7206         (previous-line): Set interactive-only via declare.
7208 2014-03-22  Dmitry Gutov  <dgutov@yandex.ru>
7210         * emacs-lisp/package.el (package-desc): Use the contents of the
7211         quoted form, not its cdr.  (Bug#16873)
7213 2014-03-22  Juanma Barranquero  <lekktu@gmail.com>
7215         * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
7216         benefit of doc.c; change parameter profile to match the X function.
7218 2014-03-22  Leo Liu  <sdl.web@gmail.com>
7220         * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
7221         (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
7223 2014-03-21  Richard Stallman  <rms@gnu.org>
7225         * battery.el (battery-linux-sysfs): Search for each field
7226         from the beginning of the buffer.
7228         * subr.el (set-transient-map): Clear out function and value
7229         of the temporary symbol when we're done with it.
7231         * mail/rmailsum.el (rmail-summary-delete-forward):
7232         Optimize case of reaching end and handling count.
7233         (rmail-summary-mark-deleted): Optimize when N is current msg.
7234         Don't create new summary line.
7235         (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
7236         (rmail-summary-undelete-many): Rewrite for speed.
7237         (rmail-summary-msg-number): New function.
7239         * mail/rmail.el (rmail-delete-message): Update summary.
7240         (rmail-undelete-previous-message): Handle repeat count arg.
7241         (rmail-delete-backward, rmail-delete-forward): Likewise.
7243 2014-03-21  Daniel Colascione  <dancol@dancol.org>
7245         * mail/emacsbug.el (report-emacs-bug): Include memory usage
7246         information in bug reports.
7248 2014-03-21  Michael Albinus  <michael.albinus@gmx.de>
7250         * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
7251         and `tramp-copy-env'.
7253         * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
7254         (tramp-maybe-open-connection): Handle `tramp-login-env'.
7256 2014-03-21  Glenn Morris  <rgm@gnu.org>
7258         * electric.el (electric-indent-post-self-insert-function): Add doc.
7260 2014-03-21  Dmitry Gutov  <dgutov@yandex.ru>
7262         * emacs-lisp/package.el (package-compute-transaction):
7263         Use `version-list-<=' to compare the requirement version against
7264         the version of package already to be installed.  Update the error
7265         message.  (Bug#16826)
7267         * progmodes/ruby-mode.el (ruby-smie-rules):
7268         Add indentation rule for ` @ '.  (Bug#17050)
7270 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
7272         * align.el (align-regexp): Remove superfluous backslash.
7274         * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
7275         (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
7276         (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
7277         Fix docstring typos.
7278         (ffap-next): Use C-u in docstring.
7279         (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
7280         (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
7281         Remove superfluous backslashes.
7282         (ffap-string-at-point): Reflow docstring.
7284         * server.el (server-host): Reflow docstring.
7285         (server-unload-function): Fix docstring typo.
7286         (server-eval-at): Remove superfluous backslash.
7288         * skeleton.el (skeleton-insert): Remove superfluous backslash.
7289         (skeleton-insert): Doc fix.
7290         (skeleton-insert): Reflow docstring.
7292         * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
7293         (tty-color-approximate, tty-color-by-index, tty-color-values)
7294         (tty-color-desc): Remove superfluous backslashes.
7296 2014-03-21  Glenn Morris  <rgm@gnu.org>
7298         * cus-start.el (history-length): Bump :version.
7300         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7301         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7302         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7303         Don't set `make-backup-files'.
7305         * info.el (info--prettify-description): New function,
7306         to give info-finder descriptions consistent case, punctuation.
7307         (Info-finder-find-node): Use it.  Sort packages.
7308         Refer to "description" rather than "commentary".
7310 2014-03-21  Juanma Barranquero  <lekktu@gmail.com>
7312         * frameset.el (frameset--print-register): New function.
7313         (frameset-to-register): Use it.
7315 2014-03-20  Juanma Barranquero  <lekktu@gmail.com>
7317         * progmodes/hideif.el (hif-string-to-number): New function.
7318         (hif-tokenize): Use it to understand non-decimal floats.
7320         * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
7322         * skeleton.el (skeleton-autowrap): Mark as obsolete.  Doc fix.
7324 2014-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7326         * electric.el (electric-newline-and-maybe-indent): New command.
7327         Bind it globally to C-j.
7328         (electric-indent-mode): Don't mess with the global map any more.
7329         Don't drop the post-self-insert-hook is some buffer is still using it
7330         (bug#16770).
7332         * bindings.el (global-map): Remove C-j binding.
7334         * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
7335         the docstring of functions advised before dumping (bug#16993).
7337 2014-03-19  Stefan-W. Hahn  <stefan.hahn@s-hahn.de>  (tiny change)
7339         * ps-print.el (ps-generate-postscript-with-faces):
7340         Explicitly deactivate the mark (bug#16866).
7341         * simple.el (deactivate-mark): Update region highlight.
7343 2014-03-19  Juanma Barranquero  <lekktu@gmail.com>
7345         * emacs-lisp/package.el (describe-package-1):
7346         Decode commentary (bug#16733).
7348 2014-03-18  Juanma Barranquero  <lekktu@gmail.com>
7350         * custom.el (defcustom): Doc fix: recommend avoiding destructive
7351         modification of the value argument of :set (bug#16755).
7353 2014-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7355         * simple.el (newline-and-indent): Do autofill (bug#17031).
7357 2014-03-18  Dmitry Gutov  <dgutov@yandex.ru>
7359         * newcomment.el (comment-normalize-vars): Only add escaping check
7360         to `comment-start-skip' if not `comment-use-syntax'.  (Bug#16971)
7361         (comment-beginning): Use `narrow-to-region' instead of moving back
7362         one character.
7363         (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
7364         (comment-start-skip): Update the docstring.
7366 2014-03-18  Richard Stallman  <rms@gnu.org>
7368         * dired.el (dired-display-file): Force use of other window.
7370 2014-03-18  Daniel Colascione  <dancol@dancol.org>
7372         * startup.el (tty-handle-args): Remove debug message from 2007.
7374 2014-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * emacs-lisp/nadvice.el (advice--interactive-form): New function.
7377         (advice--make-interactive-form): Use it to avoid (auto)loading function.
7378         (advice--make-1, advice-add, advice-remove):
7379         Remove braindead :advice-pending hack.
7381 2014-03-17  Glenn Morris  <rgm@gnu.org>
7383         * calendar/calendar.el (calendar-generate-month): Apply weekend
7384         face to the right days; fixes 2013-08-06 change.  (Bug#17028)
7386 2014-03-17  Michael Albinus  <michael.albinus@gmx.de>
7388         * net/tramp.el (tramp-action-out-of-band): Read pending output.
7389         (tramp-call-process): Trace also DESTINATION.
7391         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7392         Quote file names when they are local.  Remove superfluous trace.
7394 2014-03-17  Dmitry Gutov  <dgutov@yandex.ru>
7396         * newcomment.el (comment-beginning): If `comment-start-skip'
7397         doesn't match, move back one char and try again.  (Bug#16971)
7399         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7400         Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
7401         Set `comment-start-skip' to a simpler value that doesn't try to
7402         check if the semicolon is escaped (this is handled by
7403         `syntax-ppss' now).  (Bug#16971)
7405         * progmodes/scheme.el (scheme-mode-variables): Same.
7407 2014-03-16  Martin Rudalics  <rudalics@gmx.at>
7409         Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
7410         * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
7411         current (Bug#16816, Bug#17007).
7412         (with-current-buffer-window): New macro doing the same as
7413         `with-temp-buffer-window' but with BUFFER-OR-NAME current.
7414         * help.el (help-print-return-message): Warn in doc-string to not
7415         use this in `with-help-window'.
7416         (describe-bindings-internal): Call `describe-buffer-bindings'
7417         from within help buffer.  See Juanma's scenario in (Bug#16816).
7418         (with-help-window): Update doc-string.
7419         * dired.el (dired-mark-pop-up):
7420         * files.el (save-buffers-kill-emacs):
7421         * register.el (register-preview): Use `with-current-buffer-window'
7422         instead of `with-temp-buffer-window'.
7424 2014-03-16  Juanma Barranquero  <lekktu@gmail.com>
7426         * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
7427         Implement inserting into current buffer, documented in their docstrings.
7428         (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
7429         (rst-section-tree-point, rst-forward-section, rst-indent)
7430         (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
7431         (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
7432         (rst-font-lock-handle-adornment-pre-match-form)
7433         (rst-repeat-last-character): Reflow docstrings.
7434         (rst-preferred-adornments, rst-update-section, rst-find-title-line)
7435         (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
7436         (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
7437         (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
7438         Fix docstring typos.
7439         (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
7440         (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
7441         (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
7443 2014-03-15  Juanma Barranquero  <lekktu@gmail.com>
7445         * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
7446         for compatibility with other ports.
7447         (ns-initialize-window-system): Use it.  It is set in term/common-win.el
7448         from the -xrm command line argument, but in the Nextstep port its value
7449         is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
7451         * progmodes/python.el (defconst, python-syntax-count-quotes)
7452         (python-indent-region, python-indent-shift-right)
7453         (python-indent-dedent-line-backspace, python-nav-backward-sexp)
7454         (python-nav-backward-sexp-safe, python-nav-backward-up-list)
7455         (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
7456         (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
7457         (inferior-python-mode, python-shell-make-comint, run-python-internal)
7458         (python-shell-buffer-substring, python-shell-send-buffer)
7459         (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
7460         (python-completion-complete-at-point, python-fill-docstring-style)
7461         (python-eldoc-function, python-imenu-format-item-label)
7462         (python-imenu-format-parent-item-label)
7463         (python-imenu-format-parent-item-jump-label)
7464         (python-imenu--build-tree, python-imenu-create-index)
7465         (python-imenu-create-flat-index): Fix docstring typos.
7466         (python-indent-context, python-shell-prompt-regexp, run-python):
7467         Remove superfluous backslashes.
7468         (python-indent-line, python-nav-beginning-of-defun)
7469         (python-shell-get-buffer, python-shell-get-process)
7470         (python-info-current-defun, python-info-current-line-comment-p)
7471         (python-info-current-line-empty-p, python-util-popn): Doc fixes.
7472         (python-indent-post-self-insert-function, python-shell-send-file)
7473         (python-shell-completion-get-completions)
7474         (python-shell-completion-complete-or-indent)
7475         (python-eldoc--get-doc-at-point): Reflow docstrings.
7477 2014-03-14  Glenn Morris  <rgm@gnu.org>
7479         * emacs-lisp/package.el (package-menu-mode-map):
7480         Replace use of obsolete function alias.  Tweak menu item text.
7482         * info.el (Info-finder-find-node):
7483         Ignore the `emacs' metapackage.  (Bug#10813)
7485         * finder.el (finder-list-matches): Include unversioned packages
7486         in the result of a keyword search.
7488         * finder.el (finder--builtins-descriptions): New constant.
7489         (finder-compile-keywords): Use finder--builtins-descriptions.
7491 2014-03-14  Dmitry Gutov  <dgutov@yandex.ru>
7493         * simple.el (blink-matching-paren): Describe the new value,
7494         `jump', enabling the old behavior.
7495         (blink-matching-open): Use that value.  (Bug#17008)
7497 2014-03-14  Glenn Morris  <rgm@gnu.org>
7499         * finder.el (finder-no-scan-regexp): Add leim-list.
7500         (finder-compile-keywords):
7501         Don't skip files with same basename.  (Bug#14010)
7502         * Makefile.in (setwins_finder): New, excluding leim.
7503         (finder-data): Use setwins_finder.
7505         * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
7506         (help-function-arglist, help-make-usage): Move from here...
7507         * help.el (help-split-fundoc, help-add-fundoc-usage)
7508         (help-function-arglist, help-make-usage): ... to here.  (Bug#17001)
7509         * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
7511 2014-03-14  Juanma Barranquero  <lekktu@gmail.com>
7513         * net/socks.el (socks, socks-override-functions)
7514         (socks-find-services-entry):
7515         * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
7516         (hif-find-ifdef-block):
7517         * progmodes/modula2.el (m2-indent): Fix docstring typos.
7519         * net/tls.el (tls-program): Reflow docstring.
7521         * progmodes/pascal.el (pascal-mode-abbrev-table)
7522         (pascal-imenu-generic-expression, pascal-auto-endcomments)
7523         (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
7524         (pascal-outline-mode): Fix docstring typos.
7525         (pascal-mode): Let define-derived-mode document mode hook.
7526         (pascal-uncomment-area): Reflow.
7527         (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
7529         * progmodes/opascal.el (opascal-compound-block-indent)
7530         (opascal-case-label-indent): Fix docstring typos.
7531         (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
7533 2014-03-13  Dmitry Gutov  <dgutov@yandex.ru>
7535         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7536         Fontify multiple adjacent negation chars.  (Bug#17004)
7538 2014-03-13  Tom Willemse  <tom@ryuslash.org>  (tiny change)
7540         * emacs-lisp/package.el (package--prepare-dependencies):
7541         Accept requirements without explicit version (bug#14941).
7543 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
7545         * register.el (register-separator, copy-to-register): Doc fixes.
7546         (register-preview-default): Remove unnecessary call to concat.
7548         * frameset.el (frameset-restore): When checking for a visible frame,
7549         use the action map instead of calling visible-frame-list.
7551 2014-03-12  Jonas Bernoulli  <jonas@bernoul.li>
7553         * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
7555 2014-03-12  Martin Rudalics  <rudalics@gmx.at>
7557         * window.el (fit-frame-to-buffer): Get maximum width from
7558         display's width instead of height.
7560 2014-03-12  Glenn Morris  <rgm@gnu.org>
7562         * desktop.el (desktop-restore-frames)
7563         (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
7564         (desktop-restore-reuses-frames): Doc tweaks.
7566         * electric.el (electric-indent-mode): Doc fix.
7568 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
7570         * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
7571         (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
7572         (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
7573         (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
7574         (cvs-dired-use-hook): Fix docstring typos.
7575         (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
7576         Doc fixes.
7578         * vc/pcvs-defs.el (cvs-auto-remove-handled)
7579         (cvs-auto-remove-directories, cvs-default-ignore-marks)
7580         (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
7581         (cvs-execute-single-dir): Fix docstring typos.
7583         * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
7584         (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
7586         * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
7588         * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
7589         Fix docstring typos.
7591 2014-03-12  Juanma Barranquero  <lekktu@gmail.com>
7593         * frameset.el (frameset--jump-to-register): Add autoload; it could be
7594         called from jump-to-register after unloading the frameset package.
7596 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7598         * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
7599         (bug#16975).  Deactivate the mark before setting it to nil.
7600         (activate-mark): Do nothing if region is already active.
7602 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
7604         * frameset.el (frameset--target-display): Remove definition; declare.
7605         (frameset-save, frameset-restore): Let-bind frameset--target-display.
7607 2014-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7609         * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
7610         (advice-add): Add a :advice--pending marker, so advice--make-1 knows
7611         when the advice is pending.
7612         (advice-remove): Remove this marker when not needed any more.
7614 2014-03-11  Juanma Barranquero  <lekktu@gmail.com>
7616         * frameset.el: Separate options for reusing frames and cleaning up.
7617         (frameset--reuse-list): Remove definition; declare.
7618         (frameset--action-map): Declare.
7619         (frameset--find-frame-if): Doc fix.
7620         (frameset--restore-frame): Cache frame action.
7621         (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
7622         how to clean up the frame list after restoring.  Remove cleaning
7623         options from REUSE-FRAMES.  Change all keyword values to symbols.
7624         (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
7626         * desktop.el (desktop-restore-forces-onscreen)
7627         (desktop-restore-reuses-frames): Use non-keyword values.
7628         (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
7630 2014-03-10  Glenn Morris  <rgm@gnu.org>
7632         * files.el (find-file): Doc fix: update info node name.
7634         * emacs-lisp/advice.el (ad-add-advice, defadvice):
7635         Doc fix: remove references to deleted info nodes.
7637 2014-03-10  Michael Albinus  <michael.albinus@gmx.de>
7639         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
7640         Do not add nil to the environment, when there's no remote `locale'.
7641         (tramp-find-inline-encoding): Check, that the remote host has
7642         installed perl, before sending scripts.
7644 2014-03-10  Leo Liu  <sdl.web@gmail.com>
7646         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7647         Clear eldoc-last-message.  (Bug#16920)
7649 2014-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7651         * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
7652         (bug#14430).
7654 2014-03-09  Juri Linkov  <juri@jurta.org>
7656         * ansi-color.el (ansi-color-names-vector): Copy default colors
7657         from `xterm-standard-colors' that look well on the default white
7658         background (and also on the black background) to avoid illegible
7659         color combinations like yellow-on-white and white-on-white.
7660         http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
7662 2014-03-08  Juanma Barranquero  <lekktu@gmail.com>
7664         * frameset.el (frameset-restore): When no frame is visible, do not
7665         generate a list of frames, just make visible the selected one.
7667 2014-03-08  Dmitry Gutov  <dgutov@yandex.ru>
7669         * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
7670         it only contains the repository root.  (Bug#16897)
7672 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
7674         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
7675         only when `remote-file-name-inhibit-cache' is nil.
7676         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
7678 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
7680         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
7681         Fix doc-strings.
7682         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
7683         fit-frame-to-buffer variable.  Fix doc-string.
7684         (fit-window-to-buffer): Set ONLY argument in call of
7685         fit-frame-to-buffer.  Fix doc-string.
7687 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
7689         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
7690         (tramp-action-password): Clear password cache if needed.
7691         (tramp-read-passwd): Do not clear password cache.
7693         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
7694         cache unless it is the first password request.
7696 2014-03-06  Glenn Morris  <rgm@gnu.org>
7698         * simple.el (newline): Doc tweak.
7700         * emacs-lisp/shadow.el (load-path-shadows-find):
7701         Ignore dir-locals.  (Bug#12357)
7703 2014-03-05  Glenn Morris  <rgm@gnu.org>
7705         * files.el (interpreter-mode-alist):
7706         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
7708 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
7710         * frameset.el (frameset--initial-params): Filter out null entries.
7712 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
7714         * window.el (window-min-height, window-min-width):
7715         Rewrite doc-strings.
7716         (window-body-size): Add PIXELWISE argument to make it consistent
7717         with its callees.
7719 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
7721         * finder.el (finder-mode-map, finder-mode-syntax-table):
7722         Revert part of 2014-02-28 change.
7724 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
7726         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
7727         (eww-setup-buffer): Clear next/prev/etc more reliably.
7728         (eww-textarea-map): [tab] doesn't work on tty.
7729         Reported by Mario Lang.
7731         * net/shr.el (shr-map): Ditto.
7733 2014-03-04  Glenn Morris  <rgm@gnu.org>
7735         * minibuffer.el (completion-hilit-commonality):
7736         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
7738 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
7740         * hilit-chg.el (hilit-chg-unload-function): New function.
7741         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
7742         (hilit-chg-map-changes): Prefer cardinal number to digit.
7743         (hilit-chg-display-changes): Reflow docstring.
7744         (highlight-changes-rotate-faces): Remove superfluous backslash.
7746 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
7748         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
7749         `tramp-send-command-and-check'.
7751 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
7753         * hexl.el (hexl-address-region, hexl-ascii-region)
7754         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
7755         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
7756         (hexl-forward-word, hexl-previous-line, hexl-next-line):
7757         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
7758         (hexl-mode): Doc fix.
7759         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
7760         (hexl-mode-ruler): Fix typos in docstrings.
7762         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
7763         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
7764         Remove superfluous backslashes.
7765         (strokes-last-stroke, strokes-global-map, strokes-mode):
7766         Reflow docstrings.
7767         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
7768         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
7769         (strokes-distance-squared, strokes-global-set-stroke)
7770         (strokes-global-set-stroke-string): Doc fixes.
7771         (strokes-help): Fix typos; reflow docstring.
7773 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
7775         * window.el (window-in-direction): Fix doc-string.
7777 2014-03-04  Glenn Morris  <rgm@gnu.org>
7779         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
7780         Explicit error if no grammar.
7781         (smie-config-save): Doc fix.  Fix quote typo.
7783 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7785         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
7786         electric-indent-mode-hook if we obey electric-indent-mode.
7787         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
7788         decide whether we obey electric-indent-mode.
7789         (c-change-set-fl-decl-start, c-extend-after-change-region):
7790         Silence warnings.
7791         (c-electric-indent-mode-hook): Assume we do want to obey
7792         electric-indent-mode.
7794         * electric.el (electric-indent-mode-has-been-called): Remove.
7795         (electric-indent-mode): Fix accordingly.
7797         * files.el (hack-local-variables): Mention file name in warning.
7799         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
7801 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
7803         * bindings.el: Add comment describing why C-d binds to `delete-char'.
7804         * simple.el (delete-forward-char): Mark as interactive-only.
7806 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
7808         * icomplete.el (icomplete-completions):
7809         Follow-up to 2014-03-01 change.
7811         * icomplete.el: Miscellaneous doc fixes.
7812         Use Icomplete everywhere instead of icomplete for consistency.
7813         (icomplete-max-delay-chars): Fix typo.
7814         (icomplete-mode): Use \[].
7815         (icomplete-tidy, icomplete-exhibit): Reflow.
7816         (icomplete-minibuffer-setup-hook, icomplete-completions):
7817         Remove superfluous backlashes.
7819         * ido.el: Miscellaneous doc fixes.
7820         Use Ido everywhere instead of ido or `ido' for consistency.
7821         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
7822         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
7823         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
7824         (ido-separator): Extract obsolescence info from docstring and declare
7825         with make-obsolete-variable.
7826         (ido-minibuffer-setup-hook): Simplify example.
7827         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
7828         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
7829         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
7830         (ido-everywhere): Reflow docstring.
7831         (ido-toggle-vc): Doc fix.
7832         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
7833         of long list of keybindings.
7835 2014-03-03  Glenn Morris  <rgm@gnu.org>
7837         * frame.el (display-pixel-height, display-pixel-width)
7838         (display-mm-dimensions-alist, display-mm-height)
7839         (display-mm-width): Doc tweaks.
7841 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
7843         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
7844         case of undo in region.
7846 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
7848         * window.el (fit-window-to-buffer): Fix argument in window-size
7849         call when window is horizontally combined.
7851 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
7853         * icomplete.el (icomplete-completions): Use string-width.
7854         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7856 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
7858         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7859         Highlight regexp options.  (Bug#16914)
7861 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
7863         * window.el (window--max-delta-1): Round down when calculating
7864         how many lines/columns we can get from a window.
7866 2014-03-01  Glenn Morris  <rgm@gnu.org>
7868         * isearch.el (search-invisible): Doc fix.
7870         * minibuffer.el (completion-hilit-commonality):
7871         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
7872         * comint.el (comint-dynamic-list-completions): Doc fix.
7873         * comint.el (comint-dynamic-list-completions):
7874         * filecache.el (file-cache-minibuffer-complete):
7875         * tempo.el (tempo-display-completions):
7876         * eshell/em-hist.el (eshell-list-history):
7877         Replace use of obsolete argument of display-completion-list.
7879 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
7881         * icomplete.el (icomplete-completions):
7882         Revert back to using "..." when ?… cannot be displayed.
7884 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
7886         * finder.el (finder-unload-function): New function.
7888 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
7890         * dframe.el (dframe-detach):
7891         * find-dired.el (find-dired, find-name-dired):
7892         * finder.el (finder-mode-map, finder-mode-syntax-table)
7893         (finder-headmark, finder-select, finder-mouse-select):
7894         Fix docstring typos.
7896 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
7898         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
7899         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
7900         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7901         Fix doc-string based on a suggestion by Nicolas Richard
7902         <theonewiththeevillook@yahoo.fr>.
7903         * help.el (with-help-window): Fix doc-string.
7905 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
7907         * net/shr.el (shr-image-animate): New option.
7908         (shr-put-image): Respect shr-image-animate.
7910 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
7912         * net/tramp-adb.el (tramp-adb-parse-device-names):
7913         Use `accept-process-output'.
7914         (tramp-adb-handle-file-truename): Cache the localname only.
7915         (tramp-adb-handle-make-directory)
7916         (tramp-adb-handle-delete-directory): Flush file properties correctly.
7917         (tramp-adb-handle-set-file-modes): Do not raise an error when file
7918         modes cannot be changed.
7920         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
7921         file properties of symlinks.
7923 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
7925         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
7926         required/optional fields to match development biblatex.  (Bug#16781)
7928 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
7930         * saveplace.el (toggle-save-place):
7931         Fix argument handling.  (Bug#16673)
7933 2014-02-28  Glenn Morris  <rgm@gnu.org>
7935         * minibuffer.el (completions-first-difference)
7936         (completions-common-part, completion-hilit-commonality): Doc fixes.
7938 2014-02-28  Karl Berry  <karl@gnu.org>
7940         * info.el (Info-mode-map): Add H for describe-mode,
7941         to synchronize with standalone Info.
7943 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
7945         * progmodes/sql.el (sql-interactive-mode):
7946         Avoid setting global comint-input-ring-separator.  (Bug#16814)
7948 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7950         * net/dbus.el (dbus--init-bus): Declare function.
7951         (dbus-path-local, dbus-interface-local): New defconst.
7952         (dbus-init-bus): Use them.
7953         (dbus-return-values-table): Extend doc.
7954         (dbus-handle-bus-disconnect): Extend error message.
7956 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
7958         * subr.el (y-or-n-p): Fix double space issue in message.
7960 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
7962         * net/tramp.el (tramp-call-process): Improve trace message.
7963         (tramp-handle-insert-file-contents): Trace error case.
7965         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7966         <insert-directory>: Use `tramp-handle-insert-directory'.
7967         (tramp-adb-handle-insert-directory): Remove function.
7968         (tramp-adb-send-command-and-check): New defun, replacing
7969         `tramp-adb-command-exit-status'.  Change all callees.
7970         (tramp-adb-handle-file-attributes)
7971         (tramp-adb-handle-directory-files-and-attributes): Use it.
7972         (tramp-adb-ls-output-name-less-p):
7973         Use `directory-listing-before-filename-regexp'.
7974         (tramp-adb-handle-delete-directory): Flush also file properties of
7975         the truename of directory.
7976         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
7977         (tramp-adb-handle-file-local-copy): Make the local copy readable.
7978         (tramp-adb-handle-write-region): Implement APPEND.
7979         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
7980         properties correctly.
7981         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
7982         variables.  Check for connected devices only when needed.
7984 2014-02-27  Glenn Morris  <rgm@gnu.org>
7986         * minibuffer.el (completion-table-dynamic)
7987         (completion-table-with-cache): Doc fixes.
7989         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
7990         (completing-read-multiple): Doc fixes.
7992 2014-02-27  Daniel Colascione  <dancol@dancol.org>
7994         * minibuffer.el (completion--nth-completion): Fix indentation.
7996         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
7997         explicit tramp path is empty.
7999 2014-02-27  Glenn Morris  <rgm@gnu.org>
8001         * emacs-lisp/crm.el (completing-read-multiple):
8002         Empower help-enable-auto-load.
8004 2014-02-26  Glenn Morris  <rgm@gnu.org>
8006         * startup.el (command-line): Don't init the tty in daemon mode.
8008         Avoid calling tty-setup-hook twice, eg if a term file
8009         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
8010         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
8011         (tty-create-frame-with-faces): Use it.
8012         * startup.el (command-line): Pass run-hook argument
8013         to tty-run-terminal-initialization.
8015         * dired.el (dired-restore-desktop-buffer): Demote errors;
8016         eg in case a glob match fails.  (Bug#16884)
8018 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
8020         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
8021         error from `read-from-string'.  (Bug#16850)
8023         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
8024         result of `completing-read' in the interactive form.  (Bug#16854)
8026 2014-02-25  Glenn Morris  <rgm@gnu.org>
8028         * image.el (image-animate, image-animate-timeout):
8029         Stop animating images in dead buffers.  (Bug#16878)
8031         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
8033         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
8034         Doc fixes.
8035         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
8036         * term/sun.el (sun-raw-prefix-hooks):
8037         Use tty-setup-hook instead of term-setup-hook.
8038         (terminal-init-sun): Construct message from bytecomp plist.
8039         * term/wyse50.el (enable-arrow-keys): Doc fix.
8041 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
8043         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
8044         Fix docstring typos.
8046 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
8048         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
8050 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
8052         * minibuffer.el (completion--try-word-completion):
8053         Fix error when completing M-x commands (bug#16808).
8055 2014-02-24  Leo Liu  <sdl.web@gmail.com>
8057         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
8059 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
8061         * apropos.el (apropos-print): Avoid formatting error when
8062         apropos-do-all and apropos-compact-layout are both t.
8064 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
8066         * apropos.el (apropos-property, apropos-all-words-regexp)
8067         (apropos-true-hit, apropos-variable, apropos-print):
8068         Fix docstring typos, and remove obsolete comment.
8070 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
8072         * net/tramp-sh.el (tramp-sh-handle-file-truename):
8073         Preserve trailing "/".  (Bug#16851)
8075 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
8077         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
8078         after `=>' (bug#16811).
8079         (ruby-smie-rules): Handle the inconsistent second element of the
8080         list returned by `smie-indent--parent'.
8081         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
8082         method call.
8084 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
8086         * elec-pair.el (electric-pair-text-syntax-table)
8087         (electric-pair-syntax-info, electric-pair--syntax-ppss)
8088         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
8089         (electric-pair--looking-at-unterminated-string-p): Doc fix.
8090         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
8092 2014-02-22  Glenn Morris  <rgm@gnu.org>
8094         * imenu.el (imenu--generic-function): Doc fix.
8096         * register.el (frame-configuration-to-register): Make obsolete.
8098 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
8100         * desktop.el (desktop-save-buffer-p): Do not fail when
8101         desktop-files-not-to-save is nil.  Return t for true result
8102         as the doc says.
8104 2014-02-22  Daniel Colascione  <dancol@dancol.org>
8106         * net/secrets.el (secrets-create-item, secrets-search-items):
8107         Check that attribute values are strings, avoiding the construction
8108         of invalid dbus messages.
8110 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
8112         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
8113         defun-declarations-alist.
8115 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8117         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
8118         (bug#16829).
8120 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
8122         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
8123         (whitespace-newline, whitespace-trailing, whitespace-line)
8124         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
8125         (whitespace-space-after-tab): Fix typo in docstrings.
8127 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
8129         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
8131         * electric.el (electric-indent-functions-without-reindent):
8132         Add `yaml-indent-line'.
8134 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
8136         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
8137         It has done nothing for years; should be removed after the release.
8139         * simple.el (choose-completion): Fix docstring typo.
8140         (read-quoted-char-radix): Remove unneeded * in docstring.
8141         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
8142         Don't escape parentheses unnecessarily in docstrings.
8144 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
8146         Fix handling of window-min-height/-width (Bug#16738).
8147         * window.el (window--dump-window, window--dump-frame):
8148         New functions.
8149         (window--min-size-1): Account for window dividers.
8150         When window-resize-pixelwise is nil, delay rounding till after the
8151         sum of the window components has been calculated.
8152         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
8153         nil make sure at least one text line and two text columns remain
8154         fully visible.
8155         (window-resize): Signal an error when window-resize-apply fails.
8156         (window--resize-child-windows): Fix calculation of by how many
8157         pixels a window can still be shrunk via window-new-normal.
8158         (adjust-window-trailing-edge): Call window--resizable with
8159         correct TRAIL argument.
8161         (with-temp-buffer-window): Don't evaluate BODY within
8162         with-current-buffer (Bug#16816).
8164 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
8166         * net/tramp.el (tramp-check-cached-permissions):
8167         Call `file-attributes' with `suffix' being a symbol but a string.
8169 2014-02-21  Daniel Colascione  <dancol@dancol.org>
8171         * net/dbus.el (dbus-init-bus-1): Declare new subr.
8172         (dbus-init-bus): New function: call into dbus-init-bus-1
8173         and installs a handler for the disconnect signal.
8174         (dbus-call-method): Rewrite to look for result in cons.
8175         (dbus-call-method-handler): Store result in cons.
8176         (dbus-check-event): Recognize events with nil sender as valid.
8177         (dbus-handle-bus-disconnect): New function.  React to bus
8178         disconnection signal by synthesizing dbus error for each
8179         pending synchronous or asynchronous call.
8180         (dbus-notice-synchronous-call-errors): New function.
8181         (dbus-handle-event): Raise errors directly only when `dbus-debug'
8182         is true, not all the time.
8184 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
8186         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8187         Remove obsolescence declarations, these variables do not exist anymore.
8189         * savehist.el (savehist-save-minibuffer-history)
8190         (savehist-additional-variables, savehist-file, savehist-mode-hook)
8191         (savehist-save-hook, savehist-coding-system, savehist-loaded)
8192         (savehist-load, savehist-install, savehist-autosave): Fix typos;
8193         mostly, refer to "Savehist mode" when talking about the mode,
8194         and not the function.
8196         * saveplace.el (save-place): Remove redundant info in docstring.
8197         (save-place-forget-unreadable-files, toggle-save-place)
8198         (save-place-forget-unreadable-files, save-place-dired-hook):
8199         Fix typos and remove unneeded backslashes.
8201 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
8203         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
8204         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
8206         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8207         <insert-directory>: Use `tramp-handle-insert-directory'.
8208         (tramp-gvfs-handle-insert-directory): Remove function.
8210         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8211         Call `tramp-handle-insert-directory'.
8213 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
8215         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
8216         before the start of buffer/region (bug#16799).
8218 2014-02-20  Glenn Morris  <rgm@gnu.org>
8220         * isearch.el (search-invisible): Doc fix.
8222 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
8224         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
8225         (bug#16657).
8227 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
8229         * frameset.el (frameset-restore): Delay removing an old frame's
8230         duplicate id until the new frame has been correctly created.
8232 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
8234         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
8235         (tramp-check-cached-permissions): Call `file-attributes' if the
8236         cache is empty.
8238         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
8239         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
8241         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8242         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
8243         (tramp-gvfs-maybe-open-connection): Set always connection
8244         properties, even if target is mounted already.
8246         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
8247         Set tramp-autoload cookie.
8248         (tramp-get-remote-touch): New defun.
8249         (tramp-sh-handle-set-file-times): Use it.
8250         (tramp-sh-handle-directory-files-and-attributes):
8251         Use `tramp-handle-directory-files-and-attributes' if neither stat
8252         nor perl are available on the remote host.
8254         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
8255         "/".  Write long listing only when "l" belongs to the switches.
8257         * net/trampver.el: Update release number.
8259 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
8261         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
8263 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
8265         * window.el (window-state-put): Allow WINDOW to refer to an
8266         internal window (Bug#16793).
8268 2014-02-19  Glenn Morris  <rgm@gnu.org>
8270         * textmodes/remember.el: Move provide statement to end.
8271         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
8272         (remember-notes): Doc fixes.
8274 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8276         * delsel.el (delete-char): Restore incorrectly erased property
8277         (bug#16795).
8279 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
8281         * frameset.el (frameset--restore-frame): When a frame is being reused
8282         and its root window is not alive, delete all the frame's windows before
8283         restoring the window state.  This works around the issue in bug#16793.
8285 2014-02-18  Glenn Morris  <rgm@gnu.org>
8287         * textmodes/remember.el (remember-data-directory)
8288         (remember-directory-file-name-format, remember-store-in-files)
8289         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
8290         (remember-notes-save-and-bury-buffer)
8291         (remember-notes--kill-buffer-query): Doc fixes.
8293         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
8295 2014-02-17  Alan Mackenzie  <acm@muc.de>
8297         Connect electric-indent-mode up with CC Mode.  Bug #15478.
8298         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
8299         to electric-indent-{,local-}-mode.
8300         (c-basic-common-init): Set electric-indent-inhibit.
8301         Initialise c-electric-flag from electric-indent-mode.
8302         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
8303         New hook functions which propagate electric-indent-mode to CC mode.
8305         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
8306         hit, toggle electric-indent-local-mode.
8308         * electric.el (electric-indent-mode-has-been-called):
8309         New variable.
8311 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
8313         * frameset.el (frameset-cfg-id): New function.
8314         (frameset--reuse-frame, frameset-restore): Use it.
8315         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
8317 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8319         * ido.el (ido-file-internal): Remove unused var `d'.
8320         Use \` for to match BoS.  Fit within 80n columns.
8322 2014-02-17  Daniel Colascione  <dancol@dancol.org>
8324         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
8325         dbus-call-method check for completion using a busy-wait loop with
8326         gradual backoff.
8328 2014-02-16  Michael Albinus  <michael.albinus@gmx.de>
8330         Sync with Tramp 2.2.9.
8332         * net/trampver.el: Update release number.
8334 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
8336         * ido.el (ido-file-internal): Don't add the name of an existing
8337         directory twice.  (Bug#16747)
8339 2014-02-16  Glenn Morris  <rgm@gnu.org>
8341         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
8342         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
8344 2014-02-15  Michael R. Mauger  <michael@mauger.com>
8346         * progmodes/sql.el: Version 3.4
8347         (sql-oracle-options): New default value ("-L").
8348         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
8349         (sql-placeholders-filter): Correct placeholder pattern.
8350         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
8351         (sql-login-delay): New variable.
8352         (sql-product-interactive): Use it.
8354 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
8356         * frameset.el (frameset--jump-to-register): Check that buffer is live
8357         (bug#16749).
8359 2014-02-15  Glenn Morris  <rgm@gnu.org>
8361         * info.el (info-initialize): Revert 2014-01-10 change.
8363 2014-02-14  Glenn Morris  <rgm@gnu.org>
8365         * replace.el (map-query-replace-regexp)
8366         (read-regexp-defaults-function, read-regexp): Doc fixes.
8368         * dired.el (dired-read-regexp):
8369         * faces.el (list-faces-display):
8370         * misearch.el (multi-isearch-read-matching-buffers)
8371         (multi-isearch-read-matching-files):
8372         * play/cookie1.el (cookie-apropos):
8373         * progmodes/grep.el (grep-read-regexp): Doc fixes.
8375         * textmodes/remember.el (remember): Use frameset-to-register
8376         rather than frame-configuration-to-register.
8378 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
8380         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
8381         incorrect keybinding.
8383 2014-02-13  Daniel Colascione  <dancol@dancol.org>
8385         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
8386         when adding overlays so that line numbers from compiler match line
8387         numbers we use.
8389 2014-02-13  Glenn Morris  <rgm@gnu.org>
8391         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
8393         * jit-lock.el (jit-lock-mode): Doc fix.
8395 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
8397         * apropos.el (apropos-read-pattern): When the user passes an empty
8398         string, give a more helpful error message than "Wrong type
8399         argument: stringp, nil".
8401 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
8405 2014-02-13  Glenn Morris  <rgm@gnu.org>
8407         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
8409 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
8412         shift-select commands.
8414 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
8416         * progmodes/js.el (js-indent-line): Don't widen.
8417         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
8419 2014-02-12  Glenn Morris  <rgm@gnu.org>
8421         * icomplete.el (icomplete): Add info-link to defgroup.
8422         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
8423         (icomplete-minibuffer-map, icomplete-mode)
8424         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
8426         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
8427         (package-menu-filter): Rename from package-menu-filter-interactive.
8428         Doc fix.
8430 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
8432         * frameset.el (frameset--jump-to-register): Select the required
8433         window and buffer before restoring position (bug#16696).
8435 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
8437         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
8439 2014-02-10  Glenn Morris  <rgm@gnu.org>
8441         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
8443 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
8445         * w32-common-fns.el (x-get-selection): Doc fix.
8446         * select.el (x-get-selection): Doc fix.  (Bug#15109)
8448         * face-remap.el (face-remap-add-relative)
8449         (face-remap-remove-relative, face-remap-reset-base)
8450         (face-remap-set-base): Call force-mode-line-update to redisplay
8451         the current buffer due to potential change in faces.  (Bug#16709)
8453 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
8455         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
8456         script more robustly.
8458 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
8460         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
8462         * simple.el (choose-completion): Doc fix (bug#14160).
8464         * subr.el (event-start): Say what a nil EVENT value means.
8466         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
8467         (bug#14197).
8469         * progmodes/grep.el (find-program): Doc fix (bug#14289).
8471         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
8473         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
8475         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
8476         predicate function (bug#15455).
8478 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
8480         * ielm.el (inferior-emacs-lisp-mode): Instead of
8481         `comment-use-global-state', set `comment-use-syntax'.
8483 2014-02-10  Glenn Morris  <rgm@gnu.org>
8485         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
8487 2014-02-09  Alan Mackenzie  <acm@muc.de>
8489         Fix c-invalidate-state-cache on narrowed buffers.
8490         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
8491         Widen when setting and clearing the CPP delimiter properties.
8493 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
8495         * help.el (describe-bindings): Doc fix (bug#9888).
8497         * files.el (save-buffer): Use ARG as the parameter name for
8498         consistency (bug#10346).
8499         (save-buffer): Clarify the 0 argument (bug#10346).
8501         * cus-edit.el (customize-apropos): Fix error string.
8502         (custom-buffer-create): Doc fix (bug#11122).
8503         (custom-sort-items): Doc fix (bug#11121).
8505         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
8507         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
8508         (icomplete-simple-completing-p): Mention the previous variable.
8510         * font-lock.el (font-lock-value-in-major-mode): Clarify the
8511         meaning of the parameter (bug#12282).
8513         * files.el (find-file-noselect): Clarify prompt when changing
8514         readedness (bug#13261).
8515         (locate-file): Suffixes aren't returned, so don't say that they
8516         are (bug#12674).
8517         (backup-inhibited): Doc clarification (bug#12525).
8519         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
8520         before we actually start to delete things (bug#16331).
8522         * subr.el (event-start): Doc fix (bug#14228).
8523         (event-end): Ditto.
8525 2014-02-09  Glenn Morris  <rgm@gnu.org>
8527         * emacs-lisp/warnings.el (lwarn):
8528         Empower help-enable-auto-load.  (Bug#15940)
8530 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
8532         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
8533         (Bug#16690)
8535 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
8537         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
8538         Insert output at end of buffer.  (Bug#16120)
8540 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
8542         * simple.el (choose-completion-string-functions): Document new
8543         calling convention (bug#14153).
8544         (execute-extended-command): Clarify doc string (bug#13373).
8546         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
8548         * find-dired.el (find-name-dired): Doc fix (bug#14290).
8549         (find-grep-dired): Doc fix (bug#14288).
8551 2014-02-08  Juri Linkov  <juri@jurta.org>
8553         * isearch.el (isearch-quote-char): Check character validity
8554         like in `quoted-insert' (bug#16677).
8556 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
8558         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
8560         * isearch.el (isearch-hide-immediately): Doc clarification
8561         (bug#14723).
8563         * simple.el (line-move): Document utility function used many
8564         places in the Emacs sources (bug#14843).
8566         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
8567         (dired-prev-marked-file): Doc fix (bug#14855).
8568         (dired-up-directory): Doc fix (bug#14848).
8570         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
8572         * files.el (file-relative-name): Doc fix (bug#15159).
8574         * fringe.el (fringe-styles): Doc fix (bug#15239).
8576         * isearch.el (isearch-filter-predicate): Documentation typo fix
8577         (bug#15474).
8579         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
8581         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
8583         * replace.el (replace-match-maybe-edit): Doc clarification
8584         (bug#15632).
8586         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
8588         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
8590 2014-02-08  Glenn Morris  <rgm@gnu.org>
8592         * help-fns.el (describe-variable):
8593         Check {file,dir}-local-variables-alist, and buffer-file-name,
8594         in the correct buffer.
8596 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
8598         * help-fns.el (describe-variable): Fix the case where
8599         a value is directory-local with no dir-locals file.  (Bug#16635)
8601 2014-02-08  Glenn Morris  <rgm@gnu.org>
8603         * abbrev.el (edit-abbrevs-mode):
8604         Derive from fundamental-mode.  (Bug#16682)
8606 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
8608         * simple.el (quoted-insert): Check character validity (bug#16677).
8610 2014-02-07  Juri Linkov  <juri@jurta.org>
8612         * desktop.el (desktop-read): Claim the lock when the owner is not
8613         the current process.  (Bug#16157)
8615 2014-02-07  Juri Linkov  <juri@jurta.org>
8617         * desktop.el (desktop-buffers-not-to-save): Change default from nil
8618         to "\\` ".  (Bug#16651)
8620 2014-02-07  Juri Linkov  <juri@jurta.org>
8622         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
8623         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
8624         (desktop-auto-save-cancel-timer): New function with some code from
8625         `desktop-auto-save-set-timer'.
8626         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
8627         Instead of setting `desktop-save-mode' to nil, call
8628         `desktop-save-mode' with arg 0.  (Bug#16630)
8630 2014-02-07  Glenn Morris  <rgm@gnu.org>
8632         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
8633         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8634         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
8636         * obsolete/iswitchb.el: Move to obsolete/.
8637         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
8638         since obsolete/ is not scanned for autoloads.
8639         * emacs-lisp/authors.el (authors-valid-file-names):
8640         Add iswitchb.el.
8642         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
8643         Disable now non-functional find-file-hook.
8645 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
8647         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
8648         instead of ";" in order to avoid additional prompts.  Let heredoc
8649         scripts read from tty.  (Bug#16582)
8650         (tramp-send-command): No special handling of heredocs, it isn't
8651         necessary anymore.
8653 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8655         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
8656         with a space (bug#16664).  Limit the symbols considered to the ones
8657         that are bound or fbound (bug#16646).
8659 2014-02-06  Glenn Morris  <rgm@gnu.org>
8661         * epa.el (epa-mail-aliases): Doc fix.
8663 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
8665         * emacs-lisp/lisp.el (lisp-completion-at-point):
8666         Use `completion-table-merge' instead of `completion-table-in-turn'
8667         (bug#16604).
8669         * minibuffer.el (completion-table-merge): New function.
8671 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
8673         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
8674         (tramp-sh-handle-set-file-acl)
8675         (tramp-sh-handle-start-file-process)
8676         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
8677         (tramp-find-executable, tramp-send-command): Use it.
8679 2014-02-05  Glenn Morris  <rgm@gnu.org>
8681         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
8683 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8685         * progmodes/python.el (python-shell-send-string)
8686         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
8688 2014-02-04  Anders Lindgren  <andlind@gmail.com>
8690         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
8691         the names (bug#16620).
8693 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
8695         * faces.el (window-divider): New default value.  Rewrite doc-string.
8696         (window-divider-first-pixel, window-divider-last-pixel): New faces.
8698 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
8700         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
8701         `protected' and `public' can also be called without arguments.
8703 2014-02-03  Glenn Morris  <rgm@gnu.org>
8705         * register.el (window-configuration-to-register)
8706         (frame-configuration-to-register): Unadvertise unused argument.
8707         * frameset.el (frameset-to-register): Remove unused argument.
8709         * frameset.el (frameset-to-register):
8710         * kmacro.el (kmacro-to-register):
8711         * register.el (increment-register):
8712         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
8713         (calc-append-to-register, calc-prepend-to-register):
8714         * play/gametree.el (gametree-layout-to-register)
8715         (gametree-apply-register-layout):
8716         * textmodes/picture.el (picture-clear-rectangle-to-register)
8717         (picture-yank-rectangle-from-register):
8718         * vc/emerge.el (emerge-combine-versions-register):
8719         Use register-read-with-preview to read registers.
8721 2014-02-03  João Távora  <joaotavora@gmail.com>
8723         * elec-pair.el (electric-pair-backward-delete-char): Don't error
8724         when at beginning of (possibly narrowed) buffer.
8726 2014-02-02  Daniel Colascione  <dancol@dancol.org>
8728         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
8729         Also try to display local help from just before point.
8731 2014-02-02  Alan Mackenzie  <acm@muc.de>
8733         c-parse-state.  Don't "append-lower-brace-pair" in certain
8734         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
8735         recognised as a comment.
8737         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
8738         as well as normal comment starter.
8739         (c-parse-state-get-strategy): Extra return possibility
8740         'back-and-forward.
8741         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
8742         return value list to indicate replacement of a brace-pair cons
8743         with its car.
8744         (c-parse-state-1): With 'back-and-forward, only call
8745         c-append-lower-brace-pair-to state-cache when cons-separated.
8747 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
8749         * term/ns-win.el (ns-suspend-error): New function.
8750         (ns-initialize-window-system): Add ns-suspend-error to
8751         suspend-hook (Bug#16612).
8753 2014-02-02  Daniel Colascione  <dancol@dancol.org>
8755         * progmodes/cc-defs.el (c-find-assignment-for-mode):
8756         Make loading cc-mode silent.
8758 2014-02-02  Daniel Colascione  <dancol@dancol.org>
8760         * comint.el (comint-prompt-read-only): Change doc to suggest
8761         remap keybinding.
8763 2014-02-02  Glenn Morris  <rgm@gnu.org>
8765         * register.el (register-read-with-preview, point-to-register)
8766         (window-configuration-to-register, frame-configuration-to-register)
8767         (jump-to-register, number-to-register, view-register, insert-register)
8768         (copy-to-register, append-to-register, prepend-to-register)
8769         (copy-rectangle-to-register): Doc fixes.
8771 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8773         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
8774         * emacs-lisp/find-func.el (find-function-C-source): Idem.
8775         * emacs-lisp/nadvice.el (advice--cd*r): New function.
8776         * help-fns.el (describe-function-1): Use it.
8778 2014-02-02  Glenn Morris  <rgm@gnu.org>
8780         * register.el (register-preview-default): New function,
8781         split from register-preview.
8782         (register-preview-function): Rename from register-preview-functions,
8783         make it not a hook.
8784         (register-preview): Use register-preview-function.
8785         (register-read-with-preview): Error on non-character event.  (Bug#16595)
8787 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
8789         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
8790         `:' before binary operators (bug#16609).  Don't check for `:'
8791         before `[' and `(', or their syntax status.  A percent literal
8792         can't end with either.
8793         (ruby-font-lock-keywords): For built-ins that require arguments,
8794         check that they're followed by something that looks like argument
8795         (bug#16610).
8797 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
8799         * subr.el (butlast): Document what an omitted N means (bug#13437).
8800         (nbutlast): Ditto.
8802 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
8804         * net/shr.el (shr-generic): Make into a defsubst to make the stack
8805         depth shallower (bug#16587).
8806         (shr-tag-svg): Respect `shr-inhibit-images'.
8807         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
8809 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
8811         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
8812         (ruby-smie-grammar): Make "." right-associative.  Make its priority
8813         lower than the ternary and all binary operators.
8814         (ruby-smie-rules): Indent "(" relative to the first non-"."
8815         parent, or the first "." parent at indentation.
8816         Use `ruby-align-chained-calls' for indentation of "." tokens.
8817         (Bug#16593)
8819 2014-01-31  Juri Linkov  <juri@jurta.org>
8821         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
8822         from `make-hash-table'.
8824         * textmodes/ispell.el (ispell-init-process): Change message format
8825         to be consistent with other messages.
8827 2014-01-31  Glenn Morris  <rgm@gnu.org>
8829         * delsel.el (delete-selection-mode): Doc fix.
8831         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
8832         (trace-function-background): Doc fixes.
8834         * ido.el (ido-use-virtual-buffers): Doc fix.
8835         Reset :version, since the default value has not changed.
8837         * register.el (register-preview-delay, register-read-with-preview):
8838         Doc fixes.
8840         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
8841         do not mess with mail-buffer position (fixes 2009-11-03 change).
8842         * progmodes/cc-mode.el (c-submit-bug-report):
8843         Check auto-fill-mode is bound.  (Bug#16592)
8845 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
8847         * startup.el (fancy-splash-image-file): New function,
8848         split from fancy-splash-head.
8849         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
8850         so that we are both using the same image.  (Bug#16574)
8852 2014-01-30  Glenn Morris  <rgm@gnu.org>
8854         * simple.el (eval-expression): Doc fix.
8856         * hexl.el (hexl-mode-hook):
8857         * ielm.el (ielm-mode-hook):
8858         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
8859         (lisp-interaction-mode-hook):
8860         * progmodes/cfengine.el (cfengine3-documentation-function):
8861         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
8863 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
8866         is a symbol (bug#16584).
8868 2014-01-30  Glenn Morris  <rgm@gnu.org>
8870         * help.el (help-for-help-internal): Add "P" to text.
8872 2014-01-29  Glenn Morris  <rgm@gnu.org>
8874         * simple.el (just-one-space, cycle-spacing): Doc fixes.
8876 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
8878         * window.el (fit-frame-to-buffer): Fix calculations for margins and
8879         height constraints.
8881 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
8883         * progmodes/hideif.el: Extend to full CPP expression syntax.
8884         (hif-token-alist): Add missing tokens.
8885         (hif-token-regexp): Add support for float/octal/hex immediates.
8886         (hif-string-literal-regexp): New const.
8887         (hif-tokenize): Recognize strings and float/octal/hex immediates.
8888         (hif-exprlist): New function.
8889         (hif-parse-if-exp): Use it.
8890         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
8891         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
8892         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
8893         (hif-logxor, hif-comma): New functions.
8895 2014-01-28  Glenn Morris  <rgm@gnu.org>
8897         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
8899         * indent.el (tab-stop-list): Doc fix.  Add :version.
8901         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
8902         (cvs-append-to-ignore): Add compatibility alias.
8904 2014-01-27  Glenn Morris  <rgm@gnu.org>
8906         * dired.el (dired-hide-details-mode): Don't autoload it,
8907         since it cannot be used outside Dired buffers anyway.
8909         * emulation/cua-base.el (cua-mode): Doc fix.
8911         * dired.el (dired-hide-details-hide-symlink-targets)
8912         (dired-hide-details-hide-information-lines)
8913         (dired-hide-details-mode): Doc fixes.
8915         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
8916         * strokes.el (strokes-file): Doc fix.  Bump :version.
8917         (strokes-help): Doc fix.
8918         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
8919         * emulation/viper.el (viper): Doc fix for custom group.
8920         (top-level): Remove oh-so-no-longer-relevant text about vip.
8921         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
8923         * ido.el (ido-save-directory-list-file):
8924         * saveplace.el (save-place-file):
8925         * calendar/timeclock.el (timeclock-file):
8926         * net/quickurl.el (quickurl-url-file):
8927         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8928         * progmodes/idlwave.el (idlwave-config-directory):
8929         * textmodes/remember.el (remember-data-file):
8930         Bump :version.
8932 2014-01-26  Glenn Morris  <rgm@gnu.org>
8934         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
8935         Doc fix.  Make obsolete.
8936         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
8938         * sort.el (delete-duplicate-lines): Doc fix.
8940 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
8942         * progmodes/ada-mode.el (ada):
8943         * woman.el (woman): Link to info manual and Commentary section.
8945         * progmodes/flymake.el (flymake):
8946         * nxml/nxml-mode.el (nxml):
8947         * net/eww.el (eww):
8948         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
8949         * htmlfontify.el (htmlfontify):
8950         * ses.el (ses):
8951         * epa.el (epa):
8952         * ido.el (ido): Link to info manual.
8954 2014-01-25  Leo Liu  <sdl.web@gmail.com>
8956         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
8958 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
8960         * net/shr.el (shr-tag-img): Prefer the title over the alt text
8961         (bug#16537).
8963 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
8965         * net/eww.el (eww-download-callback):
8966         Fix reference to eww-download-directory.
8968         * emacs-lisp/bytecomp.el (byte-compile-file):
8969         Remove unused local variable `file-name'.
8971 2014-01-24  Glenn Morris  <rgm@gnu.org>
8973         * woman.el (woman-default-faces, woman-monochrome-faces):
8974         Fix obsolescence specification.
8976         * subr.el (with-demoted-errors): Doc fix.
8978 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8980         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
8981         (cl--macroexp-fboundp): New function.
8982         (cl--make-type-test): Use it.
8984 2014-01-23  Glenn Morris  <rgm@gnu.org>
8986         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
8987         * simple.el (eval-expression): Doc fixes.
8989 2014-01-22  Glenn Morris  <rgm@gnu.org>
8991         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
8993 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8995         * emacs-lisp/package.el: Write files silently.
8996         (package-autoload-ensure-default-file, package--write-file-no-coding)
8997         (package-generate-description-file, package--download-one-archive)
8998         (package-install-from-archive): Tell `write-region' to stay quiet.
8999         (package-menu-mode, package-menu--print-info): Omit the Archive column
9000         if there's only one archive.
9001         (package-all-keywords, package--has-keyword-p): Remove dead code.
9003 2014-01-22  Glenn Morris  <rgm@gnu.org>
9005         * version.el (emacs-bzr-version-bzr): Fix typo.
9007         * version.el (emacs-repository-get-version):
9008         Check either .bzr or .git, but not both.
9009         Make the git case actually use the DIR argument, and return nil
9010         rather than the empty string.
9011         Avoid error if .git exists but the git executable is not found.
9013 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
9015         Fixes in window size functions around Bug#16430 and Bug#16470.
9016         * window.el (window-total-size, window-size): New argument ROUND.
9017         (window--min-delta-1, window-min-delta, window--max-delta-1):
9018         Be more conservative when calculating the numbers of lines or
9019         columns a window can shrink (Bug#16430).
9020         (fit-window-to-buffer): Simplify code.
9021         * term.el (term-window-width): Call window-body-width again.
9023 2014-01-22  Glenn Morris  <rgm@gnu.org>
9025         * image.el (image-format-suffixes): Doc fix.
9027         * international/quail.el (quail-define-package): Doc fix.
9029         * emacs-lisp/authors.el (authors-valid-file-names)
9030         (authors-renamed-files-alist): Additions.
9032         * vc/vc-git.el (vc-git-print-log): Remove --follow;
9033         reverts 2014-01-09 change.  (Bug#16422)
9035         * calc/calc-embed.el (thing-at-point-looking-at):
9036         * emacs-lisp/map-ynp.el (x-popup-dialog):
9037         * obsolete/lmenu.el (x-popup-dialog):
9038         * emacs-lisp/package.el (url-recreate-url):
9039         * mail/mailclient.el (clipboard-kill-ring-save):
9040         * subr.el (x-popup-dialog): Update declaration.
9041         * mail/rmail.el (rmail-mime-message-p):
9042         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
9044 2014-01-21  Daniel Colascione  <dancol@dancol.org>
9046         * progmodes/sh-script.el (sh--inside-noncommand-expression):
9047         Correctly detect when we're inside an arithmetic expansion form
9048         containing nested parenthesis.
9049         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
9050         to detect cases where we shouldn't expand "<<" to a heredoc
9051         skeleton.
9053 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
9056         (eldoc--message-command-p): New function.
9057         (eldoc-display-message-p): Use it.
9058         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
9059         message is not automatically erased for us.
9060         (eldoc-print-current-symbol-info): Erase previous message, if any.
9062 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
9064         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
9065         specify it's an interactive function.
9067         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9068         Fix regex used for scanning for citation keys which failed for
9069         citations with optional arguments.
9071 2014-01-21  Leo Liu  <sdl.web@gmail.com>
9073         * simple.el (read--expression): Don't enable eldoc-mode.
9075 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9077         * simple.el (move-beginning-of-line): Make sure we don't move forward
9078         (bug#16497).
9080 2014-01-20  Juri Linkov  <juri@jurta.org>
9082         * saveplace.el (toggle-save-place, save-place-to-alist)
9083         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
9084         'dired-mode) before checking for dired-directory.  (Bug#16477)
9086 2014-01-20  Juri Linkov  <juri@jurta.org>
9088         * indent.el (indent-line-to): Use backward-to-indentation
9089         instead of back-to-indentation.  (Bug#16461)
9091 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
9093         Revert some of the CANNOT_DUMP fix (Bug#16494).
9094         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
9095         but fixing this can wait until after the next release.
9096         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
9098 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
9100         * eshell/esh-mode.el (eshell-password-prompt-regexp):
9101         Use `password-word-equivalents'.
9102         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
9103         to t.  (Bug#5664, Bug#13124)
9105 2014-01-19  Alan Mackenzie  <acm@muc.de>
9107         Bind open-paren-in-column-0-is-defun-start to nil at some entry
9108         points.
9109         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
9110         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
9111         * progmodes/cc-mode.el (c-before-change, c-after-change)
9112         (c-font-lock-fontify-region): Bind it here.
9114 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
9116         * term.el (term-window-width): Call window-text-width instead of
9117         window-width (Bug#16470).
9119 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
9121         * simple.el (password-word-equivalents): Remove duplicates.
9122         Sort, to make this easier next time.
9123         Downcase.  Omit ": " after "jelszó".
9125 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
9127         * term/common-win.el (saved-region-selection): Defvar it.
9128         (x-select-text): Set saved-region-selection (Bug#16382).
9130 2014-01-18  Glenn Morris  <rgm@gnu.org>
9132         * emacs-lisp/authors.el (authors-aliases)
9133         (authors-renamed-files-alist): Add some entries.
9135 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
9137         * net/tramp.el (tramp-password-prompt-regexp):
9138         Use `password-word-equivalents' if available.
9139         (tramp-action-password, tramp-process-one-action)
9140         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
9142 2014-01-17  Chong Yidong  <cyd@gnu.org>
9144         * simple.el (password-word-equivalents): New defcustom.
9145         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
9146         to 24.4.
9147         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
9148         to t.  (Bug#13124)
9150 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
9152         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
9153         (ruby-align-to-stmt-keywords): Change the default value.
9154         Use `ruby-alignable-keywords' to generate the possible customization
9155         choices.
9156         (ruby-smie-rules): Instead of using a hardcoded list of alignable
9157         keywords, check against the value of `ruby-alignable-keywords'
9158         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
9160 2014-01-17  Glenn Morris  <rgm@gnu.org>
9162         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
9164         Make M-x authors return zero *Authors Errors* from current logs.
9165         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
9166         (authors-ignored-files): Add some entries, remove others.
9167         (authors-ambiguous-files, authors-valid-file-names):
9168         Add some entries.
9169         (authors-renamed-files-alist): Add, remove, and adjust entries.
9170         (authors-renamed-files-regexps): Add some entries.
9171         Remove some very broad ones.  Make some entries `lax'.
9172         (authors-lax-changelogs): New constant.
9173         (authors-disambiguate-file-name): Treat top-level specially.
9174         (authors-lax-changelog-p): New function.
9175         (authors-canonical-file-name): Check file as written against
9176         authors-valid-file-names.  Do not special-case etc/.
9177         Handle `lax' logs and authors-renamed-files-regexps elements.
9179 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
9181         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
9182         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
9183         callers.
9185 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
9188         Assume we're already in the proper buffer.
9189         Inspired by Anders Lindgren <andlind@gmail.com>.
9190         (follow-post-command-hook): Call it from the right buffer.
9191         (follow-comint-scroll-to-bottom): Adjust call.
9192         (follow-all-followers): Use get-buffer-window-list.
9194 2014-01-15  Daniel Colascione  <dancol@dancol.org>
9196         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
9197         `buffer-file-name' in interactive-form so that we don't leave
9198         pathless file names in `file-name-history'.
9200 2014-01-15  Juri Linkov  <juri@jurta.org>
9202         * indent.el (indent-rigidly): Set deactivate-mark to nil
9203         in transient indentation mode.  (Bug#16438)
9205 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
9207         * emacs-lisp/package.el (package-desc-keywords): New function
9208         (Bug#16222).
9209         (describe-package-1, package-all-keywords)
9210         (package--has-keyword-p): Use it.
9212 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
9214         * simple.el (define-alternatives): When creating the
9215         COMMAND-alternatives variable, assign COMMAND as its definition
9216         name so that `describe-variable' can relocate it.
9218 2014-01-14  Matthew Leach  <matthew@mattleach.net>
9220         * font-lock.el (font-lock-keywords): Fix typo in docstring
9221         (bug#16307).
9223 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9225         * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
9226         line instead of wrongly reset `add-coment' (bug#13577).
9228 2014-01-14  Daiki Ueno  <ueno@gnu.org>
9230         * epa-file.el (epa-file-write-region): Encode the region according
9231         to `buffer-file-format'.  Problem reported at:
9232         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
9234 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9236         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
9237         so it applies in the right buffer (bug#16410).
9239 2014-01-13  Daniel Colascione  <dancol@dancol.org>
9241         * textmodes/rst.el (rst-define-key): Provide deprecated
9242         keybindings through named functions instead of anonymous ones so
9243         that "??" doesn't appear in describe-mode output.
9245 2014-01-13  Bastien Guerry  <bzg@gnu.org>
9247         * simple.el (define-alternatives): Call the selected command
9248         interactively.  When setting `COMMAND--implementation' for the
9249         first time, tell the user how to chose another implementation.
9250         Enhance the docstring.
9252 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9254         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
9255         (log-edit--match-first-line): New function.
9256         (log-edit-font-lock-keywords): Use it.
9257         (log-edit-mode): Make jit-lock-defer-multiline work.
9259 2014-01-13  Bastien Guerry  <bzg@gnu.org>
9261         * rect.el (rectangle-mark-mode): When the region is not active,
9262         display a message saying that the mark as been set and that
9263         rectangle mode is in use.
9264         (rectangle--highlight-for-redisplay): Only put an overlay with a
9265         visible vertical bar when (display-graphic-p) is non-nil.
9266         This partially fixes Bug#16403.
9268 2014-01-13  Juri Linkov  <juri@jurta.org>
9270         * info.el (Info-find-file): Go to DIR before displaying the error
9271         about a nonexistent file if no previous Info file is visited.
9272         Use `user-error' instead of `error' for "Info file %s does not exist".
9273         (Info-find-node-2): In case of a nonexistent node in unwind forms
9274         go to the Top node if there is no previous node to revert to.
9275         (Bug#16405)
9277 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
9279         fit-frame/window-to-buffer code fixes including one for Bug#14096.
9280         * window.el (fit-frame-to-buffer): Fix doc-string.
9281         Respect window-min-height/-width.  Fit pixelwise when
9282         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
9283         when avoiding that frame goes partially off-screen.
9284         (fit-window-to-buffer): Respect window-min-height/-width
9285         (Bug#14096).
9287 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9289         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
9290         after an empty line.
9292 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9294         * net/shr.el (shr-render-region): Autoload.
9296 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
9298         * net/eww.el (eww-download-directory): Rename from
9299         `eww-download-path' (Bug#16419).
9301 2014-01-12  Leo Liu  <sdl.web@gmail.com>
9303         * dired-x.el (dired-mode-map): Fix last change.
9305         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
9307 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
9309         Spelling fixes.
9310         * emacs-lisp/generic.el (generic--normalize-comments):
9311         Rename from generic--normalise-comments.  All uses changed.
9312         * play/bubbles.el (bubbles--neighborhood-score)
9313         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
9314         (bubbles--neighborhood-available)
9315         (bubbles--update-neighborhood-score):
9316         Rename from names with 'neighbourhood'.  All uses changed.
9318 2014-01-12  Leo Liu  <sdl.web@gmail.com>
9320         Re-implement the feature of showing eldoc info after editing.
9321         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
9322         (eldoc-edit-message-commands): New function.
9323         (eldoc-print-after-edit): New variable.
9324         (eldoc-pre-command-refresh-echo-area): Emit message only by
9325         eldoc-message-commands.
9326         (eldoc-mode): Restrict eldoc-message-commands to editing commands
9327         if eldoc-print-after-edit is set.  (Bug#16346)
9328         * simple.el (read--expression): Enable eldoc-mode.
9329         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
9331 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
9332             Eric S. Raymond  <esr@thyrsus.com>
9334         * version.el (emacs-repository-get-version): Enhance so the
9335         function works correctly in either a Bazaar or Git repo.
9337 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
9339         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
9340         Goes with removal of the joke manpages from /etc.
9342 2014-01-10  Kenichi Handa  <handa@gnu.org>
9344         * mail/rmail.el (rmail-get-coding-system):
9345         Check rmail-get-coding-function before "funcall"ing it.
9347 2014-01-10  Glenn Morris  <rgm@gnu.org>
9349         * emacs-lisp/authors.el (authors-fixed-entries):
9350         Update for files that no longer exist.
9352 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
9354         * version.el (emacs-bzr-get-version): Restore compatibilty with
9355         24.3 (Tested).
9357 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
9359         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
9360         and Podfile.
9362 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
9364         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
9366 2014-01-10  Chong Yidong  <cyd@gnu.org>
9368         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
9370 2014-01-10  Anders Lindgren  <andlind@gmail.com>
9372         * follow.el (follow-cache-command-list): Include right-char and
9373         left-char.
9375 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
9377         Spelling fixes.
9378         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
9379         * woman.el (woman-mark-horizontal-position):
9380         Rename from woman-mark-horizonal-position.  Use changed.
9382 2014-01-10  Glenn Morris  <rgm@gnu.org>
9384         * info.el (info-initialize): If running uninstalled, ensure our
9385         own info files are always found first, even if INFOPATH is set.
9387         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
9389 2014-01-09  David Engster  <deng@randomsample.de>
9391         * emacs-lisp/eieio-custom.el:
9392         * emacs-lisp/eieio-opt.el: Set generated autoload file to
9393         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
9394         * emacs-lisp/eieio.el: Regenerate autoloads.
9396 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
9398         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
9399         following renames.  (Bug#8756)
9401 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
9404         (bug#16382).
9405         (activate-mark): Add `no-tmm' argument.
9406         (set-mark, push-mark-command): Use it instead of running
9407         activate-mark-hook by hand.
9409 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
9411         In preparation for the move to git, sanitize out some
9412         Bazaar-specific names.
9414         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
9416         * version.el (emacs-bzr-version): Name changed to
9417         emacs-repository-version.  Obsolete-variable alias made.
9418         * loadup.el: Follow through on this name change.
9419         * mail/emacsbug.el (report-emacs-bug): Factor out any
9420         assumption about the version control system in use.
9422 2014-01-08  David Engster  <deng@randomsample.de>
9424         * help-fns.el (help-fns-describe-function-functions):
9425         New variable to call functions for augmenting help buffers.
9426         (describe-function-1): Remove explicit calls to
9427         `help-fns--compiler-macro', `help-fns--parent-mode' and
9428         `help-fns--obsolete'.  Put them in above new variable instead, and
9429         call them through `run-hook-with-args'.
9430         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
9431         `eieio-describe-class'.  Not meant for interactive use anymore,
9432         but to augment existing help buffers.  Remove optional second
9433         argument.  Create proper button for file location.
9434         Rewrite function to use `insert' instead of `princ' and `prin1' where
9435         possible.
9436         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
9437         (eieio-method-def, eieio-class-def): Move further up.
9438         (describe-method, describe-generic, eieio-describe-method):
9439         Remove aliases.
9440         (eieio-help-constructor, eieio-help-generic): Rename from
9441         `eieio-describe-constructor' and `eieio-describe-generic', resp.
9442         Rewrite to use `insert' in the current buffer and use proper help
9443         buttons.
9444         (eieio-help-find-method-definition)
9445         (eieio-help-find-class-definition): Also accept symbols as
9446         arguments.
9447         (eieio-help-mode-augmentation-maybee): Remove.
9448         (eieio-describe-class-sb): Use `describe-function'.
9449         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
9450         Add `eieio-help-generic' and `eieio-help-constructor'.
9452 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
9454         Spelling fixes.
9455         * language/china-util.el (hz-ascii-designation):
9456         Rename from hz-ascii-designnation.
9457         (hz-ascii-designation): Rename from hz-ascii-designnation.
9458         All uses changed.
9460 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9462         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
9463         package-alist.
9465 2014-01-08  Bastien Guerry  <bzg@gnu.org>
9467         * emacs-lisp/package.el (package-delete):
9468         Correctly delete the package from package-alist.
9470 2014-01-08  Daiki Ueno  <ueno@gnu.org>
9472         * emacs-lisp/package.el (url-recreate-url): Declare.
9473         (url-http-target-url): Declare.
9474         (package-handle-response): Include requested URL in the error message.
9475         (package--check-signature): Don't re-signal errors from
9476         package--with-work-buffer.  Suggested by Stefan Monnier.
9478 2014-01-07  Bastien Guerry  <bzg@gnu.org>
9480         * minibuffer.el (completion--try-word-completion): When both a
9481         hyphen and a space are possible candidates for the character
9482         following a word, display both candidates.  (Bug#15980)
9484 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
9486         * window.el (balance-windows-2): While rounding don't give a
9487         window more than the remainder.  Bug#16351, bug#16383.
9489 2014-01-07  Glenn Morris  <rgm@gnu.org>
9491         * menu-bar.el (menu-bar-help-extra-packages): Remove.
9492         (menu-bar-help-menu): Use view-external-packages instead.
9494 2014-01-07  Bastien Guerry  <bzg@gnu.org>
9496         * emacs-lisp/package.el (package-delete): Also delete the package
9497         name from `package-alist', not its description only.
9499 2014-01-07  Glenn Morris  <rgm@gnu.org>
9501         * help.el (view-external-packages):
9502         * menu-bar.el (menu-bar-help-extra-packages):
9503         Visit efaq.info rather than etc/MORE.STUFF.
9505 2014-01-07  Juri Linkov  <juri@jurta.org>
9507         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
9508         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
9510         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
9511         that shadows RET.  (Bug#16342)
9513 2014-01-07  Chong Yidong  <cyd@gnu.org>
9515         * isearch.el (isearch-yank-char, isearch-yank-word)
9516         (isearch-yank-line): Doc fix.
9518 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
9521         * emacs-lisp/elint.el (elint-find-builtins):
9522         * emacs-lisp/eldoc.el (eldoc-symbol-function):
9523         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
9524         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
9525         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
9526         * apropos.el (apropos-safe-documentation):
9527         * subr.el (symbol-file): Remove redundant fboundp.
9528         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
9530 2014-01-06  Bastien Guerry  <bzg@gnu.org>
9532         * hl-line.el (global-hl-line-overlay): Make a local variable.
9533         (global-hl-line-overlays): New variable to store all overlays.
9534         (global-hl-line-mode): Don't delete overlays from the current
9535         buffer when `global-hl-line-sticky-flag' is non-nil.
9536         (global-hl-line-highlight): Add new overlays to
9537         `global-hl-line-overlays'.
9538         (global-hl-line-unhighlight-all): New function to delete all
9539         overlays when turning off `global-hl-line-mode'.
9540         This fixes Bug#16183.
9542 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9544         * subr.el (set-transient-map): Fix nested case and docstring.
9546 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
9548         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
9549         `Texinfo' entry.
9551 2014-01-06  Daniel Colascione  <dancol@dancol.org>
9553         Fix defun navigation in vc log view.
9555         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
9556         like `beginning-of-defun'.
9557         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
9558         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
9559         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
9560         (log-view-extract-comment): Call `log-view-current-entry' directly
9561         instead of relying on broken `log-view-beginning-of-defun' behavior.
9563 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
9565         Spelling fixes.
9566         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
9567         * emacs-lisp/debug.el (cancel-debug-on-entry):
9568         * epg.el (epg-error-to-string):
9569         * files.el (recover-file):
9570         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
9571         * mail/emacsbug.el (report-emacs-bug-hook):
9572         * mail/sendmail.el (mail-recover):
9573         * ses.el (ses-yank-resize):
9574         * term/ns-win.el (ns-print-buffer):
9575         Spelling fixes in diagnostics, mostly for "canceled" with one L.
9576         * epg.el (epg-key-capability-alist): Rename from misspelled version.
9577         All uses changed.
9578         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
9580 2014-01-06  Leo Liu  <sdl.web@gmail.com>
9582         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
9583         to avoid shadowing global key.  (Bug#16354)
9585 2014-01-06  Daniel Colascione  <dancol@dancol.org>
9587         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
9588         rst-mode.
9590 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
9592         * window.el (balance-windows): Add mising t to fix Bug#16351.
9594 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
9597         (bug#16285).
9598         (shr-insert): If we have a word that's longer than `shr-width',
9599         break after it anyway.  Otherwise we'll do no breaking once we get
9600         such a long word.
9602 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9604         * net/eww.el (eww): Support single/double quote for search.
9605         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
9606         (eww-history-quit): Delete and use quit-window.
9607         (eww-history-kill): Delete, because it doesn't work well and
9608         not necessary.
9609         (eww-history-mode-map): Delete some keys and add easy-menu.
9611 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
9613         Fix misspelling of 'chinese' in rx (Bug#16237).
9614         * emacs-lisp/rx.el (rx-categories): Correct spelling of
9615         chinese-two-byte.
9617         Change subword regexps back to vars (Bug#16296).
9618         * progmodes/subword.el (subword-forward-regexp)
9619         (subword-backward-regexp): Change these back to variables.
9621 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9623         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
9624         syntax-begin-function (bug#16247).
9626 2014-01-03  Chong Yidong  <cyd@gnu.org>
9628         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
9629         (advice--docstring): Delete variable.
9630         (advice--make-1): Leave the docstring empty.
9631         (advice-add): Use function-documentation for advised docstring.
9633         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
9634         Ignore function-documentation property when getting documentation.
9635         (ad-activate-advised-definition): Use function-documentation
9636         generate the docstring.
9637         (ad-make-advised-definition): Don't call
9638         ad-make-advised-definition-docstring.
9639         (ad-make-advised-definition-docstring, ad-advised-definition-p):
9640         Delete functions.
9642         * progmodes/sql.el (sql-help): Use function-documentation instead
9643         of dynamic-docstring-function property.  No need to autoload now.
9644         (sql--help-docstring): New variable.
9645         (sql--make-help-docstring): Use it.
9647 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9649         * ielm.el (ielm-tab): Retarget.
9650         (ielm-map): Use ielm-tab for tab.
9651         (ielm-complete-filename): Use comint-filename-completion.
9652         (ielm-complete-symbol): Remove.
9653         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
9654         remove ielm-tab from completion-at-point-functions (bug#16224).
9656         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
9657         Beware signals raised by predicates (bug#16201).
9659 2014-01-02  Richard Stallman  <rms@gnu.org>
9661         * dired-aux.el (dired-do-print): Handle printer-name.
9663         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
9664         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
9665         (rmail-epa-decrypt): Turn off mime processing.
9667         * mail/rmail.el (rmail-make-in-reply-to-field):
9668         Add parens in message-id.
9670         * mail/rmail.el (rmail-get-coding-function): Variable.
9671         (rmail-get-coding-system): Use it.
9673 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
9675         * international/mule-conf.el: Unify the charset indian-is13194.
9676         (indian-is13194): Specify unify-map.
9678 2013-12-31  Leo Liu  <sdl.web@gmail.com>
9680         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
9682 2013-12-30  Daniel Colascione  <dancol@dancol.org>
9684         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
9685         of printing a useless when we resume from sleep.
9687         * progmodes/sh-script.el
9688         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
9689         in indentation code.  (Bug#16233)
9691 2013-12-28  João Távora  <joaotavora@gmail.com>
9693         * elec-pair.el (electric-pair-post-self-insert-function):
9694         Don't open extra newlines at beginning of buffer.  (Bug#16272)
9696 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
9698         * frame.el (window-system-for-display): Don't allow to create a
9699         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
9701 2013-12-28  Glenn Morris  <rgm@gnu.org>
9703         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
9704         Update callers.
9706         * apropos.el (apropos-match-face):
9707         * calculator.el (calculator-displayer):
9708         * dabbrev.el (dabbrev-search-these-buffers-only):
9709         * face-remap.el (buffer-face-mode-face):
9710         * simple.el (yank-handled-properties):
9711         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
9712         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
9713         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
9714         (hashcash-double-spend-database):
9715         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
9716         (ruby-deep-indent-paren-style):
9717         * textmodes/flyspell.el (flyspell-auto-correct-binding):
9718         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
9719         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
9720         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
9721         Specify custom types.
9723         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
9724         * bookmark.el (bookmark-bmenu-use-header-line):
9725         * doc-view.el (doc-view-scale-internally):
9726         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
9727         * register.el (register-preview-delay):
9728         * net/shr.el (shr-bullet):
9729         * progmodes/cfengine.el (cfengine-cf-promises)
9730         (cfengine-parameters-indent):
9731         * progmodes/octave.el (inferior-octave-error-regexp-alist):
9732         * textmodes/reftex-vars.el (reftex-label-regexps):
9733         * vc/log-edit.el (log-edit-setup-add-author): Add version.
9735         * net/tls.el (tls-certtool-program): Fix default value.
9737         * desktop.el (desktop-restore-in-current-display):
9738         * newcomment.el (comment-empty-lines):
9739         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
9740         (idlwave-pad-keyword):
9741         * progmodes/tcl.el (tcl-tab-always-indent):
9742         * textmodes/reftex-vars.el (reftex-index-default-tag):
9743         * elec-pair.el (electric-pair-skip-whitespace):
9744         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
9746         * emacs-lisp/authors.el (authors-ignored-files)
9747         (authors-valid-file-names, authors-renamed-files-alist): Additions.
9749 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
9751         * shell.el (shell-dynamic-complete-command): Doc fix.
9752         (shell--command-completion-data): Shell completion now matches
9753         executable filenames from the current buffer's directory, on
9754         systems in which this behavior is the default (windows-nt, ms-dos).
9756 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
9758         * net/shr.el (shr-insert): Don't infloop if the width is zero.
9760 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
9763         (bug#16251).
9765         * electric.el: Move all electric-pair-* to elec-pair.el.
9766         * elec-pair.el: New file, split from electric.el.
9768 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
9770         * net/shr.el (shr-find-fill-point): Don't try to fill if the
9771         indentation level is larger than the width, because that will
9772         infloop.
9773         (shr-insert): Fill repeatedly long texts, so that Japanese is
9774         formatted correctly (bug#16263).
9775         (shr-find-fill-point): Off by one error in comparison with the
9776         indentation.
9778 2013-12-26  João Távora  <joaotavora@gmail.com>
9780         * electric.el (electric-pair-mode): More flexible engine for skip-
9781         and inhibit predicates, new options for pairing-related functionality.
9782         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
9783         if that keeps or improves their balance in buffers.
9784         (electric-pair-delete-adjacent-pairs): Delete the pair when
9785         backspacing over adjacent matched delimiters.
9786         (electric-pair-open-extra-newline): Open extra newline when
9787         inserting newlines between adjacent matched delimiters.
9788         (electric--sort-post-self-insertion-hook):
9789         Sort post-self-insert-hook according to priority values when
9790         minor-modes are activated.
9791         * simple.el (newline-and-indent): Call newline with interactive
9792         set to t.
9793         (blink-paren-post-self-insert-function): Set priority to 100.
9794         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9795         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
9796         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
9797         electric-pair-open-newline-between-pairs to nil.
9799 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9801         * progmodes/python.el: Use lexical-binding.
9802         (python-nav-beginning-of-defun): Stop searching ASAP.
9804 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
9806         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
9807         Fix interactive spec.  Doc fix.  (Bug#15754)
9809 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9811         * emacs-lisp/byte-run.el (eval-when-compile):
9812         * progmodes/cc-defs.el (cc-eval-when-compile):
9813         Fix edebug spec (bug#16184).
9815 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
9817         * net/shr.el (shr-visit-file): Remove debugging function.
9818         (shr-insert): Don't infloop if we can't find a good place to break
9819         the line (bug#16256).
9821 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9823         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
9824         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
9825         python-nav-lisp-forward-sexp-safe.
9826         (python-nav--forward-sexp): New argument SAFE allows switching
9827         forward sexp movement behavior for parens.
9828         (python-nav-forward-sexp): Throw errors on unterminated parens
9829         (Bug#16191).
9830         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
9831         (python-nav-backward-sexp-safe): New functions.
9832         (python-shell-buffer-substring):
9833         Use `python-nav-forward-sexp-safe'.
9835 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
9837         * net/shr.el (shr-find-fill-point): Don't break lines before a
9838         quotation mark.
9839         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
9840         (shr-find-fill-point): Remove the special checks for the quotation
9841         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
9843 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9845         * net/eww.el (eww-form-textarea): Use a different face for
9846         textareas than text input since they have different keymaps
9847         (bug#16142).
9849 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
9851         * progmodes/python.el (python-nav-beginning-of-statement):
9852         Speed up (Bug#15295).
9854 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
9856         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
9857         the window configuration.
9859 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
9861         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
9862         we run on MS-Windows or MS-DOS.
9864 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
9866         * window.el (balance-windows-area): Call window-size instead of
9867         window-height and window-width.  Bug#16241.
9869 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
9871         * net/eww.el (eww-bookmark-quit): Remove.
9872         (eww-bookmark-browse): Restore the window configuration when you
9873         choose a bookmark (bug#16144).
9875 2013-12-24  Daniel Colascione  <dancol@dancol.org>
9877         * icomplete.el: Remove redundant :group arguments to `defcustom'
9878         throughout.
9879         (icomplete-show-matches-on-no-input): New customizable variable.
9880         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
9881         we have something to show.
9882         (icomplete-exhibit): Compute completions even if we have no user input.
9884 2013-12-23  Daniel Colascione  <dancol@dancol.org>
9886         * icomplete.el: Move `provide' to end of file.
9888 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9890         * net/gnutls.el (gnutls-verify-error): Add version tag.
9892 2013-12-23  Chong Yidong  <cyd@gnu.org>
9894         * subr.el (set-transient-map): Rename from
9895         set-temporary-overlay-map.  Doc fix.
9897         * face-remap.el (text-scale-adjust):
9898         * indent.el (indent-rigidly):
9899         * kmacro.el (kmacro-call-macro):
9900         * minibuffer.el (minibuffer-force-complete):
9901         * repeat.el (repeat):
9902         * simple.el (universal-argument--mode):
9903         * calendar/todo-mode.el (todo-insert-item--next-param):
9904         * progmodes/f90.el (f90-abbrev-start): Callers changed.
9906         * indent.el (indent-rigidly): Use substitute-command-keys.
9908 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9910         * net/eww.el (eww-tag-select): Add text-property to jump to next
9911         select field.
9912         (eww): Add non-supported ftp error.
9914 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9916         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
9917         comments.  Handle electric indent after typing `?' and `!'.
9919 2013-12-22  Chong Yidong  <cyd@gnu.org>
9921         * faces.el (face-spec-recalc): If the theme specs are not
9922         applicable to a frame, fall back on the defface spec.
9923         This prevents themes from obliterating faces on low-color terminals.
9925 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9927         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
9928         after `{'.  We need it after block openers, and it doesn't seem
9929         to hurt after hash openers.
9931 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9933         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
9934         extracted from `ruby-smie-rules'.
9935         (ruby--electric-indent-chars): New variable.
9936         (ruby--electric-indent-p): New function.
9937         (ruby-mode): Use `electric-indent-functions' instead of
9938         `electric-indent-chars'.
9940 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
9942         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
9943         docstring.
9944         (ruby-smie-rules): Indent plus one level after `=>'.
9946 2013-12-21  Richard Stallman  <rms@gnu.org>
9948         * simple.el (newline): Doc fix.
9950 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
9952         * net/eww.el (eww-list-histories, eww-list-histories)
9953         (eww-history-browse, eww-history-quit, eww-history-kill)
9954         (eww-history-mode-map, eww-history-mode): New command and
9955         functions to list browser histories.
9956         (eww-form-text): Support text form with disabled
9957         and readonly attributes.
9958         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
9960 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9962         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
9963         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
9964         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
9965         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
9966         Use `user-error'.
9967         (eww-bookmark-mode-map): Add menu.
9968         (eww-render, eww-mode): Use `setq-local'.
9969         (eww-tool-bar-map): New variable.
9970         (eww-mode): Set `tool-bar-map'.
9971         (eww-view-source): Check for `html-mode' with `fboundp'.
9973 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9975         * net/shr.el (shr--extract-best-source): Don't bug out on audio
9976         elements with text inside.  Also remove debugging.
9978 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
9980         * cus-start.el (all): Add ns-use-srgb-colorspace.
9982 2013-12-21  Chong Yidong  <cyd@gnu.org>
9984         * custom.el (custom-theme-recalc-face): Do nothing if the face is
9985         undefined.  Thus, theme settings for undefined faces do not take
9986         effect until the faces are defined with defface, the same as with
9987         theme variables.
9989         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
9990         (face-spec-reset-face): Don't assign extra properties in temacs.
9991         (face-spec-recalc): Apply X resources too.
9993 2013-12-21  Chong Yidong  <cyd@gnu.org>
9995         * faces.el (face-spec-set):
9996         * cus-face.el (custom-theme-set-faces, custom-set-faces):
9997         * custom.el (defface): Doc fixes (Bug#16203).
9999         * indent.el (indent-rigidly-map): Add docstring, and move commands
10000         into named functions.
10001         (indent-rigidly-left, indent-rigidly-right)
10002         (indent-rigidly-left-to-tab-stop)
10003         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
10004         indentation direction based on bidi direction, and accumulate
10005         sequential commands in a single undo boundary.
10006         (indent-rigidly--pop-undo): New utility function.
10008 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
10010         * faces.el (read-face-name): Require crm.el when using crm-separator.
10012 2013-12-20  Daniel Colascione  <dancol@dancol.org>
10014         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
10015         so that we don't reflow comments into the shebang line.
10017 2013-12-20  Juri Linkov  <juri@jurta.org>
10019         * saveplace.el (save-place-to-alist): Add `dired-filename' as
10020         a position when `dired-directory' is non-nil.  Check integer
10021         positions with `integerp'.
10022         (toggle-save-place, save-places-to-alist): Add check for
10023         `dired-directory'.
10024         (save-place-find-file-hook): Check integer positions with
10025         `integerp'.
10026         (save-place-dired-hook): Use `dired-goto-file' when
10027         `dired-filename' is found in the assoc list.  Check integer
10028         positions with `integerp'.
10029         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
10031         * dired.el (dired-initial-position-hook): Rename back from
10032         `dired-initial-point-hook'.
10033         (dired-initial-position): Rename `dired-initial-point-hook' to
10034         `dired-initial-position-hook'.
10035         (dired-file-name-at-point): Doc fix.  (Bug#15329)
10037 2013-12-20  Juri Linkov  <juri@jurta.org>
10039         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
10040         (read-regexp-suggestions): New function.
10041         (read-regexp): Use `read-regexp-defaults-function' to get default values.
10042         Use `read-regexp-suggestions'.  Add non-empty default to history
10043         for empty input.
10044         (occur-read-regexp-defaults-function): Remove function.
10045         (occur-read-primary-args): Use `regexp-history-last' instead of
10046         `occur-read-regexp-defaults-function'.
10048         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
10049         (hi-lock-line-face-buffer, hi-lock-face-buffer)
10050         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
10051         `hi-lock-read-regexp-defaults-function'.  Doc fix.
10052         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
10053         with `find-tag-default-as-symbol-regexp'.  Doc fix.
10054         (hi-lock-read-regexp-defaults): Remove function.
10055         (hi-lock-regexp-okay): Add check for null.
10057         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
10058         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
10060         * subr.el (find-tag-default-as-symbol-regexp): New function.
10061         (find-tag-default-as-regexp): Move symbol regexp formatting to
10062         `find-tag-default-as-symbol-regexp'.
10064 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
10066         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
10067         (Bug#14179)
10069 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
10071         * calendar/todo-mode.el: New implementation of item insertion
10072         commands and key bindings.
10073         (todo-key-prompt): New face.
10074         (todo-insert-item): New command.
10075         (todo-insert-item--parameters): New defconst, replacing defvar
10076         todo-insertion-commands-args-genlist.
10077         (todo-insert-item--param-key-alist): New defconst, replacing
10078         defvar todo-insertion-commands-arg-key-list.
10079         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
10080         (todo-insert-item--argsleft, todo-insert-item--apply-args)
10081         (todo-insert-item--next-param): New functions.
10082         (todo-insert-item--args, todo-insert-item--argleft)
10083         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
10084         New variables.
10085         (todo-key-bindings-t): Change binding of "i" from
10086         todo-insertion-map to todo-insert-item.
10087         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
10088         (todo-insertion-command-name, todo-insertion-commands-names)
10089         (todo-define-insertion-command, todo-insertion-commands)
10090         (todo-insertion-key-bindings, todo-insertion-map): Remove.
10092 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
10094         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
10095         (todo-toggle-item-highlighting): Use eval-and-compile instead of
10096         eval-when-compile.
10097         (todo-move-category): Allow choosing a non-existing todo file to
10098         move the category to, and create that file.
10099         (todo-default-priority): New user option.
10100         (todo-set-item-priority): Use it.
10101         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
10102         (desktop-restore-file-buffer): Declare.
10103         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
10104         (todo-modes-set-2): Locally set desktop-save-buffer to
10105         todo-desktop-save-buffer.
10106         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
10107         (auto-mode-alist): Add autoload cookie.
10109 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
10111         * emacs-lisp/subr-x.el: Renamed from helpers.el.
10112         helpers.el was a poor choice of name.
10113         (string-remove-prefix): New function.
10114         (string-remove-suffix): New function.
10116 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
10118         Fix assignment for new window total sizes.
10119         * window.el (window--pixel-to-size): Remove function.
10120         (window--pixel-to-total-1, window--pixel-to-total):
10121         Fix calculation of new total sizes.
10123 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
10125         * comint.el (comint-output-filter): Fix rear-nonsticky property
10126         placement (Bug#16010).
10128 2013-12-20  Chong Yidong  <cyd@gnu.org>
10130         * faces.el (read-color): Minor fix for completion function.
10132 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
10134         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
10135         New option.  (Bug#16182)
10136         (ruby-smie--indent-to-stmt-p): Use it.
10137         (ruby-smie-rules): Revert the logic in the handling of `when'.
10138         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
10139         (ruby-deep-arglist, ruby-deep-indent-paren)
10140         (ruby-deep-indent-paren-style): Update docstrings to note that the
10141         vars don't have any effect with SMIE.
10143 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
10145         * calc/calc.el (calc-enter, calc-pop): Use the variable
10146         `calc-context-sensitive-enter'.
10148 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150         * net/shr.el (shr-insert): Protect against infloops in degenerate
10151         tables.
10153 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10155         * progmodes/octave.el (octave): Add link to manual and octave
10156         homepage.
10157         (octave-mode-menu): Link to octave-mode manual.
10159 2013-12-20  Leo Liu  <sdl.web@gmail.com>
10161         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
10162         insertion using skeleton-end-newline.  (Bug#16138)
10164 2013-12-20  Juri Linkov  <juri@jurta.org>
10166         * replace.el (occur-engine): Use `add-face-text-property'
10167         to add the face property to matches and titles.  (Bug#14645)
10169         * hi-lock.el (hi-green): Use lighter color "light green" closer to
10170         the palette of other hi-lock colors.
10171         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
10173 2013-12-19  Juri Linkov  <juri@jurta.org>
10175         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
10176         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
10177         (minibuffer-history-symbol): Move variable declaration closer to
10178         its usage.
10180         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
10181         (Bug#14785)
10183 2013-12-19  Juri Linkov  <juri@jurta.org>
10185         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
10186         New function.
10187         (log-edit-hook): Add it to :options.  (Bug#16170)
10189 2013-12-19  Juri Linkov  <juri@jurta.org>
10191         * simple.el (eval-expression-print-format): Don't check for
10192         command names and the last command.  Always display additional
10193         formats of the integer result in the echo area, and insert them
10194         to the current buffer only with a zero prefix arg.
10195         Display character when char-displayable-p is non-nil.
10196         (eval-expression): With a zero prefix arg, set `print-length' and
10197         `print-level' to nil, and insert the integer values from
10198         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
10200         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
10201         `eval-last-sexp-arg-internal'.  Doc fix.
10202         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
10203         `eval-last-sexp-print-value'.  Doc fix.
10204         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
10205         Set `print-length' and `print-level' to nil when arg is zero.
10206         (eval-last-sexp): Doc fix.
10207         (eval-defun-2): Print the integer values from
10208         `eval-expression-print-format' at the end.
10210         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
10211         values from `eval-expression-print-format' at the end.
10213         * ielm.el (ielm-eval-input): Print the integer
10214         values from `eval-expression-print-format' at the end.
10216 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10218         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
10219         2013-12-11T19:01:44Z!tzz@lifelogs.com.
10221 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10223         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
10224         (hl-line-highlight, global-hl-line-highlight): Use it.
10225         (hl-line-overlay): Use defvar-local.
10227 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
10229         * term/ns-win.el: Require dnd.
10230         (global-map): Remove drag items.
10231         (ns-insert-text, ns-set-foreground-at-mouse)
10232         (ns-set-background-at-mouse):
10233         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
10234         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
10235         New functions.
10237 2013-12-19  Glenn Morris  <rgm@gnu.org>
10239         * emacs-lisp/ert.el (ert-select-tests):
10240         Fix string/symbol mixup.  (Bug#16121)
10242 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
10244         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
10245         keywords to their parent.
10247 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
10249         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
10250         first arg to be a string (fixed dead code), or an operator symbol.
10251         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
10252         operator symbols.
10253         (ruby-smie-rules): Remove parent token check in the `.' clause, it
10254         did nothing.  Don't respond to `(:after ".")', it will be called
10255         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
10256         change anything.  Only return indentation for binary operators
10257         when they are hanging.  De-dent opening paren when its parent is
10258         `.', otherwise it looks bad when the dot is not at bol or eol
10259         (bug#16182).
10261 2013-12-19  Juri Linkov  <juri@jurta.org>
10263         * replace.el (query-replace-read-args): Split a non-negative arg
10264         and a negative arg into separate elements.
10265         (query-replace, query-replace-regexp, replace-string)
10266         (replace-regexp): Add arg `backward'.  Doc fix.
10267         (replace-match-maybe-edit): When new arg `backward' is non-nil,
10268         move point to the beginning of the match.
10269         (replace-search, replace-highlight): Use new arg `backward'
10270         to set the value of `isearch-forward'.
10271         (perform-replace): Add arg `backward' and use it to perform
10272         replacement backward.  (Bug#14979)
10274         * isearch.el (isearch-query-replace): Use a negative prefix arg
10275         to call `perform-replace' with a non-nil arg `backward'.
10277 2013-12-18  Juri Linkov  <juri@jurta.org>
10279         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
10280         to the default list.  Move `log-edit-show-files' to the end.
10281         Add more available functions to options.
10282         (log-edit): Move default specific settings to
10283         `log-edit-insert-message-template'.  Don't move point.
10284         (log-edit-insert-message-template): New function.
10285         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
10286         (Bug#16170)
10288 2013-12-18  Juri Linkov  <juri@jurta.org>
10290         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
10291         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
10293 2013-12-18  Leo Liu  <sdl.web@gmail.com>
10295         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
10296         (Bug#16186)
10298 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
10300         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
10301         formats for displaying file sizes when the -s switch is given.
10302         Instead, compute a separate format for displaying the size in
10303         blocks, which is displayed in addition to the "regular" size.
10304         When -h is given in addition to -s, produce size in blocks in
10305         human-readable form as well.  (Bug#16179)
10307 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
10309         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
10310         Reference tables with ~\ref{...} instead of only \ref{...}.
10312 2013-12-18  Chong Yidong  <cyd@gnu.org>
10314         * cus-edit.el (custom-magic-alist): Fix "themed" description
10315         (Bug#14348).
10317         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
10318         is non-nil, do not create a new entry in the symbol's theme-value
10319         or theme-face property; update theme-settings only (Bug#14664).
10320         (custom-available-themes): Doc fix.
10322         * cus-theme.el (custom-new-theme-mode-map): Add bindings
10323         (Bug#15674).
10325         * replace.el (occur-engine): Avoid infloop (Bug#7593).
10327 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
10329         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
10330         (Bug#13914).
10332 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
10334         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
10336 2013-12-18  Glenn Morris  <rgm@gnu.org>
10338         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
10339         * cus-start.el (load-prefer-newer): New option.
10341 2013-12-18  Le Wang  <l26wang@gmail.com>
10343         * comint.el (comint-previous-matching-input-from-input):
10344         Retain point (Bug#13404).
10346 2013-12-18  Chong Yidong  <cyd@gnu.org>
10348         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
10350 2013-12-18  Glenn Morris  <rgm@gnu.org>
10352         * mail/emacsbug.el (report-emacs-bug):
10353         Only mention enable-multibyte-characters if non-standard.
10355 2013-12-17  Juri Linkov  <juri@jurta.org>
10357         * arc-mode.el (archive-extract-by-file): Check if directory exists
10358         before deletion to not show irrelevant errors if it doesn't exist.
10360 2013-12-17  Juri Linkov  <juri@jurta.org>
10362         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
10363         (Bug#14751)
10365         * net/eww.el (browse-web): Add alias to `eww'.
10366         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
10367         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
10369         * net/browse-url.el (browse-url-browser-function): Move `eww'
10370         closer to similar functions.
10372         * startup.el (fancy-startup-screen, fancy-about-screen):
10373         Set browse-url-browser-function to eww-browse-url locally.
10374         (Bug#14751)
10376 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * window.el (window--pixel-to-total): Remove unused `mini' var.
10379         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
10380         (split-window): Remove unused `new' var.
10381         (window--display-buffer): Remove unused `frame' and `delta' vars.
10382         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
10383         and display-width'.
10385 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
10387         * dired.el (dired-mark-pop-up):
10388         * register.el (register-preview): Don't bind
10389         split-height-threshold here since it's now done in
10390         display-buffer-below-selected.
10392 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
10394         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
10395         xterm-rgb-convert-to-16bit.
10396         (rxvt-register-default-colors): Standardize with
10397         xterm-register-default-colors (Bug#14078).
10399 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
10401         * simple.el (kill-region): Pass mark first, then point, so that
10402         kill-append works right (Bug#12819).
10403         (copy-region-as-kill, kill-ring-save): Likewise.
10405 2013-12-17  Leo Liu  <sdl.web@gmail.com>
10407         * net/rcirc.el (rcirc-add-face):
10408         * eshell/em-prompt.el (eshell-emit-prompt):
10409         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
10410         (Bug#16167)
10412 2013-12-17  Chong Yidong  <cyd@gnu.org>
10414         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
10415         Suggested by Xue Fuqiao.
10417 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
10419         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
10421 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         * net/shr.el (shr-insert-document): Remove unused var
10424         `shr-preliminary-table-render'.
10425         (shr-rescale-image): Remove unused arg `force'.
10426         (shr-put-image): Update calls accordingly.
10427         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
10429 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
10431         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
10432         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
10433         :close-all, to see which indentation method to use (Bug#16116).
10434         (smie-rules-function): Document the method :close-all.
10436 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10438         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
10440         * net/eww.el (eww-display-html): If we can't find the anchor we're
10441         looking for, then go to point-min.
10443 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
10445         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
10446         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
10447         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
10448         Expand dir too, in case it's relative.
10450 2013-12-16  Juri Linkov  <juri@jurta.org>
10452         * desktop.el (desktop-auto-save-timeout): Change default to
10453         `auto-save-timeout'.  Doc fix.
10454         (desktop-save): Skip the timestamp in desktop-saved-frameset
10455         when checking for auto-save changes.
10456         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
10457         `desktop-auto-save' is called repeatedly by the idle timer.
10458         (desktop-auto-save-set-timer): Replace `run-with-timer' with
10459         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
10460         (Bug#15331)
10462 2013-12-16  Juri Linkov  <juri@jurta.org>
10464         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
10465         (Bug#16035)
10466         (isearch-pre-command-hook): Check `this-command' for symbolp.
10468 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10470         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
10472 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
10474         * progmodes/cfengine.el (cfengine3--current-word): Remove.
10475         (cfengine3--current-function): Bring in the current-function
10476         functionality from `cfengine3--current-word'.
10477         (cfengine3-completion-function): Bring in the
10478         bounds-of-current-word functionality from
10479         `cfengine3--current-word'.
10481 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
10483         * window.el (display-buffer-below-selected):
10484         Bind split-height-threshold to 0 as suggested by Juri Linkov.
10486 2013-12-16  Leo Liu  <sdl.web@gmail.com>
10488         * progmodes/compile.el (compile-goto-error): Do not push-mark.
10489         Remove NOMSG arg and all uses changed.
10491 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10493         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
10494         (cua--deactivate-rectangle): Don't deactivate the mark.
10495         (cua-set-rectangle-mark): Don't set mark-active since
10496         cua--activate-rectangle already does it for us.
10497         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
10498         non-rectangular region.
10500         * emulation/cua-base.el (cua-repeat-replace-region):
10501         Use with-current-buffer.
10503         * net/gnutls.el: Use cl-lib.
10504         (gnutls-negotiate): `mapcan' -> cl-mapcan.
10506 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
10508         * emacs-lisp/package.el (package-built-in-p): Support both
10509         built-in and the package.el converted package descriptions.
10510         (package-show-package-list): Allow keywords.
10511         (package-keyword-button-action): Use it instead of
10512         `finder-list-matches'.
10513         (package-menu-filter-interactive): Interactive filtering (by
10514         keyword) function.
10515         (package-menu--generate): Support keywords and change keymappings
10516         and headers when they are given.
10517         (package--has-keyword-p): Helper function.
10518         (package-menu--refresh): Use it.
10519         (package--mapc): Helper function.
10520         (package-all-keywords): Use it.
10521         (package-menu-mode-map): Set up menu items and keybindings to
10522         provide a filtering UI.
10524 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
10526         * net/gnutls.el (gnutls-verify-error): New defcustom to control
10527         the behavior when a certificate fails validation.  Defaults to
10528         old behavior: never abort, just warn.
10529         (gnutls-negotiate): Use it.
10531 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
10533         * window.el (display-buffer-below-selected): Never split window
10534         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
10536 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
10538         * emacs-lisp/package.el (package--prepare-dependencies): New function.
10539         (package-buffer-info): Use it (bug#15108).
10541 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10543         * icomplete.el (icomplete-completions): Make sure the prefix is already
10544         displayed elsewhere before hiding it (bug#16219).
10546 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
10548         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
10549         open-paren tokens when preceded by a open-paren, too.
10550         (ruby-smie-rules): Handle virtual indentation after open-paren
10551         tokens specially.  If there is code between it and eol, return the
10552         column where is starts (Bug#16118).
10554 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
10556         * progmodes/cfengine.el: Fix `add-hook' doc.
10557         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
10558         (cfengine3--current-word): Fix parameters.
10559         (cfengine3-make-syntax-cache): Simplify further.
10560         (cfengine3-completion-function, cfengine3--current-function):
10561         Use `assq' for symbols.
10562         (cfengine3--current-function): Fix `cfengine3--current-word' call.
10564 2013-12-13  Glenn Morris  <rgm@gnu.org>
10566         * loadup.el (load-path): Warn if site-load or site-init changes it.
10567         No more need to reset it when bootstrapping.
10569 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
10571         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
10572         locations for cf-promises.
10573         (cfengine-mode-syntax-functions-regex): New caching variable.
10574         (cfengine3-fallback-syntax): Fallback syntax for cases where
10575         cf-promises doesn't run.
10576         (cfengine3--current-word): Reimplement using
10577         `cfengine-mode-syntax-functions-regex'.
10578         (cfengine3-completion-function, cfengine3--current-function):
10579         Use `cfengine3-make-syntax-cache' directly.
10580         (cfengine3-clear-syntax-cache): New function.
10581         (cfengine3-make-syntax-cache): Simplify and create
10582         `cfengine-mode-syntax-functions-regex' on demand.
10583         (cfengine3-format-function-docstring): Don't call
10584         `cfengine3-make-syntax-cache' explicitly.
10586 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
10588         Fix windmove-find-other-window broken after pixelwise resizing
10589         (Bug#16017).
10590         * windmove.el (windmove-other-window-loc): Revert change from
10591         2013-12-04.
10592         (windmove-find-other-window): Call window-in-direction.
10593         * window.el (window-in-direction): New arguments SIGN, WRAP and
10594         MINI to emulate original windmove-find-other-window behavior.
10596 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
10598         * simple.el (blink-matching--overlay): New variable.
10599         (blink-matching-open): Instead of moving point, highlight the
10600         matching paren with an overlay
10601         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
10603         * faces.el (paren-showing-faces, show-paren-match)
10604         (show-paren-mismatch): Move from paren.el.
10606 2013-12-13  Leo Liu  <sdl.web@gmail.com>
10608         * indent.el (indent-region): Disable progress reporter in
10609         minibuffer.  (Bug#16108)
10611         * bindings.el (visual-order-cursor-movement): Fix version.
10613 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10615         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
10616         Also match after beginning of line.
10617         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
10618         files.  Thanks to Russell Sim.  (Bug#15378)
10620 2013-12-13  Juri Linkov  <juri@jurta.org>
10622         * simple.el <Keypad support>: Remove key bindings duplicated
10623         with bindings.el.  (Bug#14397)
10625 2013-12-13  Juri Linkov  <juri@jurta.org>
10627         * comint.el (comint-mode-map): Replace `delete-char' with
10628         `delete-forward-char'.  (Bug#16109)
10630 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10632         * progmodes/python.el (python-indent-calculate-indentation):
10633         Fix de-denters cornercase.  (Bug#15731)
10635 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10637         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
10638         (advice--make): Pay attention to `depth'.
10639         (advice--make-1): Don't autoload commands eagerly.
10640         * emacs-lisp/elp.el (elp-instrument-function):
10641         * emacs-lisp/trace.el (trace-function-internal):
10642         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
10644         * iswitchb.el (iswitchb-mode): Don't belittle ido.
10646 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
10648         * term/w32-win.el (w32-handle-dropped-file):
10649         * startup.el (normal-top-level):
10650         * net/browse-url.el (browse-url-file-url):
10651         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
10652         decode file names using 'utf-8' rather than
10653         file-name-coding-system.
10655 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10657         * progmodes/python.el (python-indent-context)
10658         (python-indent-calculate-indentation): Fix auto-identation
10659         behavior for comment blocks.  (Bug#15916)
10661 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
10663         * progmodes/python.el (python-indent-calculate-indentation):
10664         When determining indentation, don't treat "return", "pass", etc., as
10665         operators when they are just string constituents.  (Bug#15812)
10667 2013-12-12  Juri Linkov  <juri@jurta.org>
10669         * uniquify.el (uniquify-buffer-name-style): Change default to
10670         `post-forward-angle-brackets'.
10672         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
10673         `uniquify'.  Change default to `post-forward-angle-brackets'.
10675 2013-12-11  Glenn Morris  <rgm@gnu.org>
10677         * emacs-lisp/package.el (finder-list-matches):
10678         Autoload rather than falsely declaring.
10680 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
10682         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
10683         (eww-mode-map): Use them.
10685 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
10687         * window.el (display-buffer-in-side-window): Fix doc-string
10688         (Bug#16115).
10690 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
10692         * vc/vc-git.el: Silence byte-compiler warnings.
10693         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
10694         (log-edit-set-header): Declare.
10696 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
10698         * Makefile.in (custom-deps, finder-data): Run output file names
10699         through unmsys--file-name.  (Bug#16099)
10701 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10703         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
10704         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
10706         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
10707         instead of deleting the selection "by hand" (bug#16098).
10708         Rely on insert-for-yank to yank rectangles.
10709         (cua-highlight-region-shift-only): Mark obsolete.
10710         (cua-mode): Don't enable/disable transient-mark-mode,
10711         shift-select-mode (cua-mode works both with and without them), and
10712         pc-selection-mode (obsolete).
10713         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
10714         (cua--deactivate-rectangle): Deactivate it.
10716         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
10717         (delete-selection-helper): Make sure yank starts at the top of the
10718         deleted region.
10719         (minibuffer-keyboard-quit): Use region-active-p.
10721         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
10723         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
10724         to `delete' (bug#16109).
10726 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10728         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
10729         info manual and show keybindings and set `:group' keyword.
10731 2013-12-11  Juri Linkov  <juri@jurta.org>
10733         * delsel.el (delete-active-region): Let-bind `this-command'
10734         to prevent `kill-region' from changing its original value.
10735         (delete-selection-helper): Handle `overwrite-mode' for the type
10736         `kill' exactly the same way as for the type `t'.
10737         (insert-char, quoted-insert, reindent-then-newline-and-indent):
10738         Support more commands.  (Bug#13312)
10740 2013-12-11  Juri Linkov  <juri@jurta.org>
10742         * bindings.el: Map kp keys to non-kp keys systematically
10743         with basic modifiers control, meta and shift.  (Bug#14397)
10745 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
10747         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
10748         "Close browser" menu items.  Fix wrong function of "List
10749         bookmarks".
10751 2013-12-11  Juri Linkov  <juri@jurta.org>
10753         * misearch.el (multi-isearch-buffers): Set the value of
10754         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
10755         arg of isearch-forward to t.
10756         (multi-isearch-buffers-regexp): Set the value of
10757         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
10758         arg of isearch-forward-regexp to t.
10759         (multi-isearch-files): Set the value of
10760         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
10761         arg of isearch-forward to t.
10762         (multi-isearch-files-regexp): Set the value of
10763         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
10764         arg of isearch-forward-regexp to t.  (Bug#16035)
10766         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
10767         arg of isearch-forward to t.
10768         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
10769         arg of isearch-forward-regexp to t.
10770         (dired-isearch-filter-filenames): Remove unnecessary check for
10771         `dired-isearch-filenames'.
10773         * comint.el (comint-history-isearch-backward):
10774         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
10775         (comint-history-isearch-backward-regexp):
10776         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
10778 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
10780         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
10781         unmsys--file-name.  (Bug#16099)
10783 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
10785         * emacs-lisp/package.el (package-keyword-button-action):
10786         Remove finder.el require dependency.
10788 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
10790         * emacs-lisp/package.el: Require finder.el.
10791         (describe-package-1): Add keyword buttons.
10792         (package-make-button): New convenience function.
10793         (package-keyword-button-action): Keyword button action using
10794         `finder-list-matches'.
10796 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
10798         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
10799         last commit.
10801 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
10803         * autorevert.el (auto-revert-notify-add-watch): Do not handle
10804         symlinked files.
10806 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
10808         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
10809         after the end of a percent literal.
10811 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
10813         * progmodes/ruby-mode.el (ruby-forward-string): Document.
10814         Handle caret-delimited strings (Bug#16079).
10816 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
10818         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
10819         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
10820         `ruby-parse-partial' (Bug#16078).
10822 2013-12-09  Leo Liu  <sdl.web@gmail.com>
10824         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
10826 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
10828         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
10829         (js-switch-indent-offset): New option.
10830         (js--proper-indentation): Use it.  And handle the case when
10831         "default" is actually a key in an object literal.
10832         (js--same-line): New function.
10833         (js--multi-line-declaration-indentation): Use it.
10834         (js--indent-in-array-comp, js--array-comp-indentation):
10835         New functions.
10836         (js--proper-indentation): Use them, to handle array comprehension
10837         continuations.
10839 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10841         * progmodes/flymake.el (flymake-highlight-line): Re-write.
10842         (flymake-make-overlay): Remove arg MOUSE-FACE.
10843         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
10845 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10847         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
10848         New function.
10849         (redisplay-highlight-region-function): Use it.
10851         * emulation/cua-base.el (cua--explicit-region-start)
10852         (cua--last-region-shifted): Remove.
10853         (cua--deactivate): Use deactivate-mark.
10854         (cua--pre-command-handler-1): Don't handle shift-selection.
10855         (cua--post-command-handler-1): Don't change transient-mark-mode.
10856         (cua--select-keymaps): Use region-active-p rather than
10857         cua--explicit-region-start or cua--last-region-shifted.
10858         (cua-mode): Enable shift-select-mode.
10860 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10862         * progmodes/flymake.el (flymake-popup-current-error-menu):
10863         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
10864         (flymake-posn-at-point-as-event, flymake-popup-menu)
10865         (flymake-make-emacs-menu): Remove.  (Bug#16077)
10867 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10869         * rect.el (rectangle-mark-mode): Activate mark even if
10870         transient-mark-mode is off (bug#16066).
10871         (rectangle--highlight-for-redisplay): Fix boundary condition when point
10872         is > mark and at bolp.
10874         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
10875         (region-extract-function): Use it.
10876         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
10877         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
10878         Delete functions.
10879         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
10880         kill-ring-save, kill-region, delete-char, delete-forward-char.
10881         Ignore self-insert-iso.
10883         * emulation/cua-gmrk.el (cua--init-global-mark):
10884         Ignore `self-insert-iso'.
10886         * emulation/cua-base.el (cua--prefix-copy-handler)
10887         (cua--prefix-cut-handler): Rely on region-extract-function rather than
10888         checking cua--rectangle.
10889         (cua-delete-region): Use region-extract-function.
10890         (cua-replace-region): Delete function.
10891         (cua-copy-region, cua-cut-region): Obey region-extract-function.
10892         (cua--pre-command-handler-1): Don't do the delete-selection thing.
10893         (cua--self-insert-char-p): Ignore `self-insert-iso'.
10894         (cua--init-keymaps): Don't remap delete-selection commands.
10895         (cua-mode): Use delete-selection-mode instead of rolling our own
10896         (bug#16085).
10898         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
10899         Obey region-extract-function.
10901         Make registers and delete-selection-mode work on rectangles.
10902         * register.el (describe-register-1): Don't modify the register's value.
10903         (copy-to-register): Obey region-extract-function.
10904         * delsel.el (delete-active-region): Obey region-extract-function.
10906 2013-12-08  Leo Liu  <sdl.web@gmail.com>
10908         * progmodes/flymake.el (flymake, flymake-error-bitmap)
10909         (flymake-warning-bitmap, flymake-fringe-indicator-position)
10910         (flymake-compilation-prevents-syntax-check)
10911         (flymake-start-syntax-check-on-newline)
10912         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
10913         (flymake-start-syntax-check-on-find-file, flymake-log-level)
10914         (flymake-xml-program, flymake-master-file-dirs)
10915         (flymake-master-file-count-limit)
10916         (flymake-allowed-file-name-masks): Relocate.
10917         (flymake-makehash, flymake-float-time)
10918         (flymake-replace-regexp-in-string, flymake-split-string)
10919         (flymake-get-temp-dir): Remove.
10920         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
10921         (flymake-current-row, flymake-selected-frame)
10922         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
10923         related functions.  (Bug#16077)
10925 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
10927         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
10929 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
10931         * help-fns.el (describe-function-1): Use new advice-* functions
10932         rather than old ad-* functions.  Fix function type description and
10933         source links for advised functions and subrs.
10935 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
10939 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
10941         * progmodes/compile.el (compilation-start):
10942         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
10944         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10945         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
10947 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10949         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10950         Touch up the last change.
10952 2013-12-06  Leo Liu  <sdl.web@gmail.com>
10954         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
10955         (inferior-octave-startup): Always use "octave> " for prompt.
10956         (octave-goto-function-definition)
10957         (octave-sync-function-file-names)
10958         (octave-find-definition-default-filename): Remove redundant backquotes.
10960 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10962         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
10963         syntax for `?'.
10964         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
10965         where appropriate already.
10966         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
10967         end of method names (Bug#15874).
10969 2013-12-06  Juri Linkov  <juri@jurta.org>
10971         * isearch.el (isearch--saved-overriding-local-map):
10972         New internal variable.
10973         (isearch-mode): Set it to the initial value of
10974         `overriding-terminal-local-map'.
10975         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
10976         with `isearch--saved-overriding-local-map'.  (Bug#16035)
10978 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
10980         * progmodes/octave.el (inferior-octave-completion-table):
10981         Turn back into function, use `completion-table-with-cache'
10982         (Bug#11906).  Update all references.
10984         * minibuffer.el (completion-table-with-cache): New function.
10986 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
10988         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
10990 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
10992         * net/eww.el (eww-current-source): New variable to store page
10993         source.
10994         (eww-display-html, eww-mode, eww-save-history)
10995         (eww-restore-history): Use it.
10996         (eww-view-source): New command to view page source.
10997         Opportunistically uses `html-mode' to highlight the buffer.
10998         (eww-mode-map): Install it.
11000 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
11002         * net/dbus.el (dbus-unregister-service)
11003         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
11004         Fix docstring.
11005         (dbus-unregister-service): Skip :serial entries in
11006         `dbus-registered-objects-table'.
11007         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
11009 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
11011         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
11012         around keywords with extra `split-string' argument.
11014 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
11016         * windmove.el (windmove-other-window-loc): Handle navigation
11017         between windows (excluding the minibuffer window - Bug#16017).
11019 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
11021         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
11022         in D-Bus type syntax.
11023         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
11024         preserve unibyte strings.  (Bug#16048)
11026 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11028         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
11029         Call force-mode-line-update is the proper buffer (bug#16042).
11031 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
11033         * vc/log-edit.el (log-edit-add-new-comment): Rename to
11034         `log-edit-remember-comment', make argument optional.  Adjust all
11035         callers.
11036         (log-edit-mode): Add `log-edit-remember-comment' to
11037         `kill-buffer-hook' locally.
11038         (log-edit-kill-buffer): Don't remember comment explicitly since
11039         the buffer is killed anyway.
11041 2013-12-04  Juri Linkov  <juri@jurta.org>
11043         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
11044         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
11046 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
11048         * notifications.el (notifications-close-notification): Call the
11049         D-Bus method with ID being a `:uint32'.  (Bug#16030)
11051 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11053         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
11055 2013-12-03  Juri Linkov  <juri@jurta.org>
11057         * progmodes/compile.el (compilation-start): Rename window alist
11058         entry `no-display-ok' to `allow-no-window'.
11060         * simple.el (shell-command): Add window alist entry
11061         `allow-no-window' to `display-buffer'.
11062         (async-shell-command): Doc fix.
11064         * window.el (display-buffer-no-window): New action function.
11065         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
11067 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
11069         * vc/log-edit.el (log-edit-set-header): Extract from
11070         `log-edit-toggle-header'.
11071         (log-edit-extract-headers): Separate the summary, when extracted
11072         from header, from the rest of the message with an empty line.
11074         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
11075         line, if present, to the Summary header.
11077 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11079         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
11080         in current-buffer (bug#16029).
11082 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
11084         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
11085         (debugger-mode-map): Bind it.
11086         (debugger--backtrace-base): New function.
11087         (debugger-eval-expression): Use it.
11088         (debugger-frame-number): Skip local vars when present.
11089         (debugger--locals-visible-p, debugger--insert-locals)
11090         (debugger--show-locals, debugger--hide-locals): New functions.
11092 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
11094         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
11095         "LC_ALL".
11096         (tramp-get-remote-locale): New defun.
11097         (tramp-open-connection-setup-interactive-shell): Use it.
11099 2013-12-02  Leo Liu  <sdl.web@gmail.com>
11101         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
11103         * progmodes/sh-script.el (sh-shell-process):
11104         * progmodes/octave.el (inferior-octave-process-live-p):
11105         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
11106         (gdb-inferior-io-sentinel):
11107         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
11109 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
11111         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
11112         `save-selected-window' to `log-edit-hide-buf'.  This makes
11113         `log-edit-show-files' idempotent.
11114         (log-edit-show-files): Mark the new window as dedicated.
11116 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
11118         * vc/log-edit.el (log-edit-mode-map): Add binding for
11119         `log-edit-kill-biffer'.
11120         (log-edit-hide-buf): Add a FIXME comment.
11121         (log-edit-add-new-comment): New function, extracted from
11122         `log-edit-done'.
11123         (log-edit-done, log-edit-add-to-changelog): Use it.
11124         (log-edit-kill-buffer): New command.
11126 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11128         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
11129         instead of killing the buffer.
11131 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11133         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
11135 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11137         * net/eww.el (eww-form-checkbox-selected-symbol)
11138         (eww-form-checkbox-symbol): New customizable variable.
11139         (eww-form-checkbox, eww-toggle-checkbox):
11140         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
11142         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
11143         (shr--get-media-pref, shr--extract-best-source): New function.
11144         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
11145         no :src tag was specified.
11147         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
11148         (eww-render): Handle `eww-use-external-browser-for-content-type'.
11149         Use \\` to match beginning of string instead of ^.
11150         (eww-browse-with-external-browser): Provide optional URL parameter.
11151         (eww-render): Set `eww-current-title' back to "".
11153         * net/shr.el (shr-tag-video): Display content for video if no
11154         poster is available.
11155         (shr-tag-audio): Add support for <audio> tag.
11157         * net/eww.el (eww-text-input-types): New const.
11158         (eww-process-text-input): Treat input types in
11159         `eww-text-input-types' as text.
11161         * net/shr.el (shr-tag-table): Fix comment typo.
11163 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165         * net/eww.el (eww-follow-link): New command to avoid reloading
11166         pages when we follow #target links (bug#15243).
11167         (eww-quit): Special mode buffers shouldn't query before exiting.
11169 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
11171         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
11172         forms.
11174 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11176         * net/eww.el (eww-restore-history): Update the window title after
11177         moving in the history.
11178         (eww-current-dom): New variable used to save the current DOM.
11180 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
11182         * vc/log-edit.el (log-edit-mode-map): Add binding for
11183         `log-edit-beginning-of-line'.
11184         (log-edit-setup-add-author): New user option.
11185         (log-edit-beginning-of-line): New command.
11186         (log-edit): Move major mode call above the contents setup so that
11187         the local variable values are already applied.
11188         (log-edit): Only insert "Author: " when
11189         `log-edit-setup-add-author' is non-nil.
11190         (log-edit): When SETUP is non-nil, position point after ": "
11191         instead of point-min.
11193 2013-12-01  Glenn Morris  <rgm@gnu.org>
11195         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
11197 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
11199         * startup.el (fancy-splash-frame): On MS-Windows, trigger
11200         redisplay to make sure the initial frame gets a chance to become
11201         visible.  (Bug#16014)
11203 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
11205         Support resizing frames and windows pixelwise.
11206         * cus-start.el (frame-resize-pixelwise)
11207         (window-resize-pixelwise): New entries.
11208         * emacs-lisp/debug.el (debug): Use window-total-height instead
11209         of window-total-size.
11210         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
11211         * help.el (describe-bindings-internal): Use help-buffer as
11212         argument for with-help-window.
11213         (temp-buffer-max-width): New option.
11214         (resize-temp-buffer-window, help-window-setup)
11215         (with-help-window): Rewrite.
11216         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
11217         dragging dividers.
11218         * window.el (frame-char-size, window-min-pixel-height)
11219         (window-safe-min-pixel-height, window-safe-min-pixel-width)
11220         (window-min-pixel-width, window-safe-min-pixel-size)
11221         (window-combination-p, window-safe-min-size)
11222         (window-resizable-p, window--size-to-pixel)
11223         (window--pixel-to-size, window--resize-apply-p): New functions.
11224         (window-safe-min-height): Fix doc-string.
11225         (window-size, window-min-size, window--min-size-1)
11226         (window-sizable, window-sizable-p, window--min-delta-1)
11227         (window-min-delta, window--max-delta-1, window-max-delta)
11228         (window--resizable, window--resizable-p, window-resizable)
11229         (window-full-height-p, window-full-width-p, window-at-side-p)
11230         (window--in-direction-2, window-in-direction)
11231         (window--resize-reset-1, window--resize-mini-window)
11232         (window-resize, window-resize-no-error)
11233         (window--resize-child-windows-normal)
11234         (window--resize-child-windows, window--resize-siblings)
11235         (window--resize-this-window, window--resize-root-window)
11236         (window--resize-root-window-vertically)
11237         (adjust-window-trailing-edge, enlarge-window, shrink-window)
11238         (maximize-window, minimize-window, delete-window)
11239         (quit-restore-window, window-split-min-size, split-window)
11240         (balance-windows-2, balance-windows)
11241         (balance-windows-area-adjust, balance-windows-area)
11242         (window--state-get-1, window-state-get, window--state-put-1)
11243         (window--state-put-2, window-state-put)
11244         (display-buffer-record-window, window--display-buffer):
11245         Make functions handle pixelwise sizing of windows.
11246         (display-buffer--action-function-custom-type)
11247         (display-buffer-fallback-action):
11248         Add display-buffer-in-previous-window.
11249         (display-buffer-use-some-window): Resize window to height it had
11250         before.
11251         (fit-window-to-buffer-horizontally): New option.
11252         (fit-frame-to-buffer): Describe new values.
11253         (fit-frame-to-buffer-bottom-margin): Replace with
11254         fit-frame-to-buffer-margins.
11255         (window--sanitize-margin): New function.
11256         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
11257         using window-text-pixel-size.
11259 2013-11-30  Glenn Morris  <rgm@gnu.org>
11261         * emacs-lisp/bytecomp.el (byte-compile-form):
11262         Make the `interactive-only' warning like the `obsolete' one.
11263         * comint.el (comint-run):
11264         * files.el (insert-file-literally, insert-file):
11265         * replace.el (replace-string, replace-regexp):
11266         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
11267         (goto-line, insert-buffer, next-line, previous-line):
11268         Tweak `interactive-only' spec.
11270         Stop keeping (most) generated cedet grammar files in the repository.
11271         * Makefile.in (semantic): New.
11272         (compile-main): Depend on semantic.
11274 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11276         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
11277         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
11279         * uniquify.el (uniquify-buffer-name-style): Change default.
11281         * loadup.el: Preload "uniquify".
11283         * time.el (display-time-update): Update all mode lines (bug#15999).
11285         * electric.el (electric-indent-mode): Enable by default.
11286         * loadup.el: Preload "electric".
11288 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
11290         * emacs-lisp/helpers.el (string-empty-p): New function.
11291         (string-blank-p): New function.
11293 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
11295         * imenu.el (imenu--index-alist): Add missing dot to the docstring
11296         (Bug#14029).
11298 2013-11-29  Andreas Politz  <politza@fh-trier.de>
11299         * imenu.el (imenu--subalist-p): Don't error on non-conses and
11300         allow non-lambda lists as functions.
11301         (imenu--in-alist): Don't recurse into non-subalists.
11302         (imenu): Don't pass function itself as an argument (Bug#14029).
11304 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11306         * progmodes/python.el (python-mode-map): Remove binding for ":".
11307         (python-indent-electric-colon): Remove command.
11308         (python-indent-post-self-insert-function): Integrate the previous code
11309         of python-indent-electric-colon.  Make it conditional on
11310         electric-indent-mode.
11311         (python-mode): Add ?: to electric-indent-chars.
11312         Move python-indent-post-self-insert-function to the end of
11313         post-self-insert-hook.
11315 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11317         * doc-view.el (doc-view-goto-page): Update mode-line.
11319         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
11321 2013-11-27  Glenn Morris  <rgm@gnu.org>
11323         * international/charprop.el, international/uni-bidi.el:
11324         * international/uni-category.el, international/uni-combining.el:
11325         * international/uni-comment.el, international/uni-decimal.el:
11326         * international/uni-decomposition.el, international/uni-digit.el:
11327         * international/uni-lowercase.el, international/uni-mirrored.el:
11328         * international/uni-name.el, international/uni-numeric.el:
11329         * international/uni-old-name.el, international/uni-titlecase.el:
11330         * international/uni-uppercase.el:
11331         Remove generated files from VCS repository.
11333 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
11335         * filenotify.el (file-notify-add-watch): Don't special-case
11336         w32notify when computing the directory to watch.
11338 2013-11-27  Glenn Morris  <rgm@gnu.org>
11340         Make bootstrap without generated uni-*.el files possible again.
11341         * loadup.el: Update command-line-args checking for unidata-gen.
11342         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
11343         * composite.el, international/characters.el:
11344         Handle unicode tables being undefined.
11346         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
11347         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
11348         (compile-main): Depend on leim rule.
11349         (leim): New rule.
11350         * loadup.el: Move leim-list.el to leim/ subdirectory.
11351         * startup.el (normal-top-level): No more leim directory.
11352         * international/ja-dic-cnv.el (skkdic-convert):
11353         Disable version-control and autoloads in output files.
11354         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
11355         Disable version-control and autoloads in output files.
11356         * leim/quail: Move here from ../leim.
11357         * leim/quail/hangul.el (hangul-input-method-activate):
11358         Add autoload cookie.
11359         (generated-autoload-load-name): Set file-local value.
11360         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
11361         (generated-autoload-load-name): Set file-local value.
11363 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
11365         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
11366         (eww-add-bookmark): Ask confirmation when add to bookmarks.
11367         (eww-quit): Ask confirmation before quitting eww.
11369 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
11371         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
11372         reading output from Diff on MS-Windows and MS-DOS.
11374 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
11376         * emacs-lisp/helpers.el (string-reverse): New function.
11378 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
11380         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
11381         names on MS Windows, like "/[::1]:".
11383         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
11384         SWITCHES.
11386 2013-11-26  Glenn Morris  <rgm@gnu.org>
11388         * progmodes/python.el (python-indent-guess-indent-offset):
11389         Avoid corner-case error.  (Bug#15975)
11391         Preload leim-list.el.  (Bug#4789)
11392         * loadup.el: Load leim-list.el when found.
11393         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
11395 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
11397         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
11399         * emacs-lisp/helpers.el (string-join): New function.
11401 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
11403         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11404         Mark as obsolete and replace it with a symbol property.
11405         (byte-compile-form): Use new 'interactive-only property.
11406         * comint.el, files.el, replace.el, simple.el:
11407         Apply new 'interactive-only properly.
11409 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
11411         * window.el (display-buffer-at-bottom): Make sure that
11412         split-window-sensibly creates the new window on bottom
11413         (Bug#15961).
11415 2013-11-23  David Kastrup  <dak@gnu.org>
11417         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
11418         on the conflict markers when available.
11419         (smerge--get-marker): New function.
11420         (smerge-end-re, smerge-base-re): Add subgroup.
11422 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11424         * frame.el (handle-focus-in, handle-focus-out): Add missing
11425         interactive spec.
11427 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
11429         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11430         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
11432 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11434         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
11435         (gomoku--last-pos): New var.
11436         (gomoku--intangible-chars): New const.
11437         (gomoku--intangible): New function.
11438         (gomoku-mode): Use it.  Derive from special-mode.
11439         (gomoku-move-up): Adjust line count.
11440         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
11441         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
11442         Simplify accordingly.
11444         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
11445         Remove blink-cursor code.
11446         (blink-cursor-timer-function, blink-cursor-suspend):
11447         Don't special-case GUIs.
11448         (blink-cursor-mode): Use focus-in/out-hook.
11450 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
11452         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
11453         work when annotation is invisible (Bug#13886).
11455 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
11457         * json.el (json-alist-p): Only return non-nil if the alist has
11458         simple keys (Bug#13518).
11460 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
11462         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
11463         when control-statement is the first statement in a buffer (Bug#15956).
11465 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
11467         * imenu.el (imenu-generic-skip-comments-and-strings):
11468         New option (Bug#15560).
11469         (imenu--generic-function): Use it.
11471 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
11473         * minibuffer.el (completion--in-region-1): Scroll the correct window.
11474         (Bug#13898)
11476 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
11478         * emacs-lisp/helpers.el: Add some string helpers.
11479         (string-trim-left): Removes leading whitespace.
11480         (string-trim-right): Removes trailing whitespace.
11481         (string-trim): Removes leading and trailing whitespace.
11483         * subr.el (string-suffix-p): New function.
11485 2013-11-23  Glenn Morris  <rgm@gnu.org>
11487         * progmodes/python.el (python-shell-send-file):
11488         Add option to delete file when done.  (Bug#15647)
11489         (python-shell-send-string, python-shell-send-region): Use it.
11491 2013-11-23  Ivan Shmakov  <ivan@siamics.net>
11493         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
11494         to set buffer-read-only to t, never to nil.  (Bug#15938)
11496         * textmodes/tex-mode.el (latex-noindent-environments):
11497         Add safe-local-variable property.  (Bug#15936)
11499 2013-11-23  Glenn Morris  <rgm@gnu.org>
11501         * textmodes/enriched.el (enriched-mode): Doc fix.
11502         * emacs-lisp/authors.el (authors-renamed-files-alist):
11503         Add enriched.doc -> enriched.txt.
11505         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
11507 2013-11-22  Leo Liu  <sdl.web@gmail.com>
11509         * progmodes/octave.el (inferior-octave-startup): Spit out error
11510         message.
11512 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
11514         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11515         Improve docstring.
11516         Add :version.
11517         (ruby-encoding-magic-comment-style): Add :version.
11519 2013-11-22  Leo Liu  <sdl.web@gmail.com>
11521         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
11522         (Bug#15076)
11523         (octave-help-mode): Adapt to change to help-mode-finish to use
11524         derived-mode-p on 2013-09-17.
11525         (inferior-octave-prompt): Also match octave-gui.
11526         (octave-kill-process): Don't ask twice.  (Bug#10564)
11528 2013-11-22  Leo Liu  <sdl.web@gmail.com>
11530         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
11531         (inferior-octave-startup, inferior-octave-check-process)
11532         (inferior-octave-track-window-width-change)
11533         (octave-completion-at-point, octave-eldoc-function): Use it.
11534         (octave-kill-process): Provide confirmation.  (Bug#10564)
11536 2013-11-21  Leo Liu  <sdl.web@gmail.com>
11538         * progmodes/octave.el (octave-mode, inferior-octave-mode):
11539         Fix obsolete variable comment-use-global-state.
11541 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11543         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
11544         Add `octave-source-file'.
11545         (octave-source-file): New function.  (Bug#15935)
11547 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
11549         * net/eww.el (eww-local-regex): New variable.
11550         (eww): Use it to detect localhost and similar.
11552 2013-11-21  Leo Liu  <sdl.web@gmail.com>
11554         Add completion for command `ag'.
11555         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
11556         (pcomplete/ag): New function.
11557         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
11559 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11561         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
11562         (bug#14646).
11563         (make-obsolete): Remove interactive spec.
11565 2013-11-21  Glenn Morris  <rgm@gnu.org>
11567         * startup.el (command-line-1): Use path-separator with -L.
11569 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
11571         * emacs-lisp/package.el (describe-package-1): Add package archive
11572         to shown fields.
11574 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
11576         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
11577         Change default to "# encoding: %s" to differentiate it from the
11578         default Ruby encoding comment template.
11580 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
11582         * ses.el (ses-mode): Doc fix.  (Bug#14748)
11584 2013-11-20  Leo Liu  <sdl.web@gmail.com>
11586         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
11588 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
11590         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
11591         when rebase or bisect are in progress.
11593 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
11595         * filenotify.el (file-notify-add-watch): Doc fix.
11597 2013-11-19  Leo Liu  <sdl.web@gmail.com>
11599         * obsolete/rcompile.el: Mark obsolete.
11601         * progmodes/compile.el (compilation-start)
11602         (compilation-goto-locus, compilation-find-file):
11603         Pass no-display-ok and handle nil value from display-buffer.
11604         (Bug#13594)
11606         * window.el (display-buffer-alist, display-buffer): Document the
11607         new parameter no-display-ok.  Return either a window or nil
11608         but never a non-window value.
11610 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * electric.el (electric-indent-mode-map): Remove.
11613         (electric-indent-mode): Change the global-map instead (bug#15915).
11615         * textmodes/text-mode.el (paragraph-indent-minor-mode):
11616         Use add-function.
11618 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11620         * emacs-lisp/nadvice.el (remove-function): Align with
11621         add-function's behavior.
11623         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
11624         (gdb--string-regexp): New constant.
11625         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
11626         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
11627         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
11628         submatch 1.
11629         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
11630         Adjust use accordingly.
11631         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
11633 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
11635         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
11636         interpolation curlies (Bug#15914).
11638 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
11640         * calc/calc.el (calc-context-sensitive-enter): New variable.
11641         (calc-enter): Use `calc-context-sensitive-enter'.
11643 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
11645         * progmodes/cfengine.el: Version bump.
11646         (cfengine-cf-promises): New defcustom to locate cf-promises.
11647         (cfengine3-vartypes): Add new "data" type.
11648         (cfengine3--current-word): New function to get current name-like
11649         word or its bounds.
11650         (cfengine3--current-function): New function to look up a CFEngine
11651         function's definition.
11652         (cfengine3-format-function-docstring): New function.
11653         (cfengine3-make-syntax-cache): New function.
11654         (cfengine3-documentation-function): New function: ElDoc glue.
11655         (cfengine3-completion-function): New function: completion glue.
11656         (cfengine3-mode): Set `compile-command',
11657         `eldoc-documentation-function', and add to
11658         `completion-at-point-functions'.
11660 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
11662         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
11663         `tramp-current-connection'.
11665 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
11667         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
11668         nil/self/true/false with "end of symbol".
11670 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
11672         * subr.el (version-regexp-alist): Fix a typo.
11674 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
11676         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
11677         "en_US.utf8" and "LC_CTYPE" to "".
11678         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
11679         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
11681 2013-11-15  Leo Liu  <sdl.web@gmail.com>
11683         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
11685 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11687         * progmodes/gud.el (ctl-x-map):
11688         Remove C-x SPC binding.  (Bug#12342)
11689         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
11691 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
11693         * subr.el (version-regexp-alist):
11694         Recognize hg, svn and darcs versions as snapshot versions.
11696         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
11697         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
11698         (ruby--encoding-comment-required-p): Extract from
11699         `ruby-mode-set-encoding'.
11700         (ruby-mode-set-encoding): Add the ability to always insert an
11701         utf-8 encoding comment.  Fix and simplify coding comment update
11702         logic.
11704 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
11706         * net/tramp-gvfs.el (top): Run init code only when
11707         `tramp-gvfs-enabled' is not nil.
11708         (tramp-gvfs-enabled): Check also :system bus.
11710 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11712         Sync with upstream verilog-mode revision 78e66ba.
11713         * progmodes/verilog-mode.el (verilog-end-of-defun)
11714         (verilog-type-completion, verilog-get-list): Remove unused funcs.
11715         (verilog-get-end-of-defun): Remove unused argument.
11716         (verilog-comment-depth): Remove unused local `e'.
11717         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
11718         Don't pass arg to verilog-get-end-of-defun.
11720 2013-11-14  Glenn Morris  <rgm@gnu.org>
11722         * obsolete/assoc.el (aget): Prefix dynamic variable.
11724         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
11726 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11728         * widget.el, hfy-cmap.el: Remove bogus package version number.
11730 2013-11-13  Glenn Morris  <rgm@gnu.org>
11732         * replace.el (replace-eval-replacement):
11733         Try to give more helpful error message.  (Bug#15836)
11735         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11736         (archive-7z-update): Avoid custom type mismatches.
11738         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
11740 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
11742         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11743         address can be empty.
11745         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
11746         Accept nil SWITCHES.
11747         (tramp-gvfs-handle-write-region): Implement APPEND.
11749 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
11751         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
11752         binary "|" operator and closing block args delimiter.
11753         Remove FIXME comment referring to Ruby 1.8-only syntax.
11754         (ruby-smie--implicit-semi-p): Not after "|" operator.
11755         (ruby-smie--closing-pipe-p): New function.
11756         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
11757         (ruby-smie-rules): Indent after "|".
11759 2013-11-12  Glenn Morris  <rgm@gnu.org>
11761         * ps-print.el (ps-face-attribute-list):
11762         Handle anonymous faces.  (Bug#15827)
11764 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
11766         * window.el (display-buffer-other-frame): Fix doc-string.
11767         (Bug#15868)
11769 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11771         * subr.el (force-mode-line-update): Delete, move to buffer.c.
11773 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
11775         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
11776         (tramp-sh-handle-file-local-copy): Don't write a message when
11777         saving temporary files.
11779         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
11780         both directories are remote.
11781         (tramp-smb-handle-directory-files): Do not return double entries.
11782         Do not expand full file names.
11783         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
11784         (tramp-smb-handle-write-region): Implement APPEND.
11785         (tramp-smb-get-stat-capability): Fix a stupid bug.
11787 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11789         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
11791 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11793         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
11794         throwing error over malformed let/let* (bug#15814).
11796 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11798         * iswitchb.el (iswitchb-mode): Mark obsolete.
11800 2013-11-11  Glenn Morris  <rgm@gnu.org>
11802         * international/uni-bidi.el, international/uni-category.el:
11803         * international/uni-name.el, international/uni-numeric.el:
11804         Regenerate for Unicode 6.3.0.
11806 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
11808         * net/tramp.el (tramp-methods):
11809         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
11810         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
11812 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
11814         * progmodes/sh-script.el (sh-font-lock-keywords-var):
11815         Force highlighting text after Summary keyword in doc face for rpm.
11817 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
11819         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
11820         available and the word has no wildcards, append one to the grep pattern.
11821         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
11822         (ispell-complete-word): Call `ispell-lookup-words' with the value
11823         independent of `ispell-look-p'.
11825 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11827         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
11828         Not after "||".
11829         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
11830         their parent.
11832 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11834         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
11835         (ruby-font-lock-keywords): Use backquote.
11837 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11839         * progmodes/ruby-mode.el (ruby-smie--forward-token)
11840         (ruby-smie--backward-token): Only consider full-string matches.
11842 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
11844         * faces.el (describe-face): Add distant-foreground.
11846 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
11848         * progmodes/ruby-mode.el: Improve encoding comment handling.
11849         (ruby-encoding-magic-comment-style): New option.
11850         (ruby-custom-encoding-magic-comment-template): New option.
11851         (ruby--insert-coding-comment, ruby--detect-encoding):
11852         New functions extracted from `ruby-mode-set-encoding'.
11853         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
11854         to control the style of the auto-inserted encoding comment.
11856 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11858         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
11859         Use `smie-backward-sexp' with token argument.
11861 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
11863         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11864         Remove instrumentation code.
11866 2013-11-08  Glenn Morris  <rgm@gnu.org>
11868         * progmodes/autoconf.el (autoconf-mode):
11869         Tweak comment-start-skip.  (Bug#15822)
11871 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11873         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
11874         at bobp (bug#15826).
11875         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
11877 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
11879         * man.el (Man-start-calling): New macro, extracted from
11880         Man-getpage-in-background.
11881         (Man-getpage-in-background): Use it.
11882         (Man-update-manpage): New command.
11883         (Man-mode-map): Bind it.
11885 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
11887         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
11888         of "and", "or", "&&" and "||".
11889         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
11890         argument.  Prohibit opening curly brace because it could only be a
11891         block opener in that position.
11892         (ruby-smie--forward-token, ruby-smie--backward-token):
11893         Separate "|" from "&" or "*" going after it.  That can happen in block
11894         arguments.
11895         (ruby-smie--indent-to-stmt): New function, seeks the end of
11896         previous statement or beginning of buffer.
11897         (ruby-smie-rules): Use it.
11898         (ruby-smie-rules): Check if there's a ":" before a curly block
11899         opener candidate; if there is, it's a hash.
11901 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11903         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
11904         (cl--block-wrapper): Fix last accidental change.
11906 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
11908         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
11909         Instrument, in order to hunt failure on hydra.
11911 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
11913         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
11914         malformed bindings form (bug#15814).
11916 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
11918         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
11919         "." compared to " @ ".  This incidentally fixes some indentation
11920         examples with "do".
11921         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
11922         (ruby-smie-grammar): New tokens: "and" and "or".
11923         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
11924         Exclude "and" and "or".  Remove "do" in order to work around token
11925         priorities.
11926         (ruby-smie-rules): Add all infix tokens.  Handle the case of
11927         beginning-of-buffer.
11929 2013-11-06  Glenn Morris  <rgm@gnu.org>
11931         * Makefile.in (setwins_almost, setwins_for_subdirs):
11932         Avoid accidental matches.
11934 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * menu-bar.el (popup-menu): Use key-binding.
11938 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
11940         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
11941         menus, support also the menus produced by minor modes.
11942         (Bug#15817)
11944 2013-11-06  Leo Liu  <sdl.web@gmail.com>
11946         * thingatpt.el (thing-at-point-looking-at): Add optional arg
11947         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
11949 2013-11-06  Glenn Morris  <rgm@gnu.org>
11951         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
11952         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
11953         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
11955 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11957         * electric.el (electric-indent-just-newline): New command.
11958         (electric-indent-mode-map): New keymap.
11959         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
11960         Re-add :group which weren't redundant.
11962         * electric.el (electric-indent-local-mode): New minor mode.
11963         (electric-indent-functions-without-reindent): New var.
11964         (electric-indent-post-self-insert-function): Use it.
11965         * emacs-lisp/gv.el (buffer-local-value): Add setter.
11967 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
11969         * international/quail.el (quail-help): Be more explicit about the
11970         meaning of the labels shown on the keys.  (Bug#15800)
11972         * startup.el (normal-top-level): Load the subdirs.el files before
11973         setting the locale environment.  (Bug#15805)
11975 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11977         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
11978         via arguments so as to get the right ones (bug#15418).
11980         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
11982 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
11984         Fix problems found while writing a test suite.
11986         * net/tramp-compat.el (tramp-compat-load): New defun.
11987         * net/tramp.el (tramp-handle-load): Use it.
11989         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
11990         "(numberp ok-if-already-exists)" correctly.
11992 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
11994         * international/characters.el (glyphless-char-display-control):
11995         Add usage note.
11997 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
11999         * progmodes/python.el (python-mode):
12000         * progmodes/scheme.el (scheme-mode):
12001         * progmodes/prolog.el (prolog-mode):
12002         * progmodes/ruby-mode.el (ruby-mode):
12003         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
12004         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
12006 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12008         * rect.el (rectangle--highlight-for-redisplay):
12009         * emacs-lisp/smie.el (smie--next-indent-change):
12010         Use buffer-chars-modified-tick.
12012         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
12014         * electric.el (electric-indent-post-self-insert-function):
12015         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
12017 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
12019         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
12021 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
12023         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
12024         (bug#15786).
12026 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12028         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
12030         * progmodes/python.el: Fix up last change.
12031         (python-shell--save-temp-file): New function.
12032         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
12033         `string' comes from the current buffer.
12034         (python-shell-send-string-no-output): Remove `msg' arg.
12035         (python--use-fake-loc): New var.
12036         (python-shell-buffer-substring): Obey it.  Try to compensate for the
12037         extra coding line added by python-shell--save-temp-file.
12038         (python-shell-send-region): Use python-shell--save-temp-file and
12039         python-shell-send-file directly.  Add `nomain' argument.
12040         (python-shell-send-buffer): Use python-shell-send-region.
12041         (python-electric-pair-string-delimiter): New function.
12042         (python-mode): Use it.
12044 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
12046         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
12047         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
12048         environment and decoding all of the default-directory's to here
12049         from command-line.
12050         (command-line): Decode also argv[0].
12052         * loadup.el: Error out if default-directory is a multibyte string
12053         when we are dumping.
12055         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
12057 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
12059         * emacs-lisp/package.el (package-menu-mode)
12060         (package-menu--print-info, package-menu--archive-predicate):
12061         Add Archive column to package list.
12063 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
12065         Fix problems found while writing a test suite.
12067         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
12068         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
12069         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
12070         to nil when running original file name handler.  Otherwise,
12071         there are problems with constructs like "$$FOO".
12073         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
12074         for `localname'.
12076 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
12078         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
12080         * subr.el (version<, version<=, version=):
12081         Update docstrings with information for snapshot versions.
12083         * helpers.el: New library for misc helper functions.
12084         (hash-table-keys): New function returning a list of hash keys.
12085         (hash-table-values): New function returning a list of hash values.
12087 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
12089         * progmodes/ruby-mode.el (ruby-smie--forward-token)
12090         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
12092 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
12094         * textmodes/fill.el (fill-single-char-nobreak-p): New function
12095         checking whether point is after a 1-letter word.
12097 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
12099         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
12100         Don't infloop when expanding region over `multiline' syntax-type that
12101         begins a line (bug#15778).
12103 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12105         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
12106         Make it into a proper minor mode.
12107         (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
12108         (rectangle-mark-mode-map): New keymap.
12109         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
12111 2013-11-04  Glenn Morris  <rgm@gnu.org>
12113         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
12115 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12117         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
12118         (ruby-smie-rules): Use smie-rule-parent instead.
12120         * emacs-lisp/smie.el (smie-rule-parent): Always call
12121         smie-indent-virtual rather than only for hanging tokens.
12122         (smie--next-indent-change): New helper command.
12124 2013-11-03  Glenn Morris  <rgm@gnu.org>
12126         * Makefile.in (abs_srcdir): Remove.
12127         (emacs): Unset EMACSLOADPATH.
12129 2013-11-02  Glenn Morris  <rgm@gnu.org>
12131         * Makefile.in (EMACS): Use a relative filename.
12132         (abs_top_builddir): Remove.
12133         (custom-deps, finder-data, autoloads): Use --chdir.
12135         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
12137         Use relative filenames in TAGS files.
12138         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
12139         (lisptagsfiles4, TAGS): Use relative file names.
12140         (TAGS-LISP): Remove.
12141         (maintainer-clean): No more TAGS-LISP file.
12143         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
12144         (lisptagsfiles4): Use absolute filenames again.
12145         (TAGS, TAGS-LISP): Not everything needs to run in one line.
12146         Remove all *loaddefs files, not just the first.  Remove esh-groups.
12147         (maintainer-clean): Delete TAGS, TAGS-LISP.
12149 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
12151         * emacs-lisp/package.el (package-version-join):
12152         Recognize snapshot versions.
12154 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
12156         * subr.el (version-regexp-alist): Add support for snapshot versions.
12158 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
12160         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
12161         New function, replacement for `smie-rule-parent' for when we want to
12162         skip over our direct parent if it's an assignment token..
12163         (ruby-smie-rules): Use it.
12165 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
12167         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
12168         unconditionally.  Remove now unnecessary forward declarations.
12169         Remove XEmacs-specific setup.
12170         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
12171         (ruby-font-lock-syntactic-keywords)
12172         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
12173         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
12174         (ruby-here-doc-end-syntax): Remove.
12175         (ruby-mode): Don't check whether `syntax-propertize-rules' is
12176         defined as function.
12178 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
12180         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
12182 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
12184         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
12185         table and abbrev table, `define-derived-mode' does that for us
12186         anyway.
12188 2013-11-01  Glenn Morris  <rgm@gnu.org>
12190         * Makefile.in: Remove manual mh-e dependencies (writing .elc
12191         files is atomic for some time, so no parallel compilation issues).
12193 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
12195         * faces.el (face-x-resources): Add :distant-foreground.
12196         (region): Use :distant-foreground for gtk and ns.
12198 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
12200         Allow multiple bibliographies when BibLaTeX is used rather than
12201         BibTeX.
12202         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
12203         (reftex-locate-bibliography-files): Us it.
12205 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
12207         * image.el (image-type-header-regexps): Fix the 'pbm' part to
12208         allow comments in pbm files.
12210         * term/w32-win.el (dynamic-library-alist): Support newer versions
12211         of libjpeg starting with v7: look only for the DLL from the
12212         version against which Emacs was built.
12213         Support versions of libpng beyond 1.4.x.
12214         Support libtiff v4.x.
12216 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
12218         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
12219         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
12220         Add property :safe.
12221         (ruby-deep-arglist): Add property :type.
12223 2013-10-31  Glenn Morris  <rgm@gnu.org>
12225         * Makefile.in (custom-deps, finder-data): No need to setq the target
12226         variables, we are in the right directory and the defaults work fine.
12228 2013-10-30  Glenn Morris  <rgm@gnu.org>
12230         * Makefile.in (autoloads): Do not use abs_lisp.
12232         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12233         `newline' does not respect `standard-output', so use `princ'.
12235 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
12237         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
12238         * buff-menu.el (Buffer-menu--unmark): New function.
12239         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
12241 2013-10-30  Glenn Morris  <rgm@gnu.org>
12243         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
12245         * emacs-lisp/package.el (lm-homepage): Declare.
12247         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
12248         Fix doc typos.
12250         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
12252         * Makefile.in (finder-data, autoloads, update-subdirs)
12253         (compile-main, compile-clean, compile-always, bootstrap-clean):
12254         Check return value of cd.
12255         (compile-calc): Remove.
12257 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12259         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
12261         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
12262         (byte-compile-and-folded): New function.
12263         (=, <, >, <=, >=): Use it.
12265         * dos-w32.el (minibuffer-history-case-insensitive-variables)
12266         (path-separator, null-device, buffer-file-coding-system)
12267         (lpr-headers-switches): Check system-type before modifying them.
12268         (find-buffer-file-type-coding-system): Mark obsolete.
12269         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
12270         find-file-not-found-set-buffer-file-coding-system.
12271         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
12272         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
12273         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
12274         (w32-direct-print-region-helper, w32-direct-print-region-function)
12275         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
12276         * startup.el (normal-top-level-add-subdirs-to-load-path):
12277         * ps-print.el (ps-print-region-function):
12278         * lpr.el (print-region-function): Use new name.
12280         * subr.el (custom-declare-variable-early): Remove function.
12281         (custom-declare-variable-list): Remove var.
12282         (error, user-error): Remove `while' loop.
12283         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
12284         (user-emacs-directory-warning, locate-user-emacs-file):
12285         Move to files.el.
12286         * simple.el (read-quoted-char-radix, read-quoted-char):
12287         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
12288         Move from subr.el.
12289         * custom.el (custom-declare-variable-list): Don't process
12290         custom-declare-variable-list.
12292         * progmodes/python.el (python-shell-get-buffer): New function.
12293         (python-shell-get-process): Use it.
12294         (python-shell-send-string): Always use utf-8 and add a cookie to tell
12295         Python which encoding was used.  Don't split-string since we only care
12296         about the first line.  Return the temp-file, if applicable.
12297         (python-shell-send-region): Tell compile.el how to turn locations in
12298         the temp-file into locations in the source buffer.
12300 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12302         * subr.el (undefined): Add missing behavior from the C code for
12303         unbound keys.
12305         * rect.el: Use lexical-binding.  Add new rectangular region support.
12306         (rectangle-mark): New command.
12307         (rectangle--region): New var.
12308         (deactivate-mark-hook): Reset rectangle--region.
12309         (rectangle--extract-region, rectangle--insert-for-yank)
12310         (rectangle--highlight-for-redisplay)
12311         (rectangle--unhighlight-for-redisplay): New functions.
12312         (region-extract-function, redisplay-unhighlight-region-function)
12313         (redisplay-highlight-region-function): Use them to handle
12314         rectangular region.
12315         * simple.el (region-extract-function): New var.
12316         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
12317         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
12318         (kill-region): Replace obsolete `yank-handler' arg with `region'.
12319         (copy-region-as-kill, kill-ring-save): Add `region' argument.
12320         (redisplay-unhighlight-region-function)
12321         (redisplay-highlight-region-function): New vars.
12322         (redisplay--update-region-highlight): New function.
12323         (pre-redisplay-function): Use it.
12324         (exchange-point-and-mark): Don't deactivate the mark before
12325         reactivate-it anyway.
12326         * comint.el (comint-kill-region): Remove yank-handler argument.
12327         * delsel.el (delete-backward-char, backward-delete-char-untabify)
12328         (delete-char): Remove property, since it's now part of their
12329         default behavior.
12330         (self-insert-iso): Remove property since this command doesn't exist.
12332         * emacs-lisp/package.el (package--download-one-archive)
12333         (describe-package-1): Don't query the user about final newline.
12335 2013-10-29  Daniel Colascione  <dancol@dancol.org>
12337         * net/tramp.el (tramp-methods): Document new functionality.
12338         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
12339         tramp-hostname-checker if method provides one instead of scanning
12340         argument list for "%h" to decide hostname acceptability.
12342 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
12344         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
12345         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12346         Handle COPY-CONTENTS.  (Bug#15737)
12348 2013-10-28  Daiki Ueno  <ueno@gnu.org>
12350         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12351         Document that this option has no effect with GnuPG 2.0 (bug#15552).
12353 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
12355         * image.el (defimage, image-load-path): Doc fixes.
12357 2013-10-27  Alan Mackenzie  <acm@muc.de>
12359         Indent statements in macros following "##" correctly.
12360         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12361         Modify the "#" arm of a cond form to handle "#" and "##" operators.
12363 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
12365         * linum.el (linum-update-window): Fix boundary test (bug#13446).
12367 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
12369         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
12370         after `=' is probably a new expression.
12372 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12374         * man.el (man-imenu-title): New option.
12375         (Man-mode-map): Add menu.  (Bug#15722)
12376         (Man-mode): Add imenu to menu.
12378 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
12380         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
12381         specific in what the first arg can be: a non-keyword word,
12382         string/regexp/percent literal opener, opening paren, or unary
12383         operator followed directly by word.
12385 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12387         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
12388         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
12389         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
12390         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
12391         Remove vars, they do not apply any more.
12392         (prolog-mode-abbrev-table): Remove redundant declaration.
12393         (prolog-upper-case-string, prolog-lower-case-string): Remove.
12394         (prolog-use-smie): Remove.
12395         (prolog-smie-rules): Add indentation rule for the if-then-else layout
12396         supported by prolog-electric-if-then-else-flag.
12397         (prolog-mode-variables, prolog-menu): Use setq-local.
12398         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
12399         Remove binding to `Backspace' since this key doesn't exist anyway.
12400         Remove bindings for electric self-inserting keys.
12401         (prog-mode): Assume it's defined.
12402         (prolog-post-self-insert): New function.
12403         (prolog-mode): Use it.
12404         (prolog-indent-line, prolog-indent-level)
12405         (prolog-find-indent-of-matching-paren)
12406         (prolog-indentation-level-of-line, prolog-goto-comment-column)
12407         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
12408         (prolog-goto-next-paren, prolog-in-string-or-comment)
12409         (prolog-tokenize, prolog-inside-mline-comment)
12410         (prolog-find-start-of-mline-comment): Remove functions.
12411         (prolog-find-unmatched-paren, prolog-clause-end)
12412         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
12413         (prolog-electric--if-then-else): Rename from
12414         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
12415         (prolog-tokenize-searchkey): Remove const.
12416         (prolog-clause-info): Use forward-sexp.
12417         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
12418         (prolog-electric-if-then-else): Remove commands.
12419         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
12420         for use in post-self-insert-hook.
12421         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
12422         for use in post-self-insert-hook.
12423         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
12424         for use in post-self-insert-hook.
12425         (prolog-electric--underscore): Rename from prolog-electric--underscore;
12426         adapt it for use in post-self-insert-hook.
12428 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
12430         * emacs-lisp/ert.el (ert-run-tests-interactively):
12431         Use `completing-read'.  (Bug#9756)
12433 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
12435         * simple.el (line-move): Call line-move-1 instead of
12436         line-move-visual when the current window hscroll is zero, but
12437         temporary-goal-column indicates we will need to hscroll as result
12438         of the movement.  (Bug#15712)
12440 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
12442         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
12443         capitalization.  Use :visible instead of :active.
12444         Fix `ruby-indent-exp' reference.  Add menu items for the generic
12445         commands that are used with SMIE.
12446         (ruby-do-end-to-brace): Insert space after `{'.
12448 2013-10-25  John Anthony  <john@jo.hnanthony.com>
12450         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
12452         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
12454 2013-10-25  Glenn Morris  <rgm@gnu.org>
12456         * vc/vc.el (vc-print-log): Don't use a working revision unless
12457         one was explicitly specified.  (Bug#15322)
12459 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12461         * subr.el (add-to-list): Preserve return value in compiler-macro
12462         (bug#15692).
12464 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12466         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
12467         result.  Ask user to retry using '-all' flag.  (Bug#15701)
12469 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12471         * emacs-lisp/smie.el: New smie-config system.
12472         (smie-config): New defcustom.
12473         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
12474         (smie-config-guess, smie-config-save): New commands.
12475         (smie-config--mode-local, smie-config--buffer-local)
12476         (smie-config--trace, smie-config--modefuns): New vars.
12477         (smie-config--advice, smie-config--mode-hook)
12478         (smie-config--setter, smie-config-local, smie-config--get-trace)
12479         (smie-config--guess-value, smie-config--guess): New functions.
12480         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
12481         text properties.  Treat "string fence" syntax like string syntax.
12483         * progmodes/sh-script.el (sh-use-smie): Change default.
12484         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
12485         (sh-var-value): Simplify by CSE.
12486         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
12487         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
12488         is used.
12489         (sh-guess-basic-offset): Use cl-incf.
12490         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
12492 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
12494         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
12495         (bug#15699).
12497 2013-10-24  Glenn Morris  <rgm@gnu.org>
12499         * Makefile.in (abs_top_srcdir): Remove.
12500         (update-subdirs): Use relative path to update-subdirs.
12502 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
12504         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
12505         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12506         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12507         Call unmsys--file-name before expand-file-name, not after it.
12509 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
12511         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
12512         (ert-test-skipped): New error.
12513         (ert-skip, ert-stats-skipped): New defuns.
12514         (ert--skip-unless): New macro.
12515         (ert-test-skipped): New struct.
12516         (ert--run-test-debugger, ert-test-result-type-p)
12517         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
12518         (ert--stats-set-test-and-result, ert-char-for-test-result)
12519         (ert-string-for-test-result, ert-run-tests-batch)
12520         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
12521         Handle skipped tests.  (Bug#9803)
12523 2013-10-24  Glenn Morris  <rgm@gnu.org>
12525         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
12527         * Makefile.in (abs_top_srcdir): New, set by configure.
12528         (update-subdirs): Correct build-aux location.
12530 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
12532         * vc/vc.el (vc-print-root-log): Always set `default-directory'
12533         value, whether we could auto-deduce `backend', or not.
12535         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
12536         with parameters" example.  Simplify the "is it block or is it
12537         hash" check, but also make it more thorough.
12539 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
12541         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
12543 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12545         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
12546         { if it is hanging.
12548         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
12549         :before ";".
12551 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
12553         * progmodes/compile.el (compilation-directory-matcher)
12554         (compilation-page-delimiter):
12555         Support GNU Make-4.0 directory quoting.  (Bug#15678)
12557 2013-10-23  Leo Liu  <sdl.web@gmail.com>
12559         * ido.el (ido-tidy): Handle read-only text.
12561 2013-10-23  Glenn Morris  <rgm@gnu.org>
12563         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
12564         (emacs, compile, compile-always):
12565         Quote entities that might contain whitespace.
12566         (custom-deps, finder-data, autoloads): Use abs_lisp.
12567         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12568         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12569         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
12571 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
12573         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
12574         Use `following-char'.
12576 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12578         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
12579         * progmodes/ruby-mode.el (ruby-smie-rules):
12580         Remove corresponding workaround.  Fix indentation rule of ";" so it
12581         also applies when ";" is the parent.
12583 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
12585         * frame.el (display-screens, display-pixel-height)
12586         (display-pixel-width, display-mm-width, display-backing-store)
12587         (display-save-under, display-planes, display-color-cells)
12588         (display-visual-class, display-monitor-attributes-list):
12589         Mention the optional ‘display’ argument in doc strings.
12591 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
12593         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
12594         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
12596 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
12598         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
12599         TODO.  Add "." after " @ ".
12600         (ruby-smie--at-dot-call): New function.  Checks if point at method
12601         call with explicit target.
12602         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
12603         to the method name tokens when it precedes them.
12604         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
12605         (ruby-smie-rules): Add rule for indentation before and after "."
12606         token.
12608 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12610         * textmodes/remember.el (remember-diary-extract-entries):
12611         Avoid add-to-list.
12613         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
12614         an instruction.
12616 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
12618         * progmodes/ruby-mode.el (ruby-smie-grammar):
12619         Add (almost) all infix operators.
12620         (ruby-smie--implicit-semi-p): Add new operator chars.
12622         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
12623         `smie-down-list'.
12624         (ruby-smie--args-separator-p): Check that there's no newline
12625         between method call and its arguments.
12627 2013-10-20  Alan Mackenzie  <acm@muc.de>
12629         Allow comma separated lists after Java "implements".
12631         * progmodes/cc-engine.el (c-backward-over-enum-header):
12632         Parse commas.
12633         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
12634         from a "disallowed" list in enum fontification.
12636 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
12638         * startup.el (default-frame-background-mode): Remove unused defvar.
12640         * progmodes/verilog-mode.el (verilog-mode): Don't set
12641         comment-indent-function globally.
12643 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
12645         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
12646         Move Info menu item creation to ns-win.el.
12648         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
12649         in menu bar.
12651         * menu-bar.el: Move GNUstep specific menus...
12653         * term/ns-win.el (ns-initialize-window-system): ... to here.
12655 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12657         * simple.el (newline): Only run post-self-insert-hook when
12658         called interactively.
12660 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
12662         * icomplete.el (icomplete-with-completion-tables): Add :version.
12664 2013-10-19  Alan Mackenzie  <acm@muc.de>
12666         Fix fontification bugs with constructors and const.
12668         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
12669         CASE 2) Remove the check for the absence of a suffix construct
12670         after a function declaration with only types (no identifiers) in
12671         the parentheses.  Also, accept a function declaration with just a
12672         type inside the parentheses, if this type can be positively
12673         recognised as such, or if a prefix keyword like "explicit" nails
12674         down the construct as a declaration.
12676 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
12678         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
12679         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
12680         the problem whereby selecting a menu item that leads to a
12681         minibuffer prompt moves the cursor out of the minibuffer window,
12682         making it hard to type at the prompt.  Suggested by Stefan Monnier
12683         <monnier@iro.umontreal.ca>.
12685 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
12687         * menu-bar.el: Don't make Services menu.
12689 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12691         * ffap.el: Handle "/usr/include/c++/<version>" directories.
12692         (ffap-alist): Use ffap-c++-mode for c++-mode.
12693         (ffap-c++-path): New variable.
12694         (ffap-c++-mode): New function.
12696 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
12698         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
12700 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
12702         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
12703         introduced on 2013-09-08, which results in an infinite loop
12704         requesting a password.
12706 2013-10-18  Glenn Morris  <rgm@gnu.org>
12708         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
12710 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
12712         Sync with upstream verilog-mode revision 1a6ecec7.
12713         * progmodes/verilog-mode.el (verilog-mode-version): Update.
12714         (verilog-mode-release-date): Remove.
12715         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
12716         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
12717         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
12718         (verilog-auto-tieoff-ignore-regexp)
12719         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
12720         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
12721         (verilog-signals-with, verilog-dir-cache-preserving)
12722         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
12723         Doc fixes.
12724         (verilog-case-fold): New option, to control case folding in
12725         regexp searches, bug597.
12726         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
12727         (verilog-string-match-fold, verilog-in-paren-count)
12728         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
12729         (verilog-at-close-struct-p): New functions.
12730         (verilog-beg-block-re-ordered, verilog-extended-case-re)
12731         (verilog-forward-sexp, verilog-set-auto-endcomments)
12732         (verilog-leap-to-case-head): Handle "unique0" case.
12733         (verilog-in-constraint-re): New constant.
12734         (verilog-keywords, verilog-type-font-keywords):
12735         Add some SystemVerilog 1800-2012 keywords.
12736         (verilog-label-be): Remove unimplemented argument, bug669.
12737         (verilog-batch-execute-func): When batch expanding clear
12738         create-lockfiles to prevent spurious user locks when a file ends
12739         up not changing.
12740         (verilog-calculate-indent, verilog-calc-1)
12741         (verilog-at-close-constraint-p, verilog-at-constraint-p)
12742         (verilog-do-indent): Fix indentation of nested constraints
12743         and structures.
12744         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
12745         (verilog-auto-inst-param): Use verilog-string-match-fold.
12746         (verilog-read-inst-module-matcher):
12747         Fix AUTOINST on gate primitives with #1.
12748         (verilog-read-decls): Fix double-declaring user-defined typed signals.
12749         Reads all user-defined typed variables.
12750         (verilog-read-defines): Fix reading definitions inside comments, bug647.
12751         (verilog-signals-matching-regexp)
12752         (verilog-signals-not-matching-regexp, verilog-auto):
12753         Respect verilog-case-fold.
12754         (verilog-diff-report): Fix line count.
12755         (verilog-auto-assign-modport): Remove unused local `modi'.
12756         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
12757         better handle multidimensional arrays.
12758         Fix packed array ports misadding bit index in AUTOINST, bug637.
12759         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
12760         to not double-declare existing outputs and inputs, respectively.
12761         (verilog-template-map): Bind U to verilog-sk-uvm-component.
12762         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
12763         (verilog-sk-uvm-component): New skeleton.
12764         (verilog-submit-bug-report): Add verilog-case-fold,
12765         remove verilog-mode-release-date.
12767 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
12769         * subr.el (sit-for): Call (input-pending-p t) so as to behave
12770         as before.
12772 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
12774         * textmodes/remember.el (remember): Set buffer-offer-save in
12775         remember buffers (bug#13566).
12777 2013-10-18  Daniel Colascione  <dancol@dancol.org>
12779         When evaluating forms in ielm, direct standard output to ielm
12780         buffer.  Add new ielm-return-for-effect command.  Remove trailing
12781         whitespace throughout.
12783         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
12784         (ielm-return-for-effect): New command.
12785         (ielm-send-input): Accept optional `for-effect' parameter.
12786         (ielm-eval-input): Accept optional `for-effect' parameter.
12787         Bind `standard-output' to stream we create using
12788         `ielm-standard-output-impl'.  Suppress printing result when
12789         `for-effect'.
12790         (ielm-standard-output-impl): New function.
12791         (inferior-emacs-lisp-mode): Explain new features in documentation.
12793 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
12795         Code cleanup.
12797         * net/tramp.el (tramp-debug-message): Do not check for connection
12798         buffer.
12799         (tramp-message): Use "vector" connection property.
12801         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
12802         (tramp-equal-remote, tramp-eshell-directory-change)
12803         * net/tramp-adb.el (tramp-adb-handle-copy-file)
12804         (tramp-adb-handle-rename-file)
12805         * net/tramp-cmds.el (tramp-list-remote-buffers)
12806         (tramp-cleanup-connection, tramp-cleanup-this-connection)
12807         * net/tramp-compat.el (tramp-compat-process-running-p)
12808         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
12809         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
12810         (tramp-gvfs-handle-rename-file)
12811         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12812         (tramp-set-file-uid-gid)
12813         * net/tramp-smb.el (tramp-smb-handle-copy-file)
12814         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
12815         of `file-remote-p'.
12817         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
12818         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
12819         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
12820         (tramp-gw-open-network-stream): Suppress unrelated traces.
12822         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
12823         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
12824         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12825         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
12826         connection property.
12828         * net/tramp-cache.el (top): Suppress traces when reading
12829         persistency file.
12831         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12832         Refactor common code.  Improve debug message.
12833         (tramp-maybe-open-connection)
12834         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
12835         connection buffer too early.
12837         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
12838         from `tramp-smb-actions-with-acl'.
12839         (tramp-smb-actions-set-acl): New defconst.
12840         (tramp-smb-handle-copy-directory)
12841         (tramp-smb-action-get-acl): New defun, renamed from
12842         `tramp-smb-action-with-acl'.
12843         (tramp-smb-action-set-acl): New defun.
12844         (tramp-smb-handle-set-file-acl): Rewrite.
12846 2013-10-17  Glenn Morris  <rgm@gnu.org>
12848         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
12850 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12852         * skeleton.el (skeleton-newline): Remove.
12853         (skeleton-internal-1): Use (insert "\n") instead.
12855         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
12856         let-bindings.
12858         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
12859         forward-sexp-function while we redo its job (bug#15613).
12861 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
12863         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
12864         represented by lists.
12866 2013-10-16  Glenn Morris  <rgm@gnu.org>
12868         * tmm.el (tmm--history): New dynamic variable.
12869         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
12871 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
12873         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
12874         (tramp-smb-errors): Add error messages.
12875         (tramp-smb-actions-with-acl): New defconst.
12876         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
12877         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
12878         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
12879         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
12880         (tramp-smb-get-stat-capability): Fix tests.
12882 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12884         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
12885         (bug#15580).
12887 2013-10-16  Glenn Morris  <rgm@gnu.org>
12889         * ansi-color.el (ansi-color-drop-regexp):
12890         Add 1J, 1K, 2K.  (Bug#15617)
12892         * files.el (hack-local-variables--warned-lexical): New.
12893         (hack-local-variables):
12894         Warn about misplaced lexical-binding.  (Bug#15616)
12896         * net/eww.el (eww-render): Always set eww-current-url,
12897         and update header line.  (Bug#15622)
12898         (eww-display-html): ... Rather than just doing it here.
12900 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
12902         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
12903         menu navigations commands.
12905 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12907         * progmodes/subword.el (subword-capitalize): Be careful when
12908         the search for [[:alpha:]] fails (bug#15580).
12910 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
12912         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
12913         to commands that scroll the menu.
12915 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
12917         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
12918         Handle methods ending with `?' and `!'.
12920 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
12922         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
12923         `japanese-cp932' to `cp932' to fix the problem where saving a
12924         source file written in Shift_JIS twice would end up having
12925         `coding: japanese-cp932' which Ruby could not recognize.
12926         (ruby-mode-set-encoding): Add support for encodings mapped to nil
12927         in `ruby-encoding-map'.
12928         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
12929         doesn't need to be explicitly declared in magic comment.
12930         (ruby-encoding-map): Add type declaration for better customize UI.
12932 2013-10-13  Glenn Morris  <rgm@gnu.org>
12934         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
12935         Occur buffers are read-only.  http://bugs.debian.org/720775
12937         * emacs-lisp/authors.el (authors-fixed-entries):
12938         Comment out old alpha stuff.
12940 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
12942         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
12943         to `after-save-hook' instead of `before-save-hook'.
12944         (ruby-mode-set-encoding): Use the value of coding system used to
12945         write the file.  Call `basic-save-buffer-1' after modifying the
12946         buffer.
12948 2013-10-13  Alan Mackenzie  <acm@muc.de>
12950         Fix indentation/fontification of Java enum with
12951         "implements"/generic.
12953         * progmodes/cc-engine.el (c-backward-over-enum-header):
12954         Extracted from the three other places and enhanced to handle generics.
12955         (c-inside-bracelist-p): Uses new function above.
12956         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
12957         function above.
12958         (c-font-lock-enum-tail): Uses new function above.
12960 2013-10-13  Kenichi Handa  <handa@gnu.org>
12962         * international/mule-cmds.el (select-safe-coding-system): Remove a
12963         superfluous condition in chekcing whether a coding system is safe
12964         or not.
12966 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
12968         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
12970 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
12972         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
12974 2013-10-13  Glenn Morris  <rgm@gnu.org>
12976         * menu-bar.el (menu-bar-update-buffers):
12977         Unify Buffers menu prompt string.  (Bug#15576)
12979         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
12981         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
12982         Add some entries.
12983         (authors-fixed-entries): Use accented form of name.
12985 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12987         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
12988         method calls (bug#15594).
12989         (ruby-smie--args-separator-p): New function.
12990         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
12991         recognize paren-free method calls.
12993         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
12994         internals of universal-argument.
12996 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
12998         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
12999         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
13000         dropped menu on second mouse click on the menu bar.
13002 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
13005         (explicit-shell-file-name): Declare.
13006         (sh--vars-before-point, sh--cmd-completion-table): New functions.
13007         (sh-completion-at-point-function): New function.
13008         (sh-mode): Use it.
13009         (sh-smie--keyword-p): Remove unused argument.
13010         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
13011         vars.
13012         (sh-set-shell): Always setup SMIE, even if we use the
13013         old indentation code.
13015 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
13017         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
13018         cases of ? and =.
13019         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
13020         predicate would return nil are almost non-existent.
13021         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
13023         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
13024         cache also after commands that modify the buffer but don't move
13025         point.
13027 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13029         * env.el (substitute-env-in-file-name): New function.
13030         (substitute-env-vars): Extend the meaning of the optional arg.
13032 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
13034         * term/w32-win.el (dynamic-library-alist): Define separate lists
13035         of GIF DLLs for versions before and after 5.0.0 of giflib.
13036         (Bug#15531)
13038 2013-10-10  João Távora  <joaotavora@gmail.com>
13040         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
13041         not locked, use last revision and current source as
13042         defaults.  (Bug#15569)
13044 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
13046         * menu-bar.el (menu-bar-open): Don't use popup-menu if
13047         menu-bar is hidden.
13049 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
13051         * window.el (pop-to-buffer-same-window): Fix doc-string.
13052         (Bug#15492)
13054 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13056         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
13058 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
13060         * calendar/icalendar.el (icalendar-import-file):
13061         Fix interactive spec.  (Bug#15482)
13063 2013-10-10  Glenn Morris  <rgm@gnu.org>
13065         * desktop.el (desktop-save): Default to saving in .emacs.d,
13066         since PWD is no longer in desktop-path by default.  (Bug#15319)
13068         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
13069         now that text mode has a menu with the same entry.
13070         (menu-bar-text-mode-auto-fill): Remove now unused func.
13071         * textmodes/text-mode.el (text-mode-map):
13072         Use auto-fill help text from menu-bar.el.
13074 2013-10-10  John Anthony  <john@jo.hnanthony.com>
13076         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
13078 2013-10-09  Juri Linkov  <juri@jurta.org>
13080         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
13081         instead of this-command-keys.  Add universal-argument-more and
13082         universal-argument-minus to the list of prefix commands.  (Bug#15568)
13084 2013-10-09  Glenn Morris  <rgm@gnu.org>
13086         * vc/vc-svn.el (vc-svn-create-repo):
13087         Expand paths in file://... url.  (Bug#15446)
13089         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
13090         Add some entries.
13091         (authors): Remove unused local variables.
13093 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13095         * profiler.el: Create a more coherent calltree from partial backtraces.
13096         (profiler-format): Hide the tail with `invisible' so that C-s can still
13097         find the hidden elements.
13098         (profiler-calltree-depth): Don't recurse so enthusiastically.
13099         (profiler-function-equal): New hash-table-test.
13100         (profiler-calltree-build-unified): New function.
13101         (profiler-calltree-build): Use it.
13102         (profiler-report-make-name-part): Indent the calltree less.
13103         (profiler-report-mode): Add visibility specs for profiler-format.
13104         (profiler-report-expand-entry, profiler-report-toggle-entry):
13105         Expand the whole subtree when provided with a prefix arg.
13107 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
13109         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
13110         iuwu-mod token.
13111         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
13112         hanging iuwu-mod token.
13113         (ruby-smie--forward-token): Do not include a dot after a token in
13114         that token.
13115         (ruby-smie--backward-token): Likewise.
13117 2013-10-08  Juri Linkov  <juri@jurta.org>
13119         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
13120         to isearch-other-control-char.
13121         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
13122         and isearch-post-command-hook to post-command-hook.
13123         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
13124         and isearch-post-command-hook from post-command-hook.
13125         (isearch-unread-key-sequence)
13126         (isearch-reread-key-sequence-naturally)
13127         (isearch-lookup-scroll-key, isearch-other-control-char)
13128         (isearch-other-meta-char): Remove functions.
13129         (isearch-pre-command-hook, isearch-post-command-hook):
13130         New functions based on isearch-other-meta-char rewritten
13131         relying on the new behavior of overriding-terminal-local-map
13132         that does not replace the local keymaps any more.  (Bug#15200)
13134 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
13136         Support menus on text-mode terminals.
13137         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
13138         functionality.
13140         * tooltip.el (tooltip-mode): Don't error out on TTYs.
13142         * menu-bar.el (popup-menu, popup-menu-normalize-position):
13143         Move here from mouse.el.
13144         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
13145         and arrow keys.
13146         (tty-menu-navigation-map): New map for TTY menu navigation.
13148         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
13150         * frame.el (display-mouse-p): Report text-mode mouse as available
13151         on w32.
13152         (display-popup-menus-p): Report availability if mouse is
13153         available; don't condition on window-system.
13155         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
13156         (tty-menu-selected-face): New faces.
13158 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13160         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
13161         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
13162         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
13163         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
13164         New constants.
13165         (lisp-mode-variables): New `elisp' argument.
13166         (emacs-lisp-mode): Use it.
13167         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
13168         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
13170         * indent.el: Use lexical-binding.
13171         (indent-region): Add progress reporter.
13172         (tab-stop-list): Make it implicitly extend to infinity by repeating the
13173         last step.
13174         (indent--next-tab-stop): New function to implement this behavior.
13175         (tab-to-tab-stop, move-to-tab-stop): Use it.
13177 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
13179         * indent.el (indent-rigidly--current-indentation): New function.
13180         (indent-rigidly-map): New var.
13181         (indent-rigidly): Use it to provide interactive mode (bug#8196).
13183 2013-10-08  Bastien Guerry  <bzg@gnu.org>
13185         * register.el (insert-register): Fix 2013-10-07 change.
13187 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13189         * progmodes/perl-mode.el: Use lexical-binding.
13190         Remove redundant :group args.
13191         (perl-nochange): Change default to be closer to other major modes's
13192         standard behavior.
13193         (perl-indent-line): Don't consider text on current line as a
13194         valid beginning of function from which to indent.
13196         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
13197         with more than one argument (bug#15538).
13199         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
13201         * vc/pcvs.el: Use lexical-binding.
13202         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
13203         environment of `eval'.
13204         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
13205         than a list of expressions.  Adjust callers.
13206         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
13208 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
13210         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
13211         case of the dot in a chained method call being on the following line.
13213 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13215         * electric.el (electric-indent-inhibit): New var.
13216         (electric-indent-post-self-insert-function): Use it.
13217         * progmodes/python.el (python-mode): Set it.
13219         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
13220         open braces.
13222         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
13224         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
13225         (css-mode): Use electric-indent-chars.
13227         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
13228         (font-lock-beg, font-lock-end): Move before first use.
13229         (nxml-mode): Use syntax-propertize-function.
13230         (nxml-after-change, nxml-after-change1): Adjust accordingly.
13231         (nxml-extend-after-change-region): Remove.
13232         * nxml/xmltok.el: Use lexical-binding.
13233         (xmltok-save): Use `declare'.
13234         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
13235         * nxml/nxml-util.el: Use lexical-binding.
13236         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
13237         Use `declare'.
13238         * nxml/nxml-ns.el: Use lexical-binding.
13239         (nxml-ns-save): Use `declare'.
13240         (nxml-ns-prefixes-for): Avoid add-to-list.
13241         * nxml/rng-match.el: Use lexical-binding.
13242         (rng--ipattern): Use cl-defstruct.
13243         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
13244         (rng-cons-group-after, rng-subst-group-after)
13245         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
13246         Use closures instead of `(lambda...).
13248 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
13250         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
13251         of BEG and END.
13253         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13254         Use `tramp-handle-insert-file-contents'.
13255         (tramp-gvfs-handle-insert-file-contents): Remove function.
13257         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13258         Use `save-restriction' in order to keep markers.
13260         * net/trampver.el: Update release number.
13262 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13264         * progmodes/compile.el (compilation-parse-errors):
13265         Use compilation--put-prop.
13266         (compilation--ensure-parse): Check compilation-multiline.
13268         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
13270         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
13271         lexical-binding.
13273         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
13275         * progmodes/ruby-mode.el: Fix recently added tests.
13276         (ruby-smie-grammar): Add - and +.
13277         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
13278         (ruby-smie--backward-id): New functions.
13279         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
13280         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
13281         any more.
13283 2013-10-07  Leo Liu  <sdl.web@gmail.com>
13285         * register.el (register-preview-delay)
13286         (register-preview-functions): New variables.
13287         (register-read-with-preview, register-preview)
13288         (register-describe-oneline): New functions.
13289         (point-to-register, window-configuration-to-register)
13290         (frame-configuration-to-register, jump-to-register)
13291         (number-to-register, view-register, insert-register)
13292         (copy-to-register, append-to-register, prepend-to-register)
13293         (copy-rectangle-to-register): Use register-read-with-preview to
13294         read register.  (Bug#15525)
13296 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
13298         * net/network-stream.el (network-stream-open-starttls): Don't add
13299         --insecure if it's already present, because that gnutls-cli
13300         rejects getting that parameter twice.
13302 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
13304         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
13305         keyword, too.
13307 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
13309         * newcomment.el (comment-use-global-state): Change default value
13310         to t, mark obsolete (Bug#15251).
13311         (comment-beginning): In addition to `comment-to-syntax', check the
13312         value of `comment-use-global-state'.
13314 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13316         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
13317         (ruby-comment-column): Follow the global default, by default.
13318         (ruby-smie-grammar): Add assignment syntax.
13319         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
13320         open-paren, a comma, or a \.
13321         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
13322         and line continuations.
13323         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
13324         followed by implicit semi-colons.  Add rule for string concatenation
13325         and for indentation at BOB.
13326         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
13328         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
13329         calling next-sexp, since next-token may have skipped chars which
13330         next-sexp doesn't know should be skipped!
13332 2013-10-05  Leo Liu  <sdl.web@gmail.com>
13334         * progmodes/octave.el (octave-send-region):
13335         Call compilation-forget-errors.
13337 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
13339         * vc/vc-svn.el (vc-svn-find-admin-dir):
13340         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
13341         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
13342         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
13343         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
13345 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
13349 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13351         * subr.el (read-passwd): Hide chars even when called within a context
13352         where after-change-functions is disabled (bug#15501).
13353         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
13354         until we removed ourself from overriding-terminal-local-map.
13356 2013-10-04  Leo Liu  <sdl.web@gmail.com>
13358         * progmodes/octave.el (inferior-octave-mode):
13359         Call compilation-forget-errors.
13361 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
13363         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
13365 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
13367         * net/secrets.el (secrets-create-collection): Add optional
13368         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
13369         dbus-call-method argument.  (Bug#15516)
13371 2013-10-04  Leo Liu  <sdl.web@gmail.com>
13373         * progmodes/octave.el (inferior-octave-error-regexp-alist)
13374         (inferior-octave-compilation-font-lock-keywords): New variables.
13375         (compilation-error-regexp-alist)
13376         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
13377         (inferior-octave-mode): Use compilation-shell-minor-mode.
13379 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
13381         * minibuffer.el (completion--replace): Be careful that `end' might be
13382         a marker.
13384 2013-10-03  Daiki Ueno  <ueno@gnu.org>
13386         Add support for package signature checking.
13387         * emacs-lisp/package.el (url-http-file-exists-p)
13388         (epg-make-context, epg-context-set-home-directory)
13389         (epg-verify-string, epg-context-result-for)
13390         (epg-signature-status, epg-signature-to-string)
13391         (epg-check-configuration, epg-configuration)
13392         (epg-import-keys-from-file): Declare.
13393         (package-check-signature): New user option.
13394         (package-unsigned-archives): New user option.
13395         (package-desc): Add `signed' field.
13396         (package-load-descriptor): Set `signed' field if .signed file exists.
13397         (package--archive-file-exists-p): New function.
13398         (package--check-signature): New function.
13399         (package-install-from-archive): Check package signature.
13400         (package--download-one-archive): Check archive signature.
13401         (package-delete): Remove .signed file.
13402         (package-import-keyring): New command.
13403         (package-refresh-contents): Import default keyring.
13404         (package-desc-status): Add "unsigned" status.
13405         (describe-package-1, package-menu--print-info)
13406         (package-menu-mark-delete, package-menu--find-upgrades)
13407         (package-menu--status-predicate): Support "unsigned" status.
13409 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13411         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
13412         the new compilation scheme using the new byte-codes.
13414         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
13415         (byte-pophandler): New byte codes.
13416         (byte-goto-ops): Adjust accordingly.
13417         (byte-compile--use-old-handlers): New var.
13418         (byte-compile-catch): Use new byte codes depending on
13419         byte-compile--use-old-handlers.
13420         (byte-compile-condition-case--old): Rename from
13421         byte-compile-condition-case.
13422         (byte-compile-condition-case--new): New function.
13423         (byte-compile-condition-case): New function that dispatches depending
13424         on byte-compile--use-old-handlers.
13425         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
13426         when we can.
13428         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13429         Optimize under `condition-case' and `catch' if
13430         byte-compile--use-old-handlers is nil.
13431         (disassemble-offset): Handle new bytecodes.
13433 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13435         * subr.el (error): Use `declare'.
13436         (decode-char, encode-char): Use advertised-calling-convention instead
13437         of the docstring to discourage use of the `restriction' arg.
13439 2013-10-03  Daiki Ueno  <ueno@gnu.org>
13441         * epg.el (epg-verify-file): Add a comment saying that it does not
13442         notify verification error as a return value nor a signal.
13443         (epg-verify-string): Ditto.
13445 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
13447         * progmodes/compile.el (compilation-start): Try globbing the arg to
13448         `cd' (bug#15417).
13450 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
13452         Sync with Tramp 2.2.8.
13454         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
13455         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
13456         * net/trampver.el: Update release number.
13458 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
13460         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13461         and default-process-coding-system for darwin only.
13463 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13465         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
13467 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
13469         * vc/vc-git.el (vc-git-grep): Disable pager.
13471 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
13473         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
13474         Use :url instead of :homepage, as per
13475         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
13477         * newcomment.el (comment-beginning): When `comment-use-syntax' is
13478         non-nil, use `syntax-ppss' (Bug#15251).
13480 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13482         * progmodes/octave.el (inferior-octave-startup-file):
13483         Prefer ~/.emacs.d/init_octave.m.
13485 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
13487         * emacs-lisp/package.el (package-desc-from-define):
13488         Accept additional arguments as plist, convert them to an alist and store
13489         them in the `extras' slot.
13490         (package-generate-description-file): Convert extras alist back to
13491         plist and append to the `define-package' form arguments.
13492         (package--alist-to-plist): New function.
13493         (package--ac-desc): Add `extras' slot.
13494         (package--add-to-archive-contents): Check if the archive-contents
13495         vector is long enough, and if it is, pass its `extras' slot value
13496         to `package-desc-create'.
13497         (package-buffer-info): Call `lm-homepage', pass the returned value
13498         to `package-desc-from-define'.
13499         (describe-package-1): Render the homepage button (Bug#13291).
13501         * emacs-lisp/package-x.el (package-upload-buffer-internal):
13502         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
13504 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
13506         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
13507         and default-process-coding-system to utf-8-unix (Bug#15402).
13509 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
13511         * subr.el (looking-back): Do not recommend using looking-back.
13513 2013-09-28  Alan Mackenzie  <acm@muc.de>
13515         Fix indentation/fontification of Java enum with "implements".
13517         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
13518         regexp which matches "implements", etc., in Java.
13519         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
13520         specifier clauses coming after "enum".
13521         * progmodes/cc-fonts.el (c-font-lock-declarations)
13522         (c-font-lock-enum-tail): Check for extra specifier clauses coming
13523         after "enum".
13525 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
13527         * faces.el (region): Change ns_selection_color to
13528         ns_selection_fg_color, add ns_selection_bg_color.
13530 2013-09-28  Leo Liu  <sdl.web@gmail.com>
13532         * progmodes/octave.el (inferior-octave-completion-table)
13533         (inferior-octave-completion-at-point): Minor tweaks.
13535         * textmodes/ispell.el (ispell-lookup-words): Rename from
13536         lookup-words.  (Bug#15460)
13537         (lookup-words): Obsolete.
13538         (ispell-complete-word, ispell-command-loop): All uses changed.
13540 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13542         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
13543         (octave-mode-menu): Add octave-send-buffer.
13544         (octave-send-buffer): New function.
13546 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
13548         * progmodes/octave.el (octave-mode-map): Add key binding for
13549         octave-lookfor.
13550         (octave-mode-menu): Add octave-lookfor.
13551         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
13552         octave-lookfor.
13553         (octave-lookfor): New function.
13555 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13557         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
13558         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
13559         its convention.
13560         (cl--loop-set-iterator-function): New function.
13561         (cl-loop): Adjust accordingly, so as not to use cl-subst.
13562         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
13563         Bind `it' with `let' instead of substituting it with `cl-subst'.
13564         (cl--unused-var-p): New function.
13565         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
13566         Eliminate some unused variable warnings (bug#15326).
13568 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
13570         * doc-view.el (doc-view-scale-reset): Rename from
13571         `doc-view-reset-zoom-level'.
13572         (doc-view-scale-adjust): New command.
13573         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
13574         `doc-view-scale-adjust'.
13576 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
13578         * doc-view.el (doc-view-reset-zoom-level): New command.
13579         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
13580         zoom commands (bug#15466).
13582 2013-09-26  Kenichi Handa  <handa@gnu.org>
13584         * international/quail.el (quail-help): Make it not a command.
13586 2013-09-26  Leo Liu  <sdl.web@gmail.com>
13588         * minibuffer.el (completion-all-sorted-completions): Make args
13589         optional as they are.
13591 2013-09-25  Daniel Colascione  <dancol@dancol.org>
13593         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
13594         specs are and that they're not evaluated.
13596 2013-09-24  Sam Steingold  <sds@gnu.org>
13598         * midnight.el (clean-buffer-list-kill-regexps)
13599         (clean-buffer-list-kill-buffer-names): Update for the new Man
13600         buffer naming which includes the object name.
13602 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13604         * eshell/esh-cmd.el (eshell--sep-terms): New var.
13605         (eshell-parse-command, eshell-parse-pipeline): Use it since
13606         eshell-separate-commands requires a dynamic scoped var.
13607         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
13609 2013-09-23  Leo Liu  <sdl.web@gmail.com>
13611         * autoinsert.el (auto-insert-alist): Make the value of
13612         lexical-binding match its file setting.
13614 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
13616         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
13618         * autoarg.el (autoarg-kp-digit-argument):
13619         * electric.el (Electric-command-loop):
13620         * kmacro.el (kmacro-step-edit-insert):
13621         Do not set universal-argument-num-events.
13623 2013-09-22  Leo Liu  <sdl.web@gmail.com>
13625         * files.el (interpreter-mode-alist): Add octave.
13627 2013-09-21  Alan Mackenzie  <acm@muc.de>
13629         C++: fontify identifier in declaration following "public:" correctly.
13630         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
13631         to match "public", etc.
13632         (c-decl-prefix-re): Add ":" into the C++ value.
13633         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
13634         bit.  Add a check for a ":" preceded by "public", etc.
13636 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
13638         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
13639         recognized by GDB 7.5 and later.
13641 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
13643         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
13645 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13647         * subr.el (internal--call-interactively): New const.
13648         (called-interactively-p): Use it (bug#3984).
13650 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
13652         * vc/pcvs.el (cvs-mode-ignore):
13653         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
13654         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
13656 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13658         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
13659         (eshell-ls-orig-insert-directory): Remove.
13660         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
13661         (eshell-ls-use-in-dired): Use advice-add/remove.
13662         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
13663         Add `orig-fun' arg for use in :around advice.
13664         Make it check (redundantly) eshell-ls-use-in-dired.
13666 2013-09-19  Glenn Morris  <rgm@gnu.org>
13668         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
13670         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
13672         * emacs-lisp/eieio.el (class-parent): Undo previous change.
13674 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
13676         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
13677         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
13678         (tramp-get-remote-python): New defuns.
13679         (tramp-get-remote-uid-with-perl)
13680         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
13681         contributed by yary <not.com@gmail.com> (tiny change).
13682         (tramp-get-remote-uid-with-python)
13683         (tramp-get-remote-gid-with-python): New defuns.  Python code
13684         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
13685         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
13687 2013-09-19  Glenn Morris  <rgm@gnu.org>
13689         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
13691         * eshell/em-unix.el (eshell-remove-entries):
13692         Rename argument to avoid name-clash with global `top-level'.
13694         * eshell/esh-proc.el (eshell-kill-process-function):
13695         Remove eshell-reset-after-proc from eshell-kill-hook if present.
13696         (eshell-reset-after-proc): Remove unused arg `proc'.
13698         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
13699         (directory-files-and-attributes): Mark unused arg.
13701         * eshell/em-unix.el (eshell-remove-entries):
13702         Remove unused arg `path'.  Update callers.
13704         * eshell/em-hist.el (eshell-hist-parse-arguments):
13705         Remove unused arg `silent'.  Update callers.
13707         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
13708         Fix (f)boundp mix-up.
13710         * eshell/em-smart.el (eshell-smart-scroll-window)
13711         (eshell-disable-after-change):
13712         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
13714 2013-09-18  Alan Mackenzie  <acm@muc.de>
13716         Fix fontification of type when followed by "const".
13717         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
13718         "known" types from fontification.
13720 2013-09-18  Glenn Morris  <rgm@gnu.org>
13722         * emacs-lisp/chart.el (x-display-color-cells): Declare.
13723         (chart-face-list): Drop Emacsen without display-color-p.
13725         * net/eww.el (libxml-parse-html-region): Declare.
13726         (eww-display-html): Explicit error if no libxml2 support.
13728         * doc-view.el (doc-view-mode): Silence --without-x compilation.
13730         * image.el (image-type-from-buffer, image-multi-frame-p):
13731         Remove --without-x warning/error.
13733         * mouse.el (mouse-yank-primary):
13734         * term.el (term-mouse-paste):
13735         Reorder to silence --without-x compilation.
13737         * mpc.el (doc-view-mode): Silence --without-x compilation.
13739         * mail/rmailmm.el (rmail-mime-set-bulk-data):
13740         Silence --without-x compilation.
13742         * progmodes/gud.el (gud-find-file, gud-mode):
13743         Silence --without-x compilation.
13744         (tooltip-mode): Declare.
13746         * wdired.el (dired-backup-overwrite): Remove declaration.
13747         (wdired-mode-map): Add doc string.
13749         * custom.el (x-get-resource): Declare.
13751         * eshell/em-glob.el (ange-cache):
13752         * eshell/em-unix.el (ange-cache): Declare.
13754         * faces.el (x-display-list, x-open-connection, x-get-resource):
13755         Declare.
13757         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
13758         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
13759         Declare.
13761         * frame.el (x-display-grayscale-p, x-display-name): Declare.
13763         * net/gnutls.el (gnutls-log-level): Declare.
13765         * net/shr.el (image-size, image-animate): Declare.
13767         * simple.el (font-info): Declare.
13769         * subr.el (x-popup-dialog): Declare.
13771         * term/common-win.el (x-select-enable-primary)
13772         (x-last-selected-text-primary, x-last-selected-text-clipboard):
13773         Declare.
13775         * term/ns-win.el (x-handle-args): Declare.
13777         * term/x-win.el (x-select-enable-clipboard): Declare.
13779         * term/w32-win.el (create-default-fontset): Declare.
13781         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
13782         Declare.
13784         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
13785         (fit-frame-to-buffer): Explicit error if --without-x.
13786         (mouse-autoselect-window-select): Silence compiler.
13788         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
13790         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
13791         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
13792         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
13793         * eshell/esh-util.el (eshell-sublist):
13794         Remove unused local variables.
13796         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
13798         * textmodes/two-column.el: Make 2C-split work for --without-x.
13799         (scroll-bar-columns): Autoload.
13800         (top-level): Require fringe when compiling.
13802 2013-09-18  Leo Liu  <sdl.web@gmail.com>
13804         * subr.el (add-hook): Robustify to handle closure as well.
13806 2013-09-17  Glenn Morris  <rgm@gnu.org>
13808         * simple.el (messages-buffer-mode-map): Unbind "g".
13810 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13812         * help-mode.el (help-mode-finish): Use derived-mode-p.
13813         Remove obsolete highlighting.
13815         * play/life.el (life-mode): Use define-derived-mode.  Derive from
13816         special-mode.
13817         (life): Let-bind inhibit-read-only.
13818         (life-setup): Avoid `setq'.  Use `life-mode'.
13820         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
13821         which should not be needed any more.
13822         (package-menu-refresh, package-menu-describe-package): Use user-error.
13824         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
13825         (eshell-post-rewrite-command-hook): Make obsolete.
13826         (eshell-parse-command): Simplify.
13827         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
13828         (eshell--cmd): Declare.
13829         (eshell-parse-pipeline): Remove unused var `final-p'.
13830         Pass a dynvar to eshell-post-rewrite-command-hook.
13831         Implement the new eshell-post-rewrite-command-function.
13832         (eshell-invoke-directly): Remove unused arg `input'.
13833         * eshell/esh-io.el (eshell-io-initialize):
13834         Use eshell-post-rewrite-command-function (bug#15399).
13835         (eshell--apply-redirections): Rename from eshell-apply-redirections;
13836         adjust to new calling convention.
13837         (eshell-create-handles): Rename args to avoid clashing with dynvar
13838         `standard-output'.
13840 2013-09-17  Glenn Morris  <rgm@gnu.org>
13842         * simple.el (messages-buffer-mode): New major mode.
13843         (messages-buffer): New function.
13844         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
13845         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
13846         (ert-run-test): Use `messages-buffer' function.
13847         (ert--force-message-log-buffer-truncation): Ignore read-only.
13848         * help.el (view-echo-area-messages): Use `messages-buffer' function.
13849         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
13851 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13853         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
13855         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
13857 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13859         * icomplete.el (icomplete-in-buffer): New var.
13860         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
13861         vars and replace them with functions.
13862         (icomplete-minibuffer-setup): Adjust accordingly.
13863         (icomplete--completion-table, icomplete--completion-predicate)
13864         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
13865         New functions.
13866         (icomplete-forward-completions, icomplete-backward-completions)
13867         (icomplete-simple-completing-p, icomplete-exhibit)
13868         (icomplete-completions): Use them.
13869         (icomplete--in-region-buffer): New var.
13870         (icomplete--in-region-setup): New function.
13871         (icomplete-mode): Use it.
13873         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
13874         (bug#15379).
13875         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
13876         return args and options.
13877         (eshell-eval-using-options): Use the new return value of
13878         eshell--do-opts to set the options's vars in their scope.
13879         (eshell--set-option): Rename from eshell-set-option.
13880         Add arg `opt-vals'.
13881         (eshell--process-option): Rename from eshell-process-option.
13882         Add arg `opt-vals'.
13883         (eshell--process-args): Use an `opt-vals' alist to store the options's
13884         values during their processing and return them additionally to the
13885         remaining args.
13887 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
13889         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
13890         continuation character an operator, as far as indentation is
13891         concerned (Bug#15369).
13893 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
13895         * window.el (window--state-put-2): Don't process buffer state
13896         when buffer doesn't exist any more (Bug#15382).
13898 2013-09-15  Glenn Morris  <rgm@gnu.org>
13900         * eshell/em-unix.el (eshell/rm):
13901         Make -f ignore missing files.  (Bug#15373)
13903         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
13904         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
13905         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
13907 2013-09-14  Glenn Morris  <rgm@gnu.org>
13909         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
13911 2013-09-13  Glenn Morris  <rgm@gnu.org>
13913         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
13914         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
13916 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
13918         * frame.el (x-focus-frame): Mark as declared in frame.c.
13920 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13922         * ls-lisp.el: Use advice-add.
13923         (original-insert-directory): Remove.
13924         (ls-lisp--insert-directory): Rename from insert-directory; add
13925         `orig-fun' argument.
13926         (insert-directory): Advise.
13928 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
13930         * term.el (term-emulate-terminal): Decode the command string
13931         before passing it to term-command-hook.  (Bug#15337)
13933 2013-09-13  Glenn Morris  <rgm@gnu.org>
13935         * eshell/esh-util.el (ange-cache): Move declaration earlier.
13937         * eshell/esh-ext.el (eshell-search-path): Declare.
13939         * eshell/em-prompt.el (eshell/pwd): Autoload it.
13940         Otherwise an error occurs if eshell-dirs module not loaded.
13942         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
13944 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
13946         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
13947         `tramp-check-proper-host'.  Check for a valid method name.
13949         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
13950         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13951         * net/tramp-sh.el (tramp-maybe-open-connection):
13952         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
13954         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
13955         also for hash values.
13957 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13959         * term/ns-win.el (parameters): Don't declare as dynamic.
13960         (before-make-frame-hook): Don't add ineffective function.
13962         * eshell/*.el: Use lexical-binding (bug#15231).
13964 2013-09-12  Kenichi Handa  <handa@gnu.org>
13966         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
13968 2013-09-12  Glenn Morris  <rgm@gnu.org>
13970         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
13971         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
13973         * subr.el (do-after-load-evaluation): Also give compiler warnings
13974         when obsolete files are used (except by obsolete files).
13976         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
13977         in the status output, assume `filename' is the first.  (Bug#15322)
13979         * vc/vc.el (vc-deduce-fileset): Doc fix.
13981         * calc/calc-help.el (Info-goto-node):
13982         * progmodes/cperl-mode.el (Info-find-node):
13983         * vc/ediff.el (Info-goto-node): Update declarations.
13985         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
13987         * vc/vc-bzr.el (vc-compilation-mode): Declare.
13988         (vc-bzr-pull): Require vc-dispatcher.
13989         * vc/vc-git.el (vc-compilation-mode): Declare.
13990         (vc-git-pull): Require vc-dispatcher.
13992         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
13994         * progmodes/octave.el (help-button-action): Declare.
13996         * shell.el (shell-directory-tracker): Output error as a message
13997         rather than just returning it as a string.
13998         (shell-process-pushd): Remove useless use of message.
14000         * dframe.el (dframe-timer-fn):
14001         * files.el (dir-locals-read-from-file):
14002         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
14003         (mpc-format):
14004         * reveal.el (reveal-post-command):
14005         * saveplace.el (load-save-place-alist-from-file):
14006         * shell.el (shell-resync-dirs):
14007         * w32-common-fns.el (x-get-selection-value):
14008         * emacs-lisp/copyright.el (copyright-find-copyright):
14009         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
14010         * emulation/tpu-edt.el (tpu-copy-keyfile):
14011         * play/bubbles.el (bubbles--mark-neighbourhood):
14012         * progmodes/executable.el
14013         (executable-make-buffer-file-executable-if-script-p):
14014         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
14016 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14018         Cleanup Eshell to rely less on dynamic scoping.
14019         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
14020         last-value, and ext-command here.  Bind `args' closer to `body'.
14021         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
14022         (eshell--args): Declare new dynamic var.
14023         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
14024         last-value, and ext-command.  Pass `args' to `body'.
14025         (eshell-process-args): Bind eshell--args.
14026         (eshell-set-option): Use eshell--args.
14027         * eshell/eshell.el (eshell): Use derived-mode-p.
14028         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
14029         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
14030         (eshell-glob-function): Declare.
14031         * eshell/esh-util.el: Require cl-lib.
14032         (eshell-read-hosts-file): Avoid add-to-list.
14033         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
14034         `err'.
14035         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
14036         Declare.
14037         (eshell/diff): Remove unused var `err'.
14038         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
14039         `killflag'.
14040         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
14041         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
14042         first use.
14043         * eshell/em-glob.el (eshell-glob-matches, message-shown):
14044         Move declaration before first use.
14045         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
14046         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
14047         rely on cl-return.
14049 2013-09-12  Glenn Morris  <rgm@gnu.org>
14051         * term/ns-win.el (global-map): Remove binding for ispell-next,
14052         deleted 1999-05-29.  (Bug#15357)
14054 2013-09-11  Glenn Morris  <rgm@gnu.org>
14056         * echistory.el (electric-command-history): Remove call to deleted func.
14058         * play/landmark.el (landmark-mode): Fix typos.
14060         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
14061         Check cvs-sort-ignore-file is bound.
14063         * savehist.el: No need for cl when compiling on Emacs.
14065 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14067         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
14068         (bug#15338).
14069         (eshell-self-insert-command, eshell-send-invisible):
14070         Remove unused argument.
14071         (eshell-handle-control-codes): Remove unused var `orig'.
14072         Avoid delete-backward-char.
14074         * files.el (set-auto-mode): Simplify a bit further.
14076 2013-09-11  Glenn Morris  <rgm@gnu.org>
14078         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
14079         (set-auto-mode): Don't regexp-quote elements.
14080         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
14081         * progmodes/cc-mode.el (interpreter-mode-alist):
14082         * progmodes/ruby-mode.el (interpreter-mode-alist):
14083         Revert previous change.
14085 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14087         * play/snake.el (snake-mode):
14088         * play/mpuz.el (mpuz-mode):
14089         * play/landmark.el (lm-mode):
14090         * play/blackbox.el (blackbox-mode):
14091         * play/5x5.el (5x5-mode):
14092         * obsolete/options.el (Edit-options-mode):
14093         * net/quickurl.el (quickurl-list-mode):
14094         * net/newst-treeview.el (newsticker-treeview-mode):
14095         * mail/rmailsum.el (rmail-summary-mode):
14096         * mail/mspools.el (mspools-mode):
14097         * locate.el (locate-mode):
14098         * ibuffer.el (ibuffer-mode):
14099         * emulation/ws-mode.el (wordstar-mode):
14100         * emacs-lisp/debug.el (debugger-mode):
14101         * array.el (array-mode):
14102         * net/eudc.el (eudc-mode): Use define-derived-mode.
14103         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
14104         Move initialization into declaration.
14105         (mairix-searches-mode): Use define-derived-mode.
14106         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
14107         (eudc-edit-hotlist): Use dolist.
14108         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
14109         (Man-mode): Use define-derived-mode.
14110         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
14111         (Info-edit-mode): Use define-derived-mode.
14112         (Info-cease-edit): Use Info-mode.
14113         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
14114         into declaration.
14115         (eshell-mode): Use define-derived-mode.
14116         * chistory.el (command-history-mode-map): Rename from
14117         command-history-map.
14118         (command-history-mode): Use define-derived-mode.
14119         (Command-history-setup): Remove function.
14120         * calc/calc.el (calc-trail-mode-map): New var.
14121         (calc-trail-mode): Use define-derived-mode.
14122         (calc-trail-buffer): Set calc-main-buffer manually.
14123         * bookmark.el (bookmark-insert-annotation): New function.
14124         (bookmark-edit-annotation): Use it.
14125         (bookmark-edit-annotation-mode): Make it a proper major mode.
14126         (bookmark-send-edited-annotation): Use derived-mode-p.
14127         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
14128         closer to its ideal place.  Use \' to match EOS.
14130         * profiler.el (profiler-calltree-find): Use function-equal.
14132 2013-09-10  Glenn Morris  <rgm@gnu.org>
14134         * files.el (interpreter-mode-alist): Convert to regexps.
14135         (set-auto-mode): Adapt for this.  (Bug#15306)
14136         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
14137         Comment out unused variable.
14138         * progmodes/cc-mode.el (interpreter-mode-alist):
14139         * progmodes/python.el (interpreter-mode-alist):
14140         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
14141         * progmodes/sh-script.el (sh-set-shell):
14142         No longer use interpreter-mode-alist to get list of shells.
14144         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
14146 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * simple.el: Use set-temporary-overlay-map for universal-argument.
14149         (universal-argument-map): Don't use default-bindings (bug#15317).
14150         Bind switch-frame explicitly.  Replace universal-argument-minus with
14151         a conditional binding.
14152         (universal-argument-num-events, saved-overriding-map): Remove.
14153         (restore-overriding-map): Remove.
14154         (universal-argument--mode): Rename from save&set-overriding-map,
14155         and rewrite.
14156         (universal-argument, universal-argument-more, negative-argument)
14157         (digit-argument): Adjust accordingly.
14158         (universal-argument-minus): Remove.
14159         (universal-argument-other-key): Remove.
14161         * subr.el (with-demoted-errors): Add `format' argument.
14163 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
14165         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
14166         `tramp-cleanup-connection'.
14168         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
14169         parameters KEEP-DEBUG and KEEP-PASSWORD.
14171         * net/tramp.el (tramp-file-name-handler):
14172         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14173         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14174         (tramp-maybe-open-connection):
14175         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14176         Use `tramp-cleanup-connection'.
14178         * net/tramp-sh.el (tramp-maybe-open-connection):
14179         Catch 'uname-changed inside the progress reporter.
14181 2013-09-10  Glenn Morris  <rgm@gnu.org>
14183         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
14185         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
14186         returns "alternate access method" in mode (eg "-rw-r--r--.").
14188 2013-09-08  Glenn Morris  <rgm@gnu.org>
14190         * saveplace.el (load-save-place-alist-from-file):
14191         Demote errors.  (Bug#15305)
14193 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
14195         Improve compatibility with older Emacsen, and XEmacs.
14197         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
14198         only if it is bound.  It isn't for XEmacs.
14199         (with-tramp-progress-reporter): Do not let-bind `result'.
14200         This yields to scoping errors in XEmacs.
14201         (tramp-handle-make-auto-save-file-name): New function, moved from
14202         tramp-sh.el.
14204         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
14205         for `make-auto-save-file-name'.
14206         (tramp-adb--gnu-switches-to-ash):
14207         Use `tramp-compat-replace-regexp-in-string'.
14209         * net/tramp-cache.el (tramp-cache-print): Call
14210         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
14212         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
14213         bound.  It isn't for XEmacs.
14215         * net/tramp-compat.el (tramp-compat-copy-file):
14216         Catch `wrong-number-of-arguments' error.
14217         (tramp-compat-replace-regexp-in-string): New defun.
14219         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
14220         for `make-auto-save-file-name'.
14221         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
14222         `copy-file'.
14223         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
14224         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
14225         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
14227         * net/tramp-gw.el (tramp-gw-open-network-stream):
14228         Use `tramp-compat-replace-regexp-in-string'.
14230         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
14231         Call `tramp-handle-make-auto-save-file-name'.
14232         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
14233         (tramp-sh-file-gvfs-monitor-dir-process-filter)
14234         (tramp-sh-file-inotifywait-process-filter):
14235         Use `tramp-compat-replace-regexp-in-string'.
14236         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
14238         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
14239         for `make-auto-save-file-name'.
14240         (tramp-smb-handle-copy-directory):
14241         Call `tramp-compat-replace-regexp-in-string'.
14242         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
14243         (tramp-smb-handle-copy-file): Improve error message.
14244         (tramp-smb-handle-rename-file): Rename directly only in case
14245         `newname' does not exist yet.  This is a restriction of smbclient.
14246         (tramp-smb-maybe-open-connection): Rerun the function only when
14247         `auth-sources' is non-nil.
14249 2013-09-08  Kenichi Handa  <handa@gnu.org>
14251         * international/characters.el: Set category "^" (Combining) for
14252         more characters.
14254 2013-09-07  Alan Mackenzie  <acm@muc.de>
14256         Correctly fontify Java class constructors.
14257         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
14258         in Java Mode.
14259         (c-recognize-typeless-decls): Set the Java value to t.
14260         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14261         While handling a "(", add a check for, effectively, Java, and handle a
14262         "typeless" declaration there.
14264 2013-09-07  Roland Winkler  <winkler@gnu.org>
14266         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
14267         field subtitle for entry type book.
14269 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14271         * minibuffer.el: Make minibuffer-complete call completion-in-region
14272         rather than other way around.
14273         (completion--some, completion-pcm--find-all-completions):
14274         Don't delay signals when debugging.
14275         (minibuffer-completion-contents): Beware fields within the
14276         minibuffer contents.
14277         (completion-all-sorted-completions): Use defvar-local.
14278         (completion--do-completion, completion--cache-all-sorted-completions)
14279         (completion-all-sorted-completions, minibuffer-force-complete):
14280         Add args `beg' and `end'.
14281         (completion--in-region-1): New fun, extracted from minibuffer-complete.
14282         (minibuffer-complete): Use completion-in-region.
14283         (completion-complete-and-exit): New fun, extracted from
14284         minibuffer-complete-and-exit.
14285         (minibuffer-complete-and-exit): Use it.
14286         (completion--complete-and-exit): Rename from
14287         minibuffer--complete-and-exit.
14288         (completion-in-region--single-word): New function, extracted from
14289         minibuffer-complete-word.
14290         (minibuffer-complete-word): Use it.
14291         (display-completion-list): Make `common-substring' argument obsolete.
14292         (completion--in-region): Call completion--in-region-1 instead of
14293         minibuffer-complete.
14294         (completion-help-at-point): Pass boundaries to
14295         minibuffer-completion-help as args rather than via an overlay.
14296         (completion-pcm--string->pattern): Use `any-delim'.
14297         (completion-pcm--optimize-pattern): New function.
14298         (completion-pcm--pattern->regex): Handle `any-delim'.
14299         * icomplete.el (icomplete-forward-completions)
14300         (icomplete-backward-completions, icomplete-completions):
14301         Adjust calls to completion-all-sorted-completions and
14302         completion--cache-all-sorted-completions.
14303         (icomplete-with-completion-tables): Default to t.
14304         * emacs-lisp/crm.el (crm--current-element): Rename from
14305         crm--select-current-element.  Don't put an overlay but return the
14306         boundaries instead.
14307         (crm--completion-command): Take two new args to bind to the boundaries.
14308         (crm-completion-help): Adjust accordingly.
14309         (crm-complete): Use completion-in-region.
14310         (crm-complete-word): Use completion-in-region--single-word.
14311         (crm-complete-and-exit): Use completion-complete-and-exit.
14313 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14315         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
14316         than dynamically.
14318 2013-09-06  Juri Linkov  <juri@jurta.org>
14320         * info.el (Info-display-images-node): When image file doesn't exist
14321         display text version of the image if it's provided in the Info file.
14322         Otherwise, display the location of missing image from SRC attribute.
14323         Add help-echo text property from ALT attribute.  (Bug#15279)
14325 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14327         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
14328         (edit-abbrevs-mode): Use define-derived-mode.
14330         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
14331         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
14332         that it's defined.
14333         (epa-key-list-mode, epa-key-mode, epa-info-mode):
14334         Use define-derived-mode.
14336         * epg.el (epg-start-encrypt): Minor CSE simplification.
14338 2013-09-06  William Xu  <william.xwl@gmail.com>
14340         * arc-mode.el: Add support for 7za (bug#15264).
14341         (archive-7z-program): New var.
14342         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
14343         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
14344         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
14346 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
14348         Remove URL syntax.
14350         * net/tramp.el (tramp-syntax, tramp-prefix-format)
14351         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
14352         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
14353         (tramp-postfix-host-format, tramp-file-name-regexp)
14354         (tramp-completion-file-name-regexp)
14355         (tramp-completion-dissect-file-name)
14356         (tramp-handle-substitute-in-file-name): Remove 'url case.
14357         (tramp-file-name-regexp-url)
14358         (tramp-completion-file-name-regexp-url): Remove constants.
14360 2013-09-06  Glenn Morris  <rgm@gnu.org>
14362         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
14364 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
14366         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
14367         keywords" below "here-doc beginnings" (Bug#15270).
14369 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14371         * subr.el (pop): Use `car-safe'.
14372         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
14373         to detect unused `pop' return value.
14375         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
14376         var `block-regexp'.
14377         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
14378         (python-fill-string): Remove unused var `marker'.
14379         (python-skeleton-add-menu-items): Remove unused var `items'.
14381         * international/mule-cmds.el: Require CL.
14382         (find-coding-systems-for-charsets): Avoid add-to-list.
14383         (sanitize-coding-system-list): New function, extracted from
14384         select-safe-coding-system-interactively.
14385         (select-safe-coding-system-interactively): Use it.
14386         (read-input-method-name): Accept symbols for `default'.
14388         * emacs-lisp/advice.el (defadvice): Add indent rule.
14390 2013-09-05  Daniel Hackney  <dan@haxney.org>
14392         * dired-x.el:
14393         * net/ange-ftp.el:
14394         * net/browse-url.el:
14395         * net/dbus.el:
14396         * net/eudc.el:
14397         * net/eudcb-ldap.el:
14398         * net/eww.el:
14399         * net/imap.el:
14400         * printing.el:
14401         * vc/ediff-diff.el:
14402         * vc/ediff-init.el:
14403         * vc/ediff-merg.el:
14404         * vc/ediff-mult.el:
14405         * vc/ediff-util.el:
14406         * vc/ediff-wind.el:
14407         * vc/ediff.el:
14408         * vc/emerge.el:
14409         * vc/pcvs.el:
14410         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
14411         byte compiler.  Remove some unused let-bound variables.
14413 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14415         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
14416         a "ref-cell", since it gets better optimized (bug#14883).
14418 2013-09-05  Glenn Morris  <rgm@gnu.org>
14420         * progmodes/cc-awk.el (c-forward-sws): Declare.
14422 2013-09-04  Glenn Morris  <rgm@gnu.org>
14424         * generic-x.el [rul-generic-mode]: Require cc-mode.
14425         (c++-mode-syntax-table): Declare.
14426         (rul-generic-mode-syntax-table): Init in the defvar.
14428 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14430         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
14431         (vc-do-command, vc-set-async-update):
14432         * vc/vc-mtn.el (vc-mtn-dir-status):
14433         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
14434         (vc-hg-pull, vc-hg-merge-branch):
14435         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
14436         (vc-git-merge-branch):
14437         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
14438         (vc-cvs-dir-status-files):
14439         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
14440         (vc-bzr-dir-status-files):
14441         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
14442         * vc/vc-annotate.el: Use lexical-binding.
14443         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
14444         (vc-sentinel-movepoint): Declare.
14445         (vc-annotate): Don't use `goto-line'.
14446         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
14447         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
14448         (vc-sentinel-movepoint): Declare.
14449         * vc/vc-svn.el: Use lexical-binding.
14450         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
14451         * vc/vc-sccs.el:
14452         * vc/vc-rcs.el: Use lexical-binding.
14454         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
14455         `deleted'.  Don't drop errors silently.
14457         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
14459 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
14461         * vc/vc.el (vc-ignore): Rewrite.
14462         (vc-default-ignore): New function.
14463         (vc-default-ignore-completion-table): Use find-ignore-file.
14465         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
14466         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
14467         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
14468         Remove.  Most code moved to vc.el.
14470 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14472         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
14473         * net/tramp-smb.el (tramp-smb-get-file-entries):
14474         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
14475         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
14477         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
14478         Update call to it.
14479         (eww-change-select): Remove unused var `properties'.
14480         (eww-make-unique-file-name): Remove unused var `base'.
14482         * finder.el (finder-compile-keywords): Don't mess with windows.
14484         * calculator.el (calculator-funcall): Fix typo in last change.
14486         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
14488         * emacs-lisp/package.el (package-activate-1): Don't let a missing
14489         <pkg>-autoloads.el file stop us.
14491         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14492         warnings, and factor out common code.
14494 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
14496         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
14497         two-character operators and whether the character preceding them
14498         changes their meaning (Bug#15208).
14500 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14502         Format code sent to Python shell for robustness.
14503         * progmodes/python.el (python-shell-buffer-substring):
14504         New function.
14505         (python-shell-send-region, python-shell-send-buffer): Use it.
14507 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
14509         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
14510         * net/tramp.el (tramp-user-error): ... here.
14511         (tramp-find-method, tramp-check-proper-host)
14512         (tramp-dissect-file-name, tramp-debug-message)
14513         (tramp-handle-shell-command):
14514         * net/tramp-adb.el (tramp-adb-handle-shell-command):
14515         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
14517         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
14519 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
14521         * avoid.el (mouse-avoidance-point-position)
14522         (mouse-avoidance-too-close-p): Handle case where posn-at-point
14523         returns nil.
14525 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14527         * progmodes/python.el (python-shell-completion-get-completions):
14528         Drop use of deleted `comint-last-prompt-overlay'.
14529         (python-nav-if-name-main): New command.
14531 2013-09-01  Glenn Morris  <rgm@gnu.org>
14533         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14534         Avoid leading space in $wins.  Otherwise the sed command used by
14535         eg compile-main ends up containing "/*.el".  (Bug#15170)
14537         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
14539 2013-08-30  Glenn Morris  <rgm@gnu.org>
14541         * emacs-lisp/bytecomp.el (byte-recompile-directory):
14542         Fix is-this-a-directory logic.  (Bug#15220)
14544 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14546         * textmodes/css-mode.el: Use SMIE.
14547         (css-smie-grammar): New var.
14548         (css-smie--forward-token, css-smie--backward-token)
14549         (css-smie-rules): New functions.
14550         (css-mode): Use them.
14551         (css-navigation-syntax-table): Remove var.
14552         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
14553         (css-indent-calculate, css-indent-line): Remove functions.
14555         Misc changes to reduce use of `(lambda...); and other cleanups.
14556         * cus-edit.el: Use lexical-binding.
14557         (customize-push-and-save, customize-apropos)
14558         (custom-buffer-create-internal): Use closures.
14559         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
14560         * progmodes/ada-xref.el: Use setq.
14561         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
14562         * dframe.el: Use lexical-binding.
14563         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
14564         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
14565         * descr-text.el: Use lexical-binding.
14566         (describe-text-widget, describe-text-sexp, describe-property-list):
14567         Use closures.
14568         * comint.el (comint-history-isearch-push-state): Use a closure.
14569         * calculator.el: Use lexical-binding.
14570         (calculator-number-to-string): Make it work with lexical-binding.
14571         (calculator-funcall): Same and use cl-letf.
14573         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
14574         (lisp--company-doc-string, lisp--company-location): New functions.
14575         (lisp-completion-at-point): Use them to improve Company support.
14577         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
14578         params of lambda expressions.
14579         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
14580         (ruby-smie--opening-pipe-p): New function.
14581         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
14582         symbols and matched |...| for formal params.
14583         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
14584         from being treated as hanging.  Handle "rescue".
14586 2013-08-29  Glenn Morris  <rgm@gnu.org>
14588         * progmodes/cc-engine.el (c-pull-open-brace):
14589         Move definition before use.
14591 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14593         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
14594         are immutable.  Don't use `unsafe' any more.
14595         (cl--defsubst-expand): Don't substitute at the same time as keeping
14596         a residual unused let-binding.  Don't use `unsafe' any more.
14598 2013-08-29  Glenn Morris  <rgm@gnu.org>
14600         * calendar/cal-china.el (calendar-chinese-year-cache):
14601         Recenter on 2015.
14603         * nxml/nxml-util.el (nxml-debug-clear-inside):
14604         Use cl-loop rather than loop.
14606         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
14608         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
14610 2013-08-28  Glenn Morris  <rgm@gnu.org>
14612         * progmodes/antlr-mode.el: No need to require cc-mode twice.
14614         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
14616         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
14618 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14620         * simple.el (repeat-complex-command--called-interactively-skip):
14621         New function.
14622         (repeat-complex-command): Use it (bug#14136).
14624         * progmodes/cc-mode.el: Minor cleanup of var declarations.
14625         (c-define-abbrev-table): Add `doc' argument.
14626         (c-mode-abbrev-table, c++-mode-abbrev-table)
14627         (objc-mode-abbrev-table, java-mode-abbrev-table)
14628         (idl-mode-abbrev-table, pike-mode-abbrev-table)
14629         (awk-mode-abbrev-table): Use it.
14630         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
14631         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
14632         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
14633         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
14634         Move initialization into the declaration; and remove any
14635         autoload cookie.
14637         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
14638         and dynamic let binding.
14640         * vc/smerge-mode.el: Remove redundant :group args.
14642         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
14643         to load-path.
14645 2013-08-28  Juri Linkov  <juri@jurta.org>
14647         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
14648         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
14649         (isearch-other-meta-char): Handle an undefined shifted printing
14650         character by downshifting it.  (Bug#15200)
14652 2013-08-28  Juri Linkov  <juri@jurta.org>
14654         * isearch.el (isearch-search): Change regexp error message for
14655         non-regexp searches.  (Bug#15166)
14657 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
14659         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
14660         for portability to hosts where /bin/sh has problems.
14662 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14664         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
14666 2013-08-27  Juri Linkov  <juri@jurta.org>
14668         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
14669         in the keyboard macro.  (Bug#15126)
14671 2013-08-27  Juri Linkov  <juri@jurta.org>
14673         * isearch.el (isearch-quote-char): Comment out converting unibyte
14674         to multibyte, thus syncing with its `quoted-insert' counterpart.
14675         (Bug#15166)
14677 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
14679         * window.el (display-buffer-use-some-window): Add missing
14680         argument in call of get-largest-window (Bug#15185).
14681         Reported by Stephen Leake.
14683 2013-08-27  Glenn Morris  <rgm@gnu.org>
14685         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
14687 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14689         * progmodes/python.el (python-font-lock-keywords): Don't return nil
14690         from a matcher-function unless there's no more matches (bug#15161).
14692 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
14694         * minibuffer.el: Revert change from 2013-08-20.
14696         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
14697         with text property `tramp-default', if appropriate.
14698         (tramp-check-proper-host): New defun.
14699         (tramp-dissect-file-name): Do not check hostname.  Revert change
14700         of 2013-03-18.
14701         (tramp-backtrace): Make VEC-OR-PROC optional.
14703         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
14704         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
14705         * net/tramp-sh.el (tramp-maybe-open-connection):
14706         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
14707         Apply `tramp-check-proper-host'.
14709 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
14711         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
14712         lambda expression in order to have `describe-variable' display it.
14714 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
14716         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
14717         BUF can be optional.  (Bug#15186)
14719 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
14721         * progmodes/flymake.el (flymake-get-real-file-name-function):
14722         Fix broken customization.  (Bug#15184)
14724 2013-08-25  Alan Mackenzie  <acm@muc.de>
14726         Improve indentation of bracelists defined by macros (without "=").
14728         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
14729         expansion begins with "{", regard it as bracelist when it doesn't
14730         contain a ";".
14732         Parse C++ inher-intro when there's a template split over 2 lines.
14734         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
14735         rigorously the search for "class" etc. followed by ":".
14737         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
14738         random languages a regexp which never matches rather than nil.
14740         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
14742         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
14743         (c-awk-regexp-one-line-possibly-open-char-list-re)
14744         (c-awk-one-line-possibly-open-regexp-re)
14745         (c-awk-one-line-non-syn-ws*-re): Remove.
14746         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
14747         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
14748         (c-awk-space*-unclosed-regexp-/-re): New constants.
14749         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
14750         aren't regexp delimiters.
14752         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
14753         handling for a rare situation in AWK Mode involving unterminated
14754         strings/regexps.
14756 2013-08-23  Glenn Morris  <rgm@gnu.org>
14758         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
14760         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
14762         * files.el (create-file-buffer): If the result would begin with
14763         spaces, prepend a "|" instead of removing them.  (Bug#15162)
14765 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14767         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
14768         text-properties (bug#15155).
14770         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
14771         exist any more.
14772         (calc-keypad-redraw): Remove unused var `pad'.
14773         (calc-keypad-press): Remove unused var `menu'.
14775 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
14777         * window.el (display-buffer-pop-up-frame):
14778         Call pop-up-frame-function with BUFFER current so `make-frame' will
14779         use it as the new frame's buffer (Bug#15133).
14781 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14783         * calendar/timeclock.el: Minor cleanups.
14784         (timeclock-ask-before-exiting, timeclock-use-display-time):
14785         Use `symbol'.
14786         (timeclock-modeline-display): Define as alias before the
14787         actual definition.
14788         (timeclock-mode-line-display): Use define-minor-mode.
14789         (timeclock-day-list-template): Make it a function, add an argument.
14790         (timeclock-day-list-required, timeclock-day-list-length)
14791         (timeclock-day-list-debt, timeclock-day-list-span)
14792         (timeclock-day-list-break): Adjust calls accordingly.
14794 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14796         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
14797         Use read--expression so that completion works again.
14799 2013-08-21  Sam Steingold  <sds@gnu.org>
14801         Add rudimentary inferior shell interaction
14802         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
14803         (sh-set-shell): Reset it.
14804         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
14805         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
14807 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14809         * align.el: Use lexical-binding.
14810         (align-region): Simplify accordingly.
14812 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
14814         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
14816         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
14817         `non-essential' up.
14819 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
14821         * net/tramp.el:
14822         * net/tramp-adb.el:
14823         * net/tramp-cmds.el:
14824         * net/tramp-ftp.el:
14825         * net/tramp-gvfs.el:
14826         * net/tramp-gw.el:
14827         * net/tramp-sh.el: Don't wrap external variable declarations by
14828         `eval-when-compile'.
14830 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14832         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
14833         now that Emacs supports ImageMagick animations.
14835 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
14837         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
14838         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
14840 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
14842         * window.el (mouse-autoselect-window-select): Do autoselect when
14843         mouse pointer is on margin.
14845 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
14847         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
14849 2013-08-16  Glenn Morris  <rgm@gnu.org>
14851         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
14852         Handle "Remote Directory" response of some clients.  (Bug#15058)
14854         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
14855         Tweak warning.  (Bug#14926)
14857         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
14858         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
14860         * image-mode.el (image-mode-map): Add menu items to reverse,
14861         increase, decrease, reset animation speed.
14862         (image--set-speed, image-increase-speed, image-decrease-speed)
14863         (image-reverse-speed, image-reset-speed): New functions.
14864         (image-mode-map): Add bindings for speed commands.
14866         * image.el (image-animate-get-speed, image-animate-set-speed):
14867         New functions.
14868         (image-animate-timeout): Respect image :speed property.
14870 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14872         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
14873         previous line (bug#15101).
14874         (debugger-eval-expression, debugger-record-expression):
14875         Use read--expression (bug#15102).
14877 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
14879         Remove byte compiler warnings, visible when compiling with
14880         `byte-compile-force-lexical-warnings' set to t.
14882         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
14883         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
14884         (tramp-handle-unhandled-file-name-directory)
14885         (tramp-handle-file-notify-add-watch, tramp-action-login)
14886         (tramp-action-succeed, tramp-action-permission-denied)
14887         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
14888         arguments with "_".
14890         * net/tramp-adb.el (tramp-adb-parse-device-names)
14891         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
14892         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
14893         (tramp-adb-handle-file-truename): Remove unused arguments.
14895         * net/tramp-cache.el (tramp-flush-directory-property)
14896         (tramp-flush-connection-property, tramp-list-connections)
14897         (tramp-parse-connection-properties): Prefix unused arguments with "_".
14899         * net/tramp-compat.el (tramp-compat-make-temp-file):
14900         Rename FILENAME to F.
14902         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
14903         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
14904         (tramp-zeroconf-parse-workstation-device-names)
14905         (tramp-zeroconf-parse-webdav-device-names)
14906         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
14908         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
14909         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
14911         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
14912         arguments.
14913         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
14914         (tramp-sh-handle-insert-file-contents-literally)
14915         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
14916         with "_".
14917         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
14918         Remove unused variables.
14920         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
14921         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
14922         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
14924         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
14925         Make them a defconst.
14926         (tramp-uuencode-region): Remove unused variable.
14928 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
14930         * frameset.el (frameset--prop-setter): New function.
14931         (frameset-prop): Add gv-setter declaration.
14932         (frameset-filter-minibuffer): Deal with the case that the minibuffer
14933         parameter was already set in FILTERED.  Doc fix.
14934         (frameset--record-minibuffer-relationships): Allow saving a
14935         minibufferless frame without its corresponding minibuffer frame.
14936         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
14937         frame, if the frame id matches.
14938         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
14939         frames before orphaned ones.
14940         (frameset-restore): Warn about orphaned windows, instead of error out.
14942 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
14944         * window.el (window-make-atom): Don't overwrite parameter
14945         already present.
14946         (display-buffer-in-atom-window): Handle special case where we
14947         split an already atomic window.
14948         (window--major-non-side-window, display-buffer-in-side-window)
14949         (window--side-check): Ignore minibuffer window when walking
14950         window tree.
14951         (window-deletable-p): Return 'frame only if no other frame uses
14952         our minibuffer window.
14953         (record-window-buffer): Run buffer-list-update-hook.
14954         (split-window): Make sure window--check-frame won't destroy an
14955         existing atomic window in case the new window gets nested
14956         inside.
14957         (display-buffer-at-bottom): Ignore minibuffer window when
14958         walking window tree.  Don't split a side window.
14959         (pop-to-buffer): Don't set-buffer here, the select-window call
14960         should do that.
14961         (mouse-autoselect-window-select): Autoselect only if we are in the
14962         text portion of the window.
14964 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14966         * net/shr.el (shr-parse-image-data): New function to grab both the
14967         data itself and the Content-Type.
14968         (shr-put-image): Use it.
14970         * net/eww.el (eww-display-image): Ditto.
14972         * image.el (image-content-type-suffixes): New variable.
14974 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
14976         * progmodes/python.el (python-imenu--build-tree)
14977         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
14979 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
14981         * simple.el (backward-word): Mention the optional argument.
14983 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14985         * frameset.el (frameset--make): Rename constructor from make-frameset.
14986         (frameset-p, frameset-valid-p): Don't autoload.
14987         (frameset-valid-p): Use normal accessors.
14989 2013-08-13  Glenn Morris  <rgm@gnu.org>
14991         * progmodes/compile.el (compile-command): Tweak example in doc.
14992         * obsolete/scribe.el (scribe-mode):
14993         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
14995         * mail/feedmail.el (feedmail-confirm-outgoing)
14996         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
14998         * cus-start.el (truncate-partial-width-windows): Fix type.
15000         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
15002         * net/shr.el (shr-table-horizontal-line): Fix custom type.
15004 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15006         * emacs-lisp/timer.el (timer--time-setter): New function.
15007         (timer--time): Use it as gv-setter.
15009         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
15010         setter is not a symbol.
15012 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
15014         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
15015         if sending fails.  This makes debugging easier.
15017 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
15019         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
15020         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
15021         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
15023 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
15025         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
15027 2013-08-12  Glenn Morris  <rgm@gnu.org>
15029         * format.el (format-annotate-function):
15030         Handle read-only text properties in the source.  (Bug#14887)
15032 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15034         * net/eww.el (eww-display-html): Ignore coding system errors.
15035         One web site uses "utf-8lias" as the coding system.
15037 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
15039         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
15041 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
15043         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
15044         (tutorial--detailed-help): Remove unused local variables.
15045         (tutorial--save-tutorial-to): Use ignore-errors.
15046         (help-with-tutorial): Use looking-at-p.
15048         * view.el (view-buffer-other-window, view-buffer-other-frame):
15049         Mark unused arguments.
15051         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
15052         (woman-select-symbol-fonts, woman, woman-find-file)
15053         (woman-insert-file-contents, woman-non-underline-faces):
15054         Use string-match-p.
15055         (woman1-unquote): Move declaration.
15057         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
15058         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
15059         argument.  Remove unused local variable.
15060         (xml-parse-elem-type): Use string-match-p.
15061         (xml-substitute-numeric-entities): Use ignore-errors.
15063         * calculator.el (calculator): Mark unused argument.
15064         (calculator-paste, calculator-quit, calculator-integer-p):
15065         Use ignore-errors.
15066         (calculator-string-to-number, calculator-decimal, calculator-exp)
15067         (calculator-op-or-exp): Use string-match-p.
15069         * dired.el (dired-buffer-more-recently-used-p): Declare.
15070         (dired-insert-set-properties, dired-insert-old-subdirs):
15071         Use ignore-errors.
15073         * dired-aux.el (dired-compress): Use ignore-errors.
15074         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
15075         (dired-do-async-shell-command, dired-do-shell-command)
15076         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
15077         (dired-insert-subdir-validate): Use string-match-p.
15078         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
15079         (dired-add-entry): Use string-match-p, looking-at-p.
15080         (dired-insert-subdir-newpos): Remove unused local variable.
15082         * filenotify.el (file-notify-callback): Remove unused local variable.
15084         * filesets.el (filesets-error): Mark unused argument.
15085         (filesets-which-command-p, filesets-filter-dir-names)
15086         (filesets-directory-files, filesets-get-external-viewer)
15087         (filesets-ingroup-get-data): Use string-match-p.
15089         * find-file.el (ff-other-file-name, ff-other-file-name)
15090         (ff-find-the-other-file, ff-cc-hh-converter):
15091         Remove unused local variables.
15092         (ff-get-file-name): Use string-match-p.
15093         (ff-all-dirs-under): Use ignore-errors.
15095         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
15096         (follow-select-if-visible): Remove unused local variable.
15098         * forms.el (read-file-filter): Move declaration.
15099         (forms--make-format, forms--make-parser, forms-insert-record):
15100         Quote function with #'.
15101         (forms--update): Use string-match-p.  Quote function with #'.
15103         * help-mode.el (help-dir-local-var-def): Mark unused argument.
15104         (help-make-xrefs): Use looking-at-p.
15105         (help-xref-on-pp): Use looking-at-p, ignore-errors.
15107         * ibuffer.el (ibuffer-ext-visible-p): Declare.
15108         (ibuffer-confirm-operation-on): Use string-match-p.
15110         * msb.el (msb-item-handler, msb-dired-item-handler):
15111         Mark unused arguments.
15113         * ses.el (ses-decode-cell-symbol)
15114         (ses-kill-override): Remove unused local variable.
15115         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
15116         (ses-load): Use ignore-errors, looking-at-p.
15117         (ses-jump-safe): Use ignore-errors.
15118         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
15120         * tabify.el (untabify, tabify): Mark unused arguments.
15122         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
15123         Mark unused argument.
15124         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
15125         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
15127         * emacs-lisp/timer.el (timer--time): Define setter with
15128         gv-define-setter to avoid deprecation warning.
15130         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
15131         (*record-cmpl-statistics-p*): Remove (was commented out).
15132         (cmpl-statistics-block): Remove (body was commented out).
15133         All callers changed.
15134         (add-completions-from-buffer, load-completions-from-file):
15135         Remove unused variables.
15137 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
15139         * filecache.el (file-cache-delete-file-list):
15140         Print message only when told so.
15141         (file-cache-files-matching): Use #' in mapconcat argument.
15143         * ffap.el (ffap-url-at-point): Fix reference to variable
15144         thing-at-point-default-mail-uri-scheme.
15146 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15148         * subr.el (define-error): New function.
15149         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
15150         error-file-not-found and define with define-error.
15151         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
15152         and define with define-error.
15153         * userlock.el (file-locked, file-supersession):
15154         * simple.el (mark-inactive):
15155         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
15156         * progmodes/ada-mode.el (ada-mode-errors):
15157         * play/life.el (life-extinct):
15158         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
15159         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
15160         * nxml/rng-util.el (rng-error):
15161         * nxml/rng-uri.el (rng-uri-error):
15162         * nxml/rng-match.el (rng-compile-error):
15163         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
15164         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
15165         * nxml/nxml-rap.el (nxml-scan-error):
15166         * nxml/nxml-outln.el (nxml-outline-error):
15167         * net/soap-client.el (soap-error):
15168         * net/gnutls.el (gnutls-error):
15169         * net/ange-ftp.el (ftp-error):
15170         * mpc.el (mpc-proc-error):
15171         * json.el (json-error, json-readtable-error, json-unknown-keyword)
15172         (json-number-format, json-string-escape, json-string-format)
15173         (json-key-format, json-object-format):
15174         * jka-compr.el (compression-error):
15175         * international/quail.el (quail-error):
15176         * international/kkc.el (kkc-error):
15177         * emacs-lisp/ert.el (ert-test-failed):
15178         * calc/calc.el (calc-error, inexact-result, math-overflow)
15179         (math-underflow):
15180         * bookmark.el (bookmark-error-no-filename):
15181         * epg.el (epg-error): Define with define-error.
15183         * time.el (display-time-event-handler)
15184         (display-time-next-load-average): Don't call sit-for since it seems
15185         unnecessary (bug#15045).
15187         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
15188         Use #' instead of ' to quote functions.
15189         (checkdoc-output-mode): Use setq-local.
15190         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
15191         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
15192         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
15193         (checkdoc-ispell, checkdoc-ispell-current-buffer)
15194         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
15195         (checkdoc-ispell-message-text, checkdoc-ispell-start)
15196         (checkdoc-ispell-continue, checkdoc-ispell-comments)
15197         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
15199         * ido.el (ido-completion-help): Fix up compiler warning.
15201 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
15203         * frameset.el (frameset-p): Add autoload cookie.
15204         (frameset--jump-to-register): New function, based on code moved from
15205         register.el.
15206         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
15208         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
15209         (frameset-restore, frameset-save, frameset-session-filter-alist):
15210         Remove declarations.
15211         (register-alist): Doc fix.
15212         (frameset-to-register): Move to frameset.el.
15213         (jump-to-register, describe-register-1): Remove frameset-specific code.
15215 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15217         * allout-widgets.el (allout-widgets-pre-command-business)
15218         (allout-widgets-post-command-business)
15219         (allout-widgets-after-change-handler)
15220         (allout-decorate-item-and-context, allout-set-boundary-marker)
15221         (allout-body-modification-handler)
15222         (allout-graphics-modification-handler): Mark ignored arguments.
15223         (allout-widgets-post-command-business)
15224         (allout-widgets-exposure-change-processor)
15225         (allout-widgets-exposure-undo-processor)
15226         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
15227         (allout-parse-item-at-point, allout-decorate-item-guides)
15228         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
15229         * allout.el (epa-passphrase-callback-function): Declare.
15230         (allout-overlay-insert-in-front-handler)
15231         (allout-overlay-interior-modification-handler)
15232         (allout-isearch-end-handler, allout-chart-siblings)
15233         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
15234         (allout-yank-processing, allout-process-exposed)
15235         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
15236         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
15237         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
15238         (lisp-indent-defform): Mark ignored arguments.
15239         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
15240         (calculate-lisp-indent): Remove unused variables.
15241         * international/characters.el (indian-2-column, arabic-2-column)
15242         (tibetan): Mark ignored arguments.
15243         (use-cjk-char-width-table): Mark ignored arguments.
15244         Remove unused variables.
15245         * international/fontset.el (build-default-fontset-data)
15246         (x-compose-font-name, create-fontset-from-fontset-spec):
15247         Mark ignored arguments.
15248         (fontset-plain-name): Remove unused variables.
15249         * international/mule.el (charset-id, charset-bytes, generic-char-p)
15250         (keyboard-coding-system): Mark ignored arguments.
15251         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
15252         * help.el (resize-temp-buffer-window):
15253         * window.el (display-buffer-in-major-side-window)
15254         (display-buffer-in-side-window, display-buffer-in-previous-window):
15255         Remove unused variables.
15256         * isearch.el (isearch-forward-symbol):
15257         * version.el (emacs-bzr-version-bzr):
15258         * international/mule-cmds.el (current-language-environment):
15259         * term/common-win.el (x-handle-iconic, x-handle-geometry)
15260         (x-handle-display):
15261         * term/pc-win.el (x-list-fonts, x-display-planes)
15262         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
15263         (x-server-version, x-display-screens, x-display-mm-height)
15264         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
15265         (x-selection-owner-p, x-own-selection-internal)
15266         (x-disown-selection-internal, x-get-selection-internal)
15267         (msdos-initialize-window-system):
15268         * term/tty-colors.el (tty-color-alist, tty-color-clear):
15269         * term/x-win.el (x-handle-no-bitmap-icon):
15270         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
15271         (vc-default-find-file-hook, vc-default-extra-menu):
15272         Mark ignored arguments.
15274 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15276         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
15277         break-condition in the context of the debugged code (bug#12685).
15279 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
15281         * comint.el:
15282         Do not use an overlay to highlight the last prompt.  (Bug#14744)
15283         (comint-mode): Make comint-last-prompt buffer local.
15284         (comint-last-prompt): New variable.
15285         (comint-last-prompt-overlay): Remove.  Superseded by
15286         comint-last-prompt.
15287         (comint-snapshot-last-prompt, comint-output-filter):
15288         Use comint-last-prompt.
15290 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15292         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
15293         (frameset-save): Check validity of the resulting frameset.
15295 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
15297         * ido.el (ido-record-command): Add doc string.
15299 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15301         * frameset.el (frameset): Do not disable creation of the default
15302         frameset-p predicate.  Doc fix.
15303         (frameset-valid-p): New function, copied from the old predicate-p.
15304         Add additional checks.
15305         (frameset-restore): Check with frameset-valid-p.
15306         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
15307         (frameset-name, frameset-description, frameset-properties)
15308         (frameset-states): Add docstring.
15309         (frameset-session-filter-alist, frameset-persistent-filter-alist)
15310         (frameset-filter-alist): Doc fixes.
15312 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15314         * frameset.el (frameset-p, frameset-prop): Doc fixes.
15316 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15318         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
15319         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
15320         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
15321         (byte-compile-normal-call): Remove obsolescence check.
15323 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
15325         * frameset.el (frameset-restore): Doc fix.
15327         * register.el (frameset-frame-id, frameset-frame-with-id)
15328         (frameset-p, frameset-restore, frameset-save): Declare.
15329         (register-alist): Document framesets.
15330         (frameset-session-filter-alist): Declare.
15331         (frameset-to-register): New function.
15332         (jump-to-register): Implement jumping to framesets.  Doc fix.
15333         (describe-register-1): Describe framesets.
15335         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
15337 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
15339         * desktop.el (desktop-save-frameset): Use new frameset-save args.
15340         Use lexical-binding.
15342         * frameset.el (frameset): Use type vector, not list (incompatible
15343         change).  Do not declare a new constructor, use the default one.
15344         Upgrade suggested properties `app', `name' and `desc' to slots `app',
15345         `name' and `description', respectively, and add read-only slot
15346         `timestamp'.  Doc fixes.
15347         (frameset-copy, frameset-persistent-filter-alist)
15348         (frameset-filter-alist, frameset-switch-to-gui-p)
15349         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
15350         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
15351         (frameset-filter-iconified, frameset-keep-original-display-p):
15352         Doc fixes.
15353         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
15354         Rename from frameset-filter-(save|restore)-param.  All callers changed.
15355         Doc fix.
15356         (frameset-p): Adapt to change to vector and be more thorough.
15357         Change arg name to OBJECT.  Doc fix.
15358         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
15359         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
15360         All callers changed.
15361         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
15362         All callers changed.
15363         (frameset--record-minibuffer-relationships): Rename from
15364         frameset--process-minibuffer-frames.  All callers changed.
15365         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
15366         Use new default constructor (again).  Doc fix.
15367         (frameset--find-frame-if): Rename from `frameset--find-frame'.
15368         All callers changed.
15369         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
15370         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
15371         Doc fix.
15372         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
15373         PARAMETERS and WINDOW-STATE, respectively.
15374         (frameset-restore): Add new keyword argument PREDICATE.
15375         Reset frameset--target-display to nil.  Doc fix.
15377 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15379         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
15380         (bat-mode): Use it.
15381         (bat-mode-syntax-table): Mark \n as end-of-comment.
15382         (bat-font-lock-keywords): Remove comment rule.
15384         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
15385         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
15387         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
15388         (byte-compile-callargs-warn): Use `push'.
15389         (byte-compile-arglist-warn): Ignore higher-order "calls".
15390         (byte-compile-file-form-autoload): Use `pcase'.
15391         (byte-compile-function-form): If quoting a symbol, check that it exists.
15393 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
15395         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
15396         and add a few popular commands found in batch files.
15397         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
15398         (dos-mode): Doc fixes.
15400 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15402         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
15403         (dos-mode): Use setq-local.  Add space after "rem".
15404         (dos-mode-syntax-table): Don't use "w" for symbol chars.
15405         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
15407 2013-08-07  Arni Magnusson  <arnima@hafro.is>
15409         * progmodes/dos.el: New file.
15410         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
15411         dos-mode.
15413 2013-08-06  Glenn Morris  <rgm@gnu.org>
15415         * calendar/calendar.el: Add new faces, and day-header-array.
15416         (calendar-weekday-header, calendar-weekend-header)
15417         (calendar-month-header): New faces.
15418         (calendar-day-header-construct): New function.
15419         (calendar-day-header-width): Also :set calendar-day-header-array.
15420         (calendar-american-month-header, calendar-european-month-header)
15421         (calendar-iso-month-header): Use calendar- faces.
15422         (calendar-generate-month):
15423         Use calendar-day-header-array for day headers; apply faces to them.
15424         (calendar-mode): Check calendar-font-lock-keywords non-nil.
15425         (calendar-abbrev-construct): Add optional maxlen argument.
15426         (calendar-day-name-array): Doc fix.
15427         (calendar-day-name-array, calendar-abbrev-length)
15428         (calendar-day-abbrev-array):
15429         Also :set calendar-day-header-array, and maybe redraw.
15430         (calendar-day-header-array): New option.  (Bug#15007)
15431         (calendar-font-lock-keywords): Set to nil and make obsolete.
15432         (calendar-day-name): Add option to use header array.
15434 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15436         * net/shr.el (shr-render-td): Remove debugging.
15437         (shr-render-td): Make width computation consistent by defaulting
15438         all zero-width columns to 10 characters.  This may not be optimal,
15439         but it's at least consistent.
15440         (shr-make-table-1): Redo last change to fix the real problem in
15441         colspan handling.
15443 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
15445         * files.el (cache-long-line-scans):
15446         Make obsolete alias to `cache-long-scans'.
15448 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
15450         * frameset.el (frameset, frameset-filter-alist)
15451         (frameset-filter-params, frameset-save, frameset--reuse-frame)
15452         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
15453         (frameset-compute-pos): Rename from frameset--compute-pos,
15454         and add docstring.
15455         (frameset-move-onscreen): Use frameset-compute-pos.
15456         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15458         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
15459         Fix typos in docstrings.
15461 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
15463         * frame.el (get-other-frame): Tiny cleanup.
15465 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
15467         * vc/vc.el (vc-default-ignore-completion-table):
15468         Silence byte-compiler warning.
15470         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
15471         slot, which can indeed be nil.
15472         (frameset-live-filter-alist, frameset-persistent-filter-alist):
15473         Move entry for `left' from persistent to live filter alist.
15474         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
15475         Doc fixes.
15476         (frameset-filter-params): When restoring a frame, copy items added to
15477         `filtered', to avoid unwittingly modifying the original parameters.
15478         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
15479         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
15481         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
15482         to use looking-at-p instead of looking-at.  (Bug#15028)
15484 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15486         Revert introduction of isearch-filter-predicates (bug#14714).
15487         Rely on add-function instead.
15488         * isearch.el (isearch-filter-predicates): Rename it back to
15489         isearch-filter-predicate.
15490         (isearch-message-prefix): Use advice-function-mapc and advice
15491         properties to get the isearch-message-prefix.
15492         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
15493         instead of run-hook-with-args-until-failure.
15494         (isearch-filter-visible): Not obsolete any more.
15495         * loadup.el: Preload nadvice.
15496         * replace.el (perform-replace): Revert to funcall
15497         instead of run-hook-with-args-until-failure.
15498         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
15499         * dired-aux.el (dired-isearch-filenames-mode): Rename from
15500         dired-isearch-filenames-toggle; make it into a proper minor mode.
15501         Use add/remove-function.
15502         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
15503         Call the minor-mode rather than add/remove-hook.
15504         (dired-isearch-filter-filenames):
15505         Remove isearch-message-prefix property.
15506         * info.el (Info--search-loop): New function, extracted from Info-search.
15507         Funcall isearch-filter-predicate instead of
15508         run-hook-with-args-until-failure isearch-filter-predicates.
15509         (Info-search): Use it.
15510         (Info-mode): Use isearch-filter-predicate instead of
15511         isearch-filter-predicates.
15513 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
15515         Do not call to `selected-window' where it is assumed by default.
15516         Affected functions are `window-minibuffer-p', `window-dedicated-p',
15517         `window-hscroll', `window-width', `window-height', `window-buffer',
15518         `window-frame', `window-start', `window-point', `next-window'
15519         and `window-display-table'.
15520         * abbrev.el (abbrev--default-expand):
15521         * bs.el (bs--show-with-configuration):
15522         * buff-menu.el (Buffer-menu-mouse-select):
15523         * calc/calc.el (calc):
15524         * calendar/calendar.el (calendar-generate-window):
15525         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
15526         (diary-make-entry):
15527         * comint.el (send-invisible, comint-dynamic-complete-filename)
15528         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
15529         * completion.el (complete):
15530         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
15531         * disp-table.el (describe-current-display-table):
15532         * doc-view.el (doc-view-insert-image):
15533         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
15534         * ehelp.el (with-electric-help):
15535         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15536         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
15537         * emacs-lisp/helper.el (Helper-help-scroller):
15538         * emulation/cua-base.el (cua--post-command-handler-1):
15539         * eshell/esh-mode.el (eshell-output-filter):
15540         * ffap.el (ffap-gnus-wrapper):
15541         * help-macro.el (make-help-screen):
15542         * hilit-chg.el (highlight-compare-buffers):
15543         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
15544         * hl-line.el (global-hl-line-highlight):
15545         * icomplete.el (icomplete-simple-completing-p):
15546         * isearch.el (isearch-done):
15547         * jit-lock.el (jit-lock-stealth-fontify):
15548         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
15549         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
15550         * mpc.el (mpc-tagbrowser, mpc):
15551         * net/rcirc.el (rcirc-any-buffer):
15552         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
15553         * play/landmark.el (landmark-max-width, landmark-max-height):
15554         * play/zone.el (zone):
15555         * progmodes/compile.el (compilation-goto-locus):
15556         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
15557         * progmodes/etags.el (find-tag-other-window):
15558         * progmodes/fortran.el (fortran-column-ruler):
15559         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
15560         * progmodes/verilog-mode.el (verilog-point-text):
15561         * reposition.el (reposition-window):
15562         * rot13.el (toggle-rot13-mode):
15563         * server.el (server-switch-buffer):
15564         * shell.el (shell-dynamic-complete-command)
15565         (shell-dynamic-complete-environment-variable):
15566         * simple.el (insert-buffer, set-selective-display)
15567         (delete-completion-window):
15568         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
15569         (speedbar-recenter):
15570         * startup.el (fancy-splash-head):
15571         * textmodes/ispell.el (ispell-command-loop):
15572         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
15573         * tutorial.el (help-with-tutorial):
15574         * vc/add-log.el (add-change-log-entry):
15575         * vc/compare-w.el (compare-windows):
15576         * vc/ediff-help.el (ediff-indent-help-message):
15577         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
15578         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
15579         (ediff-setup-control-frame):
15580         * vc/emerge.el (emerge-position-region):
15581         * vc/pcvs-util.el (cvs-bury-buffer):
15582         * window.el (walk-windows, mouse-autoselect-window-select):
15583         * winner.el (winner-set-conf, winner-undo): Related users changed.
15585 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
15587         * frameset.el (frameset--set-id): Doc fix.
15588         (frameset-frame-id, frameset-frame-id-equal-p)
15589         (frameset-locate-frame-id): New functions.
15590         (frameset--process-minibuffer-frames, frameset--reuse-frame)
15591         (frameset-restore): Use them.
15593 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
15595         Do not call to `selected-frame' where it is assumed by default.
15596         Affected functions are `raise-frame', `redraw-frame',
15597         `frame-first-window', `frame-terminal' and `delete-frame'.
15598         * calendar/appt.el (appt-disp-window):
15599         * epg.el (epg-wait-for-completion):
15600         * follow.el (follow-delete-other-windows-and-split)
15601         (follow-avoid-tail-recenter):
15602         * international/mule.el (set-terminal-coding-system):
15603         * mail/rmail.el (rmail-mail-return):
15604         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
15605         * progmodes/f90.el (f90-add-imenu-menu):
15606         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
15607         * server.el (server-switch-buffer):
15608         * simple.el (delete-completion-window):
15609         * talk.el (talk):
15610         * term/xterm.el (terminal-init-xterm-modify-other-keys)
15611         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
15612         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
15613         * vc/ediff.el (ediff-documentation): Related users changed.
15614         * frame.el (selected-terminal): Remove the leftover.
15616 2013-08-05  Glenn Morris  <rgm@gnu.org>
15618         * calendar/calendar.el (calendar-generate-month):
15619         Fix for calendar-column-width != 1 + calendar-day-digit-width.
15620         (calendar-generate-month, calendar-font-lock-keywords):
15621         Fix for calendar-day-header-width > length of any day name.
15623 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
15625         * desktop.el (desktop-clear): Use new name of sort predicate.
15627         * frameset.el (frameset): Add docstring.  Move :version property to its
15628         own `version' slot.
15629         (frameset-copy): Rename from copy-frameset.
15630         (frameset-p): Check more thoroughly.
15631         (frameset-prop): Do not check for :version, which is no longer a prop.
15632         (frameset-live-filter-alist, frameset-persistent-filter-alist):
15633         Use new :never value instead of t.
15634         (frameset-filter-alist): Expand and clarify docstring.
15635         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
15636         (frameset-filter-minibuffer, frameset-filter-save-param)
15637         (frameset-filter-restore-param, frameset-filter-iconified):
15638         Add pointer to docstring of frameset-filter-alist.
15639         (frameset-filter-params): Rename filter values to be more meaningful:
15640         :never instead of t, and reverse the meanings of :save and :restore.
15641         (frameset--process-minibuffer-frames): Clarify error message.
15642         (frameset-save): Avoid unnecessary and confusing call to framep.
15643         Use new BOA constructor for framesets.
15644         (frameset--reuse-list): Doc fix.
15645         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
15646         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
15647         (frameset-minibufferless-first-p): Doc fix.
15648         Rename from frameset-sort-frames-for-deletion.
15649         (frameset-restore): Doc fixes.  Use new function names.
15650         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
15652 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
15654         * desktop.el (desktop-restore-forces-onscreen)
15655         (desktop-restore-reuses-frames): Document :keyword constant values.
15656         (desktop-filter-parameters-alist): Remove, now identical to
15657         frameset-filter-alist.
15658         (desktop--filter-tty*): Remove, moved to frameset.el.
15659         (desktop-save-frameset, desktop-restore-frameset):
15660         Do not pass :filters argument.
15662         * frameset.el (frameset-live-filter-alist)
15663         (frameset-persistent-filter-alist): New variables.
15664         (frameset-filter-alist): Use them.  Add autoload cookie.
15665         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
15666         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
15667         `frameset--id' (it's supposed to be internal to frameset.el).
15668         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
15669         (frameset--initial-params): New function.
15670         (frameset--get-frame): Use it.  Doc fix.
15671         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
15672         Accept :all, not 'all.
15673         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
15674         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
15675         with fbound symbols.  Fix frame id matching, and remove matching ids if
15676         the frame being restored is deleted.  Obey :delete.
15678 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15680         * subr.el (macrop): New function.
15681         (text-clone--maintaining): New var.
15682         (text-clone--maintain): Rename from text-clone-maintain.  Use it
15683         instead of inhibit-modification-hooks.
15685         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
15686         a proxy, so as handle autoloads and redefinitions of the target.
15687         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
15689         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
15690         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
15691         (pcase--mutually-exclusive-p): New function.
15692         (pcase--split-consp): Use it.
15693         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
15694         mutually exclusive with the current predicate.
15696         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
15697         (edebug-macrop): Remove.  Use `macrop' instead.
15698         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
15699         (ad-macro-p):
15700         * eshell/esh-cmd.el (eshell-macrop):
15701         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
15703 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15705         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
15706         (advice-mapc): New function, using it.
15707         (advice-function-member-p): New function.
15708         (advice--normalize): Store the cdr in advice--saved-rewrite since
15709         that's the part that will be changed.
15710         (advice--symbol-function): New function.
15711         (advice-remove): Handle removal before the function is defined.
15712         Adjust to new advice--saved-rewrite.
15713         (advice-member-p): Use advice-function-member-p and
15714         advice--symbol-function.
15716 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
15718         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
15719         (frameset-filter-minibuffer): Doc fix.
15720         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
15721         (frameset--set-id, frameset--process-minibuffer-frames)
15722         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
15723         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
15725         * desktop.el (desktop-clear): Only delete frames when called
15726         interactively and desktop-restore-frames is non-nil.  Doc fix.
15727         (desktop-read): Set desktop-saved-frameset to nil.
15729 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
15731         * vc/vc.el (vc-ignore): Rewrite.
15732         (vc-default-ignore-completion-table, vc--read-lines)
15733         (vc--add-line, vc--remove-regexp): New functions.
15735         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
15736         (vc-svn-ignore-completion-table): New function.
15738         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
15739         (vc-hg-ignore-completion-table)
15740         (vc-hg-find-ignore-file): New functions.
15742         * vc/vc-git.el (vc-git-ignore): Rewrite.
15743         (vc-git-ignore-completion-table)
15744         (vc-git-find-ignore-file): New functions.
15746         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
15748         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
15749         (vc-bzr-ignore-completion-table)
15750         (vc-bzr-find-ignore-file): New functions.
15752 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
15754         * frameset.el (frameset-prop): New function and setter.
15755         (frameset-save): Do not modify frame list passed by the caller.
15757 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15759         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
15761 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15763         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
15764         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
15766         * custom.el (custom-initialize-default, custom-initialize-set)
15767         (custom-initialize-reset, custom-initialize-changed): Affect the
15768         toplevel-default-value (bug#6275, bug#14586).
15769         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
15770         for bug#6275.
15772 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
15774         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
15775         Add cl-def* expressions.
15777         * frameset.el (frameset-filter-params): Fix order of arguments.
15779 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
15781         Move code related to saving frames to frameset.el.
15782         * desktop.el: Require frameset.
15783         (desktop-restore-frames): Doc fix.
15784         (desktop-restore-reuses-frames): Rename from
15785         desktop-restoring-reuses-frames.
15786         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
15787         (desktop-clear): Clear frames too.
15788         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
15789         (desktop--filter-tty*, desktop-save, desktop-read):
15790         Use frameset functions.
15791         (desktop-before-saving-frames-functions, desktop--filter-*-color)
15792         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
15793         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
15794         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
15795         (desktop--process-minibuffer-frames, desktop-save-frames)
15796         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
15797         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
15798         (desktop--sort-states, desktop-restoring-frames-p)
15799         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
15800         (desktop-restoring-frameset-p, desktop-restore-frameset)
15801         (desktop--check-dont-save, desktop-save-frameset): New functions.
15802         (desktop--app-id): New constant.
15803         (desktop-first-buffer, desktop-buffer-ok-count)
15804         (desktop-buffer-fail-count): Move before first use.
15805         * frameset.el: New file.
15807 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15809         * files.el: Use lexical-binding.
15810         (dir-locals-read-from-file): Remove unused `err' variable.
15811         (hack-dir-local-variables--warned-coding): New var.
15812         (hack-dir-local-variables): Use it to avoid repeated warnings.
15813         (make-backup-file-name--default-function): New function.
15814         (make-backup-file-name-function): Use it as default.
15815         (buffer-stale--default-function): New function.
15816         (buffer-stale-function): Use it as default.
15817         (revert-buffer-insert-file-contents--default-function): New function.
15818         (revert-buffer-insert-file-contents-function): Use it as default.
15819         (insert-directory): Avoid add-to-list.
15821         * autorevert.el (auto-revert-handler): Simplify.
15822         Use buffer-stale--default-function.
15824 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
15826         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
15828         * whitespace.el (whitespace-ensure-local-variables): New function.
15829         (whitespace-cleanup-region): Call it.
15830         (whitespace-turn-on): Call it.
15832 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
15834         Complete file name handlers.
15836         * net/tramp.el (tramp-handle-set-visited-file-modtime)
15837         (tramp-handle-verify-visited-file-modtime)
15838         (tramp-handle-file-notify-rm-watch): New functions.
15839         (tramp-call-process): Do not bind `default-directory'.
15841         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
15842         Order alphabetically.
15843         <access-file, add-name-to-file, dired-call-process>:
15844         <dired-compress-file, file-acl, file-notify-rm-watch>:
15845         <file-ownership-preserved-p, file-selinux-context>:
15846         <make-directory-internal, make-symbolic-link, set-file-acl>:
15847         <set-file-selinux-context, set-visited-file-modtime>:
15848         <verify-visited-file-modtime>: Add handler.
15849         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
15851         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
15852         <file-notify-add-watch, file-notify-rm-watch>:
15853         <set-file-times, set-visited-file-modtime>:
15854         <verify-visited-file-modtime>: Add handler.
15855         (with-tramp-gvfs-error-message)
15856         (tramp-gvfs-handle-set-visited-file-modtime)
15857         (tramp-gvfs-fuse-file-name): Remove.
15858         (tramp-gvfs-handle-file-notify-add-watch)
15859         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
15860         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
15862         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
15863         Order alphabetically.
15864         <file-notify-rm-watch>: Use default Tramp handler.
15865         <executable-find>: Remove private handler.
15866         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
15867         `default-directory'.
15868         (tramp-sh-handle-executable-find)
15869         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
15870         (tramp-sh-file-gvfs-monitor-dir-process-filter)
15871         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
15872         Do not use `format' in `tramp-message'.
15874         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
15875         <file-notify-rm-watch, set-visited-file-modtime>:
15876         <verify-visited-file-modtime>: Add handler.
15877         (tramp-smb-call-winexe): Do not bind `default-directory'.
15879 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
15881         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
15883 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
15885         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
15886         use it.
15887         (log-view-diff-changeset): Same.
15888         (log-view-diff-common): Call backend command `previous-revision'
15889         to find out the previous revision, in both cases.  Swap the
15890         variables `to' and `fr', so that `fr' usually refers to the
15891         earlier revision (Bug#14989).
15893 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
15895         * ibuf-ext.el (ibuffer-filter-by-filename):
15896         Make it work with dired buffers too.
15898 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
15900         * emacs-lisp/re-builder.el (reb-color-display-p):
15901         * files.el (save-buffers-kill-terminal):
15902         * net/browse-url.el (browse-url):
15903         * server.el (server-save-buffers-kill-terminal):
15904         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
15905         Prefer nil to selected-frame for the first arg of frame-parameter.
15907 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
15909         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
15911 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
15913         * minibuffer.el (completion--twq-all): Try and preserve each
15914         completion's case choice (bug#14907).
15916 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15918         * net/network-stream.el (open-network-stream): Mention the new
15919         :nogreeting parameter.
15920         (network-stream-open-starttls): Use the :nogreeting parameter
15921         (bug#14938).
15923         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
15925         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
15926         more natural than popping.
15928         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
15929         (shr-urlify): Highlight under mouse.
15931 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
15933         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
15935         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
15937         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
15938         buffer for output.
15940         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
15941         point-min==1.  Fix search string.  Fix parentheses missing.
15943         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
15944         assume point-min==1.  Fix search string.  Fix parentheses missing.
15946         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
15948         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
15949         buffer for output.
15951 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
15953         * frame.el (frame-notice-user-settings): Avoid inflooping when the
15954         initial frame is minibuffer-less.  (Bug#14841)
15956 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
15958         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
15959         option.
15961         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
15962         (tramp-maybe-open-connection): Use it.
15964 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
15966         * desktop.el (desktop--make-frame): Include `minibuffer' in the
15967         minimal set of parameters passed when creating a frame, because
15968         the minibuffer status of a frame cannot be changed later.
15970 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
15972         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
15973         replace-regexp-in-string and inadvertent omissions in previous change.
15974         (todo-filter-items): Ensure only file names are comma-separated in
15975         name of filtered items buffer.
15977 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
15979         * desktop.el: Optionally force offscreen frames back onscreen.
15980         (desktop-restoring-reuses-frames): New option.
15981         (desktop--compute-pos, desktop--move-onscreen): New functions.
15982         (desktop--make-frame): Use desktop--move-onscreen.
15984 2013-07-27  Alan Mackenzie  <acm@muc.de>
15986         Fontify a Java generic method as a function.
15987         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
15988         value to t.
15990 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
15992         * calendar/todo-mode.el: Add command to rename todo files.
15993         (todo-rename-file): New command.
15994         (todo-key-bindings-t): Add key binding for it.  Change the
15995         bindings of todo-filter-regexp-items(-multifile) to use `x'
15996         instead of `r', since the latter is better suited to the new
15997         renaming command.
15999 2013-07-27  Alan Mackenzie  <acm@muc.de>
16001         Make Java try-with-resources statement parse properly.
16002         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
16003         (c-block-stmt-1-2-key): New language constants/variables.
16004         * progmodes/cc-engine.el (c-beginning-of-statement-1)
16005         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
16006         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
16007         with c-block-stmt-1-2-key.
16009 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
16011         * desktop.el (desktop--make-frame): Apply most frame parameters after
16012         creating the frame to force (partially or totally) offscreen frames to
16013         be restored as such.
16015 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
16017         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
16018         (Bug#14948)
16020 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16022         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
16023         `base' arg of backtrace-frame.
16025 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
16027         * simple.el (list-processes): Doc fix.
16029 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
16031         * desktop.el (desktop--select-frame):
16032         Try harder to reuse existing frames.
16034 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16036         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
16037         (edebug-eval): Use backtrace-eval.
16038         (edebug--display, edebug--recursive-edit): Don't let-bind the
16039         edebug-outer-* vars that keep track of variables we locally let-bind.
16040         (edebug-outside-excursion): Don't restore outside values of locally
16041         let-bound vars.
16042         (edebug--display): Use user-error.
16043         (cl-lexical-debug, cl-debug-env): Remove.
16045 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
16047         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
16048         are restored to be sure that they are visible before deleting any
16049         remaining ones.
16051 2013-07-26  Matthias Meulien  <orontee@gmail.com>
16053         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
16054         vc-print-root-log.  (Bug#14948)
16056 2013-07-26  Richard Stallman  <rms@gnu.org>
16058         Add aliases for encrypting mail.
16059         * epa.el (epa-mail-aliases): New option.
16060         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
16061         Bind inhibit-read-only so read-only text doesn't ruin everything.
16062         (epa-mail-default-recipients): New subroutine broken out.
16063         Handle epa-mail-aliases.
16065 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16067         Add support for lexical variables to the debugger's `e' command.
16068         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
16069         vars, except for debugger-outer-match-data.
16070         (debugger-frame-number): Move check for "on a function call" from
16071         callers into it.  Add `skip-base' argument.
16072         (debugger-frame, debugger-frame-clear): Simplify accordingly.
16073         (debugger-env-macro): Only reset the state stored in non-variables,
16074         i.e. current-buffer and match-data.
16075         (debugger-eval-expression): Rewrite using backtrace-eval.
16076         * subr.el (internal--called-interactively-p--get-frame): Remove.
16077         (called-interactively-p):
16078         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
16079         `base' arg of backtrace-frame instead.
16081 2013-07-26  Glenn Morris  <rgm@gnu.org>
16083         * align.el (align-regexp): Doc fix.  (Bug#14857)
16084         (align-region): Explicit error if subexpression missing/does not match.
16086         * simple.el (global-visual-line-mode):
16087         Do not duplicate the mode lighter.  (Bug#14858)
16089 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
16091         * window.el (display-buffer): In display-buffer bind
16092         split-window-keep-point to t, bug#14829.
16094 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
16096         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
16097         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
16098         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
16099         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
16100         Change accordingly.
16101         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
16102         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
16104 2013-07-25  Glenn Morris  <rgm@gnu.org>
16106         * dired-x.el (dired-mark-extension): Convert comment to doc string.
16108 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
16110         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
16111         parameter to modify-frame-parameters if the value has not changed;
16112         this is a workaround for bug#14949.
16113         (desktop--make-frame): On cl-delete-if call, check parameter name,
16114         not full parameter.
16116 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
16118         * vc/vc.el (vc-ignore): New function.
16120         * vc/vc-svn.el (vc-svn-ignore): New function.
16122         * vc/vc-hg.el (vc-hg-ignore): New function.
16124         * vc/vc-git.el (vc-git-ignore): New function.
16126         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
16127         (vc-dir-ignore): New function.
16129         * vc/vc-cvs.el (vc-cvs-ignore): New function.
16130         (cvs-append-to-ignore): Move here from pcvs.el.
16132         * vc/vc-bzr.el (vc-bzr-ignore): New function.
16134         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
16136 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
16138         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
16139         (desktop-restore-frames): Warn when deleting an existing frame failed.
16141 2013-07-24  Glenn Morris  <rgm@gnu.org>
16143         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
16145 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
16147         * filenotify.el (file-notify-supported-p):
16148         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
16149         Remove functions.
16151         * autorevert.el (auto-revert-use-notify)
16152         (auto-revert-notify-add-watch):
16153         * net/tramp.el (tramp-file-name-for-operation):
16154         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16155         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16156         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
16157         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16158         Remove `file-notify-supported-p' entry.
16160 2013-07-24  Glenn Morris  <rgm@gnu.org>
16162         * printing.el: Replace all uses of deleted ps-windows-system,
16163         ps-lp-system, ps-flatten-list with lpr- versions.
16165 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16167         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
16168         checked with memq (bug#14935).
16170         * files.el (revert-buffer-function): Use a non-nil default.
16171         (revert-buffer-preserve-modes): Declare var to
16172         provide access to the `preserve-modes' argument.
16173         (revert-buffer): Let-bind it.
16174         (revert-buffer--default): New function, extracted from revert-buffer.
16176 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16178         * lpr.el: Signal print errors more prominently.
16179         (print-region-function): Don't default to nil.
16180         (lpr-print-region): New function, extracted from print-region-1.
16181         Check lpr's return value and signal an error in case of problem.
16182         (print-region-1): Use it.
16183         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
16184         versions instead.
16185         (ps-printer-name): Default to nil.
16186         (ps-printer-name-option): Default to lpr-printer-switch.
16187         (ps-print-region-function): Don't default to nil.
16188         (ps-postscript-code-directory): Simplify default.
16189         (ps-do-despool): Use lpr-print-region to properly check the outcome.
16190         (ps-string-list, ps-eval-switch, ps-flatten-list)
16191         (ps-flatten-list-1): Remove.
16192         (ps-multibyte-buffer): Avoid setq.
16193         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
16194         (print-region-function, ps-print-region-function): Don't set them here.
16196 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
16198         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
16199         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
16200         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
16201         (ido-decorations): Doc fix.
16203         * ansi-color.el: Fix old URL.
16205 2013-07-23  Michael R. Mauger  <michael@mauger.com>
16207         * progmodes/sql.el: Version 3.3
16208         (sql-product-alist): Improve oracle :prompt-cont-regexp.
16209         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
16210         (sql-interactive-remove-continuation-prompt): Rewrite, use
16211         functions above.  Fix continuation prompt and complete output line
16212         handling.
16213         (sql-redirect-one, sql-execute): Use `read-only-mode' on
16214         redirected output buffer.
16215         (sql-mode): Restore deleted code (Bug#13591).
16217 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
16219         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
16221 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
16223         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
16225         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16226         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16227         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
16229 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
16231         * desktop.el (desktop-clear): Simplify; remove useless checks
16232         against invalid buffer names.
16233         (desktop-list*): Use cl-list*.
16234         (desktop-buffer-info, desktop-create-buffer): Simplify.
16236 2013-07-23  Leo Liu  <sdl.web@gmail.com>
16238         * bookmark.el (bookmark-make-record): Restore NAME as a default
16239         value.  (Bug#14933)
16241 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16243         * emacs-lisp/autoload.el (autoload--setup-output): New function,
16244         extracted from autoload--insert-text.
16245         (autoload--insert-text): Remove.
16246         (autoload--print-cookie-text): New function, extracted from
16247         autoload--insert-cookie-text.
16248         (autoload--insert-cookie-text): Remove.
16249         (autoload-generate-file-autoloads): Adjust calls accordingly.
16251         * winner.el (winner-hook-installed-p): Remove.
16252         (winner-mode): Simplify accordingly.
16254         * subr.el (add-to-list): Fix compiler-macro when `append' is
16255         not constant.  Don't use `cl-member' for the base case.
16257         * progmodes/subword.el: Fix boundary case (bug#13758).
16258         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
16259         own group.
16260         (subword-backward-regexp): Make it a constant.
16261         (subword-forward-internal): Don't treat a trailing capital as the
16262         beginning of a word.
16264 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
16266         * emacs-lisp/package.el (package-menu-mode): Don't modify the
16267         global value of tabulated-list-revert-hook (bug#14930).
16269 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
16271         * desktop.el: Require 'cl-lib.
16272         (desktop-before-saving-frames-functions): New hook.
16273         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
16274         for frames being saved.  Rename from desktop--save-minibuffer-frames.
16275         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
16276         Do not save frames with non-nil `desktop-dont-save' parameter.
16277         Filter out deleted frames.
16278         (desktop--find-frame): Use cl-find-if.
16279         (desktop--select-frame): Use cl-(first|second|third) to access values
16280         of desktop-mini.
16281         (desktop--make-frame): Use cl-delete-if.
16282         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
16283         (desktop-restore-frames): Use cl-(first|second|third) to access values
16284         of desktop-mini.  Look for visible frame at the end, not while
16285         restoring frames.
16287         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
16288         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
16289         Use string-match-p, looking-at-p (bug#14927).
16291 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
16293         * desktop.el (desktop-saved-frame-states):
16294         Rename from desktop--saved-states; all users changed.
16295         (desktop-save-frames): Rename from desktop--save-frames.
16296         Do not save state to desktop file.
16297         (desktop-save): Save desktop-saved-frame-states to desktop file
16298         and reset to nil.
16299         (desktop-restoring-frames-p): New function.
16300         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
16301         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
16302         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
16304         * desktop.el: Correctly restore iconified frames.
16305         (desktop--filter-iconified-position): New function.
16306         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
16308 2013-07-20  Glenn Morris  <rgm@gnu.org>
16310         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
16311         Let `message' do the formatting.
16312         (def-gdb-preempt-display-buffer): Add explicit format.
16314         * image-dired.el (image-dired-track-original-file):
16315         Use with-current-buffer.
16316         (image-dired-track-thumbnail): Use with-current-buffer.
16317         Avoid changing point of wrong window.
16319         * image-dired.el (image-dired-track-original-file):
16320         Avoid changing point of wrong window.  (Bug#14909)
16322 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
16324         * progmodes/gdb-mi.el (gdb-done-or-error):
16325         Guard against "%" in gdb output.  (Bug#14127)
16327 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
16329         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
16330         (Bug#14826)
16332         * international/mule.el (coding-system-iso-2022-flags): Fix last
16333         change.
16335 2013-07-20  Kenichi Handa  <handa@gnu.org>
16337         * international/mule.el (coding-system-iso-2022-flags):
16338         Add `8-bit-level-4'.  (Bug#8522)
16340 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16342         * net/shr.el (shr-mouse-browse-url): New command and keystroke
16343         (bug#14815).
16345         * net/eww.el (eww-process-text-input): Allow inputting when the
16346         point is at the start of the line, as the properties aren't
16347         front-sticky.
16349         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
16350         degenerate widths.
16352 2013-07-19  Richard Stallman  <rms@gnu.org>
16354         * epa.el (epa-popup-info-window): Doc fix.
16356         * subr.el (split-string): New arg TRIM.
16358 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
16360         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
16361         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
16363 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
16365         * filenotify.el (file-notify--library): Rename from
16366         `file-notify-support'.  Do not autoload.  Adapt all uses.
16367         (file-notify-supported-p): New defun.
16369         * autorevert.el (auto-revert-use-notify):
16370         Use `file-notify-supported-p' instead of `file-notify-support'.
16371         Adapt docstring.
16372         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
16374         * net/tramp.el (tramp-file-name-for-operation):
16375         Add `file-notify-supported-p'.
16377         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
16378         New defun.
16379         (tramp-sh-file-name-handler-alist): Add it as handler for
16380         `file-notify-supported-p '.
16382         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
16383         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
16384         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16385         Add `ignore' as handler for `file-notify-*' functions.
16387 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
16389         * simple.el (line-move-partial, line-move): Don't start vscroll or
16390         scroll-up if the current line is not taller than the window.
16391         (Bug#14881)
16393 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
16395         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
16396         highlight question marks in the method names as strings.
16397         (ruby-block-beg-keywords): Inline.
16398         (ruby-font-lock-keyword-beg-re): Extract from
16399         `ruby-font-lock-keywords'.
16401 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
16403         * frame.el (blink-cursor-blinks): New defcustom.
16404         (blink-cursor-blinks-done): New defvar.
16405         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
16406         (blink-cursor-timer-function): Check if number of blinks has been
16407         done on X and NS.
16408         (blink-cursor-suspend, blink-cursor-check): New defuns.
16410 2013-07-15  Glenn Morris  <rgm@gnu.org>
16412         * edmacro.el (edmacro-format-keys): Fix previous change.
16414 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
16416         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
16417         The hack didn't work outside English locales anyway.
16419 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
16421         * simple.el (define-alternatives): Rename from alternatives-define,
16422         per RMS' suggestion.
16424 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
16426         * desktop.el (desktop-restore-frames): Change default to t.
16427         (desktop-restore-in-current-display): Now offer more options.
16428         (desktop-restoring-reuses-frames): New customization option.
16429         (desktop--saved-states): Doc fix.
16430         (desktop-filter-parameters-alist): New variable, renamed and expanded
16431         from desktop--excluded-frame-parameters.
16432         (desktop--target-display): New variable.
16433         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
16434         (desktop--filter-tty*, desktop--filter-*-color)
16435         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
16436         (desktop--filter-save-desktop-parm)
16437         (desktop-restore-in-original-display-p): New functions.
16438         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
16439         (desktop--save-minibuffer-frames): New function, inspired by a similar
16440         function from Martin Rudalics.
16441         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
16442         (desktop--restore-in-this-display-p): Remove.
16443         (desktop--find-frame): Rename from desktop--find-frame-in-display
16444         and add predicate argument.
16445         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
16446         (desktop--reuse-list): New variable.
16447         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
16448         New functions.
16449         (desktop--restore-frames): Add support for "minibuffer-special" frames.
16451 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
16453         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
16455 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
16457         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
16458         Highlight conversion methods on Kernel.
16460 2013-07-13  Alan Mackenzie  <acm@muc.de>
16462         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
16463         and comment it out.  This out-commenting enables certain C++
16464         declarations to be parsed correctly.
16466 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
16468         * international/mule.el (define-coding-system): Doc fix.
16470         * simple.el (default-font-height): Don't call font-info if the
16471         frame's default font didn't change since the frame was created.
16472         (Bug#14838)
16474 2013-07-13  Leo Liu  <sdl.web@gmail.com>
16476         * ido.el (ido-read-file-name): Guard against non-symbol value.
16478 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
16480         * progmodes/python.el (python-imenu--build-tree): Fix corner case
16481         in nested defuns.
16483 2013-07-13  Leo Liu  <sdl.web@gmail.com>
16485         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
16486         ido-set-matches call.  (Bug#6852)
16488 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
16490         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
16491         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
16492         Ruby 2.0.
16493         (ruby-font-lock-keywords): Distinguish calls to functions with
16494         module-like names from module references.  Highlight character
16495         literals.
16497 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
16499         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
16500         (gdb-send): Handle continued commands.  (Bug#14847)
16502 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
16504         * desktop.el (desktop--v2s): Remove unused local variable.
16505         (desktop-save-buffer): Make defvar-local; adjust docstring.
16506         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
16507         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
16509 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
16511         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
16513 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
16515         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
16516         (Bug#14842)
16518 2013-07-12  Glenn Morris  <rgm@gnu.org>
16520         * doc-view.el: Require cl-lib at runtime too.
16521         (doc-view-remove-if): Remove.
16522         (doc-view-search-next-match, doc-view-search-previous-match):
16523         Use cl-remove-if.
16525         * edmacro.el: Require cl-lib at runtime too.
16526         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
16527         (edmacro-mismatch, edmacro-subseq): Remove.
16529         * shadowfile.el: Require cl-lib.
16530         (shadow-remove-if): Remove.
16531         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
16532         Use cl-remove-if.
16534         * wid-edit.el: Require cl-lib.
16535         (widget-choose): Use cl-remove-if.
16536         (widget-remove-if): Remove.
16538         * progmodes/ebrowse.el: Require cl-lib at runtime too.
16539         (ebrowse-delete-if-not): Remove.
16540         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
16541         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
16542         Use cl-delete-if-not.
16544 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
16546         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
16547         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
16549 2013-07-12  Leo Liu  <sdl.web@gmail.com>
16551         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
16553 2013-07-11  Glenn Morris  <rgm@gnu.org>
16555         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
16556         (edebug-gensym-index, edebug-gensym):
16557         Remove reimplementation of cl-gensym.
16558         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
16560         * thumbs.el: Require cl-lib at run-time too.
16561         (thumbs-gensym-counter, thumbs-gensym):
16562         Remove reimplementation of cl-gensym.
16563         (thumbs-temp-file): Use cl-gensym.
16565         * emacs-lisp/ert.el: Require cl-lib at runtime too.
16566         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
16567         (ert--intersection, ert--set-difference, ert--set-difference-eq)
16568         (ert--union, ert--gensym-counter, ert--gensym-counter)
16569         (ert--coerce-to-vector, ert--remove*, ert--string-position)
16570         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
16571         (ert-make-test-unbound, ert--expand-should-1)
16572         (ert--expand-should, ert--should-error-handle-error)
16573         (should-error, ert--explain-equal-rec)
16574         (ert--plist-difference-explanation, ert-select-tests)
16575         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
16576         Use cl-lib functions rather than reimplementations.
16578 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
16580         * net/tramp.el (tramp-methods): Extend docstring.
16581         (tramp-connection-timeout): New defcustom.
16582         (tramp-error-with-buffer): Reset timestamp only when appropriate.
16583         (with-tramp-progress-reporter): Simplify.
16584         (tramp-process-actions): Improve messages.
16586         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
16587         * net/tramp-sh.el (tramp-maybe-open-connection):
16588         Use `tramp-connection-timeout'.
16589         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
16590         (Bug#14808)
16592 2013-07-11  Leo Liu  <sdl.web@gmail.com>
16594         * ido.el (ido-read-file-name): Conform to the requirements of
16595         read-file-name.  (Bug#11861)
16596         (ido-read-directory-name): Conform to the requirements of
16597         read-directory-name.
16599 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
16601         * subr.el (delay-warning): New function.
16603 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
16605         * simple.el (default-line-height): New function.
16606         (line-move-partial, line-move): Use it instead of computing the
16607         line height inline.
16608         (line-move-partial): Always compute ROWH.  If the last line is
16609         partially-visible, but its text is completely visible, allow
16610         cursor to enter such a partially-visible line.
16612 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
16614         Improve error messages.  (Bug#14808)
16616         * net/tramp.el (tramp-current-connection): New defvar, moved from
16617         tramp-sh.el.
16618         (tramp-message-show-progress-reporter-message): Remove, not
16619         needed anymore.
16620         (tramp-error-with-buffer): Show message in minibuffer.
16621         Discard input before waiting.  Reset connection timestamp.
16622         (with-tramp-progress-reporter): Improve messages.
16623         (tramp-process-actions): Use progress reporter.  Delete process in
16624         case of error.  Improve messages.
16626         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
16627         Call `tramp-error-with-buffer' with vector and buffer.
16628         (tramp-current-connection): Remove.
16629         (tramp-maybe-open-connection): The car of
16630         `tramp-current-connection' are the first 3 slots of the vector.
16632 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
16634         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
16635         inside continued strings.
16637 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
16639         Timestamp fixes for undo (Bug#14824).
16640         * files.el (clear-visited-file-modtime): Move here from fileio.c.
16642 2013-07-10  Leo Liu  <sdl.web@gmail.com>
16644         * files.el (require-final-newline): Allow safe local value.
16645         (Bug#14834)
16647 2013-07-09  Leo Liu  <sdl.web@gmail.com>
16649         * ido.el (ido-read-directory-name): Handle fallback.
16650         (ido-read-file-name): Update DIR to ido-current-directory.
16651         (Bug#1516)
16652         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
16654 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
16656         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
16657         "autoload".  Remove "warn lower camel case" section, previously
16658         commented out.  Highlight negation char.  Do not highlight the
16659         target in singleton method definitions.
16661 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16663         * faces.el (tty-setup-hook): Declare the hook.
16665         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
16666         and detect when a guard/pred depends on local vars (bug#14773).
16667         (pcase--u1): Adjust caller.
16669 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
16671         * simple.el (line-move-partial, line-move): Account for
16672         line-spacing.
16673         (line-move-partial): Avoid setting vscroll when the last
16674         partially-visible line in window is of default height.
16676 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16678         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
16679         been used a while.
16681 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
16683         * subr.el (read-quoted-char): Remove unused local variable `char'.
16685 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
16687         * vc/ediff.el (ediff-version): Version update.
16688         (ediff-files-command, ediff3-files-command, ediff-merge-command)
16689         (ediff-merge-with-ancestor-command, ediff-directories-command)
16690         (ediff-directories3-command, ediff-merge-directories-command)
16691         (ediff-merge-directories-with-ancestor-command): New functions.
16692         All are command-line interfaces to ediff: to facilitate calling
16693         Emacs with the appropriate ediff functions invoked.
16695         * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
16696         New function.
16697         (viper-save-kill-buffer): Check if buffer is modified.
16699         * emulation/viper.el (viper-version): Version update.
16700         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
16702 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16704         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
16705         * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
16706         (viper-intercept-ESC-key): Simplify.
16707         * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
16708         don't use kbd.
16709         * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
16710         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
16711         (viper-setup-ESC-to-escape): New functions.
16712         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
16713         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
16715 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
16717         * simple.el (default-font-height, window-screen-lines):
16718         New functions.
16719         (line-move, line-move-partial): Use them instead of
16720         frame-char-height and window-text-height.  This makes scrolling
16721         text smoother when the buffer's default face uses a font that is
16722         different from the frame's default font.
16724 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
16726         * files.el (write-file): Do not display confirm dialog for NS,
16727         it does its own dialog, which can't be canceled (Bug#14578).
16729 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
16731         * simple.el (line-move-partial): Adjust the row returned by
16732         posn-at-point for the current window-vscroll.  (Bug#14567)
16734 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
16736         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
16737         (tramp-sh-file-inotifywait-process-filter): Handle file names with
16738         spaces.
16740 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
16742         * window.el (window-state-put-stale-windows): New variable.
16743         (window--state-put-2): Save list of windows without matching buffer.
16744         (window-state-put): Remove "bufferless" windows if possible.
16746 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
16748         * simple.el (alternatives-define): Remove leftover :group keyword.
16749         Tweak docstring.
16751 2013-07-06  Leo Liu  <sdl.web@gmail.com>
16753         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
16754         (ido-enable-virtual-buffers): New variable.
16755         (ido-buffer-internal, ido-toggle-virtual-buffers)
16756         (ido-make-buffer-list): Use it.
16757         (ido-exhibit): Support turning on and off virtual buffers
16758         automatically.
16760 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
16762         * simple.el (alternatives-define): New macro.
16764 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16766         * subr.el (read-quoted-char): Use read-key.
16767         (sit-for): Let read-event decode tty input (bug#14782).
16769 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
16771         * calendar/todo-mode.el: Add handling of file deletion, both by
16772         mode command and externally.  Fix various related bugs.
16773         Clarify Commentary and improve some documentation strings and code.
16774         (todo-delete-file): New command.
16775         (todo-check-file): New function.
16776         (todo-show): Handle external deletion of the file we're trying to
16777         show (bug#14688).  Replace called-interactively-p by an optional
16778         prefix argument to avoid problematic interaction with catch form
16779         when byte compiled (bug#14702).
16780         (todo-quit): Handle external deletion of the archive's todo file.
16781         Make sure the buffer that was visiting the archive file is still
16782         live before trying to bury it.
16783         (todo-category-completions): Handle external deletion of any
16784         category completion files.
16785         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
16786         of todo files, in case of external deletion.
16787         (todo-add-file): Replace unnecessary setq by let-binding.
16788         (todo-find-archive): Check whether there are any archives.
16789         Replace unnecessary setq by let-binding.
16790         (todo-archive-done-item): Use find-file-noselect to get the
16791         archive buffer whether or not the archive already exists.
16792         Remove superfluous code.  Use file size instead of buffer-file-name to
16793         check if the archive is new; if it is, update list of archives.
16794         (todo-default-todo-file): Allow nil to be a valid value for when
16795         there are no todo files.
16796         (todo-reevaluate-default-file-defcustom): Use corrected definition
16797         of todo-default-todo-file.
16798         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
16799         (todo-delete-category, todo-show-categories-table)
16800         (todo-category-number): Clarify comment.
16801         (todo-filter-items): Clarify documentation string.
16802         (todo-show-current-file, todo-display-as-todo-file)
16803         (todo-reset-and-enable-done-separator): Tweak documentation string.
16804         (todo-done-separator): Make separator length window-width, since
16805         bug#2749 is now fixed.
16807 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
16809         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16810         Support both "gvfs-monitor-dir" and "inotifywait".
16811         (tramp-sh-file-inotifywait-process-filter): Rename from
16812         `tramp-sh-file-notify-process-filter'.
16813         (tramp-sh-file-gvfs-monitor-dir-process-filter)
16814         (tramp-get-remote-gvfs-monitor-dir): New defuns.
16816 2013-07-05  Leo Liu  <sdl.web@gmail.com>
16818         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
16820 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16822         * frame.el (display-pixel-height, display-pixel-width)
16823         (display-mm-height, display-mm-width): Mention behavior on
16824         multi-monitor setups in docstrings.
16825         (w32-display-monitor-attributes-list): Declare function.
16826         (display-monitor-attributes-list): Use it.
16828 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
16830         * filenotify.el: New package.
16832         * autorevert.el (top): Require filenotify.el.
16833         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
16834         instead.
16835         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
16836         (auto-revert-notify-handler): Use `file-notify-*' functions.
16838         * subr.el (file-notify-handle-event): Move function to filenotify.el.
16840         * net/tramp.el (tramp-file-name-for-operation):
16841         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
16843         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
16844         for `file-notify-add-watch' and `file-notify-rm-watch'.
16845         (tramp-process-sentinel): Improve trace.
16846         (tramp-sh-handle-file-notify-add-watch)
16847         (tramp-sh-file-notify-process-filter)
16848         (tramp-sh-handle-file-notify-rm-watch)
16849         (tramp-get-remote-inotifywait): New defuns.
16851 2013-07-03  Juri Linkov  <juri@jurta.org>
16853         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
16854         call of `occur-read-primary-args' to interactive spec.
16856         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
16857         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
16859 2013-07-03  Matthias Meulien  <orontee@gmail.com>
16861         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
16862         `Buffer-menu-multi-occur'.  Add it to the menu.
16863         (Buffer-menu-mode): Document it in docstring.
16864         (Buffer-menu-multi-occur): New command.  (Bug#14673)
16866 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
16868         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
16869         keywords and built-ins.
16871 2013-07-03  Glenn Morris  <rgm@gnu.org>
16873         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
16875         Make info-xref checks case-sensitive by default
16876         * info.el (Info-find-node, Info-find-in-tag-table)
16877         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
16878         Add option for exact case matching of nodes.
16879         * info-xref.el (info-xref): New custom group.
16880         (info-xref-case-fold): New option.
16881         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
16883 2013-07-03  Leo Liu  <sdl.web@gmail.com>
16885         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
16887 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
16889         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
16890         middle of block statement initially, lower the depth.  Remove
16891         FIXME comment, not longer valid.  Remove middle of block statement
16892         detection, no need to do that anymore since we've been using
16893         `ruby-parse-region' here.
16895 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
16897         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
16899 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16901         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
16903 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
16905         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
16906         (desktop-restore-in-current-display): New customization option.
16907         (desktop--excluded-frame-parameters): Add `font'.
16908         (desktop--save-frames): Rename from desktop--save-windows.
16909         (desktop--restore-in-this-display-p): New function.
16910         (desktop--make-full-frame): Remove unwanted width/height from
16911         full(width|height) frames.
16912         (desktop--restore-frames): Rename from desktop--restore-windows.
16913         Obey desktop-restore-current-display.  Do not delete old frames or
16914         select a new frame unless we were able to restore at least one frame.
16916 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
16918         * files.el (find-file-noselect): Simplify conditional expression.
16920         * textmodes/remember.el (remember-append-to-file):
16921         Don't mix `find-buffer-visiting' and `get-file-buffer'.
16923         Add `remember-notes' function to store random notes across Emacs
16924         restarts.
16925         * textmodes/remember.el (remember-data-file): Add :set callback to
16926         affect notes buffer (if any).
16927         (remember-notes): New command.
16928         (remember-notes-buffer-name, bury-remember-notes-on-kill):
16929         New defcustoms for the `remember-notes' function.
16930         (remember-notes-save-and-bury-buffer): New command.
16931         (remember-notes-mode-map): New variable.
16932         (remember-mode): New minor mode.
16933         (remember-notes--kill-buffer-query): New function.
16934         * startup.el (initial-buffer-choice): Add notes to custom type.
16936 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
16938         * bindings.el (right-char, left-char): Don't call sit-for, this is
16939         no longer needed.  Use arithmetic comparison only for numerical
16940         arguments.
16942         * international/mule-cmds.el (select-safe-coding-system):
16943         Handle the case of FROM being a string correctly.  (Bug#14755)
16945 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16947         * net/shr.el (shr-make-table-1): Add a sanity check that allows
16948         progression on degenerate tables.
16949         (shr-rescale-image): ImageMagick animated images currently don't work.
16951 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
16953         Some fixes and improvements for desktop frame restoration.
16954         It is still experimental and disabled by default.
16955         * desktop.el (desktop--save-windows): Put the selected frame at
16956         the head of the list.
16957         (desktop--make-full-frame): New function.
16958         (desktop--restore-windows): Try to re-select the frame that was
16959         selected upon saving.  Do not abort if some frames fail to restore,
16960         just show an error message and continue.  Set up maximized frames
16961         so they have default non-maximized dimensions.
16963 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
16965         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
16966         Don't start heredoc inside a string or comment.
16968 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
16970         * bindings.el (visual-order-cursor-movement): New defcustom.
16971         (right-char, left-char): Provide visual-order cursor motion by
16972         calling move-point-visually.  Update the doc strings.
16974 2013-06-28  Kenichi Handa  <handa@gnu.org>
16976         * international/mule.el (define-coding-system): New coding system
16977         properties :inhibit-null-byte-detection,
16978         :inhibit-iso-escape-detection, and :prefer-utf-8.
16979         (set-buffer-file-coding-system): If :charset-list property of
16980         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
16981         appropriate for setting.
16983         * international/mule-cmds.el (select-safe-coding-system):
16984         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
16985         multibyte characters, return utf-8 (or one of its siblings).
16987         * international/mule-conf.el (prefer-utf-8): New coding system.
16988         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
16989         files.
16991 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
16993         * net/shr.el (shr-render-region): New function.
16995         * net/eww.el: Autoload `eww-browse-url'.
16997 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
16999         * emacs-lisp/package-x.el (package-upload-buffer-internal):
17000         Adapt to `package-desc-version' being a list.
17001         Use `package--ac-desc-version' to retrieve version from a package
17002         archive element.
17004 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
17006         New experimental feature to save&restore window and frame setup.
17007         * desktop.el (desktop-save-windows): New defcustom.
17008         (desktop--saved-states): New var.
17009         (desktop--excluded-frame-parameters): New defconst.
17010         (desktop--filter-frame-parms, desktop--find-frame-in-display)
17011         (desktop--restore-windows, desktop--save-windows): New functions.
17012         (desktop-save): Call `desktop--save-windows'.
17013         (desktop-read): Call `desktop--restore-windows'.
17015 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17017         * net/shr.el (add-face-text-property): Remove compat definition.
17019 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
17021         * info.el (Info-try-follow-nearest-node): Move search for footnote
17022         above search for node name to prevent missing a footnote (bug#14717).
17024 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
17026         * obsolete/otodo-mode.el: Add obsolescence info to file header.
17028 2013-06-27  Leo Liu  <sdl.web@gmail.com>
17030         * net/eww.el (eww-read-bookmarks): Check file size.
17032 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17034         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
17035         advice--pending if newdef is nil or an autoload (bug#13820).
17036         (advice-mapc): New function.
17038 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17040         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
17041         probably.
17042         (eww-mode-map): Add a menu bar.
17043         (eww-add-bookmark): New command.
17044         (eww-bookmark-mode): New mode and commands.
17045         (eww-add-bookmark): Remove newlines from the title.
17046         (eww-bookmark-browse): Don't bug out if it's the only window.
17048 2013-06-26  Glenn Morris  <rgm@gnu.org>
17050         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
17051         (hfy-size): Handle ttys.  (Bug#14668)
17053         * info-xref.el: Update for Texinfo 5 change in *note format.
17054         (info-xref-node-re, info-xref-note-re): New constants.
17055         (info-xref-check-buffer): Use info-xref-note-re.
17057 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17059         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
17061         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
17062         nil terminate the loop (bug#14718).
17064 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17066         * net/eww.el: Rework history traversal.  When going forward/back,
17067         put these actions into the history, too, so that they can be
17068         replayed.
17069         (eww-render): Move the history reset to the correct buffer.
17071 2013-06-25  Juri Linkov  <juri@jurta.org>
17073         * files-x.el (modify-dir-local-variable): Change the header comment
17074         in the file with directory local variables.  (Bug#14692)
17076         * files-x.el (read-file-local-variable-value): Add `default'.
17077         (Bug#14710)
17079 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17081         * net/eww.el (eww-make-unique-file-name): Create a unique file
17082         name before saving to entering `y' accidentally asynchronously.
17084 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
17086         * net/eww.el (eww-download): New command and keystroke.
17088 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17090         * net/eww.el (eww-copy-page-url): Change name of command.
17092         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
17093         be more consistent with Info and dired.
17095         * net/eww.el (eww-mode-map): Ditto.
17097 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17099         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
17100         packages from archives.
17101         (package-archive-contents): Change format; include obsolete packages.
17102         (package-desc): Use `dir' to mark builtin packages.
17103         (package--from-builtin): Set the `dir' field to `builtin'.
17104         (generated-autoload-file, version-control): Declare.
17105         (package-compute-transaction): Change first arg and return value to be
17106         lists of package-descs.  Adjust to new package-archive-contents format.
17107         (package--add-to-archive-contents): Adjust to new
17108         package-archive-contents format.
17109         (package-download-transaction): Arg is now a list of package-descs.
17110         (package-install): If `pkg' is a package name, pass it as
17111         a requirement, so it is subject to the usual (e.g. disabled) checks.
17112         (describe-package): Accept package-desc as well.
17113         (describe-package-1): Describe a specific package-desc.  Add links to
17114         other package-descs for the same package name.
17115         (package-menu-describe-package): Pass the actual package-desc.
17116         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
17117         works correctly.
17118         (package-desc-status): New function.
17119         (package-menu--refresh): New function, extracted
17120         from package-menu--generate.
17121         (package-menu--generate): Use it.
17122         (package-delete): Update package-alist.
17123         (package-menu-execute): Don't call package-initialize.
17125         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
17126         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
17127         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
17128         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
17129         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
17130         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
17132 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
17134         * window.el (window--state-get-1): Workaround for bug#14527.
17135         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
17137 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139         * net/eww.el (eww-back-url): Implement the history by stashing all
17140         the data into a list.
17141         (eww-forward-url): Allow going forward in the history, too.
17143 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17145         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
17146         for values and use read--expression for expressions (bug#14710).
17147         (read-file-local-variable): Avoid setq.
17148         (read-file-local-variable-mode): Use minor-mode-list.
17150 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17152         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
17153         for DOI URLs.
17155 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
17157         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
17158         Update imenu-support when dialect changes.
17160 2013-06-25  Leo Liu  <sdl.web@gmail.com>
17162         * ido.el (ido-read-internal): Allow forward slash on windows.
17164 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17166         * net/eww.el (eww): Start of strings is \\`, not ^.
17168 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
17170         * net/shr.el (shr-browse-url): Fix interactive spec.
17172         * net/eww.el (eww): Add a trailing slash to domain names.
17174 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
17176         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
17178 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17180         * net/shr.el (shr-browse-url): Use an external browser if given a
17181         prefix.
17183         * net/eww.el (eww-external-browser): Move to shr.
17185 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
17187         * net/eww.el (eww): Work more correctly for file: URLs.
17188         (eww-detect-charset): Allow quoted charsets.
17189         (eww-yank-page-url): New command and keystroke.
17191 2013-06-24  Daiki Ueno  <ueno@gnu.org>
17193         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
17194         file name of gpg executable.
17195         (epg-context-program): New function.
17196         (epg-context-home-directory): New function.
17197         (epg-context-set-program): New function.
17198         (epg-context-set-home-directory): New function.
17199         (epg--start): Use `epg-context-program' instead of
17200         'epg-gpg-program'.
17201         (epg--list-keys-1): Likewise.
17203 2013-06-24  Leo Liu  <sdl.web@gmail.com>
17205         * ido.el (ido-read-internal): Fix bug#14620.
17207 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
17209         * faces.el (face-documentation): Simplify.
17210         (read-face-attribute, tty-find-type, x-resolve-font-name):
17211         Use `string-match-p'.
17212         (list-faces-display): Use `string-match-p'.  Simplify.
17213         (face-spec-recalc): Check face to avoid face alias loops.
17214         (read-color): Use `string-match-p' and non-capturing parenthesis.
17216 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17218         * net/shr.el (shr-rescale-image): Use the new
17219         :max-width/:max-height functionality.
17221 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
17223         * net/eww.el (eww-search-prefix): New variable.
17224         (eww): Use it.
17225         (eww-external-browser): New variable.
17226         (eww-mode-map): New keystroke.
17227         (eww-browse-with-external-browser): New command.
17229         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
17231 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
17233         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
17234         Don't skip aligning the next header field when padding is 0;
17235         otherwise, field width is not respected unless the title is as
17236         wide as the field.
17238 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17240         * emacs-lisp/package.el (package-el-version): Remove.
17241         (package-process-define-package): Fix inf-loop.
17242         (package-install): Allow symbols as arguments again.
17244 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
17246         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
17247         add some more keyword-like methods.
17248         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
17250 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
17252         * bs.el (bs-buffer-show-mark): Make defvar-local.
17253         (bs-mode): Use setq-local.
17255         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
17256         (emacs-lock--try-unlocking): Make defvar-local.
17258 2013-06-22  Glenn Morris  <rgm@gnu.org>
17260         * play/cookie1.el (cookie-apropos): Minor simplification.
17262         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
17264 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
17266         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
17267         `regexp-opt', it breaks the build during dumping.
17269 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
17271         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
17272         Highlight keyword-like methods on Kernel and Module with
17273         font-lock-builtin-face.
17274         (auto-mode-alist): Consolidate different entries into one regexp
17275         and add more *file-s.
17277 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
17279         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
17281         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
17282         (diary-entry): Use it in the action of this button type instead of
17283         diary-goto-entry.
17285         * calendar/todo-mode.el: New version.
17286         (todo-add-category): Append new category to end of file and give
17287         it the highest number, instead of putting it at the beginning and
17288         giving it 0.  Incorporate noninteractive functionality.
17289         (todo-forward-category): Adapt to 1-based category numbering.
17290         Allow skipping over archived categories.
17291         (todo-backward-category): Derive from todo-forward-category.
17292         (todo-backward-item, todo-forward-item): Make noninteractive and
17293         delegate interactive part to new commands.  Make sensitive to done items.
17294         (todo-categories): Make value an alist of category names and
17295         vectors of item counts.
17296         (todo-category-beg): Make a defconst.
17297         (todo-category-number): Use 1 instead of 0 as initial value.
17298         (todo-category-select): Make sensitive to overlays, optional item
17299         highlighting and done items.
17300         (todo-delete-item): Make sensitive to overlays and marked and done items.
17301         (todo-edit-item): Make sensitive to overlays and editing of
17302         date/time header optional.  Add format checks.
17303         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
17304         no-op if point is not on an item.  Advertise using todo-edit-quit.
17305         (todo-edit-mode): Make sensitive to new format, font-locking, and
17306         multiple todo files.
17307         (todo-insert-item, todo-insert-item-here): Derive from
17308         todo-basic-insert-item and extend functionality.
17309         (todo-item-end, todo-item-start): Make sensitive to done items.
17310         (todo-item-string): Don't return text properties.  Restore point.
17311         (todo-jump-to-category): Make sensitive to multiple todo files and
17312         todo archives.  Use extended category completion.
17313         (todo-lower-item, todo-raise-item): Rename to *-priority and
17314         derive from todo-set-item-priority.
17315         (todo-mode): Derive from special-mode.  Make sensitive to new
17316         format, font-locking and multiple todo files.  Make read-only.
17317         (todo-mode-map): Don't suppress digit keys, so they can supply
17318         prefix arguments.  Add many new key bindings.
17319         (todo-prefix): Insert as an overlay instead of file text.
17320         Change semantics from diary date expression to purely visual mark.
17321         (todo-print): Rename to todo-print-buffer.  Make buffer display
17322         features printable.  Remove option to restrict number of items
17323         printed.  Add option to print to file.
17324         (todo-print-function): Rename to todo-print-buffer-function.
17325         (todo-quit): Extend to handle exiting new todo modes.
17326         (todo-remove-item): Make sensitive to overlays.
17327         (todo-save): Extend to buffers of filtered items.
17328         (todo-show): Make sensitive to done items, multiple todo files and
17329         new todo modes.  Offer to convert legacy todo file before creating
17330         first new todo file.
17331         (todo-show-priorities): Rename to todo-top-priorities.
17332         Change semantics of value 0.
17333         (todo-top-priorities): Rename to todo-filter-top-priorities,
17334         derive from todo-filter-items and extend functionality.
17335         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
17336         and extend functionality to other types of filtered items.
17337         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
17338         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
17339         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
17340         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
17341         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
17342         (todo-edit-mode-hook, todo-entry-prefix-function)
17343         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
17344         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
17345         (todo-initials, todo-insert-threshold, todo-item-string-start)
17346         (todo-line-string, todo-menu, todo-mode-hook)
17347         (todo-more-important-p, todo-previous-answer, todo-previous-line)
17348         (todo-print-priorities, todo-remove-separator)
17349         (todo-save-top-priorities-too, todo-string-count-lines)
17350         (todo-string-multiline-p, todo-time-string-format)
17351         (todo-tmp-buffer-name): Remove.
17352         (todo-add-file, todo-archive-done-item, todo-choose-archive)
17353         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
17354         (todo-edit-category-diary-inclusion)
17355         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
17356         (todo-edit-file, todo-edit-item-date-day)
17357         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
17358         (todo-edit-item-date-month, todo-edit-item-date-to-today)
17359         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
17360         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
17361         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
17362         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
17363         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
17364         (todo-filter-top-priorities-multifile, todo-find-archive)
17365         (todo-find-filtered-items-file, todo-go-to-source-item)
17366         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
17367         (todo-jump-to-archive-category, todo-lower-category)
17368         (todo-mark-category, todo-marked-item-p, todo-merge-category)
17369         (todo-move-category, todo-move-item, todo-next-button)
17370         (todo-next-item, todo-padded-string, todo-powerset)
17371         (todo-previous-button, todo-previous-item)
17372         (todo-print-buffer-to-file, todo-raise-category)
17373         (todo-rename-category, todo-repair-categories-sexp, todo-search)
17374         (todo-set-category-number, todo-set-item-priority)
17375         (todo-set-top-priorities-in-category)
17376         (todo-set-top-priorities-in-file, todo-show-categories-table)
17377         (todo-sort-categories-alphabetically-or-numerically)
17378         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
17379         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
17380         (todo-toggle-item-header, todo-toggle-item-highlighting)
17381         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
17382         (todo-toggle-view-done-items, todo-toggle-view-done-only)
17383         (todo-unarchive-items, todo-unmark-category): New commands.
17384         (todo-absolute-file-name, todo-add-to-buffer-list)
17385         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
17386         (todo-basic-insert-item, todo-category-completions)
17387         (todo-category-number, todo-category-string-matcher-1)
17388         (todo-category-string-matcher-2, todo-check-filtered-items-file)
17389         (todo-check-format, todo-clear-matches)
17390         (todo-comment-string-matcher, todo-convert-legacy-date-time)
17391         (todo-current-category, todo-date-string-matcher)
17392         (todo-define-insertion-command, todo-diary-expired-matcher)
17393         (todo-diary-goto-entry, todo-diary-item-p)
17394         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
17395         (todo-display-categories, todo-display-sorted, todo-done-item-p)
17396         (todo-done-item-section-p, todo-done-separator)
17397         (todo-done-string-matcher, todo-files, todo-filter-items)
17398         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
17399         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
17400         (todo-insert-category-line, todo-insert-item-from-calendar)
17401         (todo-insert-sort-button, todo-insert-with-overlays)
17402         (todo-insertion-command-name, todo-insertion-key-bindings)
17403         (todo-label-to-key, todo-longest-category-name-length)
17404         (todo-make-categories-list, todo-mode-external-set)
17405         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
17406         (todo-modes-set-3, todo-multiple-filter-files)
17407         (todo-nondiary-marker-matcher, todo-prefix-overlays)
17408         (todo-read-category, todo-read-date, todo-read-dayname)
17409         (todo-read-file-name, todo-read-time)
17410         (todo-reevaluate-category-completions-files-defcustom)
17411         (todo-reevaluate-default-file-defcustom)
17412         (todo-reevaluate-filelist-defcustoms)
17413         (todo-reevaluate-filter-files-defcustom)
17414         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
17415         (todo-reset-done-separator, todo-reset-done-separator-string)
17416         (todo-reset-done-string, todo-reset-global-current-todo-file)
17417         (todo-reset-highlight-item, todo-reset-nondiary-marker)
17418         (todo-reset-prefix, todo-set-categories)
17419         (todo-set-date-from-calendar, todo-set-show-current-file)
17420         (todo-set-top-priorities, todo-short-file-name)
17421         (todo-show-current-file, todo-sort, todo-time-string-matcher)
17422         (todo-total-item-counts, todo-update-buffer-list)
17423         (todo-update-categories-display, todo-update-categories-sexp)
17424         (todo-update-count, todo-validate-name, todo-y-or-n-p):
17425         New functions.
17426         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
17427         New major modes.
17428         (todo-categories, todo-display, todo-edit, todo-faces)
17429         (todo-filtered): New defgroups.
17430         (todo-archived-only, todo-button, todo-category-string, todo-date)
17431         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
17432         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
17433         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
17434         (todo-add-item-if-new-category, todo-always-add-time-string)
17435         (todo-categories-align, todo-categories-archived-label)
17436         (todo-categories-category-label, todo-categories-diary-label)
17437         (todo-categories-done-label, todo-categories-number-separator)
17438         (todo-categories-todo-label, todo-categories-totals-label)
17439         (todo-category-completions-files, todo-completion-ignore-case)
17440         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
17441         (todo-done-separator-string, todo-done-string)
17442         (todo-files-function, todo-filter-done-items, todo-filter-files)
17443         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
17444         (todo-initial-category, todo-initial-file, todo-item-mark)
17445         (todo-legacy-date-time-regexp, todo-mode-line-function)
17446         (todo-nondiary-marker, todo-number-prefix)
17447         (todo-print-buffer-function, todo-show-current-file)
17448         (todo-show-done-only, todo-show-first, todo-show-with-done)
17449         (todo-skip-archived-categories, todo-top-priorities-overrides)
17450         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
17451         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
17452         New defcustoms.
17453         (todo-category-done, todo-date-pattern, todo-date-string-start)
17454         (todo-diary-items-buffer, todo-done-string-start)
17455         (todo-filtered-items-buffer, todo-item-start)
17456         (todo-month-abbrev-array, todo-month-name-array)
17457         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
17458         (todo-top-priorities-buffer): New defconsts.
17459         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
17460         (todo-categories-with-marks, todo-category-string-face)
17461         (todo-comment-face, todo-comment-string, todo-current-todo-file)
17462         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
17463         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
17464         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
17465         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
17466         (todo-font-lock-keywords, todo-global-current-todo-file)
17467         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
17468         (todo-insertion-commands-args)
17469         (todo-insertion-commands-args-genlist)
17470         (todo-insertion-commands-names, todo-insertion-map)
17471         (todo-key-bindings-t, todo-key-bindings-t+a)
17472         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
17473         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
17474         (todo-nondiary-face, todo-print-buffer, todo-time-face)
17475         (todo-visited): New variables.
17477 2013-06-21  Glenn Morris  <rgm@gnu.org>
17479         * play/cookie1.el (cookie-apropos): Add optional display argument.
17480         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
17481         (psychoanalyze-pinhead): Use cookie-doctor.
17483 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
17485         * emacs-lisp/package.el (tar-get-file-descriptor)
17486         (tar--extract): Declare.
17488 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
17490         Extend flymake's warning predicate to be a function (bug#14217).
17491         * progmodes/flymake.el (flymake-warning-predicate): New.
17492         (flymake-parse-line): Use it.
17493         (flymake-warning-re): Make obsolete alias to
17494         `flymake-warning-predicate'.
17496 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17498         * emacs-lisp/package.el (package-alist): Include obsolete packages.
17499         (package-obsolete-list): Remove.
17500         (package-activate): Remove min-version argument.  Add `force' argument.
17501         Adjust to new package-alist format.
17502         (package-mark-obsolete): Remove.
17503         (package-unpack): Force reload of the package's autoloads.
17504         (package-installed-p): Check builtins if the installed package is not
17505         recent enough.
17506         (package-initialize): Don't reset package-obsolete-list.
17507         Don't specify which package version to activate.
17508         (package-process-define-package, describe-package-1)
17509         (package-menu--generate): Adjust to new package-alist format.
17511 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
17513         * allout-widgets.el (allout-widgets-mode-off)
17514         (allout-widgets-mode-on, allout-widgets-pre-command-business)
17515         (allout-widgets-post-command-business)
17516         (allout-widgets-after-copy-or-kill-function)
17517         (allout-widgets-after-undo-function, allout-test-range-overlaps)
17518         (allout-decorate-item-and-context)
17519         (allout-graphics-modification-handler): Fix typos in docstrings.
17520         (allout-get-or-create-parent-widget): Use `looking-at-p'.
17522         * cmuscheme.el (scheme-start-file): Doc fix.
17523         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
17524         (scheme-input-filter): Use `string-match-p'.
17526         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
17528         * dired-x.el: Use Dired consistently in docstrings.
17530         * dired.el: Use Dired consistently in docstrings.
17531         (dired-readin, dired-mode): Use `setq-local'.
17532         (dired-switches-alist): Make defvar-local.
17533         (dired-buffers-for-dir): Use `zerop'.
17534         (dired-safe-switches-p, dired-switches-escape-p)
17535         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
17536         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
17537         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
17538         (dired-goto-next-nontrivial-file): Use `string-match-p'.
17539         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
17540         (dired-toggle-marks, dired-mark-files-containing-regexp)
17541         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
17542         (dired-flag-auto-save-files, dired-flag-backup-files):
17543         Use `looking-at-p'.
17544         (dired-mark-files-regexp, dired-build-subdir-alist):
17545         Use `string-match-p', `looking-at-p'.
17547         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
17548         (direct-print-region-helper): Use `string-match-p'.
17550 2013-06-21  Leo Liu  <sdl.web@gmail.com>
17552         * comint.el (comint-redirect-results-list-from-process):
17553         Fix infinite loop.
17555 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17557         * net/eww.el (eww-update-header-line-format): Quote % characters.
17559 2013-06-21  Glenn Morris  <rgm@gnu.org>
17561         * play/cookie1.el (cookie): New custom group.
17562         (cookie-file): New option.
17563         (cookie-check-file): New function.
17564         (cookie): Make it interactive.  Make start and end messages optional.
17565         Interactively, display the result.  Default to cookie-file.
17566         (cookie-insert): Default to cookie-file.
17567         (cookie-snarf): Make start and end messages optional.
17568         Default to cookie-file.  Use with-temp-buffer.
17569         (cookie-read): Rename from read-cookie.
17570         Make start and end messages optional.  Default to cookie-file.
17571         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
17572         Do not autoload it.
17573         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
17574         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
17576 2013-06-21  Leo Liu  <sdl.web@gmail.com>
17578         * progmodes/octave.el (octave-mode): Backward compatibility fix.
17580 2013-06-21  Glenn Morris  <rgm@gnu.org>
17582         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
17584 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17585             Daniel Hackney  <dan@haxney.org>
17587         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
17588         Consolidate the single-file vs tarball code.
17589         (package-desc-suffix): New function.
17590         (package-desc-full-name): Don't bother inlining it.
17591         (package-load-descriptor): Return the new package-desc.
17592         (package-mark-obsolete): Remove unused arg `package'.
17593         (package-unpack): Make it work for single files as well.
17594         Make it update package-alist.
17595         (package--make-autoloads-and-stuff): Rename from
17596         package--make-autoloads-and-compile.  Don't compile any more.
17597         (package--compile): New function.
17598         (package-generate-description-file): New function, extracted from
17599         package-unpack-single.
17600         (package-unpack-single): Remove.
17601         (package--with-work-buffer): Add indentation and debugging info.
17602         (package-download-single): Remove.
17603         (package-install-from-archive): Rename from package-download-tar, make
17604         it take a pkg-desc, and make it work for single files as well.
17605         (package-download-transaction): Simplify.
17606         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
17607         external tar program.
17608         (package-install-from-buffer): Remove `pkg-desc' argument.
17609         Use package-tar-file-info for tar-mode buffers.
17610         (package-install-file): Simplify accordingly.
17611         (package-archive-base): Change to take a pkg-desc.
17612         * tar-mode.el (tar--check-descriptor): New function, extracted from
17613         tar-get-descriptor.
17614         (tar-get-descriptor): Use it.
17615         (tar-get-file-descriptor): New function.
17616         (tar--extract): New function, extracted from tar-extract.
17617         (tar--extract): Use it.
17618         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
17619         case the summary uses non-ascii.  Adjust to new calling convention of
17620         package-tar-file-info.
17622 2013-06-21  Leo Liu  <sdl.web@gmail.com>
17624         * comint.el (comint-redirect-results-list-from-process):
17625         Fix random delay.  (Bug#14681)
17627 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
17629         * profiler.el (profiler-format-number): Use log, not log10.
17631 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
17633         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
17635 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17637         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
17638         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
17639         yet available.
17640         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
17641         (AUTOGENEL): ... here.
17642         * emacs-lisp/cl-macs.el (cl--sublis): New function.
17643         (cl--defsubst-expand): Use it.
17645 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
17647         * subr.el (log10): Move here from C code, and declare as obsolete.
17648         All uses of (log10 X) replaced with (log X 10).
17650 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
17652         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
17653         Declare with `defvar-local'.
17654         (tabulated-list-use-header-line, tabulated-list-entries)
17655         (tabulated-list-padding, tabulated-list-printer)
17656         (tabulated-list-sort-key): Declare with `defvar-local'.
17657         (tabulated-list-init-header, tabulated-list-print-fake-header):
17658         Use `setq-local'.
17660 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
17662         * arc-mode.el (archive-mode): Add `archive-write-file' to
17663         `write-contents-functions' also for remote files.  (Bug#14652)
17665 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
17667         * cus-edit.el (custom-commands): Fix typos.
17668         (custom-display): Fix tooltip text.
17669         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
17670         Fix typos in docstrings.
17671         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
17672         (custom-unlispify-menu-entry, custom-magic-value-create)
17673         (custom-add-see-also, custom-group-value-create): Use ?\s.
17674         (custom-guess-type, customize-apropos, editable-field)
17675         (custom-face-value-create): Use `string-match-p'.
17676         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
17678         * custom.el (custom-load-symbol): Use `string-match-p'.
17680         * ansi-color.el: Convert to lexical binding.
17681         (ansi-colors): Fix URL.
17682         (ansi-color-context, ansi-color-context-region): Use defvar-local.
17683         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
17684         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
17686 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17688         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
17690         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
17692 2013-06-19  Tom Tromey  <tromey@redhat.com>
17694         * net/eww.el (eww-top-url): Remove.
17695         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
17696         (eww-render): Set new variables.  Don't set eww-top-url.
17697         (eww-handle-link): Handle "prev", "home", and "contents".
17698         Downcase the rel text.
17699         (eww-top-url): Choose best top URL.
17701 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17703         * net/eww.el: Rewrite to implement form elements "by hand" instead of
17704         relying in widget.el.  Using widget.el leads to too many
17705         user interface inconsistencies.
17706         (eww-self-insert): Implement entering commands in text fields.
17707         (eww-process-text-input): New function to make text input field editing
17708         work.
17709         (eww-submit): Rewrite to use the new-style form methods.
17710         (eww-select-display): Display the correct selected item.
17711         (eww-change-select): Implement changing the select value.
17712         (eww-toggle-checkbox): Implement radio/checkboxes.
17713         (eww-update-field): Fix compilation error.
17714         (eww-tag-textarea): Implement <textarea>.
17716         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
17717         we don't shadow mode-specific bindings.
17719         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
17720         nothing to push.
17722         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
17724 2013-06-19  Glenn Morris  <rgm@gnu.org>
17726         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
17728 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
17730         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
17731         not needed.
17733         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
17735 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17737         * net/browse-url.el (browse-url-browser-function):
17738         `eww-browse-url' has the right calling signature, `eww' does not.
17740 2013-06-19  Glenn Morris  <rgm@gnu.org>
17742         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17743         Only eval autoloaded macros.
17744         (byte-compile-autoload): Only give the macro warning for macros.
17746         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
17747         (ps-underlined-faces): Declare.
17749         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
17750         (speedbar-add-supported-extension): Declare.
17752         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
17753         Don't include a date stamp in the header of the generated file;
17754         it leads to needless differences between output files.
17756 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
17758         * net/secrets.el (secrets-struct-secret-content-type):
17759         Replace check of introspection data by a test call of "CreateItem".
17760         Some servers do not offer introspection.
17762 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17764         * electric.el (electric-pair-mode): Improve interaction with
17765         electric-layout-mode.
17766         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
17767         (electric-pair-syntax): Use text-mode-syntax-table in comments
17768         and strings.
17769         (electric-pair--insert): New function.
17770         (electric-pair-post-self-insert-function): Use it and
17771         electric--after-char-pos.
17773 2013-06-19  Leo Liu  <sdl.web@gmail.com>
17775         * progmodes/octave.el (octave-help): Fix regexp.
17777 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17779         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
17780         (shr-table-horizontal-line): Allow nil as a value, and change the
17781         default.
17782         (shr-insert-table-ruler): Respect the nil value.
17784 2013-06-18  Tom Tromey  <tromey@barimba>
17786         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17787         New defvars.
17788         (eww-open-file): New defun.
17789         (eww-render): Initialize new variables.
17790         (eww-display-html): Handle "link" and "a".
17791         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
17792         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
17793         (eww-back-url): Rename from eww-previous-url.
17794         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
17795         New defuns.
17797 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
17799         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
17800         Distinguish ternary operator tokens from slash symbol and slash
17801         char literal.
17803 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
17805         Convert symbol prettification into minor mode and global minor mode.
17807         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
17808         `prog-prettify-symbols', and make a local defvar instead of defcustom.
17809         (prettify-symbols--keywords): Rename from
17810         `prog-prettify-symbols-alist' and make a local defvar.
17811         (prettify-symbols--compose-symbol): Rename from
17812         `prog--prettify-font-lock-compose-symbol'.
17813         (prettify-symbols--make-keywords): Rename from
17814         `prog-prettify-font-lock-symbols-keywords' and simplify.
17815         (prog-prettify-install): Remove.
17816         (prettify-symbols-mode): New minor mode, based on
17817         `prog-prettify-install'.
17818         (turn-on-prettify-symbols-mode): New function.
17819         (global-prettify-symbols-mode): New globalized minor mode.
17821         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17822         * progmodes/cfengine.el (cfengine3-mode):
17823         * progmodes/perl-mode.el (perl-mode): Don't call
17824         `prog-prettify-install'; set `prettify-symbols-alist' instead.
17826 2013-06-18  Juri Linkov  <juri@jurta.org>
17828         * files-x.el (modify-file-local-variable-message): New function.
17829         (modify-file-local-variable)
17830         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
17831         and call `modify-file-local-variable-message' when it's non-nil.
17832         (add-file-local-variable, delete-file-local-variable)
17833         (add-file-local-variable-prop-line)
17834         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
17835         and use it.  (Bug#9820)
17837 2013-06-18  Juri Linkov  <juri@jurta.org>
17839         * emulation/vi.el (vi-shell-op):
17840         * emulation/vip.el (vip-execute-com, ex-command):
17841         * emulation/viper-cmd.el (viper-exec-bang):
17842         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
17843         the call of `shell-command-on-region'.  (Bug#14637)
17845         * simple.el (shell-command-on-region): Doc fix.
17847 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17849         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
17850         (bug#14633).
17852 2013-06-18  Glenn Morris  <rgm@gnu.org>
17854         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
17856         * newcomment.el (comment-search-forward, comment-search-backward):
17857         Doc fix.  (Bug#14376)
17859 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
17861         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
17862         (buffer-face-mode-invoke): Doc fix.
17864 2013-06-18  Matthias Meulien  <orontee@gmail.com>
17866         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
17867         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
17869 2013-06-18  Glenn Morris  <rgm@gnu.org>
17871         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
17872         Replace obsolete function generic-make-keywords with its expansion.
17874         * progmodes/python.el (ffap-alist): Declare.
17876         * textmodes/reftex.el (bibtex-mode-map): Declare.
17878 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17880         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
17881         (package-unpack, package-unpack-single): Return the pkg-dir.
17882         (package-download-transaction): Use it to update package-alist.
17884 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17886         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
17887         possible choice.
17889 2013-06-17  Juri Linkov  <juri@jurta.org>
17891         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
17893 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
17895         * emacs-lisp/package.el (package-load-descriptor):
17896         Remove `with-syntax-table' call, `read' doesn't need it.
17897         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
17899 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
17901         * startup.el (command-line): Expand package name returned by
17902         `package--description-file' (bug#14639).
17904 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
17906         * emacs-lisp/package.el (package-load-descriptor): Do not call
17907         `emacs-lisp-mode', just use its syntax table.
17909 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
17911         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
17912         `font-lock-extra-managed-props' if any prettifying keyword is added.
17913         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
17914         (prog-mode): Use `setq-local'.
17916 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17918         * international/characters.el (standard-case-table): Set syntax of ?»
17919         and ?« to punctuation.
17921 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
17923         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
17924         Save relevant match data before calling `syntax-ppss' (bug#14595).
17926 2013-06-15  Juri Linkov  <juri@jurta.org>
17928         * files-x.el (modify-file-local-variable-prop-line): Add local
17929         variables to the end of the existing comment on the first line.
17930         Use `file-auto-mode-skip' to skip interpreter magic line,
17931         and also skip XML declaration.
17933 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17935         * startup.el (package--builtin-versions): New var.
17936         (package-subdirectory-regexp): Remove.
17937         (package--description-file): Hard code its value instead.
17939         * emacs-lisp/package.el: Don't activate packages older than builtin.
17940         (package-obsolete-list): Rename from package-obsolete-alist, and make
17941         it into a simple list of package-desc.
17942         (package-strip-version): Remove.
17943         (package-built-in-p): Use package--builtin-versions.
17944         (package-mark-obsolete): Simplify.
17945         (package-process-define-package): Mark it obsolete if older than the
17946         builtin version.
17947         (package-handle-response): Use line-end-position.
17948         (package-read-archive-contents, package--download-one-archive):
17949         Simplify.
17950         (package--add-to-archive-contents): Skip if older than the builtin or
17951         installed version.
17952         (package-menu-describe-package): Fix last change.
17953         (package-list-unversioned): New var.
17954         (package-menu--generate): Use it.
17956         * emacs-lisp/autoload.el: Manage package--builtin-versions.
17957         (autoload--insert-text, autoload--insert-cookie-text): New functions.
17958         (autoload-builtin-package-versions): New variable.
17959         (autoload-generate-file-autoloads): Use them.
17960         Remove the list of autoloaded functions/macros from the
17961         (autoload...) comments.
17963         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
17965 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
17967         * simple.el (line-move-partial): Don't jump to the next screen
17968         line as soon as it becomes visible.  Instead, continue enlarging
17969         the vscroll until the portion of a tall screen line that's left on
17970         display is about the height of the frame's default font.
17971         (Bug#14567)
17973 2013-06-15  Glenn Morris  <rgm@gnu.org>
17975         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
17976         compilation-error-regexp-alist void, or local while let-bound.
17978         * progmodes/make-mode.el (makefile-mode-syntax-table):
17979         Treat "=" as punctuation.  (Bug#14614)
17981 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
17983         * help-fns.el (describe-variable):
17984         Add extra line for permanent-local variables.
17986 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
17988         * progmodes/scheme.el (scheme-font-lock-keywords-2):
17989         Add export, import, library.  (Bug#9164)
17990         (library): Set indent function.
17992 2013-06-14  Glenn Morris  <rgm@gnu.org>
17994         * term/xterm.el (xterm--query):
17995         Stop after first matching handler.  (Bug#14615)
17997 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
17999         Add support for dired in saveplace.
18000         * dired.el (dired-initial-position-hook): New variable.
18001         (dired-initial-position): Call hook to place cursor position.
18002         * saveplace.el (save-place-to-alist): Add dired position.
18003         (save-place-dired-hook): New function.
18005 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18007         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
18008         through a symbol rather than letrec.
18010         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
18011         (package-desc): Add `dir' field.
18012         (package-desc-full-name): New function.
18013         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
18014         (package-maybe-load-descriptor): Remove.
18015         (package-load-all-descriptors): Just call package-load-descriptor.
18016         (package--disabled-p): New function.
18017         (package-desc-vers, package-desc-doc): Remove aliases.
18018         (package--dir): Remove function.
18019         (package-activate): Check if a package is disabled.
18020         (package-process-define-package): New function, extracted from
18021         define-package.
18022         (define-package): Turn into a place holder.
18023         (package-unpack-single, package-tar-file-info):
18024         Use package--description-file.
18025         (package-compute-transaction): Use package--disabled-p.
18026         (package-download-transaction): Don't call
18027         package-maybe-load-descriptor since they're all loaded anyway.
18028         (package-install): Change argument to be a pkg-desc.
18029         (package-delete): Use a single pkg-desc argument.
18030         (describe-package-1): Use package-desc-dir instead of package--dir.
18031         Use package-desc property instead of package-symbol.
18032         (package-install-button-action): Adjust accordingly.
18033         (package--push): Rewrite.
18034         (package-menu--print-info): Adjust accordingly.  Change the ID format
18035         to be a pkg-desc.
18036         (package-menu-describe-package, package-menu-get-status)
18037         (package-menu--find-upgrades, package-menu-mark-upgrades)
18038         (package-menu-execute, package-menu--name-predicate):
18039         Adjust accordingly.
18040         * startup.el (package--description-file): New function.
18041         (command-line): Use it.
18042         * emacs-lisp/package-x.el (package-upload-buffer-internal):
18043         Use package-desc-version.
18045         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
18046         (byte-compile-preprocess): Use it.
18047         (byte-compile-file-form-defalias): Try a bit harder to use macros we
18048         can't quite recognize.
18049         (byte-compile-add-to-list): Remove.
18050         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
18051         (cconv-closure-convert): Add assertion.
18053         * emacs-lisp/map-ynp.el: Use lexical-binding.
18054         (map-y-or-n-p): Remove unused vars `tail' and `object'.
18055         Factor out some repeated code.
18057 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18059         * subr.el (with-eval-after-load): New macro.
18060         (eval-after-load): Allow form to be a function.
18061         take advantage of lexical-binding.
18062         (do-after-load-evaluation): Use dolist and adjust to new format.
18063         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
18065 2013-06-13  Juri Linkov  <juri@jurta.org>
18067         * replace.el (perform-replace): Display "symbol " and other search
18068         modes from `isearch-message-prefix' in the *Help* buffer.
18070         * isearch.el (isearch-query-replace): Add " symbol" and other
18071         possible search modes from `isearch-message-prefix' to the prompt.
18072         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
18073         when reading a regexp to collect.
18075 2013-06-13  Juri Linkov  <juri@jurta.org>
18077         * isearch.el (word-search-regexp): Match whitespace if the search
18078         string begins or ends in whitespace.  The LAX arg is applied to
18079         both ends of the search string.  Use `regexp-quote' and explicit
18080         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
18081         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
18082         boundaries are replaced with symbol boundaries, and characters
18083         between symbols match non-word non-symbol syntax.  (Bug#14602)
18085 2013-06-13  Juri Linkov  <juri@jurta.org>
18087         * isearch.el (isearch-del-char): Don't exceed the length of
18088         `isearch-string' by the prefix arg.  (Bug#14563)
18090 2013-06-13  Juri Linkov  <juri@jurta.org>
18092         * isearch.el (isearch-yank-word, isearch-yank-line)
18093         (isearch-char-by-name, isearch-quote-char)
18094         (isearch-printing-char, isearch-process-search-char):
18095         Add optional count prefix arg.  (Bug#14563)
18097         * international/isearch-x.el
18098         (isearch-process-search-multibyte-characters):
18099         Add optional count prefix arg.
18101 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18103         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
18104         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
18105         lexical-binding.
18107 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
18109         * subr.el (set-temporary-overlay-map): Add on-exit argument.
18111 2013-06-13  Glenn Morris  <rgm@gnu.org>
18113         * startup.el (tty-handle-args):
18114         Don't just discard "--" and anything after.  (Bug#14608)
18116         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
18118 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
18120         Implement changes in Secret Service API.  Make it backward compatible.
18121         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
18122         (secrets-create-item): Use it.  Prefix properties with interface.
18124 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
18126         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
18127         (term-emulate-terminal): Respect term-suppress-hard-newline.
18129 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
18131         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
18132         Only remove a `thumb-file' overlay.  (Bug#14548)
18134 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
18136         * mail/reporter.el (reporter-submit-bug-report):
18137         Handle missing package-name.  (Bug#14600)
18139 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
18141         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
18142         (reftex-citation-prompt, reftex-default-bibliography)
18143         (reftex-bib-or-thebib, reftex-get-bibfile-list)
18144         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
18145         (reftex-bib-sort-author, reftex-bib-sort-year)
18146         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
18147         (reftex-extract-bib-entries-from-thebibliography)
18148         (reftex-get-bibkey-default, reftex-get-bib-names)
18149         (reftex-parse-bibtex-entry, reftex-get-bib-field)
18150         (reftex-format-bib-entry, reftex-parse-bibitem)
18151         (reftex-format-bibitem, reftex-do-citation)
18152         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
18153         (reftex-restrict-bib-matches, reftex-extract-bib-file)
18154         (reftex-insert-bib-matches, reftex-format-citation)
18155         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
18156         (reftex-create-bibtex-file): Add docstrings, mostly by converting
18157         existing comments into docstrings.
18159 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
18161         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
18163 2013-06-12  Andreas Schwab  <schwab@suse.de>
18165         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
18166         for auto-save files.
18168 2013-06-12  Glenn Morris  <rgm@gnu.org>
18170         * ido.el (ido-delete-ignored-files): Remove.
18171         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
18172         Go back to calling ido-ignore-item-p directly.
18174 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
18176         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
18178         * ido.el (ido-delete-ignored-files): New function,
18179         split from ido-make-file-list-1.
18180         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
18181         (ido-make-file-list-1): Use ido-delete-ignored-files.
18183 2013-06-12  Leo Liu  <sdl.web@gmail.com>
18185         * progmodes/octave.el (inferior-octave-startup)
18186         (inferior-octave-completion-table)
18187         (inferior-octave-track-window-width-change)
18188         (octave-eldoc-function-signatures, octave-help)
18189         (octave-find-definition): Use single quoted strings.
18190         (inferior-octave-startup-args): Change default value.
18191         (inferior-octave-startup): Do not hard code "-i" and
18192         "--no-line-editing".
18193         (inferior-octave-resync-dirs): Add optional arg NOERROR.
18194         (inferior-octave-directory-tracker): Use it.
18195         (octave-goto-function-definition): Robustify.
18196         (octave-help): Support highlighting operators in 'See also'.
18197         (octave-find-definition): Find subfunctions only in Octave mode.
18199 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18201         * help-fns.el (help-fns--compiler-macro): If the handler function is
18202         named, then put a link to it.
18203         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
18204         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
18205         (cl-typep): Use it.
18206         (cl-eval-when): Simplify debug spec.
18207         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
18208         compiler-macro function instead of setting `compiler-macro-file'.
18210 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
18212         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
18213         * vc/vc-hooks.el (vc-stay-local): Doc fix.
18215 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18216             Daniel Hackney  <dan@haxney.org>
18218         First part of Daniel Hackney's patch to package.el.
18219         * emacs-lisp/package.el: Use defstruct.
18220         (package-desc): New, main struct.
18221         (package--bi-desc, package--ac-desc): New structs, used to describe the
18222         format in external files.
18223         (package-desc-vers): Replace with package-desc-version accessor.
18224         (package-desc-doc): Replace with package-desc-summary accessor.
18225         (package-activate-1): Remove `package' arg since the pkg-vec now
18226         includes the name.
18227         (define-package): Use package-desc-from-define.
18228         (package-unpack-single): Change file-name arg to be a symbol.
18229         (package--add-to-archive-contents): Use package-desc-create and new
18230         accessor functions to package--ac-desc.
18231         (package-buffer-info, package-tar-file-info): Return a package-desc.
18232         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
18233         arg to be a package-desc.
18234         (package-install-file): Adjust accordingly.  Use \' to match EOS.
18235         (package--from-builtin): New function.
18236         (describe-package-1, package-menu--generate): Use it.
18237         (package--make-autoloads-and-compile): Change name arg to be a symbol.
18238         (package-generate-autoloads): Idem and return the name of the file.
18239         * emacs-lisp/package-x.el (package-upload-buffer-internal):
18240         Change pkg-info arg to be a package-desc.
18241         Use package-make-ac-desc.
18242         (package-upload-file): Use \' to match EOS.
18243         * finder.el (finder-compile-keywords): Use package-make-builtin.
18245 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18247         * vc/vc.el (vc-deduce-fileset): Change error message.
18248         (vc-read-backend): New function.
18249         (vc-next-action): Use it.
18251         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
18253         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
18254         (prolog-font-lock-keywords): Use regexp-opt instead.
18255         Don't manually highlight strings.
18256         (prolog-mode-variables): Simplify comment-start-skip.
18257         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
18259         * emacs-lisp/generic.el (generic--normalise-comments)
18260         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
18261         (generic-mode-set-comments): Use them.
18262         (generic-bracket-support): Use setq-local.
18263         (generic-make-keywords-list): Declare obsolete.
18265 2013-06-11  Glenn Morris  <rgm@gnu.org>
18267         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18268         Prettify after setting font-lock-defaults.  (Bug#14574)
18270 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
18272         * replace.el (query-replace, occur-read-regexp-defaults-function)
18273         (replace-search):
18274         * subr.el (declare-function, number-sequence, local-set-key)
18275         (substitute-key-definition, locate-user-emacs-file)
18276         (with-silent-modifications, split-string, eval-after-load):
18277         Fix typos, remove unneeded backslashes and reflow some docstrings.
18279 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18281         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
18282         default for Elisp files.
18284 2013-06-11  Glenn Morris  <rgm@gnu.org>
18286         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
18287         although define-derived-mode was doing this anyway.  (Bug#14583)
18289 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
18291         * allout.el (allout-encryption-plaintext-sanitization-regexps):
18292         Fix make-variable-buffer-local call to refer to the correct variable.
18294 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
18296         * eshell/em-term.el (eshell-visual-commands)
18297         (eshell-visual-subcommands, eshell-visual-options):
18298         Add summary line to docstrings.  Add cross-references.
18300 2013-06-10  Glenn Morris  <rgm@gnu.org>
18302         * epa.el (epa-read-file-name): New function.  (Bug#14510)
18303         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
18305 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
18307         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
18308         output redirection to be ignored with visual commands.
18310 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
18312         * eshell/em-term.el (eshell-visual-command-p): New function.
18313         (eshell-term-initialize): Move long lambda to separate function
18314         eshell-visual-command-p.
18315         * eshell/em-dirs.el (eshell-dirs-initialize):
18316         * eshell/em-script.el (eshell-script-initialize):
18317         Add missing #' to lambda.
18319 2013-06-08  Leo Liu  <sdl.web@gmail.com>
18321         * progmodes/octave.el (octave-add-log-current-defun): New function.
18322         (octave-mode): Set add-log-current-defun-function.
18323         (octave-goto-function-definition): Do not move point if not found.
18324         (octave-find-definition): Enhance to try subfunctions first.
18326 2013-06-08  Glenn Morris  <rgm@gnu.org>
18328         * emacs-lisp/bytecomp.el (byte-compile-char-before)
18329         (byte-compile-backward-char, byte-compile-backward-word):
18330         Improve previous change, to handle non-explicit nil.
18332 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18334         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
18335         (smie--opener/closer-at-point): New function.
18336         (smie--matching-block-data): Use it.  Don't match from right after an
18337         opener or right before a closer.  Obey smie-blink-matching-inners.
18338         Don't signal a mismatch for repeated inners like "switch..case..case".
18340 2013-06-07  Leo Liu  <sdl.web@gmail.com>
18342         * progmodes/octave.el (octave-mode): Set comment-use-global-state
18343         to t.  (Bug#14303)
18344         (octave-function-header-regexp): Fix.  (Bug#14570)
18345         (octave-help-mode-finish-hook, octave-help-mode-finish):
18346         Remove.  Just use temp-buffer-show-hook.
18348         * newcomment.el (comment-search-backward): Revert last change.
18349         (Bug#14434)
18351         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
18353 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
18355         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
18356         through xargs, to avoid failure due to MS-Windows limitations on
18357         command-line length.
18359 2013-06-06  Glenn Morris  <rgm@gnu.org>
18361         * font-lock.el (lisp-font-lock-keywords-2):
18362         Treat user-error like error.
18364         * emacs-lisp/bytecomp.el (byte-compile-char-before)
18365         (byte-compile-backward-char, byte-compile-backward-word):
18366         Handle explicit nil arguments.  (Bug#14565)
18368 2013-06-05  Alan Mackenzie  <acm@muc.de>
18370         * isearch.el (isearch-allow-prefix): New user option.
18371         (isearch-other-meta-char): Don't exit isearch when a prefix
18372         argument is typed whilst `isearch-allow-prefix' is non-nil.
18373         (Bug#9706)
18375 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18377         * autorevert.el (auto-revert-notify-handler): Use memq.
18378         Hide assertion failure.
18380         * skeleton.el: Use cl-lib.
18381         (skeleton-further-elements): Use defvar-local.
18382         (skeleton-insert): Use cl-progv.
18384 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
18386         * progmodes/prog-mode.el (prog-prettify-symbols)
18387         (prog-prettify-install): Update docstrings.
18389 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18391         * simple.el: Move all the prog-mode code to prog-mode.el.
18392         * progmodes/prog-mode.el: New file.
18393         * loadup.el: Add prog-mode.el.
18395 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
18397         * simple.el (prog-prettify-symbols): Add version.
18398         (prog-prettify-install): Add convenience function to prettify symbols.
18400         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
18401         (perl--augmented-font-lock-keywords-1)
18402         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
18403         variables and use it.
18405         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
18406         (cfengine3-mode): Remove unneeded variable and use it.
18408         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
18409         (lisp--augmented-font-lock-keywords-1)
18410         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
18411         Remove unneeded variables and use it.
18413 2013-06-05  João Távora  <joaotavora@gmail.com>
18415         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
18416         to point when opening the connection.  (Bug#14380)
18418 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18420         * subr.el (load-history-regexp, load-history-filename-element)
18421         (eval-after-load, after-load-functions, do-after-load-evaluation)
18422         (eval-next-after-load, display-delayed-warnings)
18423         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
18424         definition of save-match-data.
18425         (overriding-local-map): Remove accidental obsolescence declaration.
18427         * emacs-lisp/edebug.el (edebug-result): Move before first use.
18429 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
18431         Generalize symbol prettify support to prog-mode and implement it
18432         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
18433         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
18434         (prog--prettify-font-lock-compose-symbol)
18435         (prog-prettify-font-lock-symbols-keywords): New variables and
18436         functions to support symbol prettification.
18437         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
18438         (lisp--augmented-font-lock-keywords-1)
18439         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
18440         (lisp--prettify-symbols-alist): Implement prettify of lambda.
18441         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
18442         (cfengine3--prettify-symbols-alist, cfengine3-mode):
18443         Implement prettify of -> => :: strings.
18444         * progmodes/perl-mode.el (perl-prettify-symbols)
18445         (perl--font-lock-compose-symbol)
18446         (perl--font-lock-symbols-keywords): Move to prog-mode.
18447         (perl--prettify-symbols-alist): Prettify -> => :: strings.
18448         (perl-font-lock-keywords-1)
18449         (perl-font-lock-keywords-2): Remove explicit prettify support.
18450         (perl--augmented-font-lock-keywords)
18451         (perl--augmented-font-lock-keywords-1)
18452         (perl--augmented-font-lock-keywords-2, perl-mode):
18453         Implement prettify support.
18455 2013-06-05  Leo Liu  <sdl.web@gmail.com>
18457         Re-implement SMIE matching block highlight using
18458         show-paren-data-function.  (Bug#14395)
18459         * emacs-lisp/smie.el (smie-matching-block-highlight)
18460         (smie--highlight-matching-block-overlay)
18461         (smie--highlight-matching-block-lastpos)
18462         (smie-highlight-matching-block)
18463         (smie-highlight-matching-block-mode): Remove.
18464         (smie--matching-block-data-cache): New variable.
18465         (smie--matching-block-data): New function.
18466         (smie-setup): Use smie--matching-block-data for
18467         show-paren-data-function.
18469         * progmodes/octave.el (octave-mode-menu): Fix.
18470         (octave-find-definition): Skip garbage lines.
18472 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18474         Fix compilation error with simultaneous dynamic+lexical scoping.
18475         Add warning when a defvar appears after the first let-binding.
18476         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
18477         (byte-compile-close-variables): Initialize it.
18478         (byte-compile--declare-var): New function.
18479         (byte-compile-file-form-defvar)
18480         (byte-compile-file-form-define-abbrev-table)
18481         (byte-compile-file-form-custom-declare-variable): Use it.
18482         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
18483         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
18484         (byte-compile-bind): Handle dynamic bindings that shadow
18485         lexical bindings.
18486         (byte-compile-unbind): Make arg non-optional.
18487         (byte-compile-let): Simplify.
18488         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
18489         (cconv--analyse-function, cconv-analyse-form): Populate it.
18490         Protect byte-compile-bound-variables to limit the scope of defvars.
18491         (cconv-analyse-form): Add missing rule for (defvar <foo>).
18492         Remove unneeded rule for `declare'.
18494         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
18495         so as to avoid depending on cl-adjoin at run-time.
18496         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
18498         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
18499         (macroexp--warn-and-return): Use it.
18501 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18503         * subr.el: Convert to lexical binding.
18504         (overriding-local-map): Make obsolete.
18505         (add-to-list): Doc fix.  Add compiler macro.
18506         (read-key): Swap values of local maps.
18508 2013-06-05  Leo Liu  <sdl.web@gmail.com>
18510         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
18512 2013-06-04  Leo Liu  <sdl.web@gmail.com>
18514         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
18515         (compilation-auto-jump): Suppress the "Mark set" message to give
18516         way to exit message.
18518 2013-06-04  Alan Mackenzie  <acm@muc.de>
18520         Remove faulty optimization from indentation calculation.
18521         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
18522         search limit based on 2000 characters back from indent-point.
18524 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
18526         * eshell/em-term.el (cl-lib): Require `cl-lib'.
18528 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18530         * emacs-lisp/lisp.el: Use lexical-binding.
18531         (lisp--local-variables-1, lisp--local-variables): New functions.
18532         (lisp--local-variables-completion-table): New var.
18533         (lisp-completion-at-point): Use it complete let-bound vars.
18535         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
18536         eagerly (bug#14422).
18538 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
18540         * autorevert.el (auto-revert-notify-enabled)
18541         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
18542         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
18543         (auto-revert-notify-handler): Handle also gfilenotify.
18545         * subr.el (file-notify-handle-event): New defun.  Replacing ...
18546         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
18547         Remove.
18549 2013-06-03  Juri Linkov  <juri@jurta.org>
18551         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
18552         `M-s h .'.  (Bug#14427)
18554         * hi-lock.el (highlight-symbol-at-point): New alias for the new
18555         command `hi-lock-face-symbol-at-point'.
18556         (hi-lock-face-symbol-at-point): New command.
18557         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
18558         (hi-lock-menu): Add `highlight-symbol-at-point'.
18559         (hi-lock-mode): Doc fix.
18561         * isearch.el (isearch-forward-symbol-at-point): New command.
18562         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
18563         (isearch-highlight-regexp): Add a regexp which matches
18564         words/symbols for word/symbol mode.
18566         * subr.el (find-tag-default-bounds): New function with the body
18567         mostly moved from `find-tag-default'.
18568         (find-tag-default): Move most code to `find-tag-default-bounds',
18569         call it and apply `buffer-substring-no-properties' afterwards.
18571 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
18573         * eshell/em-term.el (eshell-term-initialize):
18574         Use `cl-intersection' rather than `intersection'.
18576 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
18578         * vc/log-view.el: Doc fix.
18579         (log-view-mode-map): Copy keymap from `special-mode-map'.
18581 2013-06-02  Eric Ludlam  <zappo@gnu.org>
18583         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
18584         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
18585         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
18586         (eieio-unbound, eieio-default-superclass)
18587         (eieio--define-field-accessors, method-static, method-before)
18588         (method-primary, method-after, method-num-lists)
18589         (method-generic-before, method-generic-primary)
18590         (method-generic-after, method-num-slots)
18591         (eieio-specialized-key-to-generic-key)
18592         (eieio--check-type, class-v, class-p)
18593         (eieio-class-name, define-obsolete-function-alias)
18594         (eieio-class-parents-fast, eieio-class-children-fast)
18595         (same-class-fast-p, class-constructor, generic-p)
18596         (generic-primary-only-p, generic-primary-only-one-p)
18597         (class-option-assoc, class-option, eieio-object-p)
18598         (class-abstract-p, class-method-invocation-order)
18599         (eieio-defclass-autoload-map, eieio-defclass-autoload)
18600         (eieio-class-un-autoload, eieio-defclass)
18601         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
18602         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
18603         (eieio--defgeneric-init-form, eieio-defgeneric-form)
18604         (eieio-defgeneric-reset-generic-form)
18605         (eieio-defgeneric-form-primary-only)
18606         (eieio-defgeneric-reset-generic-form-primary-only)
18607         (eieio-defgeneric-form-primary-only-one)
18608         (eieio-defgeneric-reset-generic-form-primary-only-one)
18609         (eieio-unbind-method-implementations)
18610         (eieio--defmethod, eieio--typep)
18611         (eieio-perform-slot-validation, eieio-validate-slot-value)
18612         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
18613         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
18614         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
18615         (eieio-slot-name-index, eieio-class-slot-name-index)
18616         (eieio-set-defaults, eieio-initarg-to-attribute)
18617         (eieio-attribute-to-initarg, eieio-c3-candidate)
18618         (eieio-c3-merge-lists, eieio-class-precedence-c3)
18619         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
18620         (eieio-class-precedence-list, eieio-generic-call-methodname)
18621         (eieio-generic-call-arglst, eieio-generic-call-key)
18622         (eieio-generic-call-next-method-list)
18623         (eieio-pre-method-execution-functions, eieio-generic-call)
18624         (eieio-generic-call-primary-only, eieiomt-method-list)
18625         (eieiomt-optimizing-obarray, eieiomt-install)
18626         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
18627         (eieio-generic-form, eieio-defmethod, make-obsolete)
18628         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
18629         (defclass): Remove `eval-and-compile' from macro.
18630         (call-next-method, shared-initialize): Instead of using
18631         `scoped-class' variable, use new eieio--scoped-class, and
18632         eieio--with-scoped-class.
18633         (initialize-instance): Rename local variable 'scoped-class' to
18634         'this-class' to remove ambiguitity from old global.
18636         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
18637         eieio.el.
18638         (eieio--scoped-class-stack): New variable.
18639         (eieio--scoped-class): New fcn.
18640         (eieio--with-scoped-class): New scoping macro.
18641         (eieio-defclass): Use pushnew instead of add-to-list.
18642         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
18643         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
18644         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
18645         `scoped-class' variable, use new eieio--scoped-class, and
18646         eieio--with-scoped-class.
18648         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
18650 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
18652         * eshell/esh-ext.el (eshell-external-command): Pass args to
18653         `eshell-find-interpreter'.
18654         (eshell-find-interpreter): Add new second parameter ARGS.
18656         * eshell/em-script.el (eshell-script-initialize): Add second arg
18657         to the function added as MATCH to `eshell-interpreter-alist'.
18659         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
18660         the function added as MATCH to `eshell-interpreter-alist'.
18662         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
18663         (eshell-visual-options): New defcustom.
18664         (eshell-escape-control-x): Adapt docstring.
18665         (eshell-term-initialize): Test `eshell-visual-subcommands' and
18666         `eshell-visual-options' in addition to `eshell-visual-commands'.
18667         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
18669 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
18671         * progmodes/python.el (python-indent-block-enders): Add break,
18672         continue and raise keywords.
18674 2013-06-01  Glenn Morris  <rgm@gnu.org>
18676         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
18678         Plain (f)boundp silences compilation warnings since Emacs 22.1.
18679         * progmodes/cc-cmds.el (delete-forward-p):
18680         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
18681         * progmodes/cc-engine.el (buffer-syntactic-context):
18682         * progmodes/cc-fonts.el (face-property-instance):
18683         * progmodes/cc-mode.el (set-keymap-parents):
18684         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
18685         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
18686         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
18687         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
18688         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
18690         * progmodes/cc-vars.el (other): Emacs has this widget since
18691         at least 21.1, so don't (re)define it.
18693         * eshell/em-cmpl.el (eshell-cmpl-initialize):
18694         Replace the obsolete alias pcomplete-arg-quote-list.
18696 2013-06-01  Leo Liu  <sdl.web@gmail.com>
18698         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
18699         punctuation syntax.
18700         (inferior-octave-minimal-columns)
18701         (inferior-octave-last-column-width): New variables.
18702         (inferior-octave-track-window-width-change): New function.
18703         (inferior-octave-mode): Adjust column width so that Octave output,
18704         for example from 'ls', can fit into the window nicely.
18706 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
18708         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18709         Highlight expansions inside regexp literals.
18711 2013-05-31  Glenn Morris  <rgm@gnu.org>
18713         * obsolete/sym-comp.el (symbol-complete):
18714         Replace obsolete completion-annotate-function.
18716         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
18718 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
18720         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
18721         New function, checks if point is inside a literal that allows
18722         expression expansion.
18723         (ruby-syntax-propertize-expansion): Use it.
18724         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
18725         around the body.
18727 2013-05-30  Juri Linkov  <juri@jurta.org>
18729         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
18730         to "\M-si".
18731         (isearch-invisible): New variable.
18732         (isearch-forward): Doc fix.
18733         (isearch-mode): Set `isearch-invisible'
18734         to the value of `search-invisible'.
18735         (isearch-toggle-case-fold): Doc fix.
18736         (isearch-toggle-invisible): New command.
18737         (isearch-query-replace): Let-bind `search-invisible'
18738         to the value of `isearch-invisible'.
18739         (isearch-search): Use `isearch-invisible' instead of
18740         `search-invisible'.  Let-bind `search-invisible'
18741         to the value of `isearch-invisible'.  (Bug#11378)
18743 2013-05-30  Juri Linkov  <juri@jurta.org>
18745         * replace.el (perform-replace): Avoid `isearch-range-invisible'
18746         call when `query-flag' is nil and `search-invisible' is non-nil.
18747         (Bug#11746)
18749 2013-05-30  Glenn Morris  <rgm@gnu.org>
18751         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
18753         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
18754         (cc-require): Suppress spurious "noruntime" warnings.
18755         (cc-require-when-compile): Use fboundp, for sake of compiler.
18757         * progmodes/cc-mode.el: Move load of cc-vars before that of
18758         cc-langs (which in turn loads cc-vars), to quieten compiler.
18760 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18762         * paren.el: Simplify the code.
18763         (show-paren-mode): Always start the timer.
18764         (show-paren--idle-timer): Rename from show-paren-idle-timer.
18765         (show-paren--overlay, show-paren--overlay-1): Rename from
18766         show-paren-overlay and show-paren-overlay-1, and initialize to an
18767         overlay rather than to nil.
18768         (show-paren-function): Misc cleanup and simplifications.
18770 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18772         * paren.el (show-paren-data-function): New hook.
18773         (show-paren--default): New function, extracted from show-paren-function.
18774         (show-paren-function): Use show-paren-data-function.
18776 2013-05-30  Glenn Morris  <rgm@gnu.org>
18778         * ielm.el (ielm-map, ielm-complete-symbol):
18779         Use completion-at-point rather than obsolete functions.
18780         (inferior-emacs-lisp-mode): Doc fix.
18781         Set completion-at-point-functions, rather than
18782         comint-dynamic-complete-functions.
18784         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
18785         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
18786         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
18788         * image.el (image-animated-p): Tweak definition.
18790         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
18791         (rlogin-process-connection-type): Tweak default.  Add set-after.
18792         (rlogin-host): Doc fix.
18793         (rlogin): Tweak prompt.
18794         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
18796         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
18797         * progmodes/tcl.el (inferior-tcl-mode-map):
18798         Use completion-at-point rather than obsolete alias.
18800         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
18802         * minibuffer.el (read-file-name-completion-ignore-case):
18803         Move before completion--in-region, for eager macro expansion.
18805 2013-05-29  Juri Linkov  <juri@jurta.org>
18807         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
18808         for total count of matching lines.  Add `global-matches' for total
18809         count of matches.  Rename `matches' to `lines' for count of
18810         matching lines.  Add `matches' for count of matches.
18811         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
18812         to `prev-line' for line number of prev match endpt.
18813         Increment `matches' for every match.  Print the number of
18814         matching lines in the header.
18815         (occur-context-lines): Rename `lines' to `curr-line'.
18816         Rename `prev-lines' to `prev-line'.  (Bug#14017)
18818 2013-05-29  Juri Linkov  <juri@jurta.org>
18820         * replace.el (perform-replace): Add `skip-read-only-count',
18821         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
18822         Increment them for corresponding conditions and report the number
18823         of skipped occurrences in the final message.  (Bug#11746)
18824         (query-replace, query-replace-regexp, query-replace-regexp-eval)
18825         (replace-string, replace-regexp): Doc fix.
18827 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18829         * emacs-lisp/trace.el (trace--read-args): Provide a default.
18831         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
18832         prog-mode-map (bug#14504).
18834 2013-05-29  Leo Liu  <sdl.web@gmail.com>
18836         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
18837         (octave-help): Small simplification.
18839         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
18840         off the highlight first.
18842 2013-05-29  Glenn Morris  <rgm@gnu.org>
18844         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
18845         Handle idlwave-last-system-routine-info-cons-cell being nil.
18847         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
18848         (idlwave-write-paths): Simplify via with-temp-buffer.
18850         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
18851         * emulation/cua-rect.el: Also load cua-base at run time.
18853         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
18854         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
18855         (cperl-imenu-on-info): Require imenu.
18857 2013-05-28  Alan Mackenzie  <acm@muc.de>
18859         Handle "capitalised keywords" correctly.
18860         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
18862 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
18864         * eshell/em-unix.el: Add -r option to cp.
18866 2013-05-28  Glenn Morris  <rgm@gnu.org>
18868         * vc/vc-arch.el (vc-exec-after): Declare.
18869         (vc-switches): Autoload.
18870         * vc/vc-bzr.el: No need to require vc when compiling.
18871         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
18872         (vc-resynch-buffer, vc-dir-refresh): Declare.
18873         (vc-setup-buffer, vc-switches): Autoload.
18874         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
18875         (vc-resynch-buffer): Declare.
18876         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
18877         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
18878         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
18879         (grep-read-regexp, grep-read-files, grep-expand-template)
18880         (vc-dir-refresh): Declare.
18881         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
18882         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
18883         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
18884         * vc/vc-mtn.el (vc-exec-after): Declare.
18885         (vc-switches): Autoload.
18886         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
18887         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
18888         (vc-file-tree-walk): Declare.
18889         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
18890         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
18891         (vc-tag-precondition, vc-rename-master): Autoload.
18892         * vc/vc-svn.el (vc-exec-after): Declare.
18893         (vc-switches, vc-setup-buffer): Autoload.
18894         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
18895         Autoload.
18896         (vc-resynch-buffer): Declare.
18898         * obsolete/fast-lock.el (byte-compile-warnings):
18899         Don't warn about obsolete features in this obsolete file.
18901         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
18902         Move definition before use.
18904         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
18905         (dun-unix-verbs): Remove dun-zippy.
18906         (dun-zippy): Remove function.
18908         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
18910 2013-05-27  Juri Linkov  <juri@jurta.org>
18912         * replace.el (replace-search): New function with code moved out
18913         from `perform-replace'.
18914         (replace-highlight, replace-dehighlight): Move function definitions
18915         up closer to `replace-search'.  (Bug#11746)
18917 2013-05-27  Juri Linkov  <juri@jurta.org>
18919         * replace.el (perform-replace): Ignore invisible matches.
18920         In addition to checking `query-replace-skip-read-only', also
18921         filter out matches by calling `run-hook-with-args-until-failure'
18922         on `isearch-filter-predicates', and also check `search-invisible'
18923         for t or call `isearch-range-invisible'.
18924         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
18926 2013-05-27  Juri Linkov  <juri@jurta.org>
18928         * isearch.el (isearch-filter-predicates): Rename from
18929         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
18930         (isearch-message-prefix): Display text from the property
18931         `isearch-message-prefix' of the currently active filters.
18932         (isearch-search): Don't compare `isearch-filter-predicate' with
18933         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
18934         on `isearch-filter-predicates'.  Also check `search-invisible' for t
18935         or call `isearch-range-invisible'.
18936         (isearch-filter-visible): Make obsolete.
18937         (isearch-lazy-highlight-search):
18938         Call `run-hook-with-args-until-failure' on
18939         `isearch-filter-predicates' and use `isearch-range-invisible'.
18941         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
18942         `isearch-filter-predicates' instead of `funcall'ing
18943         `isearch-filter-predicate'.
18944         (Info-mode): Set `Info-isearch-filter' to
18945         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
18947         * dired-aux.el (dired-isearch-filter-predicate-orig):
18948         Remove variable.
18949         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
18950         (dired-isearch-filenames-end): Add and remove
18951         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
18952         instead of changing the value of `isearch-filter-predicate'.
18953         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
18954         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
18955         Put property `isearch-message-prefix' to "filename " on
18956         `dired-isearch-filter-filenames'.
18958         * wdired.el (wdired-change-to-wdired-mode):
18959         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
18960         locally instead of changing `isearch-filter-predicate'.
18961         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
18963 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
18965         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
18966         return the commit hash (Bug#14459).  Also set the
18967         `vc-git-detached' property.
18968         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
18969         (vc-git-mode-line-string): Use the same help-echo format whether
18970         in detached mode or not, because we know the actual revision now.
18971         When in detached mode, shorten the revision to 7 chars.
18973 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18975         * emacs-lisp/easy-mmode.el (define-minor-mode):
18976         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
18977         mode hook and provide a docstring.
18979 2013-05-27  Alan Mackenzie  <acm@muc.de>
18981         Remove spurious syntax-table text properties inserted by C-y.
18982         * progmodes/cc-mode.el (c-after-change): Also clear hard
18983         syntax-table property with value nil.
18985 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
18987         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
18988         when reading the events; the buffer layout shall not be changed.
18990 2013-05-27  Leo Liu  <sdl.web@gmail.com>
18992         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
18993         New variable.
18994         (inferior-octave-directory-tracker): Automatically re-sync
18995         default-directory.
18996         (octave-help): Improve handling of 'See also'.
18998 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19000         * doc-view.el: Minor naming convention tweaks.
19001         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
19003         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
19004         even if there's no `display' property yet (bug#14435).
19006 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
19008         * subr.el (unmsys--file-name): Rename from reveal-filename.
19010         * Makefile.in (custom-deps, finder-data, autoloads)
19011         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
19012         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
19013         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
19015 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19017         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
19018         error-completion on the first 2 args of condition-case (bug#14446).
19019         Don't burp at EOB.
19021 2013-05-25  Leo Liu  <sdl.web@gmail.com>
19023         * comint.el (comint-previous-matching-input): Do not flood the
19024         *Messages* buffer with trivial messages.
19026 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19028         * progmodes/flymake.el (flymake-nop): Don't return a string.
19029         (flymake-set-at): Fix typo.
19031         * simple.el (read--expression): New function, extracted from
19032         eval-expression.  Set completion-at-point-functions (bug#14465).
19033         (eval-expression, eval-minibuffer): Use it.
19035 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
19037         * progmodes/flymake.el (flymake-save-buffer-in-file)
19038         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
19039         (flymake-selected-frame, flymake-log, flymake-ins-after)
19040         (flymake-set-at, flymake-get-buildfile-from-cache)
19041         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
19042         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
19043         Refine the doc string.
19044         (flymake-get-file-name-mode-and-masks): Reformat.
19045         (flymake-get-real-file-name-function): Fix a minor bug.
19047 2013-05-24  Juri Linkov  <juri@jurta.org>
19049         * progmodes/grep.el (grep-mode-font-lock-keywords):
19050         Support =linenumber= format used by git-grep for lines with
19051         function names.  (Bug#13549)
19053 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19055         * progmodes/octave.el (octave-smie-rules): Return nil rather than
19056         0 after a semi-colon; it works better for smie-auto-fill.
19057         (octave--indent-new-comment-line): New function.
19058         (octave-indent-new-comment-line): Use it (indirectly).
19059         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
19060         modify comment-line-break-function.
19062         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
19063         (smie-setup): Use add-function to set it.
19065 2013-05-24  Sam Steingold  <sds@gnu.org>
19067         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
19068         argument (before the `interactive' argument).
19070 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19072         * image-mode.el (image-mode-winprops): Add winprops to
19073         image-mode-winprops-alist before running
19074         image-mode-new-window-functions.
19075         * doc-view.el (doc-view-new-window-function): Don't delay
19076         doc-view-goto-page via timers (bug#14435).
19078 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
19080         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
19081         (doc-view-desktop-save-buffer): New function.
19082         (doc-view-restore-desktop-buffer): New function.
19083         (desktop-buffer-mode-handlers):
19084         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
19085         handler.
19086         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
19087         `desktop-save-buffer' function.
19089 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
19091         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
19092         (tramp-gvfs-file-name-handler): Raise a user error when
19093         `tramp-gvfs-enabled' is nil.
19094         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
19095         Do not raise a user error when loading package.  (Bug#14447)
19097         * net/xesam.el: Move to obsolete/.
19099 2013-05-24  Glenn Morris  <rgm@gnu.org>
19101         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
19103         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
19105         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
19106         (Info-find-node, Man-getpage-in-background): Declare.
19108         * mail/unrmail.el (unrmail):
19109         Replace obsolete detect-coding-with-priority.
19111         * net/socks.el (socks-split-string): Use this rather than split-string.
19112         (socks-nslookup-host): Update for above change.
19113         (dynamic-choice, s5-dynamic-choice-match)
19114         (s5-dynamic-choice-match-inline, s5-widget-value-create):
19115         Comment out unused code.
19117         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
19118         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
19119         (gud-tooltip-echo-area): Make obsolete.
19120         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
19122         * progmodes/js.el (js--optimize-arglist): Declare.
19124         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
19126         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
19127         (ediff-window-C): Declare.
19129         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
19130         Tweak requires to silence compiler.
19132         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
19133         (he-search-string, he-tried-table, he-expand-list)
19134         (he-init-string, he-string-member, he-substitute-string)
19135         (he-reset-string): Declare.
19137         * obsolete/options.el (list-options): Use custom-variable-p,
19138         rather than obsolete alias.
19140 2013-05-23  Sam Steingold  <sds@gnu.org>
19142         * simple.el (shell-command-on-region): Pass the `replace' argument
19143         down to `call-process-region' to comply with the doc as reported on
19144         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
19146 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19148         * emacs-lisp/smie.el (smie-indent-forward-token)
19149         (smie-indent-backward-token): Handle string tokens (bug#14381).
19151 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
19153         * ielm.el (ielm-menu): New menu.
19154         (inferior-emacs-lisp-mode): Set comment-start.
19156 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
19158         * textmodes/reftex.el (reftex-ref-style-toggle):
19159         Fix deactivate action.
19161         * textmodes/reftex-vars.el (reftex-ref-style-alist):
19162         Add cleveref macros.
19164         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
19165         Accept options for bibliography commands.
19166         * textmodes/reftex-vars.el (reftex-bibliography-commands):
19167         Add addbibresource.  Basic Biblatex support.
19169 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
19171         * net/tramp-gvfs.el (top):
19172         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
19173         when loading package.  (Bug#14447)
19175 2013-05-23  Glenn Morris  <rgm@gnu.org>
19177         * progmodes/js.el: No need to load comint when compiling.
19178         (ring-insert, comint-send-string, comint-send-input)
19179         (comint-last-input-end, ido-chop): Declare.
19181         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
19182         * vc/ediff-mult.el: Adjust requires.
19183         (ediff-directories-internal, ediff-directory-revisions-internal)
19184         (ediff-patch-file-internal): Declare.
19185         * vc/ediff-ptch.el: Adjust requires.
19186         (ediff-use-last-dir, ediff-buffers-internal): Declare.
19187         (ediff-find-file): Autoload.
19188         * vc/ediff-util.el: No need to load ediff when compiling.
19189         (ediff-regions-internal): Declare.
19190         * vc/ediff-wind.el: Adjust requires.
19191         (ediff-compute-toolbar-width): Define when compiling.
19192         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
19193         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
19194         (dired-get-filename, dired-get-marked-files)
19195         (ediff-last-dir-patch, ediff-patch-default-directory)
19196         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
19197         (ediff-patch-buffer-internal): Declare.
19199         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
19200         (ispell-process, ispell-buffer-local-words, lm-summary)
19201         (lm-section-start, lm-section-end): Declare.
19202         (checkdoc-ispell-init): Simplify.
19204         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
19205         (he-string-member, he-reset-string, he-substitute-string): Declare.
19207         * eshell/em-ls.el: Adjust requires.
19208         (eshell-glob-regexp): Declare.
19209         * eshell/em-tramp.el: Adjust requires.
19210         (eshell-parse-command): Autoload.
19211         * eshell/em-xtra.el: Adjust requires.
19212         (eshell-parse-command): Autoload.
19213         * eshell/esh-ext.el: Adjust requires.
19214         (eshell-parse-command, eshell-close-handles): Autoload.
19215         * eshell/esh-io.el: Adjust requires.
19216         (eshell-output-filter): Autoload.
19217         * eshell/esh-util.el: No need to load tramp when compiling.
19218         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
19219         Declare.
19220         (eshell-parse-ange-ls): Require ange-ftp and tramp.
19221         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
19222         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
19223         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
19224         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
19225         * eshell/esh-opt.el, eshell/esh-proc.el:
19226         * eshell/esh-var.el: Adjust requires.
19227         * eshell/eshell.el: Do not require esh-util twice.
19228         (eshell-add-input-to-history): Declare.
19229         (eshell-command): Check history module is active before using it.
19231         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
19233 2013-05-22  Leo Liu  <sdl.web@gmail.com>
19235         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
19237 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
19239         * autorevert.el (auto-revert-notify-add-watch)
19240         (auto-revert-notify-handler): Add `attrib' for the inotify case,
19241         it indicates changes in file modification time.
19243 2013-05-22  Glenn Morris  <rgm@gnu.org>
19245         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
19246         Always delete the autoloaded function from the noruntime and
19247         unresolved functions lists.
19249         * allout.el: No need to load epa, epg, overlay when compiling.
19250         (epg-context-set-passphrase-callback, epg-list-keys)
19251         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
19252         (epg-key-user-id-list): Declare.
19254         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
19255         (viper-set-parsing-style-toggling-macro)
19256         (viper-set-emacs-state-searchstyle-macros):
19257         Use called-interactively-p on Emacs.
19258         (viper-looking-back): Make it an obsolete alias.  Update callers.
19259         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
19260         Use looking-back rather than viper-looking-back.
19261         (viper-tmp-insert-at-eob, viper-enlarge-region)
19262         (viper-read-string-with-history, viper-register-to-point)
19263         (viper-append-to-register, viper-change-state-to-vi)
19264         (viper-backward-char-carefully, viper-forward-char-carefully)
19265         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
19266         (viper-change-state-to-emacs): Declare.
19267         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
19268         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
19269         * emulation/viper-mous.el: Do not load viper-cmd.
19270         (viper-backward-char-carefully, viper-forward-char-carefully)
19271         (viper-forward-word, viper-adjust-window): Declare.
19273         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
19275         * progmodes/idlw-help.el (idlwave-help-fontify):
19276         Use called-interactively-p.
19278         * term/w32console.el (w32-get-console-codepage)
19279         (w32-get-console-output-codepage): Declare.
19281         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
19282         Remove unnecessary declarations.
19283         (dframe-message): Doc fix.
19285         * info.el (dframe-select-attached-frame, dframe-current-frame):
19286         Declare.
19288         * speedbar.el (speedbar-message): Make it an obsolete alias.
19289         Update all callers.
19290         (speedbar-with-attached-buffer)
19291         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
19292         (speedbar-with-writable): Use backquote.
19293         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
19294         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
19295         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
19296         rather than speedbar- aliases.
19297         * mail/rmail.el: Load dframe rather than speedbar when compiling.
19298         (speedbar-make-specialized-keymap, speedbar-insert-button)
19299         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
19300         (speedbar-do-function-pointer): Declare.
19301         (rmail-speedbar-button, rmail-speedbar-find-file)
19302         (rmail-speedbar-move-message):
19303         Use dframe-with-attached-buffer rather than speedbar- alias.
19304         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
19305         (dframe-message, speedbar-make-specialized-keymap)
19306         (speedbar-add-expansion-list, speedbar-mode-functions-list)
19307         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
19308         (speedbar-insert-button, dframe-select-attached-frame)
19309         (dframe-maybee-jump-to-attached-frame)
19310         (speedbar-change-initial-expansion-list)
19311         (speedbar-previously-used-expansion-list-name): Declare.
19312         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
19313         Use dframe-message, dframe-with-attached-buffer rather than
19314         speedbar- aliases.
19315         (gud-sentinel): Silence compiler.
19316         * progmodes/vhdl-mode.el (speedbar-refresh)
19317         (speedbar-do-function-pointer, speedbar-add-supported-extension)
19318         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
19319         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
19320         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
19321         (speedbar-file-lists, speedbar-make-tag-line)
19322         (speedbar-line-directory, speedbar-goto-this-file)
19323         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
19324         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
19325         (speedbar-make-button, speedbar-reset-scanners)
19326         (speedbar-files-item-info, speedbar-line-text)
19327         (speedbar-find-file-in-frame, speedbar-set-timer)
19328         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
19329         (speedbar-with-writable): Do not (re)define it.
19330         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
19331         rather than speedbar- alias.
19333 2013-05-21  Leo Liu  <sdl.web@gmail.com>
19335         * progmodes/octave.el (octave-mode-menu): Update and re-organize
19336         menu items.
19337         (octave-mode): Tweak fill-nobreak-predicate.
19338         (inferior-octave-startup): Check process to avoid infinite loop.
19339         (inferior-octave): Pop to buffer first to show abornmal process
19340         exit information.
19342 2013-05-21  Glenn Morris  <rgm@gnu.org>
19344         * printing.el (pr-menu-bar): Define when compiling.
19346 2013-05-21  Leo Liu  <sdl.web@gmail.com>
19348         * progmodes/octave.el (octave-auto-fill): Remove.
19349         (octave-indent-new-comment-line): Improve.
19350         (octave-mode): Use auto fill mode through
19351         comment-line-break-function and fill-nobreak-predicate.
19352         (octave-goto-function-definition): Support DEFUN_DLD.
19353         (octave-beginning-of-defun): Small tweak.
19354         (octave-help): Show parent directory.
19356 2013-05-21  Glenn Morris  <rgm@gnu.org>
19358         * files.el (dired-unmark):
19359         * progmodes/gud.el (gdb-input): Update declarations.
19361         * calculator.el (electric, ehelp): No need to load when compiling.
19362         (Electric-command-loop, electric-describe-mode): Declare.
19364         * doc-view.el (doc-view-current-converter-processes): Move before use.
19366         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
19367         Move MODE-set-explicitly definition before use.
19369         * international/mule-diag.el (mule-diag):
19370         Don't use obsolete window-system-version.
19372         * mail/feedmail.el (smtpmail): No need to load when compiling.
19373         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
19375         * mail/mail-utils.el (rfc822): No need to load when compiling.
19376         (rfc822-addresses): Autoload it.
19377         (mail-strip-quoted-names): Trivial simplification.
19379         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
19380         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
19382         * net/snmp-mode.el (tempo): Don't duplicate requires.
19384         * progmodes/prolog.el (info): No need to load when compiling.
19385         (comint): Require before shell requires it.
19386         (Info-goto-node): Autoload it.
19387         (Info-follow-nearest-node): Declare.
19388         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
19390         * textmodes/artist.el (picture-mode-exit): Declare.
19392         * textmodes/reftex-parse.el (reftex-parse-from-file):
19393         Trivial rewrite so the compiler can parse it better.
19395 2013-05-20  Leo Liu  <sdl.web@gmail.com>
19397         * progmodes/octave.el (octave-help-mode-map)
19398         (octave-help-mode-finish-hook): New variables.
19399         (octave-help-mode, octave-help-mode-finish): New functions.
19400         (octave-help): Use octave-help-mode.
19402 2013-05-20  Glenn Morris  <rgm@gnu.org>
19404         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
19406 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
19408         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
19409         start at point, so that expansion starting right after opening
19410         slash in a regexp is recognized.
19411         (ruby-syntax-before-regexp-re): New defvar, extracted from
19412         ruby-syntax-propertize-function.  Since the value of this regexp
19413         is looked up at runtime now, we should be able to turn
19414         `ruby-syntax-methods-before-regexp' into a defcustom later.
19415         (ruby-syntax-propertize-function): Split regexp matching into two
19416         parts, for opening and closing slashes.  That allows us to skip
19417         over string interpolations and support multiline regexps.
19418         Don't call `ruby-syntax-propertize-expansions', instead use another rule
19419         for them, which calls `ruby-syntax-propertize-expansion'.
19420         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
19421         call to `ruby-syntax-propertize-function'.
19422         (ruby-syntax-propertize-expansion): Extracted from
19423         `ruby-syntax-propertize-expansions'.  Handles one expansion.
19424         (ruby-syntax-propertize-percent-literal): Leave point right after
19425         the percent symbol, so that the expression expansion rule can
19426         propertize the contents.
19427         (ruby-syntax-propertize-heredoc): Leave point at bol following the
19428         heredoc openers.
19429         (ruby-syntax-propertize-expansions): Remove.
19431 2013-05-18  Juri Linkov  <juri@jurta.org>
19433         * man.el (Man-default-man-entry): Remove `-' from the end
19434         of the default value.  (Bug#14400)
19436 2013-05-18  Glenn Morris  <rgm@gnu.org>
19438         * comint.el (comint-password-prompt-regexp):
19439         Allow "password for XXX" where XXX contains colons (eg https://...).
19441 2013-05-18  Leo Liu  <sdl.web@gmail.com>
19443         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
19444         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
19445         (octave-source-directories): Don't check process.
19446         (octave-source-directories, octave-find-definition): Doc fix.
19448 2013-05-18  Glenn Morris  <rgm@gnu.org>
19450         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
19451         Remove backspace/delete bindings.  (Bug#14392)
19453         * cus-dep.el (custom-make-dependencies): Sort the output.
19454         (custom-versions-load-alist): Convert comment to doc.
19456 2013-05-17  Leo Liu  <sdl.web@gmail.com>
19458         * newcomment.el (comment-search-backward): Stricter in finding
19459         comment start.  (Bug#14303)
19461         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
19462         (octave-comment-start-skip): Properly anchored.
19464 2013-05-17  Leo Liu  <sdl.web@gmail.com>
19466         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
19467         Clean up when turned off.  (Bug#14395)
19468         (smie--highlight-matching-block-overlay): No longer buffer-local.
19469         (smie-highlight-matching-block): Adjust.
19471 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19473         Doc string fix for "nanoseconds" (Bug#14406).
19474         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
19475         Fix doc string typo that had "nanoseconds" instead of "microseconds".
19477 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
19479         * calc/calc-units.el (math-extract-units): Preserve powers
19480         of units.
19482 2013-05-17  Leo Liu  <sdl.web@gmail.com>
19484         * subr.el (delete-consecutive-dups): New function.
19485         * ido.el (ido-set-matches-1): Use it.
19486         * progmodes/octave.el (inferior-octave-completion-table): Use it.
19487         * ido.el (ido-remove-consecutive-dups): Remove.
19489 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19491         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19492         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
19493         regexp-opt's `words'.
19495 2013-05-16  Leo Liu  <sdl.web@gmail.com>
19497         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
19498         (smie--highlight-matching-block-overlay)
19499         (smie--highlight-matching-block-lastpos)
19500         (smie--highlight-matching-block-timer): New variables.
19501         (smie-highlight-matching-block): New function.
19502         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
19503         (smie-setup): Conditionally enable smie-blink-matching-open.
19505 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
19507         Sync with upstream verilog-mode r840.
19508         * progmodes/verilog-mode.el (verilog-mode-version)
19509         (verilog-mode-release-date): Update.
19510         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
19511         (verilog-sig-tieoff): Fix string error on
19512         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
19513         (verilog-read-decls): Fix parameters confusing
19514         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
19516 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
19518         * subr.el (reveal-filename): New function.
19520         * loadup.el: Compute Emacs executable versions on MS-Windows,
19521         where executables have the .exe extension.  Add a hard link
19522         emacs-XX.YY.ZZ.exe on MS-Windows.
19524         * Makefile.in (XARGS_LIMIT): New variable.
19525         (custom-deps, finder-data, autoloads)
19526         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
19527         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
19528         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
19529         (compile-main): Limit xargs according to $(XARGS_LIMIT).
19531 2013-05-16  Leo Liu  <sdl.web@gmail.com>
19533         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
19534         (octave-mode-menu, octave-mode-map): Remove its uses.
19536 2013-05-16  Reto Zimmermann  <reto@gnu.org>
19538         Sync with upstream vhdl mode v3.34.2.
19539         * progmodes/vhdl-mode.el: Use `push' throughout.
19540         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
19541         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
19542         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
19543         (vhdl-actual-generic-name): New option to derive actual generic name.
19544         (vhdl-port-paste-signals): Replace formal by actual generics.
19545         (vhdl-beautify): New name for old group vhdl-align.  Update users.
19546         (vhdl-beautify-options): New option.
19547         (vhdl-last-input-event): New compat alias.  Use throughout.
19548         (vhdl-goto-line): Replace user level function `goto-line'.
19549         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
19550         vhdl-fix-statement-buffer.
19551         (vhdl-create-mode-menu): Add some entries.
19552         (vhdl-align-region-groups): Respect vhdl-beautify-options.
19553         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
19554         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
19555         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
19556         to force statements on one line.
19557         (vhdl-remove-trailing-spaces-region):
19558         New, split from vhdl-remove-trailing-spaces.
19559         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
19560         Respect vhdl-beautify-options.
19561         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
19562         (vhdl-update-sensitivity-list): Not add with index if exists without.
19563         Not include array index with signal.  Ignore keywords in comments.
19564         (vhdl-get-visible-signals): Regexp tweaks.
19565         (vhdl-template-component-inst): Handle empty library.
19566         (vhdl-template-type): Add template for 'enum' type.
19567         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
19568         Use vhdl-replace-string.
19569         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
19570         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
19571         (vhdl-speedbar-initialize): Update for above name change.
19572         (vhdl-compose-wire-components): Fix in handling of constants.
19573         (vhdl-error-regexp-emacs-alist): New variable.
19574         (vhdl-error-regexp-add-emacs): New function;
19575         adds support for new compile.el (Emacs 22+)
19576         (vhdl-generate-makefile-1): Change target order for single lib. units.
19577         Allow use of absolute file names.
19579 2013-05-16  Leo Liu  <sdl.web@gmail.com>
19581         * simple.el (prog-indent-sexp): Indent enclosing defun.
19583 2013-05-15  Glenn Morris  <rgm@gnu.org>
19585         * cus-start.el (show-trailing-whitespace): Move to editing basics.
19586         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
19587         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
19588         (whitespace-highlight): Move to whitespace group.
19590         * comint.el (comint-source):
19591         * pcmpl-linux.el (pcmpl-linux):
19592         * shell.el (shell-faces):
19593         * eshell/esh-opt.el (eshell-opt):
19594         * international/ccl.el (ccl): Remove empty custom groups.
19596         * completion.el (dynamic-completion-mode):
19597         * jit-lock.el (jit-lock-debug-mode):
19598         * minibuffer.el (completion-in-region-mode):
19599         * type-break.el (type-break-mode-line-message-mode)
19600         (type-break-query-mode):
19601         * emulation/tpu-edt.el (tpu-edt-mode):
19602         * progmodes/subword.el (global-subword-mode, global-superword-mode):
19603         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
19604         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
19606         * term/xterm.el (xterm): Change parent group to terminals.
19608         * master.el (master): Remove empty custom group.
19609         (master-mode): Remove unused :group argument.
19610         * textmodes/refill.el (refill): Remove empty custom group.
19611         (refill-mode): Remove unused :group argument.
19613         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
19615         * cus-dep.el: Provide a feature.
19616         (custom-make-dependencies): Ignore dotfiles (dir-locals).
19617         Don't mistakenly ignore files whose basenames match a basename
19618         from preloaded-file-list (eg cedet/ede/simple.el).
19619         Add a fallback method for getting :group.
19621 2013-05-15  Juri Linkov  <juri@jurta.org>
19623         * isearch.el (isearch-char-by-name): Rename from
19624         `isearch-insert-char-by-name'.  Doc fix.
19625         (isearch-forward): Mention `isearch-char-by-name' in
19626         the docstring.  (Bug#13348)
19628         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
19629         `exit-minibuffer' instead of
19630         `isearch-nonincremental-exit-minibuffer'.
19631         (isearch-edit-string): Remove mention of
19632         `isearch-nonincremental-exit-minibuffer' from docstring.
19633         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
19634         (isearch-forward-exit-minibuffer)
19635         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
19637 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19639         * loadup.el: Just use unversioned DOC.
19641         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
19642         literals as extending to EOB.
19643         (nxml-last-fontify-end): Remove unused variable.
19644         (nxml-after-change1): Use with-silent-modifications.
19645         (nxml-extend-after-change-region): Simplify.
19646         (nxml-extend-after-change-region1): Remove function.
19647         (nxml-after-change1): Don't adjust for dependent regions.
19648         (nxml-fontify-matcher): Simplify.
19649         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
19650         (xmltok-add-dependent): Remove function.
19651         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
19652         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
19653         (xmltok-scan-prolog-after-processing-instruction-open): Treat
19654         unclosed <[[, <?, comment, and other literals as extending to EOB.
19655         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
19656         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
19657         Remove functions.
19658         (rng-do-some-validation-1): Don't mark dependent regions.
19659         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
19660         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
19661         (nxml-clear-dependent-regions): Remove functions.
19662         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
19663         (nxml-ensure-scan-up-to-date):
19664         Don't clear&mark dependent regions.
19666 2013-05-15  Leo Liu  <sdl.web@gmail.com>
19668         * progmodes/octave.el (octave-goto-function-definition):
19669         Improve and fix callers.
19671 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19673         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
19674         the setter (bug#14387).
19676         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
19677         surrounding group (bug#14402).
19679 2013-05-14  Juri Linkov  <juri@jurta.org>
19681         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
19682         (Bug#14390)
19684 2013-05-14  Glenn Morris  <rgm@gnu.org>
19686         * progmodes/f90.el (f90-imenu-generic-expression):
19687         Fix typo in 2013-05-08 change.  (Bug#14402)
19689 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
19691         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
19692         Remove signals for which replies are never received.
19694 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
19696         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
19697         (gdb-handler-alist, gdb-handler-number): Remove variables.
19698         (gdb-handler-list): New variable.
19699         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
19700         (gdb-pending-handler-p, gdb-handle-reply)
19701         (gdb-remove-all-pending-triggers): New functions.
19702         (gdb-discard-unordered-replies): New defcustom.
19703         (gdb-handler): New defstruct.
19704         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
19705         instead of gdb-pending-triggers.  Update docstring.
19706         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
19707         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
19708         (gdb-var-update-handler, def-gdb-auto-update-trigger)
19709         (def-gdb-auto-update-handler, gdb-get-changed-registers)
19710         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
19711         (gdb-frame-handler): Pending triggers are now automatically managed.
19712         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
19713         Remove argument.
19714         (gdb-input): Automatically handles pending triggers.  Update docstring.
19715         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
19716         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
19717         Update comments.
19718         (gdb-done-or-error): Now use gdb-handle-reply.
19720 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
19722         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
19723         gdb-debug-log.
19725 2013-05-14  Glenn Morris  <rgm@gnu.org>
19727         * subr.el (user-emacs-directory-warning): New option.
19728         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
19730 2013-05-14  Leo Liu  <sdl.web@gmail.com>
19732         * progmodes/octave.el (octave-font-lock-keywords): Fix error
19733         during redisplay.
19734         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
19735         (octave-font-lock-texinfo-comment): Fix invalid search bound
19736         error: wrong side of point.
19738 2013-05-14  Glenn Morris  <rgm@gnu.org>
19740         * progmodes/flymake.el (flymake-xml-program): New option.
19741         (flymake-xml-init): Use it.
19743         * term/xterm.el: Provide a feature.
19745         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
19747 2013-05-13  Glenn Morris  <rgm@gnu.org>
19749         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
19750         Add compat aliases as a hack workaround.  (Bug#14384)
19752 2013-05-13  Leo Liu  <sdl.web@gmail.com>
19754         * progmodes/octave.el (octave-indent-comment): Fix indentation for
19755         ###, and %!.
19756         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
19757         C-M-q.
19758         (octave-comment-start-skip): Include %!.
19759         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
19761 2013-05-12  Leo Liu  <sdl.web@gmail.com>
19763         * progmodes/octave.el (inferior-octave-startup): Store the value
19764         of __octave_srcdir__ for octave-source-directories.
19765         (inferior-octave-check-process): New function refactored out of
19766         inferior-octave-send-list-and-digest.
19767         (octave-source-directories)
19768         (octave-find-definition-filename-function): New variables.
19769         (octave-source-directories)
19770         (octave-find-definition-default-filename): New functions.
19771         (octave-find-definition): Improve to find functions implemented in C++.
19773 2013-05-12  Glenn Morris  <rgm@gnu.org>
19775         * calendar/diary-lib.el (diary-outlook-format-1):
19776         Don't include dayname in the output.  (Bug#14349)
19778 2013-05-11  Glenn Morris  <rgm@gnu.org>
19780         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
19782         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
19783         Treat cc-provide like provide.
19785 2013-05-11  Kevin Ryde  <user42@zip.com.au>
19787         * cus-dep.el (custom-make-dependencies):
19788         Use generated-autoload-load-name for the sake of files such
19789         such cedet/semantic/bovine/c.el, where the base file name
19790         is not in load-path.  (Bug#5277)
19792 2013-05-11  Glenn Morris  <rgm@gnu.org>
19794         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
19795         Provide features.
19797 2013-05-11  Leo Liu  <sdl.web@gmail.com>
19799         * progmodes/octave.el (octave-indent-comment): Improve.
19800         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
19801         (octave-eldoc-function-signatures, octave-eldoc-function):
19802         New functions.
19803         (octave-mode, inferior-octave-mode): Add eldoc support.
19805 2013-05-11  Richard Stallman  <rms@gnu.org>
19807         * epa.el (epa-decrypt-file): Take output file name as argument
19808         and read it using `interactive'.
19810 2013-05-11  Leo Liu  <sdl.web@gmail.com>
19812         * progmodes/octave.el (octave-beginning-of-line)
19813         (octave-end-of-line): Check before using up-list because it jumps
19814         out of more syntactic contructs since moving to smie.
19815         (octave-indent-comment): New function.
19816         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
19817         (octave-begin-keywords, octave-end-keywords)
19818         (octave-reserved-words, octave-smie-bnf-table)
19819         (octave-smie-rules): Add new keywords from Octave 3.6.4.
19821 2013-05-11  Glenn Morris  <rgm@gnu.org>
19823         * faces.el (internal-face-x-get-resource):
19824         * frame.el (ns-display-monitor-attributes-list):
19825         * calc/calc-aent.el (math-to-radians-2):
19826         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
19827         Fix declarations.
19829         * calc/calc-menu.el: Make it loadable in isolation.
19831         * net/eudcb-bbdb.el: Make it loadable without bbdb.
19832         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
19833         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
19834         (eudc-bbdb-query-internal): Require 'bbdb.
19836         * lpr.el (lpr-headers-switches):
19837         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
19839         * progmodes/sql.el (sql-login-params): Fix and improve :type.
19841         * emulation/edt-mapper.el: In batch mode, error rather than hang.
19843         * term.el (term-set-escape-char): Make it idempotent.
19845 2013-05-10  Leo Liu  <sdl.web@gmail.com>
19847         * progmodes/octave.el (inferior-octave-completion-table):
19848         No longer a function and all uses changed.  Use cache to speed up
19849         completion due to bug#11906.
19850         (octave-beginning-of-defun): Re-write to be more general.
19852 2013-05-10  Glenn Morris  <rgm@gnu.org>
19854         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
19856 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19858         * comint.el (comint-redirect-send-command-to-process): Use :around
19859         rather than :override for comint-redirect-filter.
19860         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
19861         Call it instead of comint-redirect-original-filter-function (which
19862         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
19864 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
19866         * frame.el (display-monitor-attributes-list): Add NS case.
19867         (ns-display-monitor-attributes-list): Declare.
19869 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
19871         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
19873 2013-05-09  Glenn Morris  <rgm@gnu.org>
19875         * international/fontset.el (vertical-centering-font-regexp):
19876         Set standard-value.
19878         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
19880         * bookmark.el (bookmark-search-delay):
19881         * cus-start.el (vertical-centering-font-regexp):
19882         * ps-mule.el (ps-mule-font-info-database-default):
19883         * ps-print.el (ps-default-fg, ps-default-bg):
19884         * type-break.el (type-break-good-break-interval):
19885         * whitespace.el (whitespace-indentation-regexp)
19886         (whitespace-space-after-tab-regexp):
19887         * emacs-lisp/testcover.el (testcover-1value-functions)
19888         (testcover-noreturn-functions, testcover-progn-functions)
19889         (testcover-prog1-functions):
19890         * emulation/viper-init.el (viper-emacs-state-cursor-color):
19891         * eshell/em-glob.el (eshell-glob-translate-alist):
19892         * play/tetris.el (tetris-tty-colors):
19893         * progmodes/cpp.el (cpp-face-default-list):
19894         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19895         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
19896         (idlwave-help-browser-generic-args):
19897         * progmodes/make-mode.el (makefile-special-targets-list):
19898         * progmodes/python.el (python-shell-virtualenv-path):
19899         * progmodes/verilog-mode.el (verilog-active-low-regexp)
19900         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
19901         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
19902         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
19903         * textmodes/reftex-vars.el (reftex-format-label-function):
19904         * textmodes/remember.el (remember-diary-file): Fix custom types.
19906         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
19907         Add :version.
19909 2013-05-09  Leo Liu  <sdl.web@gmail.com>
19911         * progmodes/octave.el (inferior-octave-completion-at-point):
19912         Restore file completion.  (Bug#14300)
19913         (inferior-octave-startup): Fix incorrect highlighting for the
19914         first prompt.
19916 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19918         * progmodes/ruby-mode.el: First cut at SMIE support.
19919         (ruby-use-smie): New var.
19920         (ruby-smie-grammar): New constant.
19921         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
19922         (ruby-smie--forward-token, ruby-smie--backward-token)
19923         (ruby-smie-rules): New functions.
19924         (ruby-mode-variables): Setup SMIE if applicable.
19926 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
19928         * simple.el (line-move-visual): Signal beginning/end of buffer
19929         only if vertical-motion moved less than it was requested.  Avoids
19930         silly incorrect error messages when there are display strings with
19931         multiple newlines at EOL.
19933 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19935         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
19936         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
19937         (prolog-char-quote-workaround):
19938         * progmodes/cperl-mode.el (cperl-under-as-char):
19939         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
19940         Mark as obsolete.
19941         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
19942         their declaration.
19943         (vhdl-mode-syntax-table-init): Remove.
19945         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
19946         last change.
19948         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
19949         syntax for "_".
19950         (ld-script-font-lock-keywords):
19951         Change regexps to use things like \_< and \_>.
19953         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
19954         Change all regexps to use things like \_< and \_>.
19956         * progmodes/autoconf.el (autoconf-definition-regexp)
19957         (autoconf-font-lock-keywords, autoconf-current-defun-function):
19958         Handle a _ with symbol syntax.
19959         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
19961         * progmodes/ada-mode.el (ada-mode-abbrev-table):
19962         Consolidate declaration.
19963         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
19964         the declaration.
19965         (ada-create-syntax-table): Remove.
19966         (ada-capitalize-word): Don't mess with the syntax of "_" since it
19967         already has the right syntax nowadays.
19968         (ada-goto-next-word): Don't change the syntax of "_".
19970         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
19971         with-wrapper-hook.
19973 2013-05-08  Sam Steingold  <sds@gnu.org>
19975         * thingatpt.el (thing-at-point): Accept optional second argument
19976         NO-PROPERTIES to strip the text properties from the return value.
19977         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
19978         to `thing-at-point' instead of stripping the properties ourselves.
19979         Also, when `thing-at-point' fails to find a url, prepend "http://"
19980         to the filename at point on the assumption that the user is
19981         pointing at something like gnu.org/gnu.
19983 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
19985         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
19986         * faces.el (crm-separator):
19987         Silence byte-compiler.
19989         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
19990         (tool-bar-map): Remove unneeded defvars.
19992 2013-05-08  Leo Liu  <sdl.web@gmail.com>
19994         Re-work a fix for bug#10994 based on Le Wang's patch.
19995         * ido.el (ido-remove-consecutive-dups): New helper.
19996         (ido-completing-read): Use it.
19997         (ido-chop): Revert fix for bug#10994.
19999 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
20001         * cus-edit.el (custom-save-variables):
20002         Pretty-print long values.  (Bug#14187)
20004 2013-05-08  Glenn Morris  <rgm@gnu.org>
20006         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
20007         (m4-mode-syntax-table): Init in the defvar.
20008         (m4-mode-abbrev-table): Let define-derived-mode define it.
20010 2013-05-08  Tom Tromey  <tromey@redhat.com>
20012         * progmodes/m4-mode.el (m4-mode-syntax-table):
20013         Do not treat "_" as word constituent.  (Bug#14167)
20015 2013-05-07  Glenn Morris  <rgm@gnu.org>
20017         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
20018         Remove explicit eshell-isearch-cancel-map.
20020         * progmodes/f90.el (f90-smart-end-names): New option.
20021         (f90-smart-end): Doc fix.
20022         (f90-end-block-optional-name): New constant.
20023         (f90-block-match): Respect f90-smart-end-names.
20025 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20027         * progmodes/octave.el (octave-smie-forward-token): Be more careful
20028         about implicit semi-colons (bug#14218).
20030 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20032         * frame.el (display-monitor-attributes-list)
20033         (frame-monitor-attributes): New functions.
20035 2013-05-06  Leo Liu  <sdl.web@gmail.com>
20037         * progmodes/octave.el (octave-syntax-propertize-function): Change
20038         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
20039         (octave-font-lock-keywords): Use octave-operator-regexp.
20040         (octave-completion-at-point): Rename from
20041         octave-completion-at-point-function.
20042         (inferior-octave-directory-tracker): Robustify.
20043         (octave-text-functions): Remove and fix its uses.  No such things
20044         any more.
20046 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20048         * emacs-lisp/trace.el (trace--display-buffer): New function.
20049         (trace-make-advice): Use it.
20051 2013-05-06  Juri Linkov  <juri@jurta.org>
20053         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
20054         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
20055         Doc fix.
20056         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
20057         in the help string.  (Bug#12985)
20059 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
20061         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
20063 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20065         * progmodes/perl-mode.el: Add support for here documents.
20066         (perl-syntax-propertize-function): Match here-doc markers.
20067         (perl-syntax-propertize-special-constructs): Find their end.
20068         (perl-imenu-generic-expression): Use [:alnum:].
20070         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
20071         (advice--add-function): Refresh the advice if already present
20072         (bug#14317).
20074 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
20076         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
20078 2013-05-06  Glenn Morris  <rgm@gnu.org>
20080         * w32-fns.el (w32-charset-info-alist): Declare.
20082         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
20083         of its defcustom properties.
20084         (eshell-cmpl-initialize): No need to load pcomplete.
20086         * generic-x.el: No need to require comint when compiling.
20088         * net/eudc-export.el: Make it loadable without bbdb.
20089         (top-level): Use require rather than load-library.
20090         (eudc-create-bbdb-record, eudc-bbdbify-phone)
20091         (eudc-batch-export-records-to-bbdb)
20092         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
20093         Require bbdb.
20095 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20097         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
20098         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
20099         some tweaks, instead.
20101 2013-05-05  Leo Liu  <sdl.web@gmail.com>
20103         * progmodes/octave.el (octave-font-lock-keywords)
20104         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
20105         (inferior-octave-send-list-and-digest): Improve error message.
20106         (octave-mode, inferior-octave-mode): Use setq-local.
20107         (octave-help): Set info-lookup-mode.
20109 2013-05-05  Richard Stallman  <rms@gnu.org>
20111         * vc/compare-w.el (compare-windows-whitespace):
20112         Treat no-break space as whitespace.
20114         * mail/rmailsum.el (rmail-summary-rmail-update):
20115         Detect empty summary and don't change selected message.
20116         (rmail-summary-goto-msg): Likewise.
20118         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
20119         Doc fixes, rename args.
20121 2013-05-05  Alan Mackenzie  <acm@muc.de>
20123         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
20125 2013-05-05  Juri Linkov  <juri@jurta.org>
20127         * info.el (Info-read-subfile): Use (point-min) instead of (point)
20128         to not add the length of the summary segment to the return value.
20129         (Bug#14125)
20131 2013-05-05  Leo Liu  <sdl.web@gmail.com>
20133         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
20134         (inferior-octave-output-filter): Remove.
20135         (octave-send-region, inferior-octave-startup): Fix callers.
20136         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
20137         (octave-binary-file-extensions): New user variable.
20138         (octave-find-definition): Confirm if opening binary files.
20139         (octave-help-file): Use octave-find-definition to get the binary
20140         confirmation.
20141         (octave-help): Adjust for octave-help-file change.
20143 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20145         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
20146         Merge the two entries that handle function definitions.
20147         (pascal--syntax-propertize): New const.
20148         (pascal-mode): Use it.  Use setq-local.
20150 2013-05-04  Glenn Morris  <rgm@gnu.org>
20152         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
20153         (diary-from-outlook): Respect diary-from-outlook-function.
20155 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20157         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
20158         Move the declaration from C.
20159         (read-minibuffer, eval-minibuffer): Move from C.
20160         (completion-setup-function): Avoid minibuffer-completion-contents.
20162 2013-05-03  Leo Liu  <sdl.web@gmail.com>
20164         * progmodes/octave.el (octave-font-lock-keywords): Do not
20165         dehighlight 'end' in comments or strings.
20166         (octave-completing-read, octave-goto-function-definition):
20167         New helpers.
20168         (octave-help-buffer): New user variable.
20169         (octave-help-file, octave-help-function): New button types.
20170         (octave-help): New command and bind it to C-h ;.
20171         (octave-find-definition): New command and bind it to M-.
20172         (user-error): Alias to error if not defined.
20174 2013-05-02  Leo Liu  <sdl.web@gmail.com>
20176         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
20177         for \.  (bug#14332)
20178         (octave-font-lock-keywords): Include [ and {.
20180 2013-05-02  Leo Liu  <sdl.web@gmail.com>
20182         * progmodes/octave.el (inferior-octave-startup-file): Change default.
20183         (inferior-octave): Remove calling comint-mode and return the buffer.
20184         (inferior-octave-startup): Cosmetic changes.
20186 2013-05-02  Leo Liu  <sdl.web@gmail.com>
20188         * progmodes/octave.el (octave-syntax-propertize-function):
20189         Include the case when ' is at line beginning.  (Bug#14336)
20191 2013-05-02  Glenn Morris  <rgm@gnu.org>
20193         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
20194         * desktop.el (vc-dir-mode): Just autoload it here.
20196 2013-05-02  Alan Mackenzie  <acm@muc.de>
20198         Eliminate variable c-standard-font-lock-fontify-region-function.
20199         * progmodes/cc-mode.el
20200         (c-standard-font-lock-fontify-region-function): Remove.
20201         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
20203 2013-05-01  Leo Liu  <sdl.web@gmail.com>
20205         * progmodes/octave.el: Compatible with older emacs-24 releases.
20206         (inferior-octave-has-built-in-variables): Remove.  Built-in
20207         variables were removed from Octave in 2007.
20208         (inferior-octave-startup): Fix uses.
20209         (comint-line-beginning-position): Remove compatibility code for
20210         emacs 21.
20212 2013-05-01  Juri Linkov  <juri@jurta.org>
20214         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
20216 2013-05-01  Juri Linkov  <juri@jurta.org>
20218         * comint.el (comint-previous-matching-input): Don't print message
20219         "History item: %d" when `isearch-mode' is active.
20220         (comint-history-isearch-message): Print message "History item: %d"
20221         when `comint-input-ring-index' is not empty and this function is
20222         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
20224 2013-05-01  Leo Liu  <sdl.web@gmail.com>
20226         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
20227         definitions.  Use completion-at-point to insert keywords.
20228         (octave-abbrev-start): Remove.
20229         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
20231 2013-04-30  Leo Liu  <sdl.web@gmail.com>
20233         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
20234         change.
20236 2013-04-30  Alan Mackenzie  <acm@muc.de>
20238         Handle arbitrarily long C++ member initialisation lists.
20239         * progmodes/cc-engine.el (c-back-over-member-initializers):
20240         new function.
20241         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
20242         (most) member init lists.
20244 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
20246         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
20247         variable.
20249 2013-04-30  Leo Liu  <sdl.web@gmail.com>
20251         * progmodes/octave.el (octave-variables): Remove.  No builtin
20252         variables any more.  All converted to functions.
20253         (octave-font-lock-keywords, octave-completion-at-point-function):
20254         Fix uses.
20255         (octave-font-lock-texinfo-comment): New user variable.
20256         (octave-texinfo-font-lock-keywords): New variable for texinfo
20257         comment block.
20258         (octave-function-comment-block): New face.
20259         (octave-font-lock-texinfo-comment): New function.
20260         (octave-mode): Font lock texinfo comment block.
20262 2013-04-29  Leo Liu  <sdl.web@gmail.com>
20264         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
20265         indexing expression.
20266         (octave-continuation-string): Do not use \.
20267         (inferior-octave-complete-impossible): Remove.
20268         (inferior-octave-completion-table)
20269         (inferior-octave-completion-at-point): Remove its uses.
20270         (inferior-octave-startup): completion_matches was introduced to
20271         Octave in 1996 so safe to assume it.
20272         (octave-function-file-comment): Improve to follow how Octave does it.
20273         (octave-update-function-file-comment): Tweak.
20275 2013-04-29  Leo Liu  <sdl.web@gmail.com>
20277         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
20278         (inferior-octave-startup): Remove inferior-octave-startup-hook.
20279         (octave-function-file-comment): Fix typo.
20280         (octave-sync-function-file-names): Use read-char-choice.
20282 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
20284         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
20285         to t for the less important warnings.
20287 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
20289         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
20291 2013-04-27  Glenn Morris  <rgm@gnu.org>
20293         * vc/log-view.el (log-view-current-entry):
20294         Treat "---" separator lines as part of the following rev.  (Bug#14169)
20296 2013-04-27  Juri Linkov  <juri@jurta.org>
20298         * subr.el (read-number): Doc fix about using it by interactive
20299         code letter `n'.  (Bug#14254)
20301 2013-04-27  Juri Linkov  <juri@jurta.org>
20303         * desktop.el (desktop-auto-save-timeout): New option.
20304         (desktop-file-checksum): New variable.
20305         (desktop-save): Add optional arg `auto-save' and don't auto-save
20306         if nothing changed.
20307         (desktop-auto-save-timer): New variable.
20308         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
20309         (after-init-hook): Call `desktop-auto-save-set-timer'.
20310         Suggested by Reuben Thomas <rrt@sc3d.org> in
20311         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
20313 2013-04-27  Leo Liu  <sdl.web@gmail.com>
20315         * progmodes/octave.el (octave-function-file-p)
20316         (octave-skip-comment-forward, octave-function-file-comment)
20317         (octave-update-function-file-comment): New functions.
20318         (octave-mode-map): Bind C-c ; to
20319         octave-update-function-file-comment.
20320         (octave-mode-menu): Add octave-update-function-file-comment.
20321         (octave-mode, inferior-octave-mode): Fix doc-string.
20322         (octave-insert-defun): Conform to Octave's coding convention.
20323         (Bug#14285)
20325         * files.el (basic-save-buffer): Don't let errors in
20326         before-save-hook prevent saving buffer.
20328 2013-04-20  Roland Winkler  <winkler@gnu.org>
20330         * faces.el (read-face-name): Use completing-read if arg multiple
20331         is nil.
20333 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
20335         * ls-lisp.el (ls-lisp-insert-directory): If no files are
20336         displayed, move point to after the totals line.
20337         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
20338         for the details.
20340 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20342         * emacs-lisp/package.el (package-autoload-ensure-default-file):
20343         Add current dir to the load-path.
20344         (package-generate-autoloads): Don't rely on
20345         autoload-ensure-default-file.
20347 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
20349         * textmodes/remember.el (remember-store-in-files): Document that
20350         the file name format is passed to `format-time-string'.
20352 2013-04-26  Leo Liu  <sdl.web@gmail.com>
20354         * progmodes/octave.el (octave-sync-function-file-names): New function.
20355         (octave-mode): Use it in before-save-hook.
20357 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20359         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
20360         (bug#14274).
20362         * progmodes/octave.el (octave-smie-forward-token): Properly skip
20363         \n and comment, even if it's not an implicit ; (bug#14218).
20365 2013-04-26  Glenn Morris  <rgm@gnu.org>
20367         * subr.el (read-number): Once more use `read' rather than
20368         `string-to-number', to trap non-numeric input.  (Bug#14254)
20370 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
20372         * emacs-lisp/syntax.el (syntax-propertize-multiline):
20373         Use `syntax-multiline' text property consistently instead of
20374         `font-lock-multiline'.  (Bug#14237)
20376 2013-04-26  Glenn Morris  <rgm@gnu.org>
20378         * emacs-lisp/shadow.el (list-load-path-shadows):
20379         No longer necessary to check for duplicate simple.el, since
20380         2012-07-07 change to init_lread to not include installation lisp
20381         directories in load-path when running uninstalled.  (Bug#14270)
20383 2013-04-26  Leo Liu  <sdl.web@gmail.com>
20385         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
20386         (octave-mode, inferior-octave-mode): Use setq-local.
20387         (octave-not-in-string-or-comment-p): Rename to
20388         octave-in-string-or-comment-p.
20389         (octave-in-comment-p, octave-in-string-p)
20390         (octave-in-string-or-comment-p): Replace defsubst with defun.
20392 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
20394         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
20396 2013-04-25  Bastien Guerry  <bzg@gnu.org>
20398         * textmodes/remember.el (remember-data-directory)
20399         (remember-directory-file-name-format): Fix custom types.
20401 2013-04-25  Leo Liu  <sdl.web@gmail.com>
20403         * progmodes/octave.el (octave-completion-at-point-function):
20404         Make use of inferior octave process.
20405         (octave-initialize-completions): Remove.
20406         (inferior-octave-completion-table): New function.
20407         (inferior-octave-completion-at-point): Use it.
20408         (octave-completion-alist): Remove.
20410 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20412         * progmodes/opascal.el: Use font-lock and syntax-propertize.
20413         (opascal-mode-syntax-table): New var.
20414         (opascal-literal-kind, opascal-is-literal-end)
20415         (opascal-literal-token-at): Rewrite.
20416         (opascal--literal-start-re, opascal-font-lock-keywords)
20417         (opascal--syntax-propertize): New constants.
20418         (opascal-font-lock-defaults): Adjust.
20419         (opascal-mode): Use them.  Set comment-<foo> variables as well.
20420         (delphi-comment-face, opascal-comment-face, delphi-string-face)
20421         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
20422         (delphi-other-face, opascal-other-face): Remove face variables.
20423         (opascal-save-state): Remove macro.
20424         (opascal-fontifying-progress-step): Remove constant.
20425         (opascal--ignore-changes): Remove var.
20426         (opascal-set-token-property, opascal-parse-next-literal)
20427         (opascal-is-stable-literal, opascal-complete-literal)
20428         (opascal-is-literal-start, opascal-face-of)
20429         (opascal-parse-region, opascal-parse-region-until-stable)
20430         (opascal-fontify-region, opascal-after-change)
20431         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
20432         (opascal-debug-parse-region, opascal-debug-parse-window)
20433         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
20434         (opascal-debug-fontify-buffer): Remove.
20435         (opascal-debug-mode-map): Adjust accordingly.
20437 2013-04-25  Leo Liu  <sdl.web@gmail.com>
20439         Merge octave-mod.el and octave-inf.el into octave.el with some
20440         cleanups.
20441         * progmodes/octave.el: New file renamed from octave-mod.el.
20442         * progmodes/octave-inf.el: Merged into octave.el.
20443         * progmodes/octave-mod.el: Renamed to octave.el.
20445 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
20447         * textmodes/reftex-vars.el
20448         (reftex-label-ignored-macros-and-environments): New defcustom.
20450         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
20452 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20454         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
20455         (smie-indent-keyword): Improve the check to ensure that the next
20456         comment is really on the same line.
20457         (smie-indent-comment): Don't align with a subsequent closer (or eob).
20459         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
20460         semi-colons if the line is not otherwise empty (bug#14218).
20462 2013-04-25  Glenn Morris  <rgm@gnu.org>
20464         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
20466 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20468         * progmodes/opascal.el (opascal-set-token-property): Rename from
20469         opascal-set-text-properties and only set `token' (bug#14134).
20470         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
20471         (opascal-literal-text-properties): Remove.
20472         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
20473         Adjust callers.
20475 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
20477         * textmodes/remember.el (remember-handler-functions): Add an
20478         option for a new handler `remember-store-in-files'.
20479         (remember-data-directory, remember-directory-file-name-format):
20480         New options.
20481         (remember-store-in-files): New function to store remember notes
20482         as separate files within a directory.
20484 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
20486         * progmodes/compile.el (compilation-next-error-function):
20487         Pass "formats" to compilation-find-file (bug#11777).
20489 2013-04-24  Glenn Morris  <rgm@gnu.org>
20491         * vc/vc-bzr.el (vc-bzr-print-log):
20492         * vc/vc-hg.el (vc-hg-print-log):
20493         * vc/vc-svn.el (vc-svn-print-log):
20494         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
20496         * vc/vc-bzr.el (vc-bzr-print-log):
20497         * vc/vc-cvs.el (vc-cvs-print-log):
20498         * vc/vc-git.el (vc-git-print-log):
20499         * vc/vc-hg.el (vc-hg-print-log):
20500         * vc/vc-mtn.el (vc-mtn-print-log):
20501         * vc/vc-rcs.el (vc-rcs-print-log):
20502         * vc/vc-sccs.el (vc-sccs-print-log):
20503         * vc/vc-svn.el (vc-svn-print-log):
20504         * vc/vc.el (vc-print-log-internal): Doc fixes.
20506 2013-04-23  Glenn Morris  <rgm@gnu.org>
20508         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
20509         Remove venerable code attempting to avoid substitute-command-keys.
20511 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
20513         * textmodes/reftex-vars.el (reftex-label-regexps):
20514         Call `reftex-compile-variables' after changes to this variable.
20516 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20518         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
20519         Use lexical-binding.
20520         (jit-lock-force-redisplay): Use markers, check buffer's continued
20521         existence and beware narrowed buffers.
20522         (jit-lock-fontify-now): Adjust call accordingly.
20524 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20526         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
20527         to avoid misleading the user.
20529 2013-04-22  Leo Liu  <sdl.web@gmail.com>
20531         * info-look.el: Prefer latex2e.info.  (Bug#14240)
20533 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
20535         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
20537         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
20538         * net/tramp.el (tramp-call-process): ... here.
20539         (tramp-set-completion-function, tramp-parse-putty):
20540         * net/tramp-adb.el (tramp-adb-execute-adb-command):
20541         * net/tramp-gvfs.el (tramp-gvfs-send-command):
20542         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
20543         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
20544         (tramp-call-local-coding-command): Use `tramp-call-process'
20545         instead of `tramp-compat-call-process'.
20547         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
20548         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
20549         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
20550         (tramp-find-inline-compress): Improve traces.
20551         (tramp-maybe-send-script): Check for Perl binary.
20552         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
20554 2013-04-22  Daiki Ueno  <ueno@gnu.org>
20556         * epg.el (epg-context-pinentry-mode): New function.
20557         (epg-context-set-pinentry-mode): New function.
20558         (epg--start): Pass --pinentry-mode option to gpg command.
20560 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
20562         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
20563         `comint-dynamic-complete' is obsolete since 24.1, replaced by
20564         `completion-at-point'.  (Bug#13774)
20566         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
20567         default key binding for `describe-distribution' has been moved to
20568         `C-h C-o'.  (Bug#13970)
20570 2013-04-21  Glenn Morris  <rgm@gnu.org>
20572         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
20573         Add doc strings.
20574         (vc-print-log): Clarify interactive prompt.
20576 2013-04-20  Glenn Morris  <rgm@gnu.org>
20578         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
20579         No longer include timestamp etc information.
20581 2013-04-20  Roland Winkler  <winkler@gnu.org>
20583         * faces.el (read-face-name): Bug fix, return just one face if arg
20584         multiple is nil.  (Bug#14209)
20586 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20588         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
20589         (remove-function): Autoload.
20591         * comint.el (comint-redirect-original-filter-function): Remove.
20592         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
20593         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
20594         (vc-cvs-annotate-command):
20595         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
20596         * progmodes/prolog.el (prolog-consult-compile):
20597         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
20598         Use add/remove-function instead.
20599         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
20600         (gud-tooltip-process-output, gud-tooltip-tips):
20601         Use add/remove-function instead.
20602         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
20603         (scheme-interaction-mode, exit-scheme-interaction-mode):
20604         Use add/remove-function instead.
20606         * vc/vc-dispatcher.el: Use lexical-binding.
20607         (vc--process-sentinel): Rename from vc-process-sentinel.
20608         Change last arg to be the code to run.  Don't use vc-previous-sentinel
20609         and vc-sentinel-commands any more.
20610         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
20611         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
20613 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
20615         * progmodes/sh-script.el (sh-imenu-generic-expression):
20616         Handle function names with a single character.  (Bug#14111)
20618 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
20620         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
20621         for subroutines defined in an eval (bug#14182).
20623 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
20625         * bookmark.el (bookmark-completing-read): Improve handling of empty
20626         string (bug#14176).
20628 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20630         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
20632 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20634         New faster Imenu implementation (bug#14058).
20635         * progmodes/python.el (python-imenu-prev-index-position)
20636         (python-imenu-format-item-label-function)
20637         (python-imenu-format-parent-item-label-function)
20638         (python-imenu-format-parent-item-jump-label-function):
20639         New vars.
20640         (python-imenu-format-item-label)
20641         (python-imenu-format-parent-item-label)
20642         (python-imenu-format-parent-item-jump-label)
20643         (python-imenu--put-parent, python-imenu--build-tree)
20644         (python-imenu-create-index, python-imenu-create-flat-index)
20645         (python-util-popn): New functions.
20646         (python-mode): Set imenu-create-index-function to
20647         python-imenu-create-index.
20649 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20651         * winner.el (winner-active-region): Use region-active-p, activate-mark
20652         and deactivate-mark (bug#14225).
20654         * simple.el (deactivate-mark): Don't inline it.
20656 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
20658         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
20660 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
20662         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
20663         file extensions from the archive-mode entry in order to prefer
20664         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
20666 2013-04-18  Leo Liu  <sdl.web@gmail.com>
20668         * bindings.el (help-event-list): Add ?\?.
20670 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20672         * subr.el (with-wrapper-hook): Declare obsolete.
20673         * simple.el (filter-buffer-substring-function): New hook.
20674         (filter-buffer-substring): Use it.
20675         (filter-buffer-substring-functions): Mark obsolete.
20676         * minibuffer.el (completion-in-region-function): New hook.
20677         (completion-in-region): Use it.
20678         (completion-in-region-functions): Mark obsolete.
20679         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
20680         * abbrev.el (abbrev-expand-function): New hook.
20681         (expand-abbrev): Use it.
20682         (abbrev-expand-functions): Mark obsolete.
20683         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
20684         and :filter-return.
20686 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20688         * progmodes/python.el (python-nav--syntactically): Fix cornercases
20689         and do not care about match data.
20691 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20693         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
20694         completion tables when completing error conditions and
20695         `declare' arguments.
20696         (lisp-complete-symbol, field-complete): Mark as obsolete.
20697         (check-parens): Unmatched parens are user errors.
20698         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
20700 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
20702         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
20703         command changed buffer (ie. `flyspell-pre-buffer' is not current
20704         buffer), which prevents making decisions based on invalid value of
20705         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
20706         cause an error when `flyspell-pre-point' was nil after switching
20707         buffers.
20708         (flyspell-post-command-hook): No longer needs to change buffers when
20709         checking pre-word.  While at it remove unnecessary progn.
20711 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
20713         * textmodes/ispell.el (ispell-add-per-file-word-list):
20714         Fix `flyspell-correct-word-before-point' error when accepting
20715         words and `coment-padding' is an integer by using
20716         `comment-normalize-vars' (Bug #14214).
20718 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20720         New defun movement commands.
20721         * progmodes/python.el (python-nav--syntactically)
20722         (python-nav--forward-defun, python-nav-backward-defun)
20723         (python-nav-forward-defun): New functions.
20725 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
20727         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
20728         (python-syntax-context): Use named compiler-macro for backwards
20729         compatibility with Emacs 24.x.
20731 2013-04-17  Leo Liu  <sdl.web@gmail.com>
20733         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
20734         octave-hide-process-buffer.
20736 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20738         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
20739         (bug#14216).
20741 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
20743         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
20744         Fix adjustment of offset when receiving incomplete responses from GDB
20745         (bug#14129).
20747 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20749         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
20750         python-mode-abbrev-table.
20751         (python-skeleton-define): Adjust accordingly.
20752         (python-mode-abbrev-table): New table that inherits from it so that
20753         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
20755         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
20756         (abbrev-symbol): Use it.
20757         (abbrev--before-point): Use it since we already handle inheritance.
20759 2013-04-16  Leo Liu  <sdl.web@gmail.com>
20761         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
20762         binding to info-lookup-symbol.
20764 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
20766         * minibuffer.el (completion--twq-all):
20767         * term/ns-win.el (ns-initialize-window-system):
20768         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
20770 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20772         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
20773         global bindings.
20775         * doc-view.el (doc-view-start-process): Handle url-handler directories.
20777 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
20779         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
20780         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
20781         to nil.
20782         (ruby-end-of-defun): Remove the unused arg, change the docstring
20783         to reflect that this function is only used as the value of
20784         `end-of-defun-function'.
20785         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
20786         to reflect an earlier change that beginning/end-of-defun functions
20787         jump between methods in a class definition, as well as top-level
20788         functions.
20790 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20792         * minibuffer.el (minibuffer-complete): Don't just scroll
20793         a *Completions* that's been iconified.
20794         (minibuffer-force-complete): Make sure repetitions do cycle when going
20795         through completion-in-region -> minibuffer-complete.
20797 2013-04-15  Alan Mackenzie  <acm@muc.de>
20799         Correct the placement of c-cpp-delimiters when there're #s not at
20800         col 0.
20802         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
20803         place a submatch around the #.
20804         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
20805         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
20806         on the #, not BOL.
20808 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20810         * emacs-lisp/nadvice.el: Properly test names when adding advice.
20811         (advice--member-p): New arg `name'.
20812         (advice--add-function, advice-member-p): Use it (bug#14202).
20814 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
20816         Reformulate java imenu-generic-expression.
20817         The old expression contained ill formed regexps.
20819         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
20820         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
20821         (cc-imenu-java-method-arg-regexp): New defconsts.
20822         (cc-imenu-java-build-type-args-regex): New defun.
20823         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
20824         handling of spaces in the regexp.
20826 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
20828         * textmodes/ispell.el (ispell-command-loop): Remove
20829         flyspell highlight of a word when ispell accepts it (bug #14178).
20831 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
20833         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
20834         uses code from the previous `ange-ftp-run-real-handler'.
20835         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
20836         only in case that function exist.  This is needed for proper
20837         unloading of Tramp.
20839 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
20841         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
20843         * textmodes/reftex.el (reftex-compile-variables): Use it.
20845 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20847         * files.el (normal-mode): Only use default major-mode if no other mode
20848         was specified.
20850         * emacs-lisp/trace.el (trace-values): New function.
20852         * files.el: Allow : in local variables (bug#14089).
20853         (hack-local-variable-regexp): New var.
20854         (hack-local-variables-prop-line, hack-local-variables): Use it.
20856 2013-04-13  Roland Winkler  <winkler@gnu.org>
20858         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
20859         data before it gets modified by bibtex-beginning-of-entry.
20861 2013-04-13  Roland Winkler  <winkler@gnu.org>
20863         * textmodes/bibtex.el (bibtex-url): Doc fix.
20865 2013-04-13  Roland Winkler  <winkler@gnu.org>
20867         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
20868         does not visit a BibTeX file, exclude it from the list of buffers
20869         returned by bibtex-initialize.
20871 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
20873         * window.el (split-window): Remove interactive form, since as a
20874         command this function is a special case of split-window-below.
20875         Correct doc string.
20877 2013-04-12  Roland Winkler  <winkler@gnu.org>
20879         * faces.el (read-face-name): Do not override value of arg default.
20880         Allow single faces and strings as default values.  Remove those
20881         elements from return value that are not faces.
20882         (describe-face): Simplify.
20883         (face-at-point): New optional args thing and multiple so that this
20884         function can provide the same functionality previously provided by
20885         read-face-name.
20886         (make-face-bold, make-face-unbold, make-face-italic)
20887         (make-face-unitalic, make-face-bold-italic, invert-face)
20888         (modify-face, read-face-and-attribute): Use face-at-point.
20890         * cus-edit.el (customize-face, customize-face-other-window)
20891         * cus-theme.el (custom-theme-add-face)
20892         * face-remap.el (buffer-face-set)
20893         * facemenu.el (facemenu-set-face): Use face-at-point.
20895 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
20897         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
20899 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
20901         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
20902         off leading { and trailing } from field values.
20904 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20906         * emacs-lisp/timer.el (timer--check): New function.
20907         (timer--time, timer-set-function, timer-event-handler): Use it.
20908         (timer-set-idle-time): Simplify.
20909         (timer--activate): CSE.
20910         (timer-event-handler): Give more info in error message.
20911         (internal-timer-start-idle): New function, moved from C.
20913         * mpc.el (mpc-proc): Add `restart' argument.
20914         (mpc-proc-cmd): Use it.
20915         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
20916         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
20917         less often.
20919 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
20921         * progmodes/sh-script.el: Implement `sh-mode' own
20922         `add-log-current-defun-function' (bug#14112).
20923         (sh-current-defun-name): New function.
20924         (sh-mode): Use the function.
20926 2013-04-09  Bastien Guerry  <bzg@gnu.org>
20928         * simple.el (choose-completion-string): Fix docstring (bug#14163).
20930 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20932         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
20934         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
20935         timer (bug#14156).
20937 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
20939         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
20940         declaration.
20942 2013-04-07  Leo Liu  <sdl.web@gmail.com>
20944         * pcmpl-x.el: New file.
20946 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
20948         Do not set x-display-name until X connection is established.
20949         This is needed to prevent from weird situation described at
20950         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
20951         * frame.el (make-frame): Set x-display-name after call to
20952         window system initialization function, not before.
20953         * term/x-win.el (x-initialize-window-system): Add optional
20954         display argument and use it.
20955         * term/w32-win.el (w32-initialize-window-system):
20956         * term/ns-win.el (ns-initialize-window-system):
20957         * term/pc-win.el (msdos-initialize-window-system):
20958         Add compatible optional display argument.
20960 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
20962         * files.el (normal-backup-enable-predicate): On MS-Windows and
20963         MS-DOS compare truenames of temporary-file-directory and of the
20964         file, so that 8+3 aliases (usually found in $TEMP on Windows)
20965         don't fail comparison by compare-strings.  Also, compare file
20966         names case-insensitively on MS-Windows and MS-DOS.
20968 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20970         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
20971         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
20973 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
20975         * whitespace.el (whitespace-color-on, whitespace-color-off):
20976         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
20978 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
20980         * ispell.el (ispell-set-spellchecker-params):
20981         Really set `ispell-args' for all equivs.
20983 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20985         * ido.el (ido-completions): Use extra elements of ido-decorations
20986         (bug#14143).
20987         (ido-decorations): Update docstring.
20989 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
20991         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20992         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
20993         nil during initialization, in order not to miss changes since the
20994         file was opened.  (Bug#14140)
20996 2013-04-05  Leo Liu  <sdl.web@gmail.com>
20998         * kmacro.el (kmacro-call-macro): Fix bug#14135.
21000 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
21002         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
21004 2013-04-04  Glenn Morris  <rgm@gnu.org>
21006         * electric.el (electric-pair-inhibit-predicate): Add :version.
21008 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21010         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
21011         when a package is required several times (bug#14082).
21013 2013-04-04  Roland Winkler  <winkler@gnu.org>
21015         * faces.el (read-face-name): Behave as promised by the docstring.
21016         Assume that arg default is a list of faces.
21017         (describe-face): Call read-face-name with list of default faces.
21019 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
21021         * bookmark.el: Fix deletion of bookmarks (bug#13972).
21022         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
21023         (bookmark-bmenu-execute-deletions): Only skip first line if it's
21024         the header.
21025         (bookmark-exit-hook-internal): Save even if list is empty.
21027 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
21029         * emacs-lisp/package.el (package-pinned-packages): New var.
21030         (package--add-to-archive-contents): Obey it (bug#14118).
21032 2013-04-03  Alan Mackenzie  <acm@muc.de>
21034         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
21035         Also adapt to the new values of element 7 of a parse state.
21037         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
21038         parameter `not-in-delimiter'.  Handle being inside comment opener.
21039         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
21040         character in case we're typing a '*' after a '/'.
21041         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
21042         instead by passing the parameter to c-state-pp-to-literal.
21044         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
21045         for elt. 7 of a parse state.
21047 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
21049         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
21050         * international/latin1-disp.el, international/mule-util.el:
21051         * language/cyril-util.el, language/european.el, language/ind-util.el:
21052         * language/lao-util.el, language/thai.el, language/tibet-util.el:
21053         * language/tibetan.el, language/viet-util.el:
21054         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
21056 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21058         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
21059         (electric-pair-post-self-insert-function): Use it.
21060         (electric-pair-default-inhibit): New function, extracted from
21061         electric-pair-post-self-insert-function.
21063 2013-03-31  Roland Winkler  <winkler@gnu.org>
21065         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
21067 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21069         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
21071 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
21073         Un-indent after "pass" and "return" statements (Bug#13888)
21074         * progmodes/python.el (python-indent-block-enders): New var.
21075         (python-indent-calculate-indentation): Use it.
21077 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
21079         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
21080         defun.  Defining it as defalias could introduce too eager
21081         byte-compiler optimization.  (Bug#14030)
21083 2013-03-30  Chong Yidong  <cyd@gnu.org>
21085         * iswitchb.el (iswitchb-read-buffer): Fix typo.
21087 2013-03-30  Leo Liu  <sdl.web@gmail.com>
21089         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
21090         (kmacro-execute-from-register): Pass the keyboard macro to
21091         kmacro-call-macro or repeating won't work correctly.
21093 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
21095         * progmodes/subword.el: Back to using `forward-symbol'.
21097         * subr.el (forward-whitespace, forward-symbol)
21098         (forward-same-syntax): Move from thingatpt.el.
21100 2013-03-29  Leo Liu  <sdl.web@gmail.com>
21102         * kmacro.el (kmacro-to-register): New command.
21103         (kmacro-execute-from-register): New function.
21104         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
21106 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21108         * mpc.el: Use defvar-local and setq-local.
21109         (mpc--proc-connect): Connection failures are not bugs.
21110         (mpc-mode-map): `follow-link' only applies to the buffer's content.
21111         (mpc-volume-map): Bind to the up-events.
21113 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21115         * progmodes/subword.el (superword-mode): Use `forward-sexp'
21116         instead of `forward-symbol'.
21118 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21120         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
21121         (edebug--recursive-edit): Use it.
21122         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
21123         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
21125 2013-03-28  Leo Liu  <sdl.web@gmail.com>
21127         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
21129 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
21131         * facemenu.el (list-colors-callback): New defvar.
21132         (list-colors-redisplay): New function.
21133         (list-colors-display): Install list-colors-redisplay as the
21134         revert-buffer-function.  (Bug#14063)
21136 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21138         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
21139         and suffixes don't overlap (bug#14061).
21141         * case-table.el: Use lexical-binding.
21142         (case-table-get-table): New function.
21143         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
21145 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
21147         * progmodes/subword.el: Add `superword-mode' to do word motion
21148         over symbol_words (parallels and leverages `subword-mode' which
21149         does word motion inside MixedCaseWords).
21151 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
21153         * eshell/em-unix.el: Move su and sudo to...
21154         * eshell/em-tramp.el: ...Eshell tramp module.
21156 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21158         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
21159         Change return value to be a sexp.  Delay `get-buffer' to after
21160         restoring the desktop (bug#13951).
21162 2013-03-26  Leo Liu  <sdl.web@gmail.com>
21164         * register.el: Move semantic tag handling back to
21165         cedet/semantic/senator.el.  (Bug#14052)
21167 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21169         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
21170         into the prompt either (bug#13963).
21172 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21174         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
21175         part of "(error-foo)".
21177 2013-03-24  Juri Linkov  <juri@jurta.org>
21179         * replace.el (list-matching-lines-prefix-face): New defcustom.
21180         (occur-1): Pass `list-matching-lines-prefix-face' to the function
21181         `occur-engine' if `face-differs-from-default-p' returns t.
21182         (occur-engine): Add `,' inside backquote construct to evaluate
21183         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
21184         Pass `prefix-face' to the functions `occur-context-lines' and
21185         `occur-engine-add-prefix'.
21186         (occur-engine-add-prefix, occur-context-lines): Add optional arg
21187         `prefix-face' and propertize the prefix with `prefix-face'.
21188         (Bug#14017)
21190 2013-03-24  Leo Liu  <sdl.web@gmail.com>
21192         * nxml/rng-valid.el (rng-validate-while-idle)
21193         (rng-validate-quick-while-idle): Guard against deleted buffer.
21194         (Bug#13999)
21196         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
21197         is the last entry in kill-buffer-hook.
21199         * files.el (kill-buffer-hook): Doc fix.
21201 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
21203         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
21204         Make it safe-local.
21206         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
21208 2013-03-23  Leo Liu  <sdl.web@gmail.com>
21210         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
21211         Remove.
21213         * nxml/rng-valid.el (rng-validate-mode)
21214         (rng-after-change-function, rng-do-some-validation):
21215         * nxml/rng-maint.el (rng-validate-buffer):
21216         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
21217         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
21218         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
21219         (nxml-extend-after-change-region): Use with-silent-modifications.
21221         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
21222         timer-idle-list.
21224         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
21225         (rng-next-error-1, rng-previous-error-1): Do not let-bind
21226         timer-idle-list.  (Bug#13999)
21228 2013-03-23  Juri Linkov  <juri@jurta.org>
21230         * info.el (info-index-match): New face.
21231         (Info-index, Info-apropos-matches): Add a nested subgroup to the
21232         main pattern and add text properties with the new face to matches
21233         in index entries relative to the beginning of the index entry.
21234         (Bug#14015)
21236 2013-03-21  Eric Ludlam  <zappo@gnu.org>
21238         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
21239         Inhibit read only while inserting objects.
21241 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
21243         * progmodes/cfengine.el: Update docs to mention
21244         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
21245         symbol motion.  Remove "_" from the word syntax.
21247 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
21249         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
21250         syntax for both `cfengine2-mode' and `cfengine3-mode'.
21252 2013-03-20  Juri Linkov  <juri@jurta.org>
21254         * info.el (Info-next-reference-or-link)
21255         (Info-prev-reference-or-link): New functions.
21256         (Info-next-reference, Info-prev-reference): Use them.
21257         (Info-try-follow-nearest-node): Handle footnote navigation.
21258         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
21260 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21262         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
21263         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
21265 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
21267         Suppress unnecessary non-ASCII chatter during build process.
21268         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
21269         (batch-skkdic-convert): Suppress most of the chatter.
21270         It's not needed so much now that machines are faster,
21271         and its non-ASCII component was confusing; see Dmitry Gutov in
21272         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
21274 2013-03-20  Leo Liu  <sdl.web@gmail.com>
21276         * ido.el (ido-chop): Fix bug#10994.
21278 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
21280         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
21281         Remove vars.
21282         (whitespace-color-on, whitespace-color-off):
21283         Use `font-lock-fontify-buffer' (Bug#13817).
21285 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21287         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
21288         remapping in mode-line.
21289         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
21291 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
21293         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
21294         value for `whitespace-line' face (Bug#13875).
21295         (whitespace-font-lock-keywords): Change description.
21296         (whitespace-color-on): Don't save `font-lock-keywords' value, save
21297         the constructed keywords instead.
21298         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
21300 2013-03-19  Leo Liu  <sdl.web@gmail.com>
21302         * progmodes/compile.el (compilation-display-error): New command.
21303         (compilation-mode-map, compilation-minor-mode-map): Bind it to
21304         C-o.  (Bug#13992)
21306 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21308         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
21310 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
21312         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
21314 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
21316         * net/tramp-compat.el (tramp-compat-user-error): New defun.
21318         * net/tramp-adb.el (tramp-adb-handle-shell-command):
21319         * net/tramp-gvfs.el (top):
21320         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
21321         (tramp-handle-shell-command): Use it.
21322         (tramp-dissect-file-name): Raise an error when hostname is a
21323         method name, and neither method nor user is specified.
21325         * net/trampver.el: Update release number.
21327 2013-03-18  Leo Liu  <sdl.web@gmail.com>
21329         Make sure eldoc can be turned off properly.
21330         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
21331         eldoc-mode.
21332         (eldoc-display-message-p): Revert last change.
21333         (eldoc-display-message-no-interference-p)
21334         (eldoc-print-current-symbol-info): Tweak.
21336 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
21338         * doc-view.el (doc-view-new-window-function): Check the new window
21339         overlay's display property instead the char property of the
21340         buffer's first char.  Use `with-selected-window' instead of
21341         `save-window-excursion' with `select-window'.
21342         (doc-view-document->bitmap): Check the current doc-view overlay's
21343         display property instead the char property of the buffer's first char.
21345 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21347         Automate the build of ja-dic.el (Bug#13984).
21348         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
21349         from the input, rather than assume that it's been done for us by the
21350         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
21351         the current date into a ja-dic.el comment, as that complicates
21352         regression testing.
21354 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21356         * whitespace.el: Fix double evaluation.
21357         (whitespace-space, whitespace-hspace, whitespace-tab)
21358         (whitespace-newline, whitespace-trailing, whitespace-line)
21359         (whitespace-space-before-tab, whitespace-indentation)
21360         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
21361         obsolete defvars.
21362         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
21363         (whitespace-color-on): Use a single font-lock-add-keywords call.
21364         Fix double-evaluation of face variables.
21366 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
21368         * net/tramp-adb.el (tramp-adb-parse-device-names):
21369         Use `start-process' instead of `call-process'.  Otherwise, the
21370         function might be blocked under MS Windows.  (Bug#13299)
21372 2013-03-17  Leo Liu  <sdl.web@gmail.com>
21374         Extend eldoc to display info in the mode-line.  (Bug#13978)
21375         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
21376         (eldoc-mode-line-string): New variable.
21377         (eldoc-minibuffer-message): New function.
21378         (eldoc-message-function): New variable.
21379         (eldoc-message): Use it.
21380         (eldoc-display-message-p)
21381         (eldoc-display-message-no-interference-p):
21382         Support eldoc-post-insert-mode.
21384         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
21385         (eval-expression): Run it.
21387 2013-03-17  Roland Winkler  <winkler@gnu.org>
21389         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
21390         strings in the list of return values.
21392 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
21394         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
21395         radix before checking for HMS forms.
21397 2013-03-16  Leo Liu  <sdl.web@gmail.com>
21399         * progmodes/scheme.el: Add indentation and font-locking for λ.
21400         (Bug#13975)
21402 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21404         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
21405         token before point (bug#13942).
21407 2013-03-16  Leo Liu  <sdl.web@gmail.com>
21409         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
21411 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
21413         * startup.el (command-line-normalize-file-name): Fix handling of
21414         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
21415         <xfq.free@gmail.com> in
21416         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
21418 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
21420         Sync with Tramp 2.2.7.
21422         * net/trampver.el: Update release number.
21424 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
21426         * doc-view.el: Fix bug#13887.
21427         (doc-view-insert-image): Don't modify overlay associated to
21428         non-live windows, and implement horizontal centering of image in
21429         case it's smaller than the window.
21430         (doc-view-new-window-function): Force redisplay of new windows on
21431         doc-view buffers.
21433 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
21435         * saveplace.el (save-place-alist-to-file): Don't sort
21436         `save-place-alist', just pretty-print it (bug#13882).
21438 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
21440         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
21441         Check whether `default-file-name-coding-system' is bound.
21442         It isn't in XEmacs.
21444 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21446         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
21447         backquotes for `obsolete' (bug#13929).
21449         * international/mule.el (find-auto-coding): Include file name in
21450         obsolescence warning (bug#13922).
21452 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
21454         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
21455         for CFEngine 3-specific indentation.
21456         (cfengine3-indent-line): Use it.  Fix up category regex.
21457         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
21459 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21461         * type-break.el (type-break-file-name):
21462         * textmodes/remember.el (remember-data-file):
21463         * strokes.el (strokes-file):
21464         * shadowfile.el (shadow-initialize):
21465         * saveplace.el (save-place-file):
21466         * ps-bdf.el (bdf-cache-file):
21467         * progmodes/idlwave.el (idlwave-config-directory):
21468         * net/quickurl.el (quickurl-url-file):
21469         * international/kkc.el (kkc-init-file-name):
21470         * ido.el (ido-save-directory-list-file):
21471         * emulation/viper.el (viper-custom-file-name):
21472         * emulation/vip.el (vip-startup-file):
21473         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
21474         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
21476 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
21478         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
21479         * language/thai-word.el: Switch to UTF-8.
21481 See ChangeLog.16 for earlier changes.
21483 ;; Local Variables:
21484 ;; coding: utf-8
21485 ;; End:
21487   Copyright (C) 2011-2014 Free Software Foundation, Inc.
21489   This file is part of GNU Emacs.
21491   GNU Emacs is free software: you can redistribute it and/or modify
21492   it under the terms of the GNU General Public License as published by
21493   the Free Software Foundation, either version 3 of the License, or
21494   (at your option) any later version.
21496   GNU Emacs is distributed in the hope that it will be useful,
21497   but WITHOUT ANY WARRANTY; without even the implied warranty of
21498   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21499   GNU General Public License for more details.
21501   You should have received a copy of the GNU General Public License
21502   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.